@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-ExtraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-ExtraBoldItalic.otf') format("opentype"), url('../fonts/Segment-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-ExtraBold.otf') format("opentype"), url('../fonts/Segment-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segment;
  src: url('../fonts/Segment-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

.section {
  background-color: #f34900;
  padding-top: 16px;
  padding-bottom: 16px;
}

.container {
  max-width: 1390px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container._12 {
  z-index: 11;
}

.div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #fbf7ec;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.paragraph.dis {
  display: none;
}

.body {
  color: #000;
  background-color: #f8efda;
  font-family: Segment, Arial, sans-serif;
}

.link {
  font-weight: 500;
}

.link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fbf7ec;
  flex-flow: column;
  height: auto;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1em;
  display: block;
  overflow: hidden;
}

.link-2.hoverbtn.dis {
  display: none;
}

.navbar {
  background-color: #f8efda;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 0;
}

.container-2 {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #231f20;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.nav-link.w--current {
  color: #231f20;
}

.nav-link.top {
  text-decoration: none;
}

.nav-link.top.hoversw:hover {
  color: #f34900;
}

.nav-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #231f20;
  border: 1px solid #231f20;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.link-block.top-20 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  font-size: 1rem;
}

.link-block.top-20._231f20 {
  z-index: 11;
  color: #fff;
  background-color: #231f20;
  position: relative;
}

.link-block.top-20.rgb243-73-0 {
  color: #fff;
  background-color: #f34900;
}

.image {
  width: 16px;
  height: 16px;
}

.text-block {
  font-size: 1rem;
}

.hero-section {
  background-color: #f8efda;
  background-image: url('../images/hero-section-illustration-5a3432fadc1dbf532ea541df1e5555a5.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  padding-top: 64px;
  padding-bottom: 160px;
}

.div-block-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-5 {
  width: 100%;
  max-width: 521px;
}

.heading {
  color: #231f20;
  letter-spacing: -.025em;
  font-size: 4.5rem;
  line-height: 1em;
}

.paragraph-2 {
  letter-spacing: -.025em;
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.div-block-6 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.link-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #f34900;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 48px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-decoration: none;
  display: flex;
}

.link-block-2._2 {
  color: #231f20;
  background-color: #f3490000;
  border: 1px solid #231f20;
}

.link-block-2._2.hoversw.hide {
  display: none;
}

.link-block-2.rgb-35-31-32 {
  background-color: #231f20;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-2.rgb-35-31-32.hoversw.none.leftion {
  justify-content: center;
  align-items: center;
  margin-left: 0;
}

.link-block-2.rgb-35-31-32.hoversw.none.leftion._0 {
  margin-top: 15px;
}

.div-block-7 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 100%;
  max-width: 560px;
  padding: 64px 20px 96px;
  display: flex;
}

.div-block-8 {
  background-color: #fbf7ec;
  border-radius: .5rem;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-8:hover {
  background-color: #f3e5c1;
}

.image-2 {
  width: 100%;
  max-width: 144px;
}

.div-block-9 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  width: 100%;
  padding: 20px;
  display: flex;
}

.heading-2 {
  color: #231f20;
  letter-spacing: -.025em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.imagearrow {
  width: 24px;
  height: 24px;
}

.logo-slider {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #fbf7ec00;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-slider-section {
  background-color: #fbf7ec;
  margin-bottom: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.logo-slider-section.fffdf9 {
  background-color: #fffdf9;
  margin-bottom: 0;
  display: block;
}

.image-3 {
  transform-style: preserve-3d;
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

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

.section-2._2 {
  background-color: #fbf7ec;
  padding-top: 80px;
  position: relative;
}

.heading-3 {
  color: #231f20;
  text-align: center;
  letter-spacing: -.025em;
  margin-bottom: 64px;
  font-size: 3rem;
  line-height: 3.75rem;
}

.heading-3.hide {
  display: none;
}

.image-4 {
  margin-bottom: 112px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-4.hide {
  display: none;
}

.div-block-10 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: .42fr .29fr .29fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.div-block-11 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: .5rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fbf7ec;
  border-radius: .5rem;
  flex-flow: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.div-block-12.pb-90 {
  border-bottom: 4px solid #f34900;
  border-radius: 1rem;
  padding-bottom: 6rem;
}

.div-block-12.pb-90.f8efda {
  background-color: #f8efda;
}

.div-block-12.pb-90.f8efda._122131 {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 2rem;
}

.image-5 {
  background-color: #f34900;
  border-radius: 50%;
  width: 48px;
  max-width: none;
  height: 48px;
  padding: .5rem;
  display: block;
  overflow: visible;
}

.div-block-13 {
  background-color: #f349001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: .5rem;
  display: flex;
}

.image-6 {
  color: #f34900;
}

.heading-4 {
  color: #231f20;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.heading-4._12312 {
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-4.top-20px {
  margin-top: 20px;
}

.paragraph-3 {
  font-size: 1.125rem;
}

.paragraph-4 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.section-3 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 128px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.heading-5 {
  color: #231f20;
  text-align: center;
  letter-spacing: -.025em;
  margin-bottom: 24px;
  font-size: 3rem;
  line-height: 3.75rem;
}

.heading-5.left {
  text-align: left;
  letter-spacing: -.05em;
  margin-bottom: 64px;
  font-weight: 600;
}

.heading-5.left._0 {
  margin-bottom: 0;
}

.heading-5.left._400 {
  z-index: 11;
  color: #fff;
  max-width: 400px;
  margin-bottom: 0;
  position: relative;
}

.heading-5._123 {
  margin-bottom: 3rem;
}

.heading-5.left-text {
  text-align: left;
  letter-spacing: -.05em;
  margin-bottom: 64px;
  font-weight: 600;
}

.heading-5.left-text._0 {
  margin-bottom: 0;
}

.heading-5.left-text._400 {
  z-index: 11;
  color: #fff;
  max-width: 400px;
  margin-bottom: 0;
  position: relative;
}

.heading-5.left-text.asdasda {
  margin-bottom: 10px;
}

.image-7 {
  width: 2349px;
  max-width: 2349px;
}

.section-4 {
  background-color: #fbf7ec;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
}

.section-4._112 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.image-8 {
  width: 100%;
  height: 24px;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
}

.image-9 {
  transform-style: preserve-3d;
  width: 100%;
  height: 24px;
  position: absolute;
  inset: auto 0 -24px;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.div-block-14 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  width: 100%;
  max-width: 672px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid #edd8a2;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 220px;
  padding-left: 32px;
  display: flex;
  position: sticky;
  top: 75px;
}

.heading-6 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.link-block-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f34900;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  font-size: .9rem;
}

.heading-7 {
  color: #231f20;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.paragraph-5 {
  color: #231f20;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.paragraph-5.fff {
  z-index: 11;
  color: #fff;
  position: relative;
}

.section-5 {
  padding-top: 128px;
  padding-bottom: 128px;
}

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

.div-block-18 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 750px;
  display: flex;
}

.div-block-18._1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.div-block-18._1._1231 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.image-10 {
  width: 100%;
  max-width: 550px;
}

.heading-8 {
  color: #231f20;
  text-align: center;
  letter-spacing: -.025em;
  margin-bottom: 80px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.div-block-19 {
  grid-column-gap: 7rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-11 {
  position: absolute;
  bottom: -15%;
  left: -20%;
}

.div-block-20 {
  height: 300vh;
  position: relative;
}

.section-6 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.container-3 {
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  letter-spacing: -.025em;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.25rem;
  text-decoration: none;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  width: -moz-fit-content;
  width: fit-content;
  margin: 112px auto 36px;
}

.paragraph-7 {
  color: #f34900;
  text-align: center;
  letter-spacing: -.03em;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.375rem;
}

.section-7 {
  padding-top: 112px;
  padding-bottom: 80px;
}

.div-block-22 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-23 {
  color: #fbf7ec;
  background-color: #231f20;
  border-radius: .5rem;
  height: 520px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.div-block-23.rgb-251-247-236 {
  color: #231f20;
  background-color: #fbf7ec;
}

.image-12 {
  position: absolute;
  bottom: -4rem;
  right: -4rem;
}

.div-block-24 {
  z-index: 111;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.heading-9 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.div-block-25 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: flex;
}

.div-block-25._5rem {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.paragraph-8 {
  font-size: 1rem;
}

.paragraph-8._1125rem {
  font-size: 1.125rem;
}

.heading-10 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.div-block-26 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-26._24 {
  border-top: 1px solid #f8efda;
  padding-top: 24px;
}

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

.div-block-28 {
  width: 100%;
  overflow: hidden;
}

.section-8 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 112px;
  position: relative;
}

.section-8.hide {
  display: none;
}

.image-13 {
  width: 100%;
  height: 24px;
  position: absolute;
  top: -24px;
  left: 0;
  right: 2px;
}

.heading-11 {
  color: #fbf7ec;
  text-align: center;
  letter-spacing: -.025em;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.div-block-29 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  font-size: 3rem;
  line-height: 3.75rem;
  display: flex;
}

.paragraph-9 {
  color: #fbf7ec;
  text-align: center;
  letter-spacing: -.025em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.image-14 {
  width: 100%;
  max-width: 1164px;
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-15 {
  position: absolute;
  top: -3rem;
  left: -15rem;
}

.image-16 {
  z-index: 11;
  width: 100%;
  height: 24px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  transform: rotate(0);
}

.section-9 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.div-block-30 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4 {
  background-color: #231f20;
  border-radius: 1.25rem;
  padding: .75rem;
  transition: transform .2s;
}

.link-block-4:hover {
  transform: translate(0, -20px);
}

.image-17 {
  height: 32px;
}

.footer-section {
  background-color: #f34900;
  margin-top: 0;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}

.image-18 {
  transform-style: preserve-3d;
  width: 100%;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.image-19 {
  position: absolute;
  top: -8rem;
  right: -8rem;
}

.div-block-31 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.heading-12 {
  color: #fbf7ec;
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.div-block-32 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-3 {
  color: #fbf7ec;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.div-block-33 {
  justify-content: space-between;
  align-items: center;
  margin-top: 9rem;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.section-10 {
  padding-top: 60px;
  padding-bottom: 48px;
}

.div-block-35 {
  grid-column-gap: 166px;
  grid-row-gap: 166px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.left {
  width: 100%;
  max-width: 271px;
  padding-top: 128px;
  padding-bottom: 40px;
  position: sticky;
  top: -90px;
}

.left-link {
  color: #231f20;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
}

.left-link:hover {
  color: #f34900;
}

.left-link.active {
  font-weight: 800;
  transition: transform .2s;
  transform: translate(.75rem);
}

.right-side {
  width: 100%;
}

.heading-13 {
  color: #231f20;
  margin-bottom: 8px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.heading-13.none {
  display: none;
}

.paragraph-10 {
  color: #443d3f;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.paragraph-10.none {
  display: none;
}

.heading-14 {
  color: #111827;
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33333em;
}

.paragraph-11 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.paragraph-12 {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.paragraph-12._44 {
  margin-bottom: 44px;
}

.paragraph-12._12 {
  color: #9a1219;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-12._16 {
  font-size: 16px;
}

.div-block-38 {
  margin-top: 44px;
}

.list {
  color: #f34900;
  font-size: 23px;
  list-style-type: square;
}

.list._1 {
  list-style-type: disc;
}

.list._123 {
  margin-bottom: 0;
  padding-left: 20px;
}

.list-item {
  margin-top: 24px;
  margin-bottom: 24px;
}

.list-item._1234 {
  margin-top: 0;
  margin-bottom: 0;
}

.link-5, .link-6, .link-7, .link-8, .link-9 {
  color: #000;
}

.text-span {
  text-decoration: none;
}

.link-10 {
  color: #000;
}

.bold-text {
  color: #000;
  font-weight: 400;
}

.div-block-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #eacf88;
  border-right: 1px solid #eacf88;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.div-block-40 {
  border-right: 1px solid #eacf88;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-40._3 {
  border-right-style: none;
}

.div-block-40.top {
  border-top: 1px solid #eacf88;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-20 {
  display: none;
}

.div-block-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  height: 19px;
  transition: transform .5s;
  display: flex;
  transform: translate(0, -28px);
}

.icon-2, .div-block-42, .div-block-45 {
  display: none;
}

.div-block-45.show {
  background-color: #f34900;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
  display: block;
}

.div-block-46 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.div-block-46._13123 {
  margin-bottom: 0;
}

.list-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
}

.header-top {
  background-image: linear-gradient(90deg, #ff5b04 57.68%, #ff8d07);
  padding-top: 8px;
  padding-bottom: 8px;
}

.container-4 {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fffdf9;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  display: flex;
}

.text-span-2 {
  color: #f2ff00;
}

.link-11 {
  color: #fffdf9;
  font-size: 16px;
}

.hoverbtn.toplink {
  color: #fffdf9;
  font-size: 16px;
  font-weight: 600;
}

.hoversw {
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.hoversw.toplink {
  color: #fffdf9;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  text-decoration: none;
}

.hoversw.toplink:hover {
  color: #231f20;
  border-bottom-color: #231f20;
}

.hoversw.navlink {
  color: #231f20;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}

.hoversw.navlink:hover {
  color: #ff5b04;
}

.hoversw.navlink.top-20 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.hoversw.navlink.top-20:hover {
  color: #ff5b04;
}

.hoversw.navlink.top-20._8 {
  width: -moz-fit-content;
  width: fit-content;
}

.hoversw.navlink.top-20._8:hover {
  color: #ff5b04;
}

.hoversw.open-app-linkl {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fffdf9;
  background-color: #f34900;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 13px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.hoversw.open-app-linkl:hover {
  background-color: #da3005;
}

.hoversw.start {
  color: #fffdf9;
  background-color: #ff5b04;
  border-radius: 8px;
  padding: 17px 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.hoversw.start:hover {
  background-color: #da3005;
}

.hoversw.explore-code {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #231f20;
  border: 1px solid #3a332826;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.hoversw.explore-code:hover {
  border-color: #3a332880;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #fbf7eccc;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link-2 {
  padding: 0;
}

.nav-menu-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.section-11 {
  background-color: #fbf7ec;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.div-block-49 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-50 {
  width: 48%;
  max-width: none;
}

.div-block-50._559 {
  width: 100%;
  max-width: 559px;
  position: relative;
}

.heading-15 {
  color: #231f20;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 72px;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-14 {
  color: #231f20;
  margin-bottom: 80px;
  font-size: 24px;
  line-height: 1.2em;
}

.div-block-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.div-block-51.top-80px {
  margin-top: 80px;
}

.div-block-52 {
  background-color: #f8efda;
  border-radius: 12px;
  width: 100%;
  max-width: 211px;
  padding: 24px;
}

.div-block-52._328 {
  max-width: 328px;
}

.div-block-52.f8efda1a {
  background-color: #f8efda1a;
}

.div-block-53 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.text-block-4 {
  color: #7d6a4b;
  font-size: 14px;
  line-height: 1.2em;
}

.text-block-4.fffdf9 {
  color: #fffdf9;
}

.heading-16 {
  color: #231f20;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1em;
}

.heading-16.fffdf9 {
  color: #fffdf9;
}

.image-22 {
  width: 72%;
  max-width: none;
  margin-left: -157px;
  margin-right: -50px;
}

.image-22.hide.asas {
  display: block;
}

.image-22.show {
  display: none;
}

.image-23 {
  width: 64%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-12 {
  background-color: #f8efda;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-17 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
}

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

.div-block-55 {
  background-color: #fffdf9;
  border-radius: 12px;
  padding: 24px;
}

.div-block-56 {
  margin-bottom: 16px;
  position: relative;
}

.heading-18 {
  color: #ff5b04;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
}

.paragraph-15 {
  font-size: 16px;
  line-height: 1.2em;
}

.text-span-3 {
  font-weight: 600;
}

.paragraph-16 {
  font-size: 18px;
  line-height: 1.2em;
}

.image-24 {
  display: none;
}

.text-span-4, .text-span-5 {
  font-weight: 600;
}

.section-13 {
  background-color: #fbf7ec;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-19 {
  text-align: center;
  width: 100%;
  max-width: 746px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
}

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

.div-block-58 {
  background-color: #fffdf9;
  border-radius: 12px;
  padding: 24px;
}

.image-25 {
  margin-bottom: 24px;
}

.heading-20 {
  color: #231f20;
  min-height: 48px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-17 {
  color: #231f20;
  font-size: 18px;
  line-height: 1.2em;
}

.section-14 {
  background-color: #f8efda;
  padding-top: 100px;
  padding-bottom: 120px;
}

.heading-21 {
  color: #231f20;
  text-align: center;
  width: 100%;
  max-width: 715px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
}

.image-26 {
  width: 100%;
  max-width: 1163px;
  margin-bottom: 130px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-26._123 {
  margin-bottom: 100px;
}

.image-26.asdas {
  display: none;
}

.heading-22 {
  color: #231f20;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

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

.div-block-60 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fffdf9;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block-5 {
  color: #231f20;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-18 {
  color: #7d6a4b;
  font-size: 16px;
  line-height: 1.2em;
}

.heading-23 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-19 {
  font-size: 16px;
  line-height: 1.2em;
}

.div-block-62 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fbf7ec;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 24px;
  display: block;
}

.text-block-6 {
  color: #7d6a4b;
  font-size: 16px;
  line-height: 1.4em;
}

.toplink {
  color: #fffdf9;
}

.toplink:hover {
  color: #231f20;
}

.toplink.hide._1212 {
  border: 1px #fffdf9;
  border-bottom-style: solid;
  text-decoration: none;
  display: block;
}

.toplink.dishide {
  display: none;
}

.open-app-linkl {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fffdf9;
  background-color: #ff5b04;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 13px 16px;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.open-app-linkl:hover {
  background-color: #da3005;
}

.start {
  color: #fffdf9;
  background-color: #ff5b04;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.start:hover {
  background-color: #da3005;
}

.start.open-popup {
  background-color: #ff5b04;
  justify-content: flex-start;
  align-items: center;
  min-height: 64px;
  display: flex;
}

.start.open-popup:hover {
  background-color: #da3005;
}

.start.open-popup._72 {
  min-height: 72px;
}

.start.open-popup._72.mobe {
  display: none;
}

.start._72 {
  justify-content: center;
  align-items: center;
  min-height: 72px;
  display: flex;
}

.explore-code {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #231f20;
  border: 1px solid #3a332826;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.explore-code:hover {
  border-color: #3a332880;
}

.explore-code.top-40 {
  width: auto;
  height: 48px;
  margin-top: 40px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.section-15 {
  background-image: linear-gradient(256.73deg, #ff8d07 17.48%, #ff5b04 89.89%);
  padding-top: 0;
  padding-bottom: 41px;
}

.div-block-63 {
  grid-column-gap: 116px;
  grid-row-gap: 116px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-27 {
  width: 100%;
  max-width: 569px;
  margin-top: -75px;
}

.div-block-64 {
  width: 100%;
  max-width: 676px;
}

.heading-24 {
  color: #fffdf9;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
}

.paragraph-20 {
  color: #fff;
  margin-bottom: 36px;
  font-size: 24px;
  line-height: 1.3em;
}

.button {
  color: #fffdf9;
  background-color: #231f20;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 64px;
  padding: 17px 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  display: flex;
}

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

.button.center {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.center._100 {
  display: flex;
}

.button._100.hide {
  height: 72px;
  display: flex;
}

.button._100.mobile-show {
  display: none;
}

.section-16 {
  background-color: #fffdf9;
  padding-top: 160px;
  padding-bottom: 160px;
}

.heading-25 {
  text-align: left;
  max-width: 560px;
  margin-left: 0;
  margin-right: auto;
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
}

.div-block-65 {
  max-width: 599px;
  margin-top: 0;
}

.text-block-7 {
  color: #231f20;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2em;
}

.div-block-66 {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  border-top: 1px #eee6d3;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.section-17 {
  background-color: #fbf7ec;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-26 {
  color: #231f20;
  text-align: center;
  margin-bottom: 100px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
}

.div-block-67 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-18 {
  background-color: #f8efda;
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-27 {
  color: #231f20;
  margin-bottom: 80px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
}

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

.div-block-69 {
  background-color: #fffdf9;
  border-radius: 12px;
  padding: 24px;
}

.div-block-70 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-70._2 {
  margin-bottom: 0;
}

.text-block-8 {
  color: #231f20;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
}

.paragraph-21 {
  color: #7d6a4b;
  font-size: 16px;
  line-height: 1.2em;
}

.paragraph-21._231f20 {
  color: #231f20;
  font-size: 20px;
  font-weight: 500;
}

.heading-28 {
  color: #231f20;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-9 {
  color: #7d6a4b;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2em;
}

.div-block-71 {
  background-color: #fbf7ec;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 16px 24px;
  display: flex;
}

.section-19 {
  background-color: #fffdf9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-72 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-73 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-items {
  background-color: #fbf7ec;
  border-radius: 10px;
  padding: 24px;
}

.faq-items.top-8px {
  margin-top: 8px;
}

.faq-items.fffdf9 {
  background-color: #fffdf9;
}

.faq-button {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: #231f20;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-10._231f20 {
  color: #231f20;
  font-size: 20px;
}

.div-block-74 {
  margin-top: 40px;
}

.paragraph-22 {
  color: #5a4d3a;
  max-width: 876px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.2em;
}

.paragraph-22._231f20bf {
  color: #231f20bf;
  font-size: 18px;
}

.paragraph-22._231f20bf._0 {
  margin-bottom: 0;
}

.link-block-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #ff5b04;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.link-block-5.top-12 {
  margin-top: 12px;
}

.div-block-75 {
  width: 100%;
  max-width: 212px;
}

.text-block-11 {
  color: #231f20;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.section-20 {
  background-image: linear-gradient(#ff5b04 50%, #f7931a);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-76 {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.heading-29 {
  color: #fffdf9;
  text-align: center;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 500;
  line-height: 1em;
}

.paragraph-23 {
  color: #fffdf9;
  text-align: center;
  margin-bottom: 36px;
  font-size: 24px;
  line-height: 1.2em;
}

.section-21 {
  background-image: url('../images/Footer.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.section-21.wewe {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-77 {
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.paragraph-24 {
  color: #fffdf9;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
}

.paragraph-24.top-8 {
  margin-top: 8px;
}

.paragraph-24.hoversw {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-79 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-12 {
  color: #fffdf9;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-13 {
  color: #fbf7ec;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #ff5b04 57.68%, #ff8d07);
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 600;
  display: none;
}

.hide {
  display: none;
}

.paragraph-26 {
  color: #231f20;
  font-size: 18px;
  line-height: 1.2em;
}

.div-block-80 {
  display: none;
}

.link-block-7 {
  color: #000;
  text-decoration: none;
}

.section-22 {
  z-index: 999999999;
  position: sticky;
  top: 0;
}

.popup {
  display: none;
}

.image-31 {
  max-width: 56px;
}

.arrow-icon.white {
  filter: brightness(0) invert();
}

.div-block-84 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fffdf9;
  border-radius: 28px;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  padding: 6px;
  display: flex;
}

.div-block-84._2 {
  background-color: #fffdf900;
  border-bottom: 1px solid #0000001a;
  border-radius: 0;
  margin-bottom: 40px;
  padding: 8px 8px 12px;
}

.text-block-16 {
  color: #ff5b04;
  text-transform: none;
  font-size: 16px;
  line-height: 1em;
}

.text-block-17 {
  color: #231f20;
  font-size: 16px;
  line-height: 1em;
}

.div-block-85 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.div-block-86 {
  border-left: 1px solid #eee6d3;
  padding-left: 20px;
}

.text-block-18 {
  color: #231f20;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2em;
}

.text-block-19 {
  color: #ff5b04;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-29, .paragraph-30 {
  color: #231f20;
  font-size: 18px;
  line-height: 1.2em;
}

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

.div-block-90 {
  background-color: #f8efda;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.div-block-91 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-33 {
  margin-top: 40px;
}

.section-23 {
  background-color: #fffdf9;
  border-bottom: 1px solid #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0 2px 4px #0000000a;
}

.container-v3 {
  width: 100%;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-92 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-31 {
  color: #231f20;
  font-family: Segment, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.body-3 {
  font-family: Segment, Arial, sans-serif;
}

.link-14 {
  color: #ff5b04;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.link-14.desktop:hover {
  color: #231f20;
}

.link-14.mobile {
  display: none;
}

.section-24 {
  background-color: #f9f3e7;
  padding-top: 232px;
  padding-bottom: 192px;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-93 {
  z-index: 99;
  width: 100%;
  max-width: 559px;
  position: relative;
}

.heading-31 {
  color: #231f20;
  margin-bottom: 40px;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.2em;
}

.paragraph-32 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2em;
}

.button-2 {
  color: #fffdf9;
  background-color: #ff5b04;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 72px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3px;
  display: flex;
}

.button-2.desktop:hover {
  background-color: #da3005;
}

.button-2.mobile {
  display: none;
}

.image-36 {
  z-index: 1;
  object-fit: cover;
  width: 66%;
  height: 101%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.navbar-3 {
  background-color: #ddd0;
  position: absolute;
  top: 104px;
  left: 0;
  right: 0;
}

.div-block-94 {
  position: relative;
}

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

.div-block-96 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #231f20;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #ff5b04;
}

.nav-link-3.top-16 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-menu-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-97 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fffdf9;
  background-color: #ff5b04;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.link-block-9:hover {
  background-color: #da3005;
}

.section-25 {
  background-color: #f4efe4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-32 {
  color: #231f20;
  width: 100%;
  max-width: 676px;
  margin-bottom: 80px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2em;
}

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

.div-block-99 {
  grid-column-gap: 126px;
  grid-row-gap: 126px;
  background-color: #fffdf9;
  border-radius: 16px;
  flex-flow: column;
  align-items: flex-start;
  padding: 24px;
  transition: all .2s;
  display: flex;
}

.div-block-99:hover {
  box-shadow: 0 8px 2px #0000000d;
}

.heading-33 {
  color: #231f20;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.paragraph-33 {
  color: #231f20;
  font-size: 18px;
  line-height: 1.5em;
}

.section-26 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-34 {
  color: #231f20;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4em;
}

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

.div-block-101 {
  grid-column-gap: 118px;
  grid-row-gap: 118px;
  background-color: #fbf7ec;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.heading-35 {
  color: #33a321;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-35._0e61fe {
  color: #0e61fe;
}

.heading-35.ff5b04 {
  color: #ff5b04;
}

.paragraph-34 {
  color: #231f20;
  font-size: 18px;
  line-height: 1.4em;
}

.section-27 {
  background-color: #f4efe4;
  padding-top: 100px;
  padding-bottom: 90px;
}

.heading-36 {
  color: #231f20;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-36._44px {
  font-size: 44px;
}

.image-37 {
  width: 100%;
}

.image-37.mobile {
  display: none;
}

.section-28 {
  background-color: #fffdf9;
  padding-top: 100px;
  padding-bottom: 90px;
}

.div-block-102 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10px;
  display: grid;
}

.div-block-103 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fffdf9;
  border: 1px solid #e1dfda;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.div-block-103:hover {
  box-shadow: 0 8px 2px #0000000d;
}

.image-38 {
  margin-bottom: 40px;
}

.heading-37 {
  color: #231f20;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}

.paragraph-35 {
  color: #231f20bf;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2em;
}

.link-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #231f20;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.div-block-104 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-21 {
  color: #231f20;
  background-color: #f4efe4;
  border-radius: 100px;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.2em;
}

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

.div-block-106 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fffdf9;
  border: 1px solid #e1dfda;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.div-block-106:hover {
  box-shadow: 0 8px 2px #0000000d;
}

.div-block-107 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-22 {
  color: #231f20;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.link-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #231f20bf;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.section-29 {
  background-color: #fffdf9;
  overflow: hidden;
}

.div-block-108 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-39 {
  width: 100%;
  max-width: 907px;
  margin-left: -125px;
  margin-right: -74px;
}

.div-block-109 {
  z-index: 1;
  width: 100%;
  max-width: 676px;
  margin-left: 116px;
  margin-right: -92px;
  padding-left: 0;
  position: relative;
}

.heading-38 {
  color: #231f20;
  margin-bottom: 40px;
  font-size: 72px;
  font-weight: 500;
  line-height: 1em;
}

.paragraph-36 {
  color: #231f20;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2em;
}

.section-30 {
  background-color: #fbf7ec;
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-39 {
  color: #231f20;
  letter-spacing: -.6px;
  width: 100%;
  max-width: 1026px;
  margin-bottom: 80px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1em;
}

.text-span-7 {
  color: #ff5b04;
}

.div-block-110 {
  border-top: 1px solid #e1dfda;
  border-bottom: 1px solid #e1dfda;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-31 {
  background-color: #fffdf9;
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-40 {
  color: #231f20;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
}

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

.div-block-112 {
  background-color: #fffdf9;
  border: 1px solid #e1dfda;
  border-radius: 16px;
  padding: 24px;
}

.div-block-112:hover {
  box-shadow: 0 8px 2px #0000000d;
}

.div-block-113 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 74px;
  margin-bottom: 40px;
  display: flex;
}

.heading-41 {
  color: #231f20;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}

.text-block-23 {
  color: #231f20bf;
  font-size: 16px;
  line-height: 1.3em;
}

.heading-42 {
  color: #231f20;
  max-width: 250px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.text-block-24 {
  color: #231f20bf;
  font-size: 16px;
  line-height: 1.3em;
}

.link-block-12 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #231f20;
  border: 1px solid #3a332826;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.link-block-12:hover {
  border-color: #3a332880;
}

.link-block-12.fit {
  width: -moz-fit-content;
  width: fit-content;
}

.link-block-12.fit._100 {
  margin-top: 0;
}

.image-40 {
  width: 100%;
  max-width: 56px;
}

.div-block-114 {
  border-top: 1px solid #e1dfda;
  border-bottom: 1px solid #e1dfda;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-37 {
  color: #231f20;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.section-32 {
  background-color: #f4efe4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-116 {
  width: 100%;
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
}

.heading-43 {
  color: #231f20;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4em;
}

.link-block-13 {
  color: #231f20;
  border: 1px solid #3a332826;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.link-block-13:hover {
  border-color: #231f20;
}

.section-33 {
  background-color: #231f20;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-118 {
  width: 100%;
  max-width: 477px;
}

.heading-44 {
  color: #f4efe4;
  letter-spacing: -3px;
  font-size: 72px;
  font-weight: 500;
  line-height: 1em;
}

.text-span-8 {
  color: #a1ea95;
}

.div-block-119 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 453px;
  display: flex;
}

.paragraph-38 {
  color: #f4efe4;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.2em;
}

.section-34 {
  background-color: #231f20;
  position: relative;
}

.div-block-120 {
  z-index: 99;
  border-top: 1px solid #fff3;
  padding-top: 40px;
  padding-bottom: 36px;
  position: relative;
}

.image-41 {
  object-fit: cover;
  width: 83%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.image-41.mobile {
  display: none;
}

.div-block-121 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.text-block-25 {
  color: #fffdf980;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.link-15 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fffdf980;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.link-15:hover {
  color: #ff5b04;
}

.link-15.top-8px {
  margin-top: 8px;
}

.div-block-122 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 160px;
  display: flex;
}

.div-block-123 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.div-block-124.mobile {
  display: none;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.tab-link-tab-3 {
  background-color: #fffdf9;
  border: 1px solid #3a332826;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.tab-link-tab-3.w--current {
  color: #fbf7ec;
  background-color: #231f20;
}

.tab-pane-tab-1 {
  margin-top: 60px;
}

.paragraph-39 {
  color: #231f20;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3em;
}

.div-block-125 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  display: flex;
}

.text-block-28 {
  color: #231f20;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

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

.div-block-126._5 {
  background-color: #fffdf9;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-126._1 {
  grid-template-columns: 1fr;
}

.div-block-127 {
  background-color: #fffdf9;
  border-bottom: 1px solid #dbd4c4;
  border-left: 1px solid #dbd4c4;
  padding: 24px;
}

.div-block-127.last {
  border-right: 1px solid #dbd4c4;
}

.heading-45 {
  color: #231f20bf;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-45.top {
  margin-top: 8px;
  margin-bottom: 0;
}

.heading-45._0 {
  color: #231f20bf;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-40 {
  color: #231f20;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

.paragraph-40._2 {
  font-size: 16px;
}

.image-42 {
  width: 100%;
}

.div-block-128 {
  border-left: 1px solid #dbd4c4;
  border-right: 1px solid #dbd4c4;
  padding-bottom: 16px;
}

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

.tab-pane-tab-2 {
  margin-top: 60px;
}

.div-block-129 {
  padding: 24px;
}

.image-43 {
  margin-bottom: 0;
}

.div-block-130 {
  margin-bottom: 16px;
  position: relative;
}

.div-block-131 {
  background-color: #231f20;
  width: 111%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 96%;
  transform: translate(0, -50%);
}

.div-block-131.red {
  background-color: #ff5b04;
}

.div-block-132 {
  background-color: #fffdf9;
  border-top: 1px solid #dbd4c4;
  justify-content: flex-start;
  align-items: center;
  min-height: 86px;
  display: flex;
}

.div-block-133 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 240px;
  padding: 21px 24px;
  display: flex;
}

.div-block-134 {
  padding: 21px 24px;
}

.paragraph-41 {
  color: #231f20bf;
  font-size: 18px;
  line-height: 1.2em;
}

.tab-pane-tab-3 {
  margin-top: 60px;
}

.image-44 {
  width: 100%;
}

.image-44.mobile {
  display: none;
}

.div-block-135 {
  border-top: 1px solid #e1dfda;
  border-bottom: 1px solid #e1dfda;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-46 {
  color: #ff5b04;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-136 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #231f20;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.div-block-137 {
  z-index: 11;
  background-image: linear-gradient(98deg, #f9f3e7 40%, #f9f3e708);
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 27%;
}

.link-block-16 {
  border: 1px solid #3a332826;
  border-radius: 8px;
}

.link-block-16:hover {
  border-color: #000;
}

.link-16, .link-17 {
  color: #231f20bf;
}

.link-block-17 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #ff5b04;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.link-block-17:hover {
  color: #231f20;
}

@media screen and (min-width: 1920px) {
  .image-22.hide.asas {
    width: 58vw;
    margin-left: -30px;
    margin-right: -25vw;
  }

  .section-24 {
    background-color: #fbf7ec;
  }

  .image-36 {
    width: 61%;
  }

  .image-41 {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .div-block-3 {
    justify-content: space-between;
    width: 100%;
  }

  .nav-link {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
    position: relative;
  }

  .nav-link.top {
    margin-top: 20px;
  }

  .nav-link.top.none.hoversw {
    display: block;
  }

  .nav-link.top.none.hoversw.hide {
    display: none;
  }

  .nav-link.top.hoversw {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link.top.hoversw.w--current {
    display: block;
    position: static;
  }

  .nav-link.top.hoversw.mobile, .nav-link.top.hoversw.mobile.w--current {
    font-size: 2.5rem;
    line-height: 1.2em;
  }

  .nav-link.top.hoversw.top-30px {
    margin-top: 60px;
  }

  .nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #f8efda;
    flex-flow: column;
    padding: 40px 20px;
  }

  .link-block.none {
    display: none;
  }

  .hero-section {
    background-size: 100%;
    padding-top: 80px;
  }

  .div-block-4 {
    flex-flow: column;
    align-items: stretch;
  }

  .heading {
    font-size: 3.5rem;
  }

  .paragraph-2 {
    font-size: 1.3rem;
  }

  .div-block-6 {
    margin-top: 40px;
  }

  .link-block-2 {
    padding: 15px 35px;
    font-size: 1.1rem;
  }

  .div-block-7 {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .logo-slider-section {
    margin-bottom: 0;
    padding-bottom: 62px;
  }

  .image-3 {
    height: 24px;
    bottom: 0;
  }

  .section-2 {
    padding-top: 80px;
  }

  .heading-3 {
    margin-bottom: 30px;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .div-block-10 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .42fr .29fr .29fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-3 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    height: auto;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .heading-5.left-text {
    margin-bottom: 50px;
  }

  .heading-5.left-text._400 {
    font-size: 2.5rem;
  }

  .section-4._112 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-14 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-17 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-18 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

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

  .div-block-19 {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
  }

  .div-block-20 {
    height: auto;
  }

  .section-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-6 {
    font-size: 1.3rem;
  }

  .code-embed {
    margin-top: 80px;
  }

  .paragraph-7 {
    font-size: 2.5rem;
  }

  .section-7 {
    padding-top: 50px;
  }

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

  .div-block-28 {
    display: none;
  }

  .section-8 {
    padding-top: 80px;
  }

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

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-33 {
    margin-top: 4rem;
  }

  .div-block-35 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .left {
    max-width: 100%;
    padding-top: 0;
    position: static;
  }

  .left-link {
    border-bottom: 1px solid #000;
  }

  .heading-13.none {
    display: block;
  }

  .heading-13.tab-none {
    display: none;
  }

  .paragraph-10.none {
    display: block;
  }

  .paragraph-10.tab-none {
    display: none;
  }

  .menu-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    padding: 0;
    display: flex;
    position: static;
  }

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

  .icon {
    color: #000;
    font-size: 40px;
  }

  .image-20 {
    max-width: 429px;
    display: block;
  }

  .div-block-44 {
    background-color: #231f20;
    width: 24px;
    height: 2px;
    max-height: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-44.top {
    margin-top: 5px;
  }

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

  .header-top {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hoversw.navlink {
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .hoversw.navlink.top-20 {
    flex-flow: row;
    margin-top: 16px;
  }

  .hoversw.navlink.top-20._8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    line-height: 1em;
  }

  .hoversw.navlink.top-20._123 {
    display: none;
  }

  .nav-menu-2 {
    background-color: #fbf7ec;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .div-block-49 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-50._559 {
    max-width: 100%;
  }

  .image-22 {
    width: 105vw;
    margin-left: -7vw;
    margin-right: auto;
  }

  .section-12 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section-13 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section-14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-26 {
    margin-bottom: 80px;
  }

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

  .toplink.hide {
    display: none;
  }

  .toplink.hide._1212, .toplink.dishide {
    display: block;
  }

  .toplink.dishide.open-popup, .open-app-linkl, .start.open-popup._72.mobe {
    display: none;
  }

  .start._72 {
    display: flex;
  }

  .section-15 {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .div-block-63 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .image-27 {
    margin-top: -50px;
  }

  .div-block-64 {
    max-width: none;
  }

  .section-16 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-25 {
    font-size: 50px;
  }

  .section-17 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .div-block-67 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .section-18, .section-19 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .div-block-75 {
    display: block;
  }

  .section-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-29 {
    font-size: 65px;
  }

  .paragraph-23 {
    font-size: 21px;
  }

  .section-21 {
    padding-top: 60px;
  }

  .section-21.wewe {
    margin-bottom: 0;
  }

  .text-block-13 {
    width: 90px;
    margin-bottom: -10px;
    line-height: 1.2em;
    display: block;
    position: absolute;
    top: 43%;
    left: 110%;
  }

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

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

  .hide {
    display: none;
  }

  .none {
    display: block;
  }

  .text-block-15 {
    color: #231f2033;
    line-height: 1em;
  }

  .div-block-80 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
    display: flex;
  }

  .link-block-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #231f20;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    text-decoration: none;
    display: flex;
  }

  .image-28 {
    width: 93.597px;
    min-width: 93.597px;
  }

  .image-29 {
    width: 186px;
    min-width: 186px;
  }

  .cencal {
    display: none;
  }

  .popup {
    z-index: 2147483647;
    background-color: #fbf7ec;
    display: none;
    position: fixed;
    inset: 50px 0 0;
  }

  .popup.active {
    display: block;
  }

  .image-30 {
    background-image: linear-gradient(#ff5b04 57.68%, #ff8d07);
    width: 100%;
  }

  .div-block-82 {
    padding: 40px 16px;
  }

  .heading-30 {
    color: #ff5b04;
    text-align: center;
    margin-bottom: 19px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
  }

  .paragraph-27 {
    color: #231f20;
    text-align: center;
    margin-bottom: 19px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em;
  }

  .paragraph-28 {
    color: #7d6a4b;
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
  }

  .link-12, .link-13 {
    color: #7d6a4b;
  }

  .div-block-89 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .section-24 {
    background-color: #f6f0e2;
    padding-top: 400px;
    padding-bottom: 80px;
  }

  .image-36 {
    width: 100%;
    height: 50%;
    bottom: auto;
  }

  .navbar-3 {
    top: 64px;
  }

  .div-block-96 {
    justify-content: space-between;
    width: 100%;
  }

  .nav-link-3 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 32px;
    text-decoration: none;
  }

  .nav-link-3.w--current {
    width: 100%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-3.top-16 {
    width: 100%;
    max-width: 150px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: relative;
    left: auto;
    right: -6px;
  }

  .nav-menu-3 {
    background-color: #fbf7ec;
    flex-flow: column;
    padding: 120px 15px 40px;
    top: -10px;
  }

  .div-block-97 {
    display: none;
  }

  .section-25 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-32 {
    margin-bottom: 50px;
  }

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

  .section-26 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section-27, .section-28 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-102, .div-block-105 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-109 {
    margin-left: 0;
    margin-right: -350px;
  }

  .section-30 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-39 {
    margin-bottom: 50px;
  }

  .section-31 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .div-block-114 {
    margin-top: 80px;
  }

  .section-32, .section-33 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-span-9 {
    display: none;
  }

  .menu-button-3 {
    width: 32px;
    height: 32px;
    padding: 0;
  }

  .menu-button-3.w--open {
    background-color: #c8c8c800;
  }

  .text-block-26 {
    color: #231f2033;
    cursor: pointer;
  }

  .brand-2 {
    z-index: 1;
  }

  .div-block-124 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 160px;
    display: flex;
  }

  .div-block-124.mobile {
    display: flex;
  }

  .link-block-14 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #231f20;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1em;
    text-decoration: none;
    display: flex;
  }

  .text-block-27 {
    text-decoration: none;
  }

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

  .div-block-137 {
    background-image: linear-gradient(358deg, #f9f3e7 51%, #f9f3e708 79%);
    width: 100%;
    left: 0%;
  }

  .open-menu {
    position: absolute;
    top: 0;
    left: 0;
  }

  .close-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .section._2 {
    background-color: #231f20;
    position: relative;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    align-items: center;
  }

  .paragraph.hide {
    display: none;
  }

  .paragraph.dis {
    display: block;
  }

  .link-2.hoverbtn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #f34900;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .link-2.hoverbtn.hide {
    display: none;
  }

  .link-2.hoverbtn.dis {
    display: flex;
  }

  .nav-link.top.none {
    display: none;
  }

  .hero-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .div-block-5 {
    padding-top: 0;
    padding-bottom: 220px;
  }

  .heading {
    font-size: 2.5rem;
  }

  .paragraph-2 {
    margin-top: .9rem;
    font-size: 1.2rem;
  }

  .div-block-6 {
    margin-top: 30px;
  }

  .link-block-2 {
    padding: 10px 30px;
  }

  .link-block-2.rgb-35-31-32.hoversw.none.leftion._0 {
    display: flex;
  }

  .link-block-2.hoversw.none {
    display: none;
  }

  .logo-slider {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .logo-slider-section.fffdf9 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

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

  .heading-3 {
    text-align: left;
    margin-bottom: 64px;
    font-size: 30px;
    line-height: 1.2em;
  }

  .image-4 {
    margin-bottom: 112px;
  }

  .div-block-11 {
    min-height: 500px;
    max-height: 500px;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .heading-5 {
    text-align: left;
    margin-bottom: 6rem;
    font-size: 30px;
    line-height: 1.2em;
  }

  .heading-5._123 {
    margin-bottom: 2rem;
  }

  .heading-5.left-text {
    margin-bottom: 64px;
  }

  .heading-5.left-text._400 {
    font-size: 30px;
    font-weight: 500;
  }

  .heading-5.center {
    text-align: center;
    margin-bottom: 24px;
  }

  .section-4._112 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .div-block-15 {
    border-top: 1px solid #edd8a2;
    border-left-style: none;
    max-width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .div-block-15.top {
    border-top-style: none;
    padding-top: 0;
  }

  .heading-7 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2em;
  }

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

  .paragraph-5.fff {
    font-size: 20px;
    line-height: 1.3em;
  }

  .div-block-17 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-18 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .heading-8 {
    font-size: 20px;
  }

  .div-block-19 {
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
  }

  .image-11 {
    left: auto;
    right: -20%;
  }

  .section-6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .paragraph-6 {
    font-size: 1.1rem;
  }

  .paragraph-6.hoversw {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-21 {
    flex-flow: wrap;
  }

  .code-embed {
    margin-top: 70px;
    margin-bottom: 20px;
  }

  .paragraph-7 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .heading-11 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-29, .image-14 {
    z-index: 11;
    position: relative;
  }

  .link-block-4 {
    border-radius: 50%;
  }

  .image-17 {
    width: 24px;
    height: 24px;
  }

  .footer-section {
    padding-bottom: 40px;
  }

  .image-19 {
    top: auto;
    bottom: 15%;
  }

  .div-block-31 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .div-block-33 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-34 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .div-block-41 {
    transform: translate(0, -26px);
  }

  .text-block-3 {
    color: #f34900;
    font-size: 1rem;
  }

  .icon-2 {
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .div-block-42 {
    z-index: 2147483647;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-color: #231f20;
    flex-flow: column;
    height: 92vh;
    max-height: none;
    padding: 32px 20px;
    display: flex;
    position: static;
    top: 103%;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .image-21 {
    width: 100%;
    position: absolute;
    bottom: -100px;
    right: -100px;
  }

  .code-embed-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-13 {
    z-index: 1111;
    color: #fbf7ec;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.3em;
    position: relative;
  }

  .div-block-43 {
    z-index: 99999999;
    max-height: 0;
    position: absolute;
    top: 103%;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .div-block-43.active {
    max-height: 100000px;
    transition: max-height .5s;
  }

  .div-block-45 {
    background-color: #f34900;
    border-radius: 50%;
    width: .5rem;
    height: .5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-46 {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

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

  .div-block-47 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hoversw.navlink.top-20._8 {
    pointer-events: none;
    cursor: default;
    position: relative;
  }

  .navbar-2 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section-11 {
    padding-top: 40px;
  }

  .heading-15 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 48px;
  }

  .paragraph-14 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .div-block-51 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 40px;
  }

  .div-block-51.top-80px {
    margin-top: 40px;
  }

  .div-block-52 {
    max-width: 110px;
    padding: 16px;
  }

  .div-block-52._328 {
    max-width: 255px;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .heading-16 {
    font-size: 24px;
  }

  .image-22.hide, .image-22.hide.asas {
    display: none;
  }

  .image-22.show {
    width: 100vw;
    margin-left: -15px;
    display: block;
  }

  .heading-17 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 32px;
  }

  .div-block-54 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .div-block-55 {
    padding: 16px;
  }

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

  .heading-19 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .div-block-57 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .div-block-58 {
    padding: 16px;
  }

  .image-25 {
    margin-bottom: 16px;
  }

  .heading-20 {
    min-height: 0;
    margin-bottom: 16px;
    font-size: 20px;
  }

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

  .heading-21 {
    text-align: left;
    font-size: 40px;
    font-weight: 500;
  }

  .image-26._123 {
    display: none;
  }

  .image-26.asdas {
    margin-bottom: 160px;
    display: block;
  }

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

  .div-block-60 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 16px;
  }

  .div-block-61 {
    margin-bottom: 32px;
  }

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

  .heading-23 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .div-block-62 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .div-block-62._123, .toplink.hide._1212 {
    display: none;
  }

  .toplink.dishide.open-popup {
    display: block;
  }

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

  .start.open-popup {
    justify-content: center;
    align-items: center;
  }

  .start.open-popup._72 {
    width: -moz-fit-content;
    width: fit-content;
  }

  .start.open-popup._72.mobe {
    min-height: 56px;
    font-size: 16px;
    display: flex;
  }

  .start._72 {
    display: none;
  }

  .explore-code {
    width: 100%;
    font-size: 16px;
  }

  .explore-code.top-40 {
    height: 56px;
  }

  .explore-code._132323 {
    width: -moz-fit-content;
    width: fit-content;
  }

  .div-block-63 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .image-27 {
    margin-top: -59px;
  }

  .heading-24 {
    text-align: center;
    font-size: 48px;
  }

  .paragraph-20 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .button {
    text-align: center;
    display: block;
  }

  .button.center._100 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button._100 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button._100.hide {
    display: none;
  }

  .button._100.mobile-show {
    display: flex;
  }

  .button._100.mobile-show.open-popup {
    height: 56px;
    font-size: 16px;
  }

  .section-16 {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .heading-25 {
    text-align: left;
    font-size: 40px;
    line-height: 1.1em;
  }

  .text-block-7 {
    color: #231f20;
    font-size: 14px;
  }

  .div-block-66 {
    flex-flow: wrap;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .heading-26 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .div-block-67 {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .heading-27 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .div-block-68 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .div-block-69 {
    padding: 16px;
  }

  .div-block-70 {
    margin-bottom: 20px;
  }

  .div-block-70._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .paragraph-21._231f20 {
    font-size: 18px;
  }

  .heading-28 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .div-block-71 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-73 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .faq-items {
    padding: 16px;
  }

  .text-block-10, .text-block-10._231f20, .paragraph-22, .paragraph-22._231f20bf._0 {
    font-size: 16px;
  }

  .section-20 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .heading-29 {
    font-size: 48px;
  }

  .paragraph-23 {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .section-21 {
    padding-top: 40px;
  }

  .section-21.wewe {
    background-image: url('../images/Footer_1.png'), url('../images/Footer.png');
    background-position: 50% 100%, 0 0;
    background-size: cover, cover;
  }

  .div-block-77 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
  }

  .div-block-78 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-79 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .text-block-13 {
    width: 88px;
    margin-bottom: -5px;
    position: absolute;
    top: 47%;
    left: 110%;
    transform: translate(0, -50%);
  }

  .paragraph-25, .text-block-14 {
    font-size: 14px;
  }

  .hide {
    font-size: 16px;
    display: block;
  }

  .none {
    display: none;
  }

  .paragraph-26 {
    font-size: 14px;
  }

  .text-span-6 {
    display: none;
  }

  .popup {
    display: none;
    top: 0;
  }

  .image-30 {
    background-image: linear-gradient(#231f20 57.68%, #ff8d07);
  }

  .heading-30 {
    color: #231f20;
    margin-bottom: 20px;
  }

  .paragraph-27 {
    color: #ff5b04;
    margin-bottom: 40px;
  }

  .div-block-83 {
    background-color: #231f20;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    display: flex;
  }

  .close-popup {
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .arrow-icon {
    display: block;
  }

  .div-block-84 {
    margin-bottom: 40px;
  }

  .div-block-84._2 {
    margin-bottom: 20px;
  }

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

  .div-block-85 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-86 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-left-style: none;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-block-18._0 {
    margin-bottom: 0;
    font-size: 12px;
  }

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

  .text-block-20 {
    color: #f8efda;
    line-height: 1.1em;
  }

  .div-block-87 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-88 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .link-block-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #231f20;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.2em;
    text-decoration: none;
    display: flex;
  }

  .link-block-8._2 {
    font-weight: 500;
  }

  .div-block-90 {
    background-color: #f8efda00;
    width: auto;
    height: auto;
  }

  .div-block-91 {
    margin-bottom: 0;
  }

  .image-33, .image-34 {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .image-35 {
    width: 48px;
    max-width: 48px;
    height: 48px;
  }

  .section-23 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-92 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .paragraph-31, .link-14 {
    font-size: 14px;
  }

  .link-14.desktop {
    display: none;
  }

  .link-14.mobile {
    display: block;
  }

  .section-24 {
    padding-top: 363px;
    padding-bottom: 40px;
  }

  .heading-31 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .button-2.desktop {
    display: none;
  }

  .button-2.mobile {
    width: 100%;
    height: 56px;
    font-size: 16px;
    display: flex;
  }

  .button-2.mobile:hover {
    background-color: #da3005;
  }

  .image-36 {
    height: 345px;
  }

  .nav-menu-3 {
    top: -20px;
  }

  .heading-32 {
    margin-bottom: 40px;
    font-size: 32px;
  }

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

  .div-block-99 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

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

  .div-block-101 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-35 {
    font-size: 28px;
  }

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

  .section-27 {
    padding-bottom: 70px;
    overflow: hidden;
  }

  .heading-36 {
    margin-bottom: 48px;
  }

  .heading-36._40 {
    margin-bottom: 40px;
  }

  .heading-36._44px {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .image-37.desktop {
    display: none;
  }

  .image-37.mobile {
    display: block;
  }

  .section-28 {
    padding-bottom: 70px;
    overflow: hidden;
  }

  .div-block-102 {
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    overflow: auto;
  }

  .div-block-103 {
    width: 345px;
    min-width: 345px;
  }

  .div-block-105 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 10px;
    overflow: auto;
  }

  .div-block-106 {
    min-width: 280px;
  }

  .section-29 {
    padding-top: 60px;
  }

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

  .image-39 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
  }

  .heading-38 {
    font-size: 48px;
  }

  .heading-39 {
    margin-bottom: 80px;
    font-size: 32px;
  }

  .section-31 {
    padding-bottom: 40px;
  }

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

  .link-block-12.fit._100 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-114 {
    flex-flow: column;
    align-items: stretch;
  }

  .section-33 {
    padding-top: 60px;
  }

  .div-block-117 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-44 {
    font-size: 48px;
  }

  .div-block-119 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .paragraph-38 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .div-block-120 {
    padding-top: 80px;
  }

  .image-41 {
    width: 100%;
    position: static;
  }

  .image-41.desktop {
    display: none;
  }

  .image-41.mobile {
    margin-top: -65%;
    display: block;
  }

  .div-block-121 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-122 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 40px;
  }

  .div-block-123 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .tabs-menu {
    border-bottom: 1px solid #dbd4c4;
    padding-bottom: 24px;
  }

  .tab-link-tab-3 {
    white-space: nowrap;
  }

  .tab-pane-tab-1 {
    margin-top: 40px;
  }

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

  .div-block-126, .div-block-126._5 {
    grid-template-columns: 1fr;
  }

  .div-block-127 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-45 {
    margin-bottom: 4px;
    font-size: 16px;
  }

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

  .image-42 {
    object-fit: cover;
    height: 14px;
  }

  .tab-pane-tab-2 {
    margin-top: 40px;
  }

  .div-block-129 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-131 {
    width: 1px;
    height: 180%;
    top: auto;
    bottom: 78%;
    right: 48%;
    transform: translate(-50%);
  }

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

  .div-block-133 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-block-134 {
    padding-top: 4px;
  }

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

  .tab-pane-tab-3 {
    margin-top: 40px;
  }

  .image-44 {
    display: none;
  }

  .image-44.mobile {
    display: block;
  }

  .div-block-135 {
    margin-top: 24px;
  }

  .heading-46 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-block-136 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-block-15 {
    font-size: 16px;
  }

  .div-block-137 {
    background-image: linear-gradient(358deg, #f9f3e7 27%, #f9f3e708 79%);
  }
}

@media screen and (max-width: 479px) {
  .paragraph-7 {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }

  .div-block-23 {
    height: 420px;
  }

  .start.open-popup._72 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .text-block-13 {
    left: 65%;
  }

  .hide {
    white-space: nowrap;
    word-break: normal;
    width: 100%;
  }

  .image-32 {
    max-width: 130px;
  }

  .text-block-17 {
    font-weight: 600;
  }

  .div-block-85 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-24 {
    padding-top: 380px;
  }

  .image-36 {
    width: 130vw;
    max-width: none;
    top: -1%;
    right: -10%;
  }

  .nav-menu-3 {
    height: 100vh;
  }

  .div-block-103 {
    width: 100%;
    min-width: 85vw;
  }

  .link-block-12.fit._100 {
    margin-top: 24px;
  }

  .menu-button-3.w--open {
    z-index: 99;
  }

  .tabs-menu {
    border-bottom: 1px solid #dbd4c4;
    padding-bottom: 24px;
    overflow: auto;
  }

  .tab-link-tab-3.w--current {
    white-space: nowrap;
  }

  .tab-link-tab-3 {
    white-space: nowrap;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

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

  .div-block-137 {
    background-image: linear-gradient(358deg, #f9f3e7 53%, #f9f3e708 79%);
  }
}


@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-ExtraBoldItalic.otf') format('opentype'), url('../fonts/Segment-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-ExtraBold.otf') format('opentype'), url('../fonts/Segment-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segment';
  src: url('../fonts/Segment-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}