.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container {
  max-width: 1200px;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: #ffffff14;
  border-radius: .5rem;
  flex: none;
  min-height: 3.5rem;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
}

.button-secondary:hover {
  opacity: .72;
}

.button-secondary:active {
  transform: scale(.98);
}

.button-secondary.small {
  border-style: none;
  border-radius: .375rem;
  min-height: 2.5rem;
  padding: .5625rem 1.25rem;
  font-size: .9375rem;
}

.nav-container {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100rem;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
}

.actions-wrapper {
  grid-column-gap: .75rem;
  display: flex;
}

.nav-menu-button {
  padding: 0;
}

.nav {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(.375rem);
  backdrop-filter: blur(.375rem);
  -webkit-text-fill-color: inherit;
  background-color: #101211;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.logo-wrapper {
  grid-column-gap: 3rem;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #dbdbdb;
  border-radius: .5rem;
  align-items: center;
  min-height: 2.5rem;
  margin-left: .125rem;
  margin-right: .125rem;
  padding: 0 .875rem;
  font-size: .9375rem;
  transition: transform .25s, background-color .25s, opacity .25s;
  display: flex;
}

.nav-link:hover {
  opacity: .84;
  background-color: #171918;
}

.nav-link.w--current {
  z-index: 1;
  color: #fff;
  background-color: #202221;
}

.nav-link.w--current:hover {
  opacity: 1;
}

.nav-menu {
  margin-right: -.25rem;
  display: flex;
}

.logo {
  margin-bottom: .25rem;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.logo:hover {
  opacity: .72;
}

.button {
  color: #101211;
  text-align: center;
  background-color: #ffc44d;
  border-radius: .5rem;
  flex: none;
  min-height: 3.5rem;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
}

.button:hover {
  opacity: .88;
}

.button:active {
  transform: scale(.98);
}

.button.small {
  border-radius: .5rem;
  min-height: 2.5rem;
  padding: .5625rem 1rem;
  font-size: .9375rem;
}

.section {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 8rem 5rem;
  overflow: hidden;
}

.features-list {
  grid-column-gap: 3rem;
  grid-row-gap: 12.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefit-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.text-color-accent {
  color: #ffc44d;
}

.image-wrapper {
  border-radius: .75rem;
  width: 100%;
  overflow: hidden;
}

.spacer-16 {
  background-color: #0000;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
}

.feature-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-content {
  max-width: 34rem;
}

.grid-3-column {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  width: 800px;
  display: grid;
}

.icon-medium {
  color: #ffc44d;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.text-gradient-overlay {
  text-align: right;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff 72%, #ffda8f);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}

.feature-item {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.spacer-8 {
  background-color: #0000;
  flex: none;
  width: .5rem;
  height: .5rem;
}

.container-large {
  z-index: 0;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  letter-spacing: -.02em;
  font-weight: 400;
}

.heading.small {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading.regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading.large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.spacer-24 {
  text-transform: uppercase;
  background-color: #0000;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  font-family: Figtree, sans-serif;
  display: block;
}

.spacer-25 {
  background-color: #0000;
  flex: none;
  width: .5rem;
  height: .5rem;
}

.spacer-26 {
  text-transform: uppercase;
  background-color: #0000;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.grid {
  grid-template-columns: 1fr;
  grid-template-areas: ". ."
                       ". Area";
}

.columns {
  object-fit: fill;
  margin-top: 122px;
  padding-left: 80px;
  padding-right: 80px;
}

.text-block {
  font-family: Figtree, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 80px;
}

.text-block-2 {
  margin-top: 24px;
  font-family: Figtree, sans-serif;
  font-size: 35px;
  line-height: 50px;
}

.button-2 {
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  border: 0 #000;
  border-radius: 6px;
  width: 219px;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 10px;
  padding: 20px 10px;
  font-family: Figtree, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.bold-text {
  font-family: Figtree, sans-serif;
  font-size: 22px;
}

.section-2 {
  background-color: #f025e2;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-3 {
  background-color: #8e25e9;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-4 {
  background-color: #000;
  margin-top: 123px;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-1 {
  background-color: #ff0004;
  margin-top: 78px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-5 {
  background-color: #e2199f;
}

.section-6 {
  background-color: #8e25e9;
  padding-top: 220px;
  padding-bottom: 220px;
}

.text-block-3 {
  margin-top: 24px;
  font-family: Figtree, sans-serif;
  font-size: 35px;
  line-height: 50px;
}

.button-3 {
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  border: 0 #000;
  border-radius: 6px;
  width: 219px;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 10px;
  padding: 20px 10px;
  font-family: Figtree, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.section-7 {
  background-color: #cc1212;
  margin-top: 6px;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-8 {
  color: #3330;
  background-color: #fff;
}

.div-1 {
  background-color: #f31515;
}

.columns-2 {
  background-color: #d42222;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.sec-1 {
  background-color: #070c0f;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  box-shadow: inset 0 2px 17px -7px #00000040;
}

.columns-3 {
  color: #fff;
  background-color: #070c0f;
  margin-top: 57px;
  margin-left: 0;
  margin-right: auto;
  padding: 60px 0 0;
}

.text-block-4 {
  color: #fff;
  margin-top: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 80px;
}

.column {
  background-color: #66232300;
  margin-top: 18px;
}

.text-block-5 {
  font-size: 25px;
}

.text-block-6 {
  color: #a3abbe;
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 25px;
  line-height: 50px;
}

.image {
  float: none;
  outline-offset: 0px;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0;
  outline: 3px #333;
  flex-flow: row;
  justify-content: center;
  max-width: 40%;
  margin-left: 41px;
  margin-right: 10px;
  display: inline;
  position: static;
}

.column-2 {
  justify-content: center;
  display: flex;
}

.button-4 {
  text-align: center;
  cursor: pointer;
  background-color: #45b6aa;
  border-radius: 5px;
  /* width: 230px; */
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: inline-block;
}

.bold-text-2 {
  text-align: center;
  font-size: 20px;
}

.header {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-7 {
  color: #fff;
  text-align: right;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 18px;
  margin-right: -164px;
  padding-right: 1px;
  font-size: 18px;
  position: relative;
  top: 0;
}

.columns-4 {
  background-color: #070c0f;
  padding: 10px 0 0;
}

.column-3 {
  text-align: center;
  margin-top: 15px;
}

.column-4 {
  margin-top: 18px;
}

.sec-2 {
  background-color: #131c22;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-8 {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.container-2 {
  margin-left: 25px;
  margin-right: 25px;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

.columns-5 {
  margin-top: 48px;
  margin-right: 150px;
  padding-top: 41px;
  padding-left: 150px;
}

.columns-6 {
  margin-top: 84px;
  margin-left: 140px;
  margin-right: 140px;
  padding-left: 0;
}

.text-block-10 {
  font-size: 25px;
  line-height: 30px;
}

.text-block-11 {
  color: #a3abbe;
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
  font-size: 25px;
  line-height: 30px;
}

.text-block-12 {
  color: #a3abbe;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 25px;
  line-height: 30px;
}

.text-block-13 {
  color: #a3abbe;
  margin-top: 20px;
  padding-left: 20px;
  font-size: 25px;
  line-height: 30px;
}

.sec-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #070c0f;
  border: 0 solid #45b6aa;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  margin-top: 12px;
  font-size: 30px;
  line-height: 50px;
}

.columns-7 {
  margin-top: 63px;
  margin-left: 200px;
  margin-right: 200px;
  padding-left: 0;
}

.image-2 {
  text-align: center;
  max-width: 30%;
}

.container-3 {
  text-align: center;
  background-color: #070c0f;
  border: 1px solid #45b6aa;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.text-block-16, .text-block-17, .text-block-18 {
  font-size: 24px;
}

.text-block-19 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
  font-size: 24px;
  line-height: 40px;
}

.text-block-20 {
  color: #8a1b1b;
}

.text-block-21 {
  color: #a3abbe;
  text-align: center;
  margin-top: 5px;
  font-size: 20px;
  line-height: 25px;
}

.container-4 {
  text-align: center;
  background-color: #45b6aa;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.image-3 {
  max-width: 30%;
}

.container-5 {
  text-align: center;
  border: 1px solid #45b6aa;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.image-4 {
  max-width: 30%;
  font-size: 30px;
}

.text-block-22 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 40px;
}

.text-block-23 {
  margin-top: 5px;
  font-size: 20px;
  line-height: 25px;
}

.container-6 {
  text-align: center;
  background-color: #45b6aa;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.columns-8 {
  color: #fff;
  margin-top: 42px;
  margin-left: 200px;
  margin-right: 200px;
  padding-left: 0;
}

.text-block-24 {
  font-size: 24px;
  line-height: 25px;
}

.text-block-25 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 40px;
}

.text-block-26 {
  font-size: 20px;
}

.text-block-27, .text-block-28 {
  font-size: 20px;
  line-height: 25px;
}

.text-block-29 {
  font-size: 24px;
  line-height: 25px;
}

.text-block-30, .text-block-31, .text-block-32 {
  font-size: 24px;
}

.text-block-33 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  line-height: 40px;
}

.text-block-34 {
  color: #a3abbe;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.image-5 {
  max-width: 30%;
}

.container-7 {
  text-align: center;
  background-color: #45b6aa00;
  border: 1px solid #45b6aa;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.sec-4 {
  background-color: #131c22;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-35 {
  color: #fff;
  text-align: center;
  padding-bottom: 34px;
  font-size: 53px;
  line-height: 70px;
}

.columns-9 {
  min-width: 0;
  margin-top: 78px;
  margin-left: 200px;
  margin-right: 200px;
  padding-left: 0;
}

.image-6 {
  max-width: 15%;
}

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

.text-block-36 {
  font-size: 24px;
}

.text-block-37 {
  font-size: 29px;
  line-height: 55px;
}

.bold-text-3 {
  text-align: left;
  font-size: 25px;
  line-height: 41px;
}

.text-block-38 {
  color: #a3abbe;
  text-align: left;
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
}

.container-8 {
  text-align: left;
  background-color: #131c22;
  border-radius: 20px;
  padding: 40px 60px;
  box-shadow: 0 2px 20px 10px #45b6aa26;
}

.text-block-39 {
  color: #45b6aa;
  text-align: left;
  margin-top: 20px;
}

.image-7, .image-8, .image-9 {
  max-width: 15%;
}

.text-block-40 {
  color: #a3abbe;
  text-align: center;
  margin-top: 54px;
  font-size: 29px;
  line-height: 47px;
}

.container-9 {
  text-align: center;
  margin-top: 37px;
}

.button-5 {
  background-color: #45b6aa;
  border-radius: 5px;
  width: 280px;
  margin-top: 33px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.sec-5 {
  background-color: #070c0f;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-41 {
  color: #45b6aa;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.container-10 {
  max-width: 1300px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-42 {
  text-align: center;
  margin-top: 39px;
}

.bold-text-4 {
  color: #fff;
  font-size: 58px;
  line-height: 68px;
}

.columns-10 {
  margin-top: 48px;
  padding-left: 200px;
  padding-right: 200px;
}

.columns-11 {
  margin-top: 60px;
  padding-left: 200px;
  padding-right: 200px;
}

.bold-text-5 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 34px;
}

.text-block-43 {
  text-align: center;
  margin-top: 16px;
}

.image-10 {
  max-width: 90%;
}

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

.image-11 {
  max-width: 90%;
}

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

.image-12 {
  text-align: center;
  max-width: 90%;
}

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

.image-13 {
  max-width: 90%;
}

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

.container-11 {
  margin-top: 99px;
}

.text-block-44 {
  font-size: 23px;
}

.text-block-45 {
  color: #a3abbe;
  text-align: center;
  margin-top: 94px;
  font-size: 22px;
  line-height: 34px;
}

.columns-12 {
  background-color: #884c4c00;
  margin-top: 51px;
  padding: 20px 200px;
}

.columns-13 {
  background-color: #131c22;
  border-radius: 30px;
  margin-top: 0;
  margin-left: 400px;
  margin-right: 400px;
  padding: 60px 20px;
  position: relative;
  top: 0;
}

.text-block-46 {
  font-size: 34px;
  line-height: 40px;
}

.bold-text-6 {
  font-size: 30px;
  line-height: 40px;
}

.text-block-47 {
  color: #a3abbe;
  margin-top: 25px;
  margin-left: 22px;
  font-size: 20px;
  line-height: 29px;
}

.image-14 {
  max-width: 100%;
}

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

.sec-6 {
  background-color: #070c0f;
  margin-top: -214px;
  padding-top: 220px;
  padding-bottom: 140px;
  position: static;
}

.container-12 {
  text-align: center;
  max-width: 1300px;
  margin-top: 66px;
}

.bold-text-7 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

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

.text-block-49 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}

.text-block-50 {
  color: #a3abbe;
  text-align: center;
  margin-top: 18px;
  font-size: 24px;
  line-height: 37px;
}

.image-15 {
  max-width: 80%;
  margin-top: 26px;
}

.text-block-51 {
  color: #a3abbe;
  margin-top: 52px;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 34px;
}

.sec-7 {
  background-color: #131c22;
  padding-top: 140px;
  padding-bottom: 140px;
}

.bold-text-8 {
  color: #fff;
  text-align: center;
  font-size: 65px;
  line-height: 62px;
}

.text-block-52 {
  color: #000;
  text-align: center;
  padding-bottom: 52px;
}

.columns-14 {
  margin-top: 51px;
  margin-left: 200px;
  margin-right: 200px;
  padding-left: 0;
}

.image-16 {
  max-width: 60%;
}

.text-block-53 {
  margin-top: 35px;
}

.bold-text-9 {
  color: #fff;
  font-size: 60px;
  line-height: 55px;
}

.container-13 {
  border: 1px solid #45b6aa;
  border-radius: 20px;
  margin-top: 5px;
  padding: 40px 20px 40px 30px;
}

.text-block-54 {
  color: #a3abbe;
  margin-top: 20px;
  margin-bottom: 20px;
}

.italic-text {
  font-size: 25px;
}

.button-6 {
  text-align: center;
  background-color: #45b6aa;
  border-radius: 5px;
  /* width: 180px; */
  /* margin-top: 20px; */
  padding-left: 0;
  padding-right: 0;
}

.bold-text-10 {
  font-size: 18px;
}

.image-17 {
  max-width: 60%;
  margin-top: -13px;
}

.image-18, .image-19 {
  max-width: 60%;
}

.button-7 {
  text-align: center;
  background-color: #45b6aa;
  border-radius: 5px;
  /* width: 180px; */
  /* margin-top: 20px; */
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
  transform: scale(1);
}

.button-8, .button-9 {
  text-align: center;
  background-color: #45b6aa;
  border-radius: 5px;
  /* width: 180px; */
  /* margin-top: 20px; */
  padding-left: 0;
  padding-right: 0;
}

.sec-8 {
  background-color: #070c0f;
  padding-top: 140px;
  padding-bottom: 114px;
}

.bold-text-11 {
  color: #fff;
  text-align: center;
  font-size: 63px;
  line-height: 56px;
}

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

.text-block-56 {
  color: #fff;
  text-align: center;
  margin-top: 12px;
  font-size: 31px;
  line-height: 49px;
}

.columns-15 {
  margin-top: 60px;
  margin-left: 200px;
  margin-right: 200px;
}

.text-block-57 {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text-12 {
  font-size: 25px;
  line-height: 30px;
}

.container-14 {
  text-align: center;
  background-color: #45b6aa;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.image-20 {
  text-align: center;
  max-width: 30%;
}

.image-21 {
  max-width: 30%;
}

.container-15 {
  text-align: center;
  border: 1px solid #45b6aa;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.bold-text-13 {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}

.text-block-58 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-16 {
  text-align: center;
  background-color: #45b6aa;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.image-22 {
  text-align: center;
  max-width: 30%;
}

.bold-text-14 {
  font-size: 25px;
  line-height: 25px;
}

.text-block-59 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-17 {
  text-align: center;
  margin-top: 45px;
}

.sec-9 {
  background-color: #131c22;
  padding: 67px 220px 82px;
}

.columns-16 {
  margin-left: 0;
  margin-right: 0;
}

.text-block-60 {
  margin-top: 63px;
  font-size: 37px;
  line-height: 42px;
}

.list-item {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-size: 22px;
  line-height: 50px;
  list-style-type: none;
  display: block;
}

.list-item-2, .list-item-3 {
  color: #fff;
  font-size: 22px;
  line-height: 50px;
}

.list {
  white-space: normal;
  word-break: normal;
  margin-top: 12px;
  padding-top: 0;
  font-size: 20px;
  list-style-type: disc;
  display: block;
}

.image-23 {
  max-width: 100%;
  margin-left: 222px;
  margin-right: 7px;
}

.sec-10 {
  text-align: center;
  background-color: #070c0f;
  padding-top: 140px;
  padding-bottom: 140px;
  font-size: 16px;
}

.columns-17 {
  margin-left: 200px;
  margin-right: 200px;
}

.bold-text-15 {
  color: #fff;
  font-size: 25px;
}

.text-block-61 {
  color: #a3abbe;
  text-align: left;
  margin-top: 21px;
  font-size: 20px;
  line-height: 25px;
}

.container-18 {
  margin-top: 61px;
}

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

.text-block-63 {
  color: #a1a1a1;
  text-align: center;
  font-size: 23px;
  line-height: 28px;
}

.text-block-64 {
  color: #515151;
  margin-top: 30px;
}

.text-block-65, .text-block-66, .text-block-67 {
  text-align: left;
}

.text-block-68 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 40px;
}

.text-block-69, .text-block-70, .text-block-71 {
  font-size: 20px;
}

.text-block-72 {
  color: #a3abbe;
  font-size: 20px;
  line-height: 25px;
}

.bold-text-16 {
  color: #fff;
}

.text-block-73 {
  color: #fff;
  /* margin-top: 45px; */
  margin-left: 22px;
  font-size: 30px;
}

.bold-text-17 {
  color: #fff;
}

.image-24 {
  max-width: 140%;
  margin-top: -142px;
  position: static;
}

.bold-text-18 {
  color: #45b6aa;
}

.text-block-74 {
  text-align: center;
  font-size: 28px;
}

.bold-text-19 {
  color: #45b6aa;
}

.text-block-75 {
  text-align: center;
  font-size: 28px;
}

.text-block-76 {
  color: #45b6aa;
  text-align: center;
  margin-top: 0;
  font-size: 28px;
}

.image-25 {
  text-align: center;
  max-width: 60%;
  margin-top: 34px;
  padding-bottom: 37px;
}

.text-block-77 {
  text-align: center;
  margin-top: 50px;
}

.container-19 {
  text-align: center;
  max-width: 1300px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-78 {
  text-align: center;
  margin-top: 36px;
}

.text-block-79 {
  color: #a3abbe;
  text-align: center;
  margin-top: 41px;
  font-size: 20px;
  line-height: 31px;
}

.column-11 {
  padding-left: 199px;
}

.text-span {
  color: #45b6aa;
}

.image-26 {
  max-width: 80%;
}

.column-12 {
  margin-top: 9px;
}

.text-block-80 {
  color: #fff;
  margin-top: 17px;
  margin-left: 0;
  font-size: 20px;
}

.columns-18 {
  margin-top: 25px;
}

.image-27 {
  text-align: left;
  max-width: 18%;
}

.column-13 {
  text-align: left;
  margin-top: 9px;
}

.column-14 {
  text-align: left;
}

.text-block-81 {
  margin-top: 53px;
  padding-bottom: 14px;
  font-size: 30px;
  line-height: 30px;
}

.bold-text-20 {
  color: #fff;
  font-size: 40px;
}

.columns-19 {
  margin-left: auto;
  margin-right: 0;
}

.image-28 {
  text-align: left;
  max-width: 60%;
}

.column-15 {
  text-align: center;
  padding-left: 0;
}

.column-16 {
  margin-top: 0;
}

.columns-20 {
  margin-top: 21px;
}

.columns-21 {
  margin-top: 23px;
}

.text-block-82 {
  color: #a3abbe;
  margin-top: 5px;
  margin-left: -163px;
  font-size: 22px;
}

.image-29 {
  max-width: 14%;
}

.column-17 {
  text-align: left;
}

.text-block-83 {
  color: #a3abbe;
  margin-top: 10px;
  margin-left: -163px;
  font-size: 22px;
}

.image-30 {
  max-width: 14%;
}

.image-31 {
  max-width: 14%;
  margin-top: 5px;
}

.text-block-84 {
  color: #a3abbe;
  margin-top: 10px;
  margin-left: -163px;
  font-size: 22px;
}

.column-18 {
  padding-left: 0;
}

.column-19 {
  text-align: center;
  padding-left: 0;
}

.column-20 {
  margin-top: 29px;
  padding-left: 0;
}

.columns-22 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 200px;
  padding-right: 0;
}

.column-21 {
  margin-top: 5px;
}

.bold-text-21 {
  margin-left: 0;
  padding-left: 0;
}

.bold-text-25 {
  font-size: 50px;
}

.column-23 {
  margin-top: 33px;
}

.column-25 {
  margin-top: -34px;
}

.image-32 {
  max-width: 50%;
  margin-top: -104px;
}

.container-20 {
  mix-blend-mode: normal;
  background-color: #070c0f;
  border: 1px solid #45b6aa;
  border-radius: 20px;
  padding: 40px 20px 40px 30px;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
}

.text-span-3 {
  font-size: 0;
}

.columns-23 {
  padding-left: 140px;
  padding-right: 140px;
}

.container-21 {
  width: 50%;
  height: auto;
  min-height: 30px;
  max-height: 100%;
}

.container-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 5000px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.container-23 {
  width: 1200px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container-24, .container-25, .container-26 {
  max-width: 1300px;
}

.column-26 {
  text-align: right;
  padding-left: 0;
  position: static;
}

.column-27 {
  text-align: left;
}

.container-27, .container-28, .container-29, .container-30 {
  max-width: 1300px;
}

.bold-text-28 {
  font-size: 40px;
}

.container-31 {
  text-align: center;
  background-color: #45b6aa;
  border-radius: 15px;
  padding-top: 123px;
  padding-bottom: 174px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-85 {
  background-color: #070c0f;
  border-radius: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 8px;
  padding-left: 37px;
  padding-right: 37px;
  line-height: 60px;
}

.columns-24, .columns-25 {
  margin-top: 20px;
}

.link, .link-2, .link-3, .link-4, .link-5 {
  color: #a3abbe;
  text-decoration: none;
}

.link-6, .link-7 {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .menu-icon-line-top {
    background-color: #fff;
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-bottom: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-secondary {
    position: relative;
  }

  .menu-icon-line-bottom {
    background-color: #fff;
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-top: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .actions-wrapper {
    align-items: center;
  }

  .nav-menu-button {
    flex-direction: row;
    justify-content: center;
    margin-left: 1rem;
    margin-right: -.5rem;
    padding: 0;
    display: flex;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    margin: .25rem 0;
  }

  .nav-menu {
    background-color: #101211;
    border-bottom: .0625rem solid #2e3130;
    align-items: flex-start;
    width: 100vw;
    min-width: 100vw;
    margin-right: 0;
    padding: 1rem 3.125rem 2rem;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .button {
    position: relative;
  }

  .section {
    padding: 6rem 4rem;
  }

  .grid-3-column {
    grid-column-gap: 3rem;
  }

  .feature-item {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .container-large {
    overflow: hidden;
  }

  .sec-1 {
    padding-bottom: 60px;
  }

  .columns-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    margin-top: 42px;
    font-size: 40px;
    line-height: 60px;
  }

  .column {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .text-block-6 {
    padding-bottom: 23px;
    font-size: 20px;
  }

  .text-block-7 {
    text-align: center;
    margin-right: 0;
    font-size: 12px;
  }

  .columns-4 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .sec-2 {
    text-align: center;
    margin-top: 0;
    padding-top: 73px;
    padding-bottom: 65px;
  }

  .columns-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .sec-3 {
    padding-top: 96px;
    padding-bottom: 82px;
  }

  .text-block-15 {
    font-size: 26px;
  }

  .columns-7, .columns-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .sec-4 {
    padding-top: 67px;
    padding-bottom: 100px;
  }

  .columns-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-9 {
    max-width: 720px;
  }

  .sec-5 {
    padding-top: 79px;
  }

  .container-10 {
    max-width: 720px;
  }

  .bold-text-4 {
    font-size: 40px;
  }

  .columns-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-13 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 28px;
  }

  .sec-6 {
    padding-bottom: 89px;
  }

  .container-12 {
    max-width: 720px;
  }

  .bold-text-7 {
    font-size: 40px;
  }

  .text-block-48 {
    margin-top: -73px;
  }

  .sec-7 {
    padding-top: 80px;
    padding-bottom: 93px;
  }

  .bold-text-8 {
    font-size: 40px;
  }

  .text-block-52 {
    padding-bottom: 20px;
  }

  .columns-14 {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-9 {
    font-size: 30px;
  }

  .button-6 {
    width: 118px;
  }

  .bold-text-10 {
    font-size: 12px;
  }

  .button-7, .button-8, .button-9 {
    width: 118px;
  }

  .sec-8 {
    padding-top: 88px;
  }

  .bold-text-11 {
    font-size: 40px;
  }

  .text-block-56 {
    font-size: 26px;
  }

  .columns-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-15, .container-16 {
    margin-top: 20px;
  }

  .container-17 {
    width: 300px;
  }

  .sec-9 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .sec-10 {
    padding-top: 77px;
    padding-bottom: 97px;
  }

  .columns-17 {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-15, .text-block-61 {
    text-align: center;
  }

  .container-18 {
    width: 300px;
  }

  .text-block-63 {
    font-size: 16px;
  }

  .text-block-64 {
    font-size: 14px;
  }

  .text-block-65 {
    text-align: center;
    margin-top: 34px;
  }

  .text-block-66 {
    text-align: center;
    margin-top: 37px;
  }

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

  .text-block-73 {
    margin-top: 33px;
    margin-left: 0;
    font-size: 26px;
  }

  .image-24 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bold-text-18 {
    font-size: 32px;
  }

  .bold-text-19 {
    font-size: 24px;
  }

  .text-block-76 {
    margin-top: 20px;
  }

  .image-25 {
    margin-top: 0;
  }

  .container-19 {
    width: 300px;
  }

  .text-block-79 {
    font-size: 18px;
  }

  .image-26 {
    margin-top: 37px;
  }

  .bold-text-20 {
    line-height: 50px;
  }

  .text-block-82 {
    margin-top: 20px;
    margin-left: 0;
  }

  .image-29, .column-17 {
    text-align: center;
  }

  .text-block-83, .text-block-84 {
    margin-top: 20px;
    margin-left: 0;
  }

  .columns-22 {
    margin-left: 0;
  }

  .bold-text-21 {
    font-size: 32px;
    line-height: 0;
  }

  .bold-text-22 {
    font-size: 32px;
  }

  .bold-text-23, .bold-text-24 {
    font-size: 35px;
  }

  .bold-text-25 {
    font-size: 30px;
  }

  .column-22 {
    margin-top: 20px;
  }

  .column-23 {
    text-align: left;
  }

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

  .container-20 {
    margin-top: 66px;
  }

  .columns-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-26 {
    font-size: 24px;
  }

  .container-22 {
    width: 300px;
  }

  .container-23 {
    width: 300px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .container-24 {
    width: 300px;
    max-width: 300px;
  }

  .container-25 {
    width: 300px;
  }

  .column-26, .column-27 {
    text-align: center;
  }

  .container-27, .container-28, .container-29, .container-30 {
    width: 300px;
  }

  .column-28, .column-29, .column-30 {
    text-align: center;
  }

  .bold-text-27 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .logo-wrapper {
    display: flex;
  }

  .nav-link.w--current {
    background-position: 0%;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(.375rem);
    backdrop-filter: blur(.375rem);
    background-color: #101211;
    border-right: .0625rem solid #202221;
    margin-right: 0;
  }

  .features-list {
    grid-row-gap: 9rem;
  }

  .spacer-16 {
    height: 2.5rem;
  }

  .grid-3-column {
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .feature-item {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .spacer-8 {
    height: 2.5rem;
  }

  .container-large {
    width: 100%;
  }

  .heading.large {
    font-size: 2.5rem;
  }

  .spacer-24, .spacer-25, .spacer-26 {
    height: 2.5rem;
  }

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

  .text-block-9 {
    width: auto;
  }

  .container-13 {
    text-align: center;
    width: auto;
    margin-top: 24px;
  }

  .container-15, .container-16 {
    margin-top: 10px;
  }

  .sec-9, .text-block-61 {
    text-align: center;
  }

  .text-block-63 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-65, .text-block-66, .text-block-67 {
    text-align: center;
  }

  .image-24 {
    margin-top: 64px;
  }

  .image-26 {
    max-width: 40%;
    margin-top: 36px;
  }

  .text-block-82, .text-block-83, .columns-22 {
    text-align: center;
  }

  .container-20 {
    text-align: center;
    margin-top: 81px;
  }

  .container-22 {
    text-align: center;
    width: 550px;
  }

  .container-23, .container-24 {
    width: 550px;
  }

  .column-26 {
    text-align: center;
    margin-top: 20px;
  }

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

  .container-27 {
    width: 550px;
  }
}

@media screen and (max-width: 479px) {
  .button-secondary {
    font-size: 1rem;
  }

  .button-secondary.small.hide-mobile-portrait {
    display: none;
  }

  .nav-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-menu {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .button {
    font-size: 1rem;
  }

  .button.small.hide-mobile-portrait {
    display: none;
  }

  .section {
    padding: 3.5rem 2.5rem;
  }

  .features-list {
    grid-row-gap: 6rem;
  }

  .benefit-item, .image-wrapper {
    border-radius: 1rem;
  }

  .grid-3-column {
    grid-row-gap: 2.5rem;
  }

  .feature-item {
    grid-template-columns: 1fr;
  }

  .heading.small {
    font-size: 1.25rem;
  }

  .heading.regular {
    font-size: 1.375rem;
  }

  .heading.large {
    font-size: 2.125rem;
  }

  .paragraph {
    font-size: .875rem;
  }

  .sec-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    text-align: center;
    margin-top: 36px;
    line-height: 35px;
  }

  .column {
    text-align: center;
    margin-top: -51px;
    margin-bottom: 14px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 21px;
    font-size: 18px;
    line-height: 30px;
  }

  .button-4 {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .text-block-7 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 27px;
    font-size: 16px;
  }

  .columns-4 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4 {
    text-align: center;
    padding-left: 0;
  }

  .sec-2 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .sec-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-4, .container-5, .container-6 {
    margin-top: 20px;
  }

  .columns-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-7 {
    margin-top: 20px;
  }

  .sec-4 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .columns-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-5 {
    margin-top: -32px;
  }

  .container-8 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-40 {
    font-size: 20px;
  }

  .container-9 {
    width: 300px;
  }

  .sec-5 {
    padding-top: 62px;
  }

  .container-10 {
    width: 300px;
  }

  .text-block-42 {
    margin-top: 19px;
  }

  .bold-text-4 {
    font-size: 26px;
    line-height: 40px;
  }

  .columns-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-11, .image-12, .image-13 {
    margin-top: 20px;
  }

  .text-block-45 {
    font-size: 18px;
  }

  .columns-13 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-47 {
    margin-left: 0;
  }

  .sec-6 {
    padding-bottom: 73px;
  }

  .container-12 {
    width: 300px;
  }

  .bold-text-7 {
    font-size: 25px;
  }

  .text-block-50, .text-block-51 {
    font-size: 18px;
  }

  .sec-7 {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .bold-text-8 {
    font-size: 35px;
  }

  .text-block-52 {
    padding-bottom: 0;
  }

  .columns-14 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-13 {
    text-align: center;
    margin-top: 10px;
  }

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

  .sec-8 {
    padding-top: 67px;
    padding-bottom: 70px;
  }

  .bold-text-11 {
    font-size: 40px;
  }

  .text-block-56 {
    font-size: 28px;
  }

  .columns-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-15, .container-16 {
    margin-top: 20px;
  }

  .container-17 {
    width: 300px;
  }

  .sec-9 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .sec-10 {
    padding-top: 77px;
    padding-bottom: 97px;
  }

  .columns-17 {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-15, .text-block-61 {
    text-align: center;
  }

  .container-18 {
    width: 300px;
  }

  .text-block-63 {
    font-size: 16px;
  }

  .text-block-64 {
    font-size: 14px;
  }

  .text-block-65 {
    text-align: center;
    margin-top: 34px;
  }

  .text-block-66 {
    text-align: center;
    margin-top: 37px;
  }

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

  .text-block-73 {
    margin-top: 33px;
    margin-left: 0;
    font-size: 26px;
  }

  .image-24 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bold-text-18 {
    font-size: 32px;
  }

  .bold-text-19 {
    font-size: 24px;
  }

  .text-block-76 {
    margin-top: 20px;
  }

  .image-25 {
    margin-top: 0;
  }

  .container-19 {
    width: 300px;
  }

  .text-block-79 {
    font-size: 18px;
  }

  .image-26 {
    margin-top: 37px;
  }

  .bold-text-20 {
    line-height: 50px;
  }

  .text-block-82 {
    margin-top: 20px;
    margin-left: 0;
  }

  .image-29, .column-17 {
    text-align: center;
  }

  .text-block-83, .text-block-84 {
    margin-top: 20px;
    margin-left: 0;
  }

  .columns-22 {
    margin-left: 0;
  }

  .bold-text-21 {
    font-size: 32px;
    line-height: 0;
  }

  .bold-text-22 {
    font-size: 32px;
  }

  .bold-text-23, .bold-text-24 {
    font-size: 35px;
  }

  .bold-text-25 {
    font-size: 30px;
  }

  .column-22 {
    margin-top: 20px;
  }

  .column-23 {
    text-align: left;
  }

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

  .container-20 {
    margin-top: 66px;
  }

  .columns-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-26 {
    font-size: 24px;
  }

  .container-22 {
    width: 300px;
  }

  .container-23 {
    width: 300px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .container-24 {
    width: 300px;
    max-width: 300px;
  }

  .container-25 {
    width: 300px;
  }

  .column-26, .column-27 {
    text-align: center;
  }

  .container-27, .container-28, .container-29, .container-30 {
    width: 300px;
  }

  .column-28, .column-29, .column-30 {
    text-align: center;
  }

  .bold-text-27 {
    font-size: 18px;
  }
}


.button-wrapper {
}

.trail-container {
  position: relative;
  width: fit-content;
  overflow: hidden;
  padding: 3px;
  border-radius: 12px;
}

.animate-trail {
  position: absolute;
  inset: 0;
  height: 200%;
  offset-path: border-box;
  offset-anchor: 100% 50%;
  background: radial-gradient(
    100% 100% at right,
    rgba(111, 144, 236, 0) 0%,
    rgba(111, 144, 236, 255) 2%,
    rgba(111, 144, 236, 0) 30%,
    transparent
  );

  animation: move 4s linear infinite;
}

.w-button{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  border-radius: 10px;
  /* background: linear-gradient(to top, rgba(55, 55, 55, 0.0) 20%, rgba(55, 55, 55, 0.2) 80%); */
  border: 2px solid #255564;
  color: #e0e7ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s;
  /* box-shadow: 0 1px 2px hsla(244,66%,43%,0.5),0 0 0 1px hsl(244,66%,43%); */
} 

.w-button:hover {
  background: linear-gradient(to top, rgba(55, 55, 55, 0.6) 20%, rgba(55, 55, 55, 0.85) 80%);
  border: 2px solid #1c75c7;
}
 @keyframes move {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}

/* Dark mode specific styles */
@media (prefers-color-scheme: dark) {
  .w-button::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 7px;
    /* box-shadow: inset 0 0.5px 0 0px rgba(255,255,255,0.3); */
  }
} 

.quality-section {
  padding: 40px 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.quality-wrapper {
  display: flex;
  gap: 50px;
  
  /* align-items: center; */
}

.badge-column {
  flex-shrink: 0;
}

.badge-image {
  width: 150px;
  min-width: 100px;
  height: auto;
}

.content-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
}

.quality-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.quality-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.quality-text {
  font-size: 18px;
  color: #a3abbe;
}

@media (max-width: 768px) {
  .quality-wrapper {
    flex-direction: column;
    align-items: center;
  }
  
  .badge-column {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .content-column {
    width: 100%;
    max-width: 300px; /* Or whatever width works best for your design */
    margin: 0 auto; /* This centers the container */
    margin-top:-100px;
    padding-top: 0;
  }
  
  
  .quality-item {
    justify-content: flex-start; /* Keeps text left-aligned within the centered container */
    gap: 15px;
  }
}

.qna-section {
  background-color: #070c0f;
  padding: 80px 0;
}

.accordion {
  max-width: 800px;
  margin: 40px auto 0;
}

.accordion-item {
  border: 1px solid #45b6aa;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #131c22;
  overflow: hidden;
}

.accordion-header {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
  color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  text-align: left;
}

.accordion-icon {
  width: 24px;
  height: 24px;
  stroke: #45b6aa;
  stroke-width: 2;
  fill: none;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 20px;
}

.accordion-item.active .accordion-content {
  max-height: 200px;
  padding-bottom: 20px;
}

.accordion-content p {
  color: #a3abbe;
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .accordion {
    margin: 30px 20px 0;
  }
  
  .accordion-header {
    font-size: 16px;
    padding: 15px;
  }
}
