:root {
  --black: #0a100d;
  --white-smoke: #edf2f4;
  --midnight-blue: #2b2d42;
}

body {
  background-color: var(--black);
  color: #edf2f4;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.hero-section {
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-top-wrapper {
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
}

.large-heading {
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskit, Verdana, sans-serif;
  font-size: 6vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.15;
}

.large-heading.offset-right {
  letter-spacing: .06em;
  font-family: Bebasneue, Verdana, sans-serif;
  font-size: 7vw;
  font-style: normal;
  font-weight: 400;
}

.large-heading.smaller {
  margin-top: 4rem;
  margin-bottom: 8rem;
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  font-size: 3vw;
}

.large-heading._1 {
  font-family: Bebasneue, Verdana, sans-serif;
  font-size: 7vw;
  font-style: normal;
  font-weight: 400;
}

.large-heading._2 {
  z-index: 2;
  color: #7ed958;
  text-align: center;
  -webkit-text-stroke-color: #599e59;
  font-family: Tokyomerged, Impact, sans-serif;
  font-size: 7vw;
  font-style: italic;
  font-weight: 400;
  position: static;
}

.large-heading._3 {
  font-family: Bebasneue, Verdana, sans-serif;
  font-size: 7vw;
  font-weight: 400;
}

.sketchable {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  padding-top: 0%;
  font-family: Baskit, Verdana, sans-serif;
  font-style: italic;
  position: fixed;
  inset: 0%;
}

.section-bottom-wrapper {
  z-index: 5;
  border-top: .0625rem solid #edf2f466;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.hero-link {
  color: var(--white-smoke);
  letter-spacing: 1px;
  font-family: tokyo, Impact, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
}

.hero-link:hover {
  text-decoration: line-through;
}

.hero-link.w--current {
  letter-spacing: 1px;
  font-family: tokyo, Impact, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.hero-link.footer-link {
  font-family: Baskit, Verdana, sans-serif;
  font-size: 1rem;
}

.section {
  z-index: 5;
  width: auto;
  min-height: auto;
  margin-top: 3%;
  margin-bottom: auto;
  position: relative;
}

.section-heading-wrapper {
  border-top: 1px solid #edf2f466;
  border-bottom: .0625rem solid #edf2f466;
  justify-content: center;
  align-items: center;
  padding: 1% 2%;
  display: flex;
}

.work-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.work-item-wrapper {
  color: var(--white-smoke);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 31.25rem;
}

.work-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13rem;
  font-weight: 400;
}

.info-wrapper {
  padding-left: 2%;
  padding-right: 2%;
}

.overflow-none {
  text-align: center;
  padding-top: 10%;
  font-family: Baskit, Verdana, sans-serif;
  overflow: hidden;
}

.overflow-none.full {
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.image-cover {
  z-index: 1;
  background-color: var(--black);
  mix-blend-mode: color-burn;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.card-hover {
  z-index: 6;
  color: #fff;
  background-color: #00000080;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Bebasneue, Verdana, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.track {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.works-title {
  z-index: 90;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 18vh;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.works-title.med-size {
  font-size: 13vh;
}

.divider {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 5vh;
  display: flex;
  overflow: hidden;
}

.divider.works {
  background-color: #fff;
  width: 2.8125rem;
  height: .25rem;
  min-height: auto;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}

.infinite-marquee {
  display: none;
}

.muted {
  opacity: .8;
}

.muted.pointer {
  cursor: pointer;
}

.cursor-wrap {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrap.mbm-ex {
  z-index: 10;
  opacity: 0;
  transition: opacity .2s;
}

.cursor-dot {
  mix-blend-mode: exclusion;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}

.cursor {
  display: none;
}

.welcome-text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hover-gif {
  width: 250px;
  height: 250px;
  position: absolute;
}

.hover-gif.pointer-off {
  z-index: 1;
  inset: auto 0% 0%;
}

.image {
  z-index: 2;
  text-align: left;
  padding-top: 40px;
  position: static;
}

.subtitle {
  color: #006cff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.page-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.mask {
  object-fit: contain;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 100%;
  max-width: 1440px;
}

.mt {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

._100vh {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

._100vh.bg {
  z-index: 5;
  background-color: #f3f3f3;
  position: relative;
}

.icon {
  width: 48px;
  height: 48px;
}

._w-footer {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.box {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 2.5em;
  display: flex;
  box-shadow: 0 0 10px -2px #00000030;
}

.margin-bottom.margin-medium {
  margin-bottom: 2em;
}

.div-block-3 {
  margin-left: 2em;
  margin-right: 2em;
}

.subtitle-2 {
  color: #006cff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.card_mask {
  width: 33.33%;
  height: auto;
  overflow: visible;
}

.box-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 380px;
  padding: 3.7em;
  display: flex;
}

.box-2._3 {
  color: #f3f3f3;
  background-color: #001633;
}

.box-2._2 {
  background-color: #006cff0d;
}

.box-2._1 {
  background-color: #db5240;
}

.card {
  height: 100%;
  padding-right: 2rem;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top.margin-large {
  margin-top: 6em;
}

.text-wrapper {
  margin-top: 1em;
  margin-bottom: 3em;
}

.div_1 {
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.arrow {
  width: 2rem;
}

.arrow.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.sec {
  overflow: hidden;
}

.sec.background-color-lightgrey {
  background-color: var(--black);
  height: 100vh;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.blog68_slide-nav {
  grid-column-gap: .75em;
  filter: brightness(75%);
  height: 1.7rem;
  font-size: .75rem;
  line-height: 1.3;
  display: flex;
  inset: auto auto 0% 0%;
}

.slide68_arrow {
  background-color: #f3f3f3;
  border: 1px #006cff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.slide68_arrow.left {
  right: 4rem;
}

.button {
  color: #006cff;
  background-color: #0000;
  border: 1px solid #006cff;
  border-radius: 200px;
  margin-top: auto;
}

.button:hover {
  background-color: #c8d9f7;
  border-color: #0000;
}

.slider_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 8rem;
}

.div_1-2 {
  order: -1;
  height: 100%;
}

.custom-styles {
  display: none;
}

.cards-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80%;
  min-height: 80vh;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.heading {
  text-align: center;
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  transition: transform .96s cubic-bezier(.3, 1.17, .55, .99);
}

.heading.sub-heading {
  color: #fff;
  background-image: linear-gradient(#fff 30%, #ffffff61);
  margin-left: 12%;
  margin-right: 12%;
  padding-bottom: 20px;
  font-size: 1.9rem;
}

.heading.services-heading {
  color: #fff;
  justify-content: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 20px;
  font-family: tokyo, Impact, sans-serif;
  font-size: 3.6rem;
  display: block;
}

.investor-grid {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.investor-grid.contained {
  z-index: 2;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.card-2 {
  z-index: 999;
  cursor: pointer;
  background-color: #111;
  background-image: linear-gradient(#fff0, #ffffff0d);
  border-radius: .63rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-content {
  opacity: .85;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content-wrapper {
  z-index: 2;
  color: #c2cadd;
  text-align: center;
  max-width: 420px;
  padding: 2rem;
  line-height: 1.3;
  position: relative;
}

.card-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

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

.content-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-2.slim {
  max-width: 940px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.service-card-list {
  margin-bottom: 0;
  line-height: 1.7em;
}

.section-tag-container {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.service-cards-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.service-card-paragraph {
  margin-bottom: 15px;
}

.section-tag-line {
  background-image: linear-gradient(to right, #fff0, #fffc);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, #ff6f4c1a, #ff6f4c00);
}

.service-card {
  -webkit-text-fill-color: inherit;
  background-color: #58d97229;
  background-image: linear-gradient(144deg, #ff6f4c24, #4454fe24);
  background-clip: border-box;
  padding: 50px;
  transition: all .4s;
}

.service-card:hover {
  background-color: #4454fe1a;
}

.service-card-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.section-container {
  flex: 1;
  max-width: 1400px;
}

.section-container.service {
  padding-top: 50px;
}

.form-newsletter-wrapper {
  position: relative;
}

.text-underline {
  text-decoration: underline;
}

.text-underline.primary-color {
  color: #4a3aff;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary.newsletter {
  background-color: #7ed958;
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 14px 14px 14px auto;
}

.button-primary.newsletter:hover {
  transform: none;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-uppercase.subtitle {
  color: #4a3aff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.font-16px---22px {
  font-size: 16px;
  line-height: 20px;
}

.container-default {
  max-width: 1240px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.error-message.newsletter {
  color: #fff;
  text-align: center;
  background-color: #ff7b7d;
  border-radius: 11px;
  margin-top: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
}

.success-message {
  color: #170f49;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 18px;
  padding-top: 48px;
  padding-bottom: 48px;
  font-weight: 700;
  box-shadow: 0 6px 28px #170f490d;
}

.container-620px-center {
  max-width: 620px;
  margin: 0% auto 15%;
}

.flex {
  display: flex;
}

.flex.center {
  justify-content: center;
  align-items: center;
}

.container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-2.contact-section {
  padding-bottom: 100px;
}

.success-message-image {
  margin-bottom: 23px;
}

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

.input-relative {
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 64px;
  margin-bottom: 24px;
  padding: 32px 24px;
}

.input-relative:focus {
  color: #0d0a2c;
  border-color: #4a3aff;
}

.input-relative::placeholder {
  color: #615e83;
  font-size: 18px;
  line-height: 20px;
}

.input-relative.newsletter {
  min-height: 84px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  transition: all .35s;
  box-shadow: 0 4px 25px #0d0a2c0f;
}

.input-relative.newsletter:hover {
  border-color: #4a3aff;
  box-shadow: 0 8px 28px #170f4914;
}

.input-relative.newsletter:focus {
  border-color: #4a3aff;
  box-shadow: 0 7px 28px #170f4914;
}

.input-relative.newsletter::placeholder {
  font-size: 18px;
}

.mg-right-12px {
  margin-right: 12px;
}

.success {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  padding: 20px 3% 100px;
  display: flex;
}

.animation-2 {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.form-section-title-5 {
  color: #1b1b1b;
  letter-spacing: -.03px;
  margin-bottom: 12px;
  font-size: 34px;
  font-weight: 400;
  line-height: 32px;
}

.span-blue {
  color: #5b3acc;
}

.paragraph-11 {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 23px;
}

.link-3 {
  color: #5b3acc;
}

.payment_wrap {
  z-index: 1;
  background-color: #333;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.payment_small-text {
  color: #969696;
  text-align: center;
  font-size: .875rem;
}

.payment_heading {
  text-align: center;
  font-size: 2rem;
}

.payment_content-box {
  z-index: 4;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.payment_lottie-animation-bg {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.payment_button {
  z-index: 3;
  background-color: #4fc153;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 190px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #ffffff42;
}

.payment_button:hover {
  box-shadow: 0 0 10px #ffffff78;
}

.payment_button.w--current {
  z-index: 9999;
}

.section_payment {
  z-index: 0;
  color: #fff;
  background-color: #a1a1a1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.payment_text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 395px;
  display: flex;
}

.custom_container {
  padding-left: 20px;
  padding-right: 20px;
}

.payment_lottie-animation {
  justify-content: center;
  align-items: flex-start;
  width: 150px;
  height: 150px;
  display: flex;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-trigger-bottom {
  z-index: 5;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-trigger-top {
  z-index: 5;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-highlight-bottom {
  z-index: -1;
  transform-origin: 50% 100%;
  background-color: #2c3eff;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-item-bottom-wrapper {
  padding-left: 40.5%;
  font-size: 16px;
  overflow: hidden;
}

.accordion {
  border-bottom: 1px solid #fff;
}

.p-accordion-answer {
  max-width: 38vw;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 36px;
}

.accordion-item-2 {
  cursor: pointer;
  border-top: 1px solid #fff;
  position: relative;
  overflow: hidden;
}

.accordion-highlight-top {
  z-index: -1;
  transform-origin: 50% 0;
  background-color: #2c3eff;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: none;
  padding-left: 5vw;
  padding-right: 5vw;
}

.accordion-arrow {
  width: 28px;
  max-width: none;
}

.accordion-item-top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 36px;
  display: grid;
}

.container-2 {
  width: 95%;
  max-width: 1350px;
}

.faq-card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 30px 30px 0;
  transition: box-shadow .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 0 30px #00000005;
}

.faq-card:hover {
  box-shadow: 0 3px 30px #0000000d;
}

.no-margin {
  margin-bottom: 0;
}

.faq-answer {
  overflow: hidden;
}

.faq-image {
  object-fit: contain;
  width: 100%;
  margin-top: 100px;
  display: block;
}

.guide-heading {
  color: #adadad;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.guide-heading.grey-1-text {
  color: #6b6b6b;
}

.faq-arrow {
  width: 20px;
  height: 23px;
  margin-right: 0;
}

.faq-title {
  max-width: 350px;
  margin-bottom: 0;
}

.faq-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-3.smoke-background {
  background-color: #f5f5f5;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-4.smoke-background {
  background-color: #f5f5f5;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  color: #fff;
  font-size: 1rem;
}

.body-copy {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.faq-tile {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.faq-answer-padding {
  padding: 30px;
}

.icon-3 {
  font-size: 24px;
}

.max-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown {
  width: 100%;
  margin-bottom: 20px;
}

.faq-question-div {
  color: #614916;
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: space-between;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.faq-question-div:hover {
  color: #fff;
  background-color: #c35d38;
}

.faq-question-div:active {
  background-color: #ec794f;
}

.dropdown-list {
  min-height: 100%;
}

.dropdown-list.w--open {
  background-color: #f5f5f5;
}

.up-down-arrow {
  font-size: 20px;
  font-weight: 400;
}

.faq-section {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

._2nd-level-body-padding {
  padding-left: 100px;
  padding-right: 100px;
}

.faq-answer-div {
  background-color: #f5f5f5;
  overflow: hidden;
}

.email-input-combo {
  align-items: flex-start;
  display: flex;
}

.text-field-2020 {
  border: 2px solid #000;
  height: 56px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.text-field-2020:focus {
  border-color: #0080ff;
}

.text-field-2020::placeholder {
  color: #afafaf;
}

.form-block {
  padding-top: 24px;
  padding-bottom: 24px;
}

.content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.section-5 {
  border: 24px solid #000;
  align-items: center;
  height: 100vh;
  display: flex;
}

.success-message-2 {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.error-message-2 {
  opacity: 1;
  color: #ffefef;
  background-color: #0000;
  padding: 0;
  font-size: 15px;
  line-height: 1.5em;
  text-decoration: none;
}

.image-2 {
  margin-bottom: 12px;
}

.text-block-10 {
  color: #ff2727;
}

.small {
  font-size: .8em;
}

.submit-button-2020 {
  background-color: #2e2c31;
  border: 2px solid #000;
  height: 56px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.submit-button-2020:focus {
  border-color: #1352ff;
}

.accordion_item-image {
  width: 40px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
  background-color: #0000;
  border: 1px solid #deeaf0;
  border-radius: 10px;
}

.question-text {
  color: #fff;
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.accordion-2 {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion-2.js-accordion {
  margin-bottom: 100px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.faq-wrapper {
  background-color: #0000;
  max-width: 1200px;
}

.accordion_panel {
  padding: 0 1.5rem 1.5rem;
  display: none;
}

.accordion-3 {
  border: 1px solid #c2c2c2;
}

.accordion_icon-wrapper {
  width: .875rem;
  height: .875rem;
}

.accordion_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.accordion_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.the-faq {
  z-index: 1;
  margin-top: 2%;
  margin-bottom: 0%;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-3.is-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 70rem;
  display: flex;
}

.accordion-4 {
  background-color: #111;
  border: 1px solid #c2c2c2;
}

.text-block-11 {
  font-size: 1.4rem;
  font-weight: 400;
}

.page-padding-2 {
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-block-12 {
  color: #ff630f;
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1;
}

.heading-button_componet {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-xlarge {
  white-space: normal;
  margin: 0 .5rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.heading-xlarge.text-color-grey {
  color: #fbf3e6;
}

.heading-xlarge.link:hover {
  box-shadow: inset 0 -70px #00981a;
}

.heading-xlarge.text-color-blue {
  color: #004fe9;
  background-color: #0000;
}

.text-field-label {
  color: #2a2a2a;
  font-size: 1.5rem;
  transition: all .2s;
  transform: translate(0, 2rem);
}

.button_form {
  background-color: #004fe9;
  border-radius: .75rem;
  width: 100%;
  margin-top: 1.8rem;
  padding: .75rem 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.bottom-line-component {
  object-fit: scale-down;
  align-items: center;
  display: flex;
}

.text-block-13 {
  color: #00981a;
  margin-bottom: 2.2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.arrow-2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.moving-triangle_compnent-2 {
  width: 2rem;
  margin-bottom: 1.2rem;
  position: absolute;
  overflow: hidden;
}

.top-line-component {
  object-fit: scale-down;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.wrap {
  display: flex;
}

.moving-icon_component {
  background-color: #ffd000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: .25rem;
  margin-right: .25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-icon_component {
  background-color: #0000;
  background-image: url('../images/form-icon_1form-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: .25rem;
  margin-right: .25rem;
  display: flex;
}

.main_form-wrapper {
  padding: 6rem 4rem;
}

.main_form-wrapper.background-color-grey {
  background-color: #fbf3e6;
  border-radius: 3.5rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 5.1rem;
  position: relative;
  box-shadow: 3px 5px 0 1px #2a2a2a;
}

.header_component {
  object-fit: fill;
  align-items: center;
  display: block;
}

.input-text-field {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #2a2a2a;
}

.moving-triangle_compnent {
  width: 2rem;
  margin-bottom: 1.2rem;
  position: absolute;
  overflow: hidden;
}

.arrow-3 {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(180deg);
}

.container-medium {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.margin-huge {
  margin-top: 6rem;
}

.wrap-2 {
  align-items: center;
}

.arrow-4 {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(90deg);
}

.shrinking-icon_component {
  background-color: #ff630f;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: .25rem;
  margin-right: .25rem;
  display: flex;
  position: relative;
}

.success-message-3 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
  inset: 0%;
}

.button_get-code {
  text-align: center;
  background-color: #004fe9;
  border-radius: .75rem;
  padding: .75rem 1.25rem;
  box-shadow: -1px 4px #2a2a2a;
}

.error-message-3 {
  background-color: #0000;
}

.arrow-5 {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-90deg);
}

.form-title-cf1 {
  color: #5b5ac7;
}

.error-message-cf1 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.success-message-cf1 {
  color: #5b5ac6;
  text-align: center;
  background-color: #5b5ac612;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
}

.form-cf1 {
  margin-top: 20px;
}

.text-field-cf1 {
  text-align: left;
  background-color: #f4f6fc;
  border: 1px solid #f4f6fc;
  border-bottom-color: #0000;
  border-radius: 17px;
  font-size: 16px;
}

.text-field-cf1.big {
  height: 100px;
}

.submit-button-cf1 {
  background-color: #827ffe;
  border-radius: 17px;
  margin-top: 20px;
  padding: 10px 50px;
  font-size: 15px;
  font-weight: 600;
  transition: box-shadow .2s, background-color .2s;
  box-shadow: 0 12px 20px -3px #d6d5ff;
}

.submit-button-cf1:hover {
  background-color: #5b5ac6;
  box-shadow: 0 12px 20px -3px #bdbcee;
}

.form-subtitle-cf1 {
  color: #657cbe;
}

.field-label-cf1 {
  color: #9eb0e4;
  margin-top: 20px;
}

.contact-form-wrapper {
  z-index: 5;
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.contact-form {
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-field-cf5 {
  text-align: left;
  background-color: #f0f4f8;
  border: 1px solid #0000;
  border-radius: 4px;
  width: 85%;
  height: 50px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-cf5.big {
  width: 100%;
  height: 100px;
}

.form-subtitle-cf5 {
  color: #fff;
  max-width: 600px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Baskit, Verdana, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
}

.form-subtitle-cf5.phonenumber {
  font-size: 21px;
  font-weight: 400;
}

.success-message-cf5 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.submit-button-cf5 {
  color: #383838;
  background-color: #0000;
  background-image: linear-gradient(325deg, #2df23a, #3ef2b9);
  border-radius: 4px;
  margin-top: 20px;
  padding: 12px 44px;
  font-size: 17px;
  font-weight: 700;
  transition: color .2s, transform .2s;
  box-shadow: 1px 1px 3px #cfcfcf;
}

.submit-button-cf5:hover {
  color: #fff;
  transform: scale(1.02);
}

.error-message-cf5 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-title-cf5 {
  color: #e9eaebe3;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: tokyo, Impact, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.form-cf5 {
  margin-top: 20px;
}

.contact-form-wrapper-2 {
  z-index: 5;
  background-color: #111;
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin: 20px auto 12%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.subtitle-3 {
  color: #006cff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.page-wrapper-3 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.text-block-14 {
  color: #0a100d;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.bold-text {
  color: #0a100d;
  padding-left: 10px;
  font-weight: 600;
}

.text-block-15 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-text-2 {
  color: #0a100d;
  padding-left: 10px;
  font-weight: 600;
}

.text-block-16 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-12 {
  font-size: 1.2rem;
}

.text-block-17 {
  font-size: 1.4rem;
}

.paragraph-13, .paragraph-14 {
  font-size: 1.2rem;
}

.text-block-18, .text-block-19 {
  font-size: 1.4rem;
}

.paragraph-15 {
  font-size: 1.2rem;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  padding-right: 0%;
  display: flex;
}

.image-3 {
  max-width: 90%;
  padding-right: 0%;
}

.paragraph-16 {
  text-align: right;
  letter-spacing: .7px;
  margin-top: 40px;
  margin-right: 0;
  font-family: Baskit, Verdana, sans-serif;
}

@media screen and (min-width: 1280px) {
  .cards-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .service-card {
    padding: 55px;
  }
}

@media screen and (min-width: 1440px) {
  .card-2 {
    z-index: 999;
  }

  .service-card-paragraph, .service-card {
    font-size: 15px;
  }

  .service-card-title {
    font-size: 26px;
  }

  .success {
    padding-top: 10px;
  }

  .the-faq {
    margin-bottom: 5%;
  }

  .contact-form-wrapper-2 {
    width: 80%;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .service-card {
    padding: 60px;
  }

  .error-message {
    color: #ff2a2a;
    background-color: #fff2f2;
    border-radius: 80px;
    margin-top: 27px;
    padding: 19px 28px;
  }

  .input-relative::placeholder {
    color: #615e83;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .large-heading._2 {
    font-size: 9vw;
  }

  .work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-hover {
    display: none;
  }

  .works-title {
    font-size: 9vh;
  }

  .divider {
    min-height: 2.8125rem;
  }

  .cursor-wrap.mbm-ex {
    display: none;
  }

  .grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .box {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-3 {
    margin-left: 0;
    margin-right: .125em;
  }

  .card_mask {
    width: 50%;
  }

  .box-2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 3.2em;
  }

  .padding-vertical, .slider_component {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 4.5rem;
  }

  .investor-grid.contained {
    grid-template-columns: 1fr 1fr;
  }

  .card-2 {
    height: 10rem;
  }

  .service-card-list {
    font-size: 12px;
  }

  .section-tag-container {
    margin-bottom: 50px;
  }

  .service-card-paragraph {
    font-size: 12px;
  }

  .service-card {
    padding: 35px 25px;
  }

  .service-card:hover {
    background-color: #4454fe00;
  }

  .service-card-title {
    font-size: 20px;
  }

  .section-container.service {
    padding-top: 0;
  }

  .section_payment {
    padding-top: 3rem;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .accordion-2 {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .the-faq {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-button_componet {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .bottom-line-component {
    flex-direction: row;
    align-items: center;
  }

  .top-line-component {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrap {
    align-items: center;
  }

  .wrap.margin-bottom {
    margin-bottom: .5rem;
  }

  .main_form-wrapper.background-color-grey {
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
  }

  .header_component.margin-top {
    margin-top: 3rem;
  }

  .container-medium.margin-huge {
    margin-top: 1.3rem;
  }

  .wrap-2 {
    align-items: center;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .success-message-cf5 {
    font-size: 16px;
    font-weight: 600;
  }

  .form-title-cf5 {
    text-align: center;
    line-height: 40px;
  }

  .contact-form-wrapper-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .large-heading._2 {
    font-size: 10vw;
  }

  .cursor-wrap, .cursor-dot {
    display: none;
  }

  .subtitle {
    font-size: .7rem;
  }

  .icon {
    width: 36px;
    height: 36px;
  }

  .box {
    padding: 2em;
  }

  .subtitle-2 {
    font-size: .7rem;
  }

  .card_mask {
    width: 80%;
  }

  .box-2 {
    padding: 2em;
  }

  .card {
    padding-right: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .slide68_arrow.left {
    right: 3.5rem;
  }

  .slider_component {
    padding-bottom: 6rem;
  }

  .heading {
    font-size: 3.25rem;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .service-card-list {
    font-size: 14px;
    line-height: 1.6em;
  }

  .section-tag-container {
    margin-bottom: 40px;
    font-size: 10px;
  }

  .service-cards-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-card-paragraph {
    font-size: 14px;
  }

  .service-card {
    padding: 40px;
  }

  .service-card-title {
    font-size: 22px;
  }

  .section-container {
    max-width: 500px;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .flex.center.mg-top-24px {
    align-items: flex-start;
  }

  .form-newsletter {
    width: 100%;
    padding-left: 0;
  }

  .faq-answer-padding {
    padding: 20px;
  }

  .text-field-2020 {
    font-size: 14px;
  }

  .content {
    flex-direction: column;
    display: block;
  }

  .section-5 {
    padding-top: 32px;
    display: block;
  }

  .submit-button-2020 {
    font-size: 14px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion-2 {
    width: 100%;
    margin-bottom: -16px;
  }

  .heading-button_componet {
    font-size: 1rem;
  }

  .heading-xlarge {
    font-size: 2rem;
  }

  .bottom-line-component {
    flex-direction: column;
    align-items: flex-start;
  }

  .arrow-2 {
    max-width: 40%;
  }

  .top-line-component {
    flex-direction: column;
  }

  .moving-icon_component {
    justify-content: flex-start;
    width: 2.5rem;
    height: 2.5rem;
    padding: .5rem;
  }

  .form-icon_component {
    width: 2.5rem;
    height: 2.5rem;
  }

  .main_form-wrapper.background-color-grey {
    padding: 3.8rem 1.5rem;
  }

  .arrow-3, .arrow-4 {
    max-width: 40%;
  }

  .shrinking-icon_component {
    width: 2.5rem;
    height: 2.5rem;
  }

  .arrow-5 {
    max-width: 40%;
  }

  .contact-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .contact-form-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-3 {
    font-size: .7rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 80vh;
    display: block;
  }

  .hero-top-wrapper {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .large-heading {
    font-size: 8vw;
  }

  .large-heading.smaller {
    font-size: 4vw;
  }

  .large-heading._2 {
    font-size: 15vw;
  }

  .sketchable {
    height: 100vh;
  }

  .section-bottom-wrapper {
    margin-top: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-bottom-wrapper.vertical {
    flex-direction: column;
    padding-top: 50%;
  }

  .section-bottom-wrapper.vertical.footer {
    text-align: left;
    flex-flow: column;
    padding-bottom: 0%;
  }

  .hero-link {
    padding-top: 5%;
    font-family: tokyo, Impact, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    display: block;
  }

  .hero-link.w--current {
    font-family: tokyo, Impact, sans-serif;
    font-size: 1.2rem;
  }

  .hero-link.footer-link {
    font-style: normal;
  }

  .section-heading-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .work-grid {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .info-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .overflow-none {
    margin-bottom: auto;
    padding-top: 0%;
    overflow: hidden;
  }

  .image {
    max-width: 60%;
  }

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

  ._100vh {
    height: auto;
  }

  .div-block-3 {
    margin-right: 0;
  }

  .card_mask {
    width: 90%;
  }

  .box-2 {
    padding: 1.5em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .cards-section {
    padding-top: 1rem;
  }

  .heading {
    font-size: 3rem;
  }

  .heading.sub-heading {
    background-color: #858585;
    font-size: 1.2rem;
  }

  .heading.services-heading {
    background-color: #858585;
    font-size: 2.8rem;
  }

  .investor-grid.contained {
    grid-template-columns: 1fr;
  }

  .card-2 {
    height: 17rem;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .service-card-list {
    font-size: 13px;
  }

  .section-tag-container {
    margin-bottom: 30px;
  }

  .service-card-paragraph {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .service-card {
    padding: 30px;
  }

  .service-card-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .form-newsletter-wrapper {
    position: static;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .button-primary.newsletter {
    width: 100%;
    margin-top: 16px;
    padding-top: 19px;
    padding-bottom: 19px;
    position: static;
  }

  .text-uppercase.subtitle {
    font-size: 14px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-relative.newsletter {
    min-height: 64px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
  }

  .input-relative.newsletter::placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .form-section-title-5 {
    font-size: 2em;
    line-height: 1.3em;
  }

  .payment_content-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-3, .section-4 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .email-input-combo {
    flex-direction: column;
  }

  .section-5 {
    border-width: 8px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .container-3.is-gap {
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .page-padding-2 {
    padding-top: 1rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .heading-xlarge {
    margin-left: .1rem;
    margin-right: .1rem;
    font-size: 1.75rem;
  }

  .text-field-label {
    font-size: 1.5rem;
  }

  .moving-triangle_compnent-2 {
    width: 1.5rem;
    height: auto;
  }

  .wrap {
    align-items: center;
  }

  .moving-icon_component {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: .2rem;
  }

  .form-icon_component {
    width: 1.5rem;
    height: 1.5rem;
  }

  .main_form-wrapper.background-color-grey {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .header_component.margin-top {
    margin-top: 1rem;
  }

  .input-text-field {
    margin-bottom: .5rem;
  }

  .moving-triangle_compnent {
    width: 1.5rem;
    height: auto;
  }

  .shrinking-icon_component {
    width: 1.5rem;
    height: 1.5rem;
  }

  .contact-form-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .contact-form, .text-field-cf5 {
    width: 100%;
  }

  .form-subtitle-cf5 {
    text-align: center;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    font-family: Inter, sans-serif;
    font-size: 17px;
  }

  .form-subtitle-cf5.phonenumber {
    padding-left: 10px;
    font-size: 18px;
  }

  .success-message-cf5 {
    background-color: #f0f4f8;
  }

  .submit-button-cf5 {
    text-align: left;
  }

  .form-title-cf5 {
    text-align: center;
    letter-spacing: .1px;
    margin-left: 20px;
    font-family: tokyo, Impact, sans-serif;
    font-size: 35px;
    font-weight: 400;
  }

  .contact-form-wrapper-2 {
    border-radius: 0;
    width: 100%;
  }

  .div-block-4 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
  }
}


@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'tokyo';
  src: url('../fonts/TokyoRegular-Regular.ttf') format('truetype'), url('../fonts/TokyoMerged-Regular.ttf') format('truetype'), url('../fonts/TokyoRegular-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tokyooutline';
  src: url('../fonts/TokyoOutline-Regular.ttf') format('truetype'), url('../fonts/TokyoOutline-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskit';
  src: url('../fonts/BASKiT-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskit';
  src: url('../fonts/BASKiT-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskit';
  src: url('../fonts/BASKiT-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskit';
  src: url('../fonts/BASKiT-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskit';
  src: url('../fonts/BASKiT-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskit';
  src: url('../fonts/BASKiT-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskit';
  src: url('../fonts/BASKiT-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskit';
  src: url('../fonts/BASKiT-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tokyomerged';
  src: url('../fonts/TokyoMerged-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}