:root {
  --white: white;
  --neutral-light: #d1d4d7;
  --secondary: #ea4c89;
  --primary-light: #c6d7fc;
  --primary-dark: #052e84;
  --primary-color: #0049b8;
  --secondary-light: #ffe7f0;
  --secondary-dark: #882537;
  --black: black;
  --tertiary-yellow: #e6af01;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  background-color: #081440;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Poppins, sans-serif;
  font-size: 6.88em;
  font-weight: 400;
  line-height: 1.06;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Poppins, sans-serif;
  font-size: 5.73em;
  font-weight: 500;
  line-height: 1.07;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Poppins, sans-serif;
  font-size: 4.48em;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: .1em;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.16;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  color: var(--neutral-light);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

ul {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 16px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #fff;
}

img {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

figure {
  margin-bottom: 10px;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 3.5em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c-rich-text p {
  color: var(--neutral-light);
  margin-top: .5em;
  margin-bottom: 2em;
  font-family: Poppins, sans-serif;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text li {
  font-size: 16px;
}

.c-rich-text a {
  color: var(--secondary);
}

.c-rich-text a:hover {
  color: #ffc700;
}

.c-rich-text blockquote {
  color: var(--primary-light);
}

.modal-wrapper {
  z-index: 99999;
  background-color: rgba(20, 20, 20, .8);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.accordian_trigger-title {
  text-transform: none;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.accordian_content {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  overflow: hidden;
}

.accordian_content-spacer {
  margin-top: 1em;
  margin-bottom: 1em;
}

.accordian_trigger {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em 1.5em 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.accordian_trigger:hover {
  background-color: #eaecee;
}

.accordian_item {
  text-align: left;
  border: 1px solid #b1b6be;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

.modal-close-area {
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.styles__section-label {
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 1px dotted #212121;
  margin-top: 4%;
  margin-bottom: 4%;
  padding-bottom: 8px;
}

.modal-container {
  z-index: 5;
  background-color: #fff;
  border-radius: 4px;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-cookies {
  color: #fff;
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-top: 0;
  margin-right: 0;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .3s ease-out, border-color .3s ease-out;
  display: inline-block;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.button-cookies:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .15);
}

.button-cookies.btn-primary {
  background-color: #3d44e9;
  border-color: rgba(0, 0, 0, 0);
}

.button-cookies.btn-primary.card-slider_nav-link {
  margin-top: 0;
  margin-right: 0;
  padding: 16px 20px;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.card-body.is_flex {
  flex-wrap: nowrap;
  display: flex;
}

.icon-solid {
  color: #000;
  padding: .2em .5em;
  font-family: "Font awesome 6 pro solid 900", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.small-icon {
  padding: 0 .2em;
  font-family: "Font Awesome 6 Pro 400", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.small-icon.rotated {
  transform: rotate(-180deg);
}

.whole-wrapper {
  justify-content: space-between;
  display: flex;
}

.two-column-item {
  width: 48%;
}

.h1 {
  color: #fff;
  letter-spacing: -1.5px;
  margin-bottom: .3em;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 74px;
}

.h1.bigger {
  font-size: 96px;
  line-height: 104px;
}

.h1.bigger.mobile-text-center {
  color: var(--white);
  margin-top: .2em;
  font-size: 90px;
  line-height: 102px;
}

.h2 {
  color: #fff;
  letter-spacing: -1.5px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.h2.black-shadow {
  text-align: center;
  text-shadow: 4px 4px #000;
}

.h2.height {
  line-height: 64px;
}

.h2.width-70 {
  width: 70%;
}

.h3 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.h3.text-center {
  perspective: 40em;
}

.h3.blog {
  font-size: 3.75em;
}

.h3.blog-title-text {
  font-size: 3.6em;
}

.h3.black__shadow {
  text-shadow: -1px -1px #000, 0 2px #000, 4px -3px #000;
}

.h4 {
  color: var(--white);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.16;
}

.h4.banner.text-shadow {
  text-shadow: 3px -1px #000;
}

.h4.mobile-text-center.text-color-light-blue {
  color: var(--primary-light);
}

.h5 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.h5.is--bgtext-white.shadow, .h5.is--bgtext-white.shadow.outline {
  text-shadow: 2px -1px #000;
}

.h5.is--bgtext-white.text-center.shadow.outline {
  font-size: 28px;
}

.h6 {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.h6.is--bgtext-primary-light {
  color: var(--primary-light);
  -webkit-text-stroke-color: var(--primary-light);
  font-size: 18px;
  line-height: 26px;
}

.h6.is-ligher {
  color: var(--primary-light);
}

.item_wrapper {
  flex: 1;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-small {
  color: var(--primary-light);
  font-size: 14px;
  line-height: 1.4;
}

.text-small.is--bgtext-primary-light {
  color: var(--primary-light);
}

.text-small.mobile-text-center {
  text-align: center;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: 2em;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.card {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
  overflow: visible;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .12);
}

.mb-0 {
  margin-bottom: 0;
}

.is--bg-deep {
  background-color: #1b1d21;
}

.is--bg-light {
  background-color: #d0d4d7;
}

.is--bg-lightest {
  background-color: #f1f3f5;
}

.is--bg-white {
  color: #000;
  background-color: #fff;
}

.is--bg-darkest {
  background-color: #2d3139;
}

.is--bg-dark {
  background-color: #767f8d;
}

.styles__color-swatch {
  width: 100%;
  height: 100px;
}

.is--bg-lighter {
  background-color: #eaecee;
}

.is--bg-pale {
  background-color: #f8f9fa;
}

.is--bg-gray {
  background-color: #b1b6be;
}

.is--bg-black {
  color: #fff;
  background-color: #000;
}

.is--bg-darker {
  background-color: #4d5360;
}

.mb-1 {
  margin-bottom: 8px;
  display: flex;
}

.btn-text {
  display: inline-block;
}

.form-success {
  background-color: rgba(0, 0, 0, 0);
  min-height: 320px;
  position: relative;
}

.form {
  width: 100%;
  position: relative;
}

.form-error {
  color: #e31700;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0;
}

.form-success_icon {
  text-align: center;
  flex: none;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-success_icon-lottie {
  width: 110px;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: auto;
  right: 50%;
  transform: translate(50%, 50%);
}

.input-group {
  flex-direction: column;
  margin-bottom: 16px;
  display: block;
  position: relative;
}

.input-group.textarea {
  min-height: 120px;
}

.form-success_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.input-label {
  z-index: 1;
  color: #000;
  border-top-right-radius: 3px;
  margin-bottom: -32px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 5px 5px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.input-label.static {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.form-required-note {
  font-size: .8rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.input-radio {
  background-color: #fff;
  border-color: #b1b6be;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 8px;
  box-shadow: inset 0 0 0 3px #fff;
}

.input-radio:hover {
  background-color: #d0d4d7;
}

.input-radio.w--redirected-checked {
  background-color: #3d44e9;
  border-width: 1px;
  border-color: #3d44e9;
}

.input-radio.w--redirected-focus {
  border-color: #b1b6be;
}

.input-check_group {
  align-items: center;
  margin-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.input {
  border: 1px solid var(--primary-dark);
  color: #fff;
  background-color: #15171f;
  border-radius: 4px;
  max-width: 440px;
  height: 48px;
  margin-bottom: 4px;
  padding: 14px;
  font-size: 1rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
}

.input:hover {
  border-color: var(--primary-color);
  background-color: #15171f;
}

.input:focus {
  background-color: #141d50;
  border-color: #3d44e9;
}

.input::placeholder {
  color: #606875;
}

.input.textarea {
  min-height: 120px;
}

.button2-hover {
  background-color: rgba(219, 238, 255, .4);
}

.card-body-2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.button-dissabled {
  background-color: rgba(61, 79, 224, .25);
}

.button-focus {
  background-color: rgba(61, 79, 224, .8);
}

.button2 {
  background-color: rgba(219, 238, 255, .25);
}

.is--bg-primary {
  background-color: var(--primary-color);
  color: rgba(0, 0, 0, 0);
}

.is--bg-primary._2 {
  background-color: #052e84;
}

.is--bg-primary._3 {
  background-color: var(--primary-light);
}

.is--bg-warning {
  background-color: #652401;
}

.is--bg-warning._3 {
  background-color: #ffe5d7;
}

.is--bg-warning._2 {
  background-color: #fd7830;
}

.is--bg-info {
  background-color: #473d1f;
}

.is--bg-info._2 {
  background-color: #ffc728;
}

.is--bg-info._3 {
  background-color: #f8f3e7;
}

.button-hover {
  background-color: rgba(61, 79, 224, .4);
}

.is--bg-secondary {
  background-color: var(--secondary);
}

.is--bg-secondary._3 {
  background-color: var(--secondary-light);
}

.is--bg-secondary._2 {
  background-color: var(--secondary-dark);
}

.is--bg-success {
  background-color: #016545;
}

.is--bg-success._3 {
  background-color: #d3f8ec;
}

.is--bg-success._2 {
  background-color: #01be81;
}

.button2-focus {
  background-color: rgba(219, 238, 255, .8);
}

.is--bg-danger {
  background-color: #990038;
}

.is--bg-danger._3 {
  background-color: #ffe0ec;
}

.is--bg-danger._2 {
  background-color: #ffaac9;
}

.card_wrapper {
  padding: 20px;
}

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

.is--bgtext-black {
  color: #000;
}

.overflow-visible {
  overflow: visible;
}

.card-slider_item {
  flex-direction: column;
  flex: none;
  align-items: stretch;
  max-width: 350px;
  margin-right: 20px;
  display: flex;
}

.accordian_trigger-2 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.accordian_trigger-2:hover {
  background-color: #eaecee;
}

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

.mt-3 {
  margin-top: 24px;
}

.d-none, .d-none.d-block {
  display: none;
}

.modal-close-area-2 {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-slider_nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.styles__visual-div {
  text-align: center;
  background-color: #eaecee;
  border: 1px solid #b1b6be;
  padding-top: 15px;
  padding-bottom: 15px;
}

.card-slider_nav-icon {
  width: 12px;
  height: 20px;
}

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

.is--bgtext-primary {
  color: var(--primary-color);
}

.is--bgtext-primary._2 {
  color: var(--primary-dark);
  -webkit-text-stroke-color: var(--primary-dark);
}

.is--bgtext-primary._3 {
  color: var(--primary-light);
}

.owl-carousel.owl-theme.card-slider {
  flex-direction: row;
  display: flex;
}

.styles__tab-menu {
  text-align: center;
  background-color: #000;
  border-bottom: 2px solid #000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.nav {
  background-color: #fff;
  border-bottom: 1px solid #f0f6fa;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.card-slider_wrapper {
  flex-direction: row;
  display: block;
  position: relative;
}

.is--bgtext-gray {
  color: #b1b6be;
  text-align: left;
}

.modal-close {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
}

.overflow-hidden {
  overflow: hidden;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid rgba(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.d-flex {
  display: flex;
}

.text-small-ems {
  color: #fff;
  font-size: .83em;
  line-height: 1.4;
}

.d-block {
  display: block;
}

.styles__tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 8px;
  margin-right: 8px;
}

.styles__tab-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
}

.styles__tab-link.w--current {
  color: #000;
  background-color: #fff;
}

.body {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.body.leading {
  font-size: 18px;
}

.body.is--bgtext-light {
  color: var(--neutral-light);
}

.body.is--bgtext-black {
  color: var(--black);
}

.body.is--bgtext-primary-light {
  color: var(--primary-light);
  line-height: 20px;
}

.p-tiny {
  color: #fff;
  font-size: 12px;
}

.button {
  background-color: var(--primary-color);
  color: #fff;
  letter-spacing: .5px;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .2s, transform .3s;
}

.button:hover {
  background-color: var(--primary-dark);
  box-shadow: none;
}

.button.secondary {
  background-color: var(--secondary);
  color: var(--white);
  flex: none;
  order: 0;
  align-self: flex-start;
}

.button.secondary:hover {
  background-color: var(--secondary-dark);
  background-image: none;
}

.button.ghost {
  border: 1px solid var(--primary-color);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.ghost:hover {
  background-image: none;
}

.button.large {
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  align-self: flex-start;
  padding: 16px 28px;
  transition: background-color .2s;
}

.button.large:hover {
  background-color: var(--primary-dark);
  background-image: none;
}

.button.large.secondary {
  color: var(--white);
  flex: 0 auto;
}

.button.large.secondary:hover {
  background-color: var(--secondary-dark);
  background-image: linear-gradient(97deg, #e6af01, #e97157 33%, #ea4c89 51%, #0049b8);
}

.button.large.secondary.biggest {
  background-image: url('../images/Button-Gradient_circle.png');
  background-position: -320px;
  background-repeat: no-repeat;
  background-size: 100%;
  align-items: center;
  height: 78px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  line-height: 30px;
  transition: background-position .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.large.secondary.biggest:hover {
  background-color: var(--secondary);
  background-position: 0;
}

.button.large.ghost {
  color: var(--white);
}

.button.large.ghost:hover {
  background-color: var(--primary-dark);
}

.button.small {
  white-space: nowrap;
  border-style: none;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.button.small:hover {
  background-color: var(--primary-dark);
  background-image: none;
}

.button.small.secondary {
  color: var(--white);
}

.button.small.secondary:hover {
  background-color: var(--secondary-dark);
  box-shadow: none;
  color: var(--white);
  background-image: none;
}

.button.small.ghost {
  border-style: solid;
  border-color: var(--primary-color);
  color: var(--white);
}

.button.small.banner {
  color: var(--white);
  background-image: url('../images/Shadow_light_button.svg'), url('../images/Shadow_dark_button.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, cover;
}

.button.small.banner:hover {
  color: var(--white);
}

.button.leading-icon {
  background-color: var(--primary-color);
  background-image: url('../images/Button-Gradient_circle.png');
  background-position: -150px;
  background-repeat: no-repeat;
  background-size: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: background-position .5s;
  display: inline-block;
}

.button.leading-icon:hover {
  background-image: url('../images/Button-Gradient_circle.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.button.leading-icon.secondary {
  background-color: var(--secondary);
  background-position: -200px;
  justify-content: center;
  display: flex;
}

.button.leading-icon.secondary:hover {
  background-position: 0;
}

.button.leading-icon.secondary.center {
  align-self: center;
}

.button.leading-trailing-icon:hover, .button.trailing-icon:hover {
  background-image: none;
}

.button.hidden-desktop {
  display: none;
}

.button.cta-banner {
  padding-left: 1em;
  padding-right: 1em;
}

.is--bgtext-secondary {
  color: var(--tertiary-yellow);
}

.is--bgtext-secondary._2 {
  color: var(--secondary-dark);
}

.is--bgtext-secondary._3 {
  color: var(--secondary-light);
}

.close_button__wrapper {
  justify-content: flex-end;
  display: flex;
}

.body-leading {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.body-leading.is--bgtext-white {
  line-height: 24px;
  display: inline;
}

.body-leading.is--bgtext-primary-light {
  color: var(--primary-light);
  line-height: 24px;
}

.body-leading.is--bgtext-black {
  color: var(--black);
  line-height: 24px;
}

.body-leading.is--bgtext-black.text-center {
  flex-direction: column;
  display: flex;
}

.body-leading.text-center {
  line-height: 24px;
}

.body.bold {
  font-weight: 600;
}

.is--bgtext-success {
  color: #016545;
}

.is--bgtext-success._2 {
  color: #01be81;
}

.is--bgtext-success._3 {
  color: #d3f8ec;
}

.is--bgtext-deep {
  color: #1b1d21;
}

.is--bgtext-darkest {
  color: #2d3139;
}

.is--bgtext-darker {
  color: #4d5360;
}

.is--bgtext-dark {
  color: #767f8d;
}

.styles_visual_div {
  background-color: #ebebeb;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: block;
}

.subtitle {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.overline {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
}

.is--bgtext-danger {
  color: #990038;
}

.is--bgtext-danger._2 {
  color: #ffaac9;
}

.is--bgtext-danger._3 {
  color: #ffe0ec;
}

.is--bgtext-warning {
  color: #652401;
}

.is--bgtext-warning._2 {
  color: #fd7830;
}

.is--bgtext-warning._3 {
  color: #ffe5d7;
}

.is--bgtext-info {
  color: #473d1f;
}

.is--bgtext-info._2 {
  color: #ffc728;
}

.is--bgtext-info._3 {
  color: #f8f3e7;
}

.is--bgtext-light {
  color: #d0d4d7;
}

.is--bgtext-lighter {
  color: #eaecee;
}

.is--bgtext-lightest {
  color: #f1f3f5;
}

.is--bgtext-pale {
  color: #f8f9fa;
}

.is--bgtext-white {
  color: #fff;
}

.elevation {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 4px rgba(50, 50, 93, .1);
}

.elevation._2 {
  box-shadow: 1px 1px 6px rgba(50, 50, 93, .2);
}

.elevation._3 {
  box-shadow: 1px 1px 8px rgba(50, 50, 93, .3);
}

.elevation._4 {
  box-shadow: 3px 3px 10px rgba(50, 50, 93, .4);
}

.buttons-section {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 24px 24px 24px 0;
  display: inline-block;
  position: relative;
}

.button__icon-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.note__wrapper {
  margin-top: 1em;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #b1b6be;
  border-radius: 4px;
  min-height: 65px;
  margin-bottom: 4px;
  padding: 32px 14px 10px;
  font-size: 1rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
}

.select-field:hover, .select-field:focus {
  background-color: #fff;
  border-color: #3d44e9;
}

.select-field::placeholder {
  color: #b1b6be;
}

.checkbox__wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-color: #b1b6be;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.checkbox:hover {
  background-color: #d0d4d7;
}

.checkbox.w--redirected-checked {
  background-color: #3d44e9;
  background-size: 16px;
  border-color: #3d44e9;
}

.checkbox.w--redirected-focus {
  border-color: #3d44e9;
}

.forms-button__wrapper {
  margin-top: 24px;
}

.nav-link {
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  padding: 10px 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
}

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

.nav-link.nav-drop {
  padding-right: 36px;
}

.nav-link.icon {
  background-image: url('../images/External_link.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 32px;
  font-size: 16px;
}

.nav-drop_link {
  color: #082c55;
  padding: 8px 24px;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
}

.nav-drop_link:hover {
  color: #3d44e9;
  background-color: #d0d4d7;
}

.nav-drop_icon {
  margin-right: 16px;
  font-size: .9rem;
}

.nav-drop_list.w--open {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 4px 4px 2rem rgba(0, 0, 0, .12);
}

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

.nav-menu.hidden {
  justify-content: center;
  display: none;
}

.nav-logo_link {
  padding-left: 0;
}

.nav-logo {
  color: #3d44e9;
  width: 140px;
}

.nav-overlay {
  display: none;
}

.nav-items__wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.p-wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}

.h1-wrapepr {
  margin-bottom: 1em;
}

.form__wrapper {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .12);
}

.social-share-btn {
  background-image: url('../images/bx_bxl-linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #838383;
  border-radius: 8px;
  width: 2.5em;
  height: 2.5em;
}

.social-share-btn.fb {
  background-image: url('../images/bx_bxl-facebook.svg');
  border-color: #c5c5c5;
  margin-right: 0;
}

.social-share-btn.fb:hover {
  border-style: none;
  border-color: #e2edfe;
}

.social-share-btn.tw {
  background-image: url('../images/fa-icon.svg');
  border-color: #c5c5c5;
  margin-right: 0;
}

.social-share-btn.tw:hover {
  border-style: none;
  border-color: #e2edfe;
}

.social-share-btn.lnk {
  border-color: #c5c5c5;
  margin-right: 0;
}

.social-share-btn.lnk:hover {
  border-style: none;
  border-color: #e2edfe;
}

.social_media_wrapper {
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.social_media {
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.share-on-social-img {
  color: #000;
  cursor: pointer;
  border: 1px #dfe0e2;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 0;
  transition: color .5s;
  display: block;
}

.share-on-social-img:hover {
  color: #3d4fe0;
  background-color: #e2edfe;
  border-style: none;
  border-color: #e2edfe;
  line-height: 0;
  display: block;
}

.h2-wrapper {
  margin-bottom: 1em;
}

.page-spacing__small {
  z-index: 16;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0;
  position: relative;
}

.container-large {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1496px;
  padding-left: 2em;
  padding-right: 2em;
  display: inline-block;
}

.container-large.navbar {
  justify-content: space-between;
}

.container-medium {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.page-spacing__medium {
  z-index: 14;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0;
}

.page-spacing__medium.padding-bottom-2 {
  padding-top: 0;
}

.page-spacing__medium.margin-top {
  margin-top: 4em;
}

.page-spacing__medium.sticky {
  padding-top: 0;
  padding-bottom: 7em;
}

.page-spacing__large {
  z-index: 15;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 0;
}

.page-spacing__large.blog {
  padding-top: 11em;
}

.page-spacing__large.hero {
  padding-top: 10em;
}

.page-spacing__large.no-pading-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.page-spacing__large.no-padding {
  padding-bottom: 0;
}

.page-spacing__large.no-spasing {
  padding-top: 3em;
  padding-bottom: 0;
}

.container-small {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10em;
  padding-right: 10em;
}

.container-small.blog {
  justify-content: center;
  padding-left: 22em;
  padding-right: 22em;
  display: flex;
}

.hero__parent {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.about__parent, .services__parent, .testimonials__parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.how-to__structure {
  max-width: 1920px;
  padding-left: 10em;
  padding-right: 10em;
}

.is--bg-blue {
  background-color: var(--primary-color);
}

.full-img {
  width: 100%;
  height: 100%;
  display: block;
}

.full-img.contain, .full-img.coontain {
  object-fit: contain;
}

.button_wrap {
  z-index: 34;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.button_wrap.right {
  margin-left: 16px;
}

.d-31-card-wrapper {
  perspective: 1000px;
  transform: rotate(0);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-footer {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.footer__bg {
  background-image: url('../images/background_lava_2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.footer__bg.old {
  background-image: linear-gradient(#57483f, #57483f);
}

.footer__buttons-wrap {
  z-index: 800;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer__info-wrap {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.footer__social-links-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sv-link-wrapper {
  color: #4e535f;
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  transition: color .2s;
  display: flex;
  position: relative;
}

.sv-link-wrapper:hover {
  color: #fff;
  align-items: center;
  padding: 0;
  text-decoration: none;
}

.footer__text {
  color: #ffe3a0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.sv-logo {
  object-fit: fill;
  width: 100%;
  height: 26px;
  margin-bottom: 0;
  margin-right: 0;
  overflow: visible;
}

.footer-social__link-wrap {
  color: #fff;
  cursor: pointer;
  width: 3em;
  transition: background-color .2s, color .2s;
}

.social__link-child {
  cursor: pointer;
  display: none;
}

.social__link-child:hover {
  color: #ec4f28;
}

.nav-bar-bottom-right {
  z-index: 33;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 5em;
  margin-right: 5em;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sticky__buttons-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading_wrap {
  flex-direction: row;
  align-items: center;
  height: auto;
  overflow: hidden;
}

.hidden {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
}

.cookie-info-wrapper {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(54, 54, 54, .44);
  background-image: none;
  border-radius: 1.4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 750px;
  max-width: 1920px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
  position: fixed;
  bottom: 2%;
  left: 0%;
  right: 0%;
}

.body-leading-cookies {
  color: #fff;
  margin-right: 1em;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.close-cookie__wrapper {
  border: 1px solid var(--primary-light);
  color: #fff;
  background-image: none;
  background-position: 0 0;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: 8px 18px;
  display: flex;
}

.close-cookie__wrapper:hover {
  border-style: solid;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

._404_text-wrap {
  margin-bottom: 2em;
}

.footer__logo-wrapper {
  flex-wrap: nowrap;
  margin-left: 12px;
  display: flex;
  overflow: visible;
}

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

.navbar-parent {
  background-image: url('../images/Nav_bar_frame.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 50em;
  margin-top: 1.2em;
  padding: 20px 48px 12px;
  display: flex;
}

.brand {
  z-index: 1;
  width: 7em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.brand.w--current {
  width: 7em;
}

.navbar {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 8px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav__social-links-wrap {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.nav__links-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-child {
  width: 100%;
}

.navbar-bottom-left {
  z-index: 34;
  width: auto;
  margin-bottom: 0;
  margin-left: 5em;
  margin-right: 5em;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer-social {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav__links-bottom-wrapper {
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-spacing__medium-2 {
  z-index: 14;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 0;
  position: relative;
}

.page-spacing__medium-2.footer {
  padding-bottom: 2em;
}

.container-large-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  position: static;
}

.star {
  width: 100%;
  height: 100%;
}

.h2-titles-wrapper {
  margin-bottom: 3em;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.footer-image-left {
  z-index: 1;
  width: 34%;
  position: absolute;
  top: auto;
  bottom: -40%;
  left: -7%;
  right: auto;
}

.footer-image-right {
  z-index: 1;
  width: 34%;
  position: absolute;
  top: auto;
  bottom: -44%;
  left: auto;
  right: -9%;
}

.get-involved-text_wrapper {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  width: 80%;
  padding: 3em 2em;
  display: flex;
}

.footer__buttons-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.get-involved-parent {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 11em;
  margin-bottom: 8em;
  display: flex;
  position: relative;
}

.button_footer-wrap2 {
  width: auto;
  margin-right: 1.25em;
}

.fixed-bottom-links {
  z-index: 9997;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: none;
  position: fixed;
  top: auto;
  bottom: 2em;
  left: 0%;
  right: 0%;
}

.footer__shadow {
  z-index: 300;
  background-image: linear-gradient(#211, rgba(255, 255, 255, 0));
  height: 15em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer__rocks {
  z-index: 200;
  width: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer__rocks.bottom {
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hidden-desktop {
  display: none;
}

.blog-top__parent {
  grid-column-gap: 3.5em;
  align-items: flex-start;
  display: flex;
}

.featured-article__info {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 35%;
  display: flex;
}

.featured__absolute-hexagons {
  z-index: -1;
  width: 65%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog__dyn-wrapper, .blog__dyn-list {
  width: 100%;
}

.blog__dyn-item {
  grid-column-gap: 3.5em;
  width: 100%;
  display: flex;
}

.featured-article__button-wrapper {
  margin-top: 2.5em;
  display: flex;
}

.section__blog-more-articles {
  position: relative;
}

.more-articles__parent {
  margin-bottom: 10em;
}

.more-articles__list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article__item {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.article__item.featured {
  width: 65%;
}

.articles-img-wrapper {
  border-radius: 1.5em;
  overflow: hidden;
}

.article__name-date-wrapper {
  grid-column-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.article-wrapper {
  width: 690px;
  display: block;
}

.article__rich-text-wrapper {
  margin-top: 2.5em;
}

.article__heading-social-wrapper {
  grid-column-gap: 2.5em;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4em;
  display: flex;
}

.share-to-social__parent {
  flex: none;
  margin-top: .5em;
}

.share-icon {
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 8px 12px;
  transition: background-color .3s;
}

.share-icon:hover {
  background-color: #292929;
}

.social-img {
  width: 24px;
  height: 24px;
}

.seaction__related-articles {
  position: relative;
}

.related__articles-parent {
  grid-row-gap: 1em;
  flex-direction: column;
  margin-bottom: 10em;
  display: flex;
}

.blog__pagination {
  margin-top: 5em;
}

.blog__shadow {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #211);
  height: 10em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog__rich-text {
  flex-direction: column;
  align-items: flex-start;
}

.blog__rich-text li {
  font-size: 16px;
}

.blog__rich-text a, .blog__rich-text blockquote {
  color: var(--primary-color);
}

.blog__rich-text figure {
  border-radius: 1.5em;
  width: 100%;
  margin: 16px auto 16px 0;
  overflow: hidden;
}

.accordion_trigger {
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5em 1em;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.accordion_trigger:hover, .accordion_trigger:active {
  color: #ffc700;
}

.p-body {
  color: var(--primary-light);
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
}

.p-body.is--bgtext-primary {
  color: #99aacf;
}

.p-body.is--bgtext-black {
  color: var(--black);
}

.p-body.is--bgtext-black.text-center {
  font-size: 14px;
}

.p-body.is--bgtext-blue-gray {
  color: #bac6df;
  font-size: 14px;
  font-weight: 400;
}

.p-body.is--bgtext-white {
  color: var(--white);
  font-size: 16px;
}

.faq__table-item {
  color: #fff;
}

.p-small {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.p-small.width-ch:hover {
  color: #ffc700;
}

.p-small.is--peach {
  color: #fff0cd;
}

.p-small.is--bgtext-primary-light {
  color: var(--primary-light);
}

.p-small.upper-paddin {
  padding-top: 2px;
}

.p-small.is--bgtext-dark {
  color: var(--black);
}

.faq__table {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2.5em;
  display: grid;
}

.faq__table._2-column {
  grid-template-columns: .5fr 1fr;
  width: 60%;
  margin-top: 0;
}

.ctafooter-img {
  width: 100%;
  height: 100%;
  display: block;
}

.sticky-card {
  grid-column-gap: 40px;
  background-image: linear-gradient(#414853, #18181e);
  border-radius: 20px;
  justify-content: space-between;
  width: auto;
  min-width: 64em;
  max-width: 64em;
  height: auto;
  margin-bottom: 3.33em;
  padding: 4em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.logo-newpage {
  z-index: 1;
  width: 8em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbarnew-parent {
  background-color: rgba(0, 0, 0, .8);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.2em;
  margin-left: 5em;
  margin-right: 5em;
  padding: 16px 24px;
  display: flex;
}

.new-nav__links-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.terms-and-cond__parent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.terms-and-cond__child {
  grid-row-gap: 32px;
  color: #ffdcb2;
  flex-direction: column;
  margin-top: 2.5em;
  display: flex;
}

.p-small-2 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.p-small-2.is--bgtext-light {
  color: #d1d4d7;
}

.rich-text-banner__wrapper {
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

.banner-img__wrapper {
  z-index: -1;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-button__wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  object-fit: cover;
}

.blog-cta-text_wrapper {
  background-color: rgba(0, 0, 0, .5);
  background-image: linear-gradient(82deg, #495ad0, #c853be 50%, #f8bf78);
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.blog-banner-img-right {
  z-index: 1;
  width: 30%;
  position: absolute;
  top: auto;
  bottom: -6%;
  right: -10%;
}

.blog-banner-img-left {
  z-index: 1;
  width: 30%;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: -9%;
  right: auto;
}

.ctablog-parent {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8em;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.rich-text-tc a:hover {
  color: var(--primary-color);
}

.rich-text-table-element {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: flex-start;
  justify-items: start;
  width: 100%;
  display: grid;
}

.image__wrapper {
  width: 7em;
  height: 7em;
}

.image__wrapper.border-radius {
  width: 4em;
  height: 4em;
  margin-right: 1em;
  overflow: hidden;
}

.image__wrapper.gif {
  width: 100%;
  height: 15em;
  margin-bottom: 1.5em;
}

.text__wrapper.bottom-border {
  border-top: .5px rgba(209, 212, 215, .5);
  border-bottom: .5px rgba(209, 212, 215, .4);
  border-right: .5px rgba(209, 212, 215, .5);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.gif-text__wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 56px;
  display: flex;
}

.icon-text__wrapper {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.divider__weapper {
  z-index: 100;
  object-fit: fill;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.divider__weapper._7 {
  z-index: 99;
  bottom: -33px;
}

.image-desktop-devider {
  z-index: 5;
}

.heroes-grid_item_wrapper {
  cursor: default;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.image-mobile-devider {
  z-index: 5;
  display: none;
  overflow: visible;
}

.heroes-grid_item_hover {
  width: 260px;
  position: absolute;
  bottom: 135px;
}

.footer_bottom {
  background-image: linear-gradient(#40342e, #40342e);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.footer__bottom_text {
  color: #ffe3a0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footer__logo_wrapper {
  width: 15.88em;
}

.footer__right_content {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.footer__right_about {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 3em;
  display: flex;
}

.footer__right_about_title {
  margin-bottom: 1em;
}

.footer__right_links {
  width: 100%;
}

.footer-link {
  color: #fff0cd;
  line-height: 1;
}

.footer__right_links_item {
  margin-bottom: .88em;
}

.footer__right_community {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer__right_community_title, .footer__right_community_text {
  margin-bottom: 1em;
}

.full-img-icon {
  height: 100%;
  display: block;
}

.footer_social_link_icon_img {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  cursor: pointer;
  border-radius: 500px;
  padding: 10px;
  transition: background-color .2s;
}

.footer_social_link_icon_img:hover {
  background-image: linear-gradient(#ffe3a0, #ffe3a0);
}

.is--bg-tertiary {
  background-color: var(--tertiary-yellow);
}

.sticky-background {
  z-index: -9999;
  background-image: linear-gradient(to bottom, transparent, var(--black)), linear-gradient(138deg, rgba(28, 24, 84, .8), rgba(8, 20, 64, .8)), linear-gradient(to bottom, #0049b8, #0049b8);
  width: 100%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
}

.container-2 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-link.desktop {
  height: 40px;
}

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

.nav-menu-2, .nav-link-2 {
  color: var(--white);
}

.navbar-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(rgba(8, 20, 64, .3), rgba(8, 20, 64, .3));
  border-radius: 40px;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-left: 2em;
  margin-right: 2em;
  padding: 16px;
  display: flex;
}

.section {
  margin-top: 4em;
  margin-bottom: 4em;
}

.section.overflow-hidden {
  margin-top: -4rem;
}

.section.persk {
  margin-top: 0;
  position: relative;
}

.section.hero-100vh {
  align-items: center;
  height: 90vh;
  max-height: 90vh;
  display: flex;
}

.hero__wrap {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero__text-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.hero__video-wrap {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: none;
  position: relative;
}

.mobile-video-wrap {
  border-radius: 22px 10px 0 0;
  width: 31.7em;
  height: 18em;
  margin-top: -28px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.html-embed {
  border-radius: .83em;
  overflow: hidden;
}

.html-embed.video-embed-3-6 {
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  margin-left: 5px;
  padding-top: 56.5%;
  position: relative;
}

.html-embed.video-embed-3-6.stroke {
  border: 6px solid #000;
  padding-top: 205.66%;
}

.html-embed.video-embed-3-6 {
  border-radius: 1rem;
  min-width: 100%;
  margin-left: 0;
  padding-top: 216.66%;
  position: relative;
}

.mobile-video-iphone-wrap {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -4px;
}

.image-15 {
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__text-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.section-footer {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.page-spacing__footer {
  z-index: 14;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0;
  position: relative;
}

.footer-wrapper {
  grid-row-gap: 24px;
  background-image: linear-gradient(to bottom, transparent, var(--primary-color));
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
  flex-direction: column;
  width: 100%;
  padding: 80px 40px 40px;
  display: flex;
}

.footer-logo-img {
  height: 3.38em;
}

.footer-bottom-wrap {
  justify-content: space-between;
  display: flex;
}

.footer-left-wrap {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

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

.footer-inner-links-wrap {
  grid-column-gap: 16px;
  display: flex;
}

.footer-social-links {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.link-bold {
  font-size: 14px;
  font-weight: 600;
}

.social-link-wrap {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.rights-wrap {
  justify-content: center;
  display: flex;
}

.text-block-2 {
  color: var(--primary-light);
}

.swiss-flag-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

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

.swiss-img {
  width: 16px;
  height: 16px;
}

.hero-background {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circles---lottie-animation {
  z-index: -20;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-effect-blur {
  z-index: 9999;
  filter: blur(5px);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brandmark-wrap {
  z-index: -20;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.brandmark-img {
  width: 900px;
  height: 900px;
}

.brandmark-front-wrap {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-big-button {
  z-index: 1;
  position: relative;
}

.icon-button-wrap {
  z-index: 1;
  margin-right: 16px;
  display: none;
  position: relative;
}

.button-gradient {
  background-image: linear-gradient(80deg, #e6af01, #e97157 40%, #ea4c89 63%, #0049b8);
  margin-top: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-intern__wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.hero-intern__wrap.hidden {
  display: none;
}

.hero-intern__text-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-intern__text-content.flex-center {
  justify-content: center;
  width: 100%;
}

.hero-intern__text-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-intern__text-subtitle {
  width: 70%;
}

.button__two-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.hi-hands_wrap {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.hands-img {
  width: 114px;
  height: 114px;
}

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

.benefits-title__wrap {
  margin-bottom: 238px;
  position: -webkit-sticky;
  position: sticky;
  top: 8.1rem;
}

.benefits-cards__wrap {
  margin-top: 3em;
  position: relative;
}

.featuresv8_content {
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 40rem;
  display: flex;
}

._2x1-grid-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.featuresv8_component_b2b {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-style: none;
  border-top-left-radius: 46px;
  border-top-right-radius: 46px;
  padding: 2.5rem 5rem;
  position: -webkit-sticky;
  position: sticky;
}

.featuresv8_component_b2b.is-third {
  background-color: var(--primary-color);
  border-style: none;
  border-radius: 100px;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  top: 11rem;
  left: 12em;
}

.featuresv8_component_b2b.is-second {
  background-color: var(--secondary);
  border-style: none;
  border-radius: 100px;
  margin-top: -6rem;
  margin-bottom: 6rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  top: 25rem;
  left: 6rem;
}

.featuresv8_component_b2b.is-first {
  background-color: var(--tertiary-yellow);
  border-style: none;
  border-radius: 100px;
  margin-top: -12rem;
  margin-bottom: 12rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  top: 19rem;
  left: auto;
}

.featuresv8_component_b2b.is-first-2 {
  background-color: var(--primary-color);
  background-image: linear-gradient(25deg, #0a1027, rgba(255, 255, 255, 0));
  border-style: none;
  border-radius: 100px;
  margin-top: -12rem;
  margin-bottom: 12rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  top: 19rem;
  left: auto;
}

.featuresv8_component_b2b.is-second-copy {
  background-color: var(--secondary);
  border-style: none;
  border-radius: 100px;
  margin-top: -6rem;
  margin-bottom: 6rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  top: 25rem;
  left: 6rem;
}

.featuresv8_component_b2b.is-second-2 {
  background-color: var(--primary-color);
  background-image: linear-gradient(30deg, #0a1027, rgba(255, 255, 255, 0));
  border-style: none;
  border-radius: 100px;
  margin-top: -6rem;
  margin-bottom: 6rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  top: 25rem;
  left: 6rem;
}

.featuresv8_component_b2b.is-third-2 {
  background-color: var(--primary-color);
  background-image: linear-gradient(45deg, #0a1027, rgba(255, 255, 255, 0));
  border-style: none;
  border-radius: 100px;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  top: 11rem;
  left: 12em;
}

.featuresv8_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.featuresv8_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.featuresv8_header-text {
  font-size: 1.5rem;
  font-weight: 700;
}

.featuresv8_sticky-wrapper {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.featuresv8_image-div {
  height: 320px;
}

.text-custom-gray {
  color: #636262;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.h2-paragraph-padding {
  width: 26em;
  max-width: 30rem;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-wrap {
  width: 100%;
  height: 100%;
  position: static;
  top: 0;
  overflow: visible;
}

.scroll-inner {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 280vw;
  height: 70%;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 5%;
  display: flex;
  overflow: visible;
}

.scroll-inner.hidden {
  display: none;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.scroll-card-content_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 54px 48px 48px;
  display: flex;
  position: relative;
}

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

.text-wrapper {
  z-index: 1;
  height: auto;
  position: relative;
}

.sticky-container {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.sticky-container.hidden {
  display: none;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.scroll-card {
  background-image: url('../images/Button-Gradient_circle.png'), linear-gradient(to right, rgba(0, 73, 184, .7), rgba(0, 73, 184, .5));
  background-position: -810px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 120%, auto;
  border: .0625rem rgba(131, 131, 131, .16);
  border-radius: 54px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  transition: background-position .5s;
  display: flex;
  position: relative;
  bottom: -10%;
  overflow: visible;
}

.scroll-card:hover {
  background-position: -50px, 0 0;
}

.scroll-card.hidden {
  display: none;
}

.card-details {
  margin-bottom: 0;
}

.c-card-title {
  margin-bottom: 10px;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.what-you-get_list {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-cards-list {
  transition: all .2s;
  position: relative;
}

.card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  line-height: 1em;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._4 {
  position: -webkit-sticky;
  position: sticky;
  top: 260px;
}

.c-card._1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 28em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20em;
}

.c-card._3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 8.6em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 36em;
}

.c-card._2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 28em;
}

.c-card._5 {
  position: -webkit-sticky;
  position: sticky;
  top: 340px;
}

.c-card._1-copy {
  justify-content: center;
  align-items: center;
  margin-bottom: 28em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20em;
}

.c-card-details {
  margin-bottom: 20px;
}

.c-card-content-divider {
  border-bottom: 1px dashed #bbb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

._w-card {
  background-color: var(--tertiary-yellow);
  border-radius: 100px;
  width: 550px;
  height: 550px;
  margin-bottom: 100px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

._w-card.is-2 {
  background-color: var(--primary-color);
}

.what-you-get-desktop__wrap {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.what-you-get-title__wrap {
  flex-direction: column;
  width: 70%;
  margin-top: 5em;
  margin-bottom: 32.7em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5em;
}

.what-you-get-img__wrap {
  margin-bottom: 20px;
}

.what-you-get_card-title_wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.what-you-get-card_wrap {
  background-color: var(--tertiary-yellow);
  border-radius: 100px;
  width: 550px;
  height: 550px;
  margin-bottom: 100px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.what-you-get-card_wrap.is-1 {
  width: 520px;
  height: 520px;
}

.what-you-get-card_wrap.is-2 {
  background-color: var(--primary-color);
  width: 520px;
  height: 520px;
}

.what-you-get-card_wrap.is-3 {
  background-color: var(--secondary);
  width: 520px;
  height: 520px;
}

.what-you-get-card_wrap.is-2-2 {
  background-color: var(--primary-color);
  background-image: linear-gradient(3deg, rgba(0, 0, 0, .65), rgba(255, 255, 255, 0));
  width: 520px;
  height: 520px;
}

.what-you-get-card_wrap.is-3-2 {
  background-color: var(--primary-color);
  background-image: linear-gradient(4deg, rgba(0, 0, 0, .76), rgba(255, 255, 255, 0));
  width: 520px;
  height: 520px;
}

.what-you-get-card_wrap.is-1-2 {
  width: 520px;
  height: 520px;
}

.fields__wrap {
  grid-column-gap: 54px;
  justify-content: space-between;
  display: flex;
}

.fields-title__wrap {
  flex-direction: column;
  display: flex;
}

.fields-subtitle__wrap {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  display: flex;
}

.fields-text__wrap {
  grid-row-gap: 54px;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.fields-items-list_wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.field-item_wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to top, #0a1027, rgba(255, 255, 255, 0)), linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 32px;
  display: flex;
}

.field-item-img__wrap {
  flex: none;
  width: 100px;
}

.fields-info-text__wrap {
  width: 40%;
}

.field-title_wrap {
  width: 50%;
}

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

.roadmap-title_wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.roadmap-content-desktop_wrap {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.roadmap-card-number_wrap {
  z-index: 2;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.div-block {
  width: 500px;
}

.jobs__wrap {
  grid-row-gap: 88px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.jobs-item_wrap {
  grid-row-gap: 24px;
  background-image: linear-gradient(to bottom, var(--tertiary-yellow), var(--tertiary-yellow));
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.jobs-item_wrap.blue {
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  justify-content: space-between;
}

.jobs-item_wrap.pink {
  background-image: linear-gradient(to bottom, var(--secondary), var(--secondary));
  justify-content: space-between;
}

.jobs-item_wrap.gradient {
  background-image: linear-gradient(101deg, var(--tertiary-yellow), var(--secondary) 62%, var(--primary-color));
  width: 100%;
}

.jobs-title-wrap {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.jobs-title-wrap.center {
  align-items: center;
}

.jobs-logo-img_wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.jobs-tag-items-list_wrap {
  grid-column-gap: 8px;
  display: flex;
}

.jobs-tag-item_wrap {
  grid-column-gap: 6px;
  border: 1px solid #000;
  border-radius: 50px;
  align-items: center;
  padding: 4px 16px;
  display: flex;
}

.jobs-tag-item_wrap.white {
  border-color: var(--white);
}

.contact-us-left__wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contact-us-inputs_wrap {
  width: 100%;
}

.field-label {
  color: var(--primary-light);
  font-size: 12px;
  font-weight: 400;
}

.contact-us_wrap {
  grid-column-gap: 54px;
  grid-row-gap: 0px;
  align-items: center;
  margin-left: 15em;
  margin-right: 15em;
  display: flex;
}

.contact-us-right__wrap {
  width: 50%;
  position: relative;
}

.what-you-get-sticky__wrap {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 4em;
}

.image-16 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  display: flex;
}

.form-2.hidden, .roadmap-content-mobile_wrap {
  display: none;
}

.mobile-card_wrap {
  background-image: url('../images/Button-Gradient_circle.png'), linear-gradient(to right, rgba(0, 73, 184, .7), rgba(0, 73, 184, .5));
  background-position: -600px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 120%, auto;
  border: .0625rem rgba(131, 131, 131, .16);
  border-radius: 54px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  min-height: auto;
  transition: background-position .5s;
  display: flex;
  position: relative;
  bottom: -10%;
  overflow: visible;
}

.mobile-card_wrap:hover {
  background-position: -50px, 0 0;
}

.mobile-card_wrap.hidden {
  display: none;
}

.roadmap-mobile-items-list_wrap {
  grid-column-gap: 32px;
  flex-direction: row;
  display: flex;
}

.roadmap-card-mobile-number_wrap {
  z-index: 2;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: -22%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.what-you-get-mobile_wrap {
  display: none;
}

.mobile-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.mobile-card._4 {
  position: -webkit-sticky;
  position: sticky;
  top: 260px;
}

.mobile-card._1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 28em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20em;
}

.mobile-card._3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 12em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 36em;
}

.mobile-card._2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 28em;
}

.mobile-card._5 {
  position: -webkit-sticky;
  position: sticky;
  top: 340px;
}

.benefits-mobile__wrap {
  display: none;
}

.featuresv8_component_mobile {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-style: none;
  border-top-left-radius: 46px;
  border-top-right-radius: 46px;
  padding: 2.5rem 5rem;
  position: -webkit-sticky;
  position: sticky;
}

.featuresv8_component_mobile.is-third {
  background-color: var(--primary-color);
  border-style: none;
  border-radius: 100px;
  margin-bottom: 0;
  top: 10.2rem;
  left: 12em;
}

.featuresv8_component_mobile.is-second {
  background-color: var(--secondary);
  border-style: none;
  border-radius: 100px;
  margin-top: -6rem;
  margin-bottom: 6rem;
  top: 24.7rem;
  left: 6rem;
}

.featuresv8_component_mobile.is-first, .featuresv8_component_mobile.is-first-2, .featuresv8_component_mobile.is-first-2 {
  background-color: var(--tertiary-yellow);
  border-style: none;
  border-radius: 100px;
  margin-top: -12rem;
  margin-bottom: 12rem;
  top: 23.5em;
  left: auto;
}

.background-video {
  width: 400px;
}

.html-embed-video {
  display: flex;
}

.html-embed-video.hidden {
  display: none;
}

.phone-video-right_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone-video-right_wrapper.desktop {
  position: relative;
  bottom: 67px;
}

.phone-video-right_wrapper.mobile {
  display: none;
}

.phone-video-left_wrapper {
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.phone-video-left_wrapper.desktop {
  position: relative;
  bottom: -48px;
}

.phone-video-left_wrapper.mobile {
  display: none;
}

.html-embed-video-2 {
  display: flex;
}

.infuence-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 4em;
  display: grid;
  overflow: visible;
}

.infuence-grid.hidden {
  display: none;
}

.h5-2 {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2;
}

.pop-up-modal {
  z-index: 999;
  background-color: rgba(21, 23, 31, .5);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.p-body-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.p-body-2.is--bgtext-black {
  text-align: center;
}

.close-button {
  justify-content: flex-end;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.close-button.absolute {
  display: flex;
  top: auto;
}

.pop-up-wrapper {
  background-color: #fff;
  border-radius: 16px;
  max-width: 500px;
  height: 75vh;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.pop-up-wrapper.investors {
  max-width: 320px;
  height: 380px;
  display: none;
}

.pop-up-parent {
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  overflow: hidden;
}

.pop-up-parent.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: none;
}

.close-wrapper {
  cursor: pointer;
  padding: 16px 18px;
}

.close-wrapper.jobs {
  padding: 8px;
}

.html-embed-5 {
  background-color: rgba(255, 255, 255, 0);
}

.html-embed-5.size-500 {
  justify-content: center;
  align-items: center;
  width: 376px;
  height: 650px;
  display: flex;
}

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

.pop-up-modal-job {
  z-index: 999;
  background-color: rgba(21, 23, 31, .5);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  bottom: 0;
  overflow: visible;
}

.pop-up-wrapper-jobs {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 16px;
  width: 376px;
  height: 600px;
  margin: auto;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.pop-up-wrapper-jobs.investors {
  max-width: 320px;
  height: 380px;
  display: block;
}

.pop-up-parent-copy {
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  overflow: hidden;
}

.pop-up-parent-copy.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pop-up-parent-copy.center.hidden {
  display: none;
}

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

.circles---lottie-animation-loader {
  z-index: 9997;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader-anime {
  z-index: 9999;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-effect-blur-loader {
  z-index: 9998;
  filter: blur(5px);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-load-color {
  z-index: 9996;
  background-color: #081440;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.assistento-brandmark {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.asistento-brandlogo {
  width: 100px;
  height: 100px;
}

.mobile-video-wrap-2, .embed-video-wrap {
  border-radius: .83em;
  width: 17em;
  overflow: hidden;
}

.embed-video-right, .embed-video-left {
  border-radius: .83em;
  width: 240px;
  overflow: hidden;
}

.embed-video-left.mobile, .phones-mobile-wrapper {
  display: none;
}

.phone-mockup-left_wrapper, .phone-mockup-right_wrapper {
  width: 300px;
}

.venture-studio {
  grid-column-gap: 6px;
  border: 1px solid #3554c2;
  border-radius: 20px;
  align-items: center;
  margin-top: 0;
  padding: 6px 10px;
  display: flex;
}

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

.dragonlabs_logo {
  justify-content: center;
  align-items: center;
  width: 90px;
  display: flex;
}

.p-small-3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.success-message {
  background-color: #08286d;
  border-radius: 24px;
}

.text-block-5 {
  color: #fff;
}

.error-message {
  background-color: #ffc2c2;
  border-radius: 14px;
}

.form-block {
  max-width: 440px;
}

.impulso-laptop-section {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.impulso-laptop-component {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.impulso-laptop-video {
  width: auto;
  height: auto;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html-embed-6 {
  width: auto;
  height: 100%;
}

.impulso-laptop-mockup {
  width: 100%;
}

.impulso-classes {
  display: none;
}

.impulso-video-width {
  z-index: 2;
  width: 76%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: block;
}

.hero__video-wrap-2 {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: none;
  position: relative;
}

.mobile-video-wrap-3 {
  border-radius: 48px;
  width: 250px;
  overflow: hidden;
}

.mobile-video-iphone-wrap-2 {
  width: 260px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -4px;
}

.mobile-video-wrap-4 {
  border-radius: 1rem;
  width: 15rem;
  overflow: hidden;
}

.mobile-video-wrap-4.desktop {
  border: 1px solid var(--primary-color);
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  padding: .5em;
  display: flex;
}

.mobile-video-wrap-4.mobile {
  display: none;
}

.pills-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  margin-bottom: 2em;
  display: flex;
}

.pill-item {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: linear-gradient(rgba(0, 73, 184, .26), rgba(0, 73, 184, .26));
  border-radius: 4rem;
  flex: none;
  padding: .3rem .8rem .2rem;
  display: inline-block;
}

.text-span {
  background-image: linear-gradient(to right, #e6af01, #e97157 41%, #ea4c89 62%, #0049b8), linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  color: var(--white);
  border-radius: 2rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-weight: 600;
}

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

.background-video-2 {
  z-index: 1;
  aspect-ratio: 2 / 4.4;
  object-fit: cover;
  border-radius: 1rem;
}

.logo3_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.section_logo3 {
  overflow: hidden;
}

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

.text-size-regular {
  font-size: 1.125rem;
}

.text-size-regular.text-weight-light {
  font-weight: 300;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.logo3_component {
  display: flex;
}

.margin-bottom, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.logo3_logo {
  opacity: .45;
  height: 2rem;
  max-height: 3.5rem;
}

.padding-small {
  padding: 1.5rem;
}

.logo3_list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

.container-large-2 {
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.b2b-hero_wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  height: 100%;
  display: grid;
}

.illustration-element.mobile {
  display: none;
}

.field-item_wrap-copy {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-image: linear-gradient(0deg, #0a1027, rgba(255, 255, 255, 0)), linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.text-span-blue {
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  color: var(--white);
  border-radius: 2rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-weight: 600;
}

.small-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.what-you-get-card_wrap-2 {
  background-color: var(--tertiary-yellow);
  border-radius: 100px;
  width: 550px;
  height: 550px;
  margin-bottom: 100px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.what-you-get-card_wrap-2.is-1 {
  width: 520px;
  height: 520px;
}

.what-you-get-card_wrap-2.is-2 {
  background-color: var(--primary-color);
  width: 520px;
  height: 520px;
}

.what-you-get-card_wrap-2.is-3 {
  background-color: var(--secondary);
  width: 520px;
  height: 520px;
}

.what-you-get-card_wrap-2.is-1-2 {
  background-color: var(--primary-color);
  background-image: linear-gradient(3deg, #0a1027, rgba(255, 255, 255, 0));
  width: 520px;
  height: 520px;
}

.featuresv8_image-div-lottie {
  justify-content: center;
  height: 300px;
  display: flex;
}

.lottie-animation {
  height: 100%;
}

.featuresv8_header_b2b {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.what-you-get-img__wrap_b2b {
  margin-bottom: 20px;
}

.image-17 {
  opacity: .8;
  margin-top: 1em;
}

.lottie-animation-hero {
  height: 100%;
}

.featuresv8_sticky-wrapper-b2b {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.lottie-animation-3 {
  height: 100%;
}

.roadmap-mobile-items-list_wrap-b2b {
  grid-column-gap: 32px;
  flex-direction: row;
  display: flex;
}

.scroll-card-content_wrap-b2b {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 54px 48px 48px;
  display: flex;
  position: relative;
}

.roadmap-card-mobile-number_wrap-b2b {
  z-index: 2;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: -22%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.contact-us_wrap-b2b {
  grid-column-gap: 54px;
  grid-row-gap: 0px;
  align-items: center;
  margin-left: 12em;
  margin-right: 12em;
  display: flex;
}

.contact-us-left__wrap-b2b {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contact-us-right__wrap-b2b {
  width: 50%;
  position: relative;
}

.scroll-card-content_wrap_b2b {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 54px 48px 48px;
  display: flex;
  position: relative;
}

.hero-intern__wrap-b2b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.hero-intern__wrap-b2b.hidden {
  display: none;
}

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

.follow-and-social-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .h3.blog-title-text {
    font-size: 3.5em;
  }

  .page-spacing__large.hero-top-margin {
    margin-top: 0;
    padding-top: 7em;
  }

  .blog-banner-img-left {
    bottom: -7%;
    left: -9%;
  }

  .image__wrapper.gif {
    width: 26em;
    height: 15em;
  }

  .divider__weapper {
    bottom: -3%;
  }

  .hero__wrap {
    grid-row-gap: 10rem;
  }

  .mobile-video-wrap {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 32em;
    height: 18.5em;
    margin-left: 9%;
  }

  .mobile-video-iphone-wrap {
    right: -2%;
  }

  .section-footer {
    justify-content: center;
  }

  .featuresv8_component_b2b.is-third {
    top: 9.7rem;
  }

  .featuresv8_component_b2b.is-second {
    top: 22.2rem;
  }

  .featuresv8_component_b2b.is-first, .featuresv8_component_b2b.is-first-2 {
    top: 16.9rem;
  }

  .featuresv8_component_b2b.is-second-copy, .featuresv8_component_b2b.is-second-2 {
    top: 22.2rem;
  }

  .featuresv8_component_b2b.is-third-2 {
    top: 9.7rem;
  }

  .scroll-card-content_wrap {
    height: 100%;
  }

  .c-card._3 {
    margin-bottom: 13em;
  }

  .c-card._2 {
    margin-bottom: 20.7em;
  }

  .infuence-grid {
    grid-column-gap: 24px;
    grid-row-gap: 54px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mobile-video-wrap-2, .embed-video-wrap {
    width: 15em;
  }

  .embed-video-right, .embed-video-left {
    width: 12em;
  }

  .mobile-video-iphone-wrap-2 {
    width: 260px;
    right: -2%;
  }

  .mobile-video-wrap-4.desktop {
    justify-content: center;
    align-items: center;
    width: 15.5rem;
    margin-bottom: 0;
    display: flex;
  }

  .scroll-card-content_wrap-b2b, .scroll-card-content_wrap_b2b {
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .h3.blog-title-text, .h3.black__shadow.banner.text-center {
    font-size: 3em;
  }

  .body-leading {
    line-height: 25px;
  }

  .page-spacing__small {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container-large {
    display: flex;
  }

  .page-spacing__medium.padding-bottom-2 {
    justify-content: center;
    display: flex;
  }

  .page-spacing__large {
    display: flex;
    position: relative;
  }

  .page-spacing__large.blog {
    top: 0;
  }

  .nav-bar-bottom-right {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .hidden {
    display: none;
  }

  .cookie-info-wrapper {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .get-involved-text_wrapper {
    width: 70%;
  }

  .get-involved-parent {
    justify-content: center;
  }

  .blog-banner-img-right {
    right: -10%;
  }

  .blog-banner-img-left {
    bottom: -9%;
    left: -8%;
  }

  .ctablog-parent {
    justify-content: center;
    margin-bottom: .5em;
  }

  .image__wrapper.gif {
    width: 23em;
    height: 13em;
  }

  .divider__weapper._7 {
    bottom: -47px;
  }

  .heroes-grid_item_hover {
    bottom: 145px;
  }

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

  .section.overflow-hidden {
    top: -195px;
  }

  .section.hero-100vh {
    align-items: center;
  }

  .hero__wrap {
    grid-row-gap: 9rem;
  }

  .hero__video-wrap {
    display: none;
  }

  .mobile-video-wrap {
    border-radius: 26px 15px 0 0;
    width: 29.7rem;
    height: 17.2rem;
  }

  .section-footer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scroll-card-content_wrap, .scroll-card {
    height: 100%;
  }

  .c-card._1 {
    margin-bottom: 26.8em;
    top: 16em;
  }

  .c-card._3 {
    margin-bottom: 15.6em;
  }

  .c-card._2 {
    margin-bottom: 21em;
    top: 21.4em;
  }

  .c-card._1-copy {
    margin-bottom: 26.8em;
    top: 16em;
  }

  .what-you-get-title__wrap {
    margin-bottom: 23.4em;
  }

  .html-embed-video, .html-embed-video-2 {
    align-items: center;
  }

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

  .mobile-video-wrap-2, .embed-video-wrap {
    width: 15em;
  }

  .embed-video-right, .embed-video-left {
    width: 11em;
  }

  .phone-mockup-left_wrapper, .phone-mockup-right_wrapper {
    width: 320px;
  }

  .mobile-video-iphone-wrap-2 {
    width: 260px;
  }

  .mobile-video-wrap-4.desktop {
    justify-content: center;
    align-items: center;
    width: 16rem;
    display: flex;
  }

  .scroll-card-content_wrap-b2b {
    height: 100%;
  }

  .contact-us_wrap-b2b {
    margin-left: 8em;
    margin-right: 8em;
  }

  .scroll-card-content_wrap_b2b {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .h3.blog-title-text {
    font-size: 2.9em;
  }

  .h3.black__shadow.banner {
    font-size: 3.8em;
  }

  .h3.black__shadow.banner.text-center {
    font-size: 3em;
  }

  .h5.is--bgtext-white.text-center.shadow.outline.banner {
    font-size: 26px;
  }

  .h6.is--bgtext-primary-light, .h6.is--bgtext-black {
    font-size: 20px;
  }

  .body, .body.is--bgtext-light {
    padding-right: 0;
  }

  .body.is--bgtext-primary-light {
    color: var(--primary-light);
  }

  .button.secondary {
    flex: 0 auto;
    align-self: flex-start;
  }

  .body-leading {
    line-height: 24px;
  }

  .nav-link.icon {
    color: #fff;
  }

  .nav-link.icon:hover {
    color: var(--primary-color);
  }

  .container-large {
    justify-content: center;
  }

  .page-spacing__medium {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .page-spacing__large {
    padding-top: 4em;
    padding-bottom: 4em;
    position: static;
  }

  .page-spacing__large.blog {
    padding-top: 9em;
  }

  .full-img {
    position: static;
  }

  .d-31-card-wrapper {
    transform: rotate(0);
  }

  .section-footer {
    z-index: 10;
  }

  .footer__bg {
    align-items: center;
  }

  .footer__buttons-wrap {
    justify-content: space-around;
  }

  .footer__info-wrap {
    margin-top: 1em;
  }

  .hidden {
    align-items: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .cookie-info-wrapper {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .body-leading-cookies {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .navbar {
    justify-content: center;
    display: flex;
  }

  .h2-titles-wrapper.banner {
    margin-bottom: 1.8em;
  }

  .get-involved-text_wrapper {
    width: 70%;
    margin-bottom: 56px;
    padding: 3em;
  }

  .get-involved-parent {
    justify-content: center;
  }

  .fixed-bottom-links {
    z-index: 9998;
  }

  .p-body {
    font-size: 1em;
  }

  .faq__table._2-column {
    grid-template-columns: .25fr 1fr;
  }

  .ctafooter-img {
    position: static;
  }

  .rich-text-banner__wrapper {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .blog-cta-text_wrapper {
    margin-bottom: 56px;
    padding: 3em;
  }

  .blog-banner-img-right {
    bottom: 11%;
    right: -9%;
  }

  .blog-banner-img-left {
    bottom: 12%;
    left: -8%;
  }

  .ctablog-parent {
    justify-content: center;
    margin-top: 6em;
  }

  .image__wrapper.border-radius {
    width: 3em;
    height: 3em;
  }

  .image__wrapper.gif {
    width: 19em;
    height: 12em;
  }

  .divider__weapper {
    bottom: -4%;
  }

  .divider__weapper._7 {
    bottom: -51px;
  }

  .heroes-grid_item_hover {
    width: 300px;
    bottom: 168px;
  }

  .full-img-icon {
    position: static;
  }

  .sticky-background {
    width: 100vw;
    height: 100vh;
    position: fixed;
    bottom: 0%;
  }

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

  .section {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .section.overflow-hidden {
    margin-top: -6rem;
    top: -142px;
  }

  .section.hero-100vh {
    justify-content: center;
    align-items: center;
    height: 80vh;
    max-height: 80vh;
  }

  .hero__wrap {
    justify-content: center;
  }

  .hero__video-wrap {
    right: auto;
  }

  .mobile-video-wrap {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 468px;
    height: 272px;
  }

  .html-embed.video-embed-3-6.stroke {
    border-width: 9px;
  }

  .mobile-video-iphone-wrap {
    right: -1%;
  }

  .hero__text-content {
    grid-row-gap: 32px;
  }

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

  .page-spacing__footer {
    padding-right: 0;
    position: static;
  }

  .hero-intern__text-content.flex-center {
    width: 60%;
  }

  .sticky-wrap, .scroll-card {
    height: 100%;
  }

  .what-you-get_list {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-card._1 {
    justify-content: center;
    align-items: center;
    margin-bottom: 21.6em;
    display: flex;
    top: 15.7em;
  }

  .c-card._3 {
    justify-content: center;
    margin-bottom: 11.5em;
    display: flex;
  }

  .c-card._2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 16.7em;
    display: flex;
    top: 20.8em;
  }

  .c-card._1-copy {
    justify-content: center;
    align-items: center;
    max-width: 880px;
    margin-bottom: 21.6em;
    display: flex;
    top: 15.7em;
  }

  .what-you-get-title__wrap {
    width: 100%;
  }

  .what-you-get-card_wrap.is-1, .what-you-get-card_wrap.is-2, .what-you-get-card_wrap.is-3, .what-you-get-card_wrap.is-2-2 {
    width: 550px;
    height: 550px;
  }

  .what-you-get-card_wrap.is-3-2 {
    width: 580px;
    height: 550px;
  }

  .what-you-get-card_wrap.is-1-2 {
    width: 550px;
    height: 550px;
  }

  .field-title_wrap {
    width: 40%;
  }

  .contact-us-left__wrap {
    width: 100%;
  }

  .contact-us_wrap {
    margin-left: 10em;
    margin-right: 10em;
  }

  .contact-us-right__wrap {
    width: 100%;
  }

  .what-you-get-sticky__wrap {
    width: 60%;
  }

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

  .mobile-card._1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-card._3 {
    justify-content: center;
    display: flex;
  }

  .mobile-card._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .featuresv8_component_mobile.is-second {
    top: 32.8rem;
  }

  .infuence-grid {
    grid-column-gap: 38px;
    grid-row-gap: 64px;
  }

  .h5-2 {
    font-size: 1.5em;
    line-height: 1.2;
  }

  .pop-up-wrapper.investors, .pop-up-wrapper-jobs.investors {
    max-width: 320px;
  }

  .mobile-video-wrap-2, .embed-video-wrap {
    width: 15em;
  }

  .embed-video-right, .embed-video-left {
    width: 11em;
  }

  .phone-mockup-left_wrapper, .phone-mockup-right_wrapper {
    width: 340px;
  }

  .hero__video-wrap-2 {
    right: auto;
  }

  .mobile-video-wrap-3 {
    width: 280px;
  }

  .mobile-video-iphone-wrap-2 {
    width: 290px;
    right: -1%;
  }

  .mobile-video-wrap-4 {
    width: 18rem;
  }

  .mobile-video-wrap-4.desktop {
    width: 16rem;
  }

  .background-video-2 {
    aspect-ratio: 2 / 4.3;
  }

  .container-large-2 {
    max-width: 64vw;
  }

  .what-you-get-card_wrap-2.is-1, .what-you-get-card_wrap-2.is-2, .what-you-get-card_wrap-2.is-3 {
    width: 550px;
    height: 550px;
  }

  .what-you-get-card_wrap-2.is-1-2 {
    width: 880px;
    height: 550px;
  }

  .contact-us_wrap-b2b {
    margin-left: 8em;
    margin-right: 8em;
  }

  .contact-us-left__wrap-b2b, .contact-us-right__wrap-b2b {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 5em;
  }

  h3 {
    font-size: 4em;
  }

  img {
    width: 100%;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .accordian_content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .h1.bigger {
    font-size: 72px;
    line-height: 78px;
  }

  .h1.bigger.mobile-text-center {
    text-align: center;
    align-self: center;
    line-height: 90px;
  }

  .h2.black-shadow {
    text-align: center;
  }

  .h3 {
    font-size: 36px;
  }

  .h3.blog-title-text {
    font-size: 3em;
  }

  .h3.is--bgtext-black {
    font-size: 36px;
  }

  .h4 {
    font-size: 28px;
    line-height: 40px;
  }

  .h4.mobile-text-center {
    align-self: center;
  }

  .h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .h5.is--bgtext-white.text-center.outline {
    font-size: 23px;
  }

  .h5.mobile-text-center {
    text-align: center;
  }

  .h6.is--bgtext-primary-light {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .button {
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-top: .3em;
    padding-bottom: .3em;
    display: flex;
  }

  .button:hover {
    background-position: 50%;
    background-size: contain;
  }

  .button.secondary.submit {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.large.center {
    align-self: center;
  }

  .button.small {
    align-items: center;
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .button.leading-icon, .button.leading-icon.secondary, .button.leading-icon.secondary.center {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .button.hidden-desktop {
    display: block;
  }

  .body-leading.is--bgtext-primary-light.mobile-text-center {
    text-align: center;
  }

  .body-leading.is--bgtext-black.text-center {
    flex-wrap: wrap;
    display: inline-block;
  }

  .nav-btn {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    padding: 12px 8px;
  }

  .nav-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 0;
    font-size: 18px;
    display: flex;
  }

  .nav-link.nav-drop {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.nav-drop.w--open {
    padding-right: 16px;
  }

  .nav-link.icon {
    background-position: 78%;
    font-size: 18px;
  }

  .nav-drop_icon {
    margin-right: 8px;
  }

  .nav-drop_list.w--open {
    position: static;
  }

  .nav-menu {
    z-index: 9999;
    text-align: left;
    background-color: #082c55;
    width: 350px;
    height: 100vh;
    padding-top: 70px;
    padding-left: 3em;
    padding-right: 3em;
  }

  .nav-drop_wrapper {
    margin-bottom: 8px;
    display: block;
  }

  .nav-overlay {
    background-color: rgba(0, 28, 47, .6);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-bar {
    background-color: #3d44e9;
    width: 28px;
    height: 3px;
    padding: 0;
  }

  .nav-bar.middle {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav__button-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .social_media_wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .social_media {
    padding-left: 0;
    padding-right: 0;
  }

  .share-on-social-img {
    color: #090a0b;
    border: 1px #dfe0e2;
    border-radius: 8px;
    padding: 0;
  }

  .share-on-social-img:hover {
    color: #3d4fe0;
  }

  .container-medium {
    padding-left: 2em;
    padding-right: 2em;
  }

  .page-spacing__medium {
    z-index: 14;
    width: 100%;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .page-spacing__medium.padding-bottom-2 {
    padding-bottom: 2em;
  }

  .page-spacing__medium.margin-top {
    margin-top: 4em;
  }

  .page-spacing__large.blog {
    padding-top: 9em;
    padding-bottom: 3em;
  }

  .page-spacing__large.hero-top-margin {
    margin-top: 2em;
  }

  .page-spacing__large.mobile {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container-small, .container-small.blog {
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer__bg {
    background-position: 50%;
    background-size: cover;
  }

  .footer__buttons-wrap {
    z-index: 2;
    width: 100%;
    position: relative;
  }

  .footer__info-wrap {
    grid-row-gap: 8px;
    flex-direction: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: 1em;
    bottom: 0;
  }

  .footer__social-links-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    margin-bottom: 16px;
  }

  .sv-link-wrapper {
    margin-top: 40px;
  }

  .footer__text.text-small {
    font-size: 12px;
  }

  .footer-social__link-wrap {
    color: #fff;
  }

  .nav-bar-bottom-right {
    background-color: #3d44e9;
    width: 28px;
    height: 3px;
    padding: 0;
    display: none;
  }

  .hidden {
    display: none;
  }

  .cookie-info-wrapper {
    align-items: flex-start;
    width: auto;
    margin-bottom: 1em;
    margin-left: 2em;
    margin-right: 2em;
  }

  .close-cookie__wrapper {
    justify-content: center;
    align-items: center;
    width: 4em;
  }

  .nav__menu {
    background-color: #000;
    background-image: linear-gradient(#2c231e, #32241b);
    border: 1px solid #968367;
    border-radius: 20px;
    flex-direction: column;
    width: auto;
    height: auto;
    margin-left: 2em;
    margin-right: 2em;
  }

  .navbar-parent {
    margin-top: 1.4em;
    margin-bottom: 1.2em;
    padding: 0 100px;
  }

  .brand.w--current {
    width: 6em;
  }

  .menu-button {
    color: #fff;
    margin-left: auto;
    padding: 20px 16px 16px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-left {
    min-width: 12em;
  }

  .nav-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 12em;
    height: 100%;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav__social-links-wrap {
    grid-template-rows: auto;
    justify-content: space-around;
    margin-top: 32px;
    margin-bottom: 0;
    display: flex;
  }

  .nav__links-wrapper {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .navbar-bottom-left {
    display: none;
  }

  .footer-social {
    grid-template-rows: auto;
    justify-content: space-around;
    margin-top: 32px;
    margin-bottom: 0;
    display: flex;
  }

  .nav__links-bottom-wrapper {
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .page-spacing__medium-2 {
    z-index: 14;
  }

  .h2-titles-wrapper {
    text-align: center;
    margin-bottom: 2em;
  }

  .footer-image-left {
    z-index: 1;
    width: 34%;
    margin-right: auto;
    top: auto;
    bottom: -49%;
    left: -6%;
    right: auto;
  }

  .footer-image-right {
    width: 34%;
    margin-left: auto;
    top: auto;
    bottom: -48%;
    left: auto;
    right: -6%;
  }

  .get-involved-text_wrapper {
    width: 80%;
  }

  .footer__buttons-wrapper {
    flex-direction: column;
  }

  .get-involved-parent {
    margin-top: 2em;
  }

  .button_footer-wrap2 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
    display: flex;
  }

  .fixed-bottom-links {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer__rocks, .hidden-desktop {
    display: none;
  }

  .featured-article__info {
    width: 100%;
  }

  .blog__dyn-item {
    grid-column-gap: 0em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .featured-article__button-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 1em;
    display: flex;
  }

  .more-articles__parent {
    margin-bottom: 5em;
  }

  .more-articles__list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .article__item.featured {
    width: 100%;
  }

  .article__heading-social-wrapper {
    margin-top: 2em;
  }

  .related__articles-parent {
    margin-bottom: 5em;
  }

  .blog__pagination {
    margin-top: 2.5em;
  }

  .blog__shadow {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #211);
  }

  .p-body {
    text-align: left;
  }

  .p-body.is--bgtext-black.text-center {
    text-align: center;
  }

  .faq__table {
    grid-template-rows: auto auto auto auto;
    margin-top: 1.5em;
  }

  .faq__table._2-column {
    width: 100%;
  }

  .sticky-card {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    padding: 3em;
  }

  .logo-newpage {
    position: absolute;
  }

  .navbarnew-parent {
    margin-bottom: 1.2em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .new-nav__links-wrapper {
    justify-content: space-around;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .blog-cta-text_wrapper {
    width: 100%;
  }

  .blog-banner-img-right {
    width: 34%;
    margin-left: auto;
    top: auto;
    bottom: -33%;
    left: auto;
    right: -6%;
  }

  .blog-banner-img-left {
    z-index: 1;
    width: 34%;
    margin-right: auto;
    top: auto;
    bottom: -33%;
    left: -8%;
    right: auto;
  }

  .ctablog-parent {
    margin-top: 6em;
  }

  .divider__weapper {
    bottom: -2%;
  }

  .divider__weapper._7 {
    bottom: -20px;
  }

  .heroes-grid_item_hover {
    display: flex;
  }

  .footer__logo_wrapper {
    width: 14em;
  }

  .logo-link.desktop {
    display: none;
  }

  .logo-link.mobile {
    width: 3rem;
    height: 100%;
    display: block;
  }

  .logo-link.mobile.w--current {
    width: auto;
    height: 48px;
  }

  .navbar-container {
    max-width: 100%;
  }

  .section.overflow-hidden {
    margin-top: 0;
  }

  .section.hero-100vh {
    justify-content: center;
    align-items: center;
    height: 80vh;
    display: flex;
  }

  .hero__wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: center;
  }

  .mobile-video-wrap {
    width: 236px;
    height: 140px;
    margin-top: -12px;
    margin-right: auto;
  }

  .html-embed {
    align-items: flex-end;
    display: flex;
  }

  .hero__text-content {
    align-items: center;
    width: 100%;
    margin-top: 32px;
  }

  .page-spacing__footer {
    z-index: 14;
    width: 100%;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .footer-wrapper {
    background-image: linear-gradient(to bottom, transparent 5%, var(--primary-color));
  }

  .menu-button-2 {
    color: var(--white);
    display: none;
  }

  .hero-intern__wrap {
    grid-column-gap: 40px;
    flex-direction: column;
  }

  .hero-intern__text-content, .hero-intern__text-content.flex-center, .home-intern__text-subtitle {
    width: 100%;
  }

  .benefits-desktop__wrap {
    display: none;
  }

  .benefits-title__wrap {
    margin-bottom: 24px;
    position: static;
  }

  .featuresv8_content {
    align-items: center;
    max-width: 45rem;
  }

  ._2x1-grid-layout {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .featuresv8_header {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .featuresv8_image-div {
    justify-content: center;
    align-items: center;
    height: 300px;
    display: flex;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .h2-paragraph-padding {
    width: 100%;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: flex-start;
    width: 600vw;
  }

  .scroll-card-content_wrap {
    grid-row-gap: 32px;
    height: 100%;
    padding: 40px 24px 24px;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .what-you-get-desktop__wrap {
    display: none;
  }

  .what-you-get-title__wrap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .what-you-get-card_wrap.is-1, .what-you-get-card_wrap.is-2, .what-you-get-card_wrap.is-3, .what-you-get-card_wrap.is-2-2, .what-you-get-card_wrap.is-3-2 {
    margin-bottom: 0;
  }

  .what-you-get-card_wrap.is-1-2 {
    background-color: var(--primary-color);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .69), rgba(255, 255, 255, 0));
    margin-bottom: 0;
  }

  .fields__wrap {
    flex-direction: column;
  }

  .fields-text__wrap {
    width: 100%;
    margin-bottom: 2em;
  }

  .fields-items-list_wrap {
    width: 100%;
  }

  .roadmap-content-desktop_wrap {
    display: none;
  }

  .jobs-items-list_wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .jobs-item_wrap {
    padding: 32px;
  }

  .contact-us_wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .what-you-get-sticky__wrap {
    width: 100%;
  }

  .roadmap-content-mobile_wrap {
    grid-row-gap: 54px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .mobile-card_wrap {
    background-image: linear-gradient(to right, rgba(0, 73, 184, .7), rgba(0, 73, 184, .5));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 32px;
    width: 100%;
    height: 100%;
    bottom: 0%;
  }

  .mobile-card_wrap:hover {
    background-image: linear-gradient(to right, rgba(0, 73, 184, .7), rgba(0, 73, 184, .5));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .roadmap-mobile-items-list_wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .roadmap-card-mobile-number_wrap {
    background-color: var(--primary-color);
    border-radius: 14px;
    width: 55px;
    height: 55px;
    top: -8%;
    left: 5%;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .what-you-get-mobile_wrap {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .mobile-card._1 {
    margin-bottom: 0;
    position: static;
    top: 0;
  }

  .benefits-mobile__wrap {
    flex-direction: column;
    display: flex;
  }

  .featuresv8_component_mobile.is-first {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3rem;
    display: flex;
    position: static;
  }

  .featuresv8_component_mobile.is-first.blue {
    background-color: var(--primary-color);
  }

  .featuresv8_component_mobile.is-first.pink {
    background-color: var(--secondary);
  }

  .featuresv8_component_mobile.is-first-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--primary-color);
    background-image: linear-gradient(4deg, rgba(0, 0, 0, .64), rgba(255, 255, 255, 0));
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3rem;
    display: flex;
    position: static;
  }

  .featuresv8_component_mobile.is-first-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3rem;
    display: flex;
    position: static;
  }

  .featuresv8_component_mobile.is-first-2.blue {
    background-color: var(--primary-color);
  }

  .featuresv8_component_mobile.is-first-2.pink {
    background-color: var(--secondary);
  }

  .benefits-mobile_item_list {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .phone-video-right_wrapper.desktop {
    display: none;
  }

  .phone-video-right_wrapper.mobile {
    z-index: 1;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 11%;
    left: -154%;
    right: 0%;
  }

  .phone-video-left_wrapper {
    height: 500px;
  }

  .phone-video-left_wrapper.desktop {
    display: none;
  }

  .phone-video-left_wrapper.mobile {
    justify-content: flex-end;
    margin-left: 50%;
    margin-right: auto;
    display: none;
    position: relative;
    right: 5%;
  }

  .phone-video-left_wrapper.mobile.hideen {
    display: flex;
  }

  .infuence-grid {
    flex-direction: column;
    align-items: flex-start;
    width: 600vw;
  }

  .pop-up-modal {
    display: none;
  }

  .pop-up-wrapper {
    max-width: 560px;
    display: block;
  }

  .pop-up-wrapper.investors {
    margin-top: auto;
  }

  .pop-up-modal-job {
    bottom: auto;
  }

  .pop-up-wrapper-jobs {
    display: block;
  }

  .pop-up-wrapper-jobs.investors {
    margin-top: auto;
  }

  .mobile-video-wrap-2, .embed-video-wrap, .embed-video-right, .embed-video-left {
    width: 100%;
    margin-right: 0%;
  }

  .embed-video-left.mobile {
    justify-content: flex-start;
    width: 240px;
    display: flex;
  }

  .embed-video-left.mobile.hidden {
    display: none;
  }

  .phones-mobile-wrapper {
    align-self: center;
    display: flex;
    position: relative;
  }

  .mobile-img-behind-wrapper {
    width: 200px;
    position: relative;
    top: 26px;
    left: 113px;
  }

  .mobile-img-front_wrapper {
    width: 300px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -49%;
    right: auto;
  }

  .impulso-laptop-component {
    width: 600px;
  }

  .impulso-laptop-video {
    width: auto;
  }

  .impulso-video-width {
    width: 76%;
  }

  .mobile-video-wrap-3 {
    margin-right: 0%;
  }

  .mobile-video-wrap-4 {
    width: 17rem;
    margin-right: 0%;
  }

  .mobile-video-wrap-4.desktop {
    display: none;
  }

  .mobile-video-wrap-4.mobile {
    border: 1px solid var(--primary-color);
    justify-content: center;
    align-items: center;
    margin-top: .5em;
    margin-bottom: .5em;
    padding: .5em;
    display: flex;
  }

  .pills-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pill-item {
    flex: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-large-2 {
    max-width: 90%;
  }

  .b2b-hero_wrapper {
    display: block;
  }

  .illustration-element {
    z-index: -1;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .illustration-element.mobile {
    display: block;
  }

  .illustration-element.desktop {
    display: none;
  }

  .what-you-get-card_wrap-2.is-1, .what-you-get-card_wrap-2.is-2, .what-you-get-card_wrap-2.is-3, .what-you-get-card_wrap-2.is-1-2 {
    margin-bottom: 0;
  }

  .featuresv8_image-div-lottie {
    justify-content: center;
    align-items: center;
    height: 300px;
    display: flex;
  }

  .featuresv8_header_b2b {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .lottie-animation-hero {
    z-index: -1;
    opacity: .5;
  }

  .benefits-desktop__wrap--b2b {
    display: none;
  }

  .roadmap-mobile-items-list_wrap-b2b {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .scroll-card-content_wrap-b2b {
    grid-row-gap: 32px;
    height: 100%;
    padding: 32px 24px 24px;
  }

  .roadmap-card-mobile-number_wrap-b2b {
    background-color: var(--primary-color);
    border-radius: 14px;
    width: 55px;
    height: 55px;
    top: -16%;
    left: 5%;
  }

  .contact-us_wrap-b2b {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-us-left__wrap-b2b, .contact-us-right__wrap-b2b {
    width: 100%;
  }

  .scroll-card-content_wrap_b2b {
    grid-row-gap: 32px;
    height: 100%;
    padding: 40px 24px 24px;
  }

  .hero-intern__wrap-b2b {
    grid-column-gap: 40px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .container, .container.nav {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .accordian_trigger-title {
    width: 90%;
    font-size: 18px;
  }

  .accordian_content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .button-cookies {
    padding: 7px 15px;
  }

  .card-body {
    padding: 16px 20px 20px;
  }

  .h1.bigger.mobile-text-center {
    text-align: center;
  }

  .h1.text-center {
    font-size: 54px;
    line-height: 64px;
  }

  .h2.black-shadow {
    text-align: center;
    font-size: 3.1em;
  }

  .h3.blog {
    font-size: 32px;
  }

  .h3.blog-title-text {
    font-size: 2.6em;
  }

  .h4.mobile-text-center {
    text-align: center;
  }

  .h5.is--bgtext-white {
    font-size: 1.3em;
  }

  .card {
    border-radius: 24px;
  }

  .form-success_flex {
    max-width: 340px;
  }

  .card-body-2 {
    padding: 16px 20px 20px;
  }

  .nav {
    margin-top: 0%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .modal-close {
    font-size: 1.8rem;
    top: 10px;
    right: 10px;
  }

  .body.bold {
    align-self: center;
  }

  .body.bold.mobile-text-center {
    text-align: center;
  }

  .button {
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button:hover {
    background-size: contain, contain;
  }

  .button.large {
    justify-content: center;
    display: flex;
  }

  .button.large.secondary.biggest {
    height: 64px;
  }

  .button.large.center {
    align-self: center;
  }

  .button.leading-icon.secondary.center {
    flex: none;
  }

  .body-leading.is--bgtext-white {
    float: none;
    clear: none;
  }

  .body-leading.is--bgtext-primary-light.mobile-text-center {
    text-align: center;
  }

  .buttons-section {
    padding: 16px 20px 20px;
  }

  .nav-btn {
    z-index: 10;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.nav-drop.w--open {
    margin-bottom: 0;
  }

  .nav-link.icon {
    background-position: 78%;
  }

  .nav-drop_list.w--open {
    position: static;
    top: 0;
  }

  .nav-menu {
    width: 300px;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nav-logo {
    width: 120px;
  }

  .container-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-spacing__medium.padding-bottom-2 {
    padding-bottom: 2em;
  }

  .page-spacing__large.blog {
    padding-top: 7em;
    padding-bottom: 0;
  }

  .page-spacing__large.hero {
    padding-bottom: 6em;
  }

  .page-spacing__large.hero-top-margin {
    margin-top: 2em;
  }

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

  .footer__buttons-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer__info-wrap {
    flex-direction: column;
    margin-top: 1em;
  }

  .footer__social-links-wrap {
    grid-column-gap: 16px;
    margin-bottom: 16px;
  }

  .sv-link-wrapper {
    color: #b1b6be;
    margin-top: 32px;
    padding-left: 0;
  }

  .sv-link-wrapper:hover {
    color: #fff;
    padding-left: 0;
  }

  .footer-social__link-wrap {
    color: #fff;
    width: 2.5em;
  }

  .sticky__buttons-wrap {
    justify-content: center;
    width: 100%;
  }

  .hidden {
    width: 400px;
    left: 3%;
    right: 3%;
  }

  .cookie-info-wrapper {
    width: auto;
    margin-bottom: 1em;
    margin-left: 2em;
    margin-right: 2em;
  }

  .brand {
    width: 8em;
  }

  .navbar {
    justify-content: center;
  }

  .nav__social-links-wrap, .footer-social {
    justify-content: space-between;
    margin-bottom: 0;
  }

  .page-spacing__medium-2 {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .h2-titles-wrapper {
    margin-bottom: 2em;
  }

  .footer-image-left {
    display: none;
    top: -29%;
  }

  .footer-image-right {
    display: none;
    bottom: -24%;
  }

  .get-involved-text_wrapper {
    width: 100%;
  }

  .footer__buttons-wrapper {
    justify-content: space-around;
    width: 90%;
  }

  .get-involved-parent {
    margin-top: 0;
    margin-bottom: 4em;
  }

  .button_footer-wrap2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .footer__shadow {
    height: 10.6em;
  }

  .hidden-desktop {
    display: none;
  }

  .more-articles__parent {
    margin-bottom: 5em;
  }

  .more-articles__list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .accordion_trigger {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 16px;
  }

  .accordion_trigger:hover, .accordion_trigger:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .p-small.width-ch {
    width: 40ch;
  }

  .p-small.is--bgtext-primary-light.mobile-text-center {
    text-align: center;
  }

  .sticky-card {
    flex-direction: column;
    width: 70%;
    padding: 2em;
  }

  .logo-newpage {
    width: 8em;
  }

  .terms-and-cond__child {
    width: 100%;
  }

  .rich-text-banner__wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .blog-cta-text_wrapper {
    width: 100%;
  }

  .blog-banner-img-right {
    bottom: -24%;
  }

  .blog-banner-img-left {
    bottom: -19%;
  }

  .ctablog-parent {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .divider__weapper {
    z-index: 99;
    bottom: -5%;
  }

  .divider__weapper._7 {
    bottom: -61px;
  }

  .image-desktop-devider {
    display: none;
  }

  .image-mobile-devider {
    display: block;
  }

  .footer__logo_wrapper {
    flex-direction: column;
    align-items: center;
    width: 12em;
    margin-bottom: 1em;
    display: block;
  }

  .footer__right_content {
    justify-content: space-between;
    width: 100%;
  }

  .logo-link.mobile {
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .section.hero-100vh {
    margin-top: 0;
    position: relative;
  }

  .hero__wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .hero__video-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
  }

  .mobile-video-wrap {
    border-radius: 16px;
    order: -1;
    width: 365px;
    height: 236px;
    margin-top: 0;
    margin-left: 76px;
    padding-left: 0;
    padding-right: 5px;
  }

  .mobile-video-iphone-wrap {
    right: auto;
  }

  .hero__text-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-bottom-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .footer-right-wrap {
    align-items: center;
  }

  .footer-inner-links-wrap {
    justify-content: center;
  }

  .footer-social-links {
    align-items: center;
  }

  .address-wrap, .swiss-flag-wrap {
    align-self: center;
  }

  .text-big-button {
    font-size: 18px;
  }

  .hero-intern__wrap {
    flex-direction: column;
  }

  .hero-intern__text-content {
    align-items: center;
    width: 100%;
  }

  .featuresv8_content {
    align-self: flex-start;
    align-items: center;
  }

  .featuresv8_header {
    align-items: center;
  }

  .featuresv8_image-div {
    height: 200px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .heading {
    font-size: 1.75rem;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .fields__wrap {
    flex-direction: column;
  }

  .fields-text__wrap {
    width: 100%;
  }

  .jobs-items-list_wrap {
    grid-template-columns: 1fr;
  }

  .contact-us-left__wrap {
    width: 100%;
  }

  .contact-us_wrap {
    flex-direction: column;
  }

  .contact-us-right__wrap {
    width: 100%;
  }

  .mobile-card_wrap {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    height: auto;
    margin: 1rem 0;
  }

  .roadmap-mobile-items-list_wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .featuresv8_component_mobile.is-first, .featuresv8_component_mobile.is-first-2, .featuresv8_component_mobile.is-first-2 {
    padding: 32px 24px;
  }

  .phone-video-left_wrapper.mobile {
    right: auto;
  }

  .infuence-grid {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .pop-up-modal {
    z-index: 999;
  }

  .pop-up-wrapper {
    max-width: 520px;
    display: block;
  }

  .pop-up-parent {
    padding: 20px 40px;
  }

  .pop-up-modal-job {
    z-index: 999;
    flex-direction: row;
    justify-content: center;
    bottom: auto;
  }

  .pop-up-wrapper-jobs {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .pop-up-parent-copy {
    padding: 20px 40px;
  }

  .mobile-video-wrap-2, .embed-video-wrap, .embed-video-right, .embed-video-left {
    order: -1;
  }

  .mobile-img-behind-wrapper {
    width: 180px;
    top: 41px;
    left: 99px;
  }

  .mobile-img-front_wrapper {
    width: 260px;
    height: 100%;
  }

  .impulso-laptop-component {
    width: auto;
  }

  .hero__video-wrap-2 {
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
  }

  .mobile-video-wrap-3 {
    order: -1;
  }

  .mobile-video-iphone-wrap-2 {
    right: auto;
  }

  .mobile-video-wrap-4 {
    border-style: none;
    order: -1;
    width: 16rem;
  }

  .mobile-video-wrap-4.desktop {
    display: none;
  }

  .mobile-video-wrap-4.mobile {
    order: 0;
    display: block;
  }

  .pills-wrapper {
    flex-wrap: wrap;
  }

  .pill-item {
    flex: none;
  }

  .text-span {
    border-radius: 1.5rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .b2b-hero_wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .illustration-element {
    display: block;
    overflow: hidden;
  }

  .text-span-blue {
    border-radius: 1.5rem;
  }

  .featuresv8_image-div-lottie {
    height: 200px;
  }

  .featuresv8_header_b2b {
    align-items: center;
  }

  .lottie-animation-hero {
    opacity: .3;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .roadmap-mobile-items-list_wrap-b2b {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    height: 100%;
  }

  .scroll-card-content_wrap-b2b {
    justify-content: center;
  }

  .contact-us_wrap-b2b {
    flex-direction: column;
  }

  .contact-us-left__wrap-b2b, .contact-us-right__wrap-b2b {
    width: 100%;
  }

  .hero-intern__wrap-b2b {
    flex-direction: column;
  }

  .follow-and-social-div {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3em;
  }

  h3 {
    font-size: 2.5em;
  }

  h4 {
    font-size: 28px;
  }

  .container, .container.nav {
    padding-left: 1em;
    padding-right: 1em;
  }

  .accordian_trigger-title {
    width: 82%;
  }

  .accordian_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordian_trigger {
    padding: 10px 8px;
  }

  .whole-wrapper {
    flex-direction: column;
  }

  .two-column-item {
    width: auto;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .h1.bigger.mobile-text-center {
    font-size: 50px;
    line-height: 62px;
  }

  .h1.text-center {
    font-size: 40px;
    line-height: 48px;
  }

  .h2 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .h2.black-shadow {
    margin-bottom: 0;
    font-size: 2.5em;
  }

  .h2.height {
    line-height: 46px;
  }

  .h3 {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }

  .h3.text-center {
    font-size: 2.2em;
    line-height: 1.1em;
  }

  .h3.blog {
    font-size: 32px;
  }

  .h3.black__shadow {
    text-shadow: -1px -1px #000, 0 2px #000, 2px -2px #000;
  }

  .h3.black__shadow.banner {
    font-size: 2.2em;
  }

  .h3.is--bgtext-black {
    font-size: 32px;
    line-height: 38px;
  }

  .h3.is--bgtext-black.text-center {
    font-size: 2.2em;
    line-height: 1.1em;
  }

  .h4 {
    font-size: 28px;
  }

  .h4.banner {
    font-size: 17px;
  }

  .h4.mobile-text-center {
    font-size: 24px;
    line-height: 36px;
  }

  .h4.text-center {
    line-height: 36px;
  }

  .h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .h5.is--bgtext-white.text-center.shadow.outline.banner {
    font-size: 20px;
  }

  .h6 {
    font-size: 1.25em;
    line-height: 1.4em;
  }

  .h6.is--bgtext-black {
    line-height: 1.4em;
  }

  .item_wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }

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

  .text-small.mobile-text-center {
    text-align: center;
  }

  .row {
    flex-wrap: wrap;
  }

  .card {
    border-radius: 16px;
  }

  .accordian_trigger-2 {
    padding: 10px 8px;
  }

  .text-small-ems {
    font-size: 1em;
  }

  .button {
    white-space: nowrap;
  }

  .button.large {
    justify-content: center;
    display: flex;
  }

  .button.large.secondary.biggest {
    align-self: center;
  }

  .button.small {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button.small.banner {
    padding: 6px 15px;
  }

  .body-leading {
    font-size: 1.12em;
  }

  .body-leading.is--bgtext-white {
    font-size: .94em;
  }

  .body-leading.is--bgtext-primary-light.mobile-text-center {
    font-size: 14px;
  }

  .nav-link {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link.icon {
    background-position: 77%;
  }

  .nav-menu {
    width: 280px;
  }

  .nav-menu.hidden {
    display: none;
  }

  .p-wrapper {
    margin-top: 24px;
  }

  .h1-wrapepr, .h2-wrapper {
    margin-bottom: 1em;
  }

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

  .container-medium {
    padding-left: 1em;
    padding-right: 1em;
  }

  .page-spacing__medium {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .page-spacing__medium.sticky {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .page-spacing__large {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .page-spacing__large.hero {
    padding-top: 7.5em;
    padding-bottom: 4em;
  }

  .page-spacing__large.hero-top-margin {
    margin-top: 1em;
  }

  .container-small, .container-small.blog {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button_wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .button_wrap.right {
    margin-top: 16px;
    margin-left: 0;
  }

  .section-footer {
    z-index: 10000;
    height: 100%;
    overflow: visible;
  }

  .footer__bg {
    height: auto;
  }

  .footer__bg.old {
    z-index: -2;
  }

  .footer__buttons-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .footer__buttons-wrap.smaller {
    width: 85%;
  }

  .footer__info-wrap {
    margin-top: 0;
  }

  .sv-link-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1em;
    margin-left: 0;
  }

  .sv-link-wrapper:hover {
    align-items: flex-start;
  }

  .footer-social__link-wrap {
    width: 3em;
  }

  .social__link-child:hover {
    color: #ec4f28;
  }

  .sticky__buttons-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hidden {
    width: auto;
    display: none;
    left: 1%;
    right: 1%;
  }

  .cookie-info-wrapper {
    width: auto;
    margin-bottom: 0;
    margin-left: 1em;
    margin-right: 1em;
  }

  .body-leading-cookies {
    font-size: 16px;
  }

  .close-cookie__wrapper {
    width: 7em;
  }

  .nav__menu {
    background-image: linear-gradient(#1f1916, #32241b);
    margin-left: 1em;
    margin-right: 1em;
  }

  .navbar-parent {
    background-image: url('../images/Mobile_nav_Background.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: .56em 1em;
  }

  .brand {
    width: 5.5em;
    padding-left: 0;
    top: 14px;
  }

  .brand:hover {
    justify-content: center;
    display: flex;
  }

  .brand.w--current {
    width: 5.5em;
    padding-left: 0;
  }

  .menu-button {
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .nav-left {
    min-width: auto;
    height: 100%;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-right {
    width: 93%;
    min-width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav__social-links-wrap {
    margin-top: 32px;
  }

  .nav__links-wrapper {
    flex-direction: column;
  }

  .footer-social {
    margin-top: 32px;
  }

  .nav__links-bottom-wrapper {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 2em;
    padding-right: 2em;
    display: none;
  }

  .page-spacing__medium-2 {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container-large-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .h2-titles-wrapper {
    width: 100%;
  }

  .footer-image-left {
    width: 40%;
    top: -25%;
  }

  .footer-image-right {
    width: 40%;
    bottom: -16%;
  }

  .footer__buttons-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .button_footer-wrap2 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 8px;
  }

  .hidden-desktop {
    margin-bottom: 0;
    display: block;
  }

  .more-articles__parent {
    margin-bottom: 0;
  }

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

  .article-wrapper {
    width: 100%;
  }

  .article__rich-text-wrapper {
    margin-top: 1em;
  }

  .article__heading-social-wrapper {
    flex-flow: wrap;
    margin-bottom: 1em;
  }

  .accordion_trigger {
    padding: 10px 10px 10px 14px;
  }

  .p-small.is--bgtext-primary-light.mobile-text-center {
    text-align: center;
  }

  .faq__table {
    padding-right: 1.5em;
    overflow: scroll;
  }

  .ctafooter-img {
    display: none;
  }

  .sticky-card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 1.5em;
  }

  .logo-newpage {
    width: 7em;
    top: 13%;
  }

  .navbarnew-parent {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .new-nav__links-wrapper {
    flex-direction: column;
  }

  .image-14 {
    object-fit: cover;
  }

  .blog-banner-img-right {
    width: 40%;
    display: none;
    bottom: 84%;
  }

  .blog-banner-img-left {
    width: 40%;
    bottom: 87%;
  }

  .rich-text-table-element {
    grid-row-gap: 24px;
  }

  .image__wrapper.border-radius {
    width: 4.5em;
    height: 4.5em;
  }

  .text__wrapper.bottom-border {
    border: 1px #000;
    padding-left: 1em;
  }

  .divider__weapper {
    bottom: -2.4%;
  }

  .divider__weapper._7 {
    position: absolute;
    top: -48px;
    bottom: auto;
    overflow: visible;
  }

  .image-mobile-devider {
    display: block;
    overflow: visible;
  }

  .footer__logo_wrapper {
    align-self: center;
  }

  .footer__right_content {
    flex-direction: column;
    align-items: center;
  }

  .footer__right_about {
    align-items: center;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .footer__right_links {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer__right_community {
    align-items: center;
  }

  .logo-link {
    justify-content: flex-start;
    width: 6.5em;
    padding-left: 0;
    display: flex;
  }

  .logo-link.mobile {
    width: 2.8rem;
  }

  .logo-link.mobile.w--current {
    width: auto;
  }

  .navbar-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
  }

  .section.hero-100vh {
    margin-bottom: 0;
  }

  .hero__wrap {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .hero__video-wrap {
    height: 350px;
    margin-bottom: 0;
  }

  .mobile-video-wrap {
    border-radius: 16px 8px 16px 16px;
    width: 266px;
    height: 150px;
    margin-left: auto;
    padding-right: 0;
  }

  .mobile-video-iphone-wrap {
    width: 324px;
    height: 370px;
    margin-left: 1%;
  }

  .hero__text-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-footer {
    z-index: 1;
  }

  .page-spacing__footer {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-wrapper {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    align-items: center;
  }

  .footer-bottom-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .footer-left-wrap {
    grid-row-gap: 40px;
  }

  .footer-right-wrap {
    align-items: center;
  }

  .footer-inner-links-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .footer-social-links, .address-wrap {
    align-items: center;
  }

  .home-intern__text-subtitle {
    width: 100%;
  }

  .featuresv8_content {
    align-items: center;
  }

  ._2x1-grid-layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .featuresv8_component_b2b {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .featuresv8_header {
    grid-row-gap: 0rem;
    align-items: center;
  }

  .featuresv8_image-div {
    height: 200px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-card._4 {
    top: 200px;
  }

  .c-card._3 {
    top: 140px;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._5 {
    top: 260px;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px;
  }

  .what-you-get-title__wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .what-you-get-card_wrap {
    margin-bottom: 40px;
    padding: 20px;
  }

  .what-you-get-card_wrap.is-1, .what-you-get-card_wrap.is-2, .what-you-get-card_wrap.is-3, .what-you-get-card_wrap.is-2-2, .what-you-get-card_wrap.is-3-2, .what-you-get-card_wrap.is-1-2 {
    border-radius: 40px;
    height: 400px;
  }

  .fields__wrap {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .fields-text__wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 0;
  }

  .field-item_wrap {
    flex-direction: column;
    padding: 24px;
  }

  .fields-info-text__wrap, .field-title_wrap {
    width: 100%;
  }

  .roadmap-title_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    margin-top: 0;
  }

  .jobs__wrap {
    grid-row-gap: 54px;
  }

  .jobs-item_wrap {
    padding: 24px 16px;
  }

  .jobs-title-wrap {
    grid-column-gap: 8px;
  }

  .what-you-get-sticky__wrap {
    width: 100%;
  }

  .what-you-get-mobile_wrap {
    grid-row-gap: 32px;
  }

  .mobile-card._4 {
    top: 200px;
  }

  .mobile-card._3 {
    top: 140px;
  }

  .mobile-card._2 {
    top: 80px;
  }

  .mobile-card._5 {
    top: 260px;
  }

  .featuresv8_component_mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .featuresv8_component_mobile.is-first, .featuresv8_component_mobile.is-first-2, .featuresv8_component_mobile.is-first-2 {
    border-radius: 40px;
    padding: 24px;
  }

  .phone-video-right_wrapper.mobile {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: -220px;
    right: 0;
  }

  .phone-video-left_wrapper.mobile {
    height: 450px;
    margin-right: 0%;
    right: 16px;
  }

  .h5-2 {
    font-size: 1.2em;
  }

  .image-2 {
    width: 100%;
  }

  .pop-up-modal {
    z-index: 1000;
    display: none;
  }

  .pop-up-wrapper {
    max-width: 28em;
    display: block;
  }

  .pop-up-wrapper.investors {
    max-width: 85%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .pop-up-parent {
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .pop-up-parent.center {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .close-wrapper {
    padding: 8px;
  }

  .html-embed-5.size-500 {
    align-items: flex-start;
    height: 660px;
  }

  .pop-up-modal-job {
    justify-content: center;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .pop-up-wrapper-jobs {
    border-radius: 0;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    top: 8px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .pop-up-wrapper-jobs.investors {
    max-width: 85%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .pop-up-parent-copy {
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .pop-up-parent-copy.center {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mobile-img-behind-wrapper {
    width: 170px;
    left: 72px;
  }

  .mobile-img-front_wrapper {
    width: 250px;
    left: -38%;
  }

  .impulso-laptop-component {
    width: 100%;
  }

  .hero__video-wrap-2 {
    height: 450px;
  }

  .mobile-video-wrap-3, .mobile-video-iphone-wrap-2 {
    width: 210px;
    height: 450px;
  }

  .mobile-video-wrap-4 {
    border-style: none;
    border-width: .4rem;
    width: 13rem;
  }

  .mobile-video-wrap-4.mobile {
    width: 18rem;
  }

  .pills-wrapper {
    flex-wrap: wrap;
    margin-bottom: 1em;
  }

  .text-span {
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .padding-global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo3_list {
    justify-content: center;
  }

  .container-large-2 {
    max-width: 90vw;
  }

  .illustration-element {
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .field-item_wrap-copy {
    flex-direction: column;
    padding: 24px;
  }

  .text-span-blue {
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .what-you-get-card_wrap-2 {
    margin-bottom: 40px;
    padding: 20px;
  }

  .what-you-get-card_wrap-2.is-1, .what-you-get-card_wrap-2.is-2, .what-you-get-card_wrap-2.is-3, .what-you-get-card_wrap-2.is-1-2 {
    border-radius: 40px;
    height: 400px;
  }

  .featuresv8_image-div-lottie {
    height: 200px;
  }

  .featuresv8_header_b2b {
    grid-row-gap: 0rem;
    align-items: center;
  }
}

#w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d362-36dbb5fa, #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d371-36dbb5fa, #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d381-36dbb5fa, #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d391-36dbb5fa, #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d39f-36dbb5fa, #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d3ad-36dbb5fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc54be14-6250-8b0b-f898-00ec28602a84-28602a68 {
  justify-self: start;
}

#w-node-fc54be14-6250-8b0b-f898-00ec28602a85-28602a68, #w-node-fc54be14-6250-8b0b-f898-00ec28602a87-28602a68, #w-node-fc54be14-6250-8b0b-f898-00ec28602a89-28602a68 {
  align-self: center;
  justify-self: center;
}

#w-node-fc54be14-6250-8b0b-f898-00ec28602a8b-28602a68 {
  justify-self: center;
}

#w-node-fc54be14-6250-8b0b-f898-00ec28602a90-28602a68 {
  justify-self: end;
}

#w-node-_7985ef12-c925-4c99-1d99-21b5d81a1ebb-d81a1e9b {
  justify-self: start;
}

#w-node-_93dbd65b-e13a-8335-93d0-06466e676ece-36dbb65d, #w-node-_93dbd65b-e13a-8335-93d0-06466e676ede-36dbb65d, #w-node-_93dbd65b-e13a-8335-93d0-06466e676eee-36dbb65d, #w-node-_9ae93975-eb3f-c1b7-7ba4-748157265a33-36dbb65d, #w-node-_1a51196b-283f-aa15-d82d-5bf9150f7c6c-36dbb65d, #w-node-_4d5415ae-ff22-1024-b929-ddd6096ffaf7-36dbb65d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a46a60d-b663-7dda-4da3-3a9de5cd4d53-36dbb65e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c519993-fe26-0ea7-32e5-41bcabac3408-5b4d0c95, #w-node-_2c519993-fe26-0ea7-32e5-41bcabac340a-5b4d0c95, #w-node-_2c519993-fe26-0ea7-32e5-41bcabac340c-5b4d0c95, #w-node-_2c519993-fe26-0ea7-32e5-41bcabac340e-5b4d0c95, #w-node-_2c519993-fe26-0ea7-32e5-41bcabac3410-5b4d0c95, #w-node-_2c519993-fe26-0ea7-32e5-41bcabac3412-5b4d0c95, #w-node-_2c519993-fe26-0ea7-32e5-41bcabac3414-5b4d0c95, #w-node-_2c519993-fe26-0ea7-32e5-41bcabac3416-5b4d0c95, #w-node-_853db277-eb83-9954-b7e9-16f072230560-5b4d0c95, #w-node-_853db277-eb83-9954-b7e9-16f072230562-5b4d0c95, #w-node-_853db277-eb83-9954-b7e9-16f072230564-5b4d0c95, #w-node-_853db277-eb83-9954-b7e9-16f072230566-5b4d0c95, #w-node-_853db277-eb83-9954-b7e9-16f072230568-5b4d0c95, #w-node-_853db277-eb83-9954-b7e9-16f07223056a-5b4d0c95, #w-node-_853db277-eb83-9954-b7e9-16f07223056c-5b4d0c95, #w-node-_853db277-eb83-9954-b7e9-16f07223056e-5b4d0c95 {
  justify-self: center;
}

#w-node-_8c0dd656-6414-9598-4b71-f3c90e860858-5b4d0c95, #w-node-_93dbd65b-e13a-8335-93d0-06466e676ede-5b4d0c95, #w-node-b8d2e3b5-39c1-7e0b-1a89-1ca1c686bb53-5b4d0c95, #w-node-_9ae93975-eb3f-c1b7-7ba4-748157265a33-5b4d0c95, #w-node-_4d5415ae-ff22-1024-b929-ddd6096ffaf7-5b4d0c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d362-36dbb5fa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d364-36dbb5fa {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d371-36dbb5fa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d373-36dbb5fa {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d381-36dbb5fa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d383-36dbb5fa {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d391-36dbb5fa {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d398-36dbb5fa {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d39f-36dbb5fa {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d3a6-36dbb5fa {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d3ad-36dbb5fa {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_72c052be-8671-4b6f-5ddd-16dcc9f3d3b4-36dbb5fa {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc54be14-6250-8b0b-f898-00ec28602a84-28602a68, #w-node-fc54be14-6250-8b0b-f898-00ec28602a8b-28602a68, #w-node-fc54be14-6250-8b0b-f898-00ec28602a90-28602a68 {
    justify-self: center;
  }

  #w-node-_93dbd65b-e13a-8335-93d0-06466e676ece-36dbb65d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_93dbd65b-e13a-8335-93d0-06466e676ed0-36dbb65d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_93dbd65b-e13a-8335-93d0-06466e676ede-36dbb65d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_93dbd65b-e13a-8335-93d0-06466e676ee0-36dbb65d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_93dbd65b-e13a-8335-93d0-06466e676eee-36dbb65d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_93dbd65b-e13a-8335-93d0-06466e676ef0-36dbb65d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9ae93975-eb3f-c1b7-7ba4-748157265a33-36dbb65d {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_9ae93975-eb3f-c1b7-7ba4-748157265a35-36dbb65d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1a51196b-283f-aa15-d82d-5bf9150f7c6c-36dbb65d {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_1a51196b-283f-aa15-d82d-5bf9150f7c73-36dbb65d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4d5415ae-ff22-1024-b929-ddd6096ffaf7-36dbb65d {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_4d5415ae-ff22-1024-b929-ddd6096ffafe-36dbb65d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_794fc907-57bc-3227-d14a-9f96dfc9cf19-5b4d0c95, #w-node-bf4d85f9-da02-494d-2211-1a5f85afab64-5b4d0c95 {
    align-self: end;
    justify-self: end;
  }

  #w-node-_8c0dd656-6414-9598-4b71-f3c90e860858-5b4d0c95 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_93dbd65b-e13a-8335-93d0-06466e676ede-5b4d0c95 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_93dbd65b-e13a-8335-93d0-06466e676ee0-5b4d0c95, #w-node-b8d2e3b5-39c1-7e0b-1a89-1ca1c686bb53-5b4d0c95, #w-node-_93dbd65b-e13a-8335-93d0-06466e676ef0-5b4d0c95 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9ae93975-eb3f-c1b7-7ba4-748157265a33-5b4d0c95 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_9ae93975-eb3f-c1b7-7ba4-748157265a35-5b4d0c95, #w-node-_1a51196b-283f-aa15-d82d-5bf9150f7c73-5b4d0c95 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4d5415ae-ff22-1024-b929-ddd6096ffaf7-5b4d0c95 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_4d5415ae-ff22-1024-b929-ddd6096ffafe-5b4d0c95 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_794fc907-57bc-3227-d14a-9f96dfc9cf19-5b4d0c95, #w-node-bf4d85f9-da02-494d-2211-1a5f85afab64-5b4d0c95 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Font Awesome 6 Pro 100';
  src: url('../fonts/Font-Awesome-6-Pro-Thin-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Pro 400';
  src: url('../fonts/Font-Awesome-6-Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Pro Solid 900';
  src: url('../fonts/Font-Awesome-6-Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}