.elementor-12069 .elementor-element.elementor-element-8a7417a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:128px;--margin-bottom:112px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12069 .elementor-element.elementor-element-47ace0a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12069 .elementor-element.elementor-element-260a348 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-accordion-item{border-width:1px;}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-accordion-item .elementor-tab-content{border-width:1px;}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-accordion-item .elementor-tab-title.elementor-active{border-width:1px;}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-tab-title{padding:32px 0px 32px 0px;}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-tab-title .elementor-accordion-icon.elementor-accordion-tab-icon .elementor-icon{font-size:24px;}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-accordion-icon.elementor-accordion-tab-icon .elementor-icon{border-width:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;color:var( --e-global-color-primary );}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-accordion-icon.elementor-accordion-tab-icon .elementor-icon svg{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-accordion-icon.elementor-accordion-tab-icon.elementor-accordion-icon-left{margin-right:30px;}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-accordion-icon.elementor-accordion-tab-icon.elementor-accordion-icon-right{margin-left:30px;}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-tab-title .elementor-accordion-icon:not(.elementor-accordion-tab-icon){font-size:16px;}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-accordion-icon:not(.elementor-accordion-tab-icon) svg{width:16px;height:16px;}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-accordion-icon:not(.elementor-accordion-tab-icon).elementor-accordion-icon-left{margin-right:10px;}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-accordion-icon:not(.elementor-accordion-tab-icon).elementor-accordion-icon-right{margin-left:10px;}.elementor-12069 .elementor-element.elementor-element-fda0259 .elementor-tab-content{color:#51564E;font-family:"Inter", Sans-serif;font-size:17px;font-weight:400;line-height:140%;padding:32px 0px 32px 0px;}.elementor-12069 .elementor-element.elementor-element-fda0259 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 170px 0px 170px;}:root{--page-title-display:none;}@media(max-width:810px){.elementor-12069 .elementor-element.elementor-element-fda0259 > .elementor-widget-container{padding:20px 20px 20px 20px;}}@media(min-width:811px){.elementor-12069 .elementor-element.elementor-element-8a7417a{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-47ace0a */@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=DM+Sans:500,700|Inter:500,400,600");

/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/67c9913c416a064608f3368c.67c99142416a064608f3368f.3osyIbV.hch.png");


.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.component-wrapper a {
  display: contents;
  pointer-events: auto;
  text-decoration: none;
}

.component-wrapper * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  pointer-events: none;
}

.component-wrapper a *,
.component-wrapper input,
.component-wrapper video,
.component-wrapper iframe {
  pointer-events: auto;
}

.component-wrapper.not-ready,
.component-wrapper.not-ready * {
  visibility: hidden !important;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.full-width-a {
  width: 100%;
}

.full-height-a {
  height: 100%;
}

.container-center-vertical {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  pointer-events: none;
}

.container-center-vertical > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.auto-animated div {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated input {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
  opacity: 1;
}

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from { opacity: 0 }
 to { opacity: 1 }
}

.animate-nodelay {
  animation-delay: 0s;
}

.align-self-flex-start {
  align-self: flex-start;
}

.align-self-flex-end {
  align-self: flex-end;
}

.align-self-flex-center {
  align-self: flex-center;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

input:focus {
  outline: none;
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}
:root { 
  --azure-radiance: #007aff;
  --black: #000000;
  --blue-jeans: #5cadff;
  --bon-jour: #e0e1de;
  --delta: #a1a79e;
  --fuscous-gray: #50564d;
  --gallery: #eff0ee;
  --gray-nickel: #c1c5be;
  --heavy-metal: #282b26;
  --lunar-green: #3c4039;
  --mummys-tomb: #838b7e;
  --rangoon-green: #1b27171a;
  --science-blue: #0263d0;
  --storm-dust: #646b60;
  --white: #ffffff;
  --white-2: #ffffff99;
 
  --font-size-l: 24px;
  --font-size-m: 20px;
  --font-size-s: 16px;
  --font-size-xl: 31px;
  --font-size-xs: 14px;
  --font-size-xxl: 39px;
  --font-size-xxxl: 48px;
 
  --font-family-dm_sans: "DM Sans", Helvetica;
  --font-family-inter: "Inter", Helvetica;
}
.bodybase---regular {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.bodybase---medium {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
}

.bodybase---semibold {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
}

.bodymd---regular {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.bodylg---regular {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.bodysm---regular {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.bodysm---medium {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
}

.uppercasemd---medium {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}

.dmsans-medium-storm-dust-16px {
  color: var(--storm-dust);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}

.dmsans-bold-heavy-metal-16px {
  color: var(--heavy-metal);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
}

.dmsans-medium-lunar-green-16px {
  color: var(--lunar-green);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}

.dmsans-medium-storm-dust-14px {
  color: var(--storm-dust);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 500;
}

.dmsans-bold-black-48px {
  color: var(--black);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.dmsans-bold-black-20px {
  color: var(--black);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.dmsans-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
}

.dmsans-medium-fuscous-gray-16px {
  color: var(--fuscous-gray);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}

.dmsans-bold-heavy-metal-31px {
  color: var(--heavy-metal);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.dmsans-bold-black-25px {
  color: var(--black);
  font-family: var(--font-family-dm_sans);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}

.dmsans-medium-black-39px {
  color: var(--black);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 500;
}

.dmsans-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
}

.dmsans-bold-black-31px {
  color: var(--black);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.dmsans-bold-black-39px {
  color: var(--black);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

:root {
}


.button-text-link {
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
}

.content {
  background-color: transparent;
  position: relative;
}

.divider-inline {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 1px;
  justify-content: center;
  position: relative;
}

.footer-menu-group-title {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  justify-content: center;
  position: relative;
}

.image-1 {
  background-color: transparent;
  object-fit: cover;
}

.l-icon {
  background-color: transparent;
  height: 18px;
  position: relative;
  width: 18px;
}

.line {
  align-self: stretch;
  background-color: transparent;
  height: 1px;
  margin-top: -0.50px;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.text-link-menu {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}

.title-text {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 19.2px;
  margin-top: -1.00px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.heading-wrapper {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
  width: 100%;
}

.iconai {
  background-color: transparent;
  height: 20px;
  position: relative;
  width: 20px;
}

.l {
  background-color: transparent;
  position: relative;
}
/* screen - faq */

.faq {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  left: 0px;
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
  top: 0px;
}

.faq .navbar2-full-width-EQm6qQ {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  gap: 167px;
  justify-content: space-around;
  padding: 0px 40px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.faq .content-3SqThZ {
  align-items: flex-start;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--gray-nickel);
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
}

.faq .main-menu-LjV6Jl {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 24px 0px;
  position: relative;
  width: 100%;
}

.faq .l-qBbgZk {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 52px;
  position: relative;
}

.faq .group-1-b7htIg {
  background-color: transparent;
  height: 23.928220748901367px;
  position: relative;
  width: 546px;
}

.faq .image-1-Ir7FfZ {
  cursor: pointer;
  height: 24px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 99px;
}

.faq .frame-27-Ir7FfZ {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  gap: 40px;
  left: 151px;
  position: absolute;
  top: 2px;
}

.faq .text-wrapper-tkcfDU {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-wrapper-BKwP3l {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-wrapper-I3v3M0 {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-wrapper-2VjXMO {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .r-qBbgZk {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: flex-end;
  position: relative;
}

.faq .button-text-iV9yyB {
  align-items: center;
  background-color: var(--azure-radiance);
  border-radius: 12px;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  overflow: hidden;
  padding: 16px 20px;
  position: relative;
}

.faq .text-wrapper-bMnNL9 {
  align-items: center;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  overflow: hidden;
  padding: 0px 8px;
}

.faq .text-92rW0a {
  line-height: 17.6px;
  text-align: left;
}

.faq .faq-section03-EQm6qQ {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 60px;
  overflow: hidden;
  padding: 128px 40px 112px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.faq .container-5RJvyh {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 60px;
  max-width: 1204px;
  position: relative;
  width: 100%;
}

.faq .seciton-headling-level-1-style-2-VKIk94 {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  max-width: 800px;
  position: relative;
  width: 100%;
}

.faq .text-wrapper-Jt31uy {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.faq .small-eyebrow-tag-label-style-2-wu3DiW {
  align-items: center;
  background-color: transparent;
  border-radius: 24px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}

.faq .content-4Da9F5 {
  color: var(--science-blue);
  font-style: normal;
  font-weight: 500;
  line-height: 21.1px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.faq .heading-wrapper-wu3DiW {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
  width: 100%;
}

.faq .headline-vSx0lS {
  background-color: transparent;
  flex: 1;
  letter-spacing: 0.00px;
  line-height: 55.7px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.faq .list-VKIk94 {
  align-items: center;
  display: flex;
  gap: 32px;
  max-width: 860px;
  width: 100%;
}

.faq .faq-item-style-3-WzO69c {
  border-color: var(--gray-nickel);
}

.faq .iconminus-medium-oOijfd {
  background-color: transparent;
  height: 24px;
  position: relative;
  width: 24px;
}

.faq .content-jcZW21 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 0px 24px 24px 0px;
  width: 100%;
}

.faq .faq-content-jmhxhr {
  background-color: transparent;
  color: var(--fuscous-gray);
  flex: 1;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
  text-align: left;
}

.faq .faq-item-style-3-0O8zLy {
  border-color: var(--bon-jour);
}

.faq .faq-item-style-3-MbyAxY {
  border-color: var(--bon-jour);
}

.faq .faq-item-style-3-xSwNKE {
  border-color: var(--bon-jour);
}

.faq .faq-item-style-3-XFxr8B {
  border-color: var(--bon-jour);
}

.faq .footer1-EQm6qQ {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 72px;
  padding: 80px 40px 48px;
  position: relative;
  width: 1440px;
  z-index: 0;
}

.faq .content-v4MPf8 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  max-width: 1204px;
  width: 100%;
}

.faq .content-HTJXYD {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 60px;
  padding: 0px 0px 112px;
  width: 100%;
}

.faq .logo-divider-T9tGpt {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  position: relative;
  width: 100%;
}

.faq .image-1-5FkDRP {
  height: 28.762205123901367px;
  position: relative;
  width: 119px;
}

.faq .divider-inline-5FkDRP {
  flex: 1;
  flex-grow: 1;
}

.faq .wrapper-T9tGpt {
  align-self: stretch;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 40px 40px;
  width: 100%;
}

.faq .wrapper-2UY1G2 {
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  justify-content: center;
  min-width: 160px;
}

.faq .list-wxbxZO {
  align-items: flex-start;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
}

.faq .content-jC1hze {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-NIQArC {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-x6PIA3 {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .content-nSlxtR {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-XkmslH {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-7NooVg {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .wrapper-uWtkS0 {
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  justify-content: center;
  min-width: 160px;
}

.faq .list-6YNZSc {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
}

.faq .content-C2bm5a {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-iVKQT8 {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-IH6pVa {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .wrapper-zQqsVs {
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  justify-content: center;
  min-width: 160px;
}

.faq .list-kZ9qGo {
  align-items: flex-start;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
}

.faq .content-aD2Idu {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-8f4o8x {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-CZV4CX {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .content-tgb1uE {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-TVt3B0 {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-HRFAOP {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .wrapper-YINC3U {
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  justify-content: center;
  min-width: 160px;
}

.faq .list-GZBPbI {
  align-items: flex-start;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
}

.faq .content-voRDUP {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-0QBJcb {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-t0fUVx {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .content-2gqwyL {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-Y5kA77 {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-2uEGH5 {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .divider-inline-HTJXYD {
  align-self: stretch;
  width: 100%;
}

.faq .footer-HTJXYD {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 32px 32px;
  justify-content: center;
  padding: 24px 0px;
  position: relative;
  width: 100%;
}

.faq .x2018-dol-english-JA2Ss6 {
  background-color: transparent;
  color: var(--fuscous-gray);
  flex: 1;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  margin-top: -1.00px;
  position: relative;
  text-align: left;
}

.faq .group-JA2Ss6 {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 24px;
  justify-content: center;
  position: relative;
}

.faq .content-xc8LLa {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-vQuSxg {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-5N9ajt {
  line-height: 17.6px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .content-7yBtUb {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-G6mqVa {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-wrRnfm {
  line-height: 17.6px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .content-bi1qbs {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-JZxe36 {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-Q8tIJr {
  line-height: 17.6px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .faq-item-style-3 {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1.0032786130905151px;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.faq .faq-title {
  background-color: transparent;
  flex: 1;
  letter-spacing: 0.00px;
  line-height: 28.4px;
  margin-top: -1.00px;
  position: relative;
  text-align: left;
}

.faq .icon-wrapper {
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  padding: 2px 0px 0px;
  position: relative;
}

.faq .iconplus-medium {
  background-color: transparent;
  height: 24px;
  position: relative;
  width: 24px;
}

.faq .label {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 19.5px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.faq .list {
  background-color: transparent;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.faq .text {
  background-color: transparent;
  letter-spacing: 0.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.faq .text-wrapper {
  background-color: transparent;
  flex: 0 0 auto;
  position: relative;
}

.faq .title-block {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  padding: 0px 24px 32px 0px;
  position: relative;
  width: 100%;
}

.faq .vector {
  background-color: transparent;
  height: 16px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 16px;
}

.faq .wrapper {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  position: relative;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-260a348 */@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=DM+Sans:500,700|Inter:500,400,600");

/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/67c9913c416a064608f3368c.67c99142416a064608f3368f.3osyIbV.hch.png");


.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.component-wrapper a {
  display: contents;
  pointer-events: auto;
  text-decoration: none;
}

.component-wrapper * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  pointer-events: none;
}

.component-wrapper a *,
.component-wrapper input,
.component-wrapper video,
.component-wrapper iframe {
  pointer-events: auto;
}

.component-wrapper.not-ready,
.component-wrapper.not-ready * {
  visibility: hidden !important;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.full-width-a {
  width: 100%;
}

.full-height-a {
  height: 100%;
}

.container-center-vertical {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  pointer-events: none;
}

.container-center-vertical > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.auto-animated div {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated input {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
  opacity: 1;
}

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from { opacity: 0 }
 to { opacity: 1 }
}

.animate-nodelay {
  animation-delay: 0s;
}

.align-self-flex-start {
  align-self: flex-start;
}

.align-self-flex-end {
  align-self: flex-end;
}

.align-self-flex-center {
  align-self: flex-center;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

input:focus {
  outline: none;
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}
:root { 
  --azure-radiance: #007aff;
  --black: #000000;
  --blue-jeans: #5cadff;
  --bon-jour: #e0e1de;
  --delta: #a1a79e;
  --fuscous-gray: #50564d;
  --gallery: #eff0ee;
  --gray-nickel: #c1c5be;
  --heavy-metal: #282b26;
  --lunar-green: #3c4039;
  --mummys-tomb: #838b7e;
  --rangoon-green: #1b27171a;
  --science-blue: #0263d0;
  --storm-dust: #646b60;
  --white: #ffffff;
  --white-2: #ffffff99;
 
  --font-size-l: 24px;
  --font-size-m: 20px;
  --font-size-s: 16px;
  --font-size-xl: 31px;
  --font-size-xs: 14px;
  --font-size-xxl: 39px;
  --font-size-xxxl: 48px;
 
  --font-family-dm_sans: "DM Sans", Helvetica;
  --font-family-inter: "Inter", Helvetica;
}
.bodybase---regular {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.bodybase---medium {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
}

.bodybase---semibold {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
}

.bodymd---regular {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.bodylg---regular {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.bodysm---regular {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.bodysm---medium {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
}

.uppercasemd---medium {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}

.dmsans-medium-storm-dust-16px {
  color: var(--storm-dust);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}

.dmsans-bold-heavy-metal-16px {
  color: var(--heavy-metal);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
}

.dmsans-medium-lunar-green-16px {
  color: var(--lunar-green);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}

.dmsans-medium-storm-dust-14px {
  color: var(--storm-dust);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 500;
}

.dmsans-bold-black-48px {
  color: var(--black);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.dmsans-bold-black-20px {
  color: var(--black);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.dmsans-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 700;
}

.dmsans-medium-fuscous-gray-16px {
  color: var(--fuscous-gray);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}

.dmsans-bold-heavy-metal-31px {
  color: var(--heavy-metal);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.dmsans-bold-black-25px {
  color: var(--black);
  font-family: var(--font-family-dm_sans);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}

.dmsans-medium-black-39px {
  color: var(--black);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 500;
}

.dmsans-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
}

.dmsans-bold-black-31px {
  color: var(--black);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.dmsans-bold-black-39px {
  color: var(--black);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

:root {
}


.button-text-link {
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
}

.content {
  background-color: transparent;
  position: relative;
}

.divider-inline {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 1px;
  justify-content: center;
  position: relative;
}

.footer-menu-group-title {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  justify-content: center;
  position: relative;
}

.image-1 {
  background-color: transparent;
  object-fit: cover;
}

.l-icon {
  background-color: transparent;
  height: 18px;
  position: relative;
  width: 18px;
}

.line {
  align-self: stretch;
  background-color: transparent;
  height: 1px;
  margin-top: -0.50px;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.text-link-menu {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}

.title-text {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 19.2px;
  margin-top: -1.00px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.heading-wrapper {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
  width: 100%;
}

.iconai {
  background-color: transparent;
  height: 20px;
  position: relative;
  width: 20px;
}

.l {
  background-color: transparent;
  position: relative;
}
/* screen - faq */

.faq {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  left: 0px;
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
  top: 0px;
}

.faq .navbar2-full-width-EQm6qQ {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  gap: 167px;
  justify-content: space-around;
  padding: 0px 40px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.faq .content-3SqThZ {
  align-items: flex-start;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--gray-nickel);
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
}

.faq .main-menu-LjV6Jl {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 24px 0px;
  position: relative;
  width: 100%;
}

.faq .l-qBbgZk {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 52px;
  position: relative;
}

.faq .group-1-b7htIg {
  background-color: transparent;
  height: 23.928220748901367px;
  position: relative;
  width: 546px;
}

.faq .image-1-Ir7FfZ {
  cursor: pointer;
  height: 24px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 99px;
}

.faq .frame-27-Ir7FfZ {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  gap: 40px;
  left: 151px;
  position: absolute;
  top: 2px;
}

.faq .text-wrapper-tkcfDU {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-wrapper-BKwP3l {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-wrapper-I3v3M0 {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-wrapper-2VjXMO {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .r-qBbgZk {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: flex-end;
  position: relative;
}

.faq .button-text-iV9yyB {
  align-items: center;
  background-color: var(--azure-radiance);
  border-radius: 12px;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  overflow: hidden;
  padding: 16px 20px;
  position: relative;
}

.faq .text-wrapper-bMnNL9 {
  align-items: center;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  overflow: hidden;
  padding: 0px 8px;
}

.faq .text-92rW0a {
  line-height: 17.6px;
  text-align: left;
}

.faq .faq-section03-EQm6qQ {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 60px;
  overflow: hidden;
  padding: 128px 40px 112px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.faq .container-5RJvyh {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 60px;
  max-width: 1204px;
  position: relative;
  width: 100%;
}

.faq .seciton-headling-level-1-style-2-VKIk94 {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  max-width: 800px;
  position: relative;
  width: 100%;
}

.faq .text-wrapper-Jt31uy {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.faq .small-eyebrow-tag-label-style-2-wu3DiW {
  align-items: center;
  background-color: transparent;
  border-radius: 24px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}

.faq .content-4Da9F5 {
  color: var(--science-blue);
  font-style: normal;
  font-weight: 500;
  line-height: 21.1px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.faq .heading-wrapper-wu3DiW {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
  width: 100%;
}

.faq .headline-vSx0lS {
  background-color: transparent;
  flex: 1;
  letter-spacing: 0.00px;
  line-height: 55.7px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.faq .list-VKIk94 {
  align-items: center;
  display: flex;
  gap: 32px;
  max-width: 860px;
  width: 100%;
}

.faq .faq-item-style-3-WzO69c {
  border-color: var(--gray-nickel);
}

.faq .iconminus-medium-oOijfd {
  background-color: transparent;
  height: 24px;
  position: relative;
  width: 24px;
}

.faq .content-jcZW21 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 0px 24px 24px 0px;
  width: 100%;
}

.faq .faq-content-jmhxhr {
  background-color: transparent;
  color: var(--fuscous-gray);
  flex: 1;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-top: -1.00px;
  position: relative;
  text-align: left;
}

.faq .faq-item-style-3-0O8zLy {
  border-color: var(--bon-jour);
}

.faq .faq-item-style-3-MbyAxY {
  border-color: var(--bon-jour);
}

.faq .faq-item-style-3-xSwNKE {
  border-color: var(--bon-jour);
}

.faq .faq-item-style-3-XFxr8B {
  border-color: var(--bon-jour);
}

.faq .footer1-EQm6qQ {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 72px;
  padding: 80px 40px 48px;
  position: relative;
  width: 1440px;
  z-index: 0;
}

.faq .content-v4MPf8 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  max-width: 1204px;
  width: 100%;
}

.faq .content-HTJXYD {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 60px;
  padding: 0px 0px 112px;
  width: 100%;
}

.faq .logo-divider-T9tGpt {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  position: relative;
  width: 100%;
}

.faq .image-1-5FkDRP {
  height: 28.762205123901367px;
  position: relative;
  width: 119px;
}

.faq .divider-inline-5FkDRP {
  flex: 1;
  flex-grow: 1;
}

.faq .wrapper-T9tGpt {
  align-self: stretch;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 40px 40px;
  width: 100%;
}

.faq .wrapper-2UY1G2 {
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  justify-content: center;
  min-width: 160px;
}

.faq .list-wxbxZO {
  align-items: flex-start;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
}

.faq .content-jC1hze {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-NIQArC {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-x6PIA3 {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .content-nSlxtR {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-XkmslH {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-7NooVg {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .wrapper-uWtkS0 {
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  justify-content: center;
  min-width: 160px;
}

.faq .list-6YNZSc {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
}

.faq .content-C2bm5a {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-iVKQT8 {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-IH6pVa {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .wrapper-zQqsVs {
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  justify-content: center;
  min-width: 160px;
}

.faq .list-kZ9qGo {
  align-items: flex-start;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
}

.faq .content-aD2Idu {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-8f4o8x {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-CZV4CX {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .content-tgb1uE {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-TVt3B0 {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-HRFAOP {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .wrapper-YINC3U {
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  justify-content: center;
  min-width: 160px;
}

.faq .list-GZBPbI {
  align-items: flex-start;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
}

.faq .content-voRDUP {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-0QBJcb {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-t0fUVx {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .content-2gqwyL {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-Y5kA77 {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-2uEGH5 {
  line-height: 19.5px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .divider-inline-HTJXYD {
  align-self: stretch;
  width: 100%;
}

.faq .footer-HTJXYD {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 32px 32px;
  justify-content: center;
  padding: 24px 0px;
  position: relative;
  width: 100%;
}

.faq .x2018-dol-english-JA2Ss6 {
  background-color: transparent;
  color: var(--fuscous-gray);
  flex: 1;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  margin-top: -1.00px;
  position: relative;
  text-align: left;
}

.faq .group-JA2Ss6 {
  align-items: center;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 24px;
  justify-content: center;
  position: relative;
}

.faq .content-xc8LLa {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-vQuSxg {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-5N9ajt {
  line-height: 17.6px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .content-7yBtUb {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-G6mqVa {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-wrRnfm {
  line-height: 17.6px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .content-bi1qbs {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq .text-wrapper-JZxe36 {
  align-items: flex-start;
  display: inline-flex;
  overflow: hidden;
}

.faq .text-Q8tIJr {
  line-height: 17.6px;
  margin-top: -1.00px;
  text-align: center;
}

.faq .faq-item-style-3 {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1.0032786130905151px;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.faq .faq-title {
  background-color: transparent;
  flex: 1;
  letter-spacing: 0.00px;
  line-height: 28.4px;
  margin-top: -1.00px;
  position: relative;
  text-align: left;
}

.faq .icon-wrapper {
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  padding: 2px 0px 0px;
  position: relative;
}

.faq .iconplus-medium {
  background-color: transparent;
  height: 24px;
  position: relative;
  width: 24px;
}

.faq .label {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: 19.5px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.faq .list {
  background-color: transparent;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.faq .text {
  background-color: transparent;
  letter-spacing: 0.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.faq .text-wrapper {
  background-color: transparent;
  flex: 0 0 auto;
  position: relative;
}

.faq .title-block {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  padding: 0px 24px 32px 0px;
  position: relative;
  width: 100%;
}

.faq .vector {
  background-color: transparent;
  height: 16px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 16px;
}

.faq .wrapper {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  position: relative;
}/* End custom CSS */