@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");
  src: url("../fonts/BebasKai.eot?#iefix") format("embedded-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;
}


.header {
  background-color: #151223;
  padding: 22px 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;
}

.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;
}

.header .timeTo figure {
  margin: 0 3px;
}

.header .timeTo figcaption {
  margin-top: 5px;
}

.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;
}

footer {
  background-color: #000000;
  padding: 40px 0 30px 0;
  text-align: center;
}

@media (min-width: 768px) {
  footer {
    padding: 70px 0 30px 0;
  }
}

footer .footer-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #666074;
  margin-bottom: 0;
}

footer .col-md-4:last-child, footer .col-md-4:nth-child(2) {
  display: none;
}

@media (min-width: 768px) {
  footer .col-md-4:last-child, footer .col-md-4:nth-child(2) {
    display: block;
  }
}

.footer-email {
  padding-bottom: 16px;
  padding-top: 8px;
}

.footer-email:link, .footer-email:visited, .footer-email:hover, .footer-email:active {
  text-decoration: none;
  font-size: 9.5px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #44b9cc;
  font-family: "Montserrat", sans-serif;
}

.email-top {
  padding-bottom: 10px;
}

.footer-links {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  color: #6a6074;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-links {
    text-align: right;
  }
}

.footer-links p {
  margin-bottom: 12px;
}

.footer-links a:hover,
.footer-links a:active {
  color: #44b9cc;
  text-decoration: none;
}

.payment-img {
  padding-top: 18px;
  margin-bottom: 30px;
}

.logo-footer {
  width: 132px;
}

.mt-65 {
  margin-top: 45px;
}

@media (min-width: 768px) {
  .mt-65 {
    margin-top: 65px;
  }
}

.section-hero {
  background-color: #090613;
  margin-top: 83px;
  padding-bottom: 60px;
  background-image: url("../images/teal-hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.section-hero .logo-hero {
  margin-top: 54px;
  margin-bottom: 50px;
}

.section-hero h1 {
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 50px;
  line-height: normal;
}

.section-hero h1 span {
  font-weight: 700;
  color: #44b9cc;
}

@media (min-width: 768px) {
  .section-hero h1 {
    font-size: 36px;
  }
}

.section-hero p {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: #53b9cd;
  max-width: 500px;
  margin: 0 auto;
}

.section-hero p span {
  font-weight: bold;
  color: #ffffff;
}

.content-media--video {
  margin-top: 55px;
}

.button-sign-up {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 22px 15px 22px;
  /*border-bottom: 4px solid #edad42;*/
  background-color: #ffbe4c;
  -webkit-box-shadow: 0 4px 0 0 #edad42;
  box-shadow: 0 4px 0 0 #edad42;
  margin-top: 35px;
  transition: all 250ms linear;
}

.button-sign-up span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.66;
  color: #572917;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .button-sign-up {
    padding: 22px 20px 25px;
  }
  .button-sign-up span {
    font-size: 19px;
  }
}

.button-sign-up:hover {
  text-decoration: none;
  /*border-color: #dfa140;*/
  /*background-color: #efb148;*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background-color: #ffbe4c;
  opacity: .9;
}

@media (min-width: 992px) {
  .igor-img-div {
    background-image: url("../images/igor-transparent-image.png");
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    background-size: contain;
    margin-top: 50px;
  }
}

.igor-text-div {
  padding-top: 110px;
  padding-bottom: 115px;
}

@media (max-width: 767.98px) {
  .igor-text-div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.about-section {
  background-color: #110f16;
}

.about-section h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  color: #ffbe4c;
  margin-bottom: 30px;
}

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

.about-section p {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  color: #b7afd4;
}

.money-back-section {
  background-color: #ffbe4c;
  background-image: url("../images/icon-money-back-bg.png");
  background-repeat: no-repeat;
  background-position: calc(100% - -60%) center;
  padding: 90px 0;
}

@media (min-width: 992px) {
  .money-back-section {
    padding: 110px 0;
  }
}

.money-back-section h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  color: #090713;
  margin-bottom: 40px;
  margin-top: 45px;
}

.money-back-section p {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #090713;
}

.section-problem-solve {
  background-color: #151223;
  padding: 110px 0;
}

.section-problem-solve h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: normal;
  color: #ffbe4c;
  margin-bottom: 80px;
}

.section-problem-solve .media {
  margin-bottom: 80px;
  margin-left: 30px;
  margin-right: 30px;
}

.section-problem-solve .media-body {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  color: #ffffff;
}

.section-problem-solve .media-body h5 {
  font-size: 18.5px;
  font-weight: bold;
  line-height: normal;
  color: #44b9cc;
}

.mt-75 {
  margin-top: 75px;
}

.section-timeline {
  background-color: #f8f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-timeline h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #0a0914;
}

@media (min-width: 768px) {
  .section-timeline h1 {
    font-size: 36px;
  }
}

.section-timeline .content-wrap {
  overflow: hidden;
  max-width: 878px;
  margin: 0 auto;
}

.section-timeline .content-wrap .timer-content {
  padding: 0 20px 30px;
}

@media (min-width: 992px) {
  .section-timeline .content-wrap .timer-content {
    padding: 0 60px 50px;
  }
}

.section-timeline .content-wrap .inner-content {
  border-radius: 10px;
  background-color: #ffffff;
  background-image: url("../images/timeline-bg.png"), url("../images/timeline-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: calc(100% + 92px) calc(38%), calc(100% + 92px) calc(100% + -43px);
  padding: 30px 20px;
}

@media (min-width: 992px) {
  .section-timeline .content-wrap .inner-content {
    padding: 70px 100px;
  }
}

.inner-content > .row {
  margin-top: -12px;
}

.inner-content > .row:first-of-type {
  margin-top: 0;
}

.inner-content > .row:last-of-type .content-area-list {
  padding-bottom: 0;
}

.content-area-list {
  position: relative;
  padding-left: 35px;
  padding-bottom: 45px;
}

@media (min-width: 768px) {
  .content-area-list {
    padding-left: 80px;
    padding-bottom: 65px;
  }
}

.content-area-list h5 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.76;
  text-align: left;
  color: #080809;
}

@media (min-width: 768px) {
  .content-area-list h5 {
    font-size: 17px;
  }
}

.content-area-list p {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.67;
  color: #080809;
}

@media (min-width: 768px) {
  .content-area-list p {
    font-size: 18px;
  }
}

.content-area-list:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #1b1b21;
  position: absolute;
  left: 0;
  top: -45px;
}

@media (min-width: 768px) {
  .content-area-list:after {
    top: 8px;
  }
}

.content-area-list:before {
  content: '';
  width: 1px;
  border-radius: 12px;
  background-color: #e8e8e8;
  position: absolute;
  left: 6px;
  top: -32px;
  bottom: 0;
}

@media (min-width: 768px) {
  .content-area-list:before {
    top: 12px;
  }
}

@media (max-width: 767.98px) {
  .content-area-list:last-child:before {
    top: -81px;
  }
}

.content-area-value {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3.9px;
  text-align: left !important;
  color: #1b1b21;
  padding-left: 35px;
}

@media (min-width: 768px) {
  .content-area-value {
    text-align: center !important;
    font-size: 19px;
  }
}

@media (min-width: 1200px) {
  .content-area-value {
    padding-left: 0;
  }
}

.content-area-value span {
  font-family: "Didot-Italic";
  font-size: 12px;
  font-weight: 600;
  line-height: 2.08;
  letter-spacing: 2.4px;
  color: #44b9cc;
  display: block;
}

@media (min-width: 992px) {
  .content-area-value span {
    text-align: center;
  }
}

.orange-row .content-area-value span {
  color: #fb7a47;
}

.c-orange {
  color: #fb7a47;
}
.c-yellow {
  color: #ffbe4c;
}
.c-primary {
  color: #44b9cc;
}

.orange-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: normal;
  color: #090713;
  margin-bottom: 60px;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .orange-title {
    font-size: 44px;
  }
}

.timer-div {
  text-align: center;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

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

.section-enroll-deadline {
  padding: 60px 0;
}

.section-enroll-deadline h1 {
  font-size: 25px;
}

.section-enroll-deadline h1 strong {
  display: block;
}

@media (min-width: 768px) {
  .section-enroll-deadline h1 {
    font-size: 40px;
  }
}

.section-enroll-deadline .content-wrap {
  overflow: hidden;
  /*max-width: 878px;*/
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 10px;
  border: dashed 2px #d8d8d8;
  background-color: #f8f7f7;
  background-image: url("../images/enroll-bg.png"), url("../images/enroll-bg.png"), url("../images/enroll-bg-3.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: calc(100% + 340px) -110px, calc(-417px) 137%, center center;
}

@media (min-width: 768px) {
  .section-enroll-deadline .content-wrap {
    padding: 60px 45px;
  }
}
@media (min-width: 992px) {
  .section-enroll-deadline .content-wrap {
    padding: 60px 70px;
  }
}

.igorsoloads-testimonials-slider .title {
  position: absolute;
  left: 0;
  top: -82px;
  font-family: "Caveat", cursive;
  font-size: 35px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.igorsoloads-testimonials-slider {
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.igorsoloads-testimonials-slider-outline {
  /*width: 9999px;*/
  margin-left: 0;
}

/*
.igorsoloads-testimonials-slider-outline::after {
content: "";
display: block;
clear: both;
}

.igorsoloads-testimonials-slider-item {
float: left;
width: 279px;
height: 279px;
background-color: #314066;
position: relative;
display: table;
}*/
/*.table-cell {
display: table-cell;
  vertical-align: middle;
}*/
.igorsoloads-testimonials-slider-item {
  width: 278px;
  height: 278px !important;
  background-color: #131119;
  position: relative;
}

.igorsoloads-testimonials-slider-item.quote {
  padding: 37px;
}

.igorsoloads-testimonials-slider-item-quote {
  display: block;
  color: #44b9cc;
  font-size: 53px;
  line-height: 15px;
  margin-top: 13px;
}

.igorsoloads-testimonials-slider-item p {
  color: #8380a2;
  font-size: 24px;
  font-weight: bold;
  padding: 0 20px;
  line-height: normal;
  text-transform: uppercase;
}

.igorsoloads-testimonials-slider-item-name {
  display: block;
  color: #636080;
  font-size: 14.5px;
  font-weight: bold;
  padding: 0 20px;
  text-align: right;
  text-transform: uppercase;
}

.igorsoloads-testimonials-slider-item-overlay:link,
.igorsoloads-testimonials-slider-item-overlay:visited,
.igorsoloads-testimonials-slider-item-overlay:hover,
.igorsoloads-testimonials-slider-item-overlay:active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 26, 43, 0.88);
  text-align: center;
  color: #e9ecf7;
  font-size: 25.5px;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
}

.igorsoloads-testimonials-slider-item-overlay img {
  display: block;
  margin: 110px auto 0;
}

.igorsoloads-testimonials-slider-item:hover .igorsoloads-testimonials-slider-item-overlay {
  opacity: 1;
}

.primary-text-bg {
  background-image: url(../images/yellow_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  padding: 3px 5px;
  background-position: center;
}
.green-text-bg-long {
  background-image: url(../images/text-green-bg-long.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  padding: 3px 5px;
  background-position: center;
}

.thankyou-header {
  background-color: #000000;
  padding: 40px 0;
}

.thankyou-header p {
  font-family: "Fira Sans", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.41;
  color: #c4b7fb;
}

.thankyou-header h4 {
  font-family: "bebasregular";
  font-size: 22.5px;
  font-weight: normal;
  line-height: normal;
  color: #6fce81;
  word-spacing: 4px;
}

.thankyou-header a {
  color: #9890b9;
}

.thankyou-header a:hover, .thankyou-header a:focus {
  color: #9890b9;
}

.card-warning {
  font-family: "BebasKai";
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  color: #1b1b21;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  background: transparent;
}

.card-warning .card-body {
  border-radius: 10px;
  background-color: #f8f7f7;
  padding: 30px;
}

.thankyou-hero {
  margin-top: 0;
  padding-top: 80px;
  background-image: url("../images/tahnkyou-hero-bg.jpg");
}

.thankyou-hero p {
  color: #6fce81;
  line-height: 1.76;
  max-width: 640px;
}

.thankyou2-hero {
  margin-top: 0;
  padding-top: 80px;
  background-image: url("../images/thankyou2-hero-bg.jpg");
}

.thankyou2-hero h1 {
  line-height: 1.56;
}

.thankyou2-hero p {
  color: #6fce81;
  line-height: 1.76;
  max-width: 640px;
}

.c-green {
  color: #70e086;
}

.c-teal {
  color: #71bbbd;
}

.font-style-normal {
  font-style: normal !important;
}

.upgrade-section {
  padding: 90px 0;
}

.upgrade-section h1 {
  font-family: "bebasregular";
  font-size: 25px;
  font-weight: normal;
  line-height: normal;
  color: #6fce81;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .upgrade-section h1 {
    font-size: 36px;
    margin-bottom: 80px;
  }
}

.timer-disclaimer {

}
.timer-disclaimer-fixed {
  position: fixed;
  bottom: 0;
  z-index: 111;
  background: #121018d9;
  padding: 20px;
  display: none;
}

@media (min-width: 768px){
  .timer-disclaimer-fixed {
    padding: 30px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media (min-width: 1024px){
  .timer-disclaimer-fixed {
    min-width: 915px;
  }
}
.timer-disclaimer a {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  color: #444444;
}

.timer-disclaimer-fixed a{
  color: #ffffff;
}

.timer-disclaimer a:hover, .timer-disclaimer a:focus {
  color: #fb7a47;
}

.upgrade-faq {
  position: relative;
  margin: 0 20px 40px;
  /*max-height: 190px;*/
  /*overflow: hidden;*/
  /*padding-bottom: 60px;*/
  /*-webkit-transition: max-height 0.15s ease-out;*/
  /*transition: max-height 0.15s ease-out;*/
}

.upgrade-faq.expanded {
  max-height: 100%;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}

.upgrade-faq.expanded:before {
  content: '';
  height: 0;
  width: 0;
}

.upgrade-faq.expanded .read-more button span.toggle-span:before {
  content: '-';
}

.upgrade-faq.expanded .read-more button span.toggle-text:before {
  content: 'Less';
}

/*.upgrade-faq:before {*/
  /*content: '';*/
  /*width: 100%;*/
  /*height: 26px;*/
  /*position: absolute;*/
  /*bottom: 55px;*/
  /*left: 0;*/
  /*right: 0;*/
  /*!* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100;White+to+Transparent *!*/
  /*!* FF3.6-15 *!*/
  /*!* Chrome10-25,Safari5.1-6 *!*/
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));*/
  /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);*/
  /*!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );*/
  /*!* IE6-9 *!*/
/*}*/

.upgrade-faq .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding-top: 20px;
  display: none;
}

.upgrade-faq .read-more button {
  font-family: 'Arapey', serif;
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  color: #06040a;
  padding: 0;
}

.upgrade-faq .read-more button:hover, .upgrade-faq .read-more button:focus {
  text-decoration: none !important;
}

.upgrade-faq .read-more button span.toggle-span {
  width: 18px;
  height: 18px;
  border: solid 1px #06040a;
  background-color: transparent;
  display: inline-block;
  margin-right: 5px;
  font-family: "bebasregular";
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #06040a;
  border-radius: 18px;
  font-style: normal;
  position: relative;
}

.upgrade-faq .read-more button span.toggle-span:before {
  content: '+';
  left: calc(50% - 3px);
  top: calc(50% - 9px);
  position: absolute;
}

.upgrade-faq .read-more button span.toggle-text:before {
  content: 'More';
}

.upgrade-faq h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  color: #424242;
}

.upgrade-faq h4 strong {
  font-weight: 900;
}

.upgrade-faq p {
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #06040a;
  margin-bottom: 0;
}

.money-back-thankyou {
  background-color: #0e0b1f;
}

.money-back-thankyou h1 {
  color: #ffffff;
}

.money-back-thankyou p {
  color: #ffffff;
  max-width: 565px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .section-timeline-thankyou .content-wrap .inner-content {
    padding: 50px 100px;
  }
}

.page-thankyouz2 .thankyou-header {
  background-color: #f1f1f1;
}

.page-thankyouz2 .thankyou-hero {
  background-image: none;
  background-color: #f7f7f7;
  background-image: url("../images/enroll-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: calc(100% + 28%) -85%;
}

.page-thankyouz2 .thankyou-hero h1 {
  color: #3c3a54;
  font-family: 'Patua One', cursive;
  margin-bottom: 8px;
  position: relative;
}

@media (min-width: 768px) {
  .page-thankyouz2 .thankyou-hero h1 {
    font-size: 42px;
  }
}

.page-thankyouz2 .thankyou-hero h1 img {
  position: absolute;
  bottom: -8px;
}

.page-thankyouz2 .section-timeline {
  padding-top: 0;
  background-image: url("../images/enroll-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -12% -81%;
}

.page-thankyouz2 .section-timeline .content-wrap .inner-content {
  background-image: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  .page-thankyouz2 .section-timeline-thankyou .content-wrap .inner-content {
    padding: 0 100px 30px;
  }
}

.page-thankyouz2 .card-warning .card-body {
  background-color: #ffffff;
}

.h1-bg {
  background-image: url("../images/h1-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 4px 21px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.z-index-1 {
  z-index: 1;
}

.timeTo {
  height: auto;
}
.ft{
  font-family: 'bebasregular', sans-serif;
}
.ft-light .ft-digit {
  border: 0;
}

.ft-light .ft-digit {
  background: none !important;
  /* Old browsers */
  -webkit-filter: unset;
          filter: unset;
  /* IE6-9 */
}

#countdown.ft {
  line-height: 125%;
}
#countdown .ft-transit {
  color: red;
}

#countdown.ft-light .ft-digit {
  color: #000000;
  font-size: 36px;
  height: 36px !important;
  width: 20px !important;
}
@media (min-width: 768px) {
  #countdown.ft-light .ft-digit {
    width: 26px !important;
  }
}

#countdown.ft-light figcaption {
  color: #000000;
  font-size: 15px;
  margin-top: 10px;
  display: block;
}
@media (min-width: 768px) {
  #countdown.ft-light figcaption {
    font-size: 17px;
  }
}
#countdown .ft-space, #countdown .ft-delimiter {
  font-size: 21px;
  color: #000000;
  margin: 0 8px;
  display: inline-block;
  position: relative;
  top: -38px;
}
@media (min-width: 768px) {
  #countdown .ft-space, #countdown .ft-delimiter {
    margin: 0 10px;
  }
}
#countdown-fixed.ft {
  line-height: 82%;
}
#countdown-fixed.ft-light .ft-digit {
  color: #da2a41;
  font-size: 21px;
  height: 23px !important;
  width: 14px !important;
}


#countdown-fixed.ft-light figcaption {
  color: #da2a41;
  font-size: 9px;
  margin-top: 5px;
  display: block;
}
#countdown-fixed .ft-space, #countdown-fixed .ft-delimiter {
  font-size: 21px;
  color: #da2a41;
  margin: 0 3px;
  display: inline-block;
  position: relative;
  top: 2px;
}
#video-wrap {
  position: relative;
}
#video-wrap.is-sticky {
  position: fixed;
  top: 96px;
  right: 15px;
  max-width: calc(280px + 20px);
  max-height: calc(158px + 11px);
  width: calc(280px + 20px);
  height: calc(158px + 11px);
  z-index: 1;
}
@media (min-width: 1440px){
  #video-wrap.is-sticky {
    max-width: calc(280px + 50px);
    max-height: calc(158px + 24px);
    width: calc(280px + 50px);
    height: calc(158px + 28px);
  }
}
.close-video-button {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  opacity: 0;
}
#form-efarming-vsl{
  background: #ffffff;
  padding: 20px;
}
#video-wrap.is-sticky .close-video-button {
  opacity: 1;
}
#video-wrap.is-sticky .wistia_responsive_padding {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(33,34,41,.36);
  box-shadow: 0 0 10px 0 rgba(33,34,41,.36);
}
@media (max-width: 991px) {
  .content-media--video {
    margin-top: 0;
  }
}
.c-purple{
  color: #44b9cc;
}

.checkout-modal .modal-content {
  max-height: 100%;
}
.checkout-modal .modal-content {
  border-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.checkout-modal .modal-header {
  height: 93px;
  background-color: #07080a;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 33px;
  padding-bottom: 33px;
}
.checkout-modal .modal-header h5 {
  font-size: 18px;
  font-family: Montserrat,sans-serif;
  color: #ffe179;
}
.checkout-modal .modal-header .close {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  font-weight: 100;
  position: absolute;
  right: 11px;
  top: 11px;
}
.checkout-modal .modal-body {
  background-image: url(../images/modal-lock-bg.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 115px) calc(100% - 69px);
  max-height: 100%;
}
.checkout-modal .modal-body {
  background-color: #f8f9fb;
  padding: 25px 22px;
}
#form-efarming-vsl .btn-register-modal {
  background-color: #fbd656;
  border: 0;
  border-radius: 2px;
  border-bottom: 5px solid #f1c93e;
  font-size: 15px;
  font-family: Montserrat,sans-serif;
  color: #293d21;
  font-weight: 700;
  width: 100%;
  display: block;
  padding: 13px;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all linear .3s;
  cursor: pointer;
}
#form-efarming-vsl .btn-register-modal:focus, #form-efarming-vsl .btn-register-modal:hover {
  background-color: #d9b450;
  border-bottom: 5px solid #d7b038;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}
#form-efarming-vsl .form-control{
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.3px;
  color: rgba(19,22,39,.85);
  padding-left: 0;
  padding-right: 0;
  border: 0!important;
  border-bottom: 1px solid rgba(66,69,93,.24)!important;
  border-radius: 0;
  width: 100%!important;
  height: 34px;
  background-color: #fff!important;
}
#form-efarming-vsl .form-control:focus{
  box-shadow: none;
  outline: none;
}
.footer-disclaimer p{
  font-family: fira sans,sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: grey;
}
.slick-prev:before, .slick-next:before{
  color: #1e1d1d;
}
.slick-dots li{
  width:10px;
  margin: 0;
}
