@import "../css/vendor.min.css";
.relative {
  position: relative;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.height100 {
  height: 100%;
}

.height100vh {
  height: 100vh;
}

.text-indent {
  display: block;
  text-indent: -9999px;
  float: left;
  width: 0;
  height: 0;
}

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

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

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

.uppercase,
.is-caps {
  text-transform: uppercase;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.is-serif,
.font-serif {
  font-family: "Archivo", serif;
}

.is-sans,
.font-sans {
  font-family: "Archivo", sans-serif;
}

.js-no-scroll {
  overflow: hidden !important;
}

.js-body-fixed {
  overflow: hidden;
  margin-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.short-window .hide-for-short-window {
  display: none !important;
}

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}
.wp-caption.alignleft, .wp-caption.alignright {
  display: table;
}
.wp-caption.alignleft figcaption, .wp-caption.alignright figcaption {
  display: table-caption;
  caption-side: bottom;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  margin: 0;
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin: 0;
  margin-left: 2rem;
}

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

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 85px;
  z-index: 100;
  visibility: visible;
  opacity: 1;
  border-bottom: 1px solid #8E98A3;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
@media screen and (max-width: 63.99875em) {
  .site-header {
    height: 55px;
  }
}
.site-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #001D38;
}
.site-header .logo a {
  display: table;
}
.site-header .logo a svg,
.site-header .logo a img {
  height: 85px;
  display: table;
}
@media screen and (max-width: 63.99875em) {
  .site-header .logo a svg,
  .site-header .logo a img {
    height: 55px;
  }
}

.menu-header,
.menu-header.no-bullet {
  margin-bottom: 0;
  display: table;
  margin: 0 0 0 auto;
  padding: 0;
}
.menu-header > li,
.menu-header.no-bullet > li {
  display: inline-block;
}
.menu-header > li.is-dropdown-submenu-parent > a,
.menu-header.no-bullet > li.is-dropdown-submenu-parent > a {
  padding: 20px 40px 20px 20px;
}
.menu-header > li.is-dropdown-submenu-parent > a:before, .menu-header > li.is-dropdown-submenu-parent > a:after,
.menu-header.no-bullet > li.is-dropdown-submenu-parent > a:before,
.menu-header.no-bullet > li.is-dropdown-submenu-parent > a:after {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #001D38;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: none;
  left: auto;
  margin: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.menu-header > li.is-dropdown-submenu-parent > a:after,
.menu-header.no-bullet > li.is-dropdown-submenu-parent > a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 20px;
}
.menu-header > li.is-active > a,
.menu-header.no-bullet > li.is-active > a {
  color: #fefefe;
}
.menu-header > li.is-active > a:before,
.menu-header.no-bullet > li.is-active > a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-header > li.is-active > a:after,
.menu-header.no-bullet > li.is-active > a:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-header > li a,
.menu-header.no-bullet > li a {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #A4A4A4;
  font-weight: 400;
  position: relative;
  padding: 20px clamp(1.875rem, 0.542rem + 3.333vw, 3.75rem);
  letter-spacing: -0.336px;
}
.menu-header > li a .spring,
.menu-header.no-bullet > li a .spring {
  color: #2FF2AF;
}
@media screen and (min-width: 56.25em) {
  .menu-header > li a:hover, .menu-header > li a:focus,
  .menu-header.no-bullet > li a:hover,
  .menu-header.no-bullet > li a:focus {
    color: #ffffff;
  }
}
.menu-header > li.current-menu-item a,
.menu-header.no-bullet > li.current-menu-item a {
  color: #ffffff;
}
.menu-header > li .sub-menu,
.menu-header.no-bullet > li .sub-menu {
  border: none;
  background-color: transparent;
  border-radius: 10px;
  list-style: none;
  display: block;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
  opacity: 0;
  min-width: 150px;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 20px rgba(111, 111, 111, 0.12);
          box-shadow: 0px 6px 20px rgba(111, 111, 111, 0.12);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.menu-header > li .sub-menu.js-dropdown-active,
.menu-header.no-bullet > li .sub-menu.js-dropdown-active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: all;
  opacity: 1;
}
.menu-header > li .sub-menu li:last-child a .line,
.menu-header.no-bullet > li .sub-menu li:last-child a .line {
  display: none;
}
.menu-header > li .sub-menu li a,
.menu-header.no-bullet > li .sub-menu li a {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 11px 17px;
  color: #001D38;
  background-color: #fefefe;
}
.menu-header > li .sub-menu li a:hover, .menu-header > li .sub-menu li a:focus,
.menu-header.no-bullet > li .sub-menu li a:hover,
.menu-header.no-bullet > li .sub-menu li a:focus {
  background-color: #001D38;
  color: #fefefe;
}
.menu-header > li .sub-menu li a .line,
.menu-header.no-bullet > li .sub-menu li a .line {
  display: none;
}
.menu-header > li .sub-menu li .sub-menu,
.menu-header.no-bullet > li .sub-menu li .sub-menu {
  margin: 0;
  top: 10px;
}

.mobile-navigation {
  width: 60px;
}

[data-dgtakeover-toggle] {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 101;
  margin-right: -0.875rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.32px;
  text-align: right;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-dgtakeover-toggle] span {
  margin: auto 0;
}
[data-dgtakeover-toggle].takeover__opening span {
  opacity: 0;
}
[data-dgtakeover-toggle].takeover__opening:before {
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
[data-dgtakeover-toggle].takeover__opening:after {
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
}
[data-dgtakeover-toggle].takeover__open:before {
  -webkit-transform: translate(-50%, 8px) rotate(45deg);
          transform: translate(-50%, 8px) rotate(45deg);
}
[data-dgtakeover-toggle].takeover__open:after {
  -webkit-transform: translate(-50%, -6px) rotate(-45deg);
          transform: translate(-50%, -6px) rotate(-45deg);
}

[data-dgtakeover-menu] {
  height: 0;
  background-color: #001D38;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
[data-dgtakeover-menu] .takeover-content {
  opacity: 0;
  padding: 42.5px 1.875rem 0 1.875rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 63.99875em) {
  [data-dgtakeover-menu] .takeover-content {
    padding: 27.5px 1.25rem 0 1.25rem;
  }
}
[data-dgtakeover-menu] .takeover-content .menu-header {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-dgtakeover-menu] .takeover-content .menu-header li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
[data-dgtakeover-menu] .takeover-content .menu-header li a {
  display: block;
  width: auto;
  margin-top: 0;
  padding: 1rem 0;
  font-size: 1.25rem;
}
[data-dgtakeover-menu] .takeover-content .menu-header li a .line {
  width: calc(100% - 0px);
  left: 0px;
  bottom: 5px;
}
[data-dgtakeover-menu] .takeover-content .menu-header li.is-dropdown-submenu-parent > a {
  margin-top: 0;
  padding: 10px 0;
}
[data-dgtakeover-menu] .takeover-content .menu-header li.is-dropdown-submenu-parent > a:before, [data-dgtakeover-menu] .takeover-content .menu-header li.is-dropdown-submenu-parent > a:after {
  display: none;
}
[data-dgtakeover-menu] .takeover-content .menu-header .sub-menu {
  display: none;
}

[data-dgtakeover-menu].takeover__opening {
  height: calc(100vh - 85px);
}
body.has-scrolled [data-dgtakeover-menu].takeover__opening {
  height: calc(100vh - 85px);
}
@media screen and (max-width: 63.99875em) {
  [data-dgtakeover-menu].takeover__opening {
    height: calc(100vh - 55px);
  }
}

[data-dgtakeover-menu].takeover__open .takeover-content {
  opacity: 1;
}

.site-footer {
  position: relative;
  z-index: 1;
  margin-top: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
  border-top: 1px solid #8E98A3;
}
.site-footer .footer-content .open-contact {
  color: #2FF2AF;
  text-decoration: underline;
}
.site-footer .grid-x {
  border-right: 1px solid #8E98A3;
}
@media screen and (max-width: 39.99875em) {
  .site-footer .grid-x {
    border-right: none;
  }
}
.site-footer .footer-bottom {
  position: relative;
  padding-top: clamp(2.5rem, 1.167rem + 3.333vw, 4.375rem);
}
.site-footer .footer-bottom:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #8E98A3;
}
.site-footer .footer-logo {
  padding-top: clamp(3.75rem, 1.972rem + 4.444vw, 6.25rem);
  padding-bottom: clamp(2.5rem, 2.056rem + 1.111vw, 3.125rem);
  padding-right: clamp(1.875rem, 1.208rem + 1.667vw, 2.8125rem);
}
.site-footer .menu {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.site-footer .menu li {
  color: #A4A4A4;
  font-size: 1rem;
  font-weight: 300;
  line-height: 11.2px;
}
.site-footer .menu li.menu-linkedin a {
  padding-right: clamp(1.875rem, 1.208rem + 1.667vw, 2.8125rem);
}
.site-footer .menu li.menu-linkedin a:hover svg path {
  fill: #ffffff;
}
.site-footer .menu li.no-link {
  padding: 10px 20px;
}
.site-footer .menu li a {
  color: #A4A4A4;
  font-size: 1rem;
  font-weight: 300;
  line-height: 11.2px;
  padding: 10px 20px;
}
.site-footer .menu li a:hover {
  color: #ffffff;
}

/**
 * Any global style overrides 
 */
.canvas-wrapper {
  position: relative;
  min-height: auto;
}

html,
body {
  overflow-x: hidden;
  position: relative;
  background-color: #001D38;
  color: #ffffff;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.grid-container {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 63.99875em) {
  .grid-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

p {
  line-height: inherit;
  color: inherit;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
  display: inline-block;
}
@media print, screen and (max-width: 26.24875em) {
  .grid-x > .shrink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#content {
  min-height: 800px;
  position: relative;
}
#content main {
  position: relative;
  padding-top: 85px;
}
@media screen and (max-width: 63.99875em) {
  #content main {
    padding-top: 55px;
  }
}

.lazy,
.bg-lazy {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lazy.loaded, .lazy.bg-loaded,
.bg-lazy.loaded,
.bg-lazy.bg-loaded {
  opacity: 1;
}

.gform_wrapper {
  font-family: "Archivo", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
}
.gform_wrapper .gform_submission_error {
  display: none;
}
.gform_wrapper .gform_heading {
  margin-bottom: clamp(3.75rem, 3.083rem + 1.667vw, 4.6875rem);
}
.gform_wrapper .gform_heading .gform_description {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 0.722rem + 4.444vw, 5rem);
  line-height: 90%;
  color: #ffffff;
  letter-spacing: -1.52px;
  margin-bottom: 0;
}
.gform_wrapper .gform_heading .gform_description .change-font {
  color: #50A9FF;
}
.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}

.gform_wrapper .gfield {
  margin-bottom: clamp(2.5rem, 1.611rem + 2.222vw, 3.75rem);
}
.gform_wrapper .gfield.gfield--type-radio {
  padding: 0;
  border: none;
}
.gform_wrapper .gfield.gfield--type-radio .gfield_label {
  margin-bottom: clamp(1.875rem, 1.431rem + 1.111vw, 2.5rem);
}
.gform_wrapper .gfield.gfield--type-radio .ginput_container_radio .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.gform_wrapper .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gform_wrapper .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice input:focus + label {
  outline: 2px solid #1a73e8;
  outline-offset: 2px;
}
.gform_wrapper .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice input:checked + label {
  border-color: #ffffff;
  color: #ffffff;
}
.gform_wrapper .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 30px;
  border: 1px solid #8E98A3;
  cursor: pointer;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 0.911rem + 0.222vw, 1.125rem);
  line-height: 150%;
  color: #A4A4A4;
  letter-spacing: -0.36px;
  -webkit-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
}
.gform_wrapper .gfield .gfield_label {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(0.9375rem, 0.893rem + 0.111vw, 1rem);
  line-height: 90%;
  color: #ffffff;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.gform_wrapper .gfield--width-half {
  width: calc(50% - 40px / 2);
  float: left;
  margin-right: 40px;
}
.gform_wrapper .gfield--width-half:nth-of-type(2n) {
  margin-right: 0;
}
.gform_wrapper .gfield--width-half:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 63.99875em) {
  .gform_wrapper .gfield--width-half {
    width: 100%;
  }
}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=url], .gform_wrapper input[type=password], .gform_wrapper input[type=number], .gform_wrapper textarea, .gform_wrapper select {
  width: 100%;
  padding: 12px 16px 12px 0;
  border: 0px solid transparent;
  border-bottom: 1px solid #8E98A3;
  border-radius: 0px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(1rem, 0.644rem + 0.889vw, 1.5rem);
  background-color: transparent;
  font-weight: 300;
  color: #ffffff;
  -webkit-transition: border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.gform_wrapper input[type=text]:focus, .gform_wrapper input[type=email]:focus, .gform_wrapper input[type=tel]:focus, .gform_wrapper input[type=url]:focus, .gform_wrapper input[type=password]:focus, .gform_wrapper input[type=number]:focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus {
  outline: none;
  border-bottom: 1px solid #8E98A3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper input[type=text]::-webkit-input-placeholder, .gform_wrapper input[type=email]::-webkit-input-placeholder, .gform_wrapper input[type=tel]::-webkit-input-placeholder, .gform_wrapper input[type=url]::-webkit-input-placeholder, .gform_wrapper input[type=password]::-webkit-input-placeholder, .gform_wrapper input[type=number]::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {
  color: #A4A4A4;
  font-weight: 300;
}
.gform_wrapper input[type=text]::-moz-placeholder, .gform_wrapper input[type=email]::-moz-placeholder, .gform_wrapper input[type=tel]::-moz-placeholder, .gform_wrapper input[type=url]::-moz-placeholder, .gform_wrapper input[type=password]::-moz-placeholder, .gform_wrapper input[type=number]::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
  color: #A4A4A4;
  font-weight: 300;
}
.gform_wrapper input[type=text]:-ms-input-placeholder, .gform_wrapper input[type=email]:-ms-input-placeholder, .gform_wrapper input[type=tel]:-ms-input-placeholder, .gform_wrapper input[type=url]:-ms-input-placeholder, .gform_wrapper input[type=password]:-ms-input-placeholder, .gform_wrapper input[type=number]:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {
  color: #A4A4A4;
  font-weight: 300;
}
.gform_wrapper input[type=text]::-ms-input-placeholder, .gform_wrapper input[type=email]::-ms-input-placeholder, .gform_wrapper input[type=tel]::-ms-input-placeholder, .gform_wrapper input[type=url]::-ms-input-placeholder, .gform_wrapper input[type=password]::-ms-input-placeholder, .gform_wrapper input[type=number]::-ms-input-placeholder, .gform_wrapper textarea::-ms-input-placeholder, .gform_wrapper select::-ms-input-placeholder {
  color: #A4A4A4;
  font-weight: 300;
}
.gform_wrapper input[type=text]::placeholder, .gform_wrapper input[type=email]::placeholder, .gform_wrapper input[type=tel]::placeholder, .gform_wrapper input[type=url]::placeholder, .gform_wrapper input[type=password]::placeholder, .gform_wrapper input[type=number]::placeholder, .gform_wrapper textarea::placeholder, .gform_wrapper select::placeholder {
  color: #A4A4A4;
  font-weight: 300;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  margin-bottom: 4px;
}
.gform_wrapper .gfield_checkbox input, .gform_wrapper .gfield_radio input {
  margin-right: 4px;
}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
  font-weight: normal;
  color: #ffffff;
  display: inline-block;
}
.gform_wrapper .gfield_description.gfield_instruction {
  font-size: 0.9em;
  color: white;
  margin-top: 4px;
}

.gform_wrapper .gform_footer {
  padding-top: 20px;
}
.gform_wrapper .gform_footer .gform_button {
  font-size: clamp(1rem, 0.822rem + 0.444vw, 1.25rem);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
  padding: 10px 5px;
  background-color: transparent;
  position: relative;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .gform_wrapper .gform_footer .gform_button:hover, .gform_wrapper .gform_footer .gform_button:focus {
    background-color: transparent;
    color: #ffffff;
  }
  .gform_wrapper .gform_footer .gform_button:hover:before, .gform_wrapper .gform_footer .gform_button:focus:before {
    width: calc(100% - 10px);
  }
}
.gform_wrapper .gform_footer .gform_button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #2FF2AF;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.gform_wrapper .gform_validation_error {
  border-top: 1px solid #d93025;
  border-bottom: 1px solid #d93025;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fbeae8;
  color: #d93025;
}
.gform_wrapper .gfield_error {
  border-left: none;
  padding-left: 0;
}
.gform_wrapper .gfield_error .validation_message {
  color: #d93025;
  font-size: 0.9em;
  margin-top: 4px;
  display: none;
}
.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea, .gform_wrapper .gfield_error select {
  border-color: #d93025;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gform_wrapper .gform_confirmation_wrapper {
  border: 1px solid #1e8e3e;
  background-color: #a5ecba;
  color: #1e8e3e;
  padding: 20px;
  border-radius: 0px;
}

h1,
.h1 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: clamp(3.75rem, 1.528rem + 5.556vw, 6.875rem);
  line-height: 90%;
  color: #ffffff;
  letter-spacing: -2.2px;
}
.short-window h1,
.short-window .h1 {
  font-size: clamp(2.5rem, 0.722rem + 4.444vw, 5rem);
}
h1 .change-font,
.h1 .change-font {
  color: #50A9FF;
}

h2,
.h2 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 0.722rem + 4.444vw, 5rem);
  line-height: 90%;
  color: #ffffff;
  letter-spacing: -1.52px;
}
.short-window h2,
.short-window .h2 {
  font-size: clamp(1.875rem, 0.542rem + 3.333vw, 3.75rem);
}
h2 .change-font,
.h2 .change-font {
  color: #50A9FF;
}

h3,
.h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  line-height: 90%;
  color: #ffffff;
  letter-spacing: -0.95px;
  font-size: clamp(1.875rem, 0.986rem + 2.222vw, 3.125rem);
}
.short-window h3,
.short-window .h3 {
  font-size: clamp(1.5rem, 0.789rem + 1.778vw, 2.5rem);
}
h3 .change-font,
.h3 .change-font {
  color: #2FF2AF;
}

h4,
.h4 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  line-height: 90%;
  color: #ffffff;
  font-size: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
  letter-spacing: -0.76px;
}

h5,
.h5 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  line-height: 90%;
  color: #ffffff;
  font-size: clamp(1.125rem, 0.592rem + 1.333vw, 1.875rem);
  letter-spacing: -0.57px;
}
.short-window h5,
.short-window .h5 {
  font-size: clamp(1rem, 0.644rem + 0.889vw, 1.5rem);
}
h5 .change-font,
.h5 .change-font {
  color: #2FF2AF;
}

.body-1 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(1.125rem, 0.858rem + 0.667vw, 1.5rem);
  line-height: 150%;
  color: #A4A4A4;
  letter-spacing: -0.48px;
}
.short-window .body-1 {
  font-size: clamp(1rem, 0.822rem + 0.444vw, 1.25rem);
}
.body-1.inverse {
  color: #ffffff;
}

.body-2 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 0.911rem + 0.222vw, 1.125rem);
  line-height: 150%;
  color: #ffffff;
  letter-spacing: -0.36px;
}
.short-window .body-2 {
  font-size: clamp(0.875rem, 0.786rem + 0.222vw, 1rem);
}
.body-2.secondary {
  color: #A4A4A4;
}
.body-2.spring {
  color: #2FF2AF;
}

.body-3 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 150%;
  color: #ffffff;
  letter-spacing: -0.32px;
}
.short-window .body-3 {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}

.body-large {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(1.25rem, 0.717rem + 1.333vw, 2rem);
  line-height: 130%;
  color: #ffffff;
  letter-spacing: -0.64px;
}
.short-window .body-large {
  font-size: clamp(1.125rem, 0.858rem + 0.667vw, 1.5rem);
}
.body-large.spring {
  color: #2FF2AF;
}

.body-xlarge {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(1.5625rem, 0.54rem + 2.556vw, 3rem);
  line-height: 130%;
  color: #ffffff;
  letter-spacing: -0.96px;
}
.short-window .body-xlarge {
  font-size: clamp(1.25rem, 0.717rem + 1.333vw, 2rem);
}
.body-xlarge .change-font {
  color: #2FF2AF;
}

.body-stat {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, -2.389rem + 12.222vw, 9.375rem);
  line-height: 90%;
  color: #ffffff;
  letter-spacing: -3px;
}
.short-window .body-stat {
  font-size: clamp(1.875rem, -1.236rem + 7.778vw, 6.25rem);
}
.body-stat .change-font, .body-stat.spring {
  color: #2FF2AF;
}

.eyebrow {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(0.9375rem, 0.893rem + 0.111vw, 1rem);
  line-height: 90%;
  color: #ffffff;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.short-window .eyebrow {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.eyebrow.secondary {
  color: #A4A4A4;
}

.underline-link {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
  padding: 10px 5px;
  background-color: transparent;
  position: relative;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
}
.short-window .underline-link {
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .underline-link:hover, .underline-link:focus {
    background-color: transparent;
    color: #ffffff;
  }
  .underline-link:hover:before, .underline-link:focus:before {
    width: calc(100% - 10px);
  }
}
.underline-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #2FF2AF;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.draw-border {
  /* GSAP will animate these from 0 to 1 */
  --draw-width: 0;
  --draw-height: 0;
  position: absolute;
  display: inline-block;
  z-index: 1;
  /* Top border */
  /* Bottom border */
  /* Left border */
  /* Right border */
}
.draw-border.t {
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
}
.draw-border.t:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8E98A3;
  -webkit-transform: scaleX(var(--draw-width));
          transform: scaleX(var(--draw-width));
  -webkit-transform-origin: left;
          transform-origin: left;
}
.draw-border.t.from-l:after {
  -webkit-transform-origin: left;
          transform-origin: left;
}
.draw-border.t.from-r:after {
  -webkit-transform-origin: right;
          transform-origin: right;
}
.draw-border.t.from-m:after {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.draw-border.b {
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
}
.draw-border.b:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8E98A3;
  -webkit-transform: scaleX(var(--draw-width));
          transform: scaleX(var(--draw-width));
  -webkit-transform-origin: left;
          transform-origin: left;
}
.draw-border.b.from-l:after {
  -webkit-transform-origin: left;
          transform-origin: left;
}
.draw-border.b.from-r:after {
  -webkit-transform-origin: right;
          transform-origin: right;
}
.draw-border.b.from-m:after {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.draw-border.l {
  width: 1px;
  height: 100%;
  top: 0;
  left: -1px;
}
.draw-border.l:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #8E98A3;
  -webkit-transform: scaleY(var(--draw-height));
          transform: scaleY(var(--draw-height));
  -webkit-transform-origin: top;
          transform-origin: top;
}
.draw-border.l.from-t:after {
  -webkit-transform-origin: top;
          transform-origin: top;
}
.draw-border.l.from-b:after {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.draw-border.l.from-m:after {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.draw-border.r {
  width: 1px;
  height: 100%;
  top: 0;
  right: -1px;
}
.draw-border.r:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #8E98A3;
  -webkit-transform: scaleY(var(--draw-height));
          transform: scaleY(var(--draw-height));
  -webkit-transform-origin: top;
          transform-origin: top;
}
.draw-border.r.from-t:after {
  -webkit-transform-origin: top;
          transform-origin: top;
}
.draw-border.r.from-b:after {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.draw-border.r.from-m:after {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.default-content .wp-block-image {
  margin: 40px 0;
  position: relative;
}
.default-content .wp-block-columns {
  margin: 30px 0;
}
.default-content .wp-block-columns .wp-block-image {
  margin: 0;
}
.default-content .wp-block-quote {
  background-color: #001D38;
  border: none;
  padding: 40px;
  margin: 40px 0;
}
.default-content .wp-block-quote p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #fefefe;
}
.default-content .wp-block-quote cite {
  color: #fefefe;
  margin-top: 10px;
}

.post-content {
  margin-top: clamp(6.25rem, -7.083rem + 33.333vw, 25rem);
}
.post-content .content-meta {
  margin-top: clamp(3.125rem, 1.347rem + 4.444vw, 5.625rem);
  margin-left: -50px;
  margin-right: -50px;
}
@media print, screen and (max-width: 74.99875em) {
  .post-content .content-meta {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 39.99875em) {
  .post-content .content-meta {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.post-content .content-meta > .cell {
  padding-left: 50px;
  padding-right: 50px;
}
@media print, screen and (max-width: 74.99875em) {
  .post-content .content-meta > .cell {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 39.99875em) {
  .post-content .content-meta > .cell {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.post-content .content-meta .meta-text {
  margin-top: clamp(0.3125rem, 0.09rem + 0.556vw, 0.625rem);
}
.post-content .content {
  margin-top: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
}
.post-content .content h1,
.post-content .content h2,
.post-content .content h3,
.post-content .content h4,
.post-content .content h5,
.post-content .content h6 {
  margin-bottom: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
}

.home-hero .sq {
  padding-top: 100%;
  position: relative;
}
.home-hero .sq .plus {
  width: 60px;
  height: 60px;
  position: absolute;
  left: -30px;
  bottom: -30px;
  cursor: pointer;
  z-index: 2;
}
@media print, screen and (max-width: 74.99875em) {
  .home-hero .sq .plus {
    width: 50px;
    height: 50px;
    left: -25px;
    bottom: -25px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .home-hero .sq .plus {
    left: calc(58.3333333333% - 25px);
  }
}
@media screen and (max-width: 39.99875em) {
  .home-hero .sq .plus {
    left: auto;
    right: calc(0% - 25px);
  }
}
.home-hero .sq .plus:before, .home-hero .sq .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 18px);
  height: 6px;
  background-color: #2FF2AF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}
@media print, screen and (max-width: 74.99875em) {
  .home-hero .sq .plus:before, .home-hero .sq .plus:after {
    height: 4px;
  }
}
.home-hero .sq .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media print, screen and (min-width: 40em) {
  .home-hero .sq .plus:hover:before, .home-hero .sq .plus:hover:after {
    width: calc(100% - 25px);
  }
}
.home-hero .sq .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
.home-hero .sq .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 74.99875em) {
  .home-hero .hero-text {
    padding-top: clamp(3.125rem, 0.903rem + 5.556vw, 6.25rem);
    padding-bottom: clamp(3.125rem, 0.903rem + 5.556vw, 6.25rem);
  }
}
.home-hero .hero-text .hero-content {
  margin-top: clamp(1.25rem, 0.539rem + 1.778vw, 2.25rem);
}
.home-hero .hero-text .hero-link {
  margin-top: clamp(1.25rem, 0.539rem + 1.778vw, 2.25rem);
}

.home-intro {
  margin-top: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
  margin-bottom: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
}
.home-intro .intro .intro-heading {
  margin-top: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
}
.home-intro .intro .intro-content {
  margin-top: clamp(2.8125rem, 0.679rem + 5.333vw, 5.8125rem);
}

.home-cards {
  padding-top: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
}
.home-cards .cards {
  margin-top: clamp(1.875rem, 0.986rem + 2.222vw, 3.125rem);
  margin-left: clamp(-0.625rem, 0.708rem + -3.333vw, -2.5rem);
  margin-right: clamp(-0.625rem, 0.708rem + -3.333vw, -2.5rem);
}
.home-cards .cards .card {
  margin-top: clamp(1.875rem, 0.986rem + 2.222vw, 3.125rem);
  padding-left: clamp(0.625rem, -0.708rem + 3.333vw, 2.5rem);
  padding-right: clamp(0.625rem, -0.708rem + 3.333vw, 2.5rem);
}
.home-cards .cards .card .card-content {
  margin-top: clamp(1.25rem, 1.161rem + 0.222vw, 1.375rem);
}

.home-teamimage .heading-container {
  margin-top: clamp(3.125rem, 0.903rem + 5.556vw, 6.25rem);
  margin-bottom: clamp(3.125rem, 0.903rem + 5.556vw, 6.25rem);
  padding-top: clamp(13.75rem, 10.194rem + 8.889vw, 18.75rem);
  padding-bottom: clamp(13.75rem, 10.194rem + 8.889vw, 18.75rem);
  position: relative;
}
.home-teamimage .heading-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #8E98A3;
  z-index: 0;
}
.home-teamimage .heading-container > .grid-x {
  padding-top: clamp(1.875rem, 0.986rem + 2.222vw, 3.125rem);
  padding-bottom: clamp(1.875rem, 0.986rem + 2.222vw, 3.125rem);
  background-color: #001D38;
}
.home-teamimage .heading-container > .grid-x .teamimage-heading {
  text-align: center;
  margin: 0;
  position: relative;
}
.home-teamimage .heading-container > .grid-x .teamimage-content {
  padding-top: clamp(1.875rem, 1.431rem + 1.111vw, 2.5rem);
  text-align: center;
  position: relative;
}
.home-teamimage .teamimage img {
  width: 100%;
}
.home-teamimage .teamimage .text-container {
  position: absolute;
  width: clamp(3.125rem, 2.147rem + 2.444vw, 4.5rem);
  height: clamp(3.125rem, 2.147rem + 2.444vw, 4.5rem);
  cursor: pointer;
}
.home-teamimage .teamimage .text-container.top-left .text {
  right: clamp(1.5625rem, 1.074rem + 1.222vw, 2.25rem);
  bottom: clamp(1.5625rem, 1.074rem + 1.222vw, 2.25rem);
}
.home-teamimage .teamimage .text-container.top-right .text {
  left: clamp(1.5625rem, 1.074rem + 1.222vw, 2.25rem);
  bottom: clamp(1.5625rem, 1.074rem + 1.222vw, 2.25rem);
}
.home-teamimage .teamimage .text-container.bottom-left .text {
  right: clamp(1.5625rem, 1.074rem + 1.222vw, 2.25rem);
  top: clamp(1.5625rem, 1.074rem + 1.222vw, 2.25rem);
}
.home-teamimage .teamimage .text-container.bottom-right .text {
  left: clamp(1.5625rem, 1.074rem + 1.222vw, 2.25rem);
  top: clamp(1.5625rem, 1.074rem + 1.222vw, 2.25rem);
}
.home-teamimage .teamimage .text-container:before, .home-teamimage .teamimage .text-container:after {
  content: "";
  position: absolute;
  width: clamp(1.875rem, 1.342rem + 1.333vw, 2.625rem);
  height: clamp(0.25rem, 0.161rem + 0.222vw, 0.375rem);
  background-color: #2FF2AF;
  left: calc(50% - clamp(0.9375rem, 0.671rem + 0.667vw, 1.3125rem));
  top: calc(50% - clamp(0.125rem, 0.081rem + 0.111vw, 0.1875rem));
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-teamimage .teamimage .text-container:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media print, screen and (min-width: 40em) {
  .home-teamimage .teamimage .text-container:hover .text {
    opacity: 1;
  }
}
.home-teamimage .teamimage .text-container .text {
  position: absolute;
  background-color: #001D38;
  width: 190px;
  padding: 40px 20px 30px 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.home-teamimage .teamimage .text-container .text .text-name {
  margin-top: 7px;
}

.home-stats {
  margin-top: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
}
.home-stats .stats-content {
  margin-top: clamp(1.875rem, 1.431rem + 1.111vw, 2.5rem);
}
.home-stats .stats {
  margin-top: clamp(3.75rem, 2.861rem + 2.222vw, 5rem);
  margin-right: clamp(-0.625rem, -0.403rem + -0.556vw, -0.9375rem);
  margin-left: clamp(-0.625rem, -0.403rem + -0.556vw, -0.9375rem);
}
.home-stats .stats .stat {
  margin-bottom: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
  padding-left: clamp(0.625rem, 0.403rem + 0.556vw, 0.9375rem);
  padding-right: clamp(0.625rem, 0.403rem + 0.556vw, 0.9375rem);
}
.home-stats .stats .stat .stat-title {
  margin-top: clamp(1.25rem, 0.806rem + 1.111vw, 1.875rem);
}

.about-hero .hero-images {
  position: relative;
  left: 30px;
}
@media screen and (max-width: 39.99875em) {
  .about-hero .hero-images {
    left: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 125px;
  }
}
@media print, screen and (min-width: 40em) {
  .about-hero .hero-images .hero-image-2 {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    height: 100%;
  }
}
.about-hero .hero-images .hero-image-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 300%;
  background-color: #8E98A3;
  z-index: 0;
}
.about-hero .hero-images .hero-image-2 img {
  z-index: 1;
  position: relative;
}
.about-hero .hero-images .hero-image-2 .plus {
  width: 60px;
  height: 60px;
  position: absolute;
  left: -30px;
  top: -30px;
  cursor: pointer;
  z-index: 2;
}
@media print, screen and (max-width: 74.99875em) {
  .about-hero .hero-images .hero-image-2 .plus {
    width: 50px;
    height: 50px;
    left: -25px;
    top: -25px;
  }
}
.about-hero .hero-images .hero-image-2 .plus:before, .about-hero .hero-images .hero-image-2 .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 18px);
  height: 6px;
  background-color: #2FF2AF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}
@media print, screen and (max-width: 74.99875em) {
  .about-hero .hero-images .hero-image-2 .plus:before, .about-hero .hero-images .hero-image-2 .plus:after {
    height: 4px;
  }
}
.about-hero .hero-images .hero-image-2 .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media print, screen and (min-width: 40em) {
  .about-hero .hero-images .hero-image-2 .plus:hover:before, .about-hero .hero-images .hero-image-2 .plus:hover:after {
    width: calc(100% - 25px);
  }
}
.about-hero .hero {
  margin-top: clamp(5rem, 4.111rem + 2.222vw, 6.25rem);
}
.about-hero .hero .hero-content {
  margin-top: 40px;
}

.about-intro {
  margin-top: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
}
.about-intro .intro-heading {
  font-size: clamp(2.1875rem, 0.454rem + 4.333vw, 4.625rem);
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -1.406px;
}
@media screen and (max-width: 39.99875em) {
  .about-intro .intro-heading {
    background-color: #001D38;
    padding-top: 40px;
  }
}
.about-intro .intro-text {
  background-color: #001D38;
  padding-top: clamp(2.5rem, 1.611rem + 2.222vw, 3.75rem);
}
.about-intro .intro-text .intro-content {
  margin-top: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
}

.about-services {
  margin-top: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
}
.about-services .services-container {
  padding: clamp(3.125rem, -3.542rem + 16.667vw, 12.5rem) clamp(1.25rem, -2.306rem + 8.889vw, 6.25rem);
  position: relative;
  border-bottom: 1px solid #8E98A3;
}
.about-services .services-container .services-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #001D38;
  padding: clamp(0.3125rem, 0.09rem + 0.556vw, 0.625rem) clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
  z-index: 2;
}
.about-services .services-container .services-content {
  margin-top: clamp(1.25rem, 0.183rem + 2.667vw, 2.75rem);
}
.about-services .services-container .services {
  margin-top: clamp(1.875rem, -3.458rem + 13.333vw, 9.375rem);
  margin-left: -20px;
  margin-right: -20px;
}
.about-services .services-container .services .service {
  margin-top: clamp(1.875rem, 0.986rem + 2.222vw, 3.125rem);
  padding-left: 20px;
  padding-right: 20px;
}
.about-services .services-container .services .service .service-title {
  margin-top: clamp(1.875rem, 0.675rem + 3vw, 3.5625rem);
}
.about-services .services-container .services .service .service-text {
  margin-top: clamp(1.25rem, 0.806rem + 1.111vw, 1.875rem);
}

.about-team {
  margin-top: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
}
.about-team .team-grid {
  margin-top: clamp(5rem, 0.733rem + 10.667vw, 11rem);
  border-right: 1px solid #8E98A3;
  border-top: 1px solid #8E98A3;
}
.about-team .team-grid .item {
  position: relative;
}
.about-team .team-grid .item:last-child .item-block {
  border-right: 1px solid #8E98A3;
}
.about-team .team-grid .item::before, .about-team .team-grid .item::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 200vw;
  height: 1px;
  background-color: #8E98A3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-team .team-grid .item::after {
  top: auto;
  bottom: 0px;
}
.about-team .team-grid .item.bl .item-block .block .image-container .image {
  top: auto;
  bottom: 0;
}
.about-team .team-grid .item.bl .item-block .block .image-container .plus {
  top: auto;
  bottom: -30px;
}
@media print, screen and (max-width: 74.99875em) {
  .about-team .team-grid .item.bl .item-block .block .image-container .plus {
    bottom: -25px;
  }
}
.about-team .team-grid .item.bl .item-block .block .hover-text .text {
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
}
.about-team .team-grid .item.br .item-block .block .image-container .image {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.about-team .team-grid .item.br .item-block .block .image-container .plus {
  top: auto;
  bottom: -30px;
  left: auto;
  right: -30px;
}
@media print, screen and (max-width: 74.99875em) {
  .about-team .team-grid .item.br .item-block .block .image-container .plus {
    bottom: -25px;
    right: -25px;
  }
}
.about-team .team-grid .item.br .item-block .block .text-container {
  text-align: left;
}
.about-team .team-grid .item.br .item-block .block .hover-text .text {
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}
.about-team .team-grid .item.tr .item-block .block .image-container .image {
  left: auto;
  right: 0;
}
.about-team .team-grid .item.tr .item-block .block .image-container .plus {
  left: auto;
  right: -30px;
}
@media print, screen and (max-width: 74.99875em) {
  .about-team .team-grid .item.tr .item-block .block .image-container .plus {
    right: -25px;
  }
}
.about-team .team-grid .item.tr .item-block .block .text-container {
  text-align: left;
}
.about-team .team-grid .item.tr .item-block .block .hover-text .text {
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
.about-team .team-grid .item .item-block {
  padding-top: 100%;
  position: relative;
  border-left: 1px solid #8E98A3;
  border-bottom: 1px solid #8E98A3;
}
.about-team .team-grid .item .item-block .block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-team .team-grid .item .item-block .block.is-hovered .hover-text .text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.about-team .team-grid .item .item-block .block .image-container .image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 72.5%;
  max-height: 72.5%;
  width: auto;
  height: auto;
}
.about-team .team-grid .item .item-block .block .image-container .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.about-team .team-grid .item .item-block .block .image-container .plus {
  width: 60px;
  height: 60px;
  position: absolute;
  left: -30px;
  top: -30px;
  cursor: pointer;
  z-index: 2;
}
@media print, screen and (max-width: 74.99875em) {
  .about-team .team-grid .item .item-block .block .image-container .plus {
    width: 50px;
    height: 50px;
    left: -25px;
    top: -25px;
  }
}
.about-team .team-grid .item .item-block .block .image-container .plus:before, .about-team .team-grid .item .item-block .block .image-container .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 18px);
  height: 6px;
  background-color: #2FF2AF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}
@media print, screen and (max-width: 74.99875em) {
  .about-team .team-grid .item .item-block .block .image-container .plus:before, .about-team .team-grid .item .item-block .block .image-container .plus:after {
    height: 4px;
  }
}
.about-team .team-grid .item .item-block .block .image-container .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media print, screen and (min-width: 40em) {
  .about-team .team-grid .item .item-block .block .image-container .plus:hover:before, .about-team .team-grid .item .item-block .block .image-container .plus:hover:after {
    width: calc(100% - 25px);
  }
}
.about-team .team-grid .item .item-block .block .text-container {
  text-align: right;
  padding: 15px 30px 15px 30px;
}
.about-team .team-grid .item .item-block .block .text-container .text-container-name {
  margin: 7px 0 0 0;
}
.about-team .team-grid .item .item-block .block .hover-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.about-team .team-grid .item .item-block .block .hover-text .text {
  background-color: #001D38;
  padding: clamp(1.25rem, 0.806rem + 1.111vw, 1.875rem);
  opacity: 0;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  height: 100%;
  width: 100%;
}

.about-values {
  margin-top: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
}
.about-values .values {
  min-height: 100vh;
}
.about-values .values .values-content {
  margin-top: clamp(2.5rem, 1.033rem + 3.667vw, 4.5625rem);
}
.about-values .values .values-list {
  padding-left: clamp(0.0625rem, -3.671rem + 9.333vw, 5.3125rem);
}
@media screen and (max-width: 63.99875em) {
  .about-values .values .values-list {
    margin-top: 40px;
    padding-left: 0;
  }
}
.about-values .values .values-list .value {
  margin-top: clamp(1.875rem, 1.697rem + 0.444vw, 2.125rem);
  opacity: 0.5;
  -webkit-transition: color 0.5s, opacity 0.5s;
  transition: color 0.5s, opacity 0.5s;
  font-size: clamp(3.75rem, 1.972rem + 4.444vw, 6.25rem);
}
.about-values .values .values-list .value.highlighted {
  opacity: 1;
  color: #2FF2AF;
}

.partnerships-hero {
  margin-top: clamp(6.25rem, -7.083rem + 33.333vw, 25rem);
}
.partnerships-hero .hero .hero-content {
  margin-top: clamp(1.875rem, 1.431rem + 1.111vw, 2.5rem);
}

.partnerships-sectors {
  min-height: 100vh;
  margin-top: clamp(6.25rem, -0.861rem + 17.778vw, 16.25rem);
}
.partnerships-sectors .sector {
  position: absolute;
}
.partnerships-sectors .sector:nth-child(1) {
  top: 0;
  left: 11.71428571%;
}
.partnerships-sectors .sector:nth-child(2) {
  top: 10.9898675%;
  left: 46.22857143%;
}
.partnerships-sectors .sector:nth-child(3) {
  top: 3.507404521%;
  left: 82%;
}
.partnerships-sectors .sector:nth-child(4) {
  top: 34.91816056%;
  left: 0;
}
.partnerships-sectors .sector:nth-child(5) {
  top: 56.66406859%;
  right: 0;
}
.partnerships-sectors .sector:nth-child(6) {
  top: 71.94076383%;
  left: 19.2%;
}
.partnerships-sectors .sector:nth-child(7) {
  top: 79.42322681%;
  left: 56.62857143%;
}
.partnerships-sectors .sector .sector-title {
  margin-top: clamp(0.9375rem, 0.893rem + 0.111vw, 1rem);
}
.partnerships-sectors .sectors-text {
  padding-top: clamp(6.25rem, -7.083rem + 33.333vw, 25rem);
  padding-bottom: clamp(6.25rem, -7.083rem + 33.333vw, 25rem);
}
.partnerships-sectors .sectors-text .sectors-content {
  margin-top: clamp(1.875rem, 1.431rem + 1.111vw, 2.5rem);
}

.partnerships-deals {
  margin-top: clamp(6.25rem, 1.806rem + 11.111vw, 12.5rem);
  border-top: 1px solid #8E98A3;
  border-bottom: 1px solid #8E98A3;
}
@media screen and (max-width: 39.99875em) {
  .partnerships-deals > .grid-container {
    padding-left: 0;
    padding-right: 30px;
  }
}
.partnerships-deals .deals {
  border-right: 1px solid #8E98A3;
}
.partnerships-deals .deals .deals-heading {
  padding-top: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
  padding-bottom: clamp(1.25rem, -0.394rem + 4.111vw, 3.5625rem);
  padding-right: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
}
@media print, screen and (max-width: 74.99875em) {
  .partnerships-deals .deals .deals-heading {
    padding: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
    border-left: 1px solid #8E98A3;
  }
}
@media screen and (max-width: 39.99875em) {
  .partnerships-deals .deals .deals-heading {
    border: none;
    padding: 40px 20px 20px 20px;
  }
}
.partnerships-deals .deals .deals-heading .heading {
  margin: 0;
}
.partnerships-deals .deals .deals-content {
  border-left: 1px solid #8E98A3;
}
@media screen and (max-width: 39.99875em) {
  .partnerships-deals .deals .deals-content {
    border: none;
    margin-top: 30px;
  }
}
.partnerships-deals .deals .deals-content .content {
  padding: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
  padding-bottom: clamp(1.25rem, -0.394rem + 4.111vw, 3.5625rem);
}
@media print, screen and (max-width: 74.99875em) {
  .partnerships-deals .deals .deals-content .content {
    padding: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
  }
}
@media screen and (max-width: 63.99875em) {
  .partnerships-deals .deals .deals-content .content-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.partnerships-deals .deals .deals-content .content-link .underline-link {
  margin-right: clamp(1.25rem, -0.083rem + 3.333vw, 3.125rem);
  margin-bottom: clamp(1.25rem, -0.394rem + 4.111vw, 3.5625rem);
}
@media print, screen and (max-width: 74.99875em) {
  .partnerships-deals .deals .deals-content .content-link .underline-link {
    margin-right: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
    margin-left: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
    margin-bottom: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
  }
}

.deals-grid {
  border-left: 1px solid #8E98A3;
  position: relative;
}
@media screen and (max-width: 39.99875em) {
  .deals-grid {
    border: none;
  }
}
.deals-grid:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background-color: #8E98A3;
}
.deals-grid .grid-item {
  border-top: 1px solid #8E98A3;
  position: relative;
}
.deals-grid .grid-item:first-child {
  border-top: none;
}
.deals-grid .grid-item.is-open .toggle-grid-item:after {
  width: 0%;
  opacity: 0;
}
.deals-grid .grid-item .toggle-grid-item {
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(75% - 30px);
  bottom: -30px;
  cursor: pointer;
  z-index: 1;
}
@media print, screen and (max-width: 74.99875em) {
  .deals-grid .grid-item .toggle-grid-item {
    width: 50px;
    height: 50px;
    left: calc(75% - 25px);
    bottom: -25px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .deals-grid .grid-item .toggle-grid-item {
    left: calc(58.3333333333% - 25px);
  }
}
@media screen and (max-width: 39.99875em) {
  .deals-grid .grid-item .toggle-grid-item {
    left: auto;
    right: calc(0% - 25px);
  }
}
.deals-grid .grid-item .toggle-grid-item:before, .deals-grid .grid-item .toggle-grid-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 18px);
  height: 6px;
  background-color: #2FF2AF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}
@media print, screen and (max-width: 74.99875em) {
  .deals-grid .grid-item .toggle-grid-item:before, .deals-grid .grid-item .toggle-grid-item:after {
    height: 4px;
  }
}
.deals-grid .grid-item .toggle-grid-item:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media print, screen and (min-width: 40em) {
  .deals-grid .grid-item .toggle-grid-item:hover:before, .deals-grid .grid-item .toggle-grid-item:hover:after {
    width: calc(100% - 25px);
  }
}
.deals-grid .grid-item .grid-item-title {
  padding: 42px 30px;
}
@media print, screen and (max-width: 74.99875em) {
  .deals-grid .grid-item .grid-item-title {
    padding-left: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
  }
}
@media screen and (max-width: 39.99875em) {
  .deals-grid .grid-item .grid-item-title {
    padding: 30px 20px 0px 20px;
  }
}
.deals-grid .grid-item .grid-item-industry {
  border-left: 1px solid #8E98A3;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 39.99875em) {
  .deals-grid .grid-item .grid-item-industry {
    border: none;
    text-align: left;
    padding: 10px 20px 20px 20px;
  }
}
.deals-grid .grid-item .grid-item-content {
  overflow: hidden;
  position: relative;
  height: 0;
}
.deals-grid .grid-item .grid-item-content .content-text {
  padding: 0 100px 50px 30px;
}
@media print, screen and (max-width: 74.99875em) {
  .deals-grid .grid-item .grid-item-content .content-text {
    padding-left: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
    padding-right: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
  }
}
@media screen and (max-width: 39.99875em) {
  .deals-grid .grid-item .grid-item-content .content-text {
    padding: 0px 30px 30px 20px;
  }
}
.deals-grid .grid-item .grid-item-content .content-meta {
  border-top: 1px solid #8E98A3;
  border-left: 1px solid #8E98A3;
  padding: 40px 30px 50px 40px;
}
@media print, screen and (max-width: 74.99875em) {
  .deals-grid .grid-item .grid-item-content .content-meta {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 39.99875em) {
  .deals-grid .grid-item .grid-item-content .content-meta {
    border: none;
  }
}
.deals-grid .grid-item .grid-item-content .content-meta .meta-item {
  margin-top: clamp(2.5rem, 2.856rem + -0.889vw, 2rem);
}
.deals-grid .grid-item .grid-item-content .content-meta .meta-item:first-child {
  margin-top: 0;
}

.media-hero {
  margin-top: clamp(6.25rem, -7.083rem + 33.333vw, 25rem);
  margin-bottom: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
}

.media-filter {
  border-top: 1px solid #8E98A3;
  border-bottom: 1px solid #8E98A3;
}
.media-filter .filter {
  margin-left: -25px;
  margin-right: -25px;
}
.media-filter .filter .filter-button {
  padding: 30px 25px;
  cursor: pointer;
}

.media-grid .grid {
  border-right: 1px solid #8E98A3;
}
.media-grid .grid .featured-resource {
  padding: 66px 66px 66px 0;
  border-bottom: 1px solid #8E98A3;
}
.media-grid .grid .featured-resource .resource-name {
  margin-top: clamp(0.625rem, 0.181rem + 1.111vw, 1.25rem);
}
.media-grid .grid .resource {
  border-left: 1px solid #8E98A3;
  border-bottom: 1px solid #8E98A3;
}
.media-grid .grid .resource .resource-block {
  padding-top: 100%;
  position: relative;
  min-height: 100%;
}
.media-grid .grid .resource .resource-block > .block {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-grid .grid .resource .resource-block > .block .center {
  margin: auto;
  padding: 20px;
}
.media-grid .grid .resource .resource-block > .block .resource-category {
  margin-bottom: clamp(0.625rem, 0.403rem + 0.556vw, 0.9375rem);
}

.investors-hero .hero .hero-heading {
  padding-top: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
  background-color: #001D38;
  padding-bottom: clamp(1.25rem, -0.839rem + 5.222vw, 4.1875rem);
  position: relative;
  z-index: 1;
}
.investors-hero .hero .hero-content {
  padding-bottom: clamp(3.125rem, -3.542rem + 16.667vw, 12.5rem);
}
@media print, screen and (max-width: 74.99875em) {
  .investors-hero .hero .hero-quote {
    margin-top: clamp(2.5rem, 0.722rem + 4.444vw, 5rem);
  }
}
.investors-hero .hero .hero-quote .quote-icon {
  width: clamp(1.875rem, 0.808rem + 2.667vw, 3.375rem);
  position: relative;
  left: clamp(-1.875rem, -0.808rem + -2.667vw, -3.375rem);
}
@media screen and (max-width: 39.99875em) {
  .investors-hero .hero .hero-quote .quote-icon {
    left: 0;
  }
}
.investors-hero .hero .hero-images {
  position: relative;
  left: -30px;
}
@media screen and (max-width: 39.99875em) {
  .investors-hero .hero .hero-images {
    margin-top: 60px;
  }
}
.investors-hero .hero .hero-images .hero-image-1 {
  position: relative;
}
.investors-hero .hero .hero-images .hero-image-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 300%;
  background-color: #8E98A3;
  z-index: 0;
}
@media screen and (max-width: 39.99875em) {
  .investors-hero .hero .hero-images .hero-image-1:before {
    height: calc(100% + 80px);
  }
}
.investors-hero .hero .hero-images .hero-image-2 {
  position: absolute;
  top: 100%;
  right: 100%;
  width: 100%;
  height: 100%;
}
.investors-hero .hero .hero-images .hero-image-2 img {
  z-index: 1;
  position: relative;
}
.investors-hero .hero .hero-images .hero-image-2 .plus {
  width: 60px;
  height: 60px;
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
  z-index: 2;
}
@media print, screen and (max-width: 74.99875em) {
  .investors-hero .hero .hero-images .hero-image-2 .plus {
    width: 50px;
    height: 50px;
    right: -25px;
    top: -25px;
  }
}
@media screen and (max-width: 39.99875em) {
  .investors-hero .hero .hero-images .hero-image-2 .plus {
    left: auto;
    right: calc(0% - 25px);
  }
}
.investors-hero .hero .hero-images .hero-image-2 .plus:before, .investors-hero .hero .hero-images .hero-image-2 .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 18px);
  height: 6px;
  background-color: #2FF2AF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}
@media print, screen and (max-width: 74.99875em) {
  .investors-hero .hero .hero-images .hero-image-2 .plus:before, .investors-hero .hero .hero-images .hero-image-2 .plus:after {
    height: 4px;
  }
}
.investors-hero .hero .hero-images .hero-image-2 .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.investors-deals {
  margin-top: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
}
.investors-deals .investors-grid {
  border-right: 1px solid #8E98A3;
  position: relative;
  margin-top: clamp(5rem, 1.889rem + 7.778vw, 9.375rem);
  position: relative;
}
.investors-deals .investors-grid:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background-color: #8E98A3;
  z-index: 2;
}
.investors-deals .investors-grid .item {
  border-left: 1px solid #8E98A3;
  position: relative;
}
.investors-deals .investors-grid .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background-color: #8E98A3;
  z-index: 2;
}
.investors-deals .investors-grid .item .item-block {
  padding-top: 100%;
  position: relative;
  min-height: 100%;
}
.investors-deals .investors-grid .item .item-block.is-hovered > .block .block-hover {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.investors-deals .investors-grid .item .item-block.is-hovered .compass {
  opacity: 1;
}
.investors-deals .investors-grid .item .item-block.tr > .block .block-hover {
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
.investors-deals .investors-grid .item .item-block.tr .plus {
  left: auto;
  right: -30px;
}
@media print, screen and (max-width: 74.99875em) {
  .investors-deals .investors-grid .item .item-block.tr .plus {
    right: -25px;
  }
}
.investors-deals .investors-grid .item .item-block.tr .compass {
  left: auto;
  right: -34px;
}
.investors-deals .investors-grid .item .item-block.bl > .block .block-hover {
  bottom: 0;
  top: auto;
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
}
.investors-deals .investors-grid .item .item-block.bl .plus {
  left: -30px;
  bottom: -30px;
  top: auto;
}
@media print, screen and (max-width: 74.99875em) {
  .investors-deals .investors-grid .item .item-block.bl .plus {
    left: -25px;
    top: -25px;
  }
}
.investors-deals .investors-grid .item .item-block.bl .compass {
  top: auto;
  bottom: 34px;
}
.investors-deals .investors-grid .item .item-block.br > .block .block-hover {
  bottom: 0;
  top: auto;
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}
.investors-deals .investors-grid .item .item-block.br .plus {
  left: auto;
  right: -30px;
  bottom: -30px;
  top: auto;
}
@media print, screen and (max-width: 74.99875em) {
  .investors-deals .investors-grid .item .item-block.br .plus {
    right: -25px;
    top: -25px;
  }
}
.investors-deals .investors-grid .item .item-block.br .compass {
  top: auto;
  bottom: 34px;
  left: auto;
  right: -34px;
}
.investors-deals .investors-grid .item .item-block .plus {
  width: 60px;
  height: 60px;
  position: absolute;
  left: -30px;
  top: -30px;
  cursor: pointer;
  z-index: 3;
}
@media print, screen and (max-width: 74.99875em) {
  .investors-deals .investors-grid .item .item-block .plus {
    width: 50px;
    height: 50px;
    left: -25px;
    top: -25px;
  }
}
.investors-deals .investors-grid .item .item-block .plus:before, .investors-deals .investors-grid .item .item-block .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 18px);
  height: 6px;
  background-color: #2FF2AF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}
@media print, screen and (max-width: 74.99875em) {
  .investors-deals .investors-grid .item .item-block .plus:before, .investors-deals .investors-grid .item .item-block .plus:after {
    height: 4px;
  }
}
.investors-deals .investors-grid .item .item-block .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media print, screen and (min-width: 40em) {
  .investors-deals .investors-grid .item .item-block .plus:hover:before, .investors-deals .investors-grid .item .item-block .plus:hover:after {
    width: calc(100% - 25px);
  }
}
.investors-deals .investors-grid .item .item-block .compass {
  position: absolute;
  top: 30px;
  left: -34px;
  width: 68px;
  height: 68px;
  z-index: 1;
  background-color: #001D38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.investors-deals .investors-grid .item .item-block .compass.e svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.investors-deals .investors-grid .item .item-block .compass.s svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.investors-deals .investors-grid .item .item-block .compass.w svg {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.investors-deals .investors-grid .item .item-block .compass svg {
  width: 42px;
  height: 42px;
  margin: auto;
}
.investors-deals .investors-grid .item .item-block > .block {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.investors-deals .investors-grid .item .item-block > .block .block-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.investors-deals .investors-grid .item .item-block > .block .block-hover .center {
  margin: auto;
  padding: 20px;
}
.investors-deals .investors-grid .item .item-block > .block .block-hover .resource-category {
  margin-bottom: clamp(0.625rem, 0.403rem + 0.556vw, 0.9375rem);
}

.investors-purpose {
  margin-top: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
}
.investors-purpose .purpose {
  margin-left: -15px;
  margin-right: -15px;
}
.investors-purpose .purpose .purpose-heading {
  margin-bottom: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .investors-purpose .purpose .purpose-heading {
    margin-bottom: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
  }
}
.investors-purpose .purpose .purpose-content {
  margin-top: 20px;
}

.investors-points {
  margin-top: clamp(6.25rem, 4.028rem + 5.556vw, 9.375rem);
}
.investors-points .points {
  margin-left: -15px;
  margin-right: -15px;
}
.investors-points .points .point {
  margin-top: clamp(3.75rem, 4.639rem + -2.222vw, 2.5rem);
  padding-left: 15px;
  padding-right: 15px;
}
.investors-points .points .point .point-title {
  margin-top: clamp(1.25rem, -0.35rem + 4vw, 3.5rem);
}
.investors-points .points .point .point-text {
  margin-top: clamp(0.625rem, -0.264rem + 2.222vw, 1.875rem);
}

.investors-firms {
  margin-top: clamp(6.25rem, -2.639rem + 22.222vw, 18.75rem);
}
.investors-firms .firms-content {
  margin-top: clamp(1.25rem, 0.361rem + 2.222vw, 2.5rem);
}
.investors-firms .firms-slider {
  margin-top: clamp(5rem, 4.111rem + 2.222vw, 6.25rem);
  margin-left: -100px;
  margin-right: -100px;
}
.investors-firms .firms-slider .swiper-wrapper .swiper-slide .firm-logo {
  padding-top: 100%;
  position: relative;
  border: 1px solid #8E98A3;
}
.investors-firms .firms-slider .swiper-wrapper .swiper-slide .firm-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 72px);
  height: calc(100% - 72px);
}

.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.reveal.contact-form {
  top: 0px !important;
  background-color: transparent;
  border: none;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 39.99875em) {
  .reveal.contact-form {
    padding: 0px;
  }
}
.reveal.contact-form .contact-form-content {
  background-color: #001D38;
  padding: 150px 60px 50px 60px;
  margin-bottom: 60px;
  border: none;
  z-index: 1;
}
@media screen and (max-width: 63.99875em) {
  .reveal.contact-form .contact-form-content {
    padding: 100px 40px 50px 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 39.99875em) {
  .reveal.contact-form .contact-form-content {
    border: none;
    top: 0 !important;
    margin-bottom: 0px;
    padding: 60px 20px 30px 20px;
  }
}
.reveal.contact-form .contact-form-content .close-progress {
  width: 0;
  height: 10px;
  background-color: #2FF2AF;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.reveal.contact-form .contact-form-content .close-button {
  width: 40px;
  height: 40px;
  right: 40px;
  top: 40px;
}
@media print, screen and (max-width: 56.24875em) {
  .reveal.contact-form .contact-form-content .close-button {
    right: 20px;
    top: 20px;
  }
}
.reveal.contact-form .contact-form-content .close-button svg .close-line-1,
.reveal.contact-form .contact-form-content .close-button svg .close-line-2 {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: 20px 20px;
          transform-origin: 20px 20px;
}
@media print, screen and (min-width: 40em) {
  .reveal.contact-form .contact-form-content .close-button:hover svg .close-line-1 {
    -webkit-transform: rotate(45deg) scale(1.1);
            transform: rotate(45deg) scale(1.1);
  }
  .reveal.contact-form .contact-form-content .close-button:hover svg .close-line-2 {
    -webkit-transform: rotate(-45deg) scale(1.1);
            transform: rotate(-45deg) scale(1.1);
  }
}

.relative {
  position: relative;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.height100 {
  height: 100%;
}

.height100vh {
  height: 100vh;
}

.text-indent {
  display: block;
  text-indent: -9999px;
  float: left;
  width: 0;
  height: 0;
}

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

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

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

.uppercase,
.is-caps {
  text-transform: uppercase;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.is-serif,
.font-serif {
  font-family: "Archivo", serif;
}

.is-sans,
.font-sans {
  font-family: "Archivo", sans-serif;
}

.js-no-scroll {
  overflow: hidden !important;
}

.js-body-fixed {
  overflow: hidden;
  margin-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.short-window .hide-for-short-window {
  display: none !important;
}

.b-spacer {
  margin-top: 30px;
  margin-bottom: 0;
  color: #ffffff;
}
.b-spacer--400 {
  height: clamp(10.625rem, 1.736rem + 22.222vw, 23.125rem);
}
.b-spacer--300 {
  height: clamp(7.5rem, 0.833rem + 16.667vw, 16.875rem);
}
.b-spacer--200 {
  height: clamp(4.375rem, -0.069rem + 11.111vw, 10.625rem);
}
.b-spacer--150 {
  height: clamp(3.4375rem, 0.549rem + 7.222vw, 7.5rem);
}
.b-spacer--100 {
  height: clamp(1.25rem, -0.972rem + 5.556vw, 4.375rem);
}
.b-spacer--50 {
  height: clamp(0.0625rem, -2.115rem + 5.444vw, 3.125rem);
}