@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.wrapper-reasons-ad-supply {
  width: auto;
  max-width: 100%;
}
.wrapper-reasons-ad-supply a {
  text-decoration: none;
}
.wrapper-reasons-ad-supply section {
  padding: 40px 0;
}
.wrapper-reasons-ad-supply .section-inner {
  max-width: 940px;
  padding: 0 20px;
  margin: auto;
}
.wrapper-reasons-ad-supply p {
  margin: 0;
}
@media only screen and (max-width: 950px) {
  .wrapper-reasons-ad-supply .section-inner {
    max-width: 100%;
    padding: 0 16px;
  }
}

section.ras-large-text {
  padding: 48px 0;
}
section.ras-large-text .ras-large-text__text {
  font-family: "Raleway", sans-serif;
  font-size: 50px;
  line-height: 1.25;
  color: #0f0f0f;
}
section.ras-large-text .ras-large-text__text * {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
section.ras-large-text .ras-large-text__text h1,
section.ras-large-text .ras-large-text__text h2,
section.ras-large-text .ras-large-text__text h3 {
  font-weight: 900;
  margin: 0;
}
section.ras-large-text .ras-large-text__text p {
  margin: 0;
}
@media only screen and (max-width: 950px) {
  section.ras-large-text {
    padding: 20px 0;
  }
  section.ras-large-text .ras-large-text__text {
    font-size: 32px;
  }
}

section.ras-content-block .ras-content-block__content {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
}
section.ras-content-block .ras-content-block__content p {
  margin-top: 20px;
}
section.ras-content-block .ras-content-block__content p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 950px) {
  section.ras-content-block .ras-content-block__content {
    font-size: 18px;
  }
}

section.ras-steps .ras-steps__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
section.ras-steps .ras-steps__item {
  position: relative;
}
section.ras-steps .ras-steps__number {
  position: absolute;
  top: 0;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #0038b1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  z-index: 1;
}
section.ras-steps .ras-steps__row {
  display: flex;
  align-items: center;
  background: #ecf0f4;
}
section.ras-steps .ras-steps__item--reverse .ras-steps__row {
  flex-direction: row-reverse;
}
section.ras-steps .ras-steps__item--reverse .ras-steps__number {
  left: 75%;
}
section.ras-steps .ras-steps__text {
  flex: 0 0 50%;
  min-width: 0;
  padding: 40px;
}
section.ras-steps .ras-steps__title {
  font-family: "Raleway";
  font-weight: 800;
  font-size: 24px;
  line-height: 1.4;
  color: #000000;
}
section.ras-steps .ras-steps__content {
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
  margin-top: 20px;
}
section.ras-steps .ras-steps__content p,
section.ras-steps .ras-steps__content li,
section.ras-steps .ras-steps__content ol {
  margin-top: 10px;
}
section.ras-steps .ras-steps__content ul {
  margin: 0;
  margin-top: 24px;
  list-style: none;
  padding: 0;
}
section.ras-steps .ras-steps__content ul li {
  position: relative;
  padding-left: 30px;
  background: url("../../global/icons/list-icon.png") no-repeat left 2px;
}
section.ras-steps .ras-steps__media {
  flex: 0 0 50%;
  min-width: 0;
}
section.ras-steps .ras-steps__single-img {
  display: block;
  width: 100%;
  height: auto;
}
section.ras-steps .ras-steps__slider-wrap {
  position: relative;
}
section.ras-steps .ras-steps__slider {
  overflow: hidden;
}
section.ras-steps .embla__container {
  display: flex;
}
section.ras-steps .embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}
section.ras-steps .embla__slide img {
  display: block;
  width: 100%;
  height: auto;
}
section.ras-steps .embla__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 70px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  padding: 0;
}
section.ras-steps .embla__btn--prev {
  left: 10px;
}
section.ras-steps .embla__btn--next {
  right: 10px;
}
@media only screen and (max-width: 950px) {
  section.ras-steps .section-inner {
    padding: 0;
  }
  section.ras-steps .ras-steps__row {
    flex-direction: column !important;
  }
  section.ras-steps .ras-steps__title {
    font-size: 20px;
  }
  section.ras-steps .ras-steps__number {
    left: 50% !important;
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
  section.ras-steps .ras-steps__text {
    padding: 30px;
  }
}

section.ras-video {
  margin-top: 90px;
  margin-bottom: 50px;
}
section.ras-video .ras-video__title {
  font-family: "Raleway";
  font-weight: 800;
  font-size: 30px;
  line-height: 1.4;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 24px;
}
section.ras-video .ras-video__wrap {
  position: relative;
  margin-top: 24px;
}
section.ras-video .ras-video__poster {
  display: block;
  width: 100%;
  height: auto;
}
section.ras-video .ras-video__player {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 950px) {
  section.ras-video {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  section.ras-video .ras-video__title {
    font-size: 24px;
  }
}

section.offer-section {
  background: #ecf0f4;
  text-align: center;
  padding: 60px 0;
}
section.offer-section .top-text p {
  font-size: 23px;
  font-weight: 800;
  line-height: 1.4;
  color: #0038b1;
}
section.offer-section .top-text h1,
section.offer-section .top-text h2,
section.offer-section .top-text h3,
section.offer-section .top-text h4,
section.offer-section .top-text h5 {
  font-weight: 800;
  font-size: 32px;
  text-transform: uppercase;
  color: #0f0f0f;
  line-height: 1.4;
}
section.offer-section .bottom-text {
  margin-top: 45px;
}
section.offer-section .bottom-text p {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  color: #0f0f0f;
  margin-top: 10px;
}
section.offer-section .offer-btn {
  margin: auto;
  margin-top: 45px;
  display: inline-block;
  background: #cd072b;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 55px;
  padding: 14px 20px;
  font-size: 23px;
  line-height: 35px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s;
}
section.offer-section .offer-btn:hover {
  background: #8a0501;
}
section.offer-section .counter {
  margin: auto;
  margin-top: 40px;
  display: flex;
  gap: 12px;
  max-width: 385px;
}
section.offer-section .counter .box {
  flex: 1 1 0;
  min-width: 0;
  background: #cd072b;
  border-radius: 8px;
}
section.offer-section .counter .box .top {
  padding: 16px 12px;
  border-bottom: 3px solid #fff;
}
section.offer-section .counter .box .top .num {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 53px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  margin: 0;
}
section.offer-section .counter .box .bottom {
  padding: 8px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 950px) {
  section.offer-section {
    padding: 60px 16px;
  }
  section.offer-section .top-text p {
    font-size: 17px;
  }
  section.offer-section .top-text h1,
  section.offer-section .top-text h2,
  section.offer-section .top-text h3,
  section.offer-section .top-text h4,
  section.offer-section .top-text h5 {
    font-size: 20px;
  }
  section.offer-section .bottom-text {
    margin-top: 35px;
  }
  section.offer-section .bottom-text p {
    font-size: 18px;
  }
  section.offer-section .counter {
    gap: 10px;
  }
  section.offer-section .counter .box .top {
    padding: 14px 8px;
  }
  section.offer-section .counter .box .top .num {
    font-size: 48px;
  }
}

@media only screen and (max-width: 950px) {
  section.ras-shortcode .section-inner {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */