.slick-slider, body, html {
    -webkit-tap-highlight-color: transparent;
}

#swipebox-overlay, .slick-slider {
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

.clearfix:after, .slick-track:after {
    clear: both;
}

.nav, .select:after, .slick-slide.dragging img {
    pointer-events: none;
}

.logo, .nav-button {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.awards li, .nav li {
    list-style-type: none;
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
}

.fp-section {
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}

    .fp-controlArrow.fp-prev {
        left: 15px;
        width: 0;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent;
    }

    .fp-controlArrow.fp-next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff;
    }

.fp-scrollable {
    overflow: scroll;
}

.fp-easing {
    transition: all .7s ease-out;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

    #fp-nav.right {
        right: 17px;
    }

    #fp-nav.left {
        left: 17px;
    }

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

    .fp-slidesNav.bottom {
        bottom: 17px;
    }

    .fp-slidesNav.top {
        top: 17px;
    }

    #fp-nav ul, .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }

    #fp-nav li, .fp-slidesNav li {
        display: block;
        width: 14px;
        height: 13px;
        margin: 7px;
        position: relative;
    }

    .fp-slidesNav li {
        display: inline-block;
    }

        #fp-nav li a, .fp-slidesNav li a {
            display: block;
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
            cursor: pointer;
            text-decoration: none;
        }

    #fp-nav li .active span, .fp-slidesNav .active span {
        background: #333;
    }

    #fp-nav span, .fp-slidesNav span {
        top: 2px;
        left: 2px;
        width: 8px;
        height: 8px;
        border: 1px solid #000;
        background: 0 0;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
    }

.fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    white-space: nowrap;
    max-width: 220px;
}

    .fp-tooltip.right {
        right: 20px;
    }

    .fp-tooltip.left {
        left: 20px;
    }
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    opacity: 0;
    transition: opacity .6s;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
}

    #swipebox-slider .slide {
        height: 100%;
        width: 100%;
        line-height: 1px;
        text-align: center;
        display: inline-block;
    }

        #swipebox-slider .slide:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

        #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
            display: inline-block;
            max-height: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
            width: auto;
            height: auto;
            vertical-align: middle;
        }

        #swipebox-slider .slide .swipebox-video-container {
            background: 0 0;
            max-width: 1140px;
            max-height: 100%;
            width: 100%;
            padding: 5%;
            box-sizing: border-box;
        }

            #swipebox-slider .slide .swipebox-video-container .swipebox-video {
                width: 100%;
                height: 0;
                padding-bottom: 56.25%;
                overflow: hidden;
                position: relative;
            }

                #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
                    width: 100% !important;
                    height: 100% !important;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

    #swipebox-slider .slide-loading {
        background: url(../img/loader.gif)center center no-repeat;
    }

#swipebox-bottom-bar, #swipebox-top-bar {
    transition: .5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-top-bar {
    top: -50px;
    color: #fff !important;
    font-size: 15px;
    line-height: 43px;
}

    #swipebox-top-bar.visible-bars {
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-close, #swipebox-next, #swipebox-prev {
    background-repeat: no-repeat;
    background-position: center;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-next, #swipebox-prev {
    position: absolute;
    top: 50%;
    width: 23px;
    height: 46px;
    display: block;
}

@media (max-width:767px) {
    #swipebox-next, #swipebox-prev {
        display: none;
    }
}

#swipebox-prev {
    background-image: url(../../images/arrow-left.svg);
    left: 5%;
}

#swipebox-next {
    background-image: url(../../images/arrow-right.svg);
    right: 5%;
}

#swipebox-close {
    background-image: url(../../images/close.svg);
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 9999;
    background-size: 22px auto;
}

@media (min-width:768px) {
    #swipebox-close {
        width: 100px;
        height: 100px;
        background-size: 25px auto;
    }
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

.slick-slider, .slick-track {
    position: relative;
    display: block;
}

#swipebox-next.disabled, #swipebox-prev.disabled {
    opacity: .3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring .3s;
    animation: rightSpring .3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring .3s;
    animation: leftSpring .3s;
}

.swipebox-touch #swipebox-container:after, .swipebox-touch #swipebox-container:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before, .swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
}

@-webkit-keyframes rightSpring {
    0%,100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@keyframes rightSpring {
    0%,100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@-webkit-keyframes leftSpring {
    0%,100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

@keyframes leftSpring {
    0%,100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

#swipebox-overlay {
    background: #1d1d1d;
}

.slick-slider {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: 0;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    left: 0;
    top: 0;
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table;
    }

.slick-slide {
    float: left;
    height: 100%;
    padding-right: 20px;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0;
}

.visuallyhidden, hr, img, legend {
    border: 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25;
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: '\2190';
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

    [dir=rtl] .slick-next:before {
        content: '\2190';
    }

.slick-dots {
    position: relative;
    list-style: none;
    display: block;
    padding: 0;
    width: 100%;
    margin: 30px 0 0;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin-right: 4px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li:last-of-type:after {
            display: none;
        }

article, aside, details, figcaption, figure, footer, header, hgroup, hr, main, nav, section, summary {
    display: block;
}

.slick-dots li:after {
    content: "";
    width: 6px;
    height: 15px;
    position: absolute;
    top: -6px;
    right: -5px;
    background-color: #FFF;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    z-index: 2;
}

.slick-dots li button {
    border: 0;
    background: #cacaca;
    display: block;
    height: 4px;
    width: 100px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    z-index: 1;
    transition: background-color .6s;
}

    .slick-dots li button:focus, .slick-dots li button:hover {
        outline: 0;
    }

        .slick-dots li button:focus:before, .slick-dots li button:hover:before {
            opacity: 1;
        }

.slick-dots li.slick-active button {
    background-color: #1d1d1d;
}

.animated, .slide.active .image-link {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,25%,0);
        transform: translate3d(0,25%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,25%,0);
        transform: translate3d(0,25%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft, .slide.active .image-link {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes up-and-down {
    transition-timing-function: cubic-bezier(0.17,0.67,0.83,0.67); from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,75% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes up-and-down {
    transition-timing-function: cubic-bezier(0.17,0.67,0.83,0.67); from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,75% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    50%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
}

.checkbox__check:after, .heading-box__box:before, .line-title:after, .line-title:before, .nav__categories__link:after, .select:after {
    content: "";
}

.image-link__hover, .jumbotron, .page-center, .vertical-center {
    height: 100%;
    white-space: nowrap;
    text-align: center;
}

    .image-link__hover:before, .jumbotron:before, .page-center:before, .vertical-center:before {
        display: inline-block;
        height: 100%;
        content: "";
        vertical-align: middle;
    }

    .image-link__hover > *, .jumbotron > *, .page-center > *, .vertical-center > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

.is-visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.is-hidden {
    visibility: hidden !important;
    opacity: 0 !important;
}

.hidden, .invisible {
    visibility: hidden;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        position: static;
        overflow: visible;
        clip: auto;
        width: auto;
        height: auto;
        margin: 0;
    }

pre, textarea {
    overflow: auto;
}

.container, .flex, .grid, .line-title, .wrap, sub, sup {
    position: relative;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

body {
    margin: 0;
    height: 100%;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: 0 0;
    outline: 0;
    color: #1A0DAB;
    text-decoration: none;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, optgroup, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    color: #000;
    background: #FF0;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 1px;
    margin: 1em 0 1.5em;
    padding: 0;
    border-top: 1px solid #000;
    width: 130px;
    text-align: left;
}

.category-title, .contact__section, .heading-box, .home-header__content, .image-link__content, .image-link__hover, .jumbotron__content, .jumbotron__next, .nav, .nav-button, .nav__lang, .nav__wrap {
    text-align: center;
}

.fp-controlArrow, .svgs {
    display: none;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

.main, .v-grid, html {
    height: 100%;
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver;
}

legend {
    padding: 0;
}

textarea {
    resize: vertical;
}

.awards__title, .flex-video, .footer, .home-footer, .image-link, .jumbotron, .page {
    overflow: hidden;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

*, :after, :before {
    box-sizing: inherit;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: proxima-nova,sans-serif;
    line-height: 1.4;
    overflow-x: hidden;
    box-sizing: border-box;
    color: #1d1d1d;
    letter-spacing: .05em;
    font-weight: 400;
    font-size: 16px;
}

@media (min-width:1280px) {
    html {
        font-size: 18px;
    }
}

@media (min-width:1680px) {
    html {
        font-size: 20px;
    }
}

::-moz-selection {
    background: #B3D4FC;
    text-shadow: none;
}

::selection {
    background: #B3D4FC;
    text-shadow: none;
}

.checkbox__check:after, .image-link__search, .jumbotron__bg, .select:after {
    background-position: center;
}

.checkbox__check:after, .footer__logo__icon, .image-link__search, .select:after {
    background-repeat: no-repeat;
}

img, svg {
    max-width: 100%;
    vertical-align: middle;
}

a:hover {
    color: #13097c;
    text-decoration: underline;
}

.heading-box__box:hover, .nav a {
    text-decoration: none;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1566px;
    padding: 0 30px;
}

@media (min-width:768px) {
    .container {
        padding: 0 100px;
    }
}

.slide {
    padding: 0 30px;
}

@media (min-width:768px) {
    .slide {
        padding: 0 100px 20px;
    }
}

@media (min-width:1024px) {
    .slide {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.slide .fifth, .slide .grid__item, .slide .half, .slide .quarter, .slide .third, .slide .two-thirds, .slide .whole {
    margin-bottom: 0;
}

.page {
    padding: 150px 0;
}

@media (min-width:768px) {
    .page {
        padding: 200px 0;
    }
}

@media (min-width:1024px) {
    .page {
        padding: 250px 0;
    }
}

.page-center {
    padding-top: 125px;
}

@media (min-width:768px) {
    .page-center {
        padding-top: 200px;
    }
}

@media (max-width:1023px) {
    .page-center {
        padding-bottom: 25px;
    }
}

.page__section {
    padding-bottom: 100px;
}

.bold {
    font-weight: 800;
}

.wow {
    opacity: 0;
}

p {
    line-height: 2;
}

.grid {
    font-size: 0;
    letter-spacing: 0;
    margin-left: -20px;
}

@media (min-width:1366px) {
    .grid {
        margin-left: -40px;
    }
}

.grid--full {
    margin-left: 0;
}

    .grid--full .fifth, .grid--full .grid__item, .grid--full .half, .grid--full .quarter, .grid--full .third, .grid--full .two-thirds, .grid--full .whole {
        margin-bottom: 0;
        padding-left: 0;
    }

.fifth, .grid__item, .half, .quarter, .third, .two-thirds, .whole {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 40px;
    vertical-align: top;
}

@media (min-width:1280px) {
    .fifth, .grid__item, .half, .quarter, .third, .two-thirds, .whole {
        font-size: 18px;
    }
}

@media (min-width:1680px) {
    .fifth, .grid__item, .half, .quarter, .third, .two-thirds, .whole {
        font-size: 20px;
    }
}

@media (min-width:1024px) {
    .page-center {
        padding-top: 70px;
    }

    .page__section {
        padding-bottom: 200px;
    }

    .fifth, .grid__item, .half, .quarter, .third, .two-thirds, .whole {
        margin-bottom: 0;
    }

    .half {
        width: 50%;
    }

    .third {
        width: 33.3333333333%;
    }

    .two-thirds {
        width: 66.6666666667%;
    }
}

@media (min-width:768px) {
    .quarter {
        width: 50%;
    }
}

@media (min-width:1280px) {
    .quarter {
        width: 25%;
    }
}

@media (min-width:768px) {
    .fifth {
        width: 50%;
    }
}

@media (min-width:1024px) {
    .fifth {
        width: 20%;
    }
}

.v-grid {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -10px;
}

.flex, .v-grid {
    display: -webkit-flex;
}

@media (min-width:1366px) {
    .fifth, .grid__item, .half, .quarter, .third, .two-thirds, .whole {
        padding-left: 40px;
    }

    .v-grid {
        margin-top: -20px;
    }
}

.v-grid__item, .v-half, .v-third, .v-two-thirds {
    margin-top: 20px;
}

@media (min-width:1366px) {
    .v-grid__item, .v-half, .v-third, .v-two-thirds {
        margin-top: 40px;
    }
}

.v-half {
    height: 50%;
}

.v-third {
    height: 33.3333333333%;
}

.v-two-thirds {
    height: 66.6666666667%;
}

.flex {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.alpha, .beta, .delta, .footer__copy, .footer__why, .gamma, .h1, .h2, .h3, .h4, .heading, .home-header__name, .image-link__subtitle, .image-link__title, .jumbotron__subtitle, .jumbotron__title, h1, h2, h3, h4 {
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 900;
    letter-spacing: .3em;
    color: #1d1d1d;
}

.alpha, .h1, .jumbotron__title, h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

@media (min-width:768px) {
    .alpha, .h1, .jumbotron__title, h1 {
        font-size: 50px;
    }
}

.beta, .h2, h2 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
}

@media (min-width:768px) {
    .beta, .h2, h2 {
        font-size: 35px;
    }
}

.gamma, .h3, .home-header__name, .jumbotron__subtitle, h3 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
}

@media (min-width:768px) {
    .gamma, .h3, .home-header__name, .jumbotron__subtitle, h3 {
        font-size: 18px;
    }
}

.delta, .h4, .heading, h4 {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
}

.line-title {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    transition: color .6s;
    margin: 0;
}

    .line-title:after, .line-title:before {
        background-color: #1d1d1b;
        width: 20px;
        height: 3px;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -1.5px;
        transition: background-color .6s;
    }

    .line-title:before {
        left: -20px;
    }

    .line-title:after {
        right: -20px;
    }

.category-title {
    transition: background-color .6s;
}

@media (max-width:1023px) {
    .category-title {
        display: none;
        min-height: 200px;
    }
}

.category-title:hover {
    background-color: #1d1d1d;
}

    .category-title:hover .line-title {
        color: #FFF;
    }

        .category-title:hover .line-title:after, .category-title:hover .line-title:before {
            background-color: #FFF;
        }

.heading-box {
    margin-bottom: 80px;
}

.heading-box__box {
    position: relative;
    display: block;
    border: 6px solid #1d1d1d;
    padding: 40px 30px;
}

@media (min-width:768px) {
    .heading-box {
        margin-bottom: 100px;
    }

    .heading-box__box {
        padding: 82px 60px;
    }
}

.heading-box__box:before {
    width: 6px;
    height: 150%;
    position: absolute;
    top: -25%;
    left: 50%;
    background-color: #FFF;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.heading-box__title {
    position: relative;
    margin: 0;
    line-height: 1;
    font-size: 20px;
}

@media (min-width:768px) {
    .heading-box__title {
        font-size: 40px;
    }
}

@media (min-width:1024px) {
    .heading-box__box {
        padding: 82px 110px;
        display: inline-block;
    }

    .heading-box__title {
        font-size: 50px;
    }
}

.checkbox__check, .input, .select__input {
    display: block;
    width: 100%;
    color: #000;
    border: none;
    border-radius: 0;
    outline: 0;
    background-color: #CCC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select {
    position: relative;
    display: block;
}

    .select:after {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 30px;
        height: 100%;
        background-color: #CCC;
        background-image: url(../../images/select-arrow.svg);
    }

.select__input {
    padding-right: 30px;
}

    .select__input::-ms-expand {
        display: none;
    }

.checkbox {
    display: inline-block;
}

.checkbox__input {
    display: none;
}

    .checkbox__input:checked + .checkbox__check:after {
        visibility: visible;
    }

.checkbox__check {
    display: inline-block;
    width: 25px;
    height: 25px;
}

    .checkbox__check:after {
        display: block;
        visibility: hidden;
        width: 25px;
        height: 25px;
        background-image: url(../../images/check.svg);
    }

.jumbotron {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

@media (min-width:768px) {
    .jumbotron {
        padding: 0 100px;
    }
}

.jumbotron__bg {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
}

.jumbotron__content {
    position: relative;
    background-color: #FFF;
    padding: 50px 30px;
    max-width: 1200px;
}

@media (min-width:768px) {
    .jumbotron__content {
        padding: 70px 125px;
    }
}

.jumbotron__content .h3, .jumbotron__content .home-header__name, .jumbotron__content .jumbotron__subtitle {
    margin-bottom: 0;
}

.jumbotron__title {
    margin-bottom: .3em;
}

.jumbotron__subtitle {
    margin-bottom: 0;
}

.jumbotron__next {
    position: absolute;
    padding: 5%;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    display: block;
}

@media (min-width:1024px) {
    .jumbotron__next {
        padding: 3%;
    }
}

.jumbotron__arrow {
    display: inline-block;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: up-and-down;
    animation-name: up-and-down;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

    .jumbotron__arrow svg {
        width: 20px;
        height: 10px;
        fill: #FFF;
    }

@media (min-width:768px) {
    .jumbotron__arrow svg {
        width: 25px;
        height: 13px;
    }
}

.jumbotron__video {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mobile .jumbotron__video {
    display: none;
}

.image-link {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

    .image-link:hover .image-link__image {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .image-link:hover .image-link__hover {
        opacity: 1;
    }

    .image-link:hover .image-link__content {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.image-link__image {
    transition: -webkit-transform .6s;
    transition: transform .6s;
}

.image-link__hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .6s,background-color .6s;
    background-color: rgba(29,29,29,.8);
    opacity: 0;
    padding: 0 20px;
}

@media (min-width:1366px) {
    .image-link__hover {
        padding: 0 40px;
    }
}

.image-link__hover hr {
    border-color: #FFF;
    margin-bottom: 1.2em;
}

.image-link__number {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    color: #000;
    padding: 17px 20px 15px;
    font-weight: 800;
    line-height: 1;
}

.image-link__hover--visible {
    opacity: 1;
    background-color: transparent;
}

    .image-link__hover--visible:hover {
        background-color: rgba(29,29,29,.8);
    }

.image-link__content {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.image-link__subtitle, .image-link__title {
    font-size: 20px;
    color: #FFF;
    display: block;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .2em;
    margin-bottom: .3em;
}

@media (min-width:768px) {
    .image-link__subtitle, .image-link__title {
        font-size: 25px;
    }
}

.image-link__subtitle {
    font-size: 12px;
}

.image-link__search {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../../images/search.svg);
}

.project-similar {
    position: relative;
    z-index: 100;
    background-color: #1d1d1d;
    text-align: center;
    padding: 70px 0;
}

.nav-opened .project-similar {
    z-index: 97;
}

.project-similar .alpha, .project-similar .beta, .project-similar .delta, .project-similar .footer__copy, .project-similar .footer__why, .project-similar .gamma, .project-similar .h1, .project-similar .h2, .project-similar .h3, .project-similar .h4, .project-similar .heading, .project-similar .home-header__name, .project-similar .image-link__subtitle, .project-similar .image-link__title, .project-similar .jumbotron__subtitle, .project-similar .jumbotron__title, .project-similar h1, .project-similar h2, .project-similar h3, .project-similar h4 {
    color: #FFF;
}

.project-similar__project {
    margin-top: 50px;
}

@media (min-width:768px) {
    .project-similar {
        padding: 100px 0;
    }

    .project-similar__project {
        margin-top: 100px;
    }
}

.photos {
    padding: 0 30px;
}

@media (min-width:768px) {
    .photos {
        padding: 0 100px;
    }
}

.photos .fifth, .photos .grid__item, .photos .half, .photos .quarter, .photos .third, .photos .two-thirds, .photos .whole {
    margin-bottom: 20px;
}

@media (min-width:1366px) {
    .photos .fifth, .photos .grid__item, .photos .half, .photos .quarter, .photos .third, .photos .two-thirds, .photos .whole {
        margin-bottom: 40px;
    }
}

.content .grid {
    margin-left: -5%;
}

.content .fifth, .content .grid__item, .content .half, .content .quarter, .content .third, .content .two-thirds, .content .whole {
    padding-left: 5%;
}

@media (min-width:1680px) {
    .content .grid {
        margin-left: -110px;
    }

    .content .fifth, .content .grid__item, .content .half, .content .quarter, .content .third, .content .two-thirds, .content .whole {
        padding-left: 110px;
    }
}

.content .h2 {
    margin-bottom: 0;
}

@media (min-width:1024px) {
    .btn, .nav__main__link {
        position: relative;
    }

        .btn:after, .nav__main__link:after {
            content: "";
            width: 8px;
            height: 150%;
            position: absolute;
            top: -25%;
            left: 50%;
            background-color: #1d1d1d;
            transition: -webkit-transform .6s;
            transition: transform .6s;
            transition-delay: .25s;
            -webkit-transform: rotate(-35deg)scale(0);
            -ms-transform: rotate(-35deg)scale(0);
            transform: rotate(-35deg)scale(0);
            z-index: 1;
        }

        .btn:hover:after, .nav__main__link:hover:after {
            -webkit-transform: rotate(-35deg)scale(1);
            -ms-transform: rotate(-35deg)scale(1);
            transform: rotate(-35deg)scale(1);
        }

    .btn__text {
        position: relative;
        z-index: 2;
    }

    .btn__line {
        display: block;
        background-color: #FFF;
        position: absolute;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        z-index: 0;
    }

    .btn__line--1, .btn__line--3 {
        width: 4px;
        height: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    .btn:hover .btn__line--1, .btn:hover .btn__line--3, .nav__main__link:hover .btn__line--1, .nav__main__link:hover .btn__line--3 {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .btn__line--2, .btn__line--4 {
        width: 100%;
        height: 4px;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transition-delay: .2s;
    }

    .btn:hover .btn__line--2, .btn:hover .btn__line--4, .nav__main__link:hover .btn__line--2, .nav__main__link:hover .btn__line--4 {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    .btn__line--1 {
        top: 0;
        left: 0;
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    .btn__line--2 {
        top: 0;
        left: 0;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .btn__line--3 {
        top: 0;
        right: 0;
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }

    .btn__line--4 {
        bottom: 0;
        left: 0;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
}

.flex-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
}

    .flex-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.home-header {
    width: 100%;
    height: 100%;
    padding: 30px;
}

    .home-header .jumbotron__next {
        opacity: .5;
        transition: opacity .6s;
    }

        .home-header .jumbotron__next:hover {
            opacity: 1;
        }

    .home-header .jumbotron__arrow {
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .home-header .jumbotron__bg {
        top: 0;
        height: 100%;
    }

.home-header__content {
    position: relative;
    margin-bottom: 3%;
}

.home-header__logo-wrap {
    display: inline-block;
    width: 72px;
    height: 70px;
    margin-left: -5px;
}

@media (min-width:768px) {
    .home-header {
        padding: 100px;
    }

    .home-header__logo-wrap {
        width: 108px;
        height: 106px;
    }
}

.home-header__logo svg {
    width: 72px;
    height: 70px;
    fill: #1d1d1d;
    stroke: #1d1d1d;
    transition: fill .6s,stroke .6s !important;
}

.home-header__logo.logo--white svg, .nav-opened .home-header__logo svg {
    fill: #FFF;
    stroke: #FFF;
}

.home-header__logo #logo {
    opacity: 0;
    -webkit-animation: fade .7s linear forwards;
    animation: fade .7s linear forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.home-header__logo #logo-left, .home-header__logo #logo-right {
    opacity: 0;
    stroke-dasharray: 900;
    stroke-dashoffset: 1000;
    -webkit-animation: stroke 1.5s linear forwards;
    animation: stroke 1.5s linear forwards;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .home-header__logo #logo-left, .home-header__logo #logo-right {
        stroke-dasharray: none;
        stroke-dashoffset: none;
        -webkit-animation: fade .7s linear forwards;
        animation: fade .7s linear forwards;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }
}

@-webkit-keyframes stroke {
    0% {
        opacity: 0;
        stroke-dashoffset: 1000;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@keyframes stroke {
    0% {
        opacity: 0;
        stroke-dashoffset: 1000;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.home-header__name {
    margin-top: 25px;
    color: #FFF;
    font-weight: 700;
    transition: opacity .3s;
    -webkit-animation: fade .7s linear forwards;
    animation: fade .7s linear forwards;
    opacity: 0;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.home-header__name--hidden {
    -webkit-animation: fadeOut .3s linear forwards;
    animation: fadeOut .3s linear forwards;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.logo {
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -35px;
    z-index: 99;
    transition: opacity .6s,visibility .6s;
}

@media (min-width:768px) {
    .home-header__logo svg {
        width: 108px;
        height: 106px;
    }

    .home-header__name {
        margin-top: 45px;
    }

    .logo {
        top: 17px;
        margin-left: -53px;
    }
}

.logo svg {
    width: 72px;
    height: 70px;
    fill: #1d1d1d;
    transition: fill .6s;
}

.logo--white svg, .nav-opened .logo svg {
    fill: #FFF;
}

@media (min-width:768px) {
    .logo svg {
        width: 108px;
        height: 106px;
    }
}

.logo--hidden {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s,visibility .3s;
}

.nav-opened .logo--hidden {
    visibility: visible;
    opacity: 1;
}

.nav-button {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 101;
    cursor: pointer;
    background-color: #FFF;
    border: none;
    outline: 0;
    line-height: 1;
    vertical-align: middle;
}

@media (min-width:768px) {
    .nav-button {
        width: 99px;
        height: 99px;
    }
}

.nav-icon {
    width: 22px;
    height: 25px;
    display: inline-block;
    padding-top: 5px;
    transition: -webkit-transform .6s;
    transition: transform .6s;
}

@media (min-width:768px) {
    .nav-icon {
        width: 25px;
        height: 25px;
    }
}

.nav-opened .nav-icon {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
}

.nav-icon__line {
    position: relative;
    display: block;
    background-color: #1d1d1d;
    height: 3px;
    margin-bottom: 4px;
    transition: -webkit-transform .6s,opacity .6s;
    transition: transform .6s,opacity .6s;
}

@media (min-width:768px) {
    .nav-icon__line {
        height: 4px;
        margin-bottom: 4px;
    }
}

.nav-opened .nav-icon__line--1 {
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.nav-opened .nav-icon__line--2 {
    opacity: 0;
}

.nav-opened .nav-icon__line--3 {
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

@media (max-width:1023px) {
    .nav {
        padding-top: 150px;
    }
}

@media (max-width:767px) {
    .nav {
        padding-top: 60px;
    }
}

.nav-opened .nav {
    pointer-events: auto;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav a {
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #FFF;
    font-weight: 700;
    line-height: 1;
}

.nav__background {
    background-color: #1d1d1d;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350%;
    height: 350%;
    z-index: 1;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transform: translate3d(40%,-40%,0)rotate(55deg);
    transform: translate3d(40%,-40%,0)rotate(55deg);
}

@media (min-width:1024px) {
    .nav__background {
        -webkit-transform: translate3d(30%,-30%,0)rotate(55deg);
        transform: translate3d(30%,-30%,0)rotate(55deg);
        width: 250%;
        height: 250%;
    }
}

.nav-opened .nav__background {
    -webkit-transform: translate3d(-35%,35%,0)rotate(55deg);
    transform: translate3d(-35%,35%,0)rotate(55deg);
}

.nav__wrap {
    position: relative;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity .6s;
    transition-delay: .5s;
}

.nav-opened .nav__wrap {
    visibility: visible;
    opacity: 1;
}

.nav__main .grid {
    margin-left: -40px;
}

.nav__main .fifth, .nav__main .grid__item, .nav__main .half, .nav__main .quarter, .nav__main .third, .nav__main .two-thirds, .nav__main .whole {
    padding-left: 40px;
}

@media (min-width:1280px) {
    .nav__main .grid {
        margin-left: -80px;
    }

    .nav__main .fifth, .nav__main .grid__item, .nav__main .half, .nav__main .quarter, .nav__main .third, .nav__main .two-thirds, .nav__main .whole {
        padding-left: 80px;
    }
}

@media (max-width:1023px) {
    .nav__main .fifth, .nav__main .grid__item, .nav__main .half, .nav__main .quarter, .nav__main .third, .nav__main .two-thirds, .nav__main .whole {
        margin-bottom: 0;
    }
}

.nav__main__link {
    position: relative;
    display: block;
    font-size: 20px;
    padding: 20px 0;
    transition: border-color .6s;
}

@media (min-width:1280px) {
    .nav__main__link {
        font-size: 28px;
    }
}

@media (min-width:1024px) {
    .nav-opened .nav__background {
        -webkit-transform: translate3d(-30%,30%,0)rotate(55deg);
        transform: translate3d(-30%,30%,0)rotate(55deg);
    }

    .nav__main__link {
        padding: 40px 0;
    }
}

.nav__categories {
    margin-top: 55px;
}

@media (max-width:767px) {
    .nav__categories {
        display: none;
    }
}

.nav__categories__link {
    position: relative;
    display: inline-block;
    font-size: 10px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    transition: border-color .3s;
}

@media (min-width:1280px) {
    .nav__categories__link {
        font-size: 12px;
    }
}

.nav__categories__link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    display: block;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition-origin: center;
}

.nav__lang {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: opacity .6s;
    transition-delay: .5s;
}

.nav-opened .nav__lang {
    visibility: visible;
    opacity: 1;
}

.nav__lang a {
    padding-left: .3em;
}

.home {
    padding-top: 30px;
    margin-top: -30px;
}

    .home .fifth, .home .grid, .home .grid__item, .home .half, .home .quarter, .home .third, .home .two-thirds, .home .whole {
        height: 100%;
    }

    .home .image-link {
        opacity: 0;
    }

    .home .photos {
        margin-bottom: 30px;
    }

@media (min-width:768px) {
    .home {
        padding-top: 100px;
        margin-top: -100px;
    }

        .home .photos {
            margin-bottom: 100px;
        }
}

.home .photos .image-link, .home .photos img {
    display: block;
    width: 100%;
}

.slide.active .fifth:nth-child(2) .image-link, .slide.active .grid__item:nth-child(2) .image-link, .slide.active .half:nth-child(2) .image-link, .slide.active .quarter:nth-child(2) .image-link, .slide.active .third:nth-child(2) .image-link, .slide.active .two-thirds:nth-child(2) .image-link, .slide.active .whole:nth-child(2) .image-link {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.slide.active .fifth:nth-child(3) .image-link, .slide.active .grid__item:nth-child(3) .image-link, .slide.active .half:nth-child(3) .image-link, .slide.active .quarter:nth-child(3) .image-link, .slide.active .third:nth-child(3) .image-link, .slide.active .two-thirds:nth-child(3) .image-link, .slide.active .whole:nth-child(3) .image-link {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.slide.active .fifth:nth-child(4) .image-link, .slide.active .grid__item:nth-child(4) .image-link, .slide.active .half:nth-child(4) .image-link, .slide.active .quarter:nth-child(4) .image-link, .slide.active .third:nth-child(4) .image-link, .slide.active .two-thirds:nth-child(4) .image-link, .slide.active .whole:nth-child(4) .image-link {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.slide--loaded .image-link {
    opacity: 1;
    -webkit-animation-name: none !important;
    animation-name: none !important;
}

.home-footer {
    padding: 35px 30px;
    z-index: 9;
}

@media (max-width:767px) {
    .home-footer {
        text-align: center;
    }
}

@media (min-width:768px) {
    .home-footer {
        padding: 35px 100px;
    }
}

@media (min-width:1024px) {
    .nav__categories__link:hover:after {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    .home-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.home-footer .footer__copy, .home-footer .footer__why {
    color: #cacaca;
}

.contact p {
    line-height: 1;
}

.contact a {
    color: #1d1d1d;
}

@media (max-width:1023px) {
    .contact {
        height: auto;
    }

        .contact:before {
            content: none;
        }

        .contact .grid {
            text-align: center;
        }
}

.contact__section__wrap {
    display: inline-block;
    text-align: left;
}

@media (max-width:1023px) {
    .contact__section__wrap {
        width: 225px;
    }
}

.social-icon {
    display: inline-block;
    background-color: #1d1d1d;
    border-radius: 50%;
    transition: background-color .6s,border-color .6s;
    margin-right: 10px;
    width: 37px;
    height: 37px;
    line-height: 1;
    border: 1px solid transparent;
    padding-bottom: 1px;
}

    .social-icon:hover {
        background-color: #FFF;
        border-color: #000;
    }

        .social-icon:hover svg {
            fill: #1d1d1d;
        }

    .social-icon svg {
        width: 35px;
        height: 35px;
        fill: #FFF;
        transition: fill .6s;
    }

@media (max-width:1023px),(max-height:767px) {
    .bio {
        height: auto;
    }

        .bio:before {
            content: none;
        }
}

@media (min-width:1024px)and (max-height:767px) {
    .bio {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

@media (max-width:1023px) {
    .bio .carousel {
        margin-bottom: 40px;
    }
}

@media (max-width:767px) {
    .bio .carousel img {
        margin-top: 10px;
    }
}

@media (min-width:768px) {
    .bio .carousel img {
        margin-right: 10px;
    }
}

.biographie {
    padding-right: 5%;
}

.awards {
    margin: 0;
    padding: 0;
}

@media (min-width:1680px) {
    .awards {
        min-height: 533px;
    }
}

.awards li {
    margin-bottom: 15px;
}

.awards__title {
    display: block;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .heading-box__box {
    width: 100%;
    max-width: 1000px;
}

.footer {
    position: relative;
    background-color: #272727;
    padding: 0 0 25px;
}

@media (min-width:768px) {
    .footer {
        padding: 41px 100px 39px 145px;
    }
}

.footer__copy, .footer__why {
    font-size: 9px;
    font-weight: 700;
    color: #686868;
    margin-bottom: 0;
    line-height: 20px;
}

@media (max-width:767px) {
    .footer {
        text-align: center;
    }

    .footer__copy, .footer__why {
        padding: 0 30px;
    }
}

.footer__why:hover {
    color: #686868;
}

.footer__logo {
    display: block;
    background-color: #686868;
    padding: 15px;
    text-align: center;
}

@media (max-width:767px) {
    .footer__logo {
        margin-bottom: 30px;
    }
}

@media (min-width:768px) {
    .footer__copy {
        float: left;
    }

    .footer__why {
        float: right;
    }

    .footer__logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100%;
        padding: 20px;
    }
}

.footer__logo:hover .footer__logo__icon {
    background-position: bottom center;
}

.footer__logo__icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-image: url(../../images/logo-footer.svg);
    background-position: top center;
}

.fixed-dotted-bg {
    position: relative;
}

    .fixed-dotted-bg::after {
        background: url(../images/dots-bg.jpg) center center / cover repeat-y;
        animation: bgZoom 40s ease-in-out infinite;
        content: "";
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: -1;
    }

/* Zoom In → Zoom Out → Repeat */
@keyframes bgZoom {
    0% {
        background-size: 100%;
    }

    50% {
        background-size: 140%; /* zoom in */
    }

    100% {
        background-size: 100%; /* zoom out */
    }
}



.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
    transition: all 0.4s ease;
}

    .header .logo {
        width: 8vw;
    }

.header-bg {
    background-color: #3268aecf;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.header .logo {
    transition: all 0.4s ease;
}

.header-bg .logo {
    width: 5vw;
}

.header .open-menu {
    max-width: 50px;
    transition: all 0.4s ease;
}

.header-bg .open-menu {
    max-width: 28px;
}



.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}