/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
.header {
  padding: 12px 0;
  overflow: hidden;
  border-bottom: 1px solid #D8D8D8;
}
.header__logo img {
  max-height: 32px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .header__logo img {
    max-height: 32px;
  }
}
.header .burger {
  display: none;
  background: transparent;
  outline: none;
  border: none;
  transition: transform 0.3s ease;
}
@media (max-width: 991px) {
  .header .burger {
    display: block;
  }
}
.header .burger .line {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.header .burger.active .line--top {
  transform: translateY(2px) rotate(45deg);
}
.header .burger.active .line--middle {
  opacity: 0;
}
.header .burger.active .line--bottom {
  transform: translateY(-5px) rotate(-45deg);
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__wrap .desktop {
  min-width: 222px;
}
@media (max-width: 991px) {
  .header__wrap .desktop {
    display: none;
  }
}
.header__menu ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.header__menu ul li a {
  color: #4E5053;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  padding: 12px 24px;
  transition: all 0.4s;
  line-height: 1.42;
  text-transform: uppercase;
}
.header__menu ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .header__menu ul {
    padding: 48px 0;
    flex-direction: column;
  }
  .header__menu ul li {
    padding: 24px 0;
    border-bottom: 1px solid #09090B;
  }
  .header__menu ul li:last-child {
    border-bottom: none;
  }
}
.header__menu .mobile {
  display: none;
}
@media (max-width: 991px) {
  .header__menu {
    position: absolute;
    top: -100vh;
    transition: all 0.4s;
    padding: 0 16px;
    text-align: center;
  }
}
.header__menu.open-menu {
  display: block;
  left: 0;
  top: 70px;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: #fff;
}
.header__menu.open-menu .mobile {
  display: block;
  padding: 28px 31px;
}

.footer {
  padding: 48px 0;
  background: #151417;
}
.footer__logo {
  margin-bottom: 16px;
}
@media (max-width: 568px) {
  .footer__logo a img {
    margin: 0 auto;
  }
}
.footer__wrap {
  display: flex;
  padding-bottom: 48px;
}
@media (max-width: 568px) {
  .footer__wrap {
    padding-bottom: 48px;
    flex-direction: column;
  }
}
.footer__left {
  width: 35%;
  padding-right: 40px;
}
.footer__left p {
  color: rgba(235, 235, 241, 0.5);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.15px;
}
@media (max-width: 568px) {
  .footer__left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.footer__right {
  width: 65%;
}
@media (max-width: 568px) {
  .footer__right {
    width: 100%;
  }
}
.footer__copy {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer p {
  font-size: 14px;
  color: rgba(235, 235, 241, 0.5);
  line-height: 1.5;
}
.footer .footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 568px) {
  .footer .footer-menu__list {
    margin-top: 16px;
  }
}
.footer .footer-menu__list li {
  width: 50%;
}
.footer .footer-menu__list li a {
  display: block;
  padding: 8px 0;
  list-style: none;
  font-size: 14px;
  color: rgba(235, 235, 241, 0.75);
  line-height: 1.5;
  transition: all 0.4s;
  text-decoration: none;
}
.footer .footer-menu__list li a:hover {
  opacity: 0.5;
}
@media (max-width: 568px) {
  .footer .footer-menu__list li a {
    padding: 8px;
    text-align: center;
  }
}

.container {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 1399px) {
  .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

.section-margin {
  margin: 200px 0;
}
@media (max-width: 991px) {
  .section-margin {
    margin: 120px 0;
  }
}

* {
  box-sizing: border-box;
  font-family: "Rethink Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.stop-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-feature-settings: "ss01" on, "ss02" on, "ss03" on, "ss04" on, "ss05" on;
  font-family: "Space Grotesk", sans-serif;
  color: #13151A;
}

.btn {
  background: #3F35FF;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 14px 30px;
  display: inline-block;
  transition: all 0.4s;
  text-decoration: none;
}
.btn:hover {
  opacity: 0.9;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 0;
  font-family: "Rethink Sans", sans-serif;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
  color: #71717B;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
}

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

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

h1 {
  font-size: 72px;
  color: #13151A;
  font-weight: 400;
  line-height: 1.05;
  font-feature-settings: "ss01" on;
  letter-spacing: -3px;
}
@media (max-width: 568px) {
  h1 {
    font-size: 42px;
    letter-spacing: -1.3px;
  }
}

h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -3px;
}
@media (max-width: 568px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -3px;
  font-weight: 400;
}
@media (max-width: 568px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.96px;
}
@media (max-width: 568px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-family: "Rethink Sans";
  font-size: 18px;
  line-height: 1.2;
}

@font-face {
  font-family: "Satoshi";
  src: url(../js/df8f06167ee6fd05a131.woff2) format("woff2"), url(../js/67e7fa77f107df3491b6.woff) format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url(../js/9ec05085c4cd2966eba8.woff2) format("woff2"), url(../js/ca3da5fd2b609836ef69.woff) format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url(../js/1ffe968245568e8ba1e7.woff2) format("woff2"), url(../js/2419b46c96ed15331ba2.woff) format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url(../js/a0e6d25529eab537426c.woff2) format("woff2"), url(../js/a875ff682ee232938607.woff) format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url(../js/b5013d854bb5a8e48651.woff2) format("woff2"), url(../js/4261d202e1e9410db1bf.woff) format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
.page-template-document .header, .page-template-document .footer {
  background: #fff;
}
.page-template-document .footer {
  padding-top: 48px;
}
.page-template-document main.main {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .page-template-document main.main {
    padding: 48px 0;
  }
}

:root {
  --swiper-theme-color: #37B57A;
}

.blog-page {
  padding: 120px 0 80px;
}

.blog-post-list {
  padding: 32px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .blog-post-list {
    flex-direction: column;
  }
}

.blog-post-card {
  width: calc(50% - 12px);
  padding: 24px;
  background-color: #fbfbfb;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .blog-post-card {
    width: 100%;
  }
}
.blog-post-card .top {
  font-family: inter, sans-serif;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.blog-post-card .card-category {
  padding: 4px 10px;
  background-color: rgba(55, 181, 122, 0.07);
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #37B57A;
  border: 1px solid rgba(55, 181, 122, 0.1);
}
.blog-post-card .card-date {
  font-size: 14px;
  line-height: 20px;
}
.blog-post-card .crosshead {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  color: #101011;
  transition: all 0.3s ease-in-out;
}
.blog-post-card .crosshead br {
  display: none;
}
@media only screen and (max-width: 639px) {
  .blog-post-card .crosshead {
    font-size: 20px;
    font-weight: 700;
  }
}
.blog-post-card .crosshead:hover {
  color: #31A46F;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-top: 20px;
}
.pagination a, .pagination span {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  color: #101011;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.pagination a:hover, .pagination span:hover {
  background-color: #37B57A;
  color: #fff;
}
.pagination .current {
  background-color: #37B57A;
  color: #fff;
}
.pagination .prev, .pagination .next {
  font-weight: bold;
}
.pagination .prev {
  margin-right: 10px;
}
.pagination .next {
  margin-left: 10px;
}

main.single-post {
  padding: 120px 0 80px;
}
main.single-post .inner-wrapper {
  margin-bottom: 120px;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 1199px) {
  main.single-post .inner-wrapper {
    margin-bottom: 80px;
    gap: 24px;
  }
}
main.single-post .sidebar {
  width: 380px;
  min-width: 380px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 67px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 991px) {
  main.single-post .sidebar {
    display: none;
  }
}
main.single-post .toc-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  main.single-post .toc-mobile {
    display: block;
  }
}
main.single-post .date {
  font-style: italic;
}
main.single-post .lwptoc.custom-toc-style {
  margin-top: 0;
}
main.single-post .lwptoc.custom-toc-style .lwptoc_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #101011;
}
main.single-post .lwptoc.custom-toc-style .lwptoc_item {
  margin-top: 10px;
}
main.single-post .lwptoc.custom-toc-style .lwptoc_item a {
  color: #606060;
  border-bottom: 1px solid #606060 !important;
}
@media screen and (min-width: 992px) {
  main.single-post .lwptoc.custom-toc-style .lwptoc_item a:hover {
    color: #37B57A;
    border-bottom: 1px solid #37B57A !important;
  }
  main.single-post .lwptoc.custom-toc-style .lwptoc_item a.active {
    color: #37B57A;
    border-bottom: 1px solid #37B57A !important;
  }
}
main.single-post .lwptoc.custom-toc-style .lwptoc_i {
  color: #606060;
  background: #fbfbfb;
  border-radius: 16px;
}

.policy-sub-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.privacy-page {
  padding-top: 128px;
  padding-bottom: 96px;
}
@media only screen and (max-width: 767px) {
  .privacy-page {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 639px) {
  .privacy-page {
    padding-bottom: 80px;
  }
}

.header-policy {
  margin-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  .header-policy {
    margin-bottom: 80px;
  }
}

.policy-sub-title-wrap {
  justify-content: center;
}

.policy-sub-title {
  display: inline-block;
  margin-bottom: 48px;
  color: #F1EAE2;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  text-transform: uppercase;
  background-color: #1D1C1F;
  padding: 4px 12px;
  border-radius: 50px;
}

.policy-title {
  color: #1D1C1F;
  text-align: center;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.2px;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
  max-width: 900px;
  margin: auto;
}
@media (max-width: 991px) {
  .policy-title {
    font-size: 42px;
  }
}

.text-policy {
  color: #504F54;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
}

.policy-main-block-content {
  margin-top: 140px;
}
@media only screen and (max-width: 991px) {
  .policy-main-block-content {
    margin-top: 80px;
  }
}

.policy-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .policy-inner {
    flex-direction: column-reverse;
  }
}

.policy-content {
  width: calc(100% - 364px);
}
@media only screen and (max-width: 991px) {
  .policy-content {
    width: 100%;
  }
}

.policy-headline-flex h2 {
  color: #101011;
  font-size: 30px;
  font-weight: 600;
  line-height: 126%;
  margin-bottom: 20px;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
  letter-spacing: 0.5px;
}

.policy-headline-flex h3 {
  color: #101011;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
  margin: 32px 0 16px;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
  letter-spacing: 0.5px;
}

.policy-headline-flex h4 {
  color: #101011;
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 12px;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
  letter-spacing: 0.5px;
}

.editor-flex {
  color: #404041;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  margin-bottom: 25px;
}

.editor-flex p {
  margin-bottom: 25px;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
}

.editor-flex a {
  color: #404041;
  text-decoration: underline;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
}

.editor-flex li {
  margin-bottom: 8px;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
}

.policy-table-of-content-link {
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
}

.policy-table-of-content {
  border-top: 1px solid rgba(29, 28, 31, 0.05);
  width: 300px;
  padding-top: 32px;
}
@media only screen and (max-width: 991px) {
  .policy-table-of-content {
    width: 100%;
    border-bottom: 1px solid rgba(29, 28, 31, 0.05);
    border-top: none;
    margin-bottom: 64px;
    padding-bottom: 33px;
  }
}

.policy-table-of-content-list {
  position: sticky;
  top: 84px;
}
@media only screen and (max-width: 991px) {
  .policy-table-of-content-list {
    position: static;
  }
}

.policy-table-of-content-title {
  color: #1D1C1F;
  font-size: 18px;
  font-weight: 600;
  line-height: 133%;
  margin-bottom: 16px;
}

.policy-table-of-content-link {
  display: block;
  color: #1D1C1F;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  transition: all 0.3s ease-in-out;
}
.policy-table-of-content-link:hover {
  color: #1D1C1F;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.policy-table-of-content-link.active {
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.policy-table-of-content-link:not(:last-child) {
  margin-bottom: 12px;
}

.policy-content td {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 5px;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
}
@media only screen and (max-width: 639px) {
  .policy-content td {
    word-break: break-all;
    width: 30%;
  }
}

.privacy-page .policy-table-of-content-list .crosshead-s {
  font-size: 24px;
  line-height: 1.1;
}
.privacy-page .policy-table-of-content-list .form-section-flex .text {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.privacy-page .policy-table-of-content-list .form-section-flex .hs-form-field {
  margin-bottom: 8px;
}
.privacy-page .policy-table-of-content-list .form-section-flex .form-general-hs form .hs-input {
  padding: 7px 14px;
}
.privacy-page .policy-table-of-content-list .form-general-hs form label span {
  font-size: 14px;
}

.home-cta {
  padding: 72px 0;
  background: #FAFAFA url(../js/49c7aad66b5be1d9e731.png) repeat center center;
}
@media (max-width: 568px) {
  .home-cta .container {
    padding: 0;
  }
}
.home-cta h2 {
  margin-bottom: 40px;
}
.home-cta__content {
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 72px 36px;
  text-align: center;
}
.home-cta .btn {
  min-width: 237px;
  max-width: 100%;
}

.scale {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .scale {
    padding: 60px 0;
  }
}
.scale h2 {
  margin-bottom: 24px;
}
.scale img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 1150px;
  margin: 0 auto;
}
.scale__plus {
  display: flex;
  justify-content: space-between;
}
.scale__plus.top {
  margin-bottom: 24px;
}
.scale__plus.bottom {
  margin-top: 24px;
}

.price {
  position: relative;
}
@media (max-width: 991px) {
  .price {
    padding: 32px 0;
  }
}
.price__wrap {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  align-items: center;
}
@media (max-width: 991px) {
  .price__wrap {
    flex-direction: column;
  }
}
.price__left {
  width: 50%;
}
.price__left img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .price__left {
    width: 100%;
    margin-bottom: 24px;
  }
}
.price__title {
  font-size: 72px;
  letter-spacing: -3px;
  padding-right: 190px;
  margin-bottom: 12px;
}
@media (max-width: 568px) {
  .price__title {
    font-size: 56px;
    letter-spacing: -1.3px;
  }
}
.price__desc {
  color: #09090B;
  font-family: "Space Grotesk";
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}
.price__content {
  margin-bottom: 24px;
}
.price__content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.price__content ul li {
  color: #71717B;
  font-family: "Rethink Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 12px;
  position: relative;
  padding-left: 32px;
}
.price__content ul li:last-child {
  margin-bottom: 0;
}
.price__content ul li:before {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: -2px;
  content: "";
  background: url("data:image/svg+xml,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"24\" height=\"24\" fill=\"%2318181B\"/><path d=\"M18 8L9.75 16L6 12.3636\" stroke=\"white\" stroke-width=\"1.66667\"/></svg>");
}
.price .btn {
  width: 100%;
}
.price__right {
  width: 50%;
  padding: 72px 0 72px 72px;
  position: relative;
}
@media (max-width: 991px) {
  .price__right {
    width: 100%;
    padding: 0;
  }
}
.price__label {
  position: absolute;
  right: 0;
  top: 72px;
  background: #E8E7FF;
  color: #3F35FF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  text-transform: uppercase;
  padding: 6px 16px;
}
@media (max-width: 991px) {
  .price__label {
    top: 0;
  }
}
.price .half-section {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #D8D8D8;
  z-index: 1;
  background: #FAFAFA;
}
@media (max-width: 991px) {
  .price .half-section {
    display: none;
  }
}

.featured {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .featured {
    padding: 60px 0;
  }
}
.featured h3 {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .featured h3 {
    margin-bottom: 32px;
  }
}
.featured__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .featured__wrap {
    justify-content: center;
  }
}
.featured__item {
  width: 25%;
  padding: 24px;
  border-left: 1px solid #D8D8D8;
}
.featured__item:nth-child(1), .featured__item:nth-child(5) {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  .featured__item:nth-child(1), .featured__item:nth-child(5) {
    padding: 24px;
  }
}
.featured__item:nth-child(1), .featured__item:nth-child(2), .featured__item:nth-child(3), .featured__item:nth-child(4) {
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 991px) {
  .featured__item:nth-child(1), .featured__item:nth-child(2), .featured__item:nth-child(3), .featured__item:nth-child(4) {
    border: none;
  }
}
.featured__item-logo {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}
.featured__item-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.featured__item h4 {
  margin-bottom: 8px;
}
.featured__item p {
  line-height: 1.2;
}
@media (max-width: 991px) {
  .featured__item {
    width: 33.33333333%;
    padding: 24px;
    border: none;
    outline: 1px solid #D8D8D8;
    outline-offset: -1px;
  }
}
@media (max-width: 768px) {
  .featured__item {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .featured__item {
    width: 100%;
    outline: initial;
    outline-offset: initial;
    border: 1px solid #D8D8D8 !important;
    border-bottom: 0 !important;
  }
  .featured__item:last-child {
    border-bottom: 1px solid #D8D8D8 !important;
  }
}

.banner {
  position: relative;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 991px) {
  .banner .container {
    padding: 0;
  }
}
.banner__wrap {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
}
@media (max-width: 1399px) {
  .banner__wrap {
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .banner__wrap {
    flex-direction: column;
  }
}
.banner__left {
  width: 50%;
}
.banner__left h1 {
  margin-bottom: 16px;
}
.banner__left p {
  font-size: 20px;
  margin-bottom: 24px;
}
.banner__left .btn {
  min-width: 240px;
}
@media (max-width: 568px) {
  .banner__left .btn {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .banner__left {
    padding-top: 144px;
  }
}
@media (max-width: 1199px) {
  .banner__left {
    padding-top: 72px;
  }
}
@media (max-width: 991px) {
  .banner__left {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.banner__right {
  width: 50%;
  padding: 20px 0;
}
.banner__right img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .banner__right {
    width: 100%;
    background: url(../js/a1163995fef13899e280.png) repeat center center;
    padding: 0 16px;
  }
}
.banner .half-section {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #D8D8D8;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner .half-section {
    display: none;
  }
}
.banner .half-section-square {
  width: 50%;
  height: 144px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../js/49c7aad66b5be1d9e731.png) repeat top right;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner .half-section-square {
    width: 100%;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .banner .half-section-square {
    display: none;
  }
}
.banner .half-section-right {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../js/a1163995fef13899e280.png) repeat center center;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner .half-section-right {
    display: none;
  }
}

.how {
  background: #18181B;
  position: relative;
  padding: 64px 0 144px;
}
@media (max-width: 991px) {
  .how {
    padding: 72px 0;
  }
}
.how__wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .how__wrap {
    flex-direction: column;
  }
}
.how__content {
  padding-top: 192px;
  position: sticky;
  top: 50px;
  padding-bottom: 244px;
}
@media (max-width: 991px) {
  .how__content {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.how__content p, .how__content h2 {
  max-width: 512px;
}
@media (max-width: 991px) {
  .how__content p, .how__content h2 {
    margin: 0 auto;
  }
}
.how__content:before {
  content: "";
  right: -40px;
  top: 64px;
  height: 1px;
  width: calc(100% + 40px);
  background: #2A2A2D;
  position: absolute;
}
@media (max-width: 991px) {
  .how__content:before {
    display: none;
  }
}
.how__left {
  width: 50%;
  padding-right: 40px;
  color: #fff;
}
.how__left h2 {
  margin-bottom: 8px;
  color: #fff;
}
.how__left p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}
.how__left .btn {
  min-width: 240px;
}
@media (max-width: 568px) {
  .how__left .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .how__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.how__right {
  width: 50%;
  padding-left: 64px;
}
@media (max-width: 1199px) {
  .how__right {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .how__right {
    padding-left: 0;
    width: 100%;
  }
}
.how__item {
  padding: 64px 0;
  position: relative;
}
.how__item-content {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
.how__item-number {
  font-size: 64px;
  font-family: "Space Grotesk";
  color: #fff;
  letter-spacing: -3px;
  line-height: 1;
  font-weight: 400;
  margin-right: 24px;
  min-width: 100px;
}
.how__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.how__item h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 400;
}
.how__item p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.2;
}
.how__item:before {
  content: "";
  left: -64px;
  bottom: 0;
  height: 1px;
  width: calc(100% + 64px);
  background: #2A2A2D;
  position: absolute;
}
@media (max-width: 1199px) {
  .how__item:before {
    width: calc(100% + 40px);
    left: -40px;
  }
}
@media (max-width: 991px) {
  .how__item:before {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 991px) {
  .how__item {
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media (max-width: 568px) {
  .how__item-content {
    margin-bottom: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .how__item-number {
    text-align: left;
    min-width: initial;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.how .half-section {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #2A2A2D;
  z-index: 1;
}
@media (max-width: 991px) {
  .how .half-section {
    display: none;
  }
}
.how .half-section-square {
  width: 50%;
  height: 252px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../js/0336dc261801431ab6cc.png) repeat top right;
  z-index: 1;
}
@media (max-width: 991px) {
  .how .half-section-square {
    width: 100%;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .how .half-section-square {
    display: none;
  }
}
