@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
#FOKBanner {
    height: auto;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: 1;
    background: rgba(0, 0, 0, 0)
}

.FOKBannerContent__form a{
    font-family: 'Montserrat' !important;
    font-weight: 600;
    color: #fff;
}

.FOK_ctafooterBtn:hover{
    color: #cac0ac !important;
    background: rgba(0, 0, 0, 0);
    border: 3px solid #cac0ac !important;
}

.FOK_ctafooterBtn:hover i{
    color: #cac0ac
}

.FOK_ctafooterBtn{
    max-width: 310px;
    font-size: 13px;
    line-height: 1.3;
    padding: 10px;
    border: 3px solid #cac0ac;
    border-radius: 50px;
    color: #232323;
    padding: 13px 40px 14px 24px;
    margin: 20px auto 50px;
    background: #cac0ac;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: 700;
    outline: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: 'Montserrat';
}

.FOK_ctafooterBtn i {
    font-size: 24px;
    right: 15px;
    bottom: 4px;
    position: absolute;
}

span.transparentImage img{
    max-height: 57px;
    margin-left: 10px;
}

.FOK_Membership{
    position: relative;
}

.FOK_Membership__plus {
    position: absolute;
    font-size: 80px;
    font-family: 'Montserrat';
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 800;
}

.FOK_Membership__plus_top {
    position: absolute;
    font-size: 80px;
    font-family: 'Montserrat';
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    font-weight: 800;
    bottom: 0;
    line-height: 0;
    z-index: 2;
}


.FOK_Thankyou  {
    z-index: 999999;
    position: fixed;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s ease;
    transition-property: visibility;
    visibility: hidden;
}

.FOK_Thankyou.active{
    visibility: visible;
}

.FOK_contentHide__wrapper strong {
    font-weight: 800;
    white-space: nowrap;
}

.FOK_Thankyou__wrapper{
    filter: blur(0px);    
    position: fixed;
    background: #202020;
    z-index: 99;
    color: #fff;
    top: 20%;
    text-align: center;
    padding: 50px;
    width: 100%;
    max-width: 570px;
    border-radius: 10px;
    border: 1px solid #F6EED5;
    left: 50%;
    transform: translate(-50%, 0);
}

.FOK_Thankyou__title {
    font-weight: 700;
    font-size: 30px;
}

.FOK_Thankyou__desc {
    margin-top: 20px;
}

.FOK_Thankyou__close{
    position: absolute;
    right: -17px;
    top: -19px;
    font-size: 23px;
    background: #202020;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}





@media only screen and (min-width: 768px) {
    #FOKBanner {
        height: 100%;
        background: rgba(0, 0, 0, 0)
    }
}

@media only screen and (min-width: 992px) {
    #FOKBanner {
        height: 100%
    }
    span.transparentImage img{
        max-height: 64px;
    }
}

@media only screen and (min-width: 1200px) {

    .FOK_ctafooterBtn{
        margin: 60px auto;
    }

    #FOKBanner {
        height: 100%
    }
    .FOK_Membership__plus {
        font-size: 120px;
    }
    .FOK_ctafooterBtn{
        max-width: 365px;
        font-size: 15px;
    }
    .FOK_ctafooterBtn i {
        font-size: 27px;
        right: 18px;
        bottom: unset;
    }
}

@media only screen and (min-width: 1550px) {
    #FOKBanner {
        height: 100vh
    }
}

@media only screen and (min-width: 1900px) {
    #FOKBanner {
        height: 100vh
    }
}

.FOKImageSlider {
    width: 100% !important;
    height: 100vh !important;
    position: absolute !important
}

.FOKImageSlider__bg {
    width: 100%;
    height: 159vh !important;
    background-size: cover !important;
    background-position: center center !important
}

.FOKOverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
    user-select: none
}

.FOKLogo {
    position: absolute;
    z-index: 3;
    padding-top: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center
}

@media only screen and (min-width: 380px) {
    .FOKImageSlider__bg {
        height: 382px !important;
    }
}

@media only screen and (min-width: 410px){
    .FOKImageSlider__bg {
        height: 388px !important;
    }
}

@media only screen and (min-width: 768px) {
    .FOKLogo {
        background: rgba(0, 0, 0, 0)
    }
    .FOKImageSlider__bg {
        height: 383px !important;
    }
}

@media only screen and (min-width: 800px){
    .FOKImageSlider__bg {
        height: 88vh !important;
    }
}


@media only screen and (min-width: 992px) {
    .FOKImageSlider {
        height: 100vh !important;
    }
    .FOKImageSlider__bg{
        height: 100vh !important;
    }
    .FOKLogo {
        text-align: left;
        padding-top: 40px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKLogo {
        text-align: left;
        padding-top: 50px
    }
}

@media only screen and (min-width: 1550px) {
    .FOKLogo {
        padding-top: 95px
    }
}

@media only screen and (min-width: 1900px) {
    .FOKLogo {
        padding-top: 95px
    }
}

.FOKLogo img {
    width: auto;
    max-width: 180px;
}

@media only screen and (min-width: 1200px) {
    .FOKLogo img {
        width: 100%;
        max-width: 170px;
    }
}

@media only screen and (min-width: 1550px) {
    .FOKLogo img {
        width: 100%;
        max-width: 250px;
    }
}

.FOKBannerContent__wrapper {
    height: 100%;
    position: relative;
    padding-top: 138px
}

@media only screen and (min-width: 992px) {
    .FOKBannerContent__wrapper {
        height: auto;
        padding-top: initial;
        background: rgba(0, 0, 0, 0)
    }
}

@media only screen and (min-width: 1200px) {
    .FOKBannerContent__wrapper {
        height: auto;
        padding-top: initial;
        background: rgba(0, 0, 0, 0)
    }
}

@media only screen and (min-width: 1550px) {
    .FOKBannerContent__wrapper {
        height: 100vh
    }
}

@media only screen and (min-width: 1900px) {
    .FOKBannerContent__wrapper {
        height: 100vh
    }
}

.FOKBannerContent__text {
    color: #fff;
    max-width: 748px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}



.FOKBannerContent .col-xs-12.FOKBannerContent__left {
    position: relative;
    bottom: 14%;
    z-index: 3;
    padding-left: 30px !important;
    padding-right: 30px !important;
    min-height: 220px;
}

@media only screen and (min-width: 992px) {
    .FOKBannerContent .col-xs-12.FOKBannerContent__left {
        position: absolute;
        padding: initial;
        padding-left: 15px !important;
        padding-right: unset !important;
        min-height: unset;
    }
}

@media only screen and (min-width: 1200px) {
    .FOKBannerContent__text {
        max-width: 560px;
        position: relative;
        bottom: 0;
        left: 0;
        transform: unset;
    }
    .FOKBannerContent .col-xs-12.FOKBannerContent__left {
        position: absolute;
        padding: initial;
        padding-left: 15px !important;
        padding-right: unset !important;
        bottom: 10%
    }
}

@media only screen and (min-width: 1550px) {
    .FOKBannerContent .col-xs-12.FOKBannerContent__left {
        bottom: 14%
    }
    .FOKBannerContent__text {
        max-width: 669px;
    }
}

@media only screen and (min-width: 1900px) {
    .FOKBannerContent .col-xs-12.FOKBannerContent__left {
        bottom: 14%;
        position: absolute
    }
}

.FOKBannerContent .col-xs-12.FOKBannerContent__right {
    position: relative;
    right: 0;
    z-index: 3;
    height: auto;
    margin-top: 25px
}

@media only screen and (min-width: 992px) {
    .FOKBannerContent .col-xs-12.FOKBannerContent__right {
        position: relative;
        height: 100%;
        margin-top: unset;
        padding-left: 0 !important;
        float: right
    }
}

@media only screen and (min-width: 1200px) {
    .FOKBannerContent .col-xs-12.FOKBannerContent__right {
        position: relative;
        height: 100%;
        margin-top: unset;
        padding-left: 0 !important;
        float: right
    }
}

@media only screen and (min-width: 1900px) {
    .FOKBannerContent .col-xs-12.FOKBannerContent__right {
        position: absolute;
        float: none
    }
}

.FOKBannerContent__smallTitle {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    word-spacing: 7px;
}

@media only screen and (min-width: 992px) {
    .FOKBannerContent__smallTitle {
        text-align: left;
        font-size: 45px;
        line-height: 1;
    }
}

@media only screen and (min-width: 1200px) {
    .FOKBannerContent__smallTitle {
        font-size: 34px;
    }
}

@media only screen and (min-width: 1900px) {
    .FOKBannerContent__smallTitle {
        font-size: 45px;
    }
}

h1:not(.uvc-main-heading h1):not(.rs-layer) {
    font-size: 40px !important;
}

.FOKBannerContent__title h1 {
    margin-top: 15px;
    font-family: "DidotLTPro-Headline";
    font-weight: 400;
    line-height: 1.1;
    font-size: 40px !important;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

.FOK_DestinationOffer__wrapper{
    display: flex;
    flex-direction: column;
}

.FOK_DestinationOffer__box{
    position: relative;
    flex: 1;
    text-align: center;
    color: #fff;
    padding: 45px 40px 40px;
    background-position: center center !important;
    background-size: cover !important;
}

.FOK_DestinationOffer__bg1{
    background: url(https://karmaclub.karmagroup.com/wp-content/uploads/2023/05/Voucher8.jpg);
}

.FOK_DestinationOffer__bg2{
    background: url(https://karmaclub.karmagroup.com/wp-content/uploads/2023/05/Voucher9.jpg);
}

.FOK_DestinationOffer__percent h3{
    font-size: 80px;
    font-weight: 700;
    color: #ffffff !important;
    font-family: 'Montserrat';
    line-height: 1.1 !important;
}

.FOK_DestinationOffer__percent span{
    line-height: 1.1 !important;
}

.FOK_DestinationOffer__title{
    font-size: 18px;
    font-weight: 600;
}

.FOK_DestinationOffer__subtitle{
    font-size: 14px;
    font-weight: 400;
    margin-top:5px;
}

.FOK_DestinationOffer__dash{
    height: 2px;
    width: 40px;
    background-color: #fff;
    margin: 20px auto;
    text-align: center;
}

.FOK_DestinationOffer__description{
    font-size: 12px;
}

.FOK_Membership{
    background-size: cover !important;
    background-position: center center !important;
    background: none I !important;
}



.FOK_Membership__combine{
    display: flex;
    flex-direction: column;
    padding: 45px 25px 0;
    background-size: cover !important;
    background-position: center center !important;
    background: url(https://karmaclub.karmagroup.com/wp-content/uploads/2023/05/footer_banner.jpg);
}

.FOK_Membership__wrapper {
    display: flex;
    color: #fff;
    flex-direction: column;
}

.FOK_Membership__title{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}

.FOK_Membership__desc{
    order: 2;
    max-width: 100%;
    text-align: center;
}

.FOK_Membership__image{
    order: 1;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.FOK_Membership__image img{
    max-width: 310px;
}

.FOK_Membership__box.FOK_Membership__details {
    max-width: 100%;
    text-align: center; 
    padding: 35px 35px 0;
}


.FOK_Membership__desc p{
    padding-top: 30px;
    padding-bottom: 25px;
    color: #fff
}

.FOK_Membership__title::after{
    content: "";
    display: none;
    width: 60px;
    background: #fff;
    height: 2px;
    margin-bottom: 30px;
    margin-top: 20px;
}



.FOK_MembershipBenefits__list {
    flex-direction: column;
    display: flex;
    margin-bottom: 30px;
    font-size: 14px;
}

.FOK_Membership__description{
    font-size: 14px;
}

.FOK_MembershipBenefits__icon{
    color: #755D3B;
    font-size: 35px;
    margin-right: 0;
    margin-bottom: 10px;
}

.FOK_contentHide{
    text-align: center;
    background: #E1E1E1;
    color: #000000;
    padding: 40px 25px 50px;
    font-family: 'Montserrat';
}

.FOK_contentHide p{
    font-weight: 600;
}

.FOK_contentHide__subtitle{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-top: 20px;
}

.FOK_contentHide__title {
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 8px;
}

.FOKBannerContent__hideText{
    text-transform: uppercase;
    font-size: 14px;
}

@media only screen and (min-width: 992px) {
    .FOKBannerContent__title h1 {
        text-align: left;
        font-size: 46px
    }
    h1:not(.uvc-main-heading h1):not(.rs-layer) {
        font-size: 46px !important;
    }

    .FOK_DestinationOffer__bg1{
        background: url(https://karmaclub.karmagroup.com/wp-content/uploads/2023/05/destination_1.jpg);
    }
    
    .FOK_DestinationOffer__bg2{
        background: url(https://karmaclub.karmagroup.com/wp-content/uploads/2023/05/destination_2.jpg);
    }
    
}

@media only screen and (min-width: 1200px) {
    .FOK_Membership__combine{
        background: transparent;
        width: 74%;
        flex-direction: row;
        padding: 0 25px 0 0;
    }
    .FOK_Membership__image img{
        max-width: 93%;
    }
    .FOKBannerContent__title h1 {
        text-align: left;
        font-size: 46px
    }
    .FOK_DestinationOffer__percent h3{
        font-size: 70px;
        line-height: 1.2 !important;
    }
    .FOK_DestinationOffer__percent span{
        line-height: 1.2 !important;
    }
    .FOK_DestinationOffer__title{
        font-size: 20px;
        margin-top: unset;
    }
    .FOK_DestinationOffer__wrapper{
        flex-direction: row;
    }
    .FOK_DestinationOffer__subtitle{
        font-size: 15px;
    }
    .FOK_DestinationOffer__description{
        font-size: 15px;
    }

    .FOK_DestinationOffer__dash{
        width: 60px;
        margin: 30px auto;
    }

    .FOK_DestinationOffer__box{
        padding: 30px 40px 50px;
    }


    .FOK_Membership__wrapper{
        padding: 50px 0;
        flex-direction: row;
    }

    .FOK_Membership__desc{
        order: 1;
        flex: 1;
        max-width: 470px;
        text-align: left;
    }
    
    .FOK_Membership__image{
        order: 2;
        flex: 1;
    }
    
    .FOK_Membership__box.FOK_Membership__details {
        flex: 1;
        max-width: 400px;
        text-align: left;
        padding: unset;
    }
    
    .FOK_Membership__title{
        font-size: 40px;
    }

    .FOK_Membership__title::after{
        display: block;
    }

    
    .FOK_Membership__desc p{
        padding-top: unset;
        padding-bottom: unset;
        color: #fff
    }

    .FOK_MembershipBenefits__list {
        flex-direction: row;
    }

    .FOK_MembershipBenefits__icon{
        font-size: 25px;
        margin-right: 20px;
        margin-bottom: unset;
    }

    .FOK_Membership{
        background: url(https://karmaclub.karmagroup.com/wp-content/uploads/2023/05/Membership.jpg);
    }

    h1:not(.uvc-main-heading h1):not(.rs-layer) {
        font-size: 66px !important;
    }

    
    
}

@media only screen and (min-width: 1450px) {
    .FOKBannerContent__title h1 {
        width: 80%
    }
    
}

@media only screen and (min-width: 1550px) {
    .FOKBannerContent__title h1 {
        font-size: 53px
    }
    h1:not(.uvc-main-heading h1):not(.rs-layer) {
        font-size: 53px !important;
    }
    .FOK_DestinationOffer__percent h3{
        font-size: 90px;
        line-height: 1.2 !important;
    }
    .FOK_DestinationOffer__title{
        font-size: 25px;
    }
    .FOK_DestinationOffer__subtitle{
        font-size: 20px;
    }
    .FOK_DestinationOffer__description{
        font-size: 20px;
    }
    .FOK_Membership__combine{
        background: transparent;
        width: 70%;
    }
    .FOK_Membership__image img{
        max-width: 100%;
    }
}

@media only screen and (min-width: 1900px) {
    .FOKBannerContent__title h1 {
        width: 100%;
        font-size: 85px;
    }
    h1:not(.uvc-main-heading h1):not(.rs-layer) {
        font-size: 85px !important;
    }
}

.FOKBannerContent__subtitle h2 {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    font-family: 'Montserrat';
    display: none;
}

@media only screen and (min-width: 992px) {
    .FOKBannerContent__subtitle h2 {
        text-align: left
    }
}

@media only screen and (min-width: 1200px) {
    .FOKBannerContent__subtitle h2 {
        display: block;
        text-align: left
    }
}

@media only screen and (min-width: 1900px) {
    .FOKBannerContent__subtitle h2 {
        font-size: 18px;
    }
}

.FOKBannerContent__description{
    display: none;
}

.FOKBannerContent__description p {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 100%;
    margin-top: 22px;
    color: #fff
}

.FOKBannerContent__description .FOK_Destination{
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 600;
}

.FOKBannerContent__description .FOK_Offers{
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
}

@media only screen and (min-width: 992px) {
    .FOKBannerContent__description{
        display: block;
    }
    .FOKBannerContent__description p {
        font-size: 14px;
        text-align: left
    }
}

@media only screen and (min-width: 1200px) {
    .FOKBannerContent__description p {
        font-size: 14px;
        text-align: left;
        margin-bottom: 0;
    }

    .FOKBannerContent__description .FOK_Destination{
        font-size: 25px;
    }

    .FOKBannerContent__description .FOK_Offers{
        font-size: 33px;
    }
}

@media only screen and (min-width: 1550px) {
    .FOKBannerContent__description .FOK_Offers{
        font-size: 43px;
    }
    .FOKBannerContent__description .FOK_Destination{
        font-size: 33px;
    }
    .FOKBannerContent__description p {
        font-size: 16px
    }
}

@media only screen and (min-width: 1900px) {
    .FOKBannerContent__description p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 2500px) {
    .FOKBannerContent__description p {
        
    }
}

.FOKBannerContent__titleForm {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 40px;
    font-family: "DidotLTPro-Headline";
    font-family: 'Montserrat';
    font-weight: bold;
    margin-bottom: 15px;
}

.FOKBannerContentCountdown__title{
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}


.FOKBannerContentCountdown__timer {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 10px 0 30px;
}

.FOKBannerContentCountdown__subtitle {
    margin-top: 5px;
    font-size: 10px;
}

.FOKBannerContentCountdown{
    padding: 0 33px;
}

.FOKBannerContentCountdown_down{
    color: #E0D2AD;
    font-size: 40px;
    font-weight: 700;
}

@media only screen and (min-width: 1200px) {
    .FOKBannerContentCountdown__title{
        font-size: 14px;
    }
    .FOKBannerContentCountdown__subtitle {
        font-size: 12px;
    }
    .FOKBannerContent__titleForm {
        font-size: 38px;
        margin-bottom: 35px;
    }
    .FOKBannerContentCountdown_down{
        font-size: 40px;
    }
    .FOKBannerContentCountdown{
        padding: initial;
    }
}

@media only screen and (min-width: 1900px) {
    .FOKBannerContentCountdown__title{
        font-size: 18px;
    }
    .FOKBannerContentCountdown_down{
        font-size: 60px;
    }
}

.FOKBannerContent__form {
    width: 100%;
    max-width: 700px;
    background: rgba(0, 0, 0, 0.7);
    padding: 25px 0;
    z-index: 3;
    color: #fff
}

@media only screen and (min-width: 768px) {
    .FOKBannerContent__form {
        max-width: 100%
    }
}

@media only screen and (min-width: 992px) {
    .FOKBannerContent__form {
        padding: 0;
        background: rgba(0, 0, 0, 0);
    }
    
    .FOKBannerContent__form {
        padding: 50px 10px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKBannerContent__form {
        padding: 25px 80px;
    }
}

.FOKBannerContent__formWrap {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0);
    margin-left: auto
}

@media only screen and (min-width: 992px) {
    .FOKBannerContent__formWrap {
        max-height: 100vh;
        height: 100vh;
        max-width: 700px;
        background: rgba(0, 0, 0, .8)
    }
}

.FOKForm {
    padding: 0
}

@media only screen and (min-width: 1200px) {
    .FOKForm {
        padding: 0 15px;
        padding: initial
    }
}

.FOKForm__grup {
    padding: 0 30px
}

@media only screen and (min-width: 1200px) {
    .FOKForm__grup {
        padding: unset
    }
}

.FOKForm__field {
    margin-bottom: 0
}

body .FOKBannerContent__form .wpcf7 select{
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
    background: #D9D9D9 url(https://karmaclub.karmagroup.com/wp-content/uploads/2023/05/arrow-down.png) no-repeat 95% center !important;
}

.FOKForm__field input,
.FOKForm__field select {
    width: 100%;
    background-color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    outline: none;
    color: #2f2f2f;
    border: 1px solid #fff;
    text-align: center
}

@media only screen and (min-width: 1200px) {
    .FOKForm__field input,
    .FOKForm__field select {
        font-size: 14px
    }
}

@media only screen and (min-width: 1900px) {
    .FOKForm__field input,
    .FOKForm__field select {
        font-size: 18px
    }
}

.FOKForm__term {
    padding-top: 10px;
    padding-bottom: 30px
}

.FOKForm__term p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0
}

@media only screen and (min-width: 992px) {
    .FOKForm__term {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKForm__term {
        padding-top: 20px;
        padding-bottom: unset
    }
}

.FOKForm__tc {
    padding-top: 30px
}

@media only screen and (min-width: 992px) {
    .FOKForm__tc {
        padding-top: 0
    }
}

@media only screen and (min-width: 1200px) {
    .FOKForm__tc {
        padding-top: 20px
    }
}

.FOKForm__tc p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0
}

.FOKForm__tc ul {
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 14px
}

.FOKForm__tc li {
    margin-bottom: 10px;
    left: 8px
}

.FOKForm__tc li span {
    position: relative;
    left: 15px;
    white-space: break-spaces
}

@media only screen and (min-width: 1200px) {
    .FOKForm__tc li span {
        left: 8px
    }
}

.FOKForm__accept .wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block
}

.FOKForm__accept .wpcf7-list-item-label {
    display: block;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    left: 22px;
    font-size: 12px;
    white-space: break-spaces;
    line-height: 1.8;
    max-width: 94%;
}

.FOKForm__accept .wpcf7-list-item-label a{
    font-size: 12px !important;
}

@media only screen and (min-width: 1200px) {
    .FOKForm__accept .wpcf7-list-item-label {
        left: 22px;
        white-space: initial
    }
}

.FOKForm__accept input {
    position: absolute;
    left: 0;
    cursor: pointer
}

.FOKForm__submit {
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 15px
}

.FOKForm__submit.longbtn {
    flex-wrap: wrap;
    left: unset
}

@media only screen and (min-width: 768px) {
    .FOKForm__submit {
        margin: 40px auto;
        max-width: 400px
    }
}

@media only screen and (min-width: 992px) {
    .FOKForm__submit {
        background: rgba(0, 0, 0, 0);
        margin-top: 40px;
        margin-bottom: 0;
        padding-bottom: unset
    }
}

@media only screen and (min-width: 1200px) {
    .FOKForm__submit {
        margin-left: 15px;
        left: unset;
        max-width: 100%
    }
}

.FOKForm__submit:hover input {
    color: #cac0ac;
    background: rgba(0, 0, 0, 0)
}

.FOKForm__submit:hover i,
.FOKForm__submit.longbtn:hover i {
    color: #cac0ac
}

.FOKForm__submit input {
    max-width: 400px;
    font-size: 13px;
    line-height: 1.3;
    padding: 10px;
    border: 3px solid #cac0ac;
    border-radius: 50px;
    color: #232323;
    padding: 10px 40px 12px 24px;
    background: #cac0ac;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: 700;
    outline: none;
    white-space: break-spaces
}

@media only screen and (min-width: 992px) {
    .FOKForm__submit input {
        font-size: 14px;
        padding: 11px 58px 11px 21px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKForm__submit input {
        line-height: 1.5;
        max-width: 530px;
        font-size: 13px;
        padding: 11px 65px 11px 25px
    }
}

@media only screen and (min-width: 1900px) {
    .FOKForm__submit input {
        font-size: 18px;
    }
}

.FOKForm__submit.longbtn input {
    padding: 5px 40px 5px 6px;
    line-height: 1.3
}

@media only screen and (min-width: 1200px) {
    .FOKForm__submit.longbtn input {
        line-height: 1.5;
        max-width: 530px;
        font-size: 18px;
        padding: 11px 65px 11px 25px
    }
}

.FOKForm__submit i {
    font-size: 17px;
    color: #232323;
    position: relative;
    right: 38px;
    top: 0;
    display: block
}

@media only screen and (min-width: 992px) {
    .FOKForm__submit i {
        position: relative;
        font-size: 24px;
        right: 47px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKForm__submit i {
        font-size: 30px;
        right: 53px
    }
}

.FOKForm__submit.longbtn i {
    font-size: 28px;
    color: #232323;
    position: absolute;
    right: 18px;
    top: 12px;
    display: block
}

@media only screen and (min-width: 992px) {
    .FOKForm__submit.longbtn i {
        position: absolute;
        font-size: 24px;
        top: 11px;
        right: 20px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKForm__submit.longbtn i {
        font-size: 30px;
        right: 53px
    }
}

.FOKDestination {
    padding: 4px 0 0;
    color: #2f2f2f
}

@media only screen and (min-width: 992px) {
    .FOKDestination {
        padding: 50px 0 40px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKDestination {
        padding: 80px 0 100px
    }
}

.FOKDestination .col-xs-12.FOKDestination__left {
    padding-right: 0 !important
}

@media only screen and (min-width: 1200px) {
    .FOKDestination .col-xs-12.FOKDestination__left {
        padding-right: 15px !important
    }
}

.FOKDestination__image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative
}

.FOKDestination__image::after {
    content: "";
    display: block;
    padding-bottom: 90%
}

@media only screen and (min-width: 768px) {
    .FOKDestination__image::after {
        padding-bottom: 50%
    }
}

@media only screen and (min-width: 992px) {
    .FOKDestination__image::after {
        padding-bottom: 75%
    }
}

@media only screen and (min-width: 1550px) {
    .FOKDestination__image::after {
        padding-bottom: 60%
    }
}

@media only screen and (min-width: 1200px) {
    .FOKDestination__image::after {
        padding-bottom: 60%
    }
}

.FOKDestination__overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 20px;
    padding-top: 50px
}

.FOKDestination__content {
    padding: 0 30px 30px
}

@media only screen and (min-width: 1200px) {
    .FOKDestination__content {
        padding: 0 65px 0 40px
    }
}

@media only screen and (min-width: 1900px) {
    .FOKDestination__content {
        padding: 0 65px 0 55px
    }
}

.FOKDestination__text {
    position: absolute;
    bottom: 20px;
    color: #fff;
    right: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 3
}

@media only screen and (min-width: 1200px) {
    .FOKDestination__text {
        font-size: 14px;
        right: 60px
    }
}

.FOKDestination__title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 25px;
    font-weight: 600
}

@media only screen and (min-width: 992px) {
    .FOKDestination__title {
        font-size: 16px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKDestination__title {
        margin-top: 0;
        font-size: 18px
    }
}

@media only screen and (min-width: 1900px) {
    .FOKDestination__title {
        margin-top: 0;
        font-size: 22px
    }
}

.FOKDestination p {
    font-size: 14px
}

@media only screen and (min-width: 992px) {
    .FOKDestination p {
        font-size: 12px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKDestination p {
        font-size: 14px
    }
}

@media only screen and (min-width: 1900px) {
    .FOKDestination p {
        font-size: 16px
    }
}

.FOKDestination__cta {
    text-transform: uppercase;
    margin-top: 45px
}

.FOKDestination__cta a {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 600
}

@media only screen and (min-width: 1200px) {
    .FOKDestination__cta a {
        font-size: 16px
    }
}

.FOKDestination__cta i {
    font-size: 20px;
    position: relative;
    top: 2px;
    left: 4px
}

@media only screen and (min-width: 1200px) {
    .FOKDestination__cta i {
        font-size: 22px
    }
}

.FOKOpening {
    text-align: center;
    margin-bottom: 50px
}

@media only screen and (min-width: 1200px) {
    .FOKOpening {
        margin-bottom: 85px
    }
}

.FOKOpening__title {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    max-width: 84%;
    margin: 8px auto 10px
}

@media only screen and (min-width: 992px) {
    .FOKOpening__title {
        text-align: center
    }
}

@media only screen and (min-width: 1200px) {
    .FOKOpening__title {
        max-width: 80%;
        margin: 0 auto 20px
    }
}

.FOKOpening__desc {
    max-width: 84%;
    margin: 0 auto 30px;
    font-size: 14px;
    text-align: left
}

@media only screen and (min-width: 992px) {
    .FOKOpening__desc {
        font-size: 12px;
        text-align: center
    }
}

@media only screen and (min-width: 1200px) {
    .FOKOpening__desc {
        max-width: 80%;
        font-size: 14px;
        margin: 0 auto 40px
    }
}

@media only screen and (min-width: 1900px) {
    .FOKOpening__desc {
        font-size: 16px
    }
}

.FOKOpening__sponsored {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600
}

.FOKOpening__logo img {
    max-width: 280px
}

@media only screen and (min-width: 1200px) {
    .FOKOpening__logo img {
        max-width: 298px
    }
}

#FOKFacilitiesSection {
    background: #cfdbde;
    padding-top: 35px;
    padding-bottom: 30px
}

@media only screen and (min-width: 1200px) {
    #FOKFacilitiesSection {
        padding-top: 90px;
        background: #cfdbde;
        padding-bottom: unset
    }
}

.FOKFacilities__box {
    position: relative;
    padding: 40px 50px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    margin-bottom: 5px
}

@media only screen and (min-width: 1200px) {
    .FOKFacilities__box {
        margin-bottom: 0
    }
}

.FOKFacilities__box::after {
    content: "";
    display: block;
    padding-bottom: 165%
}

@media only screen and (min-width: 1200px) {
    .FOKFacilities__box::after {
        padding-bottom: 200%
    }
}

.FOKFacilities__box.hovered .FOKFacilities__bg {
    transform: scale(1.15)
}

.FOKFacilities__box.hovered .FOKFacilities__title {
    opacity: 0;
    transition: opacity .25s linear .1s;
    visibility: hidden
}

.FOKFacilities__box.hovered .FOKFacilities__desc {
    visibility: visible;
    opacity: 1;
    transition: opacity .25s linear .1s
}

.FOKFacilities__box.active .FOKFacilities__title {
    visibility: hidden;
    opacity: 0;
    transition: all .2s
}

.FOKFacilities__box.active .FOKFacilities__readmore {
    bottom: calc(100% - 95px);
    transition: bottom .5s
}

@media only screen and (min-width: 992px) {
    .FOKFacilities__box.active .FOKFacilities__readmore {
        bottom: calc(100% - 70px)
    }
}

.FOKFacilities__box.active .FOKFacilities__readmore i {
    transform: rotate(-180deg)
}

.FOKFacilities__box.active .FOKFacilities__desc {
    top: 0
}

.FOKFacilities__box.active .FOKFacilities__subtitle,
.FOKFacilities__box.active .FOKFacilities__content p {
    opacity: 1;
    transition: opacity .5s .65s
}

.FOKFacilities__readmore {
    position: absolute;
    z-index: 5;
    bottom: 18px;
    font-size: 12px;
    transition: bottom .5s
}

.FOKFacilities__up i {
    font-size: 24px
}

.FOKFacilities__read {
    margin-top: 5px
}

.FOKFacilities__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .2)
}

.FOKFacilities__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    transition: transform .25s
}

.FOKFacilities__title {
    font-family: "DidotLTPro-Headline";
    visibility: visible;
    opacity: 1;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 2;
    width: 100%;
    position: absolute;
    transition: opacity .25s linear .1s
}

@media only screen and (min-width: 1200px) {
    .FOKFacilities__title {
        font-size: 20px
    }
}

@media only screen and (min-width: 1900px) {
    .FOKFacilities__title {
        font-size: 26px
    }
}

.FOKFacilities__desc {
    visibility: visible;
    opacity: 1;
    position: absolute;
    z-index: 4;
    background: rgba(0, 0, 0, .8);
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 140px 45px 55px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    transition: top .5s
}

@media only screen and (min-width: 992px) {
    .FOKFacilities__desc {
        padding: 100px 25px 55px;
        justify-content: center;
        top: 130%
    }
}

@media only screen and (min-width: 1200px) {
    .FOKFacilities__desc {
        top: 0;
        visibility: hidden;
        opacity: 0;
        justify-content: center;
        padding: 40px 48px;
        font-size: 16px
    }
}

@media only screen and (min-width: 1550px) {
    .FOKFacilities__desc {
        padding: 40px 45px
    }
}

@media only screen and (min-width: 1900px) {
    .FOKFacilities__desc {
        padding: 40px 35px
    }
}

.FOKFacilities__subtitle {
    font-family: "DidotLTPro-Headline";
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0;
    z-index: 2;
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (min-width: 992px) {
    .FOKFacilities__subtitle {
        font-size: 15px;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKFacilities__subtitle {
        opacity: 1;
        font-size: 20px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 1900px) {
    .FOKFacilities__subtitle {
        font-size: 25px
    }
}

.FOKFacilities__content p {
    opacity: 0;
    font-size: 14px;
    color: #fff
}

@media only screen and (min-width: 992px) {
    .FOKFacilities__content p {
        font-size: 12px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKFacilities__content p {
        opacity: 1;
        font-size: 14px
    }
}

@media only screen and (min-width: 1900px) {
    .FOKFacilities__content p {
        font-size: 16px
    }
}

.FOKFacilities__content p img {
    margin: 30px auto 0;
    max-width: 127px
}

@media only screen and (min-width: 992px) {
    .FOKFacilities__content p img {
        max-width: 100px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKFacilities__content p img {
        margin: 30px auto 0;
        max-width: 127px
    }
}

@media only screen and (min-width: 1900px) {
    .FOKFacilities__content p img {
        margin: 40px auto 0;
        max-width: 135px
    }
}

.FOKSocialMedia {
    background: #0F0F0F;
    flex-direction: row;
    padding: 0;
}

@media only screen and (min-width: 1200px) {
    .FOKSocialMedia {
        flex-direction: column;
        padding: 40px 0 50px;
        background: #0F0F0F
    }
}

@media only screen and (min-width: 1900px) {
    .FOKSocialMedia {
        flex-direction: column;
        padding: 45px 0;
        background: #0F0F0F
    }
}

.FOKSocialMedia__item a {
    color: #E0D2AD;
    font-size: 20px;
    margin-right: 15px
}

.FOKSocialMedia__list {
    margin-bottom: 15px
}

@media only screen and (min-width: 1200px) {
    .FOKSocialMedia__list {
        margin-bottom: 0
    }
}

.FOKSocialMedia__item {
    text-align: center;
    padding: 20px 0 10px;
}

@media only screen and (min-width: 992px) {
    .FOKSocialMedia__item {
        text-align: left;
        padding: unset;
    }
}

.FOKAppDownload {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

@media only screen and (min-width: 992px) {
    .FOKAppDownload {
        flex-direction: row;
        justify-content: flex-end
    }
}

.FOKAppDownload__text {
    margin-right: 0;
    margin-bottom: 15px
}

@media only screen and (min-width: 992px) {
    .FOKAppDownload__text {
        margin-right: 15px;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1200px) {
    .FOKAppDownload__text {
        margin-right: 25px
    }
}

.FOKAppDownload__title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

@media only screen and (min-width: 992px) {
    .FOKAppDownload__title {
        font-size: 14px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKAppDownload__title {
        font-size: 16px
    }
}

.FOKAppDownload__subtitle {
    font-size: 13px
}

@media only screen and (min-width: 992px) {
    .FOKAppDownload__subtitle {
        font-size: 12px
    }
}

@media only screen and (min-width: 1200px) {
    .FOKAppDownload__subtitle {
        font-size: 14px
    }
}

.FOKAppDownload__button {
    display: flex
}

.FOKAppDownload__button img {
    max-width: 152px;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .FOKAppDownload__button img {
        max-width: 132.9px
    }
}

.FOKAppDownload__google {
    margin-right: 10px
}

* {
    box-sizing: border-box;
    margin: 0;
    line-height: 1.5
}

body,
p {
    font-family: "Montserrat", Open Sans, Helvetica, Arial, sans-serif;
    color: #2f2f2f
}

a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.iti {
    width: 100% !important
}

.iti__selected-dial-code {
    color: #2f2f2f;
    font-size: 16px
}

@media only screen and (min-width: 1200px) {
    .iti__selected-dial-code {
        font-size: 14px
    }
}

@media only screen and (min-width: 1900px) {
    .iti__selected-dial-code {
        font-size: 18px
    }
}

.iti input {
    padding-left: 8px !important
}

.iti__country {
    color: #2f2f2f;
    font-size: 16px
}

@media only screen and (min-width: 1200px) {
    .iti__country {
        font-size: 14px
    }
}

@media only screen and (min-width: 1900px) {
    .iti__country {
        font-size: 18px
    }
}

footer.FOKFooter {
    background: #262626;
    padding: 30px 20px;
    font-size: 12px;
    color: #E0D2AD;
    text-align: center;
    font-weight: 500
}

.FOKSocialMedia .topSocial{
    order: 2;
}

.FOKSocialMedia .bottomSocial{
    order: 1;
}

.footer_logo{
    padding: 35px 0 35px;
}

@media only screen and (min-width: 1200px) {
    footer.FOKFooter {
        font-size: 16px;
        padding: 20px 20px 19px;
    }
    .FOKSocialMedia .topSocial{
        order: 1;
    }
    .FOKSocialMedia .bottomSocial{
        order: 2;
    }
}

@media only screen and (min-width: 1900px) {
    footer.FOKFooter {
        font-size: 18px
    }
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media only screen and (min-width: 992px) {
    .flexCenter {
        flex-direction: row
    }
}

.flexCenterDestination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media only screen and (min-width: 992px) {
    .flexCenterDestination {
        align-items: flex-start;
        flex-direction: row
    }
}

@media only screen and (min-width: 1200px) {
    .flexCenterDestination {
        align-items: center
    }
}

body .pr-0 {
    padding-right: 0 !important
}

.ui-widget.ui-widget-content {
    font-size: 18px;
    background: #000;
    color: #fff
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #333 !important;
    background: #454545 !important;
    color: #fff !important
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fff !important;
    background: #262626 !important;
    color: #fff !important
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    border: 1px solid #fff;
    background: #454545
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    background: #454545 !important;
    color: #fff !important
}

.wpcf7-not-valid-tip {
    position: absolute !important;
    font-size: 12px !important;
    right: 5px;
    bottom: -10px
}

.FOKBannerContent__form .wpcf7 input[type='text'],
.FOKBannerContent__form .wpcf7 input[type='email'],
.FOKBannerContent__form .wpcf7 select,
.FOKBannerContent__form .wpcf7 input[type='tel']{
    background: #D9D9D9 !important;
    font-family: 'Montserrat';
    color: #2F2F2F;
    font-weight: 600;
    margin: 6px 0 !important;
}

.FOKBannerContent__form .iti.iti--allow-dropdown{
    margin: 0 !important;
}

.ui-datepicker .ui-datepicker-title{
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background: #fafafa;
    margin-top: 4px;
}

body .FOKBannerContent__form .dob_field input[type='text'] {
    margin-top: -1px !important;
}

.FOKForm__accept .wpcf7-not-valid-tip {
    position: relative !important;
    bottom: 4px !important;
    left: 25px !important;
    padding: 0 10px 10px 5px
}

@media only screen and (min-width: 1200px) {
    .FOKForm__accept .wpcf7-not-valid-tip {
        padding: 0 10px 10px 0
    }
}

.wpcf7-spinner {
    position: absolute;
    right: unset;
    left: 50%;
    top: 10px;
    transform: translate(-170%, 0)
}

@media only screen and (min-width: 1200px) {
    .wpcf7-spinner {
        right: 75px;
        top: 16px;
        transform: none;
        left: unset
    }
}

.wpcf7 form .wpcf7-response-output {
    width: 90%;
    margin: 10px auto 0 !important
}

.slick-dots {
    width: auto;
    left: 50%;
    transform: translate(-50%, 0)
}

.slick-dots li button:before {
    font-size: 13px
}

@media only screen and (min-width: 1200px) {
    .slick-dots li button:before {
        font-size: 11px
    }
}

.slick-dots li {
    width: 14px
}

@media only screen and (min-width: 1200px) {
    .slick-dots li {
        width: 10px
    }
}

.arrow_bottom {
    font-size: 40px;
    text-align: center;
    margin-top: 15px;
    transition: all .2s ease
}

.container,
.col-md-12,
.col-xs-12,
.col-md-8,
.col-md-3,
.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media only screen and (min-width: 1200px) {
    .container,
    .col-md-12,
    .col-xs-12,
    .col-md-8,
    .col-md-3,
    .col-md-4 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

@media only screen and (min-width: 1200px) {
    .row {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

.show__mobile {
    display: block
}

@media only screen and (min-width: 992px) {
    .show__mobile {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    .show__mobile {
        display: none
    }
}

.show__mobile_facilities {
    display: block
}

@media only screen and (min-width: 1200px) {
    .show__mobile_facilities {
        display: none
    }
}

.bg_white-mobile {
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
}

@media only screen and (min-width: 992px) {
    .bg_white-mobile {
        background: rgba(0, 0, 0, 0);
        color: #fff
    }
}



.row.FOKForm__grup.bg_white-mobile.tc__mobile {
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    margin-top: 15px;
    padding-top: 0
}

.row.FOKForm__grup.bg_white-mobile.tc_first{
    margin-top: 50px;
}



@media only screen and (min-width: 1200px) {
    .row.FOKForm__grup.bg_white-mobile.tc__mobile {
        padding-left: unset;
        padding-right: unset;
        margin-top: 25px;
        /* padding-top: 40px; */
    }
}

@media only screen and (min-width: 768px) {
    .container {
        width: 100%
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 900px
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1280px
    }
    .row.FOKForm__grup.bg_white-mobile.tc_first{
        margin-top: 25px;
    }
}

@media only screen and (min-width: 1450px) {
    .container {
        width: 1400px
    }
}

@media only screen and (min-width: 1550px) {
    .container {
        width: 1400px
    }
}

@media only screen and (min-width: 1900px) {
    .container {
        width: 1640px
    }
}

@media only screen and (min-width: 2500px) {
    .container {
        width: 2200px
    }
}