.cms-page-view .main-container {
  margin: 0;
}
.cms-page-view .main-container > .container {
  max-width: 100%;
  padding: 0;
}
.cms-page-view .features {
  margin-top: 0;
}
#promo-heading {
  background: #F5F5F5;
  padding: clamp(30px, 3.5vw, 60px) 0;
}
#promo-heading .container {
  max-width: 770px;
}
#promo-heading .heading-widget {
  margin: 0;
}
#promo-heading .heading-widget__title {
  text-align: left;
}
#promo-heading .heading-widget__title > span {
  font-size: clamp(25px, 3vw, 45px);
  line-height: 1.25;
  color: #00ac86;
  font-weight: 400;
  font-family: 'OpenSansRegular', Arial, sans-serif;
}
#promo-heading .heading-widget__subtitle {
  text-align: left;
  color: #00ac86;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.5;
  margin: clamp(15px, 2vw, 25px) 0 0 0;
}
#promo-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), color-stop(70%, #F5F5F5), color-stop(70%, #FFF), to(#FFF));
  background: linear-gradient(to bottom, #F5F5F5 0%, #F5F5F5 70%, #FFF 70%, #FFF 100%);
  padding: clamp(15px, 2vw, 30px) 0;
}
#promo-banner .banners .container {
  position: revert;
  padding: 0;
  -webkit-transform: none;
          transform: none;
  width: revert;
  max-width: 100%;
  background: #1FB594;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  #promo-banner .banners .container {
    position: absolute;
    inset: 0 0 0 auto;
    max-width: 365px;
  }
}
#promo-banner .banners__wrapper {
  position: relative;
}
#promo-banner .banners__description {
  padding: 20px;
}
@media (min-width: 1024px) {
  #promo-banner .banners__description {
    padding: 30px 30px 70px;
  }
}
#promo-banner .banners__title {
  text-transform: none;
  font-size: clamp(20px, 2vw, 24px) !important;
  line-height: 1.45 !important;
  overflow: revert;
  font-weight: 400;
  padding: 0!important;
}
#promo-banner .banners__text {
  overflow: revert;
  font-size: clamp(16px, 2vw, 17px);
  text-transform: revert;
  margin: 20px 0 0;
  line-height: 1.4;
  -webkit-line-clamp: revert;
}
#promo-banner .banners__text ul {
  padding: 0 0 0 26px!important;
  list-style: revert;
}
#promo-banner .banners__text li {
  color: inherit!important;
  font-size: inherit!important;
  padding: 3px 0!important;
  line-height: inherit!important;
}
#promo-banner .banners__text li::before {
  display: none!important;
}
#promo-features {
  padding: clamp(15px, 3vw, 30px) 0 clamp(30px, 4vw, 60px);
}
#promo-features .container {
  max-width: 900px;
}
#promo-features .features-widget__desc {
  margin: 0 0 38px;
}
#promo-features .features-widget__title {
  text-align: left;
  color: #00AC86;
  font-size: clamp(25px, 3vw, 45px);
  line-height: 1.25;
  font-weight: 400;
  padding: 0 0 0 3.2vw;
}
#promo-features .features-widget__grid {
  gap: clamp(30px, 3.5vw, 40px) 0;
}
#promo-features .features-widget__card {
  width: 100%;
  text-align: left;
  display: grid;
  gap: 0 22px;
  grid-template-columns: 40px auto;
}
#promo-features .features-widget__img {
  margin: 0;
  grid-row: 1/3;
}
#promo-features .features-widget__name {
  margin: 6px 0 0;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
  font-family: 'OpenSansBold', Arial, sans-serif;
}
#promo-features .features-widget__text {
  grid-column: 2;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
#promo-features .features-widget__text ul {
  padding: 0 0 0 10px;
}
#promo-features .features-widget__text ul li {
  padding: 3px 0 3px 15px;
}
#promo-features .features-widget__text ul li::before {
  background: #000;
}
#promo-card {
  background: #F5F5F5;
  padding: clamp(30px, 4vw, 55px) 0;
}
#promo-card > .container {
  max-width: 775px;
  display: grid;
  gap: clamp(30px, 3vw, 50px) 0;
}
#promo-card > .container > *:last-child .picture-text {
  padding: 0;
  border: 0;
}
#promo-card .heading-widget {
  margin: 0 0 clamp(10px, 2vw, 15px);
}
#promo-card .heading-widget__title {
  text-align: left;
}
#promo-card .heading-widget__title > span {
  font-size: clamp(25px, 3vw, 45px);
  line-height: 1.25;
  color: #00ac86;
  font-weight: 400;
  font-family: 'OpenSansRegular', Arial, sans-serif;
}
#promo-card .picture-text {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: clamp(30px, 3vw, 50px);
}
#promo-card .picture-text .container {
  padding: 0;
}
#promo-card .picture-text__block {
  gap: 10px;
}
@media (min-width: 768px) {
  #promo-card .picture-text__block {
    gap: 0;
  }
}
#promo-card .picture-text__block-item_picture {
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #promo-card .picture-text__block-item_picture img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #promo-card .picture-text__block-item_picture {
    width: 40%;
  }
}
#promo-card .picture-text__block-item_content {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #promo-card .picture-text__block-item_content {
    width: 60%;
  }
}
#promo-card .picture-text__title {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.4;
  font-weight: 700;
  font-family: 'OpenSansBold', Arial, sans-serif;
  margin: 0 0 clamp(20px, 2vw, 30px);
  color: #0D0D0D;
}
#promo-card .picture-text__text {
  color: #0D0D0D;
}
#promo-card .picture-text__text > *:last-child {
  padding-bottom: 0;
}
#promo-card .picture-text__text p {
  padding: 0 0 24px;
  color: inherit;
}
#promo-card .picture-text__text ul {
  list-style: disc outside none;
  padding: 0 0 25px 25px;
}
#promo-card .picture-text__text ul li {
  padding: 0;
  color: inherit;
}
#promo-card .picture-text__text strong {
  color: inherit;
}
#promo-card .picture-text__text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  color: #fff;
  background: #00ac86;
  margin: clamp(15px, 2vw, 25px) 0 0;
  max-width: 200px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-family: 'OpenSansBold', Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding: 12px;
  border-radius: 25px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#promo-card .picture-text__text a:hover {
  background-color: #008E6F;
  color: #fff;
}
#promo-docs {
  padding: clamp(30px, 3vw, 60px) 0;
}
#promo-docs .container {
  max-width: 775px;
}
#promo-docs .docs-widget {
  padding: 0;
}
#promo-docs .docs-widget__desc {
  margin: 0 0 clamp(20px, 2vw, 40px);
}
#promo-docs .docs-widget__title {
  text-align: left;
  font-size: clamp(25px, 3vw, 45px);
  line-height: 1.25;
  color: #00ac86;
  font-weight: 400;
  font-family: 'OpenSansRegular', Arial, sans-serif;
}
#promo-docs .docs-widget__grid {
  grid-template-columns: 100%;
  gap: 20px;
}
#promo-docs .docs-widget__name {
  color: #0D0D0D;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 5px;
}
