:root {
    --font-montserrat: 'Montserrat', sans-serif;
    --font-patua: 'Patua One', cursive;
    --font-fira-sans: 'Fira Sans', sans-serif;
}
@media(max-width: 768px){
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
        padding-right: 25px;
        padding-left: 25px;
    }
    .row {
        margin-right: -25px;
        margin-left: -25px;
    }
    .container{
        padding-right: 25px;
        padding-left: 25px;
    }
}
.section-hero{
    background: #202028 url("../img/bg-hero.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 100px 0 0;
}
.section-hero h1.hero-heading{
    font-family: var(--font-patua);
    font-size: 35px;
    font-weight: normal;
    line-height: 1.52;
    color: #ffffff;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .section-hero h1.hero-heading{
        font-size: 43px;
    }
}
.section-hero p.hero-subhead{
    font-family: var(--font-montserrat);
    font-size: 22px;
    font-weight: 300;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 35px;
}
@media (min-width: 768px) {
    .section-hero p.hero-subhead{
        font-size: 25px;
    }
}
.section-hero h4.hero-pre-text{
    font-family: var(--font-montserrat);
    font-size: 20px;
    font-weight: bold;
    line-height: 2.21;
    letter-spacing: 1px;
    color: #8ce381;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .section-hero h4.hero-pre-text{
        font-size: 22px;
    }
}
.c-purple{
    color: #c86fef !important;
}
.h1-bg-text{
    background-image: url("../img/bg-underline-text.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 5px;
}

.hero-overlay{
    background-color: rgba(22, 22, 25, 0.43);
    padding: 70px 0;
    margin-top: 65px;
}
.hero-overlay h6{
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2.7px;
    color: #77778c;
    margin-bottom: 20px;
}
.c-green{
    color: #8ce381 !important;
}
.date-string{
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.section-about{
    background-color: #f9f9fb;
    padding: 100px 0;
}
.section-about h1{
    font-family: var(--font-patua);
    font-size: 33px;
    font-weight: normal;
    color: #121118;
    margin-bottom: 20px;
}
.section-about h2{
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.89;
    color: #121118;
    margin-bottom: 35px;
}
.section-about p{
    font-family: var(--font-fira-sans);
    font-size: 19px;
    font-weight: 300;
    line-height: 1.58;
    color: #1f1f22;
}
.section-features{
    padding: 100px 0;
}
.section-features h1{
    font-family: var(--font-patua);
    font-size: 33px;
    font-weight: normal;
    color: #121118;
    margin-bottom: 75px;
}
.media-points{
    margin-bottom: 50px;
}
.media-points p{
    font-family: var(--font-fira-sans);
    font-size: 19px;
    font-weight: 300;
    line-height: 1.58;
    color: #1f1f22;
}
.media-points img{
    height: 35px;
    width: 35px;
    margin-right: 25px;
    margin-top: 7px;
}
.mb-30{
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .row-reset{
        margin-left: -25px;
        margin-right: -25px;
    }
    .row-reset .col-lg-6{
        padding-left: 25px;
        padding-right: 25px;
    }
}

figure,
figcaption {
    display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    transition: top 400ms linear;
}
.timer-div{
    /*text-align: center;*/
}

.font-weight-bold{
    font-weight: 700;
}

@media (min-width: 992px) {
    .igor-img-about{
        width: 338px;
        height: 338px;
    }
}
.logo-footer{
    height: 100px;
    width: 113px;
}
.loader-gif{
    width: 128px;
    height: 15px;
}
.ft {
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 107%;
}
.ft-light .ft-digit {
    background: linear-gradient(to bottom, #FFF 38%,#CCC 100%);
    color: #000;
}
.ft-dark .ft-digit {
    background: linear-gradient(to bottom, #45484D 0%,#000 100%);
    color: #FFF;
}
.ft-warn.ft-light .ft-digit {
    background: linear-gradient(to bottom, #FFF 35%,#E17373 100%);
}
.ft-warn.ft-dark .ft-digit {
    background: linear-gradient(to bottom, #A74444 0%,#3F0000 67%);
}
.ft-digits {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.ft-digit {
    border: 1px solid silver;
    border-left: none;
    display: inline-block;
    overflow: hidden;
}
.ft-digit:first-child {
    border-left: 1px solid silver;
}
.ft-space {
    display: inline-block;
    width: 11px;
}
.ft-delimiter::before {
    content: ':';
    display: inline-block;
}
.ft-shifter {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: -100%;
}
.ft-transit {
    top: 0;
    transition: top 400ms linear;
}
.ft-reverse .ft-shifter {
    top: 0;
}
.ft-reverse .ft-transit {
    top: -100%;
}
.ft-caption {
    font-size: 0.4em;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}
#fancy-countdown{
    height: 68px;
}
.ft{
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 32px;
}
.ft-caption{
    font-size: 14px;
    color: #888 !important;
}
.ft-light .ft-digit{
    background: transparent;
    color: #8de381 !important;
    font-weight: normal;
    border: 0;
}
.ft-delimiter{
    color: #8de381 !important;
    margin: 0 14px;
}
.timer-text {
    font-family: var(--font-montserrat);
    font-size: 19.5px;
    font-weight: bold;
    color: #ffffff;
    padding: 45px 30px 40px;
}
.card-timer{
    border: 0;
    background: transparent;
    border-radius: 20px;
}
.card-timer .card-header{
    padding: 0;
    border: 0;
    background-color: rgba(28,28,54, .4);
    overflow: hidden;
}
.card-timer .card-header:first-child {
    border-radius: 20px 20px 0 0;
}
.card-timer .card-body{
    background-color: #f5f1f8;
    border-radius: 0 0 20px 20px;
    padding: 30px 25px 25px;
}
.card-timer .form-control{
    border-radius: 20px;
    background-color: #ffffff;
    border-color: #ffffff;
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 600;
    color: #312749;
    text-transform: uppercase;
    padding: 16px 24px;
    height: auto;
}
.card-timer .form-control[required] {
    background-image: url("../img/icon-required.svg");
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}
.card-timer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #433563;
}
.card-timer .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #433563;
}
.card-timer .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #433563;
}
.card-timer .form-control:-moz-placeholder { /* Firefox 18- */
    color: #433563;
}
.card-timer .form-control:focus{
    box-shadow: none;
    border-color: rgb(207 117 254);
}
.btn-submit{
    font-family: var(--font-montserrat);
    font-size: 17px;
    font-weight: bold;
    border-radius: 30px;
    padding: 15px 30px;
    position: relative;
    min-height: 62px;
    color: #243f21;
    background-color: #49df70;
    box-shadow: 0 2px 0 0 #2da74d;
    transition: all .5s ease;
}
.btn-submit:hover, .btn-submit:focus{
    color: #243f21;
    opacity: .9;
    box-shadow: none;
    transform: translateY(2px);
    text-decoration: none;
    outline: none;
}
.loadingMessage {
    position: absolute;
    top: 10px;
    left: calc(50% - 16px);
    opacity: 1;
    transition: opacity 0.3s linear 0.3s, top 0.4s cubic-bezier(0.22, 0, 0.41, -0.57);
    display: none;
}
.loadingMessage svg {
    fill: #000000;
    margin: 0;
    width: 35px;
}
.loadingCircle {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: loading;
    cy: 10;
}
.loadingCircle:nth-child(2) {
    animation-delay: 0.1s;
}
.loadingCircle:nth-child(3) {
    animation-delay: 0.2s;
}
@keyframes loading {
    0% {
        cy: 10;
    }
    25% {
        cy: 3;
    }
    50% {
        cy: 10;
    }
}

.btn-modal-cta{
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: bold;
    color: #243f21;
    border-radius: 20px;
    padding: 20px 30px;
    border: 0;
    position: relative;
    min-height: 76px;
    background-color: #49df70;
    box-shadow: 0 2px 0 0 #2da74d;
    transition: all .5s ease;
}
.btn-modal-cta:hover, .btn-modal-cta:focus{
    color: #243f21;
    opacity: .9;
    box-shadow: none;
    transform: translateY(2px);
    text-decoration: none;
    outline: none;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: url("../img/close.svg") !important;
    background-size: 14px 14px !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 13px);
}
.form-control.is-valid, .was-validated .form-control:valid {
    background-image: url("../img/ui.svg") !important;
    background-size: 14px 14px !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 13px);
}

.section-hero{
    background: #fbe5c6 url("../img/v/bg-efarming.jpg");
    background-repeat: no-repeat;
    /*background-position: top center;*/
    background-position: calc(50% + 100px) 0;
    background-size: cover;
}
.section-hero h1.hero-heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.6;
    color: #271b13;
}
.section-hero h1.hero-heading b{
    font-weight: 700;
}
@media (min-width: 768px) {
    .section-hero h1.hero-heading{
        font-size: 36.5px;
    }
}
.c-yellow{
    background: url("../img/v/bg_text.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 0 5px;
}
.btn-modal-cta{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #271b13;
    border-radius: 20px;
    padding: 20px 30px;
    border: 0;
    position: relative;
    min-height: 76px;
    background-color: #ff8d30;
    box-shadow: 0 2px 0 0 #ce6b1b;
    transition: all .5s ease;
}
.btn-modal-cta:hover, .btn-modal-cta:focus {
    color: #271b13;
    opacity: .9;
    box-shadow: none;
    transform: translateY(2px);
    text-decoration: none;
    outline: none;
}
.ft-light .ft-digit, .ft-delimiter{
    color: #ff7b10 !important;
}
.timer-text{
    padding: 20px 30px 35px;
    color: #2e2516;
}
.hero-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}
.hero-overlay h6{
    color: #ffffff;
}
.card-timer .form-control{
    color: #2e2516;
}
.card-timer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #2e2516;
}
.card-timer .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #2e2516;
}
.card-timer .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #2e2516;
}
.card-timer .form-control:-moz-placeholder { /* Firefox 18- */
    color: #2e2516;
}
.loadingMessage{
    top: 22px;
}
.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem 0;
    margin: 0 -5%;
    overflow: hidden;
}

/**
* ==============================================
* Dot Windmill
* ==============================================
*/
.dot-windmill {
    position: relative;
    top: -10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #271b13;
    color: #271b13;
    transform-origin: 5px 15px;
    animation: dotWindmill 2s infinite linear;
}

.dot-windmill::before, .dot-windmill::after {
    content: '';
    display: inline-block;
    position: absolute;
}

.dot-windmill::before {
    left: -8.66px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #271b13;
    color: #271b13;
}

.dot-windmill::after {
    left: 8.66px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #271b13;
    color: #271b13;
}

@keyframes dotWindmill {
    0% {
        transform: rotateZ(0deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotateZ(720deg) translate3d(0, 0, 0);
    }
}
#registerForm .iti{
    display: block;
}
#registerForm .iti--separate-dial-code .iti__selected-flag{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.register-notice-text{
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.85;
    color: #271b13;
}
.register-notice-text b{
    font-weight: 700;
}
.register-notice-text .custom-control-label{
    padding-left: 6px;
}
#registerForm .custom-control-label::before{
    background-color: #754f80;
    border: #754f80 solid 1px;
}
#registerForm .custom-control-input:checked~.custom-control-label::before{
    border-color: #76e24c;
    background-color: #76e24c;
}
#registerForm .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23462450' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
#registerForm .custom-control-input:focus:not(:checked)~.custom-control-label::before, #registerForm .custom-control-input:focus~.custom-control-label::before{
    box-shadow: none;
    border-color: #754f80;
}
#registerForm .custom-control-input:hover~.custom-control-label::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23f7d619' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}