:root {
  --dark-green: #041c18;
  --honeydew: #ccf2df;
}

.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;
}

.navbar {
  background-color: #041c1800;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.button-hero {
  color: #041c18;
  text-transform: uppercase;
  background-color: #ccf2df;
  background-image: url('../images/Right-Corner.svg'), url('../images/Left-Corner.svg');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  width: 173px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.button-hero:hover {
  background-color: #9dbead;
}

.button-hero.dark {
  background-color: var(--dark-green);
  color: #ccf2df;
  background-image: none;
}

.button-hero.dark:hover {
  opacity: .75;
}

.button-hero.mob-small {
  background-image: none;
}

.button-hero.mob-small:hover {
  opacity: .75;
  background-color: #ccf2df;
}

.button-hero.mob-small.button-corner-cut {
  box-shadow: 0 0 #ccf2df00, 0 .2px #ccf2df17, 0 .6px .3px #ccf2df1d, 0 1.5px 1.1px #ccf2df1f, 0 3.4px 3.2px #ccf2df20, 0 8.1px 8.5px #ccf2df22, 0 20.6px 23.3px #ccf2df25;
}

.button-hero.button-nav:hover {
  opacity: .75;
  background-color: #ccf2df;
}

.button-hero.button-nav.button-corner-cut {
  background-image: none;
}

.section {
  background-color: #041c18;
  display: none;
}

.nav-link {
  color: #fff;
  transition: all .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--honeydew);
}

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

.container-nav {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  display: flex;
}

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

.container-large {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

.button-wrap {
  display: flex;
}

.button-nobg {
  color: #ccf2df;
  background-color: #0000;
  background-image: url('../images/Nool-Alla.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.paragraph {
  color: #fff;
  font-size: 16px;
}

.heading {
  color: #ccf2df;
  font-size: 80px;
  line-height: 80px;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: hidden;
}

.f-container-regular {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 1250px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-button-secondary {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

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

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-header-grid {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
}

.f-h1-heading {
  color: #ccf2df;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 1;
}

.f-h1-heading.hero-heading-mob {
  display: none;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large.p-dark {
  color: #041c18;
  margin-top: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-section-large {
  background-image: linear-gradient(#041d1900, #041c18), url('../images/webivera-hero-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding: 130px 5% 0;
  position: relative;
}

.body {
  color: #ccf2df;
  background-color: #041c18;
  font-family: Space Grotesk, sans-serif;
}

.text-span {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ccf2df;
}

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

.text-span-2 {
  margin-left: 24px;
}

.heading-title-wrap {
  width: 100%;
  max-width: 550px;
}

.feature-card-column {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-card-column.blue {
  color: #70c9d7;
}

.feature-card-column.purple {
  color: #8870d7;
}

.feature-card-column.red {
  color: #d77070;
}

.feature-card-column.green {
  color: #70d789;
}

.feature-card-column.yellow {
  color: #d7c970;
}

.h3 {
  color: #ccf2df;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-small {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.feature-card-b {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  border: 1px #fff;
  border-bottom: 1px solid #ccf2df1a;
  border-radius: 0;
  flex: 1;
  align-items: flex-start;
  padding: 32px 0;
  transition: all .3s;
  display: flex;
}

.feature-card-b.hidden {
  display: none;
}

.feature-line-v {
  background-color: #e4e4e7;
  width: 1px;
  height: 48px;
}

.h2-heading {
  color: var(--honeydew);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading.dark {
  color: #041c18;
}

.overline {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline.text-color-purple {
  color: #8870d7;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

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

.heading-wrap-r {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-wrap-r.center {
  align-items: center;
  max-width: 1140px;
}

.heading-wrap-r.wrap-margin-r.vertical-para {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: none;
  display: grid;
}

.heading-wrap-r.wrap-margin-r.hidden {
  display: none;
}

.paragraph-small-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  display: flex;
}

.section-large {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.section-large.light {
  background-color: #ccf2df;
  background-image: url('../images/Large-Right-Corner.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-large.quote-marks.extra-padding {
  border-bottom: 1px #ccf2df1a;
  padding-top: 80px;
  padding-bottom: 180px;
}

.section-large.section-no-padding {
  padding-top: 120px;
}

.highlight-span {
  background-color: #f4f4f5;
  border-radius: 32px;
  padding-left: 8px;
  padding-right: 8px;
}

.container-large-2 {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.quote-wrap {
  text-align: center;
  background-image: url('../images/Quote-Big-Icon.svg'), url('../images/Quote-Small-Icon.svg');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: row;
  align-items: baseline;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.text-span-4 {
  margin-left: 0;
}

.text-span-5 {
  margin-right: 0;
}

.text-span-6 {
  background-image: url('../images/Quote-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65px 65px;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 64px;
}

.text-span-7 {
  padding-right: 0;
}

.text-block-2 {
  margin-right: 8px;
}

.para-dark {
  color: #041c18;
}

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

.content-image-v1 {
  margin-bottom: 32px;
  overflow: hidden;
}

.paragraph-large {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-weight-bold {
  color: var(--honeydew);
  letter-spacing: normal;
  font-weight: 600;
}

.button-outline-circle {
  color: #141414;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  transition: color .2s, background-color .2s;
  display: flex;
}

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

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.divider-regular {
  background-color: #041c18;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.content-tile-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.content-tile-wrap.content-padding {
  padding-top: 120px;
}

.text-link-l {
  grid-column-gap: 8px;
  color: #141414;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.content-wrap-a {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.h2-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrap-v-regular.align-left {
  align-items: flex-start;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.heading-text-wrap {
  width: 100%;
  max-width: 486px;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.image-cover {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container-large-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-line {
  background-color: #141414;
  width: 78px;
  height: .5px;
}

.paragraph-small-2 {
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-2.text-weight-bold {
  color: #041c18;
  font-weight: 700;
}

.paragraph-small-2.text-color-gray-600, .paragraph-small-2.text-color-gray-700 {
  color: #ffffff80;
}

.paragraph-small-2.text-color-gray-800 {
  color: #fff;
  font-size: 18px;
}

.content-button-wrap-a {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.heading-wrap-l {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: grid;
}

.h5-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-title {
  grid-row-gap: 128px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 486px;
  display: flex;
}

.carousel-l {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  display: flex;
}

.integration-accent-r {
  position: absolute;
  inset: 0% 0% auto auto;
}

.h2-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #f4f4f5, #f4f4f5 25%, #f4f4f594 60%, #f4f4f500);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.integration-star-l {
  position: absolute;
  inset: 132px auto auto 140px;
}

.carousel-r {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  display: flex;
}

.title-wrapper-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.carousel-group {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  align-items: center;
  display: flex;
}

.integration-accent-l {
  position: absolute;
  inset: 0% auto auto 0%;
}

.overline-2 {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline-2.text-color-purple {
  color: #8870d7;
}

.gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #f4f4f5, #f4f4f5 21%, #f4f4f5a3 51%, #f4f4f500);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.ticker-wrapper {
  align-items: center;
  width: 100%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.h5-heading-2 {
  color: #131315;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
}

.ticker-css {
  display: none;
}

.carousel-item {
  color: #b8b8b8;
  justify-content: center;
  align-items: center;
  transition: color .5s;
  display: flex;
}

.carousel-item:hover {
  color: #000;
}

.integraion-card-r {
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border: 4px solid #ccf2df;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 290px;
  padding: 32px;
  display: flex;
  box-shadow: 3px 3px #131315;
}

.integration-block {
  width: 100%;
  padding-bottom: 0;
  position: relative;
}

.integration-star-r {
  position: absolute;
  inset: 180px 128px auto auto;
}

.integration-accent-group {
  width: 0;
}

.title-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
}

.team-link-wrapper {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.icon-svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-line-break {
  opacity: .1;
  color: #fff;
  background-color: #f2f3f8;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.team-line-break.lighter {
  opacity: .1;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-standard {
  color: #fff;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.team-social-link {
  color: #fff;
  padding: 8px;
  transition: all .3s;
}

.team-social-link:hover {
  color: #ccf2df;
}

.team-wrapper {
  border: 1px solid #ccf2df1a;
  padding: 32px;
}

.title-large {
  color: #1355ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.team-grid-standard {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.h3-heading {
  color: #061237;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.team-image-large {
  margin-bottom: 32px;
  overflow: hidden;
}

.section-team {
  border-top: 1px solid #ccf2df1a;
  border-bottom: 1px solid #ccf2df1a;
  align-items: center;
  padding: 120px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-role {
  color: #ccf2df;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.team-name {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.team-name-wrap {
  align-items: center;
  display: flex;
}

.vertical-bar {
  background-color: #fff;
  width: 1px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.brand {
  padding-left: 0;
}

.text-span-hero-title {
  margin-left: 24px;
}

.project-title-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.process-paragraph {
  color: #4f4f4f;
  font-size: 24px;
  line-height: 1.5;
}

.step-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1.5fr;
  width: 100%;
}

.content-wrap {
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  display: flex;
}

.line-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.line {
  height: 100%;
}

.process-grid {
  grid-column-gap: 165px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.empty-div {
  height: 0;
}

.heading-large {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 48px;
  line-height: 1.3;
}

.check-wrap {
  background-color: #ccf2df;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  padding: 10px;
  display: flex;
}

.large-title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 36px;
}

.process-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.step-number {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
}

.step-title-wrapper {
  margin-bottom: 32px;
}

.process-section {
  padding-bottom: 120px;
  padding-left: 5%;
  padding-right: 5%;
}

.text-detail {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.process-title-wrap {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.content-image-v1-2 {
  color: #fff;
  overflow: visible;
}

.section-large-2 {
  border-top: 1px solid #ccf2df1a;
  border-bottom: 1px solid #ccf2df1a;
  padding: 120px 5%;
  position: relative;
}

.divider-regular-2 {
  background-color: #e0e0e0;
  width: 100%;
  height: .5px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.content-wrap-a-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.h2-heading-4 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.container-large-4 {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-tile-a-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.content-tile-a-2.extra-margin {
  margin-top: 80px;
}

.content-tile-a-2.margin-mob.hidden {
  display: none;
}

.h5-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.description-wrap.thin {
  padding-left: 32px;
  padding-right: 32px;
}

.logo-card {
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 24px;
  display: flex;
}

.wrap-centre {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-divider-a {
  opacity: .1;
  background-color: #fff;
  width: 1px;
  height: 32px;
}

.logo-ticker-code {
  display: none;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.button-group-r {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.loop-wrapper {
  background-color: #0000;
  align-items: center;
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-overlay-r {
  background-image: linear-gradient(270deg, #041c18, #fff0);
  width: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.h4-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}

.logo-ticker {
  grid-column-gap: 24px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-ticker-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-purple {
  color: #8870d7;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.logo-overlay-l {
  background-image: linear-gradient(to right, #041c18, #fff0);
  width: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-large-3 {
  padding: 16px 5%;
  position: relative;
}

.img-carousel {
  filter: saturate(0%) invert();
}

.img-carousel.img-carousel-xl {
  max-width: 75%;
}

.image-3 {
  filter: invert();
}

.overline-3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.testimonial-card-e {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  transition: all .3s;
  display: flex;
}

.span-red-500 {
  color: #e56161;
}

.testimonial-slide-b {
  margin-right: 24px;
}

.testimonal-logo {
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin-bottom: 56px;
  display: flex;
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-3.text-weight-bold {
  color: #fff;
  white-space: normal;
  font-weight: 700;
}

.h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.h6-heading.text-weight-medium {
  color: #fff;
  font-weight: 500;
}

.section-regular {
  padding: 120px 5%;
  position: relative;
}

.caption-m {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.caption-m.text-color-gray-600 {
  color: #6d767e;
}

.testimonial-slider-b {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 102px;
  padding-right: 102px;
}

.hidden-element {
  display: none;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.testimonial-right-arrow-b {
  color: #000;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.icon-large-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.container-large-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-left-arrow-b {
  color: #000;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.title-wrapper-2 {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 454px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h2-heading-5 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.testimonial-customer-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.section-large-4 {
  color: #fff;
  border-bottom: 1px solid #ccf2df1a;
  padding: 120px 5%;
  position: relative;
}

.slide-nav {
  color: #b60bab;
  justify-content: center;
  align-items: center;
  height: 10px;
  margin-top: 16px;
  padding-top: 0;
  font-size: 15px;
  display: block;
  position: static;
}

.testimonial-avatar-l {
  flex: none;
  overflow: hidden;
}

.testimonial-accent-r {
  height: 110px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.h2-heading-6 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-accent-l {
  height: 110px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.h6-heading-2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.h6-heading-2.text-weight-medium {
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1.7;
}

.hide {
  display: none;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: 792px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.container-large-6 {
  background-image: url('../images/Quote-Small-Icon.svg'), url('../images/Quote-Big-Icon.svg');
  background-position: 0 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-slide-block {
  grid-row-gap: 64px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.client-link {
  color: #000;
  text-decoration: underline;
}

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

.slide-nav-code {
  display: none;
}

.wrap-v-x-small {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.title-wrapper-s-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overline-4 {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.section-large-5 {
  padding: 120px 5%;
  position: relative;
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
  height: 10px;
  margin-top: 80px;
  padding-top: 8px;
  display: flex;
  position: static;
}

.testimonial-avatar-l-2 {
  flex: none;
}

.h2-heading-7 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-slider-2 {
  background-color: #0000;
  width: 100%;
  max-width: 792px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.container-large-7 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.margin-bottom-41 {
  margin-bottom: 40px;
}

.overline-5 {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.h1-white {
  color: #fff;
  margin-bottom: 16px;
  font-size: 44px;
}

.check-wrap-mind-dark {
  margin-top: 20px;
  margin-bottom: 24px;
}

.form-section-mind-dark {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field-mind-dark {
  background-color: #041c18;
  border: 1px #c4cee8;
  border-bottom: 2px solid #ccf2df1a;
  border-radius: 0;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 8px;
  transition: all .3s;
}

.text-field-mind-dark:hover {
  border-bottom-width: 2px;
  border-bottom-color: #ccf2df80;
}

.text-field-mind-dark:active, .text-field-mind-dark:focus {
  color: #fff;
  border-width: 2px;
  border-color: #5f30e2 #5f30e2 #fff;
}

.text-field-mind-dark::placeholder {
  color: #727272;
  font-size: 16px;
}

.checkbox-field-mind {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 16px;
  padding-left: 0;
  position: relative;
}

.button-mind-dark {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  padding: 20px 40px;
  font-size: 16px;
  transition: all .3s;
}

.button-mind-dark:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.form-block-mind {
  max-width: 620px;
}

.form-image-dark {
  filter: brightness(0%);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.checkbox-label {
  color: #ffffff80;
  margin: 12px 27px;
  position: relative;
}

.checkbox-mind-dark {
  z-index: 5;
  cursor: pointer;
  border-width: 2px;
  border-color: #282828;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 15px;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.checkbox-mind-dark:hover {
  border-color: #fff;
}

.checkbox-mind-dark.w--redirected-checked {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 15px;
  display: block;
  inset: 0%;
}

.checkbox-mind-dark.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
  border-color: #5f30e2;
}

.container-2 {
  background-color: #ccf2df;
  background-image: url('../images/Large-Right-Corner.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.button-wrap-mind {
  justify-content: flex-end;
  margin-top: 64px;
  display: flex;
}

.detail-mind {
  color: #041c18;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.field-wrap {
  margin-bottom: 24px;
}

.title-wrap-mind {
  margin-bottom: 60px;
}

.check-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-mind-dark {
  color: #727272;
  font-size: 20px;
}

.form-grid-mind-dark {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.icon-base {
  margin-top: 40px;
}

.form-base-fizz {
  background-color: #ccf2df;
  background-image: url('../images/Large-Right-Corner.svg'), linear-gradient(#ccf2dfb0, #ccf2dfb0), url('../images/633ff042d294ae8dd486bd9a_noise.png');
  background-position: 100% 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 80px, auto, auto;
  align-items: center;
  min-height: auto;
  margin-top: 80px;
  padding: 64px 100px;
  display: flex;
}

.detail {
  color: #041c18;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.submit-button-fizz {
  color: #5f30e2;
  background-color: #fcd3c7;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 16px;
  transition: all .3s;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
}

.button-wrap-2 {
  justify-content: flex-start;
  margin-top: 32px;
}

.text-field-fizz {
  background-color: #0000;
  border: 1px #c4cee8;
  border-bottom: 2px solid #041c181a;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-left: 0;
  font-size: 16px;
  transition: all .3s;
}

.text-field-fizz:active {
  color: #fff;
  border-width: 2px;
  border-color: #5f30e2 #5f30e2 #041c18;
  font-size: 16px;
}

.text-field-fizz:focus {
  color: #041c18;
  border-width: 2px;
  border-color: #5f30e2 #5f30e2 #041c18;
  font-size: 16px;
}

.text-field-fizz::placeholder {
  color: #b197ff;
  font-size: 16px;
}

.text-field-fizz.extra-padding {
  font-size: 16px;
}

.text-field-fizz.extra-padding.hidden {
  display: block;
}

.form-grid-wave {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  width: 100%;
  height: 100%;
}

.icon-fizz {
  margin-right: 12px;
}

.icon-wrap {
  color: #041c18;
  align-items: center;
  margin-bottom: 16px;
  font-size: 16px;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.field-grid-fizz {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-bottom: 32px;
}

.form-section-fizz {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5%;
  display: block;
  position: relative;
  overflow: hidden;
}

.paragraph-2 {
  color: #b197ff;
}

.footer-separator {
  grid-column-gap: 32px;
  align-items: center;
  margin-top: 56px;
  margin-bottom: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

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

.avatar-l {
  border: 4px solid #fff;
  border-radius: 100px;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  overflow: hidden;
  box-shadow: 0 1px #e4e4e7;
}

.avatar-l.move {
  margin-left: -16px;
}

.section-regular-2 {
  background-color: #031310;
  border-top: 1px solid #ccf2df1a;
  padding: 120px 5% 40px;
  position: relative;
}

.footer-main-column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.span-footer-link {
  color: #fff;
  font-weight: 500;
}

.footer-link {
  color: #fff;
  letter-spacing: -.02em;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
}

.social-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.footer-logo {
  flex: none;
  margin-bottom: 16px;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.divider-line-a {
  background-color: #ccf2df1a;
  width: 100%;
  height: 1px;
}

.footer-title {
  color: var(--honeydew);
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.divider-dot {
  background-color: #bcbcc2;
  flex: none;
  width: 4px;
  height: 4px;
}

.social-link {
  color: #131315;
  border: 1px solid #e4e4e7;
  border-radius: 6px;
  padding: 8px;
  transition: color .3s;
}

.social-link:hover {
  color: #8870d7;
}

.avatar-wrap {
  align-items: center;
  display: flex;
}

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

.wrap-v-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-avatar-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.img-footer-logo {
  margin-bottom: 24px;
  padding-bottom: 0;
}

.img-testimonial-logo {
  width: 200px;
}

.img-testimonial-logo.white-tarvi {
  filter: hue-rotate(180deg) invert();
}

.section-testimonial {
  color: #fff;
  border-bottom: 1px solid #ccf2df1a;
  padding: 80px 5%;
  position: relative;
}

.heading-span-stroke {
  outline-color: var(--honeydew);
  outline-offset: 0px;
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--honeydew);
  outline-width: 3px;
  outline-style: none;
}

.img-logo-nav {
  width: 64px;
}

.textarea {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--honeydew) var(--honeydew) #041c181a;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-left: 0;
  font-size: 16px;
  transition: all .2s;
}

.textarea:active, .textarea:focus {
  border-bottom-color: #041c18;
}

.f-section-hero {
  background-image: none;
  background-position: 0 0;
  height: auto;
  padding: 128px 5% 40px;
  position: relative;
  overflow: hidden;
}

.button-nobg-copy {
  grid-row-gap: 17px;
  color: #ccf2df;
  background-color: #0000;
  margin-top: 24px;
  margin-left: 0;
  padding: 16px 24px 16px 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.h3-heading-2 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(353deg, #36178c70, #bba7f1 46%, #bba7f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.section-large-6 {
  background-color: #000;
  padding: 120px 5%;
  position: relative;
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: color .2s;
  display: flex;
}

.container-large-8 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-feature-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px #ccf2df1a;
  border-bottom-style: solid;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0 32px;
  display: flex;
}

.content-feature-block.hidden {
  display: block;
}

.wrap-h-small {
  grid-column-gap: 14px;
  grid-row-gap: 0px;
  flex-direction: row;
  display: flex;
}

.content-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.content-grid.reverse-cell {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 120px;
}

.wrap-v-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.badge-purple-l {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.subheading-small {
  color: #ababab;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.content-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}

.content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.paragraph-regular-3 {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular-3.text-color-gray-700 {
  color: #fff;
}

.paragraph-large-4 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large-4.text-weight-semi-bold {
  color: var(--honeydew);
  font-weight: 600;
}

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

.heading-2.extra {
  margin-top: 0;
  margin-bottom: 56px;
}

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

.image-5 {
  width: 100%;
}

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

.select-field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--honeydew) var(--honeydew) #041c181a;
  height: 64px;
  color: var(--dark-green);
  background-color: #0000;
  margin-top: 8px;
  margin-bottom: 32px;
  padding-left: 0;
  font-size: 16px;
}

.select-field:focus, .select-field:focus-visible, .select-field[data-wf-focus-visible] {
  border-bottom-color: #0000001a;
}

.icon-regular-2-xl {
  justify-content: center;
  align-items: center;
  height: 20px;
  transition: color .2s;
  display: flex;
}

.text-span-9 {
  color: var(--honeydew);
  letter-spacing: normal;
  font-family: Bitter, serif;
  font-style: italic;
  font-weight: 400;
}

.image-6 {
  transform: rotate(0);
}

.matrix-animation_component {
  z-index: 4;
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.hero-gradient {
  z-index: 5;
  background-image: linear-gradient(to bottom, transparent, var(--dark-green));
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.p-success {
  color: #fff;
}

.success-message {
  background-color: var(--dark-green);
  height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-success-icon {
  color: #fff;
  margin-bottom: 24px;
  font-size: 50px;
  line-height: 50px;
}

.error-message {
  -webkit-text-stroke-color: #f2cccc;
  background-color: #e24040;
}

.a-email {
  border-bottom: 3px solid var(--honeydew);
  color: var(--dark-green);
  padding-bottom: 8px;
  text-decoration: none;
  transition: all .2s;
}

.a-email:hover {
  border-bottom-color: var(--dark-green);
}

.icon-email-white {
  color: #6abd94;
  margin-right: 12px;
}

.a-email-copy {
  border-bottom: 3px none var(--honeydew);
  color: var(--dark-green);
  padding-bottom: 0;
  text-decoration: none;
  transition: all .2s;
}

.a-email-copy:hover {
  border-bottom-color: var(--dark-green);
}

.hero-grain {
  z-index: 3;
  background-image: none;
  background-size: auto;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.work-name-wrap {
  align-items: center;
  display: flex;
}

.h3-services {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .button-hero.button-nav {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    text-align: center;
    font-size: 18px;
  }

  .container-nav {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-menu {
    opacity: 1;
    background-color: #041c18e6;
    border-top: 1px solid #ccf2df1a;
    height: 100vh;
    padding-top: 80px;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .f-h1-heading {
    font-size: 50px;
  }

  .f-section-large {
    height: auto;
  }

  .grid-services {
    grid-template-columns: 1fr 1fr;
    display: flex;
    overflow: scroll;
  }

  .heading-wrap-r {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    margin-left: 0;
  }

  .heading-wrap-r.heading-wrap-5 {
    width: 80%;
    margin-left: 0;
  }

  .section-large.quote-marks {
    background-position: 15% 80%, 90% 10%;
  }

  .section-large.quote-marks.extra-padding {
    max-width: none;
    max-height: none;
    margin-bottom: 0;
  }

  .section-large.section-no-padding {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .quote {
    width: auto;
    font-size: 40px;
    line-height: 56px;
  }

  .text-span-6 {
    margin-left: 8px;
  }

  .content-tile-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .content-tile-wrap.content-padding {
    padding-top: 0;
  }

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

  .heading-text-wrap {
    max-width: none;
  }

  .heading-wrap-l {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .heading-title {
    grid-row-gap: 72px;
  }

  .integration-star-l {
    display: none;
  }

  .ticker-wrapper {
    width: 95%;
  }

  .integration-star-r {
    display: none;
  }

  .team-grid-standard {
    grid-template-columns: 1fr 1fr;
  }

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

  .team-name-wrap {
    display: block;
  }

  .vertical-bar {
    display: none;
  }

  .process-grid {
    grid-template-columns: 1.2fr;
  }

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

  .form-block-mind {
    max-width: none;
  }

  .form-grid-mind-dark {
    grid-template-columns: 1fr;
  }

  .form-base-fizz {
    box-shadow: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .form-grid-wave {
    grid-column-gap: 22px;
    grid-template-columns: .8fr 1fr;
  }

  .footer-grid-l {
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .f-section-hero {
    height: auto;
    padding-top: 128px;
    padding-bottom: 64px;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .content-grid.reverse-cell {
    grid-template-columns: 1fr;
    display: block;
  }

  .service-image {
    max-height: 350px;
  }

  .service-image-wrapper {
    order: 1;
    width: 100%;
    max-height: none;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .div-footer-top {
    width: 70%;
  }

  .hero-grain {
    background-image: url('../images/Background-grain-webivera2.webp');
    background-size: auto;
  }

  .work-name-wrap {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .button-hero.dark.hidden {
    display: none;
  }

  .container-nav {
    padding-top: 4px;
  }

  .button-nobg, .button-nobg.w--current {
    margin-left: 0;
  }

  .f-header-image-wrapper-tall {
    z-index: 1;
    height: auto;
    position: relative;
  }

  .f-header-grid {
    display: block;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 13vw;
  }

  .f-section-large {
    padding-top: 88px;
    padding-bottom: 72px;
  }

  .heading-title-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .h2-heading {
    font-size: 44px;
  }

  .grid-services {
    grid-template-columns: 1fr;
  }

  .heading-wrap-r {
    width: 80%;
    margin-left: 0;
  }

  .heading-wrap-r.wrap-margin-r.vertical-para {
    display: block;
  }

  .heading-wrap-r.heading-wrap-5 {
    grid-column-gap: 24px;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 5px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-large.quote-marks.extra-padding {
    padding-bottom: 144px;
  }

  .quote-wrap {
    background-image: url('../images/Quote-Small-Icon.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .quote {
    width: 100%;
    font-size: 32px;
    line-height: 48px;
  }

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

  .h2-heading-2 {
    font-size: 44px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .h2-heading-3 {
    font-size: 44px;
  }

  .integraion-card-r {
    width: 240px;
  }

  .div-block {
    margin-top: -110px;
  }

  .title-wrapper {
    margin-bottom: 60px;
  }

  .team-wrapper {
    width: 70vw;
  }

  .team-grid-standard {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12px;
    padding-left: 5%;
    display: grid;
    overflow: scroll;
  }

  .section-team {
    padding-top: 80px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .team-role {
    font-size: 14px;
  }

  .team-name-wrap {
    display: block;
  }

  .vertical-bar {
    display: none;
  }

  .brand {
    width: 50px;
    height: 34px;
  }

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

  .h2-heading-4 {
    font-size: 44px;
  }

  .description-wrap.thin {
    padding-left: 0;
    padding-right: 0;
  }

  .section-large-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-card-e {
    padding-left: 44px;
    padding-right: 44px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-slider-b {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-right-arrow-b, .testimonial-left-arrow-b {
    width: 42px;
    height: 42px;
  }

  .h2-heading-5 {
    font-size: 44px;
  }

  .section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-6 {
    font-size: 44px;
  }

  .h6-heading-2 {
    font-size: 28px;
  }

  .h6-heading-2.text-weight-medium {
    font-size: 24px;
    line-height: 40px;
  }

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

  .h2-heading-7 {
    font-size: 44px;
  }

  .form-base-fizz {
    margin-left: 5%;
    margin-right: 5%;
  }

  .form-grid-wave {
    grid-template-columns: 1fr;
  }

  .footer-separator {
    grid-column-gap: 16px;
  }

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

  .footer-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .section-testimonial {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-section-hero {
    padding-top: 88px;
    padding-bottom: 72px;
  }

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

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

  .service-image {
    height: auto;
  }

  .div-footer-top {
    width: auto;
  }

  .hero-grain {
    background-image: url('../images/Background-grain-webivera2.webp');
  }

  .div-hero-text {
    z-index: 2;
    margin-top: -110px;
    position: relative;
  }

  .work-name-wrap {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .button-hero {
    width: 158px;
    font-size: 14px;
  }

  .button-hero.dark.hidden {
    display: none;
  }

  .button-hero.mob-small {
    width: 158px;
    font-size: 16px;
  }

  .button-hero.button-nav {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .nav-link {
    text-align: center;
    font-size: 18px;
  }

  .nav-link.margin-right-nav {
    margin-right: 0;
  }

  .container-nav {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-menu {
    opacity: 1;
    text-align: left;
    background-color: #041c18e6;
    border-top: 1px solid #ccf2df1a;
    height: 100vh;
    padding-top: 80px;
  }

  .button-nobg {
    margin-left: 0;
    font-size: 14px;
  }

  .f-header-image-wrapper-tall {
    min-height: 340px;
  }

  .f-container-regular {
    margin-top: 0;
  }

  .f-header-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
  }

  .f-header-button-wrapper.button-wrapper-copy {
    margin-top: -24px;
  }

  .f-header-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-h1-heading {
    z-index: 100;
    width: auto;
    font-size: 13vw;
    display: block;
    position: relative;
  }

  .f-h1-heading.hero-heading-mob {
    width: 100%;
    height: auto;
    min-height: 80px;
    max-height: 160px;
    display: none;
  }

  .f-paragraph-large.p-dark {
    color: var(--dark-green);
    margin-top: 24px;
  }

  .f-section-large {
    background-image: linear-gradient(to bottom, #ccf2df00, var(--dark-green) 30%), linear-gradient(to bottom, #041d1900, #041c18), url('../images/webivera-hero-bg.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto 350px;
    border-bottom: 1px solid #ccf2df1a;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .body {
    background-color: var(--dark-green);
  }

  .text-block {
    font-size: 14px;
  }

  .h3 {
    white-space: pre-wrap;
  }

  .feature-card-b {
    flex-direction: column;
    min-width: 70%;
  }

  .feature-card-b.feature-card-last {
    margin-right: 5%;
  }

  .feature-line-v {
    display: none;
  }

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

  .h2-heading.dark {
    font-weight: 600;
  }

  .grid-services {
    grid-column-gap: 32px;
    margin-right: 0%;
    padding-bottom: 16px;
    padding-left: 5%;
    padding-right: 0%;
    display: flex;
    overflow: scroll;
  }

  .heading-wrap-r {
    width: auto;
    margin-bottom: 24px;
  }

  .heading-wrap-r.center {
    text-align: center;
  }

  .heading-wrap-r.wrap-margin-r {
    padding-right: 5%;
  }

  .heading-wrap-r.wrap-margin-r.vertical-para {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-wrap-r.heading-wrap-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 32px;
  }

  .section-large, .section-large.light {
    padding-top: 72px;
  }

  .section-large.quote-marks {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-large.quote-marks.extra-padding {
    padding-top: 56px;
    padding-bottom: 100px;
  }

  .section-large.section-no-padding {
    padding: 80px 0% 64px;
  }

  .quote-wrap {
    background-image: url('../images/Quote-Small-Icon.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .quote {
    text-align: left;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
  }

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

  .text-block-2 {
    font-size: 14px;
  }

  .content-tile-wrap {
    display: block;
  }

  .grid-two-column {
    align-items: start;
  }

  .paragraph-small-2.text-color-gray-700 {
    text-align: left;
    align-self: flex-start;
  }

  .content-tile-a {
    padding: 0;
  }

  .gradient-l {
    width: 40px;
  }

  .integration-accent-l {
    display: none;
  }

  .gradient-r {
    width: 40px;
  }

  .div-block {
    margin-top: -131px;
    padding-left: 5%;
  }

  .team-wrapper {
    flex: 0 auto;
    width: 75vw;
    min-width: auto;
    padding: 24px 24px 40px;
    display: block;
  }

  .team-wrapper.team-wrapper-last {
    margin-right: 24px;
  }

  .team-grid-standard {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
    overflow: scroll;
  }

  .h3-heading {
    font-size: 48px;
  }

  .section-team {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .team-name {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .team-name-wrap {
    display: block;
  }

  .vertical-bar {
    opacity: .25;
    display: none;
  }

  .text-span-hero-title {
    background-image: url('../images/Digimaailma-loovagendid-Webivera.svg');
    background-position: 0 0;
    background-size: auto;
    margin-left: 0;
  }

  .text-span-8 {
    background-image: url('../images/Digimaailma-loovagendid-Webivera.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    min-height: 80px;
    max-height: 160px;
    display: inline-block;
  }

  .step-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }

  .content-tile-a-2 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .content-tile-a-2.extra-margin, .content-tile-a-2.margin-mob {
    margin-top: 40px;
  }

  .description-wrap.thin {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-card {
    width: 130px;
    padding: 8px;
  }

  .logo-divider-a {
    opacity: .1;
  }

  .logo-overlay-r {
    width: 100px;
  }

  .button-outline {
    flex: none;
    width: 100%;
  }

  .logo-overlay-l {
    width: 100px;
  }

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

  .img-carousel.img-carousel-xl {
    max-width: 70%;
  }

  .slide-nav {
    margin-top: 16px;
  }

  .h6-heading-2.text-weight-medium {
    font-size: 21px;
  }

  .container-large-6 {
    background-image: url('../images/Quote-Small-Icon.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .button-wrap-mind {
    justify-content: center;
  }

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

  .icon-base {
    margin-top: 40px;
  }

  .form-base-fizz {
    box-shadow: none;
    margin-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .field-grid-fizz {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .form-section-fizz {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-regular-2 {
    padding-bottom: 40px;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-title {
    color: var(--honeydew);
  }

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

  .footer-bottom {
    text-align: left;
  }

  .img-footer-logo {
    width: 64px;
    margin-bottom: 0;
  }

  .img-testimonial-logo {
    max-width: 70%;
  }

  .menu-button {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
  }

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

  .textarea {
    border-radius: 0;
  }

  .f-section-hero {
    background-image: linear-gradient(to bottom, #ccf2df00, var(--dark-green) 30%), linear-gradient(to bottom, #041d1900, #041c18);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    border-bottom: 1px solid #ccf2df1a;
    padding: 80px 0%;
  }

  .button-nobg-copy {
    margin-left: 0;
    font-size: 14px;
  }

  .h3-heading-2 {
    font-size: 52px;
    line-height: 62px;
  }

  .icon-regular-2 {
    width: 20px;
    height: 20px;
  }

  .content-feature-block {
    margin-bottom: 32px;
    padding-top: 0;
  }

  .content-grid.reverse-cell {
    margin-bottom: 72px;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .content-feature-grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .content-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .service-image {
    height: auto;
  }

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

  .icon-regular-2-xl {
    width: auto;
    height: 20px;
  }

  .matrix-animation_component {
    z-index: 4;
  }

  .hero-gradient {
    background-image: linear-gradient(to bottom, transparent, var(--dark-green) 59%);
  }

  .a-email, .a-email-copy {
    color: var(--dark-green);
    text-decoration: none;
  }

  .hero-grain {
    z-index: 3;
    background-image: url('../images/Background-grain-webivera2.webp');
    background-size: auto;
  }

  .div-hero-text {
    margin-top: -131px;
    padding-left: 5%;
  }

  .work-name-wrap {
    display: block;
  }
}

#w-node-_0641e2de-6ae0-bc69-10f1-f52be494ace1-ec5a7e80 {
  order: 9999;
  justify-self: end;
}

#w-node-ee6b7656-10a9-de24-3b52-9b481d5ff8ae-ec5a7e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ee6b7656-10a9-de24-3b52-9b481d5ff8b0-ec5a7e80, #w-node-ee6b7656-10a9-de24-3b52-9b481d5ff8c4-ec5a7e80, #w-node-ee6b7656-10a9-de24-3b52-9b481d5ff8bd-ec5a7e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee6b7656-10a9-de24-3b52-9b481d5ff8cb-ec5a7e80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fbc1105-d007-58ba-6678-37e5783889cb-ec5a7e80 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1fbc1105-d007-58ba-6678-37e5783889cd-ec5a7e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fbc1105-d007-58ba-6678-37e5783889d7-ec5a7e80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fbc1105-d007-58ba-6678-37e5783889de-ec5a7e80, #w-node-_1fbc1105-d007-58ba-6678-37e5783889e5-ec5a7e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42f03c52-42e6-390f-3667-4ae3f31ea9e3-ec5a7e80, #w-node-_42f03c52-42e6-390f-3667-4ae3f31eaa06-ec5a7e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fdc71ded-f071-14da-021d-259a21f65e49-ec5a7e80, #w-node-fdc71ded-f071-14da-021d-259a21f65e5b-ec5a7e80, #w-node-fdc71ded-f071-14da-021d-259a21f65e68-ec5a7e80, #w-node-ed3538be-a676-2a0f-93f3-9ee2a2e712ff-ec5a7e80, #w-node-fdc71ded-f071-14da-021d-259a21f65e75-ec5a7e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0641e2de-6ae0-bc69-10f1-f52be494ace1-ec5a7e80 {
    order: -9999;
  }

  #w-node-_0641e2de-6ae0-bc69-10f1-f52be494acd0-ec5a7e80 {
    order: 9999;
  }

  #w-node-_1fbc1105-d007-58ba-6678-37e5783889cb-ec5a7e80 {
    order: -9999;
  }

  #w-node-fdc71ded-f071-14da-021d-259a21f65e49-ec5a7e80 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee6b7656-10a9-de24-3b52-9b481d5ff8ae-ec5a7e80 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fdc71ded-f071-14da-021d-259a21f65e49-ec5a7e80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


