body{
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main{
    background-color: #fbf5f0;
}
.section-hero{
    padding: calc(50px + 155px) 0 70px;
    background-color: transparent;
    background-image: none;
}
@media (min-width: 768px) {
    .section-hero{
        padding: calc(50px + 83px) 0 70px;
    }
}
.section-hero 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-hero 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-hero h1{
        font-size: 69px;
        line-height: 1.2;
        font-weight: normal;
    } 
}
.section-hero h1 span{
    background-image: url("../img/bg-orange.png");
    background-repeat: no-repeat;
    background-size: 209px;
    background-position: center;
}
.section-hero h1 span.bg-orange-h11{
    background-image: url("../img/bg-orange.png");
    background-repeat: no-repeat;
    background-size: 332px 35px;
    background-position: center;
}
.section-hero 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-hero h1 span{
        background-image: url("../img/bg-orange.png");
        background-repeat: no-repeat;
        background-size: 560px;
        background-position: center;
    }
    .section-hero h1 span.bg-orange-h11{
        background-image: url("../img/bg-orange.png");
        background-repeat: no-repeat;
        background-size: 908px 82px;
        background-position: center;
    }
    .section-hero h1 span.bg-orange-long{
        background-image: url("../img/bg-orange.png");
        background-repeat: no-repeat;
        background-size: 1114px 82px;
        background-position: center;
    }
}
.section-hero 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-hero h5{
        font-size: 30px;
        margin-bottom: 35px;
    }
}

.section-hero 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: 18px;
    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-bottom: 24px;
}
@media (min-width: 768px) {
    .h2{
        font-size: 40px;
    }
}
.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;
}
@media (min-width: 768px) {
    .card-orange .card-body{
        padding: 32px;
    }
    .text-markthedates{
        margin-bottom: 24px;
    }
    .text-date{
        font-size: 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: 32p;
}
.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;
    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: 24px;
    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: 60px;
    }
    .btn-cta{
        font-size: 24px;
    }
}
.media-cta img{
    margin-bottom: 30px;
    margin-left: -65px;
    max-width: 330px;
}
@media (min-width: 768px) {
    .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;
}
.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;
}
@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%;
    }
}
.media-calendar{
    font-family: "DM Serif Text", serif;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1;
    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: 28px;
    }
    .p-gurantee{
        font-size: 19px;
    }
}
.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);
}

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

.transition li{
    color: red !important;
}
  
.timeTo {
    font-family: "Bebas Neue", sans-serif;
    font-size: 33.5px;
    line-height: 99%;
}

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

}
.header .timeTo {
    line-height: 85%;
}

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

.timeTo span {
    vertical-align: top;
}

.timeTo figure {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.timer-div{
    text-align: center;
}

.timeTo figcaption {
    font-family: "Bebas Neue", sans-serif;
    font-size: 16px!important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.6;
    letter-spacing: normal;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .timeTo figcaption {
        font-size: 24px!important;
    }
    .timer-div{
        text-align: left;
    }
}

.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;
    width: 18px !important;
    display: inline-block;

    font-family: "Bebas Neue", sans-serif;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {

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

}
.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: 11px !important;
}
.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 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;
      }
}
