:root {
  --_basic---brandred: #cd3642;
  --graycard: #f0f0f0;
  --_basic---brandblue: #2f4858;
  --scrollheight: 350px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

h1 {
  color: var(--_basic---brandred);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 72px;
}

.navbar {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logosize {
  width: 140px;
  margin-right: 2rem;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1px;
  display: flex;
}

.nav-menu {
  display: none;
}

.section {
  justify-content: center;
  align-items: center;
  padding-top: 40vh;
  padding-bottom: 40vh;
  display: flex;
}

.subnav {
  z-index: 3;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -3px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: height .2s;
  display: flex;
  position: absolute;
  top: 70px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-3 {
  width: 32%;
  margin-right: 2rem;
}

.subnavholder {
  opacity: 0;
  width: 100%;
  max-width: 1560px;
  height: 0;
  padding-left: 10rem;
  padding-right: 10rem;
  font-family: Montserrat, sans-serif;
  transition: opacity .2s, height .2s;
  display: flex;
  overflow: hidden;
}

.image {
  width: 180px;
}

.code-embed {
  display: none;
}

.contentnavdiv {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
}

.textheader {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}

.button {
  background-color: var(--_basic---brandred);
  text-align: center;
  text-transform: capitalize;
  border-radius: 10px;
  margin-top: 1.5rem;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
}

.button:hover {
  background-color: #d74550;
}

.button.dealerbutton {
  white-space: nowrap;
  margin-top: 0;
  margin-left: 1rem;
  font-size: .8rem;
  line-height: .8rem;
}

.button.dealerbutton:hover {
  background-color: #b3212d;
}

.button.moremtop, .button.becomein {
  margin-top: 1rem;
}

.button.wirebutton {
  color: #000;
  background-color: #fff;
  margin-right: 10px;
}

.button.wirebutton:hover {
  background-color: #f7f7f7;
}

.button.wirebutton.lefti {
  margin-top: 1rem;
  margin-left: 10px;
}

.button.morema {
  margin-top: 4rem;
}

.button.marr {
  margin-top: 0;
  margin-right: 20px;
}

.button.whitee {
  background-color: var(--graycard);
  color: var(--_basic---brandred);
}

.button.whitee.leftep {
  margin-left: 20px;
}

.button.whitee.lessp {
  margin-top: 1rem;
  font-weight: 500;
}

.button.whitee.lessp.demo {
  margin-left: 1rem;
}

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

.navlinkdefault {
  color: var(--_basic---brandred);
  white-space: nowrap;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.2rem;
}

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

.navlinkdefault.w--current {
  color: var(--_basic---brandred);
  text-decoration: underline;
}

.productlink {
  color: #333;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.productlink:hover {
  color: var(--_basic---brandred);
}

.image-2 {
  width: 16px;
  height: 16px;
  margin-top: -1px;
  margin-left: 2rem;
}

.image-3 {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: .5rem;
}

.localeselector {
  color: #e7e7e7;
  white-space: nowrap;
  text-decoration: none;
  display: flex;
}

.maxw {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1580px;
  padding-left: 12rem;
  padding-right: 12rem;
  display: flex;
}

.maxw.centera {
  background-color: var(--_basic---brandblue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 65vh;
  display: flex;
}

.maxw.centera.lessh {
  height: 120px;
}

.maxw.centera.authoh {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.maxw.extrap.emailsingup {
  padding-top: 100px;
}

.maxw.morpe {
  padding-bottom: 60px;
}

.maxw.morepp {
  padding-top: 120px;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.texth {
  font-weight: 700;
}

.gridpara {
  text-align: justify;
}

.gridcard {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 100px;
  display: flex;
}

.section-2.gradientbg {
  z-index: -1;
  margin-top: 25px;
  margin-bottom: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
  position: static;
  top: 0;
}

.section-2.gradientbg.lespp {
  padding-top: 50px;
}

.section-2.lessbig {
  margin-bottom: 120px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-7 {
  display: flex;
}

.div-block-8 {
  width: 50%;
}

.div-block-8.centercon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-8.centera {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  width: 75%;
}

.image-4.bigger {
  width: 80%;
}

.image-4.bigger.desktoph {
  display: none;
}

.image-4.bigger.mobilehh {
  transition: all .2s;
}

.image-4.bigger.mobilehh:hover {
  width: 82%;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.secitonspacing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 200px;
  display: flex;
}

.secitonspacing.nospace {
  background-color: var(--_basic---brandblue);
  margin-bottom: 0;
}

.secitonspacing.firstop {
  margin-top: 50px;
}

.secitonspacing.colorbg {
  background-color: var(--_basic---brandblue);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 110px;
  padding-bottom: 130px;
  display: flex;
}

.secitonspacing.lessm {
  margin-bottom: 51px;
}

.secitonspacing.margintop {
  margin-top: 150px;
  margin-bottom: 150px;
}

.secitonspacing.toppad {
  margin-bottom: 50px;
  padding-top: 150px;
}

.secitonspacing.lesspp {
  margin-bottom: 50px;
}

.footer-dark {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: var(--_basic---brandred);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--_basic---brandred);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--_basic---brandred);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-block {
  margin-left: 4px;
  font-weight: 700;
}

.div-block-10 {
  display: flex;
}

.card {
  background-color: #dfdfdf;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bloggrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.image-5 {
  width: 100%;
}

.link {
  color: #9a9a9a;
}

.image-6 {
  max-width: 500%;
  height: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.paragraph {
  z-index: 2;
  color: #4a4a4a;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
}

.heading {
  z-index: 2;
  position: relative;
}

.heading.nomargintop {
  color: #303030;
  text-decoration: none;
  -webkit-text-decoration-color: var(--_basic---brandred);
  text-decoration-color: var(--_basic---brandred);
  margin-top: 0;
}

.whatsapp-chat-2 {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 350px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.live-icon {
  z-index: 2;
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 0 auto auto 0;
}

.live-icon.pos2 {
  width: 5px;
  height: 5px;
  display: none;
  inset: auto 10% 10% auto;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon-chat {
  width: 100%;
  margin-right: 0;
}

.div-block-88 {
  border-radius: 500px;
  width: 40px;
  overflow: hidden;
}

.live-chat-link-2 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 20%;
  text-decoration: none;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.chat-section-2 {
  background-color: #e6ddd4;
  background-image: url('../images/backgroundwa.png');
  background-position: 0 0;
  background-size: 110%;
  height: 55%;
  padding: 16px 20px;
}

.div-block-87 {
  border-radius: 500px;
  position: relative;
  overflow: visible;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.livechat-button {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.image-7 {
  width: 100%;
}

.div-block-86 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 4vw;
  margin-bottom: 40px;
  display: grid;
}

.div-block-90 {
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.image-40 {
  cursor: pointer;
  width: 3vw;
  margin-left: 1vw;
  margin-right: 1vw;
}

.text-block-29 {
  white-space: nowrap;
  margin-top: 0;
}

.text-block-28 {
  margin-top: 0;
}

.heading-2 {
  color: #404040;
  text-align: center;
  margin-bottom: 30px;
}

.heading-2.nobottomp {
  margin-bottom: 0;
}

.heading-2.morepp {
  margin-top: 50px;
}

.heading-2.lefta {
  text-align: left;
}

.heading-2.redd {
  color: var(--_basic---brandred);
  text-transform: uppercase;
}

.heading-2.redd.lessp {
  margin-bottom: 10px;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--_basic---brandred);
}

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

.text-span-4 {
  color: var(--_basic---brandred);
}

.paragraph-2 {
  margin-bottom: 40px;
}

.text-block-31 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: underline;
}

.text-span-5 {
  color: var(--_basic---brandred);
}

.text-block-32 {
  color: #fff;
  font-size: 24px;
}

.text-block-32.newei {
  margin-bottom: 20px;
}

.text-block-33 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 28px;
}

.text-block-33.black {
  color: #afafaf;
}

.paragraph-3 {
  max-width: 350px;
}

.text-span-6, .text-span-7 {
  color: var(--_basic---brandred);
}

.div-block-91 {
  margin-top: 10px;
}

.text-block-34 {
  color: #959595;
  margin-top: 20px;
}

.heading-3 {
  margin-bottom: 20px;
}

.heading-3.nomargintop {
  color: var(--graycard);
  text-align: center;
  margin-top: 0;
}

.customer {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.image-41 {
  aspect-ratio: 1;
  border-radius: 800px;
  width: 80px;
}

.paragraph-4 {
  margin-bottom: 0;
}

.partnersreview {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  display: grid;
}

.text-block-35 {
  font-weight: 700;
}

.div-block-93 {
  padding-left: 20px;
}

.link-2 {
  color: var(--_basic---brandblue);
}

.div-block-94 {
  z-index: 10;
  position: static;
  top: -1px;
}

.div-block-95 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-95.integatins {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-96 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-42 {
  width: 80%;
}

.image-42.integration {
  width: 100%;
}

.text-block-36 {
  margin-top: 5px;
}

.div-block-97 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
}

.image-43 {
  width: 100%;
}

.picturesection {
  margin-bottom: 120px;
  overflow: hidden;
}

.picturesection.nomarginbot.zerom {
  margin-bottom: 0;
}

.text-block-37 {
  text-align: center;
  margin-top: 50px;
  font-size: 24px;
  font-weight: 700;
}

.text-span-8 {
  color: var(--_basic---brandred);
}

.image-44 {
  width: 100%;
}

.image-44.lessw {
  width: 50%;
  margin-left: 50px;
}

.div-block-98 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-98.one {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-38 {
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-38.smallere {
  margin-bottom: 12px;
  font-size: 20px;
}

.text-block-38.lesspp {
  margin-bottom: 12px;
}

.paragraph-5 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 24px;
  display: flex;
}

.div-block-99 {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 28px;
}

.div-block-100 {
  border-bottom: 1px solid #a6a6a6;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-100.totalline {
  border: 0 solid #000;
  border-bottom-width: 2px;
}

.div-block-100.nofinlin {
  border-bottom-width: 0;
}

.div-block-101 {
  background-color: var(--graycard);
  border-radius: 10px;
  padding: 10px 16px;
}

.text-block-39, .text-block-40 {
  font-weight: 600;
}

.text-block-40.greenish {
  color: #007a14;
  font-weight: 600;
}

.text-span-9 {
  color: var(--_basic---brandred);
}

.div-block-102 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
  display: flex;
}

.text-block-41 {
  margin-left: 6px;
}

.foldme {
  width: 100%;
  height: 0;
  margin-top: 0;
  transition: all .2s;
  overflow: hidden;
}

.div-block-103 {
  justify-content: space-between;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.openme {
  background-color: var(--_basic---brandblue);
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 16px;
  transition: height .2s;
}

.faqsect {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 50px;
  display: block;
}

.body {
  font-family: Montserrat, sans-serif;
}

.div-block-104 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  overflow: hidden;
}

.div-block-105 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.div-block-105.centeraa {
  justify-content: center;
  align-items: center;
}

.div-block-106 {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.image-45 {
  width: 100%;
}

.text-span-10 {
  color: var(--_basic---brandred);
}

.paragraph-6 {
  margin-top: 10px;
}

.div-block-254 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.purplespan {
  color: #6451ec;
}

.heading-9 {
  min-width: auto;
  max-width: 300px;
  margin-top: 0;
}

.div-block-255 {
  width: 50%;
  margin-top: 55vh;
  position: absolute;
}

.grid {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

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

.grid.is--flex-centre.is--sticky {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 20px;
  position: sticky;
  top: 3vw;
}

.linestyle1 {
  max-width: 300px;
  margin-top: 10px;
  font-size: 24px;
  line-height: 32px;
}

.div-block-256 {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 16vw;
}

.div-block-256._3 {
  height: 40vh;
}

.div-block-257 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  display: flex;
}

.text-block-61 {
  transition: transform .2s, opacity .2s;
}

.text-span-11 {
  color: #000;
}

.grid__item {
  width: 100%;
  height: 100%;
  padding: 1.25em;
  display: flex;
}

.grid__item.is--45 {
  width: 45%;
}

.grid__item.is--45.is--flex-centre {
  flex-flow: column;
  width: 50%;
  padding-left: 8%;
}

.grid__item.is--45.is--vertical {
  flex-direction: column;
  align-self: center;
  width: 35%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid__item.is--10 {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 10%;
  position: relative;
}

.heading-10 {
  max-width: 300px;
}

.text-block-62 {
  transition: transform .2s, opacity .2s;
}

.div-block-258 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px 10px;
  display: flex;
}

.div-block-258.borderhave {
  border: 1px solid #000;
}

.background-video-2 {
  z-index: 0;
  aspect-ratio: 9 / 16;
  width: 102%;
  height: 100%;
}

.code-embed-4 {
  display: none;
}

.div-block-249 {
  width: 100%;
  height: var(--scrollheight);
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.div-block-259 {
  aspect-ratio: 9 / 16;
  border: 1px solid #000;
  border-radius: 2vw;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-259.nopadding {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-46 {
  z-index: 1;
  width: 40px;
  position: relative;
}

.image-46.overleyeffect {
  z-index: 2;
  opacity: 1;
  filter: brightness(200%) saturate(0%);
  mix-blend-mode: lighten;
  position: absolute;
  left: 0;
}

.sticky__trigger-wrap {
  position: absolute;
  inset: 0% auto 0 0%;
}

.background-video-3 {
  aspect-ratio: 9 / 16;
  width: 100%;
  height: 100%;
}

.div-block-260 {
  transition: transform .2s, opacity .2s;
  display: flex;
}

.imagewrapper {
  position: relative;
}

.div-block-12 {
  background-color: #6451ec;
  border: 1px solid #000;
  border-radius: 16px;
  width: 38%;
  margin-left: 16px;
  overflow: hidden;
}

.div-block-12.leftone {
  aspect-ratio: 9 / 16;
  margin-left: 40px;
}

.div-block-12.leftone.midmobile {
  aspect-ratio: 9 / 16;
  width: 60%;
  margin-left: 0;
}

.div-block-12.leftone.midmobile.lessptop {
  width: 100%;
}

.div-block-12.leftone.midmobile.lessptop.noborder {
  border-width: 0;
}

.div-block-12.leftone.midmobile.dual.fullw {
  width: 100%;
}

.bold-text-2 {
  color: #6451ec;
}

.sticky__trigger {
  width: 1px;
  height: 1px;
  position: absolute;
}

.sticky__trigger._2 {
  top: 180vh;
}

.sticky__trigger._1 {
  top: 80vh;
}

.sticky__trigger._3 {
  top: 280vh;
}

.sticky__trigger._4 {
  top: 150vh;
}

.text-block-2 {
  width: 100%;
}

.container-3 {
  width: 1560px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5.99em 8.33em;
}

.container-3.is--sticky-target {
  min-height: 360vh;
  padding-top: 5vh;
  padding-bottom: 0;
  position: relative;
}

.grid__item-step {
  align-items: center;
  margin-top: 4em;
  margin-bottom: 4em;
  display: flex;
  overflow: hidden;
}

.grid__item-step._3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80vh;
  margin-top: 0;
  overflow: visible;
}

.grid__item-step._1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80vh;
  margin-top: 0;
}

.grid__item-step._2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80vh;
  margin-top: 0;
  overflow: visible;
}

.image-104 {
  border-radius: 40px;
  width: 20px;
  transition: transform .2s, opacity .2s;
}

.div-block-261 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80vh;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-261._1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-261._2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  display: flex;
}

.div-block-261._3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.maincta {
  background-color: #6451ec;
  border-radius: 80px;
  margin-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 24px;
  line-height: 26px;
}

.image-77 {
  width: 20px;
  margin-left: 0;
  margin-right: 1px;
}

.scrollsectiondesktop {
  position: relative;
}

.div-block-262 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-225 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 2vw;
  display: flex;
}

.div-block-225.vstack {
  flex-flow: column;
}

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

.header-center-box._75 {
  width: 100%;
  max-width: 80vw;
}

.icon.accordion-icon {
  color: #3b2f43;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

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

.accordion-item-trigger:hover {
  color: var(--_basic---brandred);
}

.section-faq {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 80px 50px 10px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 80vw;
  margin-bottom: 1vw;
  padding: 2vw 2vw 1vw;
  box-shadow: 1px 1px 5px #0003;
}

.bold-text {
  font-weight: 400;
}

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

.content-wrapper.slim {
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.headerstyle {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.headerstyle.faqheader {
  color: #3b2f43;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 58px;
}

.accordion-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 0;
  margin-top: 4vw;
  font-size: 1.6vw;
  line-height: 2vw;
  transition: height .2s;
  display: flex;
  overflow: hidden;
}

.accordion-wrapper.opened {
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
  overflow: visible;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 60px;
  font-size: 16px;
  line-height: 20px;
  transition: height .2s;
  overflow: hidden;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-7 {
  color: var(--graycard);
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 22px;
}

.text-span-12 {
  color: var(--graycard);
}

.div-block-263 {
  aspect-ratio: auto;
  background-color: var(--graycard);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 24px 10px;
  display: flex;
  position: relative;
}

.text-block-63 {
  color: var(--_basic---brandblue);
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

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

.arnionproducts {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 130px;
  margin-bottom: 130px;
  display: flex;
}

.productcard {
  background-color: var(--graycard);
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 26px 30px;
}

.productcard:hover {
  background-color: #eaeaea;
}

.image-105 {
  width: auto;
  height: 100%;
}

.image-105._100w {
  width: auto;
  max-width: 200%;
}

.image-105.widthmax {
  height: auto;
}

.image-105.smallerproduct {
  height: 85%;
}

.div-block-264 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.productholder {
  width: 80%;
  margin-top: 50px;
  display: flex;
}

.div-block-265 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.text-block-65 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.image-106 {
  width: 160px;
}

.div-block-266 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-11 {
  min-width: auto;
  max-width: 300px;
  margin-top: 0;
}

.div-block-267 {
  width: 50%;
  margin-top: 55vh;
  position: absolute;
}

.div-block-268 {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 16vw;
}

.div-block-268._3 {
  height: 40vh;
}

.div-block-269 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  display: flex;
}

.text-block-66 {
  transition: transform .2s, opacity .2s;
}

.text-span-13 {
  color: #000;
}

.heading-12 {
  max-width: 300px;
}

.text-block-67 {
  transition: transform .2s, opacity .2s;
}

.div-block-270 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px 10px;
  display: flex;
}

.div-block-270.borderhave {
  border: 1px solid #000;
}

.background-video-4 {
  z-index: 0;
  aspect-ratio: 9 / 16;
  width: 102%;
  height: 100%;
}

.code-embed-5 {
  display: none;
}

.div-block-271 {
  width: 100%;
  height: 350px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.div-block-272 {
  aspect-ratio: 9 / 16;
  border: 1px solid #000;
  border-radius: 2vw;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-272.nopadding {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-107 {
  z-index: 1;
  width: 40px;
  position: relative;
}

.image-107.overleyeffect {
  z-index: 2;
  opacity: 1;
  filter: brightness(200%) saturate(0%);
  mix-blend-mode: lighten;
  position: absolute;
  left: 0;
}

.div-block-273 {
  transition: transform .2s, opacity .2s;
  display: flex;
}

.div-block-274 {
  background-color: #6451ec;
  border: 1px solid #000;
  border-radius: 16px;
  width: 38%;
  margin-left: 16px;
  overflow: hidden;
}

.div-block-274.leftone {
  aspect-ratio: 9 / 16;
  margin-left: 40px;
}

.div-block-274.leftone.midmobile {
  aspect-ratio: 9 / 16;
  width: 60%;
  margin-left: 0;
}

.div-block-274.leftone.midmobile.lessptop {
  width: 100%;
}

.div-block-274.leftone.midmobile.lessptop.noborder {
  border-width: 0;
}

.div-block-274.leftone.midmobile.dual.fullw, .text-block-68 {
  width: 100%;
}

.image-108 {
  border-radius: 40px;
  width: 20px;
  transition: transform .2s, opacity .2s;
}

.div-block-275 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80vh;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-275._1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-275._2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  display: flex;
}

.div-block-275._3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-109 {
  width: 20px;
  margin-left: 0;
  margin-right: 1px;
}

.div-block-276 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-13 {
  min-width: auto;
  max-width: 300px;
  margin-top: 0;
}

.div-block-277 {
  width: 50%;
  margin-top: 55vh;
  position: absolute;
}

.div-block-278 {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 16vw;
}

.div-block-278._3 {
  height: 40vh;
}

.div-block-279 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  display: flex;
}

.heading-14 {
  max-width: 300px;
}

.div-block-280 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px 10px;
  display: flex;
}

.div-block-280.borderhave {
  border: 1px solid #000;
}

.background-video-5 {
  z-index: 0;
  aspect-ratio: 9 / 16;
  width: 102%;
  height: 100%;
}

.div-block-281 {
  width: 100%;
  height: 350px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.div-block-282 {
  aspect-ratio: 9 / 16;
  border: 1px solid #000;
  border-radius: 2vw;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-282.nopadding {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-110 {
  z-index: 1;
  width: 40px;
  position: relative;
}

.image-110.overleyeffect {
  z-index: 2;
  opacity: 1;
  filter: brightness(200%) saturate(0%);
  mix-blend-mode: lighten;
  position: absolute;
  left: 0;
}

.background-video-6 {
  aspect-ratio: 9 / 16;
  width: 100%;
  height: 100%;
}

.div-block-283 {
  transition: transform .2s, opacity .2s;
  display: flex;
}

.div-block-284 {
  background-color: #6451ec;
  border: 1px solid #000;
  border-radius: 16px;
  width: 38%;
  margin-left: 16px;
  overflow: hidden;
}

.div-block-284.leftone {
  aspect-ratio: 9 / 16;
  margin-left: 40px;
}

.div-block-284.leftone.midmobile {
  aspect-ratio: 9 / 16;
  width: 60%;
  margin-left: 0;
}

.div-block-284.leftone.midmobile.lessptop {
  width: 100%;
}

.div-block-284.leftone.midmobile.lessptop.noborder {
  border-width: 0;
}

.div-block-284.leftone.midmobile.dual.fullw, .text-block-69 {
  width: 100%;
}

.image-111 {
  border-radius: 40px;
  width: 20px;
  transition: transform .2s, opacity .2s;
}

.div-block-285 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80vh;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-285._1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-285._2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  display: flex;
}

.div-block-285._3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-112 {
  width: 20px;
  margin-left: 0;
  margin-right: 1px;
}

.div-block-286 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-15 {
  min-width: auto;
  max-width: 300px;
  margin-top: 0;
}

.div-block-287 {
  width: 50%;
  margin-top: 55vh;
  position: absolute;
}

.div-block-288 {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 16vw;
}

.div-block-288._3 {
  height: 40vh;
}

.div-block-289 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  display: flex;
}

.heading-16 {
  max-width: 300px;
}

.div-block-290 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px 10px;
  display: flex;
}

.div-block-290.borderhave {
  border: 1px solid #000;
}

.div-block-291 {
  width: 100%;
  height: var(--scrollheight);
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.div-block-292 {
  aspect-ratio: 9 / 16;
  border: 1px solid #000;
  border-radius: 2vw;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-292.nopadding {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-113 {
  z-index: 1;
  width: 40px;
  position: relative;
}

.image-113.overleyeffect {
  z-index: 2;
  opacity: 1;
  filter: brightness(200%) saturate(0%);
  mix-blend-mode: lighten;
  position: absolute;
  left: 0;
}

.background-video-7 {
  aspect-ratio: 9 / 16;
  width: 100%;
  height: 100%;
}

.div-block-293 {
  transition: transform .2s, opacity .2s;
  display: flex;
}

.div-block-294 {
  background-color: #6451ec;
  border: 1px solid #000;
  border-radius: 16px;
  width: 38%;
  margin-left: 16px;
  overflow: hidden;
}

.div-block-294.leftone {
  aspect-ratio: 9 / 16;
  margin-left: 40px;
}

.div-block-294.leftone.midmobile {
  aspect-ratio: 9 / 16;
  width: 60%;
  margin-left: 0;
}

.div-block-294.leftone.midmobile.lessptop {
  width: 100%;
}

.div-block-294.leftone.midmobile.lessptop.noborder {
  border-width: 0;
}

.div-block-294.leftone.midmobile.dual.fullw, .text-block-70 {
  width: 100%;
}

.image-114 {
  border-radius: 40px;
  width: 20px;
  transition: transform .2s, opacity .2s;
}

.div-block-295 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80vh;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-295._1, .div-block-295._2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  display: flex;
}

.div-block-295._3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-115 {
  width: 20px;
  margin-left: 0;
  margin-right: 1px;
}

.text-block-71 {
  max-width: 160px;
  font-size: 12px;
  font-weight: 400;
}

.div-block-296 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-116 {
  width: 95%;
  margin-top: 0;
}

.heading-17 {
  max-width: 500px;
}

.heading-18 {
  max-width: 450px;
}

.heading-18.centered {
  text-align: center;
  font-weight: 500;
}

.form-block {
  width: 100%;
  max-width: 500px;
}

.text-block-72 {
  color: #a6a6a6;
  margin-top: 10px;
}

.div-block-297 {
  width: 100%;
  max-width: 500px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.text-field {
  width: 100%;
  max-width: 500px;
}

.form {
  margin-bottom: 100px;
}

.paragraph-8 {
  width: 100%;
  max-width: 500px;
  color: var(--graycard);
  margin-bottom: 30px;
}

.text-span-14 {
  font-weight: 700;
}

.image-117 {
  width: 150px;
}

.div-block-298 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: grid;
}

.image-118 {
  width: 160px;
  margin-bottom: 20px;
}

.paragraph-9 {
  margin-bottom: 20px;
}

.mobilescroll {
  display: none;
}

.background-video-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-299 {
  flex-flow: row;
  margin-bottom: 120px;
  display: flex;
}

.div-block-300 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.div-block-300.white {
  color: var(--graycard);
}

.heading-19 {
  margin-bottom: 10px;
}

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

.text-block-74 {
  color: var(--graycard);
  margin-bottom: 120px;
  font-size: 24px;
}

.heading-20 {
  margin-bottom: 40px;
}

.heading-20.centert {
  text-align: center;
}

.code-embed-6 {
  width: 100%;
}

.div-block-301 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.text-block-75 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-76 {
  font-size: 20px;
  font-weight: 500;
}

.div-block-302 {
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle {
  color: #fff;
}

.text-span-15 {
  font-size: 24px;
  font-weight: 600;
}

.div-block-303 {
  aspect-ratio: 1;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-119 {
  width: 100%;
  height: auto;
}

.div-block-304 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-120 {
  width: 100%;
  position: static;
  inset: 9% 15% auto auto;
}

.link-block {
  width: 20%;
  text-decoration: none;
  position: absolute;
  inset: 9% 9% auto auto;
}

.text-block-77 {
  color: var(--_basic---brandred);
  text-decoration: none;
  -webkit-text-decoration-color: var(--_basic---brandred);
  text-decoration-color: var(--_basic---brandred);
  font-weight: 700;
  text-decoration-style: solid;
}

.div-block-305 {
  width: 80%;
}

.dropdown-list {
  background-color: #dfa5a5;
}

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

.image-121 {
  width: 100%;
  max-width: 200%;
  height: auto;
  position: absolute;
}

.div-block-306 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.section-3 {
  background-image: url('../images/clouu2.webp');
  background-position: 50%;
  background-size: cover;
  height: 95vh;
  position: static;
}

.div-block-307 {
  color: var(--graycard);
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.whiteh {
  color: var(--graycard);
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 150px;
  display: flex;
}

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

.text-block-79 {
  width: 500px;
  font-size: 24px;
  line-height: 30px;
}

.text-block-80 {
  margin-top: 5px;
}

.text-block-81 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 28px;
}

.div-block-308 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-309 {
  border-bottom: 1px solid var(--graycard);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-310 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-82 {
  color: #c3c3c3;
  margin-bottom: 5px;
}

.image-122 {
  width: 100%;
  overflow: visible;
}

.paragraph-11 {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 22px;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-311 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 100px;
  display: grid;
}

.pageholder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.maxwh {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  margin-bottom: 20px;
  display: flex;
}

.maxwh.fele {
  flex-flow: column;
}

.maxwh.nooverflow {
  overflow: hidden;
}

.background-video-9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/landingimage.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 800px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
}

.background-video-9.newbg {
  background-image: linear-gradient(#00000059, #00000059), url('../images/care1.webp');
  padding-left: 10%;
}

.background-video-9.newbg.aboutuss {
  background-image: linear-gradient(to bottom, null, null), url('../images/MultiArnion.webp');
}

.background-video-9.newbg2 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/phone.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 10%;
}

.heading-22 {
  color: var(--graycard);
}

.heading-22.ra {
  text-align: right;
}

.div-block-312 {
  background-color: #dfdcd5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 760px;
  padding-top: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-312.red {
  background-color: var(--_basic---brandred);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10%;
}

.div-block-312.lessh {
  height: 700px;
}

.div-block-312.lesspp {
  padding-top: 5%;
}

.div-block-313 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.image-123 {
  width: 20px;
}

.text-block-83 {
  margin-left: 10px;
  margin-right: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.bluee {
  color: var(--_basic---brandblue);
  font-weight: 400;
}

.bluee.rmar {
  text-align: right;
  margin-bottom: 20px;
  margin-right: 20px;
}

.bluee.rmar.white {
  color: var(--graycard);
  text-align: left;
  margin-left: 20px;
  margin-right: 0;
}

.image-124 {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-124.scaleup.smaller {
  width: 60%;
  top: 9%;
}

.image-124.scaleup.smaller.mission {
  width: 30%;
  inset: auto 7% 25% auto;
}

.div-block-314 {
  z-index: 1;
  color: var(--graycard);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-314.lefta {
  justify-content: center;
  align-items: flex-start;
}

.div-block-314.bluee {
  color: var(--_basic---brandblue);
}

.text-block-84, .icon-2 {
  color: var(--_basic---brandred);
}

.div-block-315 {
  background-color: var(--graycard);
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1rem;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.text-block-85 {
  color: var(--_basic---brandblue);
}

.text-block-86 {
  text-align: right;
}

.div-block-316 {
  background-color: #dfdcd5;
  background-image: url('../images/Bitmap-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 20px 20px 20px 5%;
  display: flex;
}

.div-block-316.rspace {
  background-image: url('../images/contianer.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}

.div-block-131 {
  background-color: #f0effd;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.div-block-131.home {
  background-color: #fdfdfd;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.move-div {
  flex-flow: row;
  align-items: stretch;
  width: auto;
  display: flex;
}

.inner-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100vw;
  min-width: 60vw;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.inner-div.home {
  grid-template-columns: 1fr 1fr 1fr;
  width: 120vw;
  height: 50px;
}

.image-47 {
  height: 50px;
}

.image-125 {
  width: 100%;
  margin-bottom: 0;
  margin-left: -11%;
  position: absolute;
}

.div-block-317 {
  height: 350px;
}

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

.div-block-318 {
  border-bottom: 2px solid var(--_basic---brandred);
  width: 100px;
  height: 1px;
}

.div-block-319 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.background-video-10 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 800px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
}

.image-126 {
  width: 24px;
}

.div-block-320 {
  width: 100%;
}

.section-6 {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.rich-text-block {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-12 {
  height: 100px;
}

.div-block-321 {
  max-width: 600px;
}

.text-block-88 {
  max-width: 500px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 26px;
}

.text-block-89 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

.text-block-90 {
  max-width: 350px;
  margin-bottom: 50px;
}

.faqsection {
  width: 100%;
}

.text-block-91 {
  color: var(--_basic---brandred);
  margin-top: 10px;
  font-weight: 500;
}

.mobileshower {
  display: none;
}

.paragraph-13 {
  max-width: 800px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-14 {
  text-align: right;
  max-width: 800px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-15 {
  max-width: 600px;
  font-size: 20px;
  line-height: 24px;
}

.link-3 {
  color: var(--_basic---brandred);
}

@media screen and (min-width: 1920px) {
  .secitonspacing.nospace {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .whatsapp-chat-2 {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .section-faq {
    background-color: #fff;
  }

  .accordion-item {
    max-width: 1400px;
    box-shadow: 0 4px 5px #0003;
  }

  .accordion-wrapper.opened {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle {
    color: #fff;
  }

  .pageholder {
    flex-flow: column;
    display: flex;
  }

  .maxwh {
    margin-bottom: 20px;
  }

  .bluee.rmar {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav-menu {
    display: flex;
  }

  .navlinkdefault {
    display: none;
  }

  .maxw {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .image-45 {
    width: 50%;
    margin-bottom: 20px;
  }

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

  .grid.is--flex-centre.is--sticky {
    justify-content: flex-start;
    position: static;
  }

  .grid__item.is--45.is--vertical {
    width: 100%;
    position: sticky;
    top: 4em;
  }

  .grid__item.is--10 {
    transform: rotate(90deg);
  }

  .div-block-12.leftone.midmobile {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-3.is--sticky-target {
    min-height: auto;
  }

  .scrollsectiondesktop {
    display: none;
  }

  .productholder {
    width: 100%;
  }

  .div-block-274.leftone.midmobile, .div-block-284.leftone.midmobile, .div-block-294.leftone.midmobile {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-295._1, .div-block-295._2, .div-block-295._3 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .mobilescroll {
    display: block;
  }

  .pageholder {
    padding-left: 12px;
    padding-right: 12px;
  }

  .icon-3 {
    color: var(--_basic---brandred);
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navlinkdefault {
    display: none;
  }

  .maxw {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .image-4.bigger {
    width: 90%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .div-block-97 {
    height: 50vh;
  }

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

  .div-block-259 {
    width: auto;
    min-width: 200px;
  }

  .image-77 {
    width: 26px;
  }

  .headerstyle {
    font-size: 42px;
    line-height: 42px;
  }

  .accordion-wrapper {
    font-size: 2.6vw;
    line-height: 3vw;
  }

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

  .div-block-272 {
    width: auto;
    min-width: 200px;
  }

  .image-109 {
    width: 26px;
  }

  .div-block-282 {
    width: auto;
    min-width: 200px;
  }

  .image-112 {
    width: 26px;
  }

  .div-block-292 {
    width: auto;
    min-width: 200px;
  }

  .image-115 {
    width: 26px;
  }

  .heading-18 {
    font-size: 32px;
  }

  .paragraph-10 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .div-block {
    padding-left: 1rem;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .button.dealerbutton {
    display: none;
  }

  .button.wirebutton.lefti {
    background-color: #f7f7f7;
    box-shadow: 0 1px #0003;
  }

  .button.marr {
    margin-top: 1.5rem;
  }

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

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

  .div-block-5 {
    padding-left: 20px;
    display: flex;
  }

  .localeselector {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .localeselector.mobileshow {
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    display: flex;
  }

  .navlinkmob:hover {
    color: var(--_basic---brandred);
  }

  .maxw {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .maxw.centera {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-2.gradientbg {
    margin-bottom: 100px;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-7 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-8.centercon {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-8.centera {
    width: 100%;
    margin-bottom: 50px;
  }

  .image-4 {
    width: 100%;
  }

  .image-4.bigger.desktoph {
    margin-bottom: 20px;
    display: block;
  }

  .image-4.bigger.desktoph.topp {
    margin-top: 20px;
  }

  .image-4.bigger.mobilehh {
    display: none;
  }

  .div-block-9 {
    font-size: 16px;
    line-height: 20px;
  }

  .secitonspacing {
    margin-bottom: 100px;
  }

  .footer-dark {
    background-color: #f1f1f1;
  }

  .container-2 {
    max-width: none;
  }

  .whatsapp-chat-2 {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-container {
    bottom: 10px;
    right: 0;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .div-block-86 {
    flex-flow: column;
  }

  .div-block-90 {
    width: 50vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .image-40 {
    width: 10vw;
    margin-left: 4vw;
    margin-right: 2vw;
  }

  .text-block-33, .heading-3.nomargintop {
    text-align: center;
  }

  .image-43 {
    width: auto;
    max-width: 1000%;
    height: 100%;
  }

  .picturesection {
    margin-bottom: 50px;
  }

  .div-block-98.one {
    grid-template-columns: 1fr;
  }

  .image-45 {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .div-block-254 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 30px;
    display: grid;
  }

  .linestyle1 {
    width: 100%;
    font-size: 20px;
  }

  .div-block-257 {
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .text-block-61 {
    transition: opacity .2s, transform .2s;
  }

  .heading-10 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-62 {
    transition: opacity .2s, transform .2s;
  }

  .div-block-258 {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    margin-top: 16px;
    padding: 10px;
  }

  .code-embed-4 {
    display: none;
  }

  .div-block-260 {
    align-items: center;
    transition: transform .2s, opacity .2s;
    display: flex;
  }

  .div-block-12.leftone {
    aspect-ratio: 9 / 16;
    width: 50%;
    margin-left: 0;
  }

  .div-block-12.leftone.midmobile {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-12.leftone.midmobile.lessptop {
    margin-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .div-block-12.leftone.midmobile.dual {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    margin-right: 10px;
    position: relative;
  }

  .container-3 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container-3.is--sticky-target {
    padding: 5.89em 1.5em;
  }

  .grid__item-step._3, .grid__item-step._1, .grid__item-step._2 {
    flex-direction: column;
  }

  .image-104 {
    border-radius: 50px;
    width: 30px;
    margin-right: 8px;
  }

  .maincta {
    font-size: 18px;
    line-height: 18px;
  }

  .image-77 {
    width: 15px;
    margin-right: 4px;
  }

  .div-block-225 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

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

  .icon.accordion-icon {
    font-size: 8vw;
    transition: transform .2s;
  }

  .accordion-item-trigger {
    justify-content: space-between;
    align-items: center;
  }

  .accordion-item-trigger:hover {
    color: var(--_basic---brandred);
  }

  .section-faq {
    margin-bottom: 0;
    padding: 10vw 5vw 15vw;
  }

  .accordion-item {
    margin-bottom: 5vw;
    padding: 5vw 4vw 1vw;
  }

  .bold-text {
    font-weight: 400;
  }

  .headerstyle {
    margin-bottom: 3vw;
    font-size: 8vw;
    line-height: 9.2vw;
  }

  .headerstyle.faqheader {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 7vw;
  }

  .accordion-wrapper {
    height: 0;
    font-size: 3.6vw;
    line-height: 4vw;
    transition: height .2s;
    overflow: hidden;
  }

  .accordion-wrapper.opened {
    margin-bottom: 20px;
  }

  .accordion-heading {
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 5.2vw;
  }

  .arnionproducts {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .productcard {
    max-width: 5000px;
    margin-bottom: 20px;
  }

  .productholder {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .div-block-266 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 30px;
    display: grid;
  }

  .div-block-269 {
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .text-block-66 {
    transition: opacity .2s, transform .2s;
  }

  .heading-12 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-67 {
    transition: opacity .2s, transform .2s;
  }

  .div-block-270 {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    margin-top: 16px;
    padding: 10px;
  }

  .code-embed-5 {
    display: none;
  }

  .div-block-273 {
    align-items: center;
    transition: transform .2s, opacity .2s;
    display: flex;
  }

  .div-block-274.leftone {
    aspect-ratio: 9 / 16;
    width: 50%;
    margin-left: 0;
  }

  .div-block-274.leftone.midmobile {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-274.leftone.midmobile.lessptop {
    margin-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .div-block-274.leftone.midmobile.dual {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    margin-right: 10px;
    position: relative;
  }

  .image-108 {
    border-radius: 50px;
    width: 30px;
    margin-right: 8px;
  }

  .image-109 {
    width: 15px;
    margin-right: 4px;
  }

  .div-block-276 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 30px;
    display: grid;
  }

  .div-block-279 {
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .heading-14 {
    font-size: 36px;
    line-height: 42px;
  }

  .div-block-280 {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    margin-top: 16px;
    padding: 10px;
  }

  .div-block-283 {
    align-items: center;
    transition: transform .2s, opacity .2s;
    display: flex;
  }

  .div-block-284.leftone {
    aspect-ratio: 9 / 16;
    width: 50%;
    margin-left: 0;
  }

  .div-block-284.leftone.midmobile {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-284.leftone.midmobile.lessptop {
    margin-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .div-block-284.leftone.midmobile.dual {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    margin-right: 10px;
    position: relative;
  }

  .image-111 {
    border-radius: 50px;
    width: 30px;
    margin-right: 8px;
  }

  .image-112 {
    width: 15px;
    margin-right: 4px;
  }

  .div-block-286 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 30px;
    display: grid;
  }

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

  .div-block-289 {
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .heading-16 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

  .div-block-290 {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    margin-top: 16px;
    padding: 10px;
  }

  .div-block-293 {
    align-items: center;
    transition: transform .2s, opacity .2s;
    display: flex;
  }

  .div-block-294.leftone {
    aspect-ratio: 9 / 16;
    width: 50%;
    margin-left: 0;
  }

  .div-block-294.leftone.midmobile {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-294.leftone.midmobile.lessptop {
    margin-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .div-block-294.leftone.midmobile.dual {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    margin-right: 10px;
    position: relative;
  }

  .image-114 {
    border-radius: 50px;
    width: 30px;
    margin-right: 8px;
  }

  .div-block-295 {
    height: 90vh;
  }

  .image-115 {
    width: 15px;
    margin-right: 4px;
  }

  .heading-18 {
    font-size: 26px;
    line-height: 32px;
  }

  .mobilescroll {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-299 {
    flex-flow: column;
  }

  .div-block-300 {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .text-block-74 {
    text-align: center;
    line-height: 28px;
  }

  .heading-21 {
    line-height: 34px;
  }

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

  .maxwh.newer {
    flex-flow: column;
  }

  .background-video-9 {
    height: 600px;
    padding-left: 20px;
  }

  .background-video-9.newbg.aboutuss {
    padding-bottom: 30px;
  }

  .div-block-312 {
    height: auto;
    padding-top: 80%;
    padding-bottom: 100px;
    padding-right: 20px;
  }

  .div-block-312.red {
    padding-top: 20px;
  }

  .div-block-312.lessh {
    height: auto;
    padding-top: 78%;
    padding-bottom: 50px;
  }

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

  .text-block-83.ra {
    text-align: right;
  }

  .bluee.rmar.white.more-spacing-bottom {
    margin-bottom: 0;
  }

  .image-124.scaleup {
    width: 150%;
    max-width: 150%;
  }

  .image-124.scaleup.bigger {
    width: 180%;
    max-width: 180%;
  }

  .image-124.scaleup.smaller {
    width: 100%;
    top: 0%;
  }

  .image-124.scaleup.smaller.mission {
    display: none;
  }

  .image-124.leftscale {
    width: 200%;
    max-width: 200%;
    top: 13%;
    left: -97%;
  }

  .image-124.leftscale.mobileh {
    display: none;
  }

  .div-block-316 {
    width: 100%;
  }

  .div-block-316.rspace {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .inner-div {
    width: 200vw;
  }

  .inner-div.home {
    width: 400vw;
  }

  .div-block-317 {
    height: 250px;
  }

  .text-block-88 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-89 {
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

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

  .div-block-322 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobileshower {
    width: 100%;
    max-width: 1000%;
    margin-bottom: 10px;
    margin-left: 20px;
    display: block;
  }

  .paragraph-14 {
    margin-top: 180px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-15 {
    padding-right: 20px;
  }
}

#w-node-_5f37df16-5d43-b172-f6e6-2a428e1615e6-8e1615df, #w-node-_5f37df16-5d43-b172-f6e6-2a428e1615ef-8e1615df, #w-node-_5f37df16-5d43-b172-f6e6-2a428e1615fa-8e1615df, #w-node-_19e4669a-7cb4-8542-1f59-155e8866af06-e951df51, #w-node-_25d66dcc-02c0-54c4-f479-be6fcf30a614-e951df51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


