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

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

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

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

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

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

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

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

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

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

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

:root {
  --dark-blue: #351f94;
  --dark-grey: #979797;
  --white: white;
  --blue: #3737df;
  --blackgrey: #2d3036;
  --deep-sky-blue: #28bafb;
  --black: black;
}

.navbar {
  background-color: var(--dark-blue);
}

.header-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-img {
  max-height: 75px;
}

.image-2 {
  max-height: 30px;
}

.section-2 {
  box-shadow: 1px 1px 20px -3px var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.footer {
  text-align: center;
  background-image: linear-gradient(63deg, #351f94 19%, #3b21f3 50%, #28bafb 87%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.footer-flex-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  margin-bottom: 1rem;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  max-height: 150px;
}

.footer-heading {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block {
  max-width: 800px;
  color: var(--white);
  text-align: center;
}

.div-block {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  margin-bottom: 1rem;
  margin-right: 4rem;
  display: flex;
}

.link-block {
  border: 1px solid var(--white);
  color: var(--white);
  cursor: pointer;
  border-radius: 90px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  text-decoration: none;
}

.link-block:hover {
  background-color: var(--white);
  color: var(--dark-blue);
}

.text-block-2 {
  text-align: left;
}

.link-block-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.link-block-3 {
  width: 50px;
  min-width: 0;
  height: 20px;
  color: var(--white);
  cursor: pointer;
  margin-left: 7px;
  margin-right: 5px;
}

.link-block-3:hover {
  color: #00acee;
}

.html-embed {
  width: auto;
  height: 20px;
}

.html-embed.blue {
  width: 35px;
  height: auto;
  color: var(--blue);
  text-align: left;
  object-fit: fill;
  margin-left: 3px;
}

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

.div-block-4 {
  text-align: center;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.div-block-6 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.dropdown-toggle {
  margin-left: 0;
}

.dropdown {
  color: var(--white);
  font-weight: 600;
}

.text-block-4, .text-block-4.w--current, .icon {
  color: var(--white);
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.dropdown-list {
  background-color: var(--blackgrey);
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.dropdown-link {
  color: var(--dark-blue);
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link:hover {
  text-decoration: underline;
}

.image-3 {
  margin-left: 2rem;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  max-width: 950px;
  margin-bottom: 4rem;
  display: flex;
}

.gradient-heading {
  color: var(--deep-sky-blue);
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #351f94, #3b21f3 41%, #28bafb);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-right: 0;
  font-family: Karbon, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.gradient-heading.big {
  text-align: left;
  font-size: 42px;
  line-height: 50px;
}

.gradient-heading.blue {
  color: var(--blue);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 30px;
}

.gradient-heading.blue.big {
  color: var(--dark-blue);
  font-size: 45px;
  line-height: 45px;
}

.gradient-heading.white {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.div-block-9 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.div-block-10 {
  background-image: url('../images/bienvenido-somos-cripto.png');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
  margin-right: 2rem;
}

.link-block-4 {
  border: 1px none var(--dark-grey);
  background-image: linear-gradient(to right, var(--dark-blue), #3b21f3 38%, #28bafb);
  box-shadow: 5px 5px 12px -1px var(--dark-grey);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 90px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 2rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .55s;
}

.link-block-4:hover {
  border-color: var(--black);
  box-shadow: 5px 5px 12px -1px var(--black);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-11 {
  margin-bottom: 20px;
  margin-left: 0;
}

.main-section {
  position: relative;
}

.image-4 {
  width: auto;
  max-height: 100px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-13 {
  width: 300px;
  box-shadow: 3px 3px 18px -4px var(--dark-grey);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 2rem 1.5rem;
  display: flex;
}

.image-5 {
  width: 80px;
  margin-bottom: .5rem;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.all-h3 {
  margin-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.all-h3.white {
  color: var(--white);
  font-size: 22px;
  line-height: 25px;
}

.heading {
  color: var(--deep-sky-blue);
  justify-content: center;
  margin-top: 10px;
  margin-left: 0;
  font-size: 32px;
  display: flex;
}

.all-paragraph {
  color: var(--dark-blue);
  text-align: left;
  margin-top: 8px;
  margin-left: -8px;
  padding-left: 14px;
  font-family: Karbon, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  position: static;
}

.all-paragraph.white {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
}

.all-paragraph.blue {
  color: #3b21f3;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.all-paragraph.blue._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.all-paragraph.nomargin {
  margin-bottom: 0;
}

.all-paragraph.align-left {
  text-align: left;
  font-size: 12px;
}

.all-paragraph.grey {
  color: #7e7e7e;
  text-align: left;
}

.header-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  box-shadow: 12px 12px 20px -3px #0000004d;
}

.header-container {
  background-image: url('../images/Somos-Crypto2-02-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 75vh;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
  display: flex;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link-2 {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.image-6 {
  margin-bottom: 10px;
}

.div-block-18 {
  margin-left: 20px;
  margin-right: 20px;
}

.list {
  text-align: left;
}

.brand {
  margin-right: auto;
}

.about-us-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-19 {
  text-align: center;
  border-bottom: 1px #000;
  max-width: 800px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.image-7 {
  border-radius: 999px;
  width: 100px;
  height: 100px;
}

.div-block-20 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.div-block-22 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-23 {
  margin-top: 4rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.div-block-25 {
  background-color: var(--blue);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  max-width: 300px;
  margin-bottom: 2rem;
  margin-left: -1px;
  padding: 1rem 4rem 1rem 0;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 13px #0000004d;
}

.image-8 {
  max-width: 650px;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.section-5 {
  background-image: linear-gradient(to right, #431075, #421788 37%, #4127b2 69%, #412dc2);
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

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

.image-9 {
  width: auto;
  max-height: 350px;
}

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

.div-block-30 {
  max-width: 400px;
}

.body {
  padding-bottom: 0;
  font-family: Karbon, sans-serif;
  font-weight: 500;
}

.image-10 {
  z-index: 0;
  position: static;
  inset: 0%;
}

.big-heading {
  color: var(--white);
  margin-top: 10px;
  font-family: Karbon, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.heading-2 {
  color: var(--white);
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
}

.blockquote-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.paragraph {
  z-index: 1;
  color: var(--white);
  text-align: left;
  font-size: 30px;
  line-height: 34px;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.div-block-34 {
  background-image: linear-gradient(to right, #351f94, #3b21f3 49%, var(--deep-sky-blue));
  color: var(--white);
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  margin-top: 2rem;
  padding: 1rem 3rem;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.text-block-5 {
  font-family: Karbon, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.button {
  background-image: linear-gradient(to right, var(--dark-blue), var(--blue) 52%, var(--deep-sky-blue));
  text-align: center;
  border-radius: 90px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-35 {
  z-index: 11;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 850px;
  margin-bottom: 198px;
  line-height: 2px;
  display: flex;
  position: absolute;
  inset: auto;
}

.block-quote {
  background-color: #3fe0ff;
  border-left-style: none;
  margin-bottom: 1rem;
  padding-top: 27px;
  padding-bottom: 10px;
}

.text-block-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: -65px;
  padding-top: 0;
  font-family: Vollkorn, serif;
  font-size: 120px;
  line-height: 80px;
}

.text-span {
  font-size: 20px;
  font-weight: 300;
}

.div-block-36 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.div-block-37 {
  background-color: var(--white);
  width: 100%;
  margin-top: -26px;
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 15rem;
  position: relative;
  box-shadow: 1px 0 7px #0003;
}

.div-block-37.secondary {
  justify-content: space-between;
  align-items: center;
  padding-right: 6rem;
  display: flex;
}

.div-block-37.secondary.no-margin {
  margin-bottom: -4rem;
  padding-bottom: 8rem;
  box-shadow: 0 -1px 7px #0003;
}

.div-block-37.blue {
  background-color: var(--blue);
  margin-top: 0;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  padding-top: 4rem;
  display: flex;
}

.div-block-38 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-bottom: 4rem;
  padding: 2rem 4rem;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 15px #0006;
}

.div-block-39 {
  text-align: center;
}

.div-block-40 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--blue) 49%, var(--deep-sky-blue));
  width: 100%;
  height: 2px;
  margin-bottom: 2rem;
}

.text-block-7 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--blue) 50%, var(--deep-sky-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Karbon, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-41 {
  align-items: center;
  display: flex;
}

.html-embed-2 {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.div-block-43 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.div-block-44 {
  max-width: 400px;
}

.div-block-45 {
  background-color: #3b21f3;
  border-radius: 15px;
  width: 400px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 2rem 4rem;
}

.text-block-8 {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
}

.text-block-8.white {
  color: var(--white);
}

.text-block-8.white.center {
  text-align: left;
  margin-bottom: 2rem;
}

.div-block-46 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 8rem;
  display: flex;
}

.div-block-47 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.html-embed-3 {
  margin-bottom: 1rem;
}

.div-block-48 {
  background-image: linear-gradient(#3b21f3, #43147f);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.div-block-49 {
  text-align: center;
  max-width: 400px;
  margin-bottom: 4rem;
}

.image-11 {
  width: 350px;
  height: auto;
}

.div-block-50 {
  align-items: center;
  max-width: 1440px;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-51 {
  width: 500px;
  padding-left: 4rem;
}

.white-button {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 90px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.white-button:hover {
  background-color: var(--white);
  color: var(--blue);
}

.div-block-52 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  display: flex;
}

.div-block-53 {
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-54 {
  max-width: 350px;
  margin-left: 4rem;
}

.div-block-55 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 180px;
  display: flex;
}

.image-12 {
  background-color: var(--black);
  width: 171.725px;
  margin-bottom: 20px;
  padding-left: 0;
}

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

.div-block-57 {
  text-align: center;
  max-width: 500px;
}

.div-block-58 {
  max-width: 500px;
  margin-right: 2rem;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.image-13 {
  width: 350px;
  height: auto;
  padding-left: 0;
}

.div-block-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.button-2 {
  border: 2px solid var(--blue);
  background-image: linear-gradient(to right, var(--dark-blue), var(--blue) 51%, var(--deep-sky-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 90px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-61 {
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.div-block-62 {
  z-index: 50;
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  margin-top: -74px;
  display: flex;
  position: absolute;
  inset: auto;
}

.div-block-63 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-64 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-65 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-66 {
  text-align: center;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.div-block-66._1 {
  background-color: #c2cdff;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-66._2 {
  background-color: #93a6ff;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-66._3 {
  background-color: #5775ff;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-66._4 {
  background-color: #1f46ff;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-9 {
  color: var(--white);
  margin-left: 0;
}

.div-block-67 {
  background-image: linear-gradient(to right, var(--dark-blue), #3737df 54%, var(--deep-sky-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 15px;
  max-width: 750px;
  padding: 2rem 4rem;
  overflow: hidden;
  box-shadow: 1px 1px 7px #0006;
}

.div-block-68 {
  text-align: center;
  max-width: 600px;
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  max-width: 1440px;
  height: auto;
  margin-bottom: 2rem;
  padding: 2rem 4rem;
  display: grid;
  box-shadow: 0 0 9px #0006;
}

.div-block-70 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.image-14 {
  width: 100px;
}

.div-block-71 {
  text-align: left;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.text-block-10 {
  text-align: left;
  margin-left: 20px;
  font-size: 12px;
}

.heading-3 {
  color: #3b21f3;
  margin-top: 0;
}

.div-block-72 {
  max-width: 300px;
  margin-left: 2rem;
  margin-right: 2rem;
}

.div-block-73 {
  background-image: linear-gradient(to right, #351f94, #3b21f3 55%, #28bafb);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.div-block-74 {
  width: 250px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.text-block-11 {
  color: var(--blue);
  margin-bottom: 1rem;
}

.image-15 {
  text-align: left;
  margin-bottom: 1rem;
  margin-left: 0;
}

.div-block-75 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  box-shadow: 1px 1px 7px #0006;
}

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

.div-block-77 {
  margin-bottom: 2rem;
  margin-right: 0;
  padding-left: 0;
}

.div-block-78 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding-bottom: 40px;
}

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

.div-block-80 {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-81 {
  border-radius: 15px;
  max-width: 600px;
  margin-right: 4rem;
  padding: 2rem 4rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -1px 7px #0006;
}

.div-block-82 {
  background-color: #0000;
}

.image-16 {
  width: 200px;
  height: auto;
}

.icon-2, .icon-3 {
  color: var(--black);
}

.div-block-83 {
  background-image: linear-gradient(#3b21f3, #1a1062);
  border-top-left-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.html-embed-4 {
  width: auto;
  height: 25px;
}

.div-block-84 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-85 {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-86 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-87 {
  margin-bottom: 4rem;
  display: flex;
}

.div-block-88 {
  width: 200px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.html-embed-5 {
  margin-bottom: 1rem;
}

.text-span-2 {
  color: var(--deep-sky-blue);
  font-size: 20px;
  font-weight: 700;
}

.div-block-89 {
  text-align: center;
  max-width: 400px;
  margin-bottom: 4rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.div-block-90 {
  margin-bottom: 2rem;
}

.div-block-91 {
  border-radius: 20px;
  margin-bottom: 1rem;
  padding: 2rem;
  box-shadow: 0 0 18px -8px #0006;
}

.div-block-92 {
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-93 {
  align-items: center;
  display: flex;
}

.div-block-94 {
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-bottom: 2rem;
  display: flex;
}

.html-embed-6 {
  margin-right: 1rem;
}

.div-block-95 {
  flex-direction: column;
  align-items: center;
  margin-right: 4rem;
  display: flex;
}

.div-block-96 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-97 {
  flex-direction: column;
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.div-block-98 {
  background-color: #f8f8f8;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-bottom: 1rem;
  padding: 1.5rem 2rem;
  display: flex;
  box-shadow: 0 0 20px -8px #00000080;
}

.image-17 {
  width: auto;
  height: auto;
}

.div-block-99 {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 230px;
  display: flex;
}

.div-block-100 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-101 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-102 {
  width: 40%;
}

.html-embed-7 {
  background-color: #0000;
  width: 95px;
  height: 105.6px;
  margin-bottom: 1.7rem;
}

.div-block-103 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

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

.div-block-105 {
  margin-bottom: 2rem;
}

.div-block-106 {
  max-width: 300px;
  margin-left: 4rem;
  margin-right: 4rem;
}

.div-block-107 {
  margin-bottom: 4rem;
  display: flex;
}

.image-18 {
  width: auto;
  max-height: 85px;
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.div-block-109 {
  text-align: center;
  background-color: #3b21f3;
  width: 100%;
  padding-top: 0;
}

.div-block-109.secondary {
  background-color: #351f94;
}

.div-block-110 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.image-19 {
  width: 199px;
  height: auto;
}

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

.div-block-112 {
  background-color: #f8f8f8;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 519.375px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 11px -3px #00000080;
}

.div-block-113 {
  text-align: left;
  width: 300px;
  max-width: 600px;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.div-block-114 {
  width: 400px;
  margin-left: 2rem;
  margin-right: 2rem;
}

.div-block-115 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.image-20 {
  width: 300px;
}

.div-block-116 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 10px;
  display: flex;
}

.image-21 {
  object-fit: scale-down;
  height: 30px;
  margin-left: 10px;
}

.div-block-117 {
  background-color: #fcfcfc;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 460px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 2rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 10px -6px #000;
}

.div-block-118 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
}

.html-embed-8 {
  margin-bottom: 10px;
}

.text-span-3 {
  color: var(--blue);
}

.div-block-119 {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 6rem;
  padding-left: 6rem;
  display: flex;
}

.image-22 {
  max-height: 150px;
  margin-bottom: 2rem;
}

.div-block-120 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-121 {
  width: 350px;
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.div-block-123 {
  background-color: #3b21f3;
  border-radius: 20px;
  max-width: 650px;
  padding: 2rem 4rem;
  overflow: hidden;
}

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

.div-block-124 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 8rem;
  display: flex;
}

.div-block-125 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 300px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 2rem 4rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 11px #0000004d;
}

.div-block-125.secondary {
  text-align: center;
  width: 350px;
  height: 200px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-23 {
  width: 90px;
  margin-top: 0;
  position: absolute;
  inset: auto auto -20% -2%;
}

.div-block-126 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

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

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 51px;
}

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

.left-arrow {
  width: 0;
}

.slide {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.mask {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.div-block-128 {
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 252px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem;
  display: flex;
  box-shadow: 0 0 8px -1px #0000004d;
}

.icon-4 {
  color: var(--black);
  background-color: #0000;
}

.image-24 {
  width: auto;
  height: 76px;
  margin-bottom: 20px;
}

.div-block-129 {
  text-align: center;
  background-image: repeating-linear-gradient(to top, #ca0000, #ff5e5e);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  margin: 0 -150px 4rem 0;
  padding: 1rem 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.html-embed-9 {
  width: 30px;
  margin-right: 20px;
}

.text-block-12 {
  color: var(--white);
  font-size: 13px;
  line-height: 15px;
}

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

.div-block-131 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  display: flex;
  box-shadow: 0 0 6px -1px #0006;
}

.image-25 {
  width: 500px;
}

.div-block-132 {
  text-align: center;
}

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

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

.div-block-135 {
  width: 350px;
  margin-bottom: 4rem;
  margin-left: 4rem;
  margin-right: 4rem;
}

.div-block-136 {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.div-block-138 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-139 {
  max-width: 350px;
  margin-left: 4rem;
  margin-right: 4rem;
}

.div-block-140 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-141 {
  opacity: 1;
  background-color: #582929;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  display: flex;
}

.image-26 {
  height: 60px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.div-block-142 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 276px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-143 {
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  justify-content: flex-start;
  width: 350px;
  margin-left: 2rem;
  margin-right: 2rem;
  overflow: hidden;
  box-shadow: 0 0 7px -2px #0006;
}

.div-block-144 {
  background-color: var(--blue);
  width: 100%;
  padding-top: 10px;
  padding-bottom: .5rem;
}

.div-block-145 {
  position: absolute;
}

.html-embed-10 {
  position: absolute;
  inset: -10% auto auto -15%;
}

.div-block-146 {
  width: 55%;
}

.div-block-147 {
  width: 45%;
  padding-left: 2rem;
  padding-right: 4rem;
}

.div-block-148 {
  border-bottom: 2px solid var(--blue);
  margin-bottom: 2rem;
  padding-left: 4rem;
  display: flex;
}

.div-block-149 {
  padding-left: 4rem;
}

.dropdown-2 {
  width: 800px;
  transition: all .3s;
  position: static;
}

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

.dropdown-toggle-2 {
  color: var(--white);
  background-image: linear-gradient(to right, #351f94, #3b21f3 52%, #28bafb);
  border-radius: 999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-right: 20px;
  font-size: 20px;
  display: flex;
}

.icon-5 {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.text-block-13 {
  margin-right: 10px;
}

.div-block-151 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-152 {
  background-color: #f8f8f8;
  border-radius: 20px;
  width: 550px;
  margin-right: 2rem;
  padding: 1rem 2rem;
  overflow: hidden;
  box-shadow: 0 0 10px -2px #0006;
}

.div-block-152.center {
  text-align: center;
}

.dropdown-list-2 {
  background-color: #0000;
  transition: all .2s;
  position: static;
}

.div-block-153 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.div-block-154 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -1rem;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.div-block-155 {
  width: 400px;
}

.div-block-156 {
  width: 1px;
}

.div-block-157 {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.link-block-5 {
  margin-right: 1rem;
  position: static;
}

.div-block-158 {
  width: 300px;
  padding-left: 0;
}

.image-27 {
  width: 250px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-159 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-160 {
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.text-block-14 {
  text-align: center;
  margin-right: 20px;
  display: block;
}

.div-block-161 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  box-shadow: 1px 1px 14px -4px #0006;
}

.text-block-15 {
  width: 800px;
  margin-bottom: 4rem;
  font-size: 60px;
  line-height: 55px;
}

.div-block-162 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-bottom: 27px;
  display: flex;
}

.div-block-163 {
  width: 500px;
  padding-left: 40px;
  padding-right: 0;
}

.image-28 {
  width: auto;
  max-width: 75%;
  margin-right: 2rem;
}

.text-span-6 {
  color: var(--white);
}

.text-span-7 {
  color: var(--deep-sky-blue);
  text-align: right;
  font-size: 22px;
  font-weight: 700;
}

.text-span-8 {
  color: var(--blue);
  font-weight: 600;
}

.image-29 {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-span-9 {
  font-size: 18px;
}

.div-block-164 {
  margin-bottom: 4rem;
  margin-right: auto;
  padding-left: 8rem;
}

.text-span-10 {
  color: var(--dark-grey);
  font-size: 20px;
}

.text-span-11, .text-span-12, .text-span-13 {
  color: var(--dark-grey);
}

.text-span-14 {
  color: var(--blue);
  font-weight: 600;
}

.html-embed-11 {
  padding-left: 0;
}

.text-span-15, .text-span-16 {
  color: var(--blue);
}

.text-span-17 {
  color: var(--blue);
  font-size: 22px;
  font-weight: 600;
}

.text-span-18 {
  font-size: 11px;
}

.text-span-19 {
  color: var(--blue);
  font-size: 22px;
}

.text-span-20 {
  color: var(--blue);
}

.div-block-167 {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
  box-shadow: 1px 1px 10px -4px #00000080;
}

.div-block-168 {
  width: 70%;
}

.div-block-169 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.image-32 {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.div-block-170 {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

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

.link {
  color: var(--blue);
  margin-top: 10px;
}

.div-block-171 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.text-span-21 {
  color: var(--blue);
  text-align: left;
  font-size: 23px;
  font-weight: 600;
}

.div-block-172 {
  max-width: 600px;
  margin-bottom: 2rem;
}

.div-block-173 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-174 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 0;
  display: flex;
}

.div-block-175 {
  border: 2px solid var(--blue);
  text-align: left;
  border-radius: 99px;
  justify-content: space-between;
  width: 200px;
  margin-bottom: 1rem;
  padding: 10px 20px;
  display: flex;
}

.div-block-175.center {
  text-align: center;
}

.image-33 {
  height: 20px;
}

.div-block-176 {
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-177 {
  border-radius: 20px;
  width: 500px;
  margin-bottom: 4rem;
  overflow: hidden;
  box-shadow: 0 0 8px #00000080;
}

.div-block-178 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-179 {
  border-radius: 20px;
  margin-bottom: 4rem;
  padding: 2rem 4rem;
  box-shadow: 0 0 12px #00000080;
}

.div-block-180 {
  margin-bottom: 4rem;
}

.div-block-181 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-182 {
  max-width: 300px;
  margin-right: 4rem;
}

.div-block-183 {
  max-width: 350px;
}

.image-34 {
  margin-bottom: 1rem;
  padding-left: 0;
}

.div-block-184 {
  padding: 20px 40px;
  display: flex;
}

.div-block-185 {
  text-align: center;
  background-image: linear-gradient(#ff5e5e, #ca0000);
  padding-top: 1px;
  padding-bottom: 1px;
}

.html-embed-12 {
  margin-right: 20px;
}

.text-span-22 {
  color: var(--blue);
}

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

.image-35 {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 1rem;
  padding-left: 0;
}

.div-block-187 {
  margin-bottom: 20px;
}

.div-block-188 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-189 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.div-block-189.secondary {
  align-items: center;
}

.html-embed-13 {
  text-align: center;
  width: 100px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.text-span-23 {
  font-size: 20px;
  font-weight: 600;
}

.div-block-190 {
  width: 268.297px;
}

.bold-text {
  color: var(--dark-blue);
}

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

.div-block-192 {
  border: 1px solid var(--blue);
  text-align: center;
  border-radius: 60px;
  max-width: 500px;
  margin-bottom: 2rem;
  padding: .5rem 2rem;
}

.div-block-193 {
  background-color: var(--blue);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 350px;
  height: 444px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 1rem;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 20px #0009;
}

.div-block-194 {
  text-align: left;
  padding: 10px 2rem 20px;
}

.div-block-195 {
  background-color: var(--dark-blue);
  padding-top: 1px;
  padding-bottom: 1px;
}

.div-block-196, .div-block-197 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.div-block-198 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 510px;
  display: flex;
}

.div-block-199 {
  justify-content: space-between;
  align-items: center;
  width: 556.141px;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div-block-200 {
  background-color: var(--blue);
  text-align: center;
  width: 100%;
}

.div-block-200.secondary {
  background-color: var(--dark-blue);
  margin-top: -2px;
  margin-bottom: -32px;
}

.div-block-201 {
  max-width: 350px;
}

.image-36 {
  object-fit: contain;
  width: auto;
  height: 40px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.div-block-202 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.image-37 {
  width: 70%;
  padding-left: 0;
  display: block;
}

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

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

.image-38 {
  width: 600px;
}

.white-wrapper {
  background-color: var(--white);
  width: 100%;
  height: 30px;
  margin-bottom: -23px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-204 {
  text-align: center;
  margin-bottom: 4rem;
}

.text-span-24 {
  color: var(--blue);
}

.div-block-207 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.bold-text-3, .bold-text-4 {
  font-size: 18px;
}

.link-block-7 {
  width: 200px;
}

.link-block-8 {
  object-fit: fill;
  width: 200px;
}

.link-block-9 {
  width: 55px;
  margin-left: 22px;
  margin-right: 0;
  overflow: auto;
}

.image-40 {
  margin-top: 0;
  margin-bottom: 22px;
}

.image-41 {
  margin-bottom: 15px;
}

.bold-text-5 {
  text-align: left;
}

.text-block-18 {
  text-align: right;
  margin-right: 37px;
}

.text-block-19 {
  margin-left: 51px;
}

.bold-text-6 {
  text-align: center;
  font-weight: 400;
}

.image-42 {
  border-radius: 0;
  margin-bottom: 12px;
}

.text-block-20 {
  text-align: left;
}

.heading-4 {
  color: var(--dark-blue);
  margin-top: -5px;
  margin-bottom: -29px;
  font-family: Karbon, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.paragraph-2 {
  width: 1000px;
}

.paragraph-3 {
  color: var(--blue);
  margin-top: 33px;
  margin-left: -15px;
  font-family: Karbon, sans-serif;
  font-weight: 700;
}

.image-43 {
  margin-bottom: 15px;
}

.image-44 {
  margin-bottom: 22px;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .text-span-25, .text-span-26 {
  font-size: 12px;
}

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

.link-2 {
  text-align: left;
}

.link-3 {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .logo-img {
    height: 65px;
    max-height: none;
  }

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

  .div-block {
    align-items: center;
    max-width: none;
    margin-bottom: 3rem;
    margin-right: 0;
  }

  .link-block {
    margin-bottom: 10px;
  }

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

  .link-block-2 {
    align-items: center;
    margin-bottom: .5rem;
  }

  .div-block-2 {
    flex-direction: row;
  }

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

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    margin-left: auto;
    margin-right: 0;
  }

  .dropdown {
    text-align: center;
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

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

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

  .dropdown-list.w--open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 57px;
  }

  .dropdown-link {
    text-align: right;
    padding-right: 40px;
  }

  .image-3 {
    display: none;
  }

  .menu-button {
    background-color: var(--dark-blue);
    color: var(--white);
  }

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

  .nav-menu {
    background-color: var(--dark-blue);
    flex-direction: column;
    display: flex;
  }

  .gradient-heading {
    font-size: 25px;
    line-height: 27px;
  }

  .div-block-13 {
    height: 483px;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .div-block-14 {
    width: 90%;
  }

  .all-paragraph.align-left {
    text-align: center;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-6 {
    width: 350px;
  }

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

  .div-block-21 {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .div-block-23 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .div-block-24 {
    margin-bottom: 2rem;
  }

  .div-block-25 {
    text-align: center;
    border: 1px #000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    max-width: none;
    padding-right: 2rem;
  }

  .div-block-28 {
    padding-left: 2rem;
  }

  .image-9 {
    max-height: 200px;
  }

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

  .big-heading {
    font-size: 45px;
    line-height: 45px;
  }

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

  .button.desktop {
    display: block;
  }

  .div-block-35 {
    width: 80%;
    margin-bottom: 77px;
  }

  .block-quote {
    padding: 10px 5px;
  }

  .text-block-6 {
    margin-bottom: -56px;
    font-size: 80px;
  }

  .div-block-36 {
    text-align: center;
    align-items: center;
    width: 80%;
  }

  .div-block-37 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .div-block-37.secondary {
    flex-direction: column-reverse;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-43 {
    margin-bottom: 2rem;
  }

  .div-block-45 {
    width: 350px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-block-46 {
    margin-bottom: 6rem;
  }

  .div-block-47 {
    width: 300px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-49 {
    margin-bottom: 2rem;
  }

  .image-11 {
    width: 250px;
  }

  .div-block-50 {
    align-items: center;
    width: 85%;
  }

  .div-block-51 {
    padding-left: 2rem;
  }

  .div-block-53 {
    flex-direction: column;
    margin-top: 2rem;
  }

  .div-block-54 {
    text-align: center;
    width: 85%;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-56 {
    margin-bottom: 2rem;
  }

  .div-block-59 {
    text-align: center;
    flex-direction: column-reverse;
    width: 85%;
  }

  .image-13 {
    margin-bottom: 1rem;
  }

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

  .div-block-69 {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .div-block-70 {
    text-align: center;
  }

  .div-block-74 {
    width: 100%;
    margin-bottom: 1rem;
  }

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

  .div-block-76 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 350px;
  }

  .div-block-80 {
    flex-direction: column-reverse;
  }

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

  .div-block-87 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .div-block-92 {
    flex-direction: column;
  }

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

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

  .image-18 {
    margin-bottom: 20px;
  }

  .div-block-108 {
    flex-direction: column;
    width: 100%;
    padding-top: 8rem;
  }

  .div-block-112 {
    margin-bottom: 2rem;
  }

  .div-block-115 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-117 {
    margin-bottom: 2rem;
  }

  .div-block-118 {
    flex-direction: column;
  }

  .div-block-119 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .div-block-120, .div-block-130 {
    flex-direction: column;
  }

  .div-block-131 {
    text-align: center;
  }

  .div-block-133, .dropdown-2 {
    width: 100%;
  }

  .div-block-150 {
    width: 85%;
  }

  .div-block-161 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-block-15 {
    width: 85%;
    font-size: 42px;
    line-height: 45px;
  }

  .div-block-162 {
    text-align: center;
    flex-direction: column;
  }

  .image-28 {
    margin-right: 0;
  }

  .text-span-14 {
    color: var(--blue);
    font-weight: 600;
  }

  .div-block-166 {
    text-align: center;
  }

  .div-block-169 {
    margin-bottom: 1rem;
  }

  .div-block-170 {
    flex-direction: column;
  }

  .div-block-179 {
    width: 85%;
    box-shadow: none;
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .div-block-188 {
    border: 1px none var(--dark-grey);
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 1px 1px 3px #0006;
  }

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

  .div-block-189.secondary {
    height: 120px;
    transform: rotate(90deg);
  }

  .html-embed-13 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    text-decoration: none;
    display: flex;
    transform: rotate(0);
  }

  .div-block-198 {
    height: 561px;
  }

  .div-block-199 {
    width: auto;
  }

  .image-37 {
    width: 95%;
    display: block;
  }

  .image-37.mobile {
    width: 80%;
    display: none;
  }

  .image-38 {
    width: 100%;
  }

  .div-block-205 {
    text-align: center;
  }

  .image-39 {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 85%;
    height: auto;
  }

  .footer {
    padding: 40px 2rem;
  }

  .footer-image {
    object-fit: contain;
  }

  .div-block, .link-block-2 {
    align-items: center;
  }

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

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

  .div-block-8 {
    text-align: center;
    flex-direction: column;
  }

  .gradient-heading {
    font-size: 22px;
    line-height: 25px;
  }

  .gradient-heading.big {
    font-size: 30px;
    line-height: 33px;
  }

  .div-block-9 {
    align-items: center;
  }

  .div-block-10 {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .link-block-4 {
    margin-bottom: 1rem;
  }

  .div-block-11 {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .main-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-13 {
    height: auto;
    margin-bottom: 1rem;
  }

  .div-block-14 {
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .header-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image-2 {
    object-fit: contain;
  }

  .div-block-18 {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-19 {
    width: 85%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-23 {
    margin-top: 2rem;
  }

  .div-block-25 {
    margin-bottom: 1rem;
  }

  .div-block-27 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-28 {
    width: 55%;
    margin-bottom: 1rem;
    padding-left: 0;
  }

  .image-9 {
    max-height: 150px;
  }

  .div-block-29 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .div-block-30 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 0;
    display: flex;
  }

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

  .blockquote-container {
    height: 400px;
  }

  .div-block-33 {
    flex-direction: column;
  }

  .div-block-35 {
    width: 80%;
    margin-bottom: 91px;
  }

  .div-block-37 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-37.secondary {
    padding-left: 2rem;
  }

  .div-block-44 {
    max-width: 250px;
  }

  .div-block-45 {
    margin-bottom: 1rem;
    padding: 1rem 2rem;
  }

  .div-block-46 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }

  .html-embed-3 {
    margin-bottom: 0;
  }

  .image-11 {
    margin-bottom: 20px;
  }

  .div-block-50 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-13 {
    width: 250px;
  }

  .div-block-62 {
    width: 75%;
    margin-top: -18px;
  }

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

  .div-block-64 {
    width: 85%;
    margin-bottom: 1rem;
  }

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

  .div-block-66._1, .div-block-66._2, .div-block-66._3, .div-block-66._4 {
    width: 100px;
    height: 100px;
  }

  .div-block-67 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-68 {
    width: 85%;
  }

  .div-block-73 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slider {
    padding-bottom: 0;
  }

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

  .div-block-84 {
    width: 85%;
  }

  .div-block-92, .div-block-93 {
    flex-direction: column;
  }

  .div-block-103 {
    margin-bottom: 20px;
  }

  .div-block-104 {
    flex-direction: column;
  }

  .div-block-106 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .div-block-108 {
    padding-bottom: 2rem;
  }

  .div-block-123 {
    width: 70%;
  }

  .image-25 {
    width: 80%;
  }

  .div-block-133 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-135 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .div-block-140 {
    flex-direction: column;
  }

  .div-block-141 {
    margin-bottom: 1rem;
  }

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

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

  .div-block-148 {
    width: 80%;
    margin-right: auto;
    padding-right: 4rem;
  }

  .div-block-149 {
    padding-right: 4rem;
  }

  .dropdown-2 {
    width: 85%;
    transition: all .3s;
  }

  .dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-151 {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 1rem;
  }

  .div-block-152 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-153 {
    margin-bottom: 0;
  }

  .div-block-154 {
    text-align: center;
    flex-direction: column;
  }

  .div-block-157 {
    margin-bottom: .5rem;
  }

  .image-27 {
    width: 150px;
    margin-bottom: 1rem;
  }

  .div-block-160 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .text-block-15 {
    margin-bottom: 2rem;
    font-size: 32px;
    line-height: 35px;
  }

  .image-28 {
    width: 250px;
    margin-bottom: 20px;
  }

  .image-29 {
    display: none;
  }

  .div-block-164 {
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
    padding-left: 0;
  }

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

  .image-30 {
    width: 150px;
    height: auto;
  }

  .image-32 {
    width: 80px;
    margin-bottom: 10px;
  }

  .div-block-172 {
    width: 85%;
  }

  .div-block-173, .div-block-176 {
    flex-direction: column;
  }

  .div-block-179 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-180, .div-block-181 {
    width: 85%;
  }

  .div-block-182 {
    margin-right: auto;
  }

  .div-block-193 {
    margin-bottom: 2rem;
  }

  .div-block-196, .div-block-197 {
    flex-direction: column;
  }

  .div-block-198 {
    width: 100%;
    margin-bottom: 4rem;
  }

  .div-block-199 {
    margin-bottom: 1rem;
  }

  .image-37 {
    display: none;
  }

  .image-37.mobile {
    width: 70%;
    display: block;
  }

  .div-block-206 {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 0;
  }

  .div-block {
    align-items: center;
    margin-bottom: 2rem;
  }

  .div-block-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-8 {
    margin-bottom: 2rem;
  }

  .gradient-heading {
    text-align: center;
    font-size: 20px;
    line-height: 23px;
  }

  .div-block-9 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-13 {
    width: 95%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header-container {
    min-height: 45vh;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }

  .footer-logo-link-2 {
    height: 60px;
  }

  .image-6 {
    width: 255.969px;
  }

  .div-block-18 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-20 {
    margin-bottom: .5rem;
  }

  .div-block-24 {
    flex-direction: column;
  }

  .paragraph {
    font-size: 12px;
  }

  .div-block-35 {
    width: 85%;
  }

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

  .text-block-6 {
    margin-bottom: -47px;
    font-size: 60px;
  }

  .text-span {
    font-size: 12px;
  }

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

  .div-block-37, .div-block-37.secondary {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-6 {
    margin-bottom: 0;
  }

  .div-block-38 {
    width: 85%;
    margin-bottom: 2rem;
  }

  .div-block-42 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-45 {
    width: 85%;
  }

  .div-block-47 {
    margin-bottom: 20px;
  }

  .div-block-48 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-49 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-51 {
    width: 100%;
    padding-left: 0;
  }

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

  .div-block-62 {
    margin-top: 0;
  }

  .div-block-65 {
    flex-direction: column;
  }

  .div-block-66._1, .div-block-66._2, .div-block-66._3, .div-block-66._4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

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

  .div-block-74 {
    margin-bottom: 2rem;
  }

  .div-block-76 {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-77 {
    width: 85%;
  }

  .div-block-81 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-16 {
    width: 150px;
  }

  .icon-2 {
    margin-left: 0;
  }

  .icon-3 {
    margin-right: 0;
  }

  .div-block-93 {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .div-block-95 {
    width: 100%;
    margin-right: 0;
  }

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

  .div-block-98 {
    flex-direction: column;
    width: 100%;
  }

  .div-block-99 {
    text-align: center;
  }

  .div-block-107 {
    flex-direction: column;
  }

  .div-block-110 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-114 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-117 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-118 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-121 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-122 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-123 {
    width: 85%;
    margin-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-25 {
    width: 85%;
  }

  .div-block-135 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-137 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-138 {
    flex-direction: column;
  }

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

  .div-block-141 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-149 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .div-block-154 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .div-block-157 {
    flex-direction: column;
  }

  .link-block-5 {
    margin-right: 0;
  }

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

  .div-block-163 {
    width: 85%;
  }

  .div-block-165 {
    text-align: center;
    width: 85%;
  }

  .image-31 {
    background-color: var(--blue);
    padding-top: 4rem;
  }

  .html-embed-11 {
    transform: rotate(90deg);
  }

  .div-block-176, .div-block-177 {
    width: 85%;
  }

  .div-block-179 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-184 {
    flex-direction: column;
  }

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

  .html-embed-12 {
    margin-right: 0;
  }

  .div-block-188 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-189, .div-block-190 {
    width: 100%;
  }

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

  .div-block-198 {
    height: auto;
    margin-bottom: 2rem;
  }

  .div-block-199 {
    text-align: center;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .div-block-202 {
    margin-left: 0;
  }

  .image-37.mobile {
    width: 80%;
  }

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

#w-node-ffc24dcd-4a04-7119-f705-4b2b5d502ca7-a346ddd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea6d36e1-3bff-9200-b456-262214ad9b9e-d846ddd3 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}


@font-face {
  font-family: 'Karbon';
  src: url('../fonts/Karbon-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/Karbon-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karbon hairline';
  src: url('../fonts/Karbon-Hairline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/Karbon-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/Karbon-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/Karbon-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/Karbon-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/Karbon-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/Karbon-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/Karbon-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/Karbon-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}