@font-face {
    font-family: 'Didot';
    src: url("../fonts/Didot.eot?#iefix") format("embedded-opentype"), url("../fonts/Didot.woff") format("woff"), url("../fonts/Didot.ttf") format("truetype"), url("../fonts/Didot.svg#Didot") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Didot-Italic';
    src: url("../fonts/Didot-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Didot-Italic.woff") format("woff"), url("../fonts/Didot-Italic.ttf") format("truetype"), url("../fonts/Didot-Italic.svg#Didot-Italic") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebasregular';
    src: url("../fonts/BEBAS.eot");
    src: url("../fonts/BEBAS.eot?#iefix") format("embedded-opentype"), url("../fonts/BEBAS.woff") format("woff"), url("../fonts/BEBAS.ttf") format("truetype"), url("../fonts/BEBAS.svg#bebasregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue';
    src: url("../fonts/BebasNeue-webfont.eot");
    src: url("../fonts/BebasNeue-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.woff2") format("woff2"), url("../fonts/BebasNeue-webfont.woff") format("woff"), url("../fonts/BebasNeue-webfont.ttf") format("truetype"), url("../fonts/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasKai';
    src: url('../fonts/BebasKai.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasKai.otf') format('opentype'),
    url('../fonts/BebasKai.woff') format('woff'), url('../fonts/BebasKai.ttf') format('truetype'), url('../fonts/BebasKai.svg#BebasKai') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main{
    background-color: #fbf5f0;
}
.section-hero1{
    padding: 70px 0 70px;
}
@media (min-width: 768px) {
    .section-hero1{
        padding: 70px 0 70px;
    }
}
.section-hero1 h6{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fe671f;
}
.section-hero1 h1{
    font-family: "DM Serif Text", serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .section-hero1 h1{
        font-size: 55px;
        line-height: 1.2;
        font-weight: normal;
    } 
}
.section-hero1 h1 span{
    background-image: url("../img/bg-orange.png");
    background-repeat: no-repeat;
    background-size: 209px;
    background-position: center;
}
.section-hero1 h1 span.bg-orange-h11{
    background-image: url("../img/bg-orange.png");
    background-repeat: no-repeat;
    background-size: 332px 35px;
    background-position: center;
}
.section-hero1 h1 span.bg-orange-long{
    background-image: url("../img/bg-orange.png");
    background-repeat: no-repeat;
    background-size: 411px 35px;
    background-position: center;
}
@media (min-width: 768px) {
    .section-hero1 h1 span{
        background-image: url("../img/bg-orange.png");
        background-repeat: no-repeat;
        background-size: 560px;
        background-position: center;
    }
    .section-hero1 h1 span.bg-orange-h11{
        background-image: url("../img/bg-orange.png");
        background-repeat: no-repeat;
        background-size: 908px 82px;
        background-position: center;
    }
    .section-hero1 h1 span.bg-orange-long{
        background-image: url("../img/bg-orange.png");
        background-repeat: no-repeat;
        background-size: 1114px 82px;
        background-position: center;
    }
}
.section-hero1 h5{
    font-family: "DM Serif Text", serif;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .section-hero1 h5{
        font-size: 30px;
        margin-bottom: 35px;
    }
}

.section-hero1 p{
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.card-white{
    padding: 40px 30px 40px 16px;
    border: none;
    border-radius: 0;
}
@media (min-width: 768px) {
    .card-white{
        padding: 80px 73px 80px 73px;
    }
}
.card-white > .card-body{
    padding: 0;
    padding-left: 20px;
    position: relative;
}
@media (min-width: 768px) {
    .card-white > .card-body{
        padding-left: 43px;
    }
}
.card-white > .card-body::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fbf5f0;
    width: 4px;
    height: 100%;
}
.card-white-reset .card-body::before{
    content: '';
    height: 0;
    width: 0;
    opacity: 0;
}
.card-white-reset .card-body{
    padding-left: 0;
}
.card-white-reset {
    padding: 30px;
    border-radius: 30px;
}
@media (min-width: 768px) {
    .card-white-reset {
        padding: 50px;
    }
}
.h5{
    font-family: "DM Serif Text", serif;
    font-size: 31px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 24px;
}
.h6{
    font-family: "DM Serif Text", serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 24px;
}
.p-default{
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.font-wight-600{
    font-weight: 600;
}
.text-orange{
    color: #fe671f
}
.h2{
    font-family: "DM Serif Text", serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 0;
}
@media (min-width: 768px) {
    .h2{
        font-size: 40px;
        margin: 24px 0;
    }
}
.bg-yellow1, .bg-yellow2{
    background-color: #FFF673;
}
.h3{
    font-family: "DM Serif Text", serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

@media (min-width: 768px) {
    .h3{
        font-size: 31px;
    }
}

.section-3 h6{
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fe671f;
    margin-bottom: 24px;
}

.section-3 h4{
    font-family: "DM Serif Text", serif;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .section-3 h4{
        font-size: 35px;
    }
}
.card-orange{
    border: none;
    border-radius: 24px;
    background-color: #D94802;
}
.card-orange .card-body{
    background-image: url("../img/bg-lines.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px;
}
.text-markthedates{
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}
.text-date{
    font-family: "DM Serif Text", serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.img-bonus{
    max-width: 200px;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .card-orange .card-body{
        padding: 32px;
    }
    .text-markthedates{
        margin-bottom: 24px;
    }
    .text-date{
        font-size: 30px;
    }
    .img-bundle-121{
        max-width: 380px;
    }
}
@media (min-width: 992px) {
    .img-bonus{
        margin-top: 0;
        margin-left: 30px;
    }
}
.card-blue{
    border: none;
    border-radius: 32px;
    background-image: linear-gradient(to bottom, #06174b, #1843c2 200%);
}
.card-purple{
    border: none;
    border-radius: 32px;
    background-image: linear-gradient(to bottom, #2b0442, #8318c2 67%);
}
.card-blue .card-body{
    padding: 30px;
    background-image: url("../img/bg-stars.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.card-purple .card-body{
    padding: 30px;
    background-image: url("../img/bg-stars-purple.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.card-blue h4, .card-purple h4{
    font-family: "DM Serif Text", serif;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 5px;
}
.card-blue h5, .card-purple h5{
    font-family: "DM Sans", sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
@media (min-width: 768px) {
    .card-blue .card-body, .card-purple .card-body{
        padding: 64px;
    }
    .card-blue h4, .card-purple h4{
        font-size: 36px;
    }
}
.card-blue .p-default, .card-purple .p-default{
    color: #fff;
}
.mb-40{
    margin-bottom: 40px;
}
.card-cta{
    border-radius: 32px;
    background-image: linear-gradient(to bottom, #000, #c24018);
    border: none;
    overflow: hidden;
}
.card-cta .card-header{
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    padding: 22px;
}
.card-cta .card-body{
    padding: 30px 20px;
    background-image: url("../img/bg-stars-orange.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.card-cta .media-heading{
    font-family: "DM Serif Text", serif;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}
.card-cta .media-subheading{
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}
.btn-cta{
    padding: 20px;
    border-radius: 56px;
    background-color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    min-width: 100%;
    margin-bottom: 32px;
}
.btn-cta:hover{
    color: #000;
    opacity: 0.9;
}
.media-cta{
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .media-cta{
        margin-bottom: 79px;
    }
    .btn-cta{
        font-size: 24px;
        padding: 24px;
    }
}
.media-cta > img{
    margin-bottom: 30px;
    margin-left: -65px;
    max-width: 330px;
}
@media (min-width: 768px) {
    .card-cta .card-body{
        padding: 30px;
    }
    .media-cta > img{
        margin-right: 65px;
        margin-left: -65px;
        margin-bottom: 0;
    }
    .card-cta .card-body{
        padding: 48px 64px 48px;
    }
    .btn-cta{
        min-width: 322px;
    }
    .card-cta .media-heading{
        font-size: 40px;
    }
}
.bg-orange1{
    background-color: #FF671E;
}
.bg-red1{
    background-color: red;
}
.text-orange{
    color: #e90303;
}
.text-orange1{
    color: #fe671f;
}
.font-size-24{
    font-size: 24px;
}

.h2 .bg-yellow1{
    z-index: 1;
    position: relative;
    background-color: #FFF673;
}
.h2 .bg-yellow1:before {
    position: absolute;
    content: '';
    left: -15px;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 39px;
    background-image: url("../img/highlight-yellow-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: -1;
}
.h2 .bg-yellow1:after {
    position: absolute;
    content: '';
    right: -15px;
    bottom: 0;
    width: 18px;
    height: 39px;
    background-image: url("../img/highlight-yellow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: -1;
}
@media (min-width: 768px) {
    .h2 .bg-yellow1:before {
        left: -20px;
        top: 0;
        bottom: 0;
        width: 23px;
        height: 77px;
    }
    .h2 .bg-yellow1:after {
        right: -20px;
        bottom: 0;
        width: 23px;
        height: 100%;
    }
}

.h2 .bg-green1{
    z-index: 1;
    position: relative;
    background-color: #A4FF73;
}
.h2 .bg-green1:before {
    position: absolute;
    content: '';
    left: -15px;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 39px;
    background-image: url("../img/highlight-green-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: -1;
}
.h2 .bg-green1:after {
    position: absolute;
    content: '';
    right: -15px;
    bottom: 0;
    width: 18px;
    height: 39px;
    background-image: url("../img/highlight-green-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: -1;
}
@media (min-width: 768px) {
    .h2 .bg-green1:before {
        left: -20px;
        top: 0;
        bottom: 0;
        width: 23px;
        height: 77px;
    }
    .h2 .bg-green1:after {
        right: -20px;
        bottom: 0;
        width: 23px;
        height: 100%;
    }
}
.h3 .bg-yellow2{
    z-index: 1;
    position: relative;
    background-color: #FFF673;
}

.h3 .bg-yellow2:before {
    position: absolute;
    content: '';
    left: -15px;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 39px;
    background-image: url("../img/highlight-yellow-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: -1;
}
.h3 .bg-yellow2:after {
    position: absolute;
    content: '';
    right: -15px;
    bottom: 0;
    width: 18px;
    height: 39px;
    background-image: url("../img/highlight-yellow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: -1;
}
@media (min-width: 768px) {
    .h3 .bg-yellow2:before {
        left: -17px;
        top: 0;
        bottom: 0;
        width: 18px;
        height: 77px;
    }
    .h3 .bg-yellow2:after {
        right: -17px;
        bottom: 0;
        width: 18px;
        height: 100%;
    }
}
.h3 .bg-yellow3{
    z-index: 1;
    position: relative;
    background-color: #f4e090;
    color: #bf9931;
}

.h3 .bg-yellow3:before {
    position: absolute;
    content: '';
    left: -15px;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 39px;
    background-image: url("../img/highlight-yellow-gold-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: -1;
}
.h3 .bg-yellow3:after {
    position: absolute;
    content: '';
    right: -15px;
    bottom: 0;
    width: 18px;
    height: 39px;
    background-image: url("../img/highlight-yellow-gold-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: -1;
}
@media (min-width: 768px) {
    .h3 .bg-yellow3:before {
        left: -17px;
        top: 0;
        bottom: 0;
        width: 18px;
        height: 77px;
    }
    .h3 .bg-yellow3:after {
        right: -17px;
        bottom: 0;
        width: 18px;
        height: 100%;
    }
}
.l-h{
    line-height: 1.5;
}

.h2 .bg-orange1{
    z-index: 1;
    position: relative;
    background-color: #FF671E;
}
.h2 .bg-orange1:before {
    position: absolute;
    content: '';
    left: -15px;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 39px;
    background-image: url("../img/highlight-orange-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: -1;
}
.h2 .bg-orange1:after {
    position: absolute;
    content: '';
    right: -15px;
    bottom: 0;
    width: 18px;
    height: 39px;
    background-image: url("../img/highlight-orange-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: -1;
}

.h2 .bg-red1{
    z-index: 1;
    position: relative;
    background-color: red;
}
.h2 .bg-red1:before {
    position: absolute;
    content: '';
    left: -15px;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 39px;
    background-image: url("../img/highlight-red-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: -1;
}
.h2 .bg-red1:after {
    position: absolute;
    content: '';
    right: -15px;
    bottom: 0;
    width: 18px;
    height: 39px;
    background-image: url("../img/highlight-red-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: -1;
}
@media (min-width: 768px) {
    .h2 .bg-orange1:before {
        left: -20px;
        top: 0;
        bottom: 0;
        width: 23px;
        height: 77px;
    }
    .h2 .bg-orange1:after {
        right: -20px;
        bottom: 0;
        width: 23px;
        height: 100%;
    }
    .h2 .bg-red1:before {
        left: -20px;
        top: 0;
        bottom: 0;
        width: 23px;
        height: 77px;
    }
    .h2 .bg-red1:after {
        right: -20px;
        bottom: 0;
        width: 23px;
        height: 100%;
    }
}
.media-calendar{
    font-family: "DM Serif Text", serif;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #fff673;
}
.media-calendar img{
    margin-right: 16px;
    width: 35px;
}
.p-gurantee{
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
.cta-bg-price{
    background-image: url("../img/bg-yellow-small.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #000;
    padding: 6px;
}
.cta-heading{
    font-family: "DM Serif Text", serif;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 55px;
}
.cta-heading span{
    color: #fff673;
}
@media (min-width: 768px) {
    .cta-heading{
        font-size: 32px;
    }
    .p-gurantee{
        font-size: 20px;
    }
}
.cta-early-bird{
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 8px;
}
.cta-early-bird span{
    color: #fff673;
}
.cta-early-bird-sub{
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 32px;
}
.cta-price-div{
    font-family: "DM Serif Text", serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #fff673;
    margin-bottom: 32px;
}
.cta-price-div strike{
    color: rgba(255, 255, 255, 0.6);
}

.header .timeTo {
    line-height: 94%;
}
@media (min-width: 768px) {
    .header .timeTo {
        line-height: 100%;
    }
}
.header .timeTo ul li, .timeTo span {
    font-size: 29px;
    width: 15px !important;
}
.timeTo span {
    font-family: "Montserrat", sans-serif;
    width: 29px !important;
    line-height: 32px;
}

.checkout-login-form-div input.is-valid {
    background-image: url("../img/ui.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 14px 14px !important;
    border-bottom: 1px solid #bde8a3 !important;
    padding-right: 28px !important;
    color: #65904b !important;
    background-position: right calc(.375em + .1875rem) center !important;
}
.checkout-login-form-div input.is-invalid {
    background-image: url("../img/close.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 14px 14px !important;
    border-bottom: 1px solid #ffc1bb !important;
    padding-right: 28px !important;
    color: #c75246 !important;
    background-position: right calc(.375em + .1875rem) center !important;
}

.header {
  background-color: #151223;
  padding: 16px 0;
}

.header span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.header .timeTo figure:first-of-type {
  max-width: 43px !important;
  width: auto !important;
}

.header .timeTo figure:first-of-type figcaption {
  padding-right: 0 !important;
}

.header .timeTo > figure > div {
  width: 14px !important;
  height: 32px !important;
}

.header .timeTo.timeTo-white div {
  color: #da2a41;
}

.header .timeTo.timeTo-black div {
  color: #da2a41;
}

.header .timeTo > figure + span {
  color: #da2a41;
}

.header .timeTo figcaption {
  color: #da2a41;
}
.btn-header {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  color: #432114;
  border-radius: 10px;
  background-color: #ffbe4c;
  -webkit-box-shadow: 0 3px 0 0 #b77e1b;
  box-shadow: 0 3px 0 0 #b77e1b;
  border: 0;
  /*border-bottom: 3px solid #b77e1b;*/
  padding: 9px 22px;
  transition: all 250ms linear;
}

.btn-header:hover {
  background-color: #e8ac47;
  /*border-color: #b1781b;*/
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  opacity: .9;
}
.header .timeTo figure figcaption{
    font-size: 10px !important;
    line-height: 15px;
    letter-spacing: 0px;
}
.header .timeTo span{
    width: 15px !important;
}
.header .timeTo ul li{
    color: #da2a41;
}
@media (max-width:767px) {
    .header span.header-reg-text{
        font-size: 12px;
    }
}
.case-study .media-body{
    background: #fbf5f1;
    border-radius: 5px;
    padding: 20px;
}
.case-study-out .media-body{
    background: #fff;
}
.case-study h3{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
@media (min-width:768px) {
    .arrow-left::after{
        content: '';
        width: 0; 
        height: 0; 
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fbf5f1;
        position: absolute;
        left: -10px;
        top: 61px;
      }
      .case-study-out .arrow-left::after{
        content: '';
        width: 0; 
        height: 0; 
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fff;
        position: absolute;
        left: -10px;
        top: 61px;
      }
}
.text-large{
    font-size: 22px;
}
@media (min-width: 992px) {
    .ferarri-img {
        max-width: 300px;
    }
}
.bg-warning{
    background-color: #fff673 !important;
}
.card-orange h4{
    font-family: "DM Serif Text", serif;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .card-orange h4 {
        font-size: 35px;
    }
}

ul.ul-tick {
    margin-bottom: 40px
}

ul.ul-tick li, ol.ul-tick li {
    position: relative;
    list-style: none;
}

ul.ul-tick li:last-child, ol.ul-tick li:last-child {
    margin-bottom: 0
}

ul.ul-tick li img {
    position: absolute;
    z-index: 99;
    left: -29px;
    top: 3px;
    width: 20px;
}

ul.ul-tick.ul-tick-large li img {
    top: 11px;
}

figure,
figcaption {
    display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
    font-family: "Montserrat", sans-serif;
    font-size: 33.5px;
    line-height: 99%;
}

@media (min-width: 768px) {
    .timeTo {
        font-size: 41px !important;
        line-height: 103%;
    }
}

.timeTo div:nth-child(3) {
    margin-right: 0 !important;
}

.timeTo span {
    vertical-align: top;
}

.timeTo figure {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.timeTo figcaption {
    font-family: "Montserrat", sans-serif;
    font-size: 10px !important;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: #ffcd4a;
    text-transform: uppercase;
}

.timeTo div {
    position: relative;
    display: inline-block;
    width: 22px !important;
    height: 42px !important;
    overflow: hidden;
    margin-right: 0 !important;
}

@media (min-width: 768px) {
    .timeTo div {
        width: 29px !important;
        height: 47px !important;
    }
}

.timeTo figure:first-child {
    width: auto !important;
    max-width: 63px !important;
}

.timeTo figure:first-child figcaption {
    padding-right: 0 !important;
}

.timeTo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0 !important;
}

.timeTo ul li,
.timeTo span {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #ffcd4a;
    font-weight: normal;
    font-size: 33.5px;
    width: 18px !important;
    text-align: center;
    display: inline-block;
}

@media (min-width: 768px) {

    .timeTo ul li,
    .timeTo span {
        font-size: 41px;
        width: 25px !important;
    }
}

.timeTo span {
    font-family: "Didot";
    width: 29px !important;
}

.floating-timer-wrap {
    position: fixed;
    bottom: 15px;
    left: 15px;
    /*width: 250px;*/
    padding: 10px;
    background-color: transparent;
    z-index: 1;
    border-radius: 7px;
    overflow: hidden;
}

.floating-timer {
    position: relative;
    border-radius: 7px;
    background-color: #000000;
    padding: 25px;
}

.floating-timer h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #ffdb5e;
    margin-bottom: 0;
}

.floating-timer p {
    color: #ffdb5e;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 3px;
}

.floating-timer p span {
    color: #f8f7f7;
    display: inline-block;
    position: relative;
}

.floating-timer p span img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.floating-timer .dash-line-top,
.floating-timer .dash-line-left,
.floating-timer .dash-line-bottom,
.floating-timer .dash-line-right {
    position: absolute;
}

.floating-timer .dash-line-top {
    top: -10px;
    left: -10px;
    right: -10px;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ffdb5e));
    background-image: linear-gradient(to right, transparent 50%, #ffdb5e 50%);
    background-size: 30px 100%;
}

.floating-timer .dash-line-left {
    top: -10px;
    left: -10px;
    bottom: -10px;
    width: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffdb5e), color-stop(50%, transparent));
    background-image: linear-gradient(to bottom, #ffdb5e 50%, transparent 50%);
    background-size: 100% 30px;
}

.floating-timer .dash-line-bottom {
    right: -10px;
    left: -10px;
    bottom: -10px;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ffdb5e));
    background-image: linear-gradient(to right, transparent 50%, #ffdb5e 50%);
    background-size: 30px 100%;
}

.floating-timer .dash-line-right {
    top: -10px;
    right: -10px;
    bottom: -10px;
    width: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffdb5e), color-stop(50%, transparent));
    background-image: linear-gradient(to bottom, #ffdb5e 50%, transparent 50%);
    background-size: 100% 30px;
}

.icon-warning {
    width: 21px;
    height: 19px;
}

.floating-timer .timeTo ul li,
.timeTo span {
    font-family: 'BebasKai' !important;
    font-size: 41px !important;
    font-weight: normal !important;
    text-align: center !important;
    color: #ffdb5e !important;
    width: 18px !important;
}

.floating-timer .timeTo div {
    width: 20px !important;
    height: 46px !important;
}

.floating-timer .timeTo span {
    font-size: 19px !important;
    font-family: "Montserrat", sans-serif !important;
    color: #ffffff !important;
    line-height: 60px !important;
}

.floating-timer .timeTo figcaption {
    font-family: "Montserrat", sans-serif !important;
    color: #ffffff !important;
    font-weight: normal !important;
    letter-spacing: 2px !important;
    width: 40px !important;
    overflow: hidden;
}
.igorsoloads-questions-question {
    border-radius: 10px;
    background-color: #f8f7f7;
}

.igorsoloads-questions-question {
    border-radius: 10px;
    background-color: #fbf5f0;
}

.igorsoloads-questions-question a {
    color: #0d0d0d;
    padding: 16px 20px;
    display: block;
    text-decoration: none;
}

.igorsoloads-questions-question p {
    padding: 0 25px 20px;
    margin: 0;
}
.card-cta-green{
    background-image: linear-gradient(to bottom, #000, #239f10);
}
.testimonial-card {
    font-family: "DM Sans", sans-serif;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border: none;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card small{
    font-size: 70%;
}
.testimonial-card:hover {
    /*transform: translateY(-5px);*/
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}
.testimonial-photo {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border: 2px solid #fbc00f;
}
.header span {
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #da2a41 !important;
    line-height: unset !important;
}