.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: 'Space Grotesk', sans-serif;
  color: #181818;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0em;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 132px;
  line-height: 1.02;
  font-weight: 500;
  -moz-column-count: auto;
  column-count: auto;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0.2em;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.65em;
  line-height: 1.09;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.2em;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.77em;
  line-height: 1.18;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0.1em;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.77em;
  line-height: 1.18;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins;
  font-size: 26px;
  line-height: 1.23;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  line-height: 1.27;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

a {
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

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

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

.container.colors {
  background-color: #fff;
}

.container.nav {
  display: flex;
  margin-top: 3.5em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  justify-content: space-between;
  align-items: center;
  border-bottom-style: none;
  background-color: transparent;
}

.container.footer {
  padding-top: 2em;
  padding-bottom: 2em;
}

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

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

.global {
  display: none;
}

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

.c-rich-text h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h4 {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
}

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

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

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

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

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

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

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

.accordian_item {
  overflow: hidden;
  margin-bottom: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #b1b6be;
  border-radius: 0px;
  text-align: left;
}

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

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

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

.btn {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: #10269a;
  box-shadow: inset 0 0 0 0 transparent;
  transition: box-shadow 300ms ease-out, border-color 300ms ease-out;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

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

.btn.btn-primary {
  border-color: transparent;
  background-color: #3d44e9;
}

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

.btn.btn-sm {
  padding: 13px 20px;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #10269a;
  color: #fff;
  font-size: 12px;
  line-height: 0.875;
}

.btn.btn-sm.btn-secondary {
  color: #000;
}

.btn.btn-secondary {
  border-color: #3d44e9;
  background-color: transparent;
  color: #000;
}

.btn.btn-secondary.btn-sm.btn-remove {
  display: none;
}

.btn.btn-secondary.btn-sm.btn-remove.btn-remove_show {
  display: inline-block;
}

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

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

.card-body.is_flex.ie {
  display: block;
}

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

.icon {
  font-family: 'Font awesome 6 pro solid 900', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.hero-wrapper {
  display: flex;
  overflow: hidden;
  height: 80vh;
  max-height: 1920px;
  justify-content: space-between;
  align-items: center;
}

.hero-wrapper.the-goal {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  grid-column-gap: 15em;
  grid-row-gap: 12em;
}

.two-column-item {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.two-column-item.the-goal {
  position: static;
  width: 100%;
}

.h1 {
  margin-bottom: 0em;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 132px;
  line-height: 140px;
  font-weight: 700;
}

.h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 92px;
  line-height: 102px;
  font-weight: 700;
}

.h2.text-center {
  font-size: 80px;
  line-height: 88px;
  letter-spacing: -2px;
}

.h3 {
  margin-bottom: 0.2em;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -1.3px;
}

.h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: -1px;
}

.h4.footer {
  color: #fff;
  font-size: 1.7em;
}

.h5 {
  font-family: 'Space Grotesk', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.h5.hiiden {
  display: none;
}

.h6 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

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

.text-small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

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

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

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

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

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

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

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

.is--bg-dark {
  background-color: #8e9195;
}

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

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

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

.is--bg-darker {
  background-color: #53575a;
}

.mb-1 {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
}

.btn-text {
  display: flex;
  align-items: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
}

.form-success {
  position: relative;
  min-height: 320px;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.input-label.static {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-size: 1rem;
}

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

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

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

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

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

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

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

.input:hover {
  border-color: #3d44e9;
  background-color: #fff;
}

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

.input::-moz-placeholder {
  color: #b1b6be;
}

.input::-ms-input-placeholder {
  color: #b1b6be;
}

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

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

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

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

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

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

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

.is--bg-primary {
  background-color: #10269a;
  color: transparent;
}

.is--bg-primary._2 {
  background-color: #3d51bb;
}

.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, 0.4);
}

.is--bg-secondary {
  background-color: #43dc43;
}

.is--bg-secondary._3 {
  background-color: #ebe5fa;
}

.is--bg-secondary._2 {
  background-color: #67f467;
}

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

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

.card-2.ie {
  display: block;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

.d-none {
  display: none;
}

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

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

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

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

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

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

.is--bgtext-primary {
  color: #2b40b0;
}

.is--bgtext-primary._2 {
  color: #10269a;
}

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

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

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

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

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

.modal-close {
  z-index: 10;
  background-color: transparent;
}

.overflow-hidden {
  overflow: hidden;
}

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

.d-flex {
  display: flex;
}

.text-small-2 {
  font-size: 0.875rem;
  line-height: 1.4;
}

.d-block {
  display: block;
}

.styles__tab-link {
  margin-right: 8px;
  margin-left: 8px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  color: #fff;
}

.styles__tab-link:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

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

.body {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

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

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

.body.is--bgtext-white {
  width: 100%;
}

.text-tiny {
  color: #8e9195;
  font-size: 14px;
  line-height: 1.29;
  font-weight: 400;
  white-space: nowrap;
}

.button {
  display: flex;
  width: auto;
  margin-right: 16px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #10269a;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

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

.button.secondary {
  border: 1px none #000;
  background-color: #000;
  color: #fff;
}

.button.secondary:hover {
  background-color: #2b40b0;
}

.button.ghost {
  display: inline-block;
  width: auto;
  border: 1px solid #53575a;
  background-color: transparent;
  transition: background-color 400ms ease;
  color: #53575a;
  line-height: 1.33;
  font-weight: 500;
}

.button.ghost:hover {
  border-color: #2b40b0;
  background-color: #e9edff;
  color: #2b40b0;
}

.button.large {
  height: auto;
  margin-right: 0px;
  padding: 18px 40px;
  border-radius: 14px;
  transition: color 300ms ease;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.button.large.ghost {
  border-color: #fff;
  border-radius: 14px;
  transition: background-color 400ms ease, color 500ms ease;
  color: #fff;
}

.button.large.ghost:hover {
  color: #2b40b0;
}

.button.large.ghost.hidden {
  display: none;
}

.button.small {
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 14px;
}

.button.leading-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 18px;
}

.button.leading-trailing-icon {
  width: auto;
  flex-direction: row;
  font-family: Montserrat, sans-serif;
  line-height: 1.33;
  font-weight: 500;
}

.button.trailing-icon {
  display: flex;
  width: auto;
  margin-right: 16px;
  padding-right: 40px;
  padding-left: 40px;
  line-height: 18px;
  font-weight: 400;
}

.is--bgtext-secondary {
  color: #3ed03e;
}

.is--bgtext-secondary._2 {
  color: #3ed03e;
}

.is--bgtext-secondary._3 {
  color: #ebe5fa;
}

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

.body-leading {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -1px;
}

.body-leading.is--bgtext-dark {
  color: #8e9195;
  line-height: 1.4;
}

.body-leading.is--bgtext-darker.text-center {
  margin-top: 16px;
}

.body.bold {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

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

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

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

.is--bgtext-deep {
  color: #212327;
}

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

.is--bgtext-darker {
  color: #53575a;
}

.is--bgtext-dark {
  color: grey;
}

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

.subtitle {
  font-family: 'Space Grotesk', sans-serif;
  color: #53575a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.overline {
  position: static;
  left: -59px;
  top: -80px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.overline.is--bgtext-white {
  position: static;
  font-size: 16px;
}

.overline.text-center {
  width: auto;
}

.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: #c9cccf;
}

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

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

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

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

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

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

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

.note__wrapper {
  margin-top: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link {
  padding: 10px 16px;
  transition: color 300ms cubic-bezier(.165, .84, .44, 1);
  color: #000;
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.nav-overlay {
  display: none;
}

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

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

.p-wrapper.header {
  width: 56%;
  margin-top: 1em;
}

.p-wrapper.section-2._3 {
  padding-right: 0em;
}

.p-wrapper._16-top {
  margin-top: 16px;
}

.heading-wrapper {
  width: 100%;
  margin-bottom: 0em;
  font-size: 1vw;
}

.heading-wrapper._2 {
  margin-bottom: 0em;
}

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

.fs-section {
  padding: 5em 10em;
}

.fs-content {
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.slider-dynamic-wrapper {
  width: 100%;
  height: 100%;
}

.slider-dynamic-list {
  width: 100%;
  height: 100%;
}

.slider-dynamic-list.slider-data-feed {
  display: none;
}

.slider-dynamic-item {
  width: 100%;
  height: 100%;
}

.slider-this-is-copied-to-slide {
  display: flex;
  width: 100%;
  height: auto;
  padding: 3em 5em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.fs-image {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider__heading-wrapper {
  position: relative;
  width: 50%;
  margin-top: 5em;
  margin-left: 2em;
}

.slider-component {
  height: 100%;
  background-color: #f3f3f3;
}

.filters-group {
  display: block;
  width: auto;
  flex-direction: row;
}

.filters-group.filters-year {
  margin-top: 24px;
}

.sort-button {
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
}

.filters__wrapper {
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list.filter-complex {
  display: -ms-grid;
  display: grid;
  height: 100%;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

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

.collection-list-item {
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 32px;
  padding-right: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.image {
  width: 10vw;
  height: 10vw;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.filter__heading-wrapper {
  margin-top: 16px;
}

.filters-hide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading__line-one {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.6;
}

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

.full-width-background {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 8.33em 11.04em;
  border-radius: 54px;
}

.overline-wrapper {
  margin-bottom: 16px;
}

.the-goal__image-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 13;
  display: block;
  overflow: visible;
  width: 35em;
  height: 30em;
  margin-top: 4.58em;
  margin-bottom: -13.6em;
}

.img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.the-goal__list-top {
  position: relative;
  display: flex;
  margin-bottom: 2em;
}

.the-goal__list-wrapper {
  display: -ms-grid;
  display: grid;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.the-goal__list {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 20px;
}

.the-goal__list._2 {
  padding-right: 20px;
}

.the-goal__list._3 {
  padding-right: 20px;
}

.the-goal__dash-pattern {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: -14%;
}

.the-goal__dash-pattern._2 {
  left: auto;
  top: 3%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 30em;
}

.yldf__item-wrapper {
  display: flex;
  width: 22%;
  padding-top: 4.17em;
  padding-right: 2.4em;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto minmax(-webkit-min-content, -webkit-min-content) auto;
  -ms-grid-rows: auto minmax(min-content, min-content) auto;
  grid-template-rows: auto minmax(-webkit-min-content, -webkit-min-content) auto;
  grid-template-rows: auto minmax(min-content, min-content) auto;
}

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

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

.roadmap__img2 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.team__image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.footer__buttons-wrapper {
  display: flex;
  margin-top: 16px;
  align-items: stretch;
}

.footer__top-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0em;
  justify-content: flex-start;
  align-items: flex-end;
}

.text-super-tiny {
  color: #8e9195;
  font-size: 12px;
}

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

.footer__flag {
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
}

.footer__whole-bottom-wrapper {
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.footer__bottom-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.social-icons__wrapper {
  display: flex;
  justify-content: flex-end;
}

.social-icon {
  display: block;
  width: 100%;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  transition: transform 300ms ease;
}

.social-icon:hover {
  transform: translate(0px, -10px);
}

.footer__social-form-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.navbar {
  position: absolute;
  width: 100%;
  background-color: transparent;
}

.nav-links {
  line-height: 1.33;
  font-weight: 400;
  letter-spacing: -0.8px;
}

.navbar-links {
  padding: 0.5em 1em;
  transition: color 300ms ease;
  color: #000;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 600;
}

.navbar-links:hover {
  color: #2b40b0;
  font-size: 16px;
  font-weight: 900;
}

.dashes__line-wrapper {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-end;
}

.dashes__line-wrapper.footer {
  position: absolute;
  left: auto;
  top: 0%;
  right: 17%;
  bottom: auto;
  z-index: 0;
  display: none;
  max-width: none;
}

.epic-logo {
  height: 22px;
}

.epic-link-text {
  transition: color 200ms ease;
  color: #b4b8bb;
  font-size: 0.8em;
  font-weight: 400;
}

.social-form__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.brand {
  width: 10em;
}

.nav-menu-2 {
  display: none;
}

.the-goal__text-wrapper {
  width: 50%;
}

.logos-wrap {
  display: flex;
  width: auto;
}

.design_by_epic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.hidden {
  display: none;
}

.logo-img {
  width: 15em;
}

.nav-elements__wrapper {
  display: flex;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  justify-content: center;
  align-items: center;
}

.social-icon_img {
  display: block;
  width: 100%;
  max-width: 28px;
  min-height: 32px;
}

.collection-list-wrapper-2 {
  display: flex;
  justify-content: flex-end;
}

.collection-list-2 {
  display: flex;
  justify-content: space-between;
  grid-row-gap: 0px;
}

.collection-item-2 {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

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

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

.icon_wrap.left {
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}

.icon_wrap.right {
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  padding-top: 0px;
  justify-content: center;
  align-items: center;
}

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

.location-dot_wrap {
  width: 40px;
  height: 40px;
}

.right-item {
  display: flex;
  width: 95%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.left-item {
  width: 50%;
  height: 100%;
}

.link-logo {
  width: 9em;
}

.fs-3dglobe-container {
  overflow: hidden;
  width: 600px;
  height: 600px;
}

.lat {
  display: block;
}

.ion {
  display: block;
}

.pin-image {
  width: 100%;
  height: 100%;
  max-width: none;
}

.tooltip-title.subtitle {
  margin-bottom: 6px;
  color: #2391a3;
}

.tooltip-description.text-small {
  margin-right: 0px;
  margin-bottom: 8px;
  color: #f0f1f2;
}

.tooltip-description.text-small.spacing-16 {
  margin-top: 16px;
}

.globe_collection {
  display: none;
}

.section-hero {
  position: static;
  top: 0px;
  bottom: auto;
  z-index: 1;
  height: 100vh;
  background-image: url('../images/Mapline_transperent.png'), linear-gradient(180deg, #efefef, #fff);
  background-position: 50% 100%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.section-hero.old-hidden {
  display: none;
}

.page-spacing_l {
  display: block;
  padding-top: 7em;
  padding-bottom: 7em;
}

.page-spacing_l.footer {
  padding-top: 2em;
  padding-bottom: 1em;
}

.page-spacing_l.contact-us {
  padding-top: 5em;
  padding-bottom: 5em;
  background-image: url('../images/Radial_Map-1.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.fs-globe-pin {
  display: block;
  width: 48px;
  height: 48px;
}

.fs-globe-tooltip {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-right: 16px;
  border: 1px none #000;
  border-radius: 20px;
  background-image: linear-gradient(180deg, transparent, transparent);
}

.hidden-content {
  display: none;
}

.into-tooltip-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.divider {
  height: 2px;
  margin-bottom: 8px;
  background-image: linear-gradient(180deg, #c9cccf, #c9cccf);
}

.divider.dark-blue {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(180deg, #c9cccf, #c9cccf);
}

.divider.dark-blue.spacing-16 {
  margin-bottom: 24px;
}

.section-about-us.full-width {
  position: static;
  z-index: 2;
  overflow: visible;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border-radius: 54px;
  background-color: #10269a;
}

.section-about-us.full-width.hidden {
  display: none;
  overflow: visible;
}

.section-contact-us {
  position: relative;
  border-radius: 54px 54px 0px 0px;
  background-image: linear-gradient(180deg, #181724, #10269a);
}

.section-footer.full-width {
  overflow: visible;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 8.34em;
  margin-left: auto;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #2e3338;
}

.section-footer.full-width.footer {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 0em;
  border-radius: 0px;
  background-color: #f1f1f1;
}

.hero-wrapper-2 {
  display: flex;
  height: 100%;
  max-height: 1920px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.section-what-we-do {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 0em;
  border-radius: 54px;
  background-color: #f0f1f2;
}

.section-what-we-do.hidden {
  display: none;
}

.what-we-do_text-wrap {
  display: flex;
  width: 70%;
  flex-direction: column;
  align-items: center;
}

.databook-wrapper {
  display: flex;
  height: 90vh;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.databook-text {
  width: 45%;
}

.powered_by_wrap {
  display: flex;
  align-items: center;
}

.sekai-logo_wrapper {
  width: 4em;
  margin-left: 0.5em;
}

.all-rights-wrapper {
  display: flex;
  margin-top: 2em;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.project-content-container {
  position: relative;
  overflow: visible;
  width: 60vw;
  height: 50vh;
}

.image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: none;
}

.section-what-we-do_full {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: flex;
  height: 80vh;
  margin-bottom: -100vh;
  justify-content: center;
  align-items: center;
  background-image: url('../images/Full_map_earth_1px.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.what-we-do_full_parent {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.image-17 {
  width: 16px;
}

.what-we-do-p-wrap {
  margin-top: 16px;
  margin-bottom: 0px;
}

.nexus-wrapper {
  display: flex;
  height: 90vh;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.nexus-text {
  width: 45%;
}

.background-video-2 {
  width: 100%;
  height: 26em;
}

.section-what-we-do-all.hidden {
  display: none;
}

.spacer {
  position: relative;
  z-index: -2;
  height: 100vh;
}

.last-section {
  position: static;
  top: auto;
  bottom: 0px;
  padding-right: 5em;
  padding-left: 5em;
  background-color: transparent;
}

.contact-us-parent {
  position: relative;
  z-index: 1;
  margin-top: 0em;
  margin-bottom: 0px;
}

.swiss-address-pin_wrap {
  position: static;
  left: auto;
  top: auto;
  right: -1%;
  bottom: 8%;
  margin-top: 2em;
}

.swiss-flag-wrap {
  display: flex;
}

.nexus-img-wrap-tablet {
  display: none;
  overflow: hidden;
  width: 50%;
  border-radius: 24px;
}

.social-form__wrapper-mobile {
  display: none;
  justify-content: flex-end;
  align-items: center;
}

.btn-2 {
  position: relative;
  display: flex;
  padding: 1.5rem 3rem;
  justify-content: center;
  align-items: center;
  border: 1px none #000;
  background-color: #e7e7e7;
  color: #051328;
  text-decoration: none;
  cursor: pointer;
}

.btn-2.btn-eighteen {
  padding: 0rem;
  background-color: transparent;
  color: #fff;
}

.button__bg {
  display: flex;
  padding: 16px 40px;
  background-color: #10269a;
}

.new-button {
  display: none;
}

.what-we-do-img-wrap {
  width: 50%;
}

.section-hero-2 {
  position: static;
}

.section-hero-3 {
  position: static;
  top: 0px;
  bottom: auto;
  z-index: 2;
  height: 100vh;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.hero-wrapper-3 {
  display: flex;
  overflow: hidden;
  height: 80vh;
  max-height: 1920px;
  justify-content: center;
  align-items: center;
}

.matrix-animation_component {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.footer-section-all-old {
  margin-top: -104vh;
}

.footer-section-all-old.hidden {
  display: none;
}

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

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

.pop-up-parent.center {
  display: flex;
  flex-direction: row;
}

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

.html-embed-5 {
  overflow: hidden;
}

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

.pop-up-wrapper.investors {
  display: block;
  overflow: hidden;
  height: 400px;
  max-width: 450px;
  border-radius: 20px;
}

.pop-up-modal {
  position: fixed;
  z-index: 999;
  display: none;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  background-color: hsla(0, 0%, 73.3%, 0.48);
}

.bold-text-6 {
  color: #fff;
}

.whole-wrapper {
  position: relative;
  overflow: hidden;
}

.body-2 {
  overflow: visible;
}

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

.paralax-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 34%;
  z-index: -1;
  display: flex;
  width: 100%;
  height: 40em;
  justify-content: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.paralax-img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 1280px) {
  .body-leading.is--bgtext-darker.text-center {
    margin-top: 16px;
  }

  .the-goal__image-wrapper {
    border-radius: 80px;
  }

  .the-goal__list-wrapper {
    grid-column-gap: 40px;
  }

  .nav-elements__wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-what-we-do_full {
    background-size: auto 70vh;
  }
}

@media screen and (min-width: 1440px) {
  .body-leading.is--bgtext-darker.text-center {
    margin-top: 16px;
  }

  .the-goal__image-wrapper {
    width: 30em;
    background-image: none;
  }

  .the-goal__list-wrapper {
    grid-column-gap: 48px;
  }

  .nav-elements__wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .page-spacing_l.contact-us {
    background-size: auto 86%;
  }

  .section-what-we-do_full {
    background-size: auto 70vh;
  }

  .swiss-address-pin_wrap {
    right: -2%;
    bottom: -3%;
  }

  .hero-wrapper-3 {
    height: 70vh;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    padding-right: 6em;
    padding-left: 6em;
  }

  .accordian_content {
    background-color: transparent;
  }

  .accordian_trigger:hover {
    background-color: transparent;
  }

  .accordian_item {
    border-style: none;
    border-radius: 0px;
  }

  .btn-text {
    flex-wrap: wrap;
  }

  .button.large.ghost {
    display: block;
  }

  .body-leading.is--bgtext-darker.text-center {
    margin-top: 16px;
  }

  .p-wrapper.header {
    width: 50%;
  }

  .heading-wrapper {
    width: 86%;
  }

  .heading__line-one {
    width: 100%;
  }

  .full-width-background {
    position: static;
    display: flex;
    padding-right: 7em;
    padding-left: 7em;
    border-radius: 0px;
  }

  .the-goal__image-wrapper {
    top: -10%;
    right: 3px;
    width: 35em;
    height: 30em;
    border-radius: 120px;
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .the-goal__list-wrapper {
    grid-column-gap: 48px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .the-goal__dash-pattern._2 {
    top: 5%;
    right: 0px;
    height: 26em;
  }

  .the-goal__text-wrapper {
    width: 40%;
  }

  .right-item {
    display: flex;
    width: 80%;
    flex-direction: column;
    align-items: center;
  }

  .lat {
    display: none;
  }

  .ion {
    display: none;
  }

  .tooltip-description.text-small {
    padding-top: 16px;
  }

  .section-hero {
    z-index: -1;
  }

  .section-hero.old-hidden {
    background-image: url('../images/Mapline_transperent.png');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .fs-globe-tooltip {
    padding-left: 0px;
    background-image: none;
  }

  .section-about-us.full-width {
    position: relative;
    border-radius: 54px;
  }

  .section-footer.full-width {
    border-radius: 0px;
    background-color: #10269a;
  }

  .section-what-we-do {
    display: block;
  }

  .what-we-do_text-wrap {
    display: flex;
    width: 70%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .project-content-container {
    max-width: 1920px;
  }

  .section-what-we-do_full {
    display: flex;
    height: 80vh;
    justify-content: center;
    align-items: center;
    background-image: url('../images/Full_map_earth_1px.png');
    background-position: 50% 50%;
    background-size: auto 60vh;
    background-repeat: no-repeat;
  }

  .what-we-do_full_parent {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .last-section {
    padding-right: 15em;
    padding-left: 15em;
    background-color: transparent;
  }

  .swiss-address-pin_wrap {
    position: static;
    right: 4%;
  }

  .section-hero-3 {
    z-index: -1;
    background-image: none;
    background-size: auto;
  }

  .hero-wrapper-3 {
    height: 60vh;
  }

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

  .bold-text-6 {
    color: #fff;
  }

  .paralax-img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 6.9em;
  }

  .container {
    padding-right: 2em;
    padding-left: 2em;
  }

  .container.nav {
    margin-top: 4em;
    padding-top: 0.5em;
    padding-right: 2em;
    padding-bottom: 0.5em;
  }

  .container.footer {
    padding-top: 2em;
    padding-right: 3em;
    padding-left: 3em;
  }

  .accordian_trigger-title {
    width: 90%;
  }

  .accordian_content {
    padding-left: 5.3em;
  }

  .accordian_trigger {
    justify-content: space-between;
  }

  .accordian_item {
    position: relative;
    left: 0px;
    z-index: 2;
    width: 100%;
  }

  .hero-wrapper {
    height: auto;
    flex-direction: column;
  }

  .hero-wrapper.the-goal {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2.text-center {
    font-size: 72px;
    line-height: 80px;
  }

  .h5 {
    font-size: 24px;
    font-weight: 700;
  }

  .button.ghost {
    display: flex;
    width: 100%;
    background-color: #fff;
  }

  .button.large {
    margin-right: 0px;
  }

  .button.large.ghost {
    display: block;
    width: auto;
    background-color: transparent;
  }

  .button.large.ghost:hover {
    background-color: #ebe5fa;
  }

  .button.trailing-icon {
    width: auto;
  }

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

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

  .body-leading.is--bgtext-dark {
    font-size: 18px;
    line-height: 1.4;
  }

  .nav-btn {
    z-index: 10;
    padding: 12px 8px;
    background-color: transparent;
  }

  .nav-btn.w--open {
    background-color: transparent;
  }

  .nav-link {
    display: block;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 1.2rem;
  }

  .nav-link.nav-drop {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link.nav-drop.w--open {
    padding-right: 16px;
  }

  .nav-drop_icon {
    margin-right: 8px;
  }

  .nav-drop_list.w--open {
    position: static;
  }

  .nav-menu {
    z-index: 9999;
    width: 350px;
    height: 100vh;
    padding-top: 70px;
    padding-right: 3em;
    padding-left: 3em;
    background-color: #082c55;
    text-align: left;
  }

  .nav-drop_wrapper {
    display: block;
    margin-bottom: 8px;
  }

  .nav-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(0, 28, 47, 0.6);
  }

  .nav-bar {
    width: 28px;
    height: 3px;
    padding: 0px;
    background-color: #3d44e9;
  }

  .nav-bar.middle {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav__button-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .p-wrapper.header {
    padding-right: 0em;
  }

  .p-wrapper.section-2 {
    padding-right: 0em;
  }

  .p-wrapper.section-2._3 {
    padding-right: 0em;
  }

  .heading-wrapper {
    width: 100%;
  }

  .heading__line-one {
    width: 100%;
  }

  .header__buttons-wrapper {
    margin-top: 24px;
    padding-right: 5em;
  }

  .header__buttons-wrapper.center {
    margin-top: 32px;
    padding-right: 0em;
  }

  .full-width-background {
    padding: 7em 3em;
  }

  .the-goal__image-wrapper {
    width: 20em;
    height: 30em;
    margin-bottom: 0em;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .img {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }

  .the-goal__list-wrapper {
    margin-left: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    justify-content: flex-start;
  }

  .the-goal__list {
    margin-bottom: 3em;
  }

  .the-goal__list._2 {
    padding-right: 0em;
  }

  .the-goal__list._3 {
    padding-right: 0em;
  }

  .the-goal__dash-pattern._2 {
    top: -70%;
  }

  .the-goal__dash-pattern.hidden {
    display: none;
  }

  .yldf__item-wrapper {
    width: 100%;
    margin-bottom: 2em;
    padding-top: 2em;
  }

  .footer__buttons-wrapper {
    flex-wrap: wrap;
  }

  .footer__top-wrapper {
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .footer__bottom-wrapper {
    flex-direction: row-reverse;
    align-items: center;
  }

  .social-icons__wrapper {
    margin-right: 0em;
    margin-bottom: 0em;
    justify-content: flex-start;
  }

  .social-icon {
    padding-left: 0px;
  }

  .social-icon.spacing-left-8 {
    padding-left: 8px;
  }

  .footer__social-form-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .navbar-links {
    display: flex;
    justify-content: flex-start;
  }

  .dashes__line-wrapper.footer {
    top: -24%;
    right: 8%;
  }

  .social-form__wrapper {
    display: none;
    margin-bottom: 0em;
  }

  .brand {
    width: 7em;
  }

  .nav-menu-2 {
    width: 20vh;
    height: 100vh;
    padding-top: 8em;
    background-color: #ebe5fa;
  }

  .logos-wrap {
    display: block;
    align-items: center;
  }

  .collection-item-2 {
    padding-right: 6px;
  }

  .right-item {
    width: 100%;
  }

  .left-item {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .page-spacing_l.contact-us {
    padding-top: 3em;
    padding-bottom: 3em;
    background-position: 150% 50%;
    background-size: auto 80%;
  }

  .section-about-us.full-width {
    margin-bottom: 0em;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }

  .section-footer.full-width {
    margin-bottom: 0em;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }

  .section-footer.full-width.footer {
    overflow: hidden;
  }

  .hero-wrapper-2 {
    height: auto;
    flex-direction: column;
  }

  .what-we-do_text-wrap {
    width: 100%;
  }

  .databook-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .databook-text {
    width: 100%;
  }

  .powered_by_wrap {
    margin-top: 16px;
    flex-direction: row;
  }

  .nexus-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .nexus-text {
    width: 100%;
  }

  .last-section {
    padding-right: 2em;
    padding-left: 2em;
  }

  .swiss-address-pin_wrap {
    right: 0%;
  }

  .nexus-img-wrap-tablet {
    display: block;
    width: 100%;
    margin-top: 2em;
  }

  .social-form__wrapper-mobile {
    display: flex;
    margin-top: 2em;
    margin-bottom: 0em;
    justify-content: flex-start;
  }

  .what-we-do-img-wrap {
    width: 100%;
    margin-top: 2em;
  }

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

  .hero-wrapper-3 {
    height: auto;
    flex-direction: column;
  }

  .pop-up-wrapper {
    display: block;
    max-width: 560px;
  }

  .pop-up-modal {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 7.2em;
  }

  .container {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .container.nav {
    margin-top: 0em;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .accordian_trigger-title {
    width: 90%;
    font-size: 18px;
  }

  .accordian_content {
    display: flex;
    padding-left: 3.8em;
  }

  .accordian_trigger {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    padding-left: 0em;
  }

  .accordian_item {
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .btn {
    padding: 7px 15px;
  }

  .btn.btn-sm {
    padding: 3px 11px;
  }

  .card-body {
    padding: 16px 20px 20px;
  }

  .hero-wrapper.the-goal {
    flex-direction: column;
  }

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

  .h2.text-center {
    font-size: 32px;
    line-height: 38px;
  }

  .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 {
    top: 10px;
    right: 10px;
    font-size: 1.8rem;
  }

  .button.ghost {
    display: block;
    width: auto;
  }

  .buttons-section {
    padding: 16px 20px 20px;
  }

  .nav-btn {
    z-index: 10;
  }

  .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link.nav-drop.w--open {
    margin-bottom: 0px;
  }

  .nav-drop_list.w--open {
    position: static;
    top: 0px;
  }

  .nav-menu {
    width: 300px;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .nav-logo {
    width: 120px;
  }

  .p-wrapper.header {
    width: 100%;
    margin-top: 0em;
    padding-right: 0em;
  }

  .heading-wrapper {
    width: auto;
  }

  .header__buttons-wrapper {
    padding-right: 0em;
  }

  .header__buttons-wrapper.center {
    margin-top: 10px;
  }

  .full-width-background {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .the-goal__image-wrapper {
    width: 100%;
    height: 23.2em;
  }

  .img {
    height: 23.2em;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .the-goal__list-wrapper {
    padding-top: 3em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .the-goal__list._3 {
    margin-bottom: 0em;
  }

  .the-goal__dash-pattern._2 {
    left: auto;
    top: -34%;
    right: 0%;
    bottom: auto;
    overflow: visible;
    width: auto;
  }

  .footer__buttons-wrapper {
    flex-wrap: wrap;
  }

  .footer__bottom-wrapper {
    flex-direction: column-reverse;
  }

  .social-icons__wrapper {
    display: flex;
    margin-bottom: 1em;
  }

  .footer__social-form-wrapper {
    width: 100%;
    flex-direction: column-reverse;
  }

  .navbar {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .social-form__wrapper {
    display: none;
    width: auto;
    flex-direction: row;
    align-items: flex-end;
  }

  .brand {
    width: 8em;
  }

  .collection-list-wrapper-2 {
    display: block;
  }

  .collection-list-2 {
    display: flex;
    justify-content: flex-end;
  }

  .collection-item-2 {
    position: static;
    display: flex;
    padding-right: 6px;
    padding-left: 0px;
    justify-content: flex-end;
    align-items: center;
  }

  .right-item {
    width: 100%;
  }

  .left-item {
    width: 100%;
  }

  .fs-3dglobe-container {
    width: 500px;
    height: 500px;
  }

  .page-spacing_l.contact-us {
    padding-top: 3.3em;
    background-position: 100% 0%;
    background-size: auto 50%;
  }

  .section-about-us.full-width {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .section-footer.full-width {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .background-video-2 {
    height: 22em;
  }

  .last-section {
    padding-right: 1em;
    padding-left: 1em;
  }

  .contact-us-parent {
    margin-top: 0em;
    margin-bottom: 0px;
  }

  .swiss-address-pin_wrap {
    right: 6%;
    bottom: -89%;
  }

  .social-form__wrapper-mobile {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
  }

  .section-hero-3 {
    height: 120vh;
  }

  .pop-up-parent {
    padding: 20px 40px;
  }

  .pop-up-wrapper {
    display: block;
    max-width: 520px;
  }

  .pop-up-modal {
    z-index: 999;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 11.3em;
  }

  h2 {
    font-size: 2.5em;
  }

  .container {
    padding: 0em 1em 2em;
  }

  .container.nav {
    display: flex;
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.5em;
    padding-right: 0em;
    padding-left: 0em;
    justify-content: flex-end;
    align-items: center;
  }

  .container.footer {
    padding-right: 2em;
    padding-left: 2em;
  }

  .accordian_trigger-title {
    width: 82%;
  }

  .accordian_content {
    padding-left: 3.6em;
  }

  .accordian_trigger {
    padding: 1.1em 8px 1.1em 0px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: space-between;
  }

  .two-column-item {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .h2 {
    font-size: 3.2em;
    line-height: 1;
  }

  .h2.text-center {
    font-size: 40px;
    line-height: 48px;
  }

  .h3 {
    font-size: 54px;
    line-height: 58px;
  }

  .h3.text-center {
    font-size: 40px;
    line-height: 44px;
  }

  .h4.footer {
    font-size: 1.4em;
  }

  .h5 {
    font-size: 22px;
    font-weight: 700;
  }

  .item_wrapper {
    max-width: 100%;
    flex-basis: 100%;
  }

  .row {
    flex-wrap: wrap;
  }

  .btn-text {
    display: block;
  }

  .accordian_trigger-2 {
    padding: 10px 8px;
  }

  .button.ghost {
    display: flex;
    margin-top: 16px;
  }

  .button.large {
    width: 100%;
    margin-right: 0px;
  }

  .button.large.ghost {
    display: flex;
    width: 100%;
  }

  .button.leading-trailing-icon {
    width: 100%;
  }

  .button.trailing-icon {
    width: 100%;
  }

  .body-leading.is--bgtext-dark {
    font-size: 16px;
    line-height: 1.3;
  }

  .nav-menu {
    width: 280px;
  }

  .p-wrapper {
    margin-top: 4px;
  }

  .p-wrapper.header {
    width: 100%;
    margin-top: 0.5em;
    padding-right: 0em;
  }

  .heading-wrapper {
    width: 100%;
    margin-bottom: 1em;
  }

  .header__buttons-wrapper {
    margin-top: 16px;
    flex-direction: column;
  }

  .header__buttons-wrapper.center {
    margin-top: 32px;
  }

  .full-width-background {
    padding: 4em 1.5em;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .img {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .yldf__item-wrapper {
    padding-top: 2em;
  }

  .team__image-wrapper {
    overflow: hidden;
    width: 100%;
    margin-bottom: 8px;
  }

  .navbar {
    position: absolute;
    z-index: 1;
  }

  .brand {
    width: 9em;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0em;
    padding-left: 0em;
  }

  .nav-menu-2 {
    background-color: #ebe5fa;
  }

  .the-goal__text-wrapper {
    position: relative;
    z-index: 5;
  }

  .logos-wrap {
    flex-direction: column;
  }

  .design_by_epic {
    justify-content: flex-start;
  }

  .social-icon_img {
    max-width: 32px;
    min-height: 32px;
  }

  .right-item {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .left-item {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .fs-3dglobe-container {
    width: 400px;
    height: 400px;
  }

  .page-spacing_l.footer {
    padding-bottom: 0em;
  }

  .page-spacing_l.contact-us {
    overflow: visible;
    background-position: 100% 0%;
    background-size: auto 45%;
  }

  .fs-globe-tooltip {
    margin-bottom: 1em;
    padding-right: 0px;
  }

  .section-about-us.full-width {
    margin-bottom: 4em;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .section-contact-us {
    overflow: hidden;
  }

  .section-footer.full-width {
    margin-bottom: 4em;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .hero-wrapper-2 {
    flex-direction: row;
    justify-content: space-between;
  }

  .what-we-do_text-wrap {
    position: relative;
    z-index: 5;
  }

  .all-rights-wrapper {
    margin-top: 4px;
    flex-direction: column;
  }

  .rights-content {
    flex-direction: column;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .project-content-container {
    width: 80vw;
    height: 50vh;
  }

  .image-container {
    width: 80vw;
    height: 50vh;
  }

  .what-we-do-p-wrap {
    margin-top: 4px;
  }

  .background-video-2 {
    height: 18em;
  }

  .last-section {
    padding-right: 0em;
    padding-left: 0em;
  }

  .contact-us-parent {
    margin-bottom: 0px;
  }

  .swiss-address-pin_wrap {
    left: 17%;
    top: auto;
    right: 0%;
    bottom: -70%;
  }

  .section-hero-3 {
    height: 100vh;
    background-position: 50% 100%;
    background-size: 165%;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: space-between;
  }

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

  .pop-up-parent {
    display: block;
    padding-right: 32px;
    padding-left: 32px;
  }

  .pop-up-parent.center {
    padding-right: 16px;
    padding-left: 16px;
  }

  .pop-up-wrapper {
    display: block;
    max-width: 28em;
  }

  .pop-up-wrapper.investors {
    height: 340px;
    max-width: 340px;
  }

  .image-19 {
    width: 100%;
  }

  .pop-up-modal {
    z-index: 501;
    display: none;
  }
}

#w-node-_7a46a60d-b663-7dda-4da3-3a9de5cd4d53-16d44745 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

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