@font-face {
  font-family: Plusjakartasans Variable;
  src: url('../fonts/PlusJakartaSans-Variable.woff2') format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --lighter: #0088f7;
  --light: #005091;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.button-primary {
  background-color: #0000;
  background-image: linear-gradient(120deg, var(--lighter), var(--light));
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 12px 25px;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  background-color: #fff;
}

.container {
  max-width: 85%;
  margin-top: 3rem;
  position: relative;
}

.container-2 {
  max-width: 100%;
  margin-top: 5rem;
  position: static;
}

.container-3 {
  max-width: 85%;
  margin-top: 5rem;
}

.container-4 {
  max-width: 90%;
  margin-top: 3rem;
}

.heading-3 {
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 1.25em;
}

.heading-3.experiment.mobile {
  display: none;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #1a1b1f;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 14.5vw;
  height: 3.15vw;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: right;
  padding-right: 1vw;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.25vw;
  position: static;
  overflow: visible;
}

.text-span {
  background-image: linear-gradient(135deg, var(--lighter), var(--light));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .6vw;
  padding-top: .3vw;
  padding-bottom: .3vw;
  padding-left: .75vw;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.5em;
}

.field-label, .field-label-2 {
  margin-bottom: 0;
  padding-top: .2vw;
  padding-left: 1vw;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.25em;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #dad8d8;
  border: 1px #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .5vw 1.2vw 0;
}

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

.button {
  background-color: #0000;
  background-image: linear-gradient(120deg, var(--lighter), var(--light));
  text-align: center;
  border-radius: 40px;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.25em;
}

.div-block-7 {
  z-index: 9999;
  opacity: 0;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: center;
  background-color: #00000059;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-8 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: .75vw;
  padding-top: .2vw;
}

.div-block-9 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 1.15vw;
  padding-top: .2vw;
}

.image-3, .image-4 {
  margin-left: -2.2vw;
}

.div-block-10 {
  height: 70%;
  padding-left: .75rem;
  display: flex;
}

.paragraph {
  color: #666;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  line-height: 1.375em;
}

.text-field {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0 0 0 .75vw;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.1vw;
  line-height: 1.25em;
}

.text-field::placeholder {
  color: #5a5a5a;
}

.text-field.form-text-field2 {
  height: 2.5vw;
  padding-left: 1vw;
}

.text-field-2 {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0 0 0 .75vw;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.1vw;
  line-height: 1.25em;
}

.text-field-2::placeholder {
  color: #5a5a5a;
}

.text-field-2.form-text-field {
  height: 2.5vw;
  padding-left: 1vw;
}

.image-5 {
  z-index: -1;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 25px;
  width: 51.5vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-11 {
  background-color: #0000;
  border-bottom-right-radius: 25px;
  padding: 0 1rem 1rem 0;
}

.div-block-17 {
  z-index: 9998;
  filter: drop-shadow(2px 0 5px #00000080);
  position: fixed;
  inset: 57.5% auto auto 0%;
  overflow: hidden;
}

.div-block-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 22.25vw;
  display: inline-flex;
}

.socials {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  text-align: center;
  vertical-align: baseline;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 100%;
  display: inline-block;
}

.switcher-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: -8rem;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.switcher-4_link {
  color: #000;
  padding: .75rem 1.75rem .75rem .75rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.switcher-4_link.w--current {
  color: #000;
}

.switcher-4_link.is-right {
  z-index: 1;
  padding-left: 1.75rem;
  padding-right: .75rem;
  position: relative;
}

.switcher-4_link.is-right.w--current {
  color: #ff6640;
}

.switcher-4_text {
  text-transform: uppercase;
  font-weight: 700;
}

.switcher-4_line {
  background-color: #000;
  border-radius: .125rem;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  height: 3px;
  transition: padding .4s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.switcher-4_line-inside {
  background-color: #0085f1;
  width: 0%;
  height: 100%;
  transition: width .2s;
}

.switcher-4_line-inside.en {
  width: 100%;
}

.div-block-19 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-flow: row;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
}

.form-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper.mr-15 {
  margin-right: 15px;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  height: 48px;
  max-height: 250px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.text-red {
  color: #ff0004;
}

.form-separator {
  background-color: #f2f3ff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rte-label {
  color: #000;
  margin-top: 15px;
  margin-bottom: 12px;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
}

.button-2 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-2:hover {
  box-shadow: none;
  background-color: #000;
}

.button-2.in-form {
  background-image: linear-gradient(120deg, var(--lighter), var(--light));
  width: 100%;
  height: 52px;
  margin-top: 0;
  margin-left: 0;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
}

.div-block-20 {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 680px;
  max-height: 800px;
  padding: 30px;
}

.h3 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.paragraph-2 {
  opacity: .9;
  color: #000;
  text-align: left;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.popup-close {
  cursor: pointer;
  justify-content: space-between;
  display: flex;
  position: static;
  inset: 13% 15% auto auto;
}

.popup-close_icon {
  color: #000;
  width: 2.5rem;
  height: 2.5rem;
}

.link-block {
  text-align: justify;
  width: 2.5vw;
  position: relative;
}

.section {
  overflow: hidden;
}

.section-2 {
  position: static;
  overflow: hidden;
}

.section-3 {
  overflow: hidden;
}

.section-4 {
  background-color: #141414;
  overflow: hidden;
}

.heading-5 {
  color: #000;
  margin-bottom: 15px;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 3.4vw;
}

.heading-5.experiment {
  line-height: 54px;
}

.heading-5.experiment.mobile {
  display: none;
}

.paragraph-3 {
  color: #666;
  width: 70%;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.25em;
  display: block;
}

.cell-2, .cell-3 {
  background-color: #dad8d8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.cell-4, .cell-5 {
  background-image: linear-gradient(120deg, var(--lighter), var(--light));
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 90%;
  height: 85%;
  display: flex;
}

.image-10 {
  width: 2.4vw;
}

.heading-6 {
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.25vw;
  line-height: 1.25em;
}

.paragraph-4 {
  margin-bottom: 0;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: .95vw;
  line-height: 1.25em;
}

.image-11 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
}

.quick-stack-2 {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.heading-6-copy {
  color: #fff;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.25vw;
  line-height: 1.25em;
}

.paragraph-4-copy {
  color: #fff;
  margin-bottom: 0;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: .95vw;
  line-height: 1.25em;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 3vw;
  height: 3vw;
  margin-right: 1.5vw;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-5 {
  max-width: none;
  position: relative;
}

.div-block-23 {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.image-14 {
  opacity: 0;
  position: absolute;
}

.image-15 {
  position: absolute;
}

.div-block-21-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 90%;
  height: 85%;
  display: none;
}

.image-10-copy {
  width: 35px;
}

.container-6 {
  max-width: 85%;
  margin-top: 5rem;
  position: static;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  position: relative;
}

.image-16 {
  aspect-ratio: 16 / 17;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 90%;
  height: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-5 {
  overflow: hidden;
}

.heading-7 {
  color: #000;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 3.2vw;
  line-height: 1em;
}

.paragraph-5 {
  color: #666;
  max-width: 57%;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.25em;
}

.div-block-25 {
  flex-flow: row;
  display: flex;
  position: static;
}

.div-block-26 {
  background-color: #000;
  height: 1px;
  margin-top: .75rem;
  margin-bottom: 1.5rem;
}

.image-17 {
  vertical-align: baseline;
  width: 100%;
}

.heading-8 {
  color: #000;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1em;
}

.heading-9 {
  background-image: linear-gradient(120deg, var(--lighter), var(--light));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 800;
  line-height: 1.25em;
}

.paragraph-6 {
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.25em;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide-nav {
  border-radius: 0;
}

.right-arrow {
  width: 4vw;
  margin-top: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.left-arrow {
  width: 4vw;
  margin-top: 15px;
  margin-right: 5vw;
  inset: 0% 0% auto auto;
}

.link-block-8 {
  width: 40%;
}

.image-18 {
  object-fit: cover;
  width: 45vw;
  height: 100%;
  position: absolute;
}

.image-19 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 45vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.div-block-29, .div-block-30, .div-block-31, .div-block-32 {
  height: 65%;
}

.heading-10 {
  color: #000;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 3.2vw;
  line-height: 1.25em;
}

.paragraph-7 {
  color: #666;
  text-align: left;
  width: 95%;
  margin-left: 0;
  margin-right: auto;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.25em;
}

.button-copy {
  background-color: #0000;
  background-image: linear-gradient(120deg, var(--lighter), var(--light));
  text-align: center;
  border-radius: 40px;
  width: 30%;
  margin-top: 1rem;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.25em;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.grid-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  padding-top: 3rem;
}

.text-block-3 {
  padding-bottom: .375rem;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.25em;
}

.div-block-38 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.div-block-39 {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.quick-stack-4 {
  margin-top: 4rem;
  padding: 0;
}

.div-block-40 {
  text-align: right;
}

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

.cell-7 {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.paragraph-7-copy {
  color: #666;
  text-align: right;
  width: 95%;
  margin-left: auto;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.25em;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #eff0f6;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  color: #fff;
  margin-bottom: 40px;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.footer-wrapper {
  background-color: #141414;
  border: 1px #000;
}

.footer-top {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-default {
  max-width: 85%;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-item {
  margin-bottom: .75rem;
  padding-left: 0;
}

.footer-link {
  color: #bebebe;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.footer-link:hover {
  color: #0082ec;
}

.footer-logo-wrapper {
  color: #0081ea;
  margin-bottom: 24px;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1em;
  text-decoration: none;
}

.grid-footer-v1---5-column {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.mg-bottom-40px {
  color: #bebebe;
  margin-bottom: 40px;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25em;
}

.mg-bottom-0 {
  color: #fff;
  margin-bottom: 0;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-block-4 {
  color: #fff;
  text-decoration: none;
}

.link {
  color: #fff;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-block-5 {
  color: #bebebe;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1rem;
}

.text-block-5:hover {
  color: var(--lighter);
}

.container-7 {
  background-color: #fff;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  max-width: 100%;
}

.nav-menu-left {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navbar {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0%;
  padding-right: 0%;
  position: sticky;
  inset: 0% auto auto;
}

.nav-wrap {
  z-index: 9998;
  filter: drop-shadow(0 0 20px #000000b3);
  position: sticky;
  top: 0;
}

.brand {
  max-width: 100px;
  padding: 15px 0;
}

.container-8 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container-8.nav {
  justify-content: space-between;
  align-items: center;
  max-width: 85%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-link {
  color: #272d4e;
  padding: 0 15px;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

._03-hamburger {
  padding: 0;
  display: none;
}

.text-block-6 {
  color: #000;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  position: static;
}

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

.image-20 {
  width: 2.2vw;
  margin-right: .5rem;
}

.code-embed {
  margin-bottom: 3rem;
}

.heading-11 {
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
}

.heading-12 {
  text-align: center;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 3.2vw;
  line-height: 1.25em;
}

.paragraph-8 {
  color: #666;
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  line-height: 1.25em;
}

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

.button-copy-copy {
  background-color: #0000;
  background-image: linear-gradient(120deg, var(--lighter), var(--light));
  text-align: center;
  border-radius: 40px;
  width: 20%;
  margin-top: 1rem;
  padding-top: 1.3vw;
  padding-bottom: 1.3vw;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.25em;
}

.div-block-49 {
  margin-top: -4.4rem;
  position: absolute;
}

.div-block-49-copy {
  margin-top: -2rem;
  position: absolute;
}

.error-message {
  background-color: #ffacac;
  border-radius: 10px;
}

.text-block-7 {
  text-align: center;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.2vw;
}

.success-message {
  z-index: 10000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: center;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  inset: 0%;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 680px;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.check-animation {
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  display: flex;
}

.text-block-8 {
  color: #f1f1f1;
  margin-top: 1rem;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.25em;
}

.text-block-9 {
  color: #fff;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.25em;
}

.success-message-2 {
  z-index: 10000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.paragraph-9.cookie-banner-paragraph---brix {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}

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

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

.button-primary-2.cookie-banner-button---brix {
  flex-wrap: nowrap;
  max-width: 160px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.cookie-banner-wrapper---brix {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  inset: auto auto 32px 32px;
}

.cookie-banner-wrapper---brix.cookie-banner-1---brix {
  background-color: #fff;
  border-radius: 20px;
  max-width: 400px;
  padding: 34px 32px 34px 40px;
  inset: auto auto 32px 32px;
  box-shadow: 0 6px 23px #14142b14;
}

.cookie-banner-wrapper---brix.cookie-banner-1---brix.preview-page {
  display: none;
  position: fixed;
  left: auto;
  right: 32px;
}

.button-cookie-icon---brix {
  margin-right: 8px;
}

.container-10 {
  max-width: 85%;
}

.heading-13 {
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
}

.paragraph-10 {
  margin-bottom: 2rem;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-size: 1.5rem;
  font-weight: 700;
}

.cookie-setup {
  display: none;
}

.cookie-btn {
  background-color: #0000;
  background-image: linear-gradient(120deg, var(--lighter), var(--light));
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 25px;
  margin-bottom: 60px;
  padding: 12px 25px;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.cookie-btn:hover {
  color: #fff;
  background-color: #32343a;
}

.cookie-btn:active {
  background-color: #43464d;
}

.link-2 {
  color: #fff;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  text-decoration-style: solid;
}

.form-setup {
  display: none;
}

.text-block-10 {
  color: #5a5a5a;
  margin-bottom: 10px;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-weight: 400;
}

.bold-text {
  font-size: 13.5px;
  font-weight: 500;
}

.bold-text-2 {
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
}

.link-3 {
  color: var(--lighter);
  text-decoration: none;
}

.clone-me {
  z-index: 99999;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.button_call {
  color: #fff;
  background-color: #f66a18;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  box-shadow: 0 10px 30px -10px #00000026;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.div-block-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #1a1b1f;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 14.5vw;
  height: 3.15vw;
  display: flex;
}

.heading-main {
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.25em;
}

.stats {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  display: flex;
}

.stat-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #1a1b1f;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 14.5vw;
  height: 3.15vw;
  display: flex;
}

.stat-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #1a1b1f;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 14.5vw;
  height: 3.15vw;
  display: none;
}

.text-block-2-copy {
  color: #fff;
  text-align: right;
  text-align: right;
  padding-right: 0;
  font-family: Plusjakartasans Variable, Verdana, sans-serif;
  font-size: 1.25vw;
  position: static;
  overflow: visible;
}

.epxetiment-hero-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

@media screen and (min-width: 1280px) {
  .heading-3 {
    font-size: 3.5vw;
  }

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

  .heading-4 {
    font-size: 1vw;
  }

  .field-label, .field-label-2 {
    padding-top: 0;
    font-size: 1vw;
  }

  .cell {
    padding-top: 1rem;
  }

  .button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.15vw;
  }

  .div-block-8 {
    height: auto;
    padding-top: .5rem;
  }

  .div-block-9 {
    padding-top: .5rem;
  }

  .paragraph {
    font-size: 1.4vw;
  }

  .text-field {
    font-size: 1vw;
  }

  .text-field.form-text-field2 {
    height: 2.3vw;
  }

  .text-field-2 {
    font-size: 1vw;
  }

  .text-field-2.form-text-field {
    height: 2.4vw;
  }

  .div-block-18 {
    width: 50px;
    height: 285px;
  }

  .socials {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .link-block {
    width: 85%;
  }

  .heading-5.experiment {
    line-height: 64px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: flex-start;
    height: 80%;
    display: flex;
  }

  .image-10 {
    width: 2.25vw;
  }

  .heading-6 {
    font-size: 1.25vw;
  }

  .paragraph-4 {
    font-size: 1vw;
  }

  .image-11 {
    width: 100%;
  }

  .heading-6-copy {
    font-size: 1.25vw;
  }

  .paragraph-4-copy {
    font-size: 1vw;
  }

  .div-block-21-copy {
    height: 80%;
    display: none;
  }

  .image-10-copy {
    width: 2.75vw;
  }

  .image-16 {
    aspect-ratio: 5 / 4;
  }

  .heading-9 {
    font-size: 1.3vw;
  }

  .paragraph-6 {
    font-size: 1.2vw;
  }

  .right-arrow {
    inset: 0% 0% auto auto;
  }

  .image-18 {
    object-fit: cover;
    width: 45vw;
    position: absolute;
  }

  .div-block-29, .div-block-30, .div-block-31, .div-block-32, .div-block-33, .div-block-34, .div-block-35, .div-block-36 {
    height: 65%;
  }

  .heading-10 {
    margin-top: 10px;
  }

  .button-copy {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 1.15vw;
  }

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

  .text-block-3 {
    font-size: 1.1vw;
  }

  .div-block-38 {
    grid-column-gap: 2.8vw;
    grid-row-gap: 2.8vw;
  }

  .quick-stack-4 {
    margin-top: 4rem;
    padding: 0;
  }

  .div-block-40 {
    text-align: right;
  }

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

  .cell-6 {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .cell-7 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cell-8 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-9 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .button-copy-copy {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 1.15vw;
  }

  .check-animation {
    width: 60%;
  }

  .text-block-8 {
    font-size: 1.25vw;
  }

  .text-block-9, .heading-main {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    margin-top: 3rem;
  }

  .container-2 {
    margin-top: 7rem;
  }

  .div-block {
    width: 9.75vw;
    height: 2.1vw;
  }

  .text-block-2 {
    padding-right: .6vw;
    font-size: .85vw;
  }

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

  .heading-4, .field-label, .field-label-2, .button {
    font-size: .85vw;
  }

  .image-3, .image-4 {
    margin-left: -1.45vw;
  }

  .div-block-10 {
    padding-left: .65vw;
  }

  .paragraph {
    padding-bottom: 2vw;
    font-size: 1.4vw;
  }

  .text-field {
    color: #000;
    font-size: .85vw;
  }

  .text-field.form-text-field2 {
    height: 2vw;
  }

  .text-field-2 {
    color: #000;
    font-size: .85vw;
  }

  .text-field-2.form-text-field {
    height: 2vw;
  }

  .image-5 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .heading-5 {
    font-size: 3.2vw;
    line-height: 1em;
  }

  .paragraph-3 {
    font-size: 1.4vw;
    font-weight: 500;
  }

  .div-block-21 {
    flex: 0 auto;
    height: 80%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-10 {
    width: 1.875vw;
  }

  .heading-6 {
    font-size: 1.075vw;
  }

  .paragraph-4 {
    font-size: .8vw;
  }

  .image-11 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .heading-6-copy {
    font-size: 1.075vw;
  }

  .paragraph-4-copy {
    font-size: .8vw;
  }

  .div-block-21-copy {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .image-10-copy {
    width: 45px;
  }

  .image-16 {
    aspect-ratio: auto;
  }

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

  .button-copy {
    font-size: 1vw;
  }

  .div-block-38 {
    grid-column-gap: 2.8vw;
    grid-row-gap: 2.8vw;
  }

  .quick-stack-4 {
    margin-top: 5rem;
  }

  .grid-footer-v1---5-column {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .image-20 {
    width: 2vw;
  }

  .button-copy-copy {
    font-size: 1vw;
  }

  .text-block-7 {
    font-size: .9vw;
  }

  .div-block-copy {
    width: 9.75vw;
    height: 2.1vw;
  }

  .heading-main {
    font-size: 4.5vw;
  }

  .stats {
    flex-flow: row;
    display: flex;
  }

  .stat-2 {
    width: 9.75vw;
    height: 2.1vw;
  }

  .stat-3 {
    width: 9.75vw;
    height: 2.1vw;
    display: flex;
  }

  .text-block-2-copy {
    padding-right: 0;
    font-size: .85vw;
  }
}

@media screen and (min-width: 1920px) {
  .container-3, .container-4 {
    margin-top: 5rem;
  }

  .div-block-4 {
    margin-bottom: .5vw;
  }

  .field-label, .field-label-2 {
    padding-left: 1vw;
  }

  .cell {
    padding-top: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .button {
    padding: 1.1vw 1vw;
  }

  .div-block-8 {
    padding-top: .5vw;
  }

  .div-block-9 {
    margin-bottom: .9vw;
    padding-top: .4vw;
  }

  .paragraph {
    padding-bottom: 1vw;
    font-size: 1.2vw;
  }

  .text-field {
    margin-bottom: 0;
    padding-left: .5vw;
  }

  .text-field.form-text-field2 {
    height: 2vw;
  }

  .text-field-2 {
    margin-bottom: .5vw;
    padding-left: .5vw;
  }

  .text-field-2.form-text-field {
    height: 2vw;
  }

  .heading-5 {
    font-size: 3.5vw;
  }

  .heading-5.experiment {
    line-height: 84px;
  }

  .paragraph-3 {
    font-size: 1.2vw;
  }

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

  .image-11 {
    box-sizing: border-box;
    object-fit: cover;
    width: 100%;
  }

  .quick-stack-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-6 {
    max-width: 85%;
    margin-top: 5rem;
  }

  .grid {
    grid-template-rows: auto;
  }

  .heading-7 {
    color: #000;
    font-size: 3.5vw;
  }

  .paragraph-5 {
    font-size: 1.3vw;
  }

  .div-block-26 {
    background-color: #000;
  }

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

  .heading-9 {
    font-size: 1.3vw;
  }

  .paragraph-6 {
    font-size: 1.2vw;
  }

  .link-block-8 {
    flex: 0 auto;
    align-self: auto;
  }

  .button-copy, .button-copy-copy {
    padding: 1.1vw 1vw;
  }

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

@media screen and (max-width: 991px) {
  .button-primary {
    margin-top: 2rem;
    display: block;
  }

  .heading-3 {
    font-size: 3.4vw;
  }

  .heading-4, .field-label, .field-label-2 {
    font-size: 1.3vw;
  }

  .button {
    font-size: 1.4vw;
  }

  .div-block-7 {
    opacity: 0;
    display: none;
  }

  .div-block-8, .div-block-9 {
    padding-top: .4vw;
  }

  .paragraph {
    font-size: 1.4vw;
  }

  .text-field {
    font-size: 1.3vw;
  }

  .text-field.form-text-field2 {
    height: 3vw;
  }

  .text-field-2 {
    font-size: 1.3vw;
    display: block;
    overflow: clip;
  }

  .text-field-2.form-text-field {
    height: 3vw;
  }

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

  .switcher-4 {
    flex-flow: row;
    margin: 1rem auto 0;
    position: relative;
  }

  .popup-close {
    top: 5%;
    right: 5%;
  }

  .heading-5.experiment {
    line-height: 34px;
  }

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

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

  .paragraph-4 {
    font-size: 1vw;
  }

  .heading-6-copy {
    margin-top: 0;
  }

  .paragraph-4-copy {
    font-size: 1vw;
  }

  .div-block-21-copy {
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    display: none;
  }

  .image-10-copy {
    width: 3vw;
  }

  .div-block-33, .div-block-34, .div-block-35, .div-block-36 {
    height: 65%;
  }

  .button-copy {
    font-size: 1.2vw;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .grid-footer-v1---5-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav__icon {
    font-size: 32px;
  }

  .nav-menu-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-8.nav {
    justify-content: space-between;
  }

  .nav-link {
    color: #000;
    text-align: center;
    padding: 10px 0;
    font-size: 1rem;
  }

  .nav-menu {
    color: #fff;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 30px 5% 40px;
  }

  ._03-hamburger {
    color: #272d4e;
    border-radius: 5px;
    display: none;
  }

  ._03-hamburger.w--open {
    color: #fff;
    background-color: #272d4e;
  }

  .div-block-45 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .button-copy-copy {
    font-size: 1.2vw;
  }

  .text-block-7 {
    font-size: 1.4vw;
  }

  .check-animation {
    width: 100%;
  }

  .text-block-8 {
    font-size: 2vw;
  }

  .text-block-9 {
    font-size: 8vw;
  }

  .cookie-banner-wrapper---brix {
    bottom: 24px;
    left: 24px;
  }

  .cookie-btn {
    margin-top: 2rem;
    display: block;
  }

  .clone-me {
    display: block;
  }

  .button_call {
    background-color: #0000;
    background-image: linear-gradient(135deg, var(--lighter), var(--light));
    box-shadow: 2px 2px 10px #00000026;
  }
}

@media screen and (max-width: 767px) {
  .container-2 {
    margin-top: 1rem;
  }

  .heading-3 {
    color: #fff;
    font-size: 4.5vw;
  }

  .div-block {
    background-color: #ffffff59;
  }

  .text-block-2 {
    color: #000;
  }

  .heading-4 {
    color: #fff;
    font-size: 1.5vw;
  }

  .field-label, .field-label-2 {
    color: #fff;
    padding-left: 1.25vw;
    font-size: 1.5vw;
  }

  .cell {
    background-color: #0000;
  }

  .button {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 1.6vw;
  }

  .div-block-7 {
    opacity: 0;
    display: none;
  }

  .div-block-8, .div-block-9 {
    background-color: #fff3;
  }

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

  .paragraph {
    color: #e6e6e6;
    font-size: 1.7vw;
  }

  .text-field.form-text-field2 {
    color: #fff;
    padding-left: 1.25vw;
    font-size: 1.5vw;
  }

  .text-field.form-text-field2::placeholder {
    color: #b4b4b4;
  }

  .text-field-2.form-text-field {
    color: #fff;
    padding-left: 1.25vw;
    font-size: 1.5vw;
  }

  .text-field-2.form-text-field::placeholder {
    color: #b4b4b4;
  }

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

  .div-block-20 {
    width: 85%;
    max-width: none;
  }

  .section {
    background-image: linear-gradient(#000000bf, #000000bf), linear-gradient(#0086f44d, #0086f44d), url('../images/DSC7011-Edit00002-scaled.webp');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    padding-bottom: 3rem;
  }

  .heading-5 {
    text-align: center;
    font-size: 4.5vw;
  }

  .paragraph-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8vw;
  }

  .div-block-21 {
    aspect-ratio: 1;
  }

  .image-10 {
    width: 4vw;
  }

  .heading-6 {
    font-size: 2.5vw;
  }

  .paragraph-4 {
    font-size: 1.8vw;
  }

  .heading-6-copy {
    font-size: 2.5vw;
  }

  .paragraph-4-copy {
    font-size: 1.8vw;
  }

  .link-block-5 {
    width: 5vw;
    height: 5vw;
  }

  .div-block-21-copy {
    aspect-ratio: 3 / 2;
    aspect-ratio: 1;
    display: none;
  }

  .image-10-copy {
    width: 4.5vw;
  }

  .container-6 {
    margin-top: 3rem;
  }

  .grid {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-7 {
    text-align: center;
    font-size: 4.5vw;
  }

  .paragraph-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.7vw;
  }

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

  .heading-9 {
    font-size: 2.2vw;
  }

  .paragraph-6 {
    font-size: 2vw;
  }

  .slider {
    height: 100%;
  }

  .slide-nav {
    display: none;
  }

  .right-arrow {
    width: 5vw;
  }

  .left-arrow {
    width: 5vw;
    margin-right: 7vw;
  }

  .link-block-8 {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
  }

  .heading-10 {
    text-align: center;
    margin-top: 0;
    font-size: 4.5vw;
  }

  .paragraph-7 {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8vw;
  }

  .button-copy {
    font-size: 1.8vw;
  }

  .grid-2 {
    width: 100%;
    padding-top: 0;
  }

  .text-block-3 {
    font-size: 1.7vw;
  }

  .div-block-38 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

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

  .cell-6 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-7-copy {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8vw;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .grid-footer-v1---5-column {
    grid-template-columns: 1fr 1fr;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .div-block-42, .div-block-43, .div-block-44 {
    text-align: center;
  }

  .navbar {
    background-color: #fff;
  }

  .svg {
    display: block;
  }

  .cell-10, .cell-11, .cell-12, .div-block-46, .cell-13, .cell-14, .cell-15, .cell-16 {
    display: none;
  }

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

  .image-20 {
    display: none;
  }

  .heading-12 {
    font-size: 4.5vw;
  }

  .paragraph-8 {
    font-size: 1.8vw;
  }

  .button-copy-copy {
    width: 30%;
    font-size: 1.8vw;
  }

  .error-message {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-7 {
    font-size: 1.7vw;
  }

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

  .check-animation {
    width: 80%;
  }

  .text-block-8 {
    font-size: 2.5vw;
  }

  .text-block-9 {
    font-size: 8vw;
  }

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

  .cookie-banner-wrapper---brix {
    border-radius: 18px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-1---brix {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-1---brix.preview-page {
    left: 32px;
  }

  .clone-me {
    display: block;
  }

  .div-block-copy {
    background-color: #ffffff59;
  }

  .heading-main {
    color: #fff;
    font-size: 4.5vw;
  }

  .stat-2, .stat-3 {
    background-color: #ffffff59;
  }

  .text-block-2-copy {
    color: #000;
  }
}

@media screen and (max-width: 479px) {
  .container.experiment {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-3 {
    margin-top: 2rem;
  }

  .heading-3 {
    font-size: 10vw;
  }

  .heading-3.experiment {
    font-size: 9vw;
    display: none;
  }

  .heading-3.experiment.mobile {
    flex-flow: column;
    display: flex;
  }

  .div-block {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

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

  .heading-4.experiment {
    margin-bottom: 5px;
  }

  .field-label, .field-label-2 {
    padding-left: 2vw;
    font-size: 3.5vw;
  }

  .div-block-5 {
    width: 85%;
    margin-top: 2rem;
  }

  .button {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 4vw;
  }

  .div-block-7 {
    opacity: 0;
    display: none;
  }

  .div-block-8 {
    margin-bottom: 2vw;
    padding-top: 1vw;
    padding-bottom: 0;
    padding-left: 3px;
  }

  .div-block-9 {
    margin-bottom: 2.5vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .paragraph {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.5vw;
  }

  .paragraph.experiment {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field.form-text-field2 {
    height: 6vw;
    padding-top: 0;
    padding-left: 2vw;
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  .text-field-2.form-text-field {
    height: 6vw;
    padding-left: 2vw;
    font-size: 3.5vw;
    line-height: 1.5em;
  }

  .div-block-11 {
    text-align: center;
    padding-right: 0;
  }

  .div-block-19 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .form-row {
    flex-direction: column;
  }

  .input-wrapper.mr-15 {
    margin-bottom: 4px;
    margin-right: 0;
  }

  .input {
    height: 32px;
    font-size: .875rem;
  }

  .button-2.in-form {
    height: 42px;
    padding: 10px;
  }

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

  .h3 {
    font-size: 1.5rem;
  }

  .paragraph-2 {
    width: 85%;
    font-family: Plusjakartasans Variable, Verdana, sans-serif;
    font-size: .875rem;
    display: block;
  }

  .popup-close {
    top: 30px;
    right: 30px;
  }

  .section {
    padding-bottom: 6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section.experimenz {
    justify-content: center;
    display: flex;
  }

  .heading-5 {
    font-size: 9vw;
    line-height: 1.25em;
  }

  .heading-5.experiment {
    display: none;
  }

  .heading-5.experiment.mobile {
    display: flex;
  }

  .paragraph-3 {
    width: 100%;
    font-size: 4.5vw;
  }

  .div-block-21 {
    aspect-ratio: 1;
    justify-content: center;
    align-items: flex-start;
    height: 70vw;
    padding: 10px;
    display: flex;
  }

  .image-10 {
    width: 8vw;
  }

  .heading-6 {
    font-size: 4.5vw;
  }

  .paragraph-4 {
    font-size: 4vw;
  }

  .quick-stack-2 {
    max-width: 80%;
  }

  .heading-6-copy {
    font-size: 4.5vw;
  }

  .paragraph-4-copy {
    font-size: 4vw;
  }

  .link-block-5 {
    width: 10vw;
    height: 10vw;
    inset: 50% 0% 50% auto;
  }

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

  .div-block-21-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: 8 / 7;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    height: 70vw;
    padding: 10px;
    display: none;
  }

  .image-10-copy {
    width: 8.7vw;
  }

  .grid {
    width: 100%;
  }

  .heading-7 {
    font-size: 9vw;
    line-height: 1.25em;
  }

  .paragraph-5 {
    max-width: 85%;
    font-size: 4.5vw;
  }

  .heading-8 {
    margin-bottom: 5px;
    font-size: 9vw;
  }

  .heading-9 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 4vw;
  }

  .paragraph-6 {
    font-size: 4vw;
  }

  .right-arrow {
    width: 8vw;
    margin-top: 20px;
    margin-right: 3vw;
  }

  .left-arrow {
    width: 8vw;
    margin-top: 20px;
    margin-right: 13vw;
  }

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

  .heading-10 {
    font-size: 9vw;
  }

  .paragraph-7 {
    width: 100%;
    font-size: 4.5vw;
  }

  .button-copy {
    width: 60%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 4vw;
  }

  .grid-2 {
    margin-top: 1rem;
  }

  .text-block-3 {
    font-size: 3.5vw;
  }

  .div-block-40 {
    margin-bottom: 30px;
  }

  .paragraph-7-copy {
    width: 85%;
    font-size: 4.5vw;
  }

  .footer-bottom {
    flex-flow: column;
  }

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

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

  .grid-footer-v1---5-column {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .link {
    margin-top: 1rem;
  }

  .cell-12, .cell-13 {
    display: none;
  }

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

  .heading-12 {
    font-size: 9vw;
  }

  .paragraph-8 {
    width: 90%;
    font-size: 4.5vw;
  }

  .button-copy-copy {
    width: 60%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 4vw;
  }

  .text-block-7 {
    font-size: 3vw;
  }

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

  .check-animation {
    width: 90%;
  }

  .text-block-8 {
    font-size: 4vw;
  }

  .text-block-9 {
    font-size: 12vw;
  }

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

  .cookie-banner-wrapper---brix, .cookie-banner-wrapper---brix.cookie-banner-1---brix {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .div-block-copy {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .heading-main {
    font-size: 10vw;
  }

  .stat-2, .stat-3 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .epxetiment-hero-stack {
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_0c3d898c-c199-5791-8662-1b750504d32c-f73b68dc {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .25fr 1fr;
}

#w-node-_0c3d898c-c199-5791-8662-1b750504d32d-f73b68dc {
  grid-column: span 2 / span 2;
}

#w-node-e4091783-30bb-9f11-a518-0cc88f668a2c-f73b68dc {
  grid-row: span 2 / span 2;
}

#w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a169-f73b68dc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a16a-f73b68dc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_11ef5ec5-b450-744d-6baa-17932816100b-f73b68dc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7ea226a3-2475-2d0f-3676-20d3043e8984-f73b68dc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_7ea226a3-2475-2d0f-3676-20d3043e8985-f73b68dc {
  grid-column: span 2 / span 2;
}

#w-node-_7ea226a3-2475-2d0f-3676-20d3043e8986-f73b68dc {
  grid-row: span 2 / span 2;
}

#w-node-_2a33f5ea-6c84-1088-9fd5-20b8a07ae1a6-f73b68dc {
  place-self: auto;
}

#w-node-_608819de-9b22-31ff-6e21-5808ca62e9fc-f73b68dc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9cc60737-2e9d-01f9-33f0-92454421087e-f73b68dc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_9cc60737-2e9d-01f9-33f0-92454421087f-f73b68dc {
  grid-row: span 2 / span 2;
}

#w-node-_9cc60737-2e9d-01f9-33f0-924544210880-f73b68dc {
  grid-column: span 2 / span 2;
}

#w-node-_783861ee-187d-d59b-0f66-1595cc7cf0e6-f73b68dc {
  place-self: auto;
}

#w-node-_0c3d898c-c199-5791-8662-1b750504d32c-ff388c9f {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .25fr 1fr;
}

#w-node-_0c3d898c-c199-5791-8662-1b750504d32d-ff388c9f {
  grid-column: span 2 / span 2;
}

#w-node-e4091783-30bb-9f11-a518-0cc88f668a2c-ff388c9f {
  grid-row: span 2 / span 2;
}

#w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a169-ff388c9f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a16a-ff388c9f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_11ef5ec5-b450-744d-6baa-17932816100b-ff388c9f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7ea226a3-2475-2d0f-3676-20d3043e8984-ff388c9f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_7ea226a3-2475-2d0f-3676-20d3043e8985-ff388c9f {
  grid-column: span 2 / span 2;
}

#w-node-_7ea226a3-2475-2d0f-3676-20d3043e8986-ff388c9f {
  grid-row: span 2 / span 2;
}

#w-node-_2a33f5ea-6c84-1088-9fd5-20b8a07ae1a6-ff388c9f {
  place-self: auto;
}

#w-node-_608819de-9b22-31ff-6e21-5808ca62e9fc-ff388c9f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9cc60737-2e9d-01f9-33f0-92454421087e-ff388c9f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_9cc60737-2e9d-01f9-33f0-92454421087f-ff388c9f {
  grid-row: span 2 / span 2;
}

#w-node-_9cc60737-2e9d-01f9-33f0-924544210880-ff388c9f {
  grid-column: span 2 / span 2;
}

#w-node-_783861ee-187d-d59b-0f66-1595cc7cf0e6-ff388c9f {
  place-self: auto;
}

#w-node-_0c3d898c-c199-5791-8662-1b750504d32c-2dfd0a7f {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .25fr 1fr;
}

#w-node-_0c3d898c-c199-5791-8662-1b750504d32d-2dfd0a7f {
  grid-column: span 2 / span 2;
}

#w-node-e4091783-30bb-9f11-a518-0cc88f668a2c-2dfd0a7f {
  grid-row: span 2 / span 2;
}

#w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a169-2dfd0a7f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a16a-2dfd0a7f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_11ef5ec5-b450-744d-6baa-17932816100b-2dfd0a7f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7ea226a3-2475-2d0f-3676-20d3043e8984-2dfd0a7f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_7ea226a3-2475-2d0f-3676-20d3043e8985-2dfd0a7f {
  grid-column: span 2 / span 2;
}

#w-node-_7ea226a3-2475-2d0f-3676-20d3043e8986-2dfd0a7f {
  grid-row: span 2 / span 2;
}

#w-node-_2a33f5ea-6c84-1088-9fd5-20b8a07ae1a6-2dfd0a7f {
  place-self: auto;
}

#w-node-_608819de-9b22-31ff-6e21-5808ca62e9fc-2dfd0a7f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9cc60737-2e9d-01f9-33f0-92454421087e-2dfd0a7f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_9cc60737-2e9d-01f9-33f0-92454421087f-2dfd0a7f {
  grid-row: span 2 / span 2;
}

#w-node-_9cc60737-2e9d-01f9-33f0-924544210880-2dfd0a7f {
  grid-column: span 2 / span 2;
}

#w-node-_783861ee-187d-d59b-0f66-1595cc7cf0e6-2dfd0a7f {
  place-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-_2a33f5ea-6c84-1088-9fd5-20b8a07ae1a6-f73b68dc, #w-node-_2a33f5ea-6c84-1088-9fd5-20b8a07ae1a6-ff388c9f, #w-node-_2a33f5ea-6c84-1088-9fd5-20b8a07ae1a6-2dfd0a7f {
    align-self: auto;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a169-f73b68dc, #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a169-ff388c9f, #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a169-2dfd0a7f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d4fb-f73b68dc, #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d4fb-ff388c9f, #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d4fb-c06c5a8f, #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d4fb-2dfd0a7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0c3d898c-c199-5791-8662-1b750504d32c-f73b68dc {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .25fr 1fr;
  }

  #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a169-f73b68dc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a16a-f73b68dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_948d2447-900f-faa5-c3d9-430777f64916-f73b68dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7ea226a3-2475-2d0f-3676-20d3043e8985-f73b68dc, #w-node-b8d81a32-45e7-309d-830b-84330fed7342-f73b68dc {
    grid-column: span 3 / span 3;
  }

  #w-node-_9cc60737-2e9d-01f9-33f0-924544210880-f73b68dc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fbcbaab5-97fe-7e4e-9ce4-2799dbf972da-f73b68dc {
    grid-column: span 3 / span 3;
  }

  #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d4fb-f73b68dc {
    grid-column: span 2 / span 2;
    place-self: auto center;
  }

  #w-node-_0c3d898c-c199-5791-8662-1b750504d32c-ff388c9f {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .25fr 1fr;
  }

  #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a169-ff388c9f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a16a-ff388c9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_948d2447-900f-faa5-c3d9-430777f64916-ff388c9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7ea226a3-2475-2d0f-3676-20d3043e8985-ff388c9f, #w-node-b8d81a32-45e7-309d-830b-84330fed7342-ff388c9f {
    grid-column: span 3 / span 3;
  }

  #w-node-_9cc60737-2e9d-01f9-33f0-924544210880-ff388c9f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fbcbaab5-97fe-7e4e-9ce4-2799dbf972da-ff388c9f {
    grid-column: span 3 / span 3;
  }

  #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d4fb-ff388c9f, #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d4fb-c06c5a8f {
    grid-column: span 2 / span 2;
    place-self: auto center;
  }

  #w-node-_0c3d898c-c199-5791-8662-1b750504d32c-2dfd0a7f {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .25fr 1fr;
  }

  #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a169-2dfd0a7f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a16a-2dfd0a7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_948d2447-900f-faa5-c3d9-430777f64916-2dfd0a7f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7ea226a3-2475-2d0f-3676-20d3043e8985-2dfd0a7f, #w-node-b8d81a32-45e7-309d-830b-84330fed7342-2dfd0a7f {
    grid-column: span 3 / span 3;
  }

  #w-node-_9cc60737-2e9d-01f9-33f0-924544210880-2dfd0a7f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fbcbaab5-97fe-7e4e-9ce4-2799dbf972da-2dfd0a7f {
    grid-column: span 3 / span 3;
  }

  #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d4fb-2dfd0a7f {
    grid-column: span 2 / span 2;
    place-self: auto center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c3d898c-c199-5791-8662-1b750504d32d-f73b68dc, #w-node-d3abb399-5373-0271-3952-2434a02b555a-f73b68dc {
    grid-column: span 3 / span 3;
  }

  #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a169-f73b68dc {
    grid-template-rows: auto auto;
    grid-template-columns: 95%;
  }

  #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a16a-f73b68dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d510-f73b68dc, #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d523-f73b68dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0c3d898c-c199-5791-8662-1b750504d32d-ff388c9f, #w-node-d3abb399-5373-0271-3952-2434a02b555a-ff388c9f {
    grid-column: span 3 / span 3;
  }

  #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a16b-ff388c9f, #w-node-c0dc77d9-060f-508c-c82d-fe4b37df76ef-ff388c9f, #w-node-_40c294c9-d3d3-2a47-796b-40482d152e77-ff388c9f, #w-node-_8cec6a35-323a-7d70-9193-741ba5765fee-ff388c9f {
    grid-column: span 2 / span 2;
  }

  #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d510-ff388c9f, #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d523-ff388c9f, #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d510-c06c5a8f, #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d523-c06c5a8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0c3d898c-c199-5791-8662-1b750504d32c-2dfd0a7f {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .25fr 1fr;
  }

  #w-node-_0c3d898c-c199-5791-8662-1b750504d32d-2dfd0a7f, #w-node-d3abb399-5373-0271-3952-2434a02b555a-2dfd0a7f {
    grid-column: span 3 / span 3;
  }

  #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a169-2dfd0a7f {
    grid-template-rows: auto auto;
    grid-template-columns: 95%;
  }

  #w-node-c5b6abd3-80c0-c426-0b99-1c0cc2c6a16a-2dfd0a7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d510-2dfd0a7f, #w-node-ce39cdd9-4388-6314-3a41-26ddfa96d523-2dfd0a7f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Plusjakartasans Variable';
  src: url('../fonts/PlusJakartaSans-Variable.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}