body {
    overflow: hidden;
    margin:0;
    height: 100vh;
    overflow-y: scroll;
}

     body > div:first-child {
        display: block;
        position: fixed;
        top:0;
        width: 100%;
        height: 100vh;
        opacity: 0.3;
        background-image:url(/static/@images/bg_lu_3.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 1;        
    }

     body::before {
        content: '';
        position: fixed;
        display: block;
        top:0;
        width: 100vw;
        height: 100vh;
        background-color: #000;
        z-index: 1;    
    }

@media all and (-ms-high-contrast:none){
    main {
        display: block;
    }
}

.header___3p1pH {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    z-index: 1;
}


    @media screen and (max-width: 959px) {
        .header___3p1pH.darkenBackground___YYxVK::before {
            content: '';
            position: absolute;
            top: -8px;
            left: -8px;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, .7);
        }
    }

.hide___dPxTn {
    -webkit-transform: translate3d(0, -60px, 0) !important;
            transform: translate3d(0, -60px, 0) !important;
    opacity: 0;
}

.logo___1A4Xs {
        height: 39px;
}

.logo___1A4Xs svg {
        width: 300px;
        max-width: 80%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
    }

.full___2U_Dl {
    z-index: 1;
}

.top___28QCK {
    z-index: 1;
}

.menuIcon___1RF-N {
    display: inline-block;
    margin-top: 3px;
}

.menuIcon___1RF-N svg {
        display: inline-block;
        vertical-align: top;
        width: 30px;
        height: 30px;
    }

@media screen and (min-width: 961px) {

.menuIcon___1RF-N {
        display: none
} 
    }
.nav___2yx59 {
    position: absolute;
    right: 24px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    font-size: 32px;
    padding: 0;
    z-index: 2;
    text-align: right;
}

    .nav___2yx59 ul {
        display: inline-block;
        padding: 0;
        text-align: center;
    }

    @media screen and (min-width: 960px) {

    .nav___2yx59 ul {
            margin: 0 auto
    }
        }

    @media screen and (max-width: 959px) {

    .nav___2yx59 ul {
            margin-top: 0;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%)
    }
        }

    .nav___2yx59 li {
        display: inline-block;
        margin: 0 12px;
    }

    .nav___2yx59 li a {
            color: #fff;
            text-decoration: none;
            font-family: 'Yantramanav', sans-serif;
        }

    .nav___2yx59 li a:hover {
                color: #d8af18
            }

    @media screen and (max-width: 959px) {.nav___2yx59 {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 200px;
        background-color: rgba(0, 0, 0, .9);
        -webkit-transform: translateX(110%);
                transform: translateX(110%);
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease
}
        
        .nav___2yx59 li {
            display: block;
            text-align: left;
            margin-bottom: 24px;
        }

        .nav___2yx59.showMobileNav___2V3yV {
           -webkit-transform: translateX(0%);
                   transform: translateX(0%); 
        }

        .nav___2yx59 ul {
            float: left;
            margin-left: 18px;
        }
    }

    @media screen and (min-width: NaNpx) {.nav___2yx59 {
        right: 24px
}
    }

.active___3uPd2 {
    color: #d8af18 !important;
    border-bottom: 1px solid #d8af18; 
}

@media screen and (min-width: 540px) {

.hide___1wKGQ {
        -webkit-transform: translate3d(0, -60px, 0) !important;
                transform: translate3d(0, -60px, 0) !important;
        opacity: 0
}
    }

.closeButton___1wiBZ {
    display: none;
    position: relative;
    top: 12px;
    right: 12px;
    padding:0;
    margin: 0;
    border: none;
    background: transparent;
    line-height: 1;
    outline: none;
}

.closeButton___1wiBZ svg {
        fill: #fff;
    }

@media screen and (max-width: 959px) {

.closeButton___1wiBZ {
        display: block;
        float: right
}
    }
.wrapper___3EJk3 {
    position: relative;
    max-width: 100%;
    height: calc(100vh - 24px); /* 24px is for the padding-top */
    padding: 24px 24px 0;
    z-index: 2;
}
.main___mKCFx {
    max-width: 1200px;
    margin: 78px auto 0;
    opacity: 0;
    color: #fff;
    -webkit-animation: animate___yUh3b 1s ease forwards;
            animation: animate___yUh3b 1s ease forwards;
    font-family: 'Yantramanav', sans-serif;
    font-size: 20px;
}

    @media screen and (max-width: 539px) {.main___mKCFx {
        margin: 36px auto 0
}
    }

    .main___mKCFx h1 {
        margin-top: 0;
    }

    .main___mKCFx img {
        margin-right: 18px;
        margin-bottom: 18px;
        max-width: 355px;
    }

    .main___mKCFx button {
        float: right;
        background-color: rgba(255, 255, 255, .05);
        color: #fff;
        border: 1px solid #fff;
        padding: 8px 18px; 
        font-size: 20px;
        font-family: 'Yantramanav', sans-serif;
        margin-top: 36px;
        -webkit-transform: scale(1);
                transform: scale(1);
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        outline: none;
    }

    .main___mKCFx button:hover,
        .main___mKCFx button:active {
            border-color: #d8af18;
        }

    .main___mKCFx button[disabled] {
            opacity: 0.5;
            pointer-events: none;
        }

    .main___mKCFx button:active {
            background-color: rgba(255, 255, 255, .1);
            -webkit-transform: scale(0.98);
                    transform: scale(0.98);
            color: #d8af18;
        }

.loginForm___3k5ur {
    max-width: 500px;
    margin: 0 auto;
}

.loginForm___3k5ur > div:last-of-type {
        margin-top: 36px;
    }

.adminBlock___1wWAJ {
    padding: 24px 0;
    border-bottom: 1px solid #fff;
}

.adminBlock___1wWAJ::after {
        content: "";
        clear: both;
        display: table;
    }

.adminBlock___1wWAJ button {
        margin: 0;
    }

@-webkit-keyframes animate___yUh3b {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes animate___yUh3b {
    0% {opacity: 0}
    100% {opacity: 1}
}


.main___1PAPH {
    position: relative;
    max-width: 1200px;
    margin: 78px auto 0;
    opacity: 0;
    color: #fff;
    -webkit-animation: animate___WuhDf 1s ease forwards;
            animation: animate___WuhDf 1s ease forwards;
    font-family: 'Yantramanav', sans-serif;
    font-size: 20px;
    padding-bottom: 24px;
}

    @media screen and (max-width: 539px) {.main___1PAPH {
        margin: 36px auto 0
}
    }

    .main___1PAPH h1 {
        margin-top: 0;
    }

.contactForm___3L_Kq {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

@media screen and (max-width: 539px) {

.contactForm___3L_Kq {
        max-height: 1000px
}
    }

.contactForm___3L_Kq::after {
        content: "";
        clear: both;
        display: table;
    }

.contactForm___3L_Kq button {
        float: right;
        background-color: rgba(255, 255, 255, .05);
        color: #fff;
        border: 1px solid #fff;
        padding: 8px 18px; 
        font-size: 20px;
        font-family: 'Yantramanav', sans-serif;
        margin-top: 36px;
        -webkit-transform: scale(1);
                transform: scale(1);
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        outline: none;
    }

.contactForm___3L_Kq button:hover,
        .contactForm___3L_Kq button:active {
            border-color: #d8af18;
        }

.contactForm___3L_Kq button:active {
            background-color: rgba(255, 255, 255, .1);
            -webkit-transform: scale(0.98);
                    transform: scale(0.98);
            color: #d8af18;
        }

.leftFormContainer___1L86R {
    position: relative;
    float: left;
    width: calc(40% - 24px);
    padding-right: 24px;                                                                                                                                                                                           
}

.leftFormContainer___1L86R > div {
        position: relative;
        margin-bottom: 36px;
    }

.rightFormContainer___mLZDe {
    float: right;
    width: calc(60% - 24px);
    padding-left: 24px;
}

@media screen and (max-width: 539px) {

.leftFormContainer___1L86R,
.rightFormContainer___mLZDe { 
        display: block;
        width: 100%   
}
    }

.sendForm___1MSgy {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
}

@media screen and (max-width: 539px) {

.sendForm___1MSgy {
        max-height: 200px;
        overflow: hidden
}
    }

.successMessageContainer___2yqQb {
    position: absolute;
    margin-top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.mailIcon___1q5qd {
    opacity: 0;
    padding: 18px;
    margin: auto;
    margin-bottom: 24px;
    width: 50px;
    height: 50px;
    background-color: #d8af18;
    -webkit-animation: mail____F2hI 1.7s ease forwards;
            animation: mail____F2hI 1.7s ease forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    border-radius: 50%;
    z-index: 2;
}

.successMessage___knvGD {
    opacity: 0;
    font-size: 30px;
    -webkit-animation: successMessage___knvGD 1.7s ease forwards;
            animation: successMessage___knvGD 1.7s ease forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

@media screen and (max-width: 539px) {

.xsFullSize___3bmPs {
        width: 100%
}
    }

@-webkit-keyframes animate___WuhDf {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes animate___WuhDf {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes mail____F2hI {
    0% {opacity: 0; -webkit-transform: translate3d(0, 0, 0) scale(0); transform: translate3d(0, 0, 0) scale(0)}
    40% {opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1)}
    70% {opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1)}
    100% {opacity: 1; -webkit-transform: translate3d(0, -20%, 0) scale(1); transform: translate3d(0, -20%, 0) scale(1)}
}

@keyframes mail____F2hI {
    0% {opacity: 0; -webkit-transform: translate3d(0, 0, 0) scale(0); transform: translate3d(0, 0, 0) scale(0)}
    40% {opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1)}
    70% {opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1)}
    100% {opacity: 1; -webkit-transform: translate3d(0, -20%, 0) scale(1); transform: translate3d(0, -20%, 0) scale(1)}
}

@-webkit-keyframes successMessage___knvGD {
    0% {opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
    40% {opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}

    70% {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
    100% {opacity: 1; -webkit-transform: translate3d(0, -30%, 0); transform: translate3d(0, -30%, 0)}
}

@keyframes successMessage___knvGD {
    0% {opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
    40% {opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}

    70% {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
    100% {opacity: 1; -webkit-transform: translate3d(0, -30%, 0); transform: translate3d(0, -30%, 0)}
}

@-webkit-keyframes show___3eNcf {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes show___3eNcf {
    0% {opacity: 0}
    100% {opacity: 1}
}
.inputWrapper___hD95a {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .inputWrapper___hD95a .initialLine___1uNRm {
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #5c5c5c;
    }

    .inputWrapper___hD95a .focusedLine___Gryt2{
        position: absolute;
        background-color: #d8af18;
        bottom: -1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 1px;
        width: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0;
    }

    .inputWrapper___hD95a.error___1_cbF .focusedLine___Gryt2 {
            width: 100%;
            opacity: 1;
            background-color: red !important;
        }

    .inputWrapper___hD95a input, 
    .inputWrapper___hD95a textarea {
        display: block;
        position: relative;
        z-index: 2;
        margin: 0;
        padding: 12px 12px;
        line-height: 1;
        background-color: rgba(255, 255, 255, .3);
        border: none;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        outline: none;
        color: #fff;
        font-size: 24px;
        font-family: 'Yantramanav', sans-serif;
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
    }

    .inputWrapper___hD95a input:focus, .inputWrapper___hD95a textarea:focus {
            background-color: rgba(255, 255, 255, .1);
        }

    .inputWrapper___hD95a input:focus ~ .focusedLine___Gryt2, .inputWrapper___hD95a textarea:focus ~ .focusedLine___Gryt2 {
                width: 100%;
                opacity: 1;
            }

    .inputWrapper___hD95a input::-webkit-input-placeholder, .inputWrapper___hD95a textarea::-webkit-input-placeholder {
            color: #fff;
        }

    .inputWrapper___hD95a input::-ms-input-placeholder, .inputWrapper___hD95a textarea::-ms-input-placeholder {
            color: #fff;
        }

    .inputWrapper___hD95a input::placeholder, .inputWrapper___hD95a textarea::placeholder {
            color: #fff;
        }

    .inputWrapper___hD95a textarea {
        resize: none;
    }

    .inputWrapper___hD95a [type="password"] {
        font-family: monospace;
        line-height: 1.35;
    }

    .inputWrapper___hD95a [type="password"]::-webkit-input-placeholder {
            font-family: 'Yantramanav', sans-serif;
            line-height: 1;
        }

    .inputWrapper___hD95a [type="password"]::-ms-input-placeholder {
            font-family: 'Yantramanav', sans-serif;
            line-height: 1;
        }

    .inputWrapper___hD95a [type="password"]::placeholder {
            font-family: 'Yantramanav', sans-serif;
            line-height: 1;
        }

@-webkit-keyframes animate___1UMv3 {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes animate___1UMv3 {
    0% {opacity: 0}
    100% {opacity: 1}
}
.loadingBarContainer___3zD1C {
    position: relative;
    width: 70%;
    height: 40px;
    border: 1px solid #fff;
    float: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.progressBar___1KK46 {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    width: 0;
    max-width: calc(100% - 6px);
    background-color: rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.progressValue___3v_px {
    position: relative;
    margin: auto;
    text-align: center;
    padding: 7px;
    z-index: 2;
}

.successful___1rYo_ .progressBar___1KK46 {
        background-color: rgba(56, 172, 66, .4);
    }
.container___1p1Df::after {
        content: "";
        clear: both;
        display: table;
    }
.logs___21vvk {
    padding: 0;
}

    .logs___21vvk li {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 6px 0;
    }

    .logs___21vvk li div {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            -ms-flex-preferred-size: 0;
                flex-basis: 0;
            padding: 0 6px;
        }

    @media screen and (max-width: 539px) {

    .logs___21vvk li div {
                font-size: 12px
        }
            }

.head___21m2r {
    border-bottom: 1px solid #fff;
}

.head___21m2r div {
        font-weight: bold;
    }

.background___zLbGy {
    background: rgba(255, 255, 255, .1)
}

.colorRed___1oOaj {
    color: red;
    font-weight: bold;
}
.main___3UES- {
    max-width: 1200px;
    margin: 78px auto 0;
    opacity: 0;
    color: #fff;
    -webkit-animation: animate___1uGhm 1s ease forwards;
            animation: animate___1uGhm 1s ease forwards;
    font-family: 'Yantramanav', sans-serif;
    font-size: 20px;
    padding-bottom: 24px;
}

    @media screen and (max-width: 539px) {.main___3UES- {
        margin: 36px auto 0;
        overflow: hidden
}

        .main___3UES- h1 {
            margin-top: 0;
        }
    }

    .main___3UES- a {
        color: #d8af18;
        text-decoration: none;
        font-weight: bold;
    }

    .main___3UES- li {
        margin-bottom: 12px;
    }

@-webkit-keyframes animate___1uGhm {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes animate___1uGhm {
    0% {opacity: 0}
    100% {opacity: 1}
}
.imageOverview___fYFSY {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 0 24px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: -1;
}

    .imageOverview___fYFSY.show___inpfi {
        opacity: 1;
        z-index: 1;
        max-height: 2000px;
    }

    .imageOverview___fYFSY.show___inpfi.hideOnShowImageDetail___S1y9C {
            opacity: 0;
            -webkit-transform: scale(0.5);
                    transform: scale(0.5);
            z-index: -1;
            overflow: hidden;
            -webkit-animation-delay: 1s;
                    animation-delay: 1s;
            -webkit-animation: hideOverview___3dLJD 2s ease forwards;
                    animation: hideOverview___3dLJD 2s ease forwards;
        }

    .imageOverview___fYFSY button {
        border: none;
        background: none;
        outline: none;
        color: #fff;
        font-family: 'Yantramanav', sans-serif;
        font-size: 24px;
        cursor: pointer;
    }

    .imageOverview___fYFSY button:hover {
            color: #d8af18;
        }

.backButton___1ipc9 {
    position: relative;
}

.backButton___1ipc9 button {
        display: inline-block;
        float: right;
        border: none;
        background: none;
        outline: none;
        color: #fff;
        font-family: 'Yantramanav', sans-serif;
        font-size: 24px;
        cursor: pointer;
    }

.backButton___1ipc9 button:hover {
            color: #d8af18;
        }

.backButton___1ipc9 h2 {
        display: inline-block;
        margin-top: 0;
        font-weight: normal;
    }

@media screen and (max-width: 539px) {

.backButton___1ipc9 h2 {
            display: block
    }
        }

.thumbnail___15bkS {
    display: inline-block;
    vertical-align: top;
    opacity: 0.9;
    max-height: 200px;
    cursor: pointer;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 3px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.thumbnail___15bkS:hover {
        opacity: 1;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
        -webkit-filter: none;
                filter: none;
    }

@-webkit-keyframes hideOverview___3dLJD {
    0% {  max-height: 2000px }
    100% {  max-height: 0px }
}

@keyframes hideOverview___3dLJD {
    0% {  max-height: 2000px }
    100% {  max-height: 0px }
}

@media all and (-ms-high-contrast:none){.imageDetails___vYTxc,
.imageContainer___3wBEs,
.imageWrapper___2LC3n {
        max-width:100% 
}
    }

.imageDetails___vYTxc {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
    -webkit-transform: scale(1);
            transform: scale(1);
    text-align: center;
}

@media screen and (min-width: 540px) {

.imageDetails___vYTxc {
        padding: 0 0 24px
}
    }

@media all and (-ms-high-contrast:none){

.imageDetails___vYTxc {
        width: 100vw
}
    }

.imageDetails___vYTxc .foto___tByIg {
        position: relative;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        vertical-align: top;
    }

.imageDetails___vYTxc .zoom-1___MUPEJ {
        max-width: 100%;
    }

.imageDetails___vYTxc .zoom-2___1FNPk {
        max-width: 200%;
    }

.imageDetails___vYTxc .zoom-4___3D8DY {
        max-width: 400%;
    }

.imageDetails___vYTxc:not(.show___22U2q) {
        -webkit-animation: reduceheight___1qEgU 1s ease forwards;
                animation: reduceheight___1qEgU 1s ease forwards;
        overflow: hidden;
    }

.imageDetails___vYTxc.show___22U2q {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        z-index: 1;
    }

.imageWrapper___2LC3n {
    display: inline-block; 
}

@media all and (-ms-high-contrast:none){

.imageWrapper___2LC3n {
        float: left 
}
    }

.imageContainer___3wBEs {
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0px 0px 8px #000;
            box-shadow: 0px 0px 8px #000;
}

@media screen and (max-width: 539px) {

.imageContainer___3wBEs {
        max-height: calc(100vh - 166px);
        overflow: scroll
}
    }

.imageContainer___3wBEs > div {
        position: relative;
    }

.visible___1OW-4 {
    opacity: 1 !important;
}

.loadingSpinner___1bnRc {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    max-width: 150px !important;
}

.backButton___1DGEM {
    float: right;
    border: none;
    background: none;
    outline: none;
    color: #fff;
    font-family: 'Yantramanav', sans-serif;
    font-size: 24px;
    cursor: pointer;
}

.buttonContainer___186Mf {
    margin-bottom: 12px;
    height: 36px;
    width: 100%;
}

.buttonContainer___186Mf svg{
        fill: #fff;
    }

.buttonContainer___186Mf button span,
        .buttonContainer___186Mf button svg {
            display: inline-block;
            vertical-align: top;
        }

@media screen and (min-width: 540px) {
            .buttonContainer___186Mf button:hover svg {
                fill: #d8af18;
            }
    }

.sizeButton___1osIp {
    display: none;
    float: left;
    border: none;
    padding: none;
    background: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
}

@media screen and (max-width: 539px) {

.sizeButton___1osIp {
        display: inline-block
}
    }

.chevronLeft___268-l svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }

.changeImageButton___t1INP {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    float: left;
}

.changeImageButton___t1INP svg {
        width: 24px;
    }

.disabled___3BwJs {
    opacity: 0.3;
    pointer-events: none;
}

@-webkit-keyframes reduceheight___1qEgU {
    0% {max-height :3000px}
    90% {max-height: 3000px}
    100% {max-height: 0px}
}

@keyframes reduceheight___1qEgU {
    0% {max-height :3000px}
    90% {max-height: 3000px}
    100% {max-height: 0px}
}
.main___2fipz {
    position: relative;
    max-width: 1200px;
    margin: 78px auto 0;
    opacity: 0;
    color: #fff;
    -webkit-animation: animate___20hyr 1s ease forwards;
            animation: animate___20hyr 1s ease forwards;
    font-family: 'Yantramanav', sans-serif;
    font-size: 20px; 
}

    @media screen and (max-width: 539px) {.main___2fipz {
        margin: 36px auto 0 
}
    }

    .main___2fipz h1 {
        margin-top: 0;
    }

    @media all and (-ms-high-contrast:none){.main___2fipz {
        display: block 
}
    }

.categories___10r1L {
    padding: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    overflow: hidden;
}

.categories___10r1L > ul {
        padding: 0;
    }       

.hide___2zihC {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    max-height: 2000px;
    -webkit-animation: hide___2zihC 1.5s ease forwards;
            animation: hide___2zihC 1.5s ease forwards;
}

@-webkit-keyframes animate___20hyr {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes animate___20hyr {
    0% {opacity: 0}
    100% {opacity: 1}
}



@-webkit-keyframes hide___2zihC {
    0% {max-height: 2000px}
    100% {max-height: 0}
}



@keyframes hide___2zihC {
    0% {max-height: 2000px}
    100% {max-height: 0}
}
.main___3-lQ- {
    position: relative;
    max-width: 1200px;
    margin: 78px auto 0;
    opacity: 0;
    color: #fff;
    -webkit-animation: animate___2eN2X 1s ease forwards;
            animation: animate___2eN2X 1s ease forwards;
    font-family: 'Yantramanav', sans-serif;
    font-size: 20px;
}

    @media screen and (max-width: 539px) {.main___3-lQ- {
        margin: 36px auto 0
}
    }

    .main___3-lQ- h1 {
        margin-top: 0;
    }

.imageCategories___33t7c {
    padding: 0 0 24px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    overflow: hidden;
}

.imageCategories___33t7c ul {
        padding: 0;
        margin: 0;
    }

.imageCategories___33t7c h1 {
        font-size: 2em;
    }

.hide___2hDtC {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    max-height: 2000px;
    -webkit-animation: hide___2hDtC 1.5s ease forwards;
            animation: hide___2hDtC 1.5s ease forwards;
}

@-webkit-keyframes animate___2eN2X {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes animate___2eN2X {
    0% {opacity: 0}
    100% {opacity: 1}
}



@-webkit-keyframes hide___2hDtC {
    0% {max-height: 2000px}
    100% {max-height: 0}
}



@keyframes hide___2hDtC {
    0% {max-height: 2000px}
    100% {max-height: 0}
}
.category___jJh3O {
    width: calc(25% - 24px);
    padding: 12px 12px;
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
    
    .category___jJh3O h2 {
        margin: 0;
        height: 72px;
        font-weight: normal;
        line-height: 1.1;
    }
    
    .category___jJh3O > div {
        padding: 12px;
        background-color: rgba(255, 255, 255, .4);
        border-bottom: 3px solid transparent;
        text-align: center;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
        cursor: pointer;
    }
    
    .category___jJh3O > div:hover {
            -webkit-transform: translateY(-5px);
                    transform: translateY(-5px);
            background-color: rgba(255, 255, 255, .5);
            border-bottom: 3px solid #d8af18;
        }
    
    @media screen and (max-width: 959px) {.category___jJh3O {
        width: calc(33.33333% - 24px)
}
    }
    
    @media screen and (max-width: 719px) {.category___jJh3O {
        width: calc(50% - 24px)
}
    }
    
    @media screen and (max-width: 539px) {.category___jJh3O {
      width: calc(100% - 24px)
}  
    }

.show___2noQB {
    opacity: 1;
}
.main___M_gqG {
    max-width: 1200px;
    margin: 78px auto 0;
    opacity: 0;
    color: #fff;
    -webkit-animation: animate___3NiAp 1s ease forwards;
            animation: animate___3NiAp 1s ease forwards;
    font-family: 'Yantramanav', sans-serif;
    font-size: 20px;
    padding-bottom: 24px;
}

    @media screen and (max-width: 539px) {.main___M_gqG {
        margin: 36px auto 0;
        overflow: hidden
}

        .main___M_gqG h1 {
            margin-top: 0;
        }
    }

    .main___M_gqG img {
        margin-right: 18px;
        max-width: 254px;

    }

    @media screen and (max-width: 539px) {

    .main___M_gqG img {
            margin-bottom: 18px;
            max-width: 100%

    }
        }

    .main___M_gqG a {
        color: #d8af18;
        text-decoration: none;
        font-weight: bold;
    }

.paragraph___2gg37::after {
    content: "";
    clear: both;
    display: table;
}

@-webkit-keyframes animate___3NiAp {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes animate___3NiAp {
    0% {opacity: 0}
    100% {opacity: 1}
}


.footer___1EtUX {
    position: relative;
    text-align: center;
    width: 100%;
    bottom: 0;
    z-index: 2;
    color: #fff;
    font-family: 'Yantramanav', sans-serif;
    padding-bottom: 12px;
    line-height: 30px;
    padding-top: 12px;
    padding-bottom: 24px;
    font-size: 15px;
}

    .footer___1EtUX a {
        text-decoration: none;
        border-bottom: 1px solid #d8af18;
        color: #d8af18;
        font-weight: bold;
    }

    .footer___1EtUX br {
        display: block;
    }

    @media screen and (min-width: 540px) {

    .footer___1EtUX br {
            display: none
    }
        }

    @media screen and (max-width: 539px) {
            .footer___1EtUX br + span {
                display: none;
            }
        }

.main___3JaJZ {
    position: relative;
    max-width: 1200px;
    margin: 78px auto 0;
    opacity: 0;
    color: #fff;
    -webkit-animation: animate___yMYVg 1s ease forwards;
            animation: animate___yMYVg 1s ease forwards;
    font-family: 'Yantramanav', sans-serif;
    font-size: 20px;
    z-index: 1; 
}

    @media screen and (max-width: 539px) {.main___3JaJZ {
        margin: 36px auto 0 
}
    }

    .main___3JaJZ h1 {
        margin-top: 0;
    }

    @media all and (-ms-high-contrast:none){.main___3JaJZ {
        display: block 
}
    }

.categories___aI0Qs {
    padding: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    overflow: hidden;
}

.categories___aI0Qs > ul {
        padding: 0;
    }       

.hide___2HfnV {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    max-height: 2000px;
    -webkit-animation: hide___2HfnV 1.5s ease forwards;
            animation: hide___2HfnV 1.5s ease forwards;
}

@-webkit-keyframes animate___yMYVg {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes animate___yMYVg {
    0% {opacity: 0}
    100% {opacity: 1}
}



@-webkit-keyframes hide___2HfnV {
    0% {max-height: 2000px}
    100% {max-height: 0}
}



@keyframes hide___2HfnV {
    0% {max-height: 2000px}
    100% {max-height: 0}
}
.category___2Mgcn {
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
    width: calc(20% - 24px);
    margin: 30px 12px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

    @media screen and (max-width: 959px) {.category___2Mgcn {
        width: calc(25% - 24px)
}
    }

    @media screen and (max-width: 719px) {.category___2Mgcn {
         width: calc(33% - 24px)
}
    }

    @media screen and (max-width: 539px) {.category___2Mgcn {
         width: calc(50% - 24px)
}
    }

    .category___2Mgcn img {
        width: 100%;
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        vertical-align: top;
    }

    .category___2Mgcn h3, 
    .category___2Mgcn div {
        font-size: 18px;
    }

    .category___2Mgcn h3 {
        margin: 6px 0;
        height: 20px;
        overflow: hidden;
    }

    .category___2Mgcn.visible___1V7kW {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .category___2Mgcn:hover img {
            /*transform: scale(1.03);*/
        }

    .category___2Mgcn:hover .imageWrapper___13Ofi {
            -webkit-transform: scale(1.03);
                    transform: scale(1.03);
        }

    .category___2Mgcn:hover .imageWrapper___13Ofi::before,
            .category___2Mgcn:hover .imageWrapper___13Ofi::after {
                width: calc(100% + 4px);
                height: calc(100% + 4px);
            }

.imageWrapper___13Ofi {
    position: relative;
    margin-bottom: 6px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.imageWrapper___13Ofi::before,  
    .imageWrapper___13Ofi::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        background-color: #fff;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: -1;
    }

.imageWrapper___13Ofi::before {
        left: -2px;
        top: -2px;
    }

.imageWrapper___13Ofi::after {
        right: -2px;
        bottom: -2px;
    }
.gallery___1fN9e {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(37, 37, 37, .96);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    z-index: 0;
}

    .gallery___1fN9e.show___3Ln_K {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        z-index: 3;
    }

    @media screen and (max-width: 719px) {.gallery___1fN9e {
        padding: 12px
}
    }

.closeBar___10aV- {
    text-align: right;
    width: 100%;
}

.closeBar___10aV- > span {
        display: inline-block;
        cursor: pointer;
    }

.closeBar___10aV- > span svg {
            fill: #fff;
        }

.closeBar___10aV- > span:hover svg {
                fill: #d8af18;
            }
.thumbnailsContainer___245b5 {
    text-align: center;
    width: 100%;    
    margin-top: 12px;
}

    .thumbnailsContainer___245b5 img {
        display: inline-block;
        vertical-align: top;
        width: 60px;
        margin: 0 3px;
        opacity: 0.5;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
    }

    @media screen and (min-width: 540px) {

    .thumbnailsContainer___245b5 img {
            width: 90px;
            margin: 0 3px
    }
        }

    @media screen and (min-width: 960px) {

    .thumbnailsContainer___245b5 img {
            width: 120px;
            margin: 0 6px
    }
        }

    .thumbnailsContainer___245b5 img:hover,
        .thumbnailsContainer___245b5 img.active___vP9E_ {
            opacity: 1;
            -webkit-filter: none;
                    filter: none;
        }

    .thumbnailsContainer___245b5 img:not(.active___vP9E_) {
            cursor: pointer;
        }

    .thumbnailsContainer___245b5 button {
        display: inline-block;
        vertical-align: middle;
        border: none;
        background-color: transparent;
        cursor: pointer;
    }

    .thumbnailsContainer___245b5 button svg {
            fill: #fff;
            width: 36px;
            height: 36px;
        }

    .thumbnailsContainer___245b5 button:hover svg {
            fill: #d8af18;
        }

    /* Swipable-Container */

    .thumbnailsContainer___245b5 > div { 
        display: inline-block;
    }

    .thumbnailsContainer___245b5.hide___uggxt {
        display: none;
    }

.thumbnailsWrapper___Y4QK9 {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    max-width: 198px;
}

@media screen and (min-width: 540px) {

.thumbnailsWrapper___Y4QK9 {
        max-width: 384px
}
    }

@media screen and (min-width: 960px) {

.thumbnailsWrapper___Y4QK9 {
        max-width: 792px
}
    }

.thumbnails___2qjT2 {
    position: relative;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 100%;
    white-space: nowrap
}

.rotate180deg___2rHGd {
    display: inline-block;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.actionsBar___15jQ4 {
    display: block;
    background-color: #000;
    width: 100%;
    height: 36px;
    margin: 12px auto 0;
    text-align: center;
    padding: 0;
}

    .actionsBar___15jQ4 ul {
        position: relative;
        margin: 0;
        padding: 0;
        background-color: #000;
    }

    .actionsBar___15jQ4 li {
        display: inline-block;
        color: #fff;
        padding: 6px 18px;
        vertical-align: middle;
        margin: 0 12px;
        font-family: 'Yantramanav', sans-serif;
        cursor: pointer;

    }

    .actionsBar___15jQ4 li:first-child {
            margin-left: 0;
        }

    .actionsBar___15jQ4 li:last-child {
            margin-right: 0;
        }

    .actionsBar___15jQ4 li svg {
            position: relative;
            top: 1px;
            width: 14px;
            height: 14px;
            margin-right: 8px;
            fill: #fff;
        }

    .actionsBar___15jQ4 li.activeAction___w_aRC {
            color: #d8af18;
            font-weight: bold;

            /* &:hover {
                color: #fff;
                font-weight: normal;

                svg {
                    fill: #fff;
                }
            } */
        }

    .actionsBar___15jQ4 li.activeAction___w_aRC svg {
                fill: #d8af18;
            }

    /* &:hover {
            color: $gold;
            font-weight: bold;

            svg {
                fill: $gold;
            }
        } */

    .actionsBar___15jQ4 li.chevron___2lmhU svg {
                margin: 0;
            }

    .actionsBar___15jQ4 li:first-child.chevron___2lmhU {
            float: left
        }

    .actionsBar___15jQ4 li:last-child.chevron___2lmhU {
            float: right;
        }

    @media screen and (max-width: 719px) {

    .actionsBar___15jQ4 .fullScreen___1OrXw {
            display: none
    }
        }

    @media screen and (min-width: 540px) {.actionsBar___15jQ4 {
        max-width: 912px
}
    }

.autoplayLoadingBar___1qhHT{
    position: relative;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    height: 2px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.autoplayLoadingBar___1qhHT::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        opacity: 0.4;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.autoplayLoadingBar___1qhHT.active___3NNs- {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

.autoplayLoadingBar___1qhHT.active___3NNs-::after {
           -webkit-animation: width100___33yVI 5s ease infinite;
                   animation: width100___33yVI 5s ease infinite;
        }

@-webkit-keyframes width100___33yVI {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes width100___33yVI {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.imageWrapper___JAoUs {
    position: relative;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    height: 0;
    width: 100%;
    margin: 0 auto ;
    text-align: center;
}

    .imageWrapper___JAoUs img {
        opacity: 1;
        position: absolute;
        max-height: 100%;
        left: 50%;
        top: 50%;
        margin-left: 0;
        margin-right: 0;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        -webkit-transition: max-width .5s ease;
        transition: max-width .5s ease;
    }

    .imageWrapper___JAoUs img.swiping-right___3ADbL {
            -webkit-animation: animateRight___1p3BA .5s ease forwards;
                    animation: animateRight___1p3BA .5s ease forwards;
        }

    .imageWrapper___JAoUs img.swiping-left___ymbOf {
            -webkit-animation: animateLeft___1Xhrq .5s ease forwards;
                    animation: animateLeft___1Xhrq .5s ease forwards;
        }

@-webkit-keyframes animateRight___1p3BA {
    0% {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(calc(-50% + 40px), -50%);
                transform: translate(calc(-50% + 40px), -50%);
        opacity: 0.5;
    }
}

@keyframes animateRight___1p3BA {
    0% {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(calc(-50% + 40px), -50%);
                transform: translate(calc(-50% + 40px), -50%);
        opacity: 0.5;
    }
}

@-webkit-keyframes animateLeft___1Xhrq {
    0% {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(calc(-50% - 40px), -50%);
                transform: translate(calc(-50% - 40px), -50%);
        opacity: 0.5;
    }
}

@keyframes animateLeft___1Xhrq {
    0% {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(calc(-50% - 40px), -50%);
                transform: translate(calc(-50% - 40px), -50%);
        opacity: 0.5;
    }
}

.wrapper___veINa {
    position: relative;
    top: 12px;
    display: block;
    opacity: 0;
    width: 100%;
    -webkit-animation: animateWrapperMobile___2tgDz 1s ease forwards;
            animation: animateWrapperMobile___2tgDz 1s ease forwards;
}

    @media screen and (min-width: 540px) {.wrapper___veINa {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50% ,0);
                transform: translate3d(-50%, -50% ,0);
        -webkit-animation: animateWrapper___1Ggr5 1s ease forwards;
                animation: animateWrapper___1Ggr5 1s ease forwards
}
    }

.container___3vMgV {
    position: relative;
}

.logo___3-MLM {
    width: 600px;
}

.title___3nGLA {
    color: #d8af18;
    text-align: right;
    font-size: 54px;
    font-family: 'Yantramanav', sans-serif;
    margin-top: -20px;
}

@media screen and (max-width: 539px) {

.title___3nGLA {
        font-size: 36px;
        margin-top: 0
}
    }

.nameContainer___2o1Z7 {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 12px;
}

.nameContainer___2o1Z7 svg {
        width: 600px;
        max-width: 100%;
    }

.hide___2AK_d {
   -webkit-animation: hideIt___2tb2H 0.5s ease forwards !important;
           animation: hideIt___2tb2H 0.5s ease forwards !important; 
}

.nav___N3rdc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 0;
    margin: 200px auto 0;
    padding: 0 12px;
    font-size: 42px;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-animation: animateNav___TXIQx 1s ease forwards;
            animation: animateNav___TXIQx 1s ease forwards;
    max-width: 700px;
}

@media screen and (max-width: 539px) {

.nav___N3rdc {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; 
        margin-top: 100px
}
    }

.nav___N3rdc a {
        color: #fff;
        text-decoration: none;
        font-family: 'Yantramanav', sans-serif;
        -webkit-transition: color 0.1s ease;
        transition: color 0.1s ease;
        padding: 0 16px 16px;
    }

.nav___N3rdc a:hover {
            color: #d8af18
        }

@media screen and (max-width: 539px) {

.nav___N3rdc a {
            display: block;
            width: 100%;
            padding: 12px 0;
            text-align: center;
            border-bottom: 1px solid #fff
    }

            .nav___N3rdc a:last-of-type {
                border-bottom: 0;
            }
        }

@-webkit-keyframes animateNav___TXIQx {
    0% {opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px);}
    100% {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
}

@keyframes animateNav___TXIQx {
    0% {opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px);}
    100% {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
}

@-webkit-keyframes animateWrapper___1Ggr5 {
    0% { opacity: 0; top: 60%}
    100% { opacity: 1; top: 50%}
}

@keyframes animateWrapper___1Ggr5 {
    0% { opacity: 0; top: 60%}
    100% { opacity: 1; top: 50%}
}

@-webkit-keyframes animateWrapperMobile___2tgDz {
    0% { opacity: 0; top: 60px}
    100% { opacity: 1; top: 20px}
}

@keyframes animateWrapperMobile___2tgDz {
    0% { opacity: 0; top: 60px}
    100% { opacity: 1; top: 20px}
}

@-webkit-keyframes hideIt___2tb2H {
    0% { opacity: 1;}
    100% { opacity: 0;}
}

@keyframes hideIt___2tb2H {
    0% { opacity: 1;}
    100% { opacity: 0;}
}


