@font-face {
  font-family: "YARIN-REGULAR";
  src: url("../fonts/YARIN-REGULAR.OTF");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "PT Sans";
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

main h1,
main h2,
main h3,
main h4,
main h5 {
  text-align: center;
  line-height: 72px;
  color: #5c9cdc;
  font-family: "YARIN-REGULAR";
  font-weight: 400;
  font-size: 60px;
}
@media (max-width: 767.98px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 55px !important;
    line-height: 76px !important;
  }
}
@media (max-width: 575.98px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 49px !important;
    line-height: 65px !important;
  }
}
@media (max-width: 400px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 41px !important;
    line-height: 60px !important;
    letter-spacing: -1.4px !important;
  }
}
main h1 span,
main h2 span,
main h3 span,
main h4 span,
main h5 span {
  color: #aca40b;
}

section {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 575.98px) {
  section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.text-muted {
  text-decoration: line-through;
}

.codes > a.active,
.codes > a:hover {
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(360deg, #76157e 0%, #c975e7 100%);
}

.codes > a {
  margin-right: 15px;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  background-color: #db97f3;
  border-radius: 20px;
  transition: background-color 0.4s;
}

#modal-upsells a.btn {
  width: 100% !important;
}

ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  list-style: none;
  padding-left: 30px;
}

ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 9px;
}

ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0.7em;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #a5a03c;
  transform: translateY(-50%);
}

ul li {
  font-size: 18px;
  line-height: 24px;
}

#show-menu {
  height: 15px;
}

@media (max-width: 575.98px) {
  main .col-12 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
main .transition {
  height: 108px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
main .transition-top {
  background-image: url(../images/transition/top.png);
}
main .transition-bottom {
  background-image: url(../images/transition/bottom.png);
}
main .webp .transition-top {
  background-image: url(../images/transition/webp.png);
}
main .webp .transition-bottom {
  background-image: url(../images/transition/webp.png);
}

.button,
button .why,
button .materials {
  border: unset;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 30px;
  gap: 10px;
  background: #3580CC;
  background: radial-gradient(at right center, #3580CC, #5D9CDC);
  border-bottom: 4px solid #347fcb;
  box-shadow: inset 0px -2px 0px #3580CC;
  border-radius: 80px;
  font-size: 21px;
  letter-spacing: -0.3px;
  color: #ffffff;
  text-transform: uppercase;
  width: 350px;
}
.button:hover,
button .why:hover,
button .materials:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  text-decoration: none;
  background-color: #5c9cdc;
}
@media (max-width: 575.98px) {
  .button,
  button .why,
  button .materials {
    margin: 0 auto;
    font-size: 19px;
    padding: 20px 14px;
    line-height: 27px;
    width: 100%;
  }
}

button:focus {
  outline: unset;
}

.talks-widget-button {
  z-index: 1500;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 20px;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  color: white;
  padding-top: 6px;
  background: #3a6686;
  cursor: pointer;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
}

.icon {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px;
  transition: all 200ms;
}

.icon-whatsapp {
  width: 30px;
  height: 30px;
  background-color: #1cd742;
  background-image: url("../images/icons/icon-whatsapp.svg");
  background-size: 80%;
  border-radius: 100%;
  box-shadow: 0px 0px 10px #1cd742;
}
.icon-whatsapp:hover {
  box-shadow: 0px 0px 10px #fff;
}

#modal-example {
  background: rgba(0, 0, 0, 0.3);
}

.modal-body {
  padding: 30px 0;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
}

.modal-close {
  font-size: 31px;
  background: white;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  position: absolute;
  border-radius: 20px;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 99;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.header {
  background-image: url(../images/header/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 970px;
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  .header {
    text-align: center;
    max-height: unset;
    padding-bottom: 50px;
    background-image: url(../images/header/bg-mobile.jpg);
  }
}
.header-imgMobile {
  max-width: 75%;
}
@media (max-width: 575.98px) {
  .header-imgMobile {
    max-width: 100%;
  }
}
.header .sub {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: normal;
}
@media (min-width: 1199.98px) {
  .header .container {
    padding-left: 0px;
  }
}
.header h1 {
  font-size: 69px;
  line-height: 92px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .header h1 {
    font-size: 59px;
    line-height: 81px;
  }
}
@media (max-width: 991.98px) {
  .header h1 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .header h1 {
    font-size: 66px !important;
    line-height: 88px !important;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    font-size: 50px !important;
    line-height: 69px !important;
  }
}
@media (max-width: 400px) {
  .header h1 {
    font-size: 42px !important;
    line-height: 61px !important;
  }
}
.header h1 span {
  font-size: 60px;
  margin-top: 5px;
  display: block;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .header h1 span {
    font-size: 53px !important;
  }
}
@media (max-width: 767.98px) {
  .header h1 span {
    font-size: 53px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .header h1 span {
    font-size: 46px !important;
    line-height: 44px !important;
    display: block;
    margin-top: 23px;
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .header h1 span {
    font-size: 39px !important;
    margin-top: 18px;
  }
}
.header-text {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 80px;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .header-text {
    margin-bottom: 5px;
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .header-text {
    font-size: 22px;
    margin-top: -15px;
  }
}
.header-text span {
  color: #5c9cdc;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .header-text span {
    display: block;
  }
}
.header .img-desc {
  position: absolute;
  max-width: 738px;
  top: -95px;
  left: -50px;
}
@media (max-width: 1610px) {
  .header .img-desc {
    left: -152px;
  }
}
@media (max-width: 1370px) {
  .header .img-desc {
    left: -224px;
  }
}
@media (max-width: 991.98px) {
  .header-arrow {
    display: none;
  }
}
.header-arrow img {
  position: absolute;
  max-width: 51px;
  left: 469px;
  top: -57px;
}
.header-bonus img {
  position: absolute;
  max-width: 334px;
  left: 400px;
  top: 7px;
}
@media (max-width: 991.98px) {
  .header-bonus img {
    position: unset;
  }
}
@media (max-width: 991.98px) {
  .header .lead-mob {
    max-width: 400px;
  }
}
@media (max-width: 575.98px) {
  .header .lead-mob {
    max-width: 285px;
  }
}
.header .subscribe {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0px 10px 35px 10px;
  min-height: 355px;
  max-width: 391px;
  margin-top: -27px;
}
@media (max-width: 575.98px) {
  .header .subscribe {
    padding: 0px 0 25px 0;
    min-height: 327px;
  }
}
.header .row-bottom {
  z-index: 96;
  position: sticky;
}

.webp .header {
  background-image: url("../images/header/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .header {
    background-image: url(../images/header/bg-mobile.webp);
  }
}

@media (min-width: 1900px) {
  .header {
    background-image: url("../images/header/bg-2x-scale-2_00x.jpg");
  }
  .webp .header {
    background-image: url("../images/header/bg-2x-scale-2_00x.webp");
  }
}
.header-transition {
  margin-top: -85px;
  z-index: 95;
  position: sticky;
}

.marafon {
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .marafon {
    padding-top: 35px;
  }
}
@media (max-width: 400px) {
  .marafon {
    padding-top: 50px;
  }
}
.marafon h2 {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .marafon h2 {
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .marafon h2 {
    margin-bottom: 40px;
  }
}
.marafon-img {
  max-width: 120%;
  margin-left: -90px;
}
.marafon-img-2 {
  margin-left: 20px;
}
.marafon-img-4 {
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .marafon-img {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .marafon-img {
    max-width: 100%;
  }
}
.marafon-number {
  font-family: "YARIN-REGULAR";
  color: white;
  font-size: 25px;
  display: block;
  margin-bottom: 31px;
  padding-left: 40px;
  margin-top: -33px;
  margin-left: -23px;
}
@media (max-width: 1199.98px) {
  .marafon-number {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .marafon-number {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .marafon-number {
    background-image: url(../images/marafon/span.png);
    padding: 23px 10px 24px 9px;
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .marafon-number {
    text-align: center;
  }
}
.marafon-number span {
  z-index: 2;
  position: relative;
}
.marafon-number img {
  position: absolute;
  max-width: 161px;
  border-radius: 0;
  left: -16px;
  top: -45px;
}
@media (max-width: 1199.98px) {
  .marafon-number img {
    top: -12px;
  }
}
@media (max-width: 991.98px) {
  .marafon-number img {
    left: 267px;
  }
}
@media (max-width: 767.98px) {
  .marafon-number img {
    left: 182px;
  }
}
@media (max-width: 575.98px) {
  .marafon-number img {
    display: none;
  }
}
.marafon-title {
  font-family: "YARIN-REGULAR";
  color: #5c9cdc;
  font-size: 39px;
  line-height: normal;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .marafon-title {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .marafon-title {
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 30px;
    margin-top: 15px;
  }
}
.marafon-text {
  font-size: 22px;
  margin-bottom: 24px;
  line-height: normal;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .marafon-text {
    font-size: 21px;
    margin-bottom: 18px;
  }
}
.marafon ul li {
  font-size: 21px;
  margin-bottom: 7px !important;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .marafon ul li {
    font-size: 20px;
  }
}
.marafon .item {
  justify-content: space-around;
  margin-bottom: 25px;
  align-items: center;
  z-index: 10;
  position: sticky;
}
@media (max-width: 575.98px) {
  .marafon .item {
    margin-bottom: 40px;
  }
}
@media (min-width: 991.98px) {
  .marafon .item-text {
    max-width: 525px;
  }
}
.marafon .button {
  z-index: 10;
}
.marafon-dec {
  position: absolute;
  max-width: 2000px;
  z-index: 5;
  left: -467px;
}
.marafon-dec-1 {
  top: -428px;
}
.marafon-dec-2 {
  top: -520px;
}
.marafon-dec-3 {
  top: -665px;
}
@media (max-width: 575.98px) {
  .marafon-dec-3 {
    top: -1149px;
  }
}

.greeting {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 575.98px) {
  .greeting {
    padding-bottom: 0px !important;
  }
}
.greeting h2 {
  z-index: 10;
  max-width: 695px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .greeting h2 {
    font-size: 52px !important;
    line-height: 72px !important;
  }
}
@media (max-width: 767.98px) {
  .greeting h2 {
    font-size: 46px !important;
    line-height: 67px !important;
  }
}
@media (max-width: 575.98px) {
  .greeting h2 {
    margin-top: 20px;
    font-size: 38px !important;
    line-height: 53px !important;
  }
}
@media (max-width: 400px) {
  .greeting h2 {
    letter-spacing: -2px !important;
  }
}
.greeting-row {
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767.98px) {
  .greeting-row-desc {
    display: none;
  }
}
.greeting-row-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .greeting-row-mobile {
    display: flex;
  }
}

.greeting-transition {
  z-index: 10;
  position: sticky;
  margin-bottom: -50px;
}

.bonus {
  background-image: url(../images/bonus/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .bonus {
    padding-top: 110px;
    padding-bottom: 205px;
    background-image: url(../images/bonus/bg-mobile.jpg);
  }
}
@media (max-width: 575.98px) {
  .bonus {
    padding-top: 95px !important;
    padding-bottom: 125px !important;
  }
}
.bonus h2 {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 755px;
}
@media (max-width: 991.98px) {
  .bonus h2 {
    font-size: 52px !important;
    line-height: 72px !important;
  }
}
@media (max-width: 767.98px) {
  .bonus h2 {
    font-size: 46px !important;
    line-height: 67px !important;
  }
}
@media (max-width: 575.98px) {
  .bonus h2 {
    margin-top: 20px;
    font-size: 38px !important;
    line-height: 53px !important;
  }
}
@media (max-width: 400px) {
  .bonus h2 {
    letter-spacing: -2px !important;
  }
}
.bonus-img {
  max-width: 150%;
  margin-top: -71px;
  margin-left: -47px;
}
@media (max-width: 1199.98px) {
  .bonus-img {
    max-width: 180%;
    margin-top: 12px;
    margin-left: -72px;
  }
}
@media (max-width: 991.98px) {
  .bonus-img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.bonus-text {
  font-size: 22px;
  line-height: normal;
  max-width: 420px;
}
@media (max-width: 991.98px) {
  .bonus-text {
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .bonus-text {
    font-size: 21px;
  }
}
.bonus-text .sub {
  font-weight: 700;
  margin-top: 20px;
}
.bonus-text ul li {
  font-size: 22px;
  margin-bottom: 13px !important;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .bonus-text ul li {
    font-size: 21px;
    line-height: normal;
    margin-bottom: 11px !important;
  }
}
.bonus .row-button {
  margin-top: -190px;
}
@media (max-width: 1199.98px) {
  .bonus .row-button {
    margin-top: -115px;
  }
}
@media (max-width: 991.98px) {
  .bonus .row-button {
    margin-top: -83px;
  }
}
@media (max-width: 575.98px) {
  .bonus .row-button {
    margin-top: -55px;
  }
}
.bonus .button {
  max-width: 100%;
  width: 396px;
}
@media (max-width: 1199.98px) {
  .bonus .button {
    position: sticky;
    z-index: 9;
  }
}
@media (max-width: 991.98px) {
  .bonus .button {
    width: 488px;
    margin-top: -27px !important;
  }
}
@media (max-width: 575.98px) {
  .bonus .button {
    width: 100% !important;
  }
}

.webp .bonus {
  background-image: url("../images/bonus/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .bonus {
    background-image: url(../images/bonus/bg-mobile.webp);
  }
}

@media (min-width: 1900px) {
  .bonus {
    background-image: url("../images/bonus/bg-2x-scale-2_00x.jpg");
  }
  .webp .bonus {
    background-image: url("../images/bonus/bg-2x-scale-2_00x.webp");
  }
}
.bonus-transition {
  margin-top: -75px;
  z-index: 9;
  position: sticky;
}

.expert {
  overflow: hidden;
  background: white;
  margin-top: -20px;
  padding-bottom: 80px;
  padding-top: 0px;
}
@media (max-width: 991.98px) {
  .expert {
    padding-top: 90px;
  }
}
@media (max-width: 575.98px) {
  .expert {
    padding-top: 30px !important;
  }
}
.expert h2 {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .expert h2 {
    text-align: center;
    margin-bottom: 35px;
  }
}
.expert-img {
  margin-top: 20px;
}
.expert-row {
  justify-content: space-around;
  margin-bottom: 70px;
  align-items: center;
}
.expert ul li {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 13px !important;
}
.expert .button {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .expert .button {
    margin-top: -50px !important;
  }
}

#example-expert {
  -position-x: revert;
  z-index: 9;
  position: sticky;
  padding-top: 0px;
  margin-top: -120px;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  #example-expert {
    padding-top: 20px;
    margin-top: 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  #example-expert {
    margin-top: -20px;
  }
}
#example-expert .button {
  width: 350px;
}
#example-expert .example-expert-heading {
  margin-top: 40px;
}
#example-expert .main-carousel .carousel-item-img {
  height: 773px;
}
@media (max-width: 575.98px) {
  #example-expert .main-carousel .carousel-item-img {
    height: 129vw;
  }
}

#example-expert .container-bg {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 5px 10px 5px rgba(90, 90, 90, 0.1);
}
#example-expert .main-carousel {
  box-shadow: unset !important;
}

@media (max-width: 575.98px) {
  .main-carousel #carouselExampleIndicators .carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
  }
  .carousel-indicators {
    margin-right: 5%;
    margin-left: 5%;
  }
}
#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg,
#example-expert .main-carousel #carouselExampleIndicators .carousel-indicators li {
  background: #aca40b;
}

.main-carousel .carousel-item-img-1 {
  background-image: url(../images/expert-work/1.jpg);
}
.main-carousel .carousel-item-img-2 {
  background-image: url(../images/expert-work/2.jpg);
}
.main-carousel .carousel-item-img-3 {
  background-image: url(../images/expert-work/3.jpg);
}
.main-carousel .carousel-item-img-4 {
  background-image: url(../images/expert-work/4.jpg);
}
.main-carousel .carousel-item-img-5 {
  background-image: url(../images/expert-work/5.jpg);
}
.main-carousel .carousel-item-img-6 {
  background-image: url(../images/expert-work/6.jpg);
}
.main-carousel .carousel-item-img-7 {
  background-image: url(../images/expert-work/7.jpg);
}
.main-carousel .carousel-item-img-8 {
  background-image: url(../images/expert-work/8.jpg);
}
.main-carousel .carousel-item-img-9 {
  background-image: url(../images/expert-work/9.jpg);
}
.main-carousel .carousel-item-img-10 {
  background-image: url(../images/expert-work/10.jpg);
}

.webp .main-carousel .carousel-item-img-1 {
  background-image: url(../images/expert-work/1.webp);
}
.webp .main-carousel .carousel-item-img-2 {
  background-image: url(../images/expert-work/2.webp);
}
.webp .main-carousel .carousel-item-img-3 {
  background-image: url(../images/expert-work/3.webp);
}
.webp .main-carousel .carousel-item-img-4 {
  background-image: url(../images/expert-work/4.webp);
}
.webp .main-carousel .carousel-item-img-5 {
  background-image: url(../images/expert-work/5.webp);
}
.webp .main-carousel .carousel-item-img-6 {
  background-image: url(../images/expert-work/6.webp);
}
.webp .main-carousel .carousel-item-img-7 {
  background-image: url(../images/expert-work/7.webp);
}
.webp .main-carousel .carousel-item-img-8 {
  background-image: url(../images/expert-work/8.webp);
}
.webp .main-carousel .carousel-item-img-9 {
  background-image: url(../images/expert-work/9.webp);
}
.webp .main-carousel .carousel-item-img-10 {
  background-image: url(../images/expert-work/10.webp);
}

@media (min-width: 1900px) {
  .main-carousel .carousel-item-img-1 {
    background-image: url(../images/expert-work/1-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-2 {
    background-image: url(../images/expert-work/2-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-3 {
    background-image: url(../images/expert-work/3-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-4 {
    background-image: url(../images/expert-work/4-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-5 {
    background-image: url(../images/expert-work/5-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-6 {
    background-image: url(../images/expert-work/6-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-7 {
    background-image: url(../images/expert-work/7-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-8 {
    background-image: url(../images/expert-work/8-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-9 {
    background-image: url(../images/expert-work/9-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-10 {
    background-image: url(../images/expert-work/10-2x-scale-2_00x.jpg);
  }
  .webp .main-carousel .carousel-item-img-1 {
    background-image: url(../images/expert-work/1-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-2 {
    background-image: url(../images/expert-work/2-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-3 {
    background-image: url(../images/expert-work/3-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-4 {
    background-image: url(../images/expert-work/4-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-5 {
    background-image: url(../images/expert-work/5-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-6 {
    background-image: url(../images/expert-work/6-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-7 {
    background-image: url(../images/expert-work/7-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-8 {
    background-image: url(../images/expert-work/8-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-9 {
    background-image: url(../images/expert-work/9-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-10 {
    background-image: url(../images/expert-work/10-2x-scale-2_00x.webp);
  }
}
.marafon-work {
  padding-top: 115px;
  padding-bottom: 80px;
}
@media (max-width: 575.98px) {
  .marafon-work {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.marafon-work .row {
  align-items: center;
}
.marafon-work h3 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .marafon-work h3 {
    font-size: 44px;
  }
}

.marafon-work-top {
  display: flex;
  margin-bottom: 40px;
}

.marafon-work {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.marafon-work h2 {
  max-width: 870px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .marafon-work h2 {
    margin-bottom: 30px;
  }
}
.marafon-work .row {
  align-items: center;
  justify-content: space-around;
}
.marafon-work-item {
  margin-bottom: 25px;
}

.materials {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 235px;
}
@media (max-width: 991.98px) {
  .materials {
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .materials {
    padding-top: 50px !important;
    padding-bottom: 260px !important;
  }
}
.materials h2 {
  padding-bottom: 135px;
  max-width: 755px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .materials h2 {
    text-align: center;
    padding-bottom: 20px;
  }
}
.materials-text {
  margin-top: 50px;
  font-size: 23px;
  line-height: normal;
}
@media (max-width: 1199.98px) {
  .materials-text {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .materials-text {
    font-size: 22px;
    line-height: 28px;
  }
}
.materials-text p {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .materials-text p {
    margin-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .materials-text p {
    font-size: 22px;
  }
}
.materials-row {
  justify-content: space-between;
}
.materials img {
  max-width: 161%;
  margin-top: -77px;
  margin-left: -161px;
}
@media (max-width: 1199.98px) {
  .materials img {
    max-width: 152%;
    margin-left: -118px;
    margin-top: -81px;
  }
}
@media (max-width: 991.98px) {
  .materials img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.materials .row-z {
  z-index: 10;
  position: sticky;
}
.materials-bg {
  position: absolute;
  max-width: 1388px !important;
  z-index: 5;
  left: -467px;
  top: -210px;
  margin: 0 !important;
  display: none;
}
@media (max-width: 991.98px) {
  .materials .button {
    margin: 0 auto;
  }
}

.materials-transition {
  z-index: 9;
  position: sticky;
  margin-top: -308px;
  margin-bottom: -165px;
  height: 174px !important;
}

.subscribe-screen {
  background-image: url(../images/subscribe-screen/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 850px;
  padding-top: 240px;
  z-index: 7;
  position: sticky;
}
@media (max-width: 991.98px) {
  .subscribe-screen {
    background-image: url(../images/subscribe-screen/bg-mobile.jpg);
    text-align: center;
    min-height: unset;
    padding-bottom: 100px !important;
    padding-top: 209px !important;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen {
    padding-top: 195px !important;
  }
}
.subscribe-screen .sub {
  margin-bottom: 55px;
  font-size: 22px;
  line-height: normal;
  max-width: unset !important;
}
.subscribe-screen h2 {
  font-size: 73px;
  line-height: 99px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .subscribe-screen h2 {
    font-size: 66px;
    line-height: 88px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-screen h2 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen h2 {
    font-size: 66px !important;
    line-height: 88px !important;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen h2 {
    font-size: 50px !important;
    line-height: 69px !important;
  }
}
@media (max-width: 400px) {
  .subscribe-screen h2 {
    font-size: 42px !important;
    line-height: 61px !important;
  }
}
.subscribe-screen h2 span {
  font-size: 60px;
  margin-top: 5px;
  display: block;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .subscribe-screen h2 span {
    font-size: 53px !important;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen h2 span {
    font-size: 53px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen h2 span {
    font-size: 46px !important;
    line-height: 44px !important;
    display: block;
    margin-top: 23px;
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .subscribe-screen h2 span {
    font-size: 39px !important;
    margin-top: 18px;
  }
}
.subscribe-screen-butterfly {
  position: absolute;
  max-width: 60px;
  top: 95px;
  left: 474px;
}
@media (max-width: 1199.98px) {
  .subscribe-screen-butterfly {
    left: 435px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-screen-butterfly {
    left: 566px;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen-butterfly {
    left: 456px;
    top: 81px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen-butterfly {
    display: none;
  }
}
.subscribe-screen p {
  font-size: 25px;
  line-height: normal;
  max-width: 400px;
  margin-top: 75px;
}
@media (max-width: 991.98px) {
  .subscribe-screen p {
    text-align: center;
    max-width: unset;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen p {
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen p {
    font-size: 23px;
    line-height: 30px;
  }
}
.subscribe-screen p span {
  color: #85009a;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .subscribe-screen p span {
    display: block;
  }
}
.subscribe-screen-row {
  justify-content: space-between;
}
.subscribe-screen .subscribe {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0px 10px 35px 10px;
  min-height: 355px;
  max-width: 391px;
}
@media (max-width: 991.98px) {
  .subscribe-screen .subscribe {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen .subscribe {
    padding: 0px 0 25px 0;
    min-height: 327px;
  }
}
.subscribe-screen-mobile img {
  max-width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .subscribe-screen-mobile img {
    max-width: 60%;
    margin-top: -10px;
    margin-bottom: 27px;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen-mobile img {
    max-width: 85%;
    margin-top: -40px;
    margin-bottom: -10px;
  }
}
@media (max-width: 419.98px) {
  .subscribe-screen-mobile img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-screen-arrow {
    display: none;
  }
}
.subscribe-screen-arrow img {
  position: absolute;
  max-width: 92px;
  left: 351px;
  top: -50px;
}
@media (max-width: 1199.98px) {
  .subscribe-screen-arrow img {
    left: 295px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-screen-bonus {
    display: none;
  }
}
.subscribe-screen-bonus img {
  position: absolute;
  max-width: 324px;
  left: 400px;
  top: -232px;
}
@media (max-width: 1199.98px) {
  .subscribe-screen-bonus img {
    left: 330px;
  }
}

.webp .subscribe-screen {
  background-image: url("../images/subscribe-screen/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .subscribe-screen {
    background-image: url(../images/subscribe-screen/bg-mobile.webp);
  }
}

@media (min-width: 1900px) {
  .subscribe-screen {
    background-image: url("../images/subscribe-screen/bg-2x-scale-2_00x.jpg");
  }
  .webp .subscribe-screen {
    background-image: url("../images/subscribe-screen/bg-2x-scale-2_00x.webp");
  }
}
footer {
  background-color: #4b4817 !important;
  font-size: 17px;
  padding: 40px 0;
}
footer a {
  color: white !important;
}
footer p {
  color: white !important;
}
footer a:hover {
  text-decoration: none;
  color: white !important;
}/*# sourceMappingURL=style.css.map */