@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

html, body {
    background-color: #f8f4f0;
}

.radio-label-input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    background-color: transparent;
    position: relative;
}

.radio-label-input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ca8489;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: radio-appear 0.8s;
}

.radio-field {
    display: flex;
    width: 50%;
    margin: 0 auto;
    justify-content: space-around;
    margin-top: 15px;
}

.input-number .input-field {
    margin-top: 0 !important;
}

.radio-label {
    color: rgb(178, 155, 155);
}

.radio-div {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    width: 100%;
    justify-content: center;
}

@keyframes radio-appear {
    0% {
        transform: translate(-50%, -50%) scale(0);
        background-color: #fff;
    }
    45% {
        transform: translate(-50%, -50%) scale(1.6);
        background-color: rgb(178, 155, 155);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.7);
        background-color: #ad97b3;
    }
    55% {
        transform: translate(-50%, -50%) scale(1.6);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        background-color: #ca8489;
    }
}

.overlay-transition-load {
    width: 100%;
    height: 100%;
}

.overlay-transition-load .mobile-loading {
    background-image: url(../img/mobile_loading.gif);
}

.overlay-transition-load .desktop-loading {
    background-image: url(../img/desktop_loading.gif);
}

.overlay-transition-load .loading {
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section {
    background: #f8f4f0;
}

.invitation-card {
    color: #000000;
    background: rgb(249 239 232);
    padding: 20px 0;
    margin-bottom: 80px;
}

.invitation-lead {
    padding-top: 25px;
}

.card-name {
    background-image: url(../img/inva/bgr-1.png);
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.inva-description {
    padding-top: 0;
}

.inva-description img {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.wishes-container {
    display: grid;
    background-image: url(../img/bk-wishes.png);
    grid-auto-rows: min-content;
    grid-auto-flow: dense;
    padding: 25px 35px;
}

.wishes {
    background-color: rgb(249 239 232);
}

.WishList_listItem__bBwN2 {
    background-image: url(../img/bk-test.png);
    border: 1px solid #5d5d5dd6;
    background-color: #f8f4f0;
    box-shadow: 7px 7px;
    color: #dfa1a14d;
    padding: 2px;
}

.bk-wishes {
    width: 100%;
    height: 100%;
    background-image: url(../img/inva/tl.png);
    opacity: 0.2;
    position: relative;
}

.wishes-detail {
    position: absolute;
    z-index: 3;
}

p.WishList_wishText__IBFie {
    color: #000;
}

.res-name {
    width: 100%;
    padding-bottom: 10px;
    /*padding-right: 5px;*/
    /*text-align: right;*/
    color: #000000b3;
}

.WishList_wishText__IBFie {
    margin-bottom: 15px;
    margin-top: 10px;
}

/*new countdown section*/
.event-count-down {
    background-color: rgb(249 239 232);
    padding-top: 50px;
    padding-bottom: 0;
    margin-top: 50px;
    margin-bottom: 55px;
}

.cd-container {
    width: 100%;
    height: 380px;
    display: inline-grid;
}

.cd-title-container {
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 15px 0;
    display: block;
}

.event-count-down p {
    margin: 0;
    font-weight: 400;
    font-style: normal;
    font-family: "YAEK94THsCY-0";
    line-height: 69px;
    letter-spacing: 0;
    --para-spacing: 0;
    text-transform: none;
    --head-indent: 0;
    --numeric-list-marker: none;
    list-style-type: none;
}

.cd-title-container p {
    font-size: 36px;
    color: rgb(194 169 143);
}

.cd-content-container p.cd-number {
    font-size: 62px;
    color: rgb(248, 244, 240);
}

.cd-content-container p.cd-text {
    font-size: 30px;
    color: rgb(248, 244, 240);
}

.cd-content-container {
    height: 100%;
    margin: 0 auto;
}

.cd-content {
    width: 33.33333%;
    height: 66.66666%;
    float: left;
    text-align: center;
    display: block;
}

.content-bg {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.cd-days .content-bg,
.cd-hours .content-bg,
.cd-minutes .content-bg {
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cd-days .content-bg {
    background-image: url(../img/countdown_days.png);
}
.cd-hours .content-bg {
    background-image: url(../img/countdown_hours.png);
}
.cd-minutes .content-bg {
    background-image: url(../img/countdown_minutes.png);
}

.cd-number-container {
    width: 100%;
    height: 55%;
    padding-top: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-container {
    position: relative;
}

.section-container .cd-seconds {
    font-size: 18px !important;
    position: absolute;
    z-index: 3;
    right: 12%;
    top: -5%;
}
/*end*/

footer {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}

.contact-information {
    width: 100%;
    display: inline-block;
    padding: 20px 0 0 0;
}

.contact-information .contact-info-part {
    width: calc(25% - 5px);
    display: inline-block;
    float: left;
    text-align: center;
}

.form-field.input-number input::-webkit-outer-spin-button,
.form-field.input-number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.card-image img,
.form-logo img {
    pointer-events: none;
}

.contact-info-part .info-part {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
    padding-left: 15%;
}

.button-submit .form-button {
    width: 75% !important;
    margin: 0 auto !important;
}

.button-submit .button-sub {
    float: left;
    width: 70% !important;
    margin: 5px 0 !important;
    margin-top: 5% !important;
    height: 55px !important;
}

img.donate {
    width: 24% !important;
    cursor: pointer;
}

.form-field .textarea-field {
    resize: none;
}

#cancel-form .field-title {
    margin: 10px 0;
}

#cancel-form .label-title {
    color: rgb(178, 155, 155);
    margin-top: 15px;
}

div.not-cancel-btn {
    background-color: rgb(223 161 161) !important;
}

#cancel-form {
    padding-top: 20%;
}

#cancel-form div.not-cancel-btn {
    cursor: pointer;
    display: inline-block;
    padding-top: 15px;
}

.qr-code {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.qr-code {
    padding-top: 0;
}

.qr-code .qr-title,
.qr-code .qr-back {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/*.qr-code .qr-title {*/
/*    margin-top: 50px;*/
/*}*/

.qr-code .qr-back {
    margin-top: 20px;
}

.qr-code .qr-back button {
    background-color: rgb(223 161 161) !important;
    color: rgb(248, 244, 240);
}

.qr-title {
    margin-bottom: 20px;
}

.qr-title p {
    margin-bottom: 0;
    line-height: 25px;
    color: #845F49;
    opacity: 0.5;
}

.qr-code .qr-detail {
    display: inline-block;
    width: 65%;
    text-align: center;
}

.qr-detail .qr-left,
.qr-detail .qr-right {
    display: inline-block;
    width: calc(50% - 2px);
    text-align: center;
}

.qr-detail .qr-left img,
.qr-detail .qr-right img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 0 15px;
}

.qr-detail .bank-number,
.qr-detail .bank-name {
    width: 100%;
    color: #845F49;
    opacity: 0.5;
    margin: 5px 0 0 0;
    line-height: 16px;
}

#cancel-form,
.qr-code {
    display: none;
}

form .form-field label.error {
    display: inline-block;
    width: 100%;
    height: 20px;
    color: rgb(245 130 130);
}

.noti-message-container p {
    margin-bottom: 5px;
}

.noti-message-container .success-message-container,
.noti-message-container .existed-message-container,
.noti-message-container .error-message-container {
    display: none;
}

.noti-message-container p.success-message,
.noti-message-container p.existed-message{
    color: rgb(132 169 120 / 95%);
    margin-bottom: 5px;
}

.note-message-container p.note-message {
    color: rgb(223 161 161);
    margin-bottom: 5px;
}

.noti-message-container p.error-message {
    color: rgb(205 125 125 / 90%);
}

.inva-mobile .event-address {
    font-size: 14px;
}

.inva-mobile .event-time {
    margin-bottom: -5px;
    margin-top: 10px;
}

.inva-mobile .event-address span {
    font-size: 12px;
    margin-bottom: -10px;
    margin-top: 15px;
    display: block;
}

.inva-desktop .event-address {
    font-size: 21px;
}

.inva-desktop .event-address span {
    font-size: 18px;
    margin-bottom: -20px;
    margin-top: 25px;
    display: block;
}

.form-field.button-submit .input-field.disabled {
    pointer-events: none !important;
    background-color: #aba3a3b5 !important;
}

.parallax.desktop .bg-para-3 {
    background: url('../img/background/background_mobile_3_3.jpeg') center center;
}
.parallax.desktop .bg-para-2 {
    background: url('../img/background/background_mobile_2_3.png') center center;
}
.parallax.desktop .bg-para-1 {
    background: url('../img/background/background_mobile_1_4.png') center center;
}

@media screen and (max-width: 361px) {
    .form-submit-field p,
    #register-form p {
        font-size: 12px !important;
    }
}

/* Custom mobile */
@media screen and (max-width: 640px) {
    #register-form {
        margin-top: 15px;
    }

    #register-form .radio-field {
        width: 80% !important;
    }

    .qr-detail .bank-number,
    .qr-detail .bank-name {
        font-size: 10px !important;
    }

    .overlay-transition-load .desktop-loading {
        display: none;
    }

    .event-count-down {
        padding-top: 35px;
    }

    .cd-container {
        height: 220px;
    }

    .cd-title-container {
        height: 70px;
        padding-bottom: 0;
    }

    .content-bg {
        min-width: 95px;
    }

    .cd-content {
        padding: 2px;
    }

    .cd-number-container {
        height: 40% !important;
        padding-top: 50% !important;
    }

    .cd-title-container {
        padding: 0;
    }

    .cd-title-container p {
        font-size: 28px;
    }

    .cd-content-container {
        margin-top: -3%;
    }

    .cd-content-container p.cd-number {
        font-size: 38px;
    }

    .cd-content-container p.cd-text {
        font-size: 16px !important;
    }

    .section-container .cd-seconds {
        font-size: 11px !important;
        right: 10%;
        top: -15%;
    }

    #cancel-form .field-title {
        font-size: 9.5px;
    }

    .inva-desktop {
        display: none;
    }

    .qr-code {
        padding-top: 12%;
    }

    .qr-code .qr-detail {
        width: 80%;
    }

    .qr-title p {
        font-size: 10px;
    }

    .qr-detail .qr-left img,
    .qr-detail .qr-right img {
        padding: 0 10px;
    }

    div.single-link.fade-in.animatelink.bride-wide {
        margin-left: 0 !important;
    }

    .card-left, .card-right {
        display: inline-block;
        max-width: 100%;
        width: 100%;
    }

    .invitation-card {
        padding-top: 40px;
        margin-bottom: 35px;
    }

    .inva-par-1 {
        display: block;
    }

    .inva-par-3 {
        height: 180px;
        min-height: 180px;
        width: 100%;
    }

    .inva-par-3 .guest-name {
        padding-top: 15%;
        font-size: 9vw;
    }

    .inva-par-4-mobile {
        padding-top: 15px;
    }

    .inva-par-4-mobile p {
        color: #000000;
        margin-bottom: 4px;
    }

    .inva-par-4, .inva-par-6 {
        display: none;
    }

    .inva-par-5 img {
        width: 85%;
        margin: 0 auto;
        pointer-events: none;
    }

    .inva-par-5 {
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .inva-description img.inva-desc-img-desktop {
        display: none;
    }

    .inva-description {
        padding-bottom: 30px;
    }

    .wishes-container {
        grid-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }

    .wishes {
        padding-top: 20px;
        margin-top: 35px;
    }

    .count-down-part {
        width: 449.336px;
        height: 46.4478px;
        transform: translate(-7%, -30%);
    }

    .count-down-text {
        font-size: 35px;
    }

    .count-down-number {
        font-size: 25px;
    }

    .count-down-part-days-bg,
    .count-down-part-hours-bg,
    .count-down-part-minutes-bg {
        width: calc(175.053px/2);
        height: calc(171.002px/2);
    }

    .count-down-part-days,
    .count-down-part-hours,
    .count-down-part-minutes {
        width: calc(175.053px/2);
        height: calc(171.002px/2);
    }

    .count-down-bg-container {
        height: calc(171.002px/2);
        width: calc(175.053px/2);
    }

    .count-down-bg {
        width: calc(175.053px/2);
        height: calc(171.002px/2);
    }

    .count-down-days,
    .count-down-hours,
    .count-down-minutes
    {
        width: calc(381px);
        height: calc(372px);
        transform: scale(0.25, 0.25);
    }
    .count-down-part-days-bg {
        transform: translate(50%, 50%);
    }

    .count-down-part-hours-bg {
        transform: translate(170%, 50%);
    }

    .count-down-part-minutes-bg {
        transform: translate(290%, 50%);
    }

    .count-down-part-days-text .count-down-text,
    .count-down-part-hours-text .count-down-text,
    .count-down-part-minutes-text .count-down-text {
        font-size: 25px;
    }

    .count-down-part-days-number {
        transform: translate(1%, 65%);
    }

    .count-down-part-days-text {
        transform: translate(1%, 200%);
    }

    .count-down-part-hours-number {
        transform: translate(90%, 65%);
    }

    .count-down-part-hours-text {
        transform: translate(42%, 200%);
    }

    .count-down-part-minutes-number {
        transform: translate(180%, 65%);
    }

    .count-down-part-minutes-text {
        transform: translate(82%, 200%);
    }

    .count-down-container {
        height: 200px;
    }

    .count-down-seconds {
        font-size: 7px;
        position: absolute;
        top: -25%;
        left: 64%;
    }

    .map-desktop,
    .note-desktop {
        display: none !important;
    }

    .left-footer {
        display: inline-block;
        float: left;
        width: calc(82% - 5px);
        height: 100%;
        z-index: 10;
    }

    .form-container {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .form-submit {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
    }

    .form-submit-detail {
        background-color: #F9EFE8;
        border-radius: 0 85px 0 0;
        width: 100%;
        height: 87%;
        position: absolute;
        z-index: 15;
        padding-top: 25%;
        bottom: 0;
        left: 0;
    }

    .form-logo {
        position: absolute;
        z-index: 20;
        width: 100%;
        left: 0;
        top: 0%;
    }
    .form-logo img {
        width: 235px;
        height: auto;
        margin: 0 auto;
    }

    .form-submit-field {
        text-align: center;
    }

    .contact-map {
        position: absolute;
        z-index: 15;
        right: -15%;
        bottom: 0;
    }

    .map-mobile img {
        max-width: 100%;
    }

    .contact-map img {
        max-width: 300px;
        height: auto;
    }

    .contact-map a,
    .map-mobile a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 20;
    }

    .form-field .input-field,
    .form-field .textarea-field {
        border-radius: 25px;
        padding: 0 30px;
        width: 75%;
        margin-top: 10px;
        margin-bottom: 10px;
        background: #f8f4f0;
        font-size: 15px;
        line-height: 1.5;
        color: #666666;
        outline: none;
        border: 1.5px solid #f8cece54;
        overflow: visible;
        touch-action: manipulation;
    }
    .form-field .input-field {
        height: 50px;

    }
    .form-field .textarea-field {
        padding-top: 15px;
        resize: none;
    }
    .form-field.button-submit .input-field {
        background-color: rgb(178, 155, 155);
        color: #ffffff;
        border: none !important;
    }

    .form-field p,
    .form-field .icon {
        width: 50%;
        font-size: 15px;
        outline: none;
        border: none;
        overflow: visible;
        touch-action: manipulation;
        float: left;
        text-align: right;
    }

    .form-field p {
        width: calc(100% - 70px);
        max-width: calc(100% - 70px);
        padding-top: 10px;
        color: rgb(156 163 174);
        cursor: default;
    }

    .cancel-note {
        color: rgb(223 161 161);
        cursor: pointer;
        font-weight: bold;
    }

    .form-field .icon,
    .form-field img
    {
        width: 60px;
        max-width: 60px;
    }

    .form-field .icon {
        float: right;
    }

    .form-note {
        width: 75%;
        display: inline-block;
        padding-top: 15px;
        padding-right: 5px;
    }

    .form-note p {
        width: 100%;
        max-width: 100%;
        padding: 0 5px 0 0;
        margin-bottom: 0;
    }

    footer {
        max-height: 700px !important;
        height: 700px !important;
    }

    .contact-info-part .info-part {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding-left: 10px;
    }

    .info-part .phone-span,
    .info-part .phone-1,
    .contact-info-desktop {
        display: none !important;
    }

    .contact-info-mobile {
        width: 100% !important;
        padding-left: 2px;
    }

    footer .contact-info-part {
        height: 35px !important;
    }

    footer .contact-response {
        width: calc(50% - 5px) !important;
    }

    .contact-information {
        padding: 20px 0 0 20px;
    }

    footer {
        max-height: 700px !important;
        min-height: 700px !important;
        height: 700px !important;
    }
}

/* Custom pc */
@media screen and (min-width: 640px) {
    .overlay-transition-load .mobile-loading {
        display: none;
    }

    .content-bg {
        min-width: 175px;
    }

    .contact-information {
        margin-bottom: 20px;
    }

    #cancel-form {
        padding-top: 7%;
    }

    .inva-mobile {
        display: none;
    }

    .invitation-card .grid {
        display: block;
    }

    .card-image {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .card-image img {
        width: 65%;
        margin-right: 35px;
        float: right;
    }

    .card-left, .card-right {
        display: block;
        max-width: 50%;
        width: calc(50% - 10px);
        float: left;
    }

    .card-left {
        padding-left: 5%;
    }

    .card-right {
        padding-right: 5%;
        padding-top: 90px;
    }

    .inva-par-2,
    .inva-par-4,
    .inva-par-6 {
        font-size: 21px;
    }

    .inva-par-4 p {
        font-size: 21px;
        color: #000000;
        margin-bottom: 5px;
    }

    .inva-par-1 {
        width: 100%;
    }

    .inva-par-3 {
        margin: 0 auto;
        height: 215px;
        min-height: 215px;
        text-align: center;
        padding-top: 13%;
    }

    .inva-par-3 p {
        color: #000000;
        font-size: 40px;
        opacity: 0.7;
    }

    .inva-par-5 {
        width: 40%;
    }

    .inva-par-6 {
        width: 60%;
    }

    .inva-par-5 img {
        width: 85%;
        margin: 0 auto;
        pointer-events: none;
    }

    .inva-par-4-mobile {
        display: none;
    }

    .invitation-card {
        padding-bottom: 80px;
    }

    .inva-description img.inva-desc-img-mobile {
        display: none;
    }

    .inva-description {
        padding-bottom: 80px;
    }

    /*.image-album {*/
    /*    padding: 10px 150px;*/
    /*}*/

    .wishes-container {
        grid-gap: 20px;
        grid-template-columns: repeat(6, 1fr);
    }

    .wishes {
        background-color: rgb(249 239 232);
        padding-top: 70px;
        padding-left: 130px;
        padding-right: 130px;
        margin-top: 70px;
    }

    .count-down-seconds {
        font-size: 15px;
        position: absolute;
        top: -50%;
        left: 73%;
    }

    .note-mobile,
    .map-mobile,
    .contact-info-phone-mobile {
        display: none !important;
    }

    .left-footer, .right-footer {
        display: inline-block;
        float: left;
        width: calc(50% - 5px);
        height: 100%;
        z-index: 10;
    }

    .form-container {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .form-submit {
        width: 100%;
        height: 90%;
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
    }

    .form-submit-detail {
        background-color: #F9EFE8;
        border-radius: 0 250px 0 0;
        width: 100%;
        height: 82%;
        position: absolute;
        z-index: 15;
        padding-top: 20%;
        bottom: 0;
        left: 0;
    }

    .form-logo {
        position: absolute;
        z-index: 20;
        width: 100%;
        left: 0;
        top: -8%;
    }
    .form-logo img {
        width: 500px;
        height: auto;
        margin: 0 auto;
    }

    .form-submit-field {
        text-align: center;
    }

    .contact-map {
        position: absolute;
        z-index: 15;
        right: -15%;
        bottom: 0;
    }

    .contact-map img {
        max-width: 300px;
        height: auto;
    }

    .contact-map a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 20;
    }

    .form-field .input-field,
    .form-field .textarea-field {
        border-radius: 25px;
        padding: 0 30px;
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
        background: #f8f4f0;
        font-size: 15px;
        line-height: 1.5;
        color: #666666;
        outline: none;
        border: 1.5px solid #f8cece54;
        overflow: visible;
        touch-action: manipulation;
    }
    .form-field .input-field {
        height: 50px;

    }
    .form-field .textarea-field {
        padding-top: 15px;
    }
    .form-field.button-submit .input-field {
        background-color: rgb(178, 155, 155);
        color: #ffffff;
        border: none !important;
    }

    .form-note {
        width: 50%;
        display: inline-block;
        padding-right: 5px;
        padding-top: 15px;
    }

    .form-field p,
    .form-field .icon {
        width: 50%;
        font-size: 15px;
        outline: none;
        border: none;
        overflow: visible;
        touch-action: manipulation;
        float: left;
        text-align: right;
    }

    .form-field p {
        width: calc(100% - 0px);
        max-width: calc(100% - 0px);
        padding-top: 0;
        font-size: 12px;
        color: rgb(156 163 174);
        cursor: default;
    }

    .cancel-note {
        color: rgb(223 161 161);
        cursor: pointer;
        font-weight: bold;
    }

    .form-field .icon,
    .form-field img
    {
        width: 60px;
        max-width: 60px;
    }

    .form-field .icon {
        float: right;
    }

    .button-submit .form-button {
        width: 50% !important;
        margin: 0 auto !important;
    }

    .button-submit .button-sub {
        float: left;
        width: 75% !important;
        margin: 5px 0 !important;
        margin-top: 5% !important;
        margin-right: 5% !important;
        height: 55px !important;
    }

    img.donate {
        width: 24% !important;
    }

    footer {
        max-height: 850px !important;
        min-height: 850px !important;
        height: 850px !important;
    }
}

@media screen and (max-width: 280px)  {
    input.input-field.button-sub {
        height: 40px !important;
    }
}

@media screen and (min-width: 280px) and (max-width: 319px)  {
    input.input-field.button-sub {
        height: 42px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 349px)  {
    input.input-field.button-sub {
        height: 48px !important;
    }
}

@media screen and (min-width: 350px) and (max-width: 389px)  {
    input.input-field.button-sub {
        height: 48px !important;
        margin-top: 8% !important;
    }
}

@media screen and (min-width: 391px) and (max-width: 420px)  {
    input.input-field.button-sub {
        height: 48px !important;
        margin-top: 8% !important;
    }
}

@media screen and (min-width: 421px) and (max-width: 500px)  {
    .form-submit-detail {
        height: 87% !important;
    }

    input.input-field.button-sub {
        height: 50px !important;
    }
}

@media screen and (min-width: 501px) and (max-width: 639px) {
    .form-submit-detail {
        height: 90% !important;
    }

    input.input-field.button-sub {
        height: 50px !important;
    }
}

@media screen and (min-width: 641px) and (max-width: 850px) {
    .left-footer, .right-footer {
        width: calc(72% - 5px) !important;
    }

    .button-submit .button-sub {
        width: 70% !important;
    }
}

@media screen and (min-width: 851px) and (max-width: 1024px) {
    .left-footer, .right-footer {
        width: calc(72% - 5px) !important;
    }
}

@media screen and (min-width: 1020px) and (max-width: 1210px) {
    .button-submit .button-sub {
        width: 70% !important;
    }
}

@media screen and (min-width: 1024px) {
    .parallax.desktop .bg-para-3 {
        background: url('../img/background/background_desktop_3.jpeg') center center;
    }
    .parallax.desktop .bg-para-2 {
        background: url('../img/background/background_desktop_2_2.png') center center;
    }
    .parallax.desktop .bg-para-1 {
        background: url('../img/background/background_desktop_1_1.png') center center;
    }

    .form-submit-detail {
        height: 88% !important;
    }

    .form-logo {
        top: -10% !important;
    }

    .qr-code {
        width: 70% !important;
    }
}

@media screen and (min-width: 1920px) {
    input.input-field.button-sub {
        margin-top: 2.5% !important;
    }
}

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

audio,
canvas,
video {
    display: inline-block;
}

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

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

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

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

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

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

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

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

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

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

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

.logo-home {
    position: fixed;
    height: 50px;
    width: 250px;
    z-index: 21;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
}

.logo-home h3 {
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    height: 50px;
    line-height: 20px;
    padding: 15px 0;
    width: 100%;
    top: 0;
    letter-spacing: 4px;
}

.logo-home img {
    top: 125%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
}

main.scrolled .logo-home h3,
main.scrolled.active .logo-home h3,
main.active .logo-home h3 {
    top: -25px;
    opacity: 0;
}

main.scrolled .logo-home img,
main.scrolled.active .logo-home img,
main.active .logo-home img {
    top: 50%;
    opacity: 1;
}

@media screen and (max-width: 640px) {
    .logo-home {
        top: 20px;
    }

    .logo-home h3 {
        letter-spacing: 4px;
    }
}

main#home .logo {
    display: none;
}

.logo {
    position: fixed;
    height: 50px;
    width: 200px;
    z-index: 21;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
}

.logo img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 1;
}

@media screen and (max-width: 640px) {
    .logo {
        top: 20px;
    }
}

.navigation-fade {
    position: fixed;
    width: 100%;
    left: 0;
    height: 150px;
    pointer-events: none;
    top: 0;
    background: linear-gradient(
            to bottom,
            black 0%,
            rgba(0, 0, 0, 0.738) 19%,
            rgba(0, 0, 0, 0.541) 34%,
            rgba(0, 0, 0, 0.382) 47%,
            rgba(0, 0, 0, 0.278) 56.5%,
            rgba(0, 0, 0, 0.194) 65%,
            rgba(0, 0, 0, 0.126) 73%,
            rgba(0, 0, 0, 0.075) 80.2%,
            rgba(0, 0, 0, 0.042) 86.1%,
            rgba(0, 0, 0, 0.021) 91%,
            rgba(0, 0, 0, 0.008) 95.2%,
            rgba(0, 0, 0, 0.002) 98.2%,
            transparent 100%
    );
    z-index: 16;
    opacity: 0.3;
}

main.scrolled .navigation-fade {
    opacity: 0.5;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.nav-cta-btn {
    position: fixed !important;
    right: 40px;
    top: 40px;
    z-index: 25;
}

.nav-cta-btn:hover {
    background: #252525;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .btn.nav-cta-btn {
        display: none;
    }
}

nav {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 0;
    position: fixed;
    z-index: 20;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.75s cubic-bezier(0.87, 0, 0.13, 1);
}

nav.active {
    opacity: 1;
    visibility: visible;
}

nav .background-image,
nav .left-fade,
nav .top-fade {
    width: 60vw;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

nav .left-fade {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

nav .top-fade {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

nav ul {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%) scale(1.5) rotate(0deg);
    left: 0;
    text-align: center;
    transition: all 0.75s cubic-bezier(0.87, 0, 0.13, 1);
    opacity: 0;
}

nav.active ul {
    transform: translate(0, -50%) scale(1) rotate(0deg);
    opacity: 1;
}

nav ul .big-li {
    display: inline-block;
}

nav ul .big-li a {
    color: rgba(255, 255, 255, 0.5);
    padding: 0 30px;
    line-height: 60px;
    font-size: 42px;
    font-family: silka-semibold, sans-serif;
}

nav ul .big-li a:hover,
nav ul .active a {
    color: #fff;
}

nav .external-links {
    width: 100%;
    float: left;
    margin-top: 60px;
    text-align: center;
}

nav .external-links a {
    height: 30px;
    display: inline-block;
    padding: 0 25px;
}

nav .external-links a h3 {
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    letter-spacing: 1px;
}

nav .external-links a:hover h3 {
    color: #fff;
}

nav .external-links a svg {
    display: inline-block;
    left: auto;
    transform: translate(0, 2px);
    opacity: 0.6;
}

nav .external-links a:hover svg {
    transform: translate(3px, -1px);
    opacity: 1;
}

@media screen and (max-width: 840px) {
    nav .background-image,
    nav .left-fade,
    nav .top-fade {
        width: 100vw;
    }

    nav ul {
        top: 45%;
    }

    nav ul .big-li {
        width: 100%;
        float: left;
    }

    nav ul .big-li a {
        font-size: 32px;
    }

    nav .external-links {
        margin-top: 40px;
    }

    nav .external-links a {
        width: 100%;
        float: left;
        margin: 2px 0;
    }
}

.navigation-bar,
nav a,
nav a:after,
.nav-icon,
.hamburger-bar,
.hamburger-bar:before,
.hamburger-bar:after,
.black-overlay,
.logo,
#logo-svg,
.nav-cta-btn,
.blog-count,
.logo-home h3,
.logo-home img,
.navigation-fade,
.external-links a h3,
.external-links a svg {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
    @-webkit-keyframes clockwise {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }
    @keyframes clockwise {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }
    @-webkit-keyframes donut-rotate {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
        50% {
            -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg)
        }
        100% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
    }
    @keyframes donut-rotate {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
        50% {
            -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg)
        }
        100% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
    }
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.clearfix:after {
    clear: both
}

@font-face {
    font-family: Silka-Regular;
    src: url(../fonts/Silka/silka-regular-webfont.ttf)
}

@font-face {
    font-family: Silka-Medium;
    src: url(../fonts/Silka/silka-medium-webfont.ttf)
}

@font-face {
    font-family: Silka-SemiBold;
    src: url(../fonts/Silka/silka-semibold-webfont.ttf)
}

@font-face {
    font-family: SilkaMono-Regular;
    src: url(../fonts/Silka_Mono/silkamono-regular-webfont.ttf)
}

@font-face {
    font-family: SilkaMono-Medium;
    src: url(../fonts/Silka_Mono/silkamono-semibold-webfont.ttf)
}

h1,
h2,
h3,
h4,
p,
a,
b,
strong {
    padding: 0;
    margin: 0;
    font-weight: 400;
    letter-spacing: normal
}

li,
ul {
    padding: 0;
    margin: 0;
    list-style: none
}

h1.center,
h2.center,
h3.center,
h4.center,
p.center {
    text-align: center
}

a:focus {
    outline: none
}

h1 {
    font-family: silkamono-medium, sans-serif;
    font-size: 42px;
    margin-bottom: 24px;
    letter-spacing: -1px
}

h2 {
    font-family: silka-semibold, sans-serif;
    font-size: 18px
}

h3 {
    font-family: silkamono-regular, sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    letter-spacing: 2px
}

p {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 24px;
    line-height: 24px
}

strong {
    font-family: silka-semibold, sans-serif;
    color: #fff
}

a {
    text-decoration: none;
    outline: 0
}

p a {
    text-decoration: underline;
    color: rgba(255, 255, 255, .7)
}

p a:hover {
    color: #fff
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 28px
    }

    h2 {
    }

    h3 {
    }

    p {
    }
}

body {
    font-family: silka-medium, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
    background: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    top: 0;
    left: 0
}

html,
body {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    position: relative
}

::-webkit-scrollbar {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

section,
.section {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden
}

section.big,
.section.big {
    padding-top: 150px;
    padding-bottom: 150px
}

.wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative
}

.wrap-wide {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative
}

.wrap-text {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
    position: relative
}

.sub-wrap {
    width: 50%;
    position: relative;
    float: left
}

@media screen and (max-width: 1080px) {
    section,
    .section {
        padding-top: 80px;
        padding-bottom: 80px
    }

    section.big,
    .section.big {
        padding-top: 110px;
        padding-bottom: 110px
    }
}

@media screen and (max-width: 640px) {
    .wrap {
        max-width: 1040px;
        padding-left: 20px;
        padding-right: 20px
    }

    .wrap-wide {
        max-width: 1250px;
        padding-left: 20px;
        padding-right: 20px
    }

    .wrap-text {
        max-width: 760px;
        padding-left: 20px;
        padding-right: 20px
    }

    .sub-wrap {
        width: 100%
    }
}

.btn {
    height: 50px;
    color: #000;
    display: inline-block;
    padding: 13px 30px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    background: #fff;
    border-radius: 25px
}

.btn:hover {
    cursor: pointer;
    background: #252525;
    color: #fff
}

@keyframes loadOverlay {
    0% {
        opacity: 100%
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes loadOverlay {
    0% {
        opacity: 100%
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes loadOverlay {
    0% {
        opacity: 100%
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes loadOverlay {
    0% {
        opacity: 100%
    }
    100% {
        opacity: 0
    }
}

header {
    height: 100vh;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden
}

header .parallax {
    position: relative;
    float: left;
    width: 100%;
    height: 100vh
}

header .parallax .layer {
    position: absolute;
    width: 100%;
    height: 100vh
}

header .bottom-fade {
    width: 100%;
    bottom: 0;
    height: 50vh;
    z-index: 2;
    float: left;
    position: absolute;
    /* background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%) */
}

header .top-fade {
    width: 100%;
    top: 0;
    height: 30vh;
    z-index: 2;
    float: left;
    position: absolute;
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
    opacity: .2
}

header .location {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 3
}

.contact-info-part svg {
    height: 22px;
    float: left;
    margin-right: 10px;
    transform: translate(0, -2px);
}

.contact-info-part svg.location-icon {
    -webkit-animation: location-rotate 2s ease-in-out;
    -webkit-animation-iteration-count: infinite;
}

.contact-info-part a,
.contact-info-part span {
    line-height: 22px;
    float: left;
    font-family: silka-medium, sans-serif;
    color: rgb(178, 155, 155);
}

@-webkit-keyframes location-rotate {
    0% {
        transform: translate(0, -2px) rotate(0deg)
    }
    75% {
        transform: translate(0, -2px) rotate(360deg)
    }
    100% {
        transform: translate(0, -2px) rotate(360deg)
    }
}

header .right-bottom-text {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 3
}

header .right-bottom-text span {
    line-height: 22px;
    float: left;
    font-family: silka-medium, sans-serif;
    color: rgba(255, 255, 255, .6)
}

header .parallax .layer.fade-in {
    transition: top 1s cubic-bezier(.87, 0, .13, 1), opacity 1s cubic-bezier(.87, 0, .13, 1);
    top: 100px;
    transition-delay: 1.5s;
    opacity: 0
}

header .parallax .layer.fade-in.appear {
    top: 0;
    opacity: 1
}

@media screen and (max-width: 640px) {
    header {
        height: 85vh
    }

    header .parallax {
        height: 85vh
    }

    header .parallax .layer {
        height: 85vh
    }

    header .parallax .layer.fade-in {
        position: absolute;
        height: 75vh;
        margin-top: 5vh
    }
}

@media screen and (max-width: 560px) {
    header .location {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 30px
    }

    header .right-bottom-text {
        display: none
    }
}

.links {
    padding-top: 150px;
    padding-bottom: 80px
}

.links .single-link {
    float: left;
    width: calc(32% - 22.5px);
    margin-right: 30px;
    background: #252525;
    position: relative
}

.links .single-link:last-child {
    margin-right: 0
}

.links .single-link:before {
    content: "";
    padding-top: 140%;
    display: block
}

.links .single-link .bottom-fade {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 70%;
    position: absolute;
    /* background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%) */
}

.links .single-link img,
.links .single-link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1)
}

.links .single-link .bottom-link {
    height: 30px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
    padding-top: 8px
}

.links .single-link .bottom-link h3 {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px
}

.links .single-link .bottom-link svg {
    display: inline-block;
    left: auto;
    transform: translate(0, -35%);
    opacity: .6
}

.links .single-link:hover img,
.links .single-link:hover svg {
    transform: translate(-50%, -50%) scale(1.1)
}

.links .single-link:hover .bottom-fade {
    height: 150%
}

.links .single-link:hover .bottom-link {
    bottom: 30px
}

.links .single-link:hover .bottom-link h3 {
    color: #fff
}

.links .single-link:hover .bottom-link svg {
    opacity: 1;
    transform: translate(0, -35%) scale(1)
}

.links .single-link.fade-in:nth-child(1) {
    transform: translate(0, 60px)
}

.links .single-link.fade-in:nth-child(2) {
    transform: translate(0, 60px)
}

.links .single-link.fade-in:nth-child(3) {
    transform: translate(0, 60px)
}

.links .single-link.fade-in:nth-child(4) {
    transform: translate(0, 60px)
}

.links .single-link.fade-in {
    transition: all 2s cubic-bezier(.87, 0, .13, 1);
    opacity: 0
}

.links .single-link.fade-in.appear:nth-child(1) {
    transform: translate(0, 0px)
}

.links .single-link.fade-in.appear:nth-child(2) {
    transform: translate(0, -60px)
}

.links .single-link.fade-in.appear:nth-child(3) {
    transform: translate(0, 0px)
}

.links .single-link.fade-in.appear:nth-child(4) {
    transform: translate(0, -60px)
}

.links .single-link.fade-in.appear {
    opacity: 1
}

@media screen and (max-width: 1080px) {
    .links {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .links .single-link .bottom-link h3 {
        font-size: 10px
    }

    .links .single-link img,
    .links .single-link svg {
        transform: translate(-50%, -50%) scale(.8)
    }

    .links .single-link:hover img,
    .links .single-link:hover svg {
        transform: translate(-50%, -50%) scale(.9)
    }
}

@media screen and (max-width: 640px) {
    .links {
        padding-top: 120px;
        padding-bottom: 40px
    }

    .links .single-link {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px
    }

    .links .single-link:last-child,
    .links .single-link:nth-child(2) {
        margin-right: 0
    }
}

@media screen and (max-width: 400px) {
    .links .single-link .bottom-link h3 {
        margin-right: 0
    }

    .links .single-link .bottom-link svg {
        display: none
    }
}

.grid {
    padding-top: 0
}

.grid .wrap-wide {
    padding-left: 25px;
    padding-right: 25px
}

@media screen and (max-width: 640px) {
    .grid {
        padding-bottom: 0
    }

    .grid .wrap-wide {
        padding-left: 10px;
        padding-right: 10px
    }
}

.grid .wrapper {
    line-height: 0;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.grid .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-bottom: 45%;
    padding-top: 0;
    height: 0;
    width: 100%
}

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

footer {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0 50px
}

footer .background-image,
footer .left-fade,
footer .top-fade {
    width: 100%;
    position: relative;
    height: 100%;
    right: 0;
    top: 0
}

footer .left-fade {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%)
}

footer .top-fade {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%)
}

footer .wrap-text {
    text-align: center
}

footer .mail {
    font-family: silkamono-medium, sans-serif;
    font-size: 42px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    display: inline-block
}

footer .mail:hover {
    text-decoration: underline
}

footer .logo-row {
    float: left;
    width: 100%;
    text-align: center;
    margin: 120px 0 20px
}

footer .credits-row {
    float: left;
    width: 100%;
    text-align: center
}

footer .credits-row li {
    display: inline-block;
    color: rgba(255, 255, 255, .7);
    margin: 0 5px
}

footer .credits-row li:nth-child(2) {
    margin: 0 3px
}

footer .credits-row li a {
    color: rgba(255, 255, 255, .7)
}

footer .credits-row li a:hover {
    color: #fff
}

footer .social-ico-block {
    display: none
}

@media screen and (max-width: 1080px) {
    footer {
        padding: 180px 0 50px
    }

    footer .mail {
        font-size: 32px;
        line-height: 50px
    }
}

@media screen and (max-width: 640px) {
    footer {
        padding-bottom: 80px
    }

    footer .mail {
        font-size: 26px;
        line-height: 40px
    }

    footer .background-image,
    footer .left-fade,
    footer .top-fade {
        width: 100vw
    }

    footer .social-ico-block {
        display: block;
        opacity: 1;
        visibility: visible;
        top: auto;
        bottom: 20px;
        width: 100%;
        height: 20px;
        left: 0;
        text-align: center;
        z-index: 1
    }

    footer .social-ico-block .social-ico {
        margin: 0 8px;
        display: inline-block;
        float: none
    }
}

main#error footer {
    display: none
}

.error {
    height: 100vh
}

.error .wrap-text {
    position: absolute;
    width: 640px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.error .background-image,
.error .left-fade,
.error .top-fade {
    width: 60vw;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0
}

.error .left-fade {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%)
}

.error .top-fade {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%)
}

@media screen and (max-width: 640px) {
    .error .wrap-text {
        width: 100%
    }

    .error .background-image,
    .error .left-fade,
    .error .top-fade {
        width: 100vw
    }
}

.social-ico svg,
.btn {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.single-link h3,
.single-link svg,
.single-link img,
.single-link .bottom-link,
.single-link .bottom-fade,
.single-image .overlay,
.single-image svg,
.bottom-link h3,
.bottom-link svg,
footer a,
.photoswipe-item a svg,
.photoswipe-item a .overlay,
.photoswipe-item a,
.social-ico-block {
    transition: all .3s cubic-bezier(.7, 0, .3, 1)
}

@media screen and (max-width: 350px) {
    #register-form .radio-field {
        width: 70% !important;
    }

    .contact-information .contact-info-part a,
    .contact-information .contact-info-part span {
        font-size: 11px !important;
    }
}