@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  --c--1: #050F19;
  --c--2: #134A5D;
  --c--3: #F6F6F6;
  --c--4: #FFFFFF;
  --c--5: #01B5DD;
  --c--6: #46DEFF;
  --c--7: #848484;
  --c--8: #000;
}

body,
html {
  overflow-x: clip;
  height: auto;
  min-height: 100%;
}

body {
  background-color: var(--c--4);
  font-family: "DegularDisplay", sans-serif;
  overflow-x: clip;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: none;
  color: var(--c--8);
  letter-spacing: 0.03125rem;
  line-height: 1.4;
  position: relative;
}

body::-webkit-scrollbar {
  display: none;
}

* {
  box-sizing: border-box;
}

#app {
  overflow-x: hidden;
}

main.base {
  overflow: hidden !important;
  background-color: var(--c--1);
  transform: scale(1);
}

@media (max-width: 768px) {
  body.page-template-template_portfolio main.base {
    overflow: initial !important;
  }
}
.page-transition {
  transform: scale(1);
  opacity: 1;
  transition: 0.8s all cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 50% 15%;
  background-color: var(--c--4);
}

.load-in-transition {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c--3);
  transition: 1s all cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  transform: translateY(110%);
}

body.redirecting .header {
  opacity: 0;
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
}

body.redirecting .page-transition {
  transform: scale(0.9);
  opacity: 0.5;
  transition: 0.8s all cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 50% 15%;
}

body.redirecting .load-in-transition {
  transform: translateY(0%);
}

@font-face {
  font-family: "DegularDisplay";
  src: url("../fonts/DegularDisplay/DegularDisplay-Regular.woff2") format("woff2"), url("../fonts/DegularDisplay/DegularDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DegularDisplay";
  src: url("../fonts/DegularDisplay/DegularDisplay-Light.woff2") format("woff2"), url("../fonts/DegularDisplay/DegularDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

u {
  text-decoration: none;
}

a,
a:hover {
  text-decoration: none;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  padding: 0;
  margin: 0;
}

input {
  outline: 0;
  border: 0;
}

dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

img {
  height: auto;
}

fieldset {
  border: 0;
  padding: 0;
}

/*
 * WooCommerce reset to work with the project.
 */
.woocommerce .woocommerce-breadcrumb a {
  color: var(--c--5);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-ordering {
  display: none;
}

.woocommerce ul.products {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products[class*=columns-] li.product {
  margin: 0;
  margin-top: -1px;
  margin-left: -1px;
}

.woocommerce ul.products[class*=columns-] li.product img {
  margin: 0;
}

.woocommerce ul.products[class*=columns-] .button {
  display: none;
}

@media (max-width: 768px) {
  /*
      * Don't keep two columns.
      */
  .woocommerce ul.products {
    margin: auto auto;
  }
  .woocommerce ul.products[class*=columns-] li.product {
    width: calc(100% + 1px);
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: calc(33.333% + 1px);
  }
}
@media (min-width: 1450px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: calc(25% + 1px);
  }
}
#wpadminbar {
  display: none !important;
}

/*Animaitons*/
@-webkit-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  20% {
    top: 1px;
  }
  50% {
    top: 20px;
  }
  80% {
    top: 1px;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  20% {
    top: 1px;
  }
  50% {
    top: 20px;
  }
  80% {
    top: 1px;
  }
  100% {
    top: 1px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
  }
}
@-webkit-keyframes blur-out {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes blur-out {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes scale {
  100% {
    transform: scale(1);
  }
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes glow {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0.25;
  }
  25% {
    transform: scale(0.9) translate(20%, 10%);
    opacity: 0.3;
  }
  50% {
    transform: scale(0.75) translate(10%, 20%);
    opacity: 0.2;
  }
  85% {
    transform: scale(0.9) translate(10%, 10%);
    opacity: 0.28;
  }
  100% {
    opacity: 0.25;
    transform: scale(1) translate(0, 0);
  }
}
@keyframes glow {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0.25;
  }
  25% {
    transform: scale(0.9) translate(20%, 10%);
    opacity: 0.3;
  }
  50% {
    transform: scale(0.75) translate(10%, 20%);
    opacity: 0.2;
  }
  85% {
    transform: scale(0.9) translate(10%, 10%);
    opacity: 0.28;
  }
  100% {
    opacity: 0.25;
    transform: scale(1) translate(0, 0);
  }
}
/*Splitted Text Reveal*/
.splitting {
  transform: scale(0.94);
  will-change: transform;
  opacity: 0;
}

.splitting .word {
  opacity: 0;
  filter: blur(4px);
  will-change: transform;
}

.viewed .splitting {
  opacity: 1;
  transform: scale(1);
  transition: 2.5s transform cubic-bezier(0.5, 1, 0.89, 1);
}

.viewed .splitting .word {
  transition: 0.7s all cubic-bezier(0.11, 0, 0.5, 0) calc(0.5s + 0.2s * var(--word-index));
  opacity: 1;
  filter: blur(0);
}

.splitting span.whitespace {
  display: inline;
}

.splitting {
  transform: scale(1);
}

.viewed .splitting.fast .word {
  transition: 0.7s all cubic-bezier(0.11, 0, 0.5, 0) calc(0.04s * var(--word-index));
}

.animation span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.animation span:nth-child(1) {
  -webkit-animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.animation h1 {
  transform: scale(0.94);
  -webkit-animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

section.team-profile .back-button .arrow, article.team-tile .button .arrow, header.primary .button--3 .arrow, section.team-profile .button .arrow, section.team-cta .button .arrow, section.page-content .button .arrow, section.our-people .button .arrow, section.home-intro .button .arrow, header.primary .button--2 .arrow, article.post .button .arrow, section.threed-carousel .button .arrow, section.home-approach .bottom-button .arrow, section.content404 .button .arrow, section.careers-carousel .button .arrow, section.form .form .gfield_type_submit button .arrow, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button .arrow, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button .arrow,
section.form .form .gform_footer .button .arrow,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button .arrow,
section.form .form .gform_footer input[type=submit] .arrow,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .arrow,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .arrow,
section.form .form .gform_page_footer input.button .arrow,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button .arrow,
section.form .form .gform_page_footer input[type=submit] .arrow,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .arrow,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .arrow, section.home-hero .news-slider .button .arrow, header.primary .button .arrow, article.company-tile.light .button .arrow, section.home-approach .button .arrow {
  color: var(--c--8);
  position: relative;
  transform: translateX(0);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  right: 27px;
}

section.team-profile .back-button .arrow:before, article.team-tile .button .arrow:before, header.primary .button--3 .arrow:before, section.team-profile .button .arrow:before, section.team-cta .button .arrow:before, section.page-content .button .arrow:before, section.our-people .button .arrow:before, section.home-intro .button .arrow:before, header.primary .button--2 .arrow:before, article.post .button .arrow:before, section.threed-carousel .button .arrow:before, section.home-approach .bottom-button .arrow:before, section.content404 .button .arrow:before, section.careers-carousel .button .arrow:before, section.form .form .gfield_type_submit button .arrow:before, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button .arrow:before, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button .arrow:before,
section.form .form .gform_footer .button .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button .arrow:before,
section.form .form .gform_footer input[type=submit] .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .arrow:before,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .arrow:before,
section.form .form .gform_page_footer input.button .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button .arrow:before,
section.form .form .gform_page_footer input[type=submit] .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .arrow:before,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .arrow:before, section.home-hero .news-slider .button .arrow:before, header.primary .button .arrow:before, article.company-tile.light .button .arrow:before, section.home-approach .button .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  width: 10px;
  height: 0.1px;
  transform: translateY(-50%);
  background: var(--c--1);
  border-radius: 10px;
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

section.team-profile .back-button .arrow:after, article.team-tile .button .arrow:after, header.primary .button--3 .arrow:after, section.team-profile .button .arrow:after, section.team-cta .button .arrow:after, section.page-content .button .arrow:after, section.our-people .button .arrow:after, section.home-intro .button .arrow:after, header.primary .button--2 .arrow:after, article.post .button .arrow:after, section.threed-carousel .button .arrow:after, section.home-approach .bottom-button .arrow:after, section.content404 .button .arrow:after, section.careers-carousel .button .arrow:after, section.form .form .gfield_type_submit button .arrow:after, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button .arrow:after, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button .arrow:after,
section.form .form .gform_footer .button .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button .arrow:after,
section.form .form .gform_footer input[type=submit] .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .arrow:after,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .arrow:after,
section.form .form .gform_page_footer input.button .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button .arrow:after,
section.form .form .gform_page_footer input[type=submit] .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .arrow:after,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .arrow:after, section.home-hero .news-slider .button .arrow:after, header.primary .button .arrow:after, article.company-tile.light .button .arrow:after, section.home-approach .button .arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: -4px;
  /*
  left: calc(50% - 0px);
  */
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--c--1);
  border-right: 1px solid var(--c--1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

section.home-hero .news-slider .button, header.primary .button, article.company-tile.light .button, section.home-approach .button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

section.home-hero .news-slider .button .text, header.primary .button .text, article.company-tile.light .button .text, section.home-approach .button .text {
  margin-right: 10px;
  margin-top: -1px;
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

section.home-hero .news-slider .button .arrow, header.primary .button .arrow, article.company-tile.light .button .arrow, section.home-approach .button .arrow {
  right: -7px;
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

section.home-hero .news-slider .button:hover .text, header.primary .button:hover .text, article.company-tile.light .button:hover .text, section.home-approach .button:hover .text {
  color: var(--c--6);
}

section.home-hero .news-slider .button:hover .arrow, header.primary .button:hover .arrow, article.company-tile.light .button:hover .arrow, section.home-approach .button:hover .arrow {
  transform: translateX(5px);
}

section.home-hero .news-slider .button:hover .arrow:before, header.primary .button:hover .arrow:before, article.company-tile.light .button:hover .arrow:before, section.home-approach .button:hover .arrow:before {
  background-color: var(--c--6);
  width: 19px;
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

section.home-hero .news-slider .button:hover .arrow:after, header.primary .button:hover .arrow:after, article.company-tile.light .button:hover .arrow:after, section.home-approach .button:hover .arrow:after {
  border-color: var(--c--6);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

section.home-approach .button .text {
  color: var(--c--4);
}

section.home-approach .button .arrow:before {
  background-color: var(--c--4);
}

section.home-approach .button .arrow:after {
  border-color: var(--c--4);
}

section.team-profile .button, section.team-cta .button, section.page-content .button, section.our-people .button, section.home-intro .button, header.primary .button--2, article.post .button, section.threed-carousel .button, section.home-approach .bottom-button, section.content404 .button, section.careers-carousel .button, section.form .form .gfield_type_submit button, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button,
section.form .form .gform_footer .button,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button,
section.page-content .wysiwyg .gform_wrapper .gform_footer .button,
section.form .form .gform_footer input[type=submit],
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit],
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit],
section.form .form .gform_page_footer input.button,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input.button,
section.form .form .gform_page_footer input[type=submit],
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit],
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 30px;
  border: 1px solid var(--c--1);
  min-width: 220px;
  height: 52px;
  line-height: 3.25rem;
}

section.team-profile .button:before, section.team-cta .button:before, section.page-content .button:before, section.our-people .button:before, section.home-intro .button:before, header.primary .button--2:before, article.post .button:before, section.threed-carousel .button:before, section.home-approach .bottom-button:before, section.content404 .button:before, section.careers-carousel .button:before, section.form .form .gfield_type_submit button:before, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button:before, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button:before,
section.form .form .gform_footer .button:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button:before,
section.page-content .wysiwyg .gform_wrapper .gform_footer .button:before,
section.form .form .gform_footer input[type=submit]:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:before,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:before,
section.form .form .gform_page_footer input.button:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button:before,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input.button:before,
section.form .form .gform_page_footer input[type=submit]:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:before,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:before {
  content: "";
  transition: 0.3s all ease;
  width: 52px;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(5, 15, 25, 0.2);
  position: absolute;
  right: 0;
}

section.team-profile .button .text, section.team-cta .button .text, section.page-content .button .text, section.our-people .button .text, section.home-intro .button .text, header.primary .button--2 .text, article.post .button .text, section.threed-carousel .button .text, section.home-approach .bottom-button .text, section.content404 .button .text, section.careers-carousel .button .text, section.form .form .gfield_type_submit button .text, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button .text, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button .text,
section.form .form .gform_footer .button .text,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button .text,
section.form .form .gform_footer input[type=submit] .text,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .text,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .text,
section.form .form .gform_page_footer input.button .text,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button .text,
section.form .form .gform_page_footer input[type=submit] .text,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .text,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .text {
  padding: 0 70px 0 26px;
  margin-top: -1px;
  margin-right: 10px;
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

section.team-profile .button:hover:before, section.team-cta .button:hover:before, section.page-content .button:hover:before, section.our-people .button:hover:before, section.home-intro .button:hover:before, header.primary .button--2:hover:before, article.post .button:hover:before, section.threed-carousel .button:hover:before, section.home-approach .bottom-button:hover:before, section.content404 .button:hover:before, section.careers-carousel .button:hover:before, section.form .form .gfield_type_submit button:hover:before, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button:hover:before, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button:hover:before,
section.form .form .gform_footer .button:hover:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button:hover:before,
section.form .form .gform_footer input[type=submit]:hover:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:hover:before,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:hover:before,
section.form .form .gform_page_footer input.button:hover:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button:hover:before,
section.form .form .gform_page_footer input[type=submit]:hover:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:hover:before,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:hover:before {
  background: #D9D9D9;
  opacity: 0.2;
  border: 1px solid var(--c--1);
}

section.team-profile .button:hover .arrow:before, section.team-cta .button:hover .arrow:before, section.page-content .button:hover .arrow:before, section.our-people .button:hover .arrow:before, section.home-intro .button:hover .arrow:before, header.primary .button--2:hover .arrow:before, article.post .button:hover .arrow:before, section.threed-carousel .button:hover .arrow:before, section.home-approach .bottom-button:hover .arrow:before, section.content404 .button:hover .arrow:before, section.careers-carousel .button:hover .arrow:before, section.form .form .gfield_type_submit button:hover .arrow:before, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button:hover .arrow:before, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button:hover .arrow:before,
section.form .form .gform_footer .button:hover .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button:hover .arrow:before,
section.form .form .gform_footer input[type=submit]:hover .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:hover .arrow:before,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:hover .arrow:before,
section.form .form .gform_page_footer input.button:hover .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button:hover .arrow:before,
section.form .form .gform_page_footer input[type=submit]:hover .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:hover .arrow:before,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:hover .arrow:before {
  background-color: var(--c--6);
  width: 42px;
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

section.team-profile .button:hover .arrow:after, section.team-cta .button:hover .arrow:after, section.page-content .button:hover .arrow:after, section.our-people .button:hover .arrow:after, section.home-intro .button:hover .arrow:after, header.primary .button--2:hover .arrow:after, article.post .button:hover .arrow:after, section.threed-carousel .button:hover .arrow:after, section.home-approach .bottom-button:hover .arrow:after, section.content404 .button:hover .arrow:after, section.careers-carousel .button:hover .arrow:after, section.form .form .gfield_type_submit button:hover .arrow:after, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button:hover .arrow:after, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button:hover .arrow:after,
section.form .form .gform_footer .button:hover .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button:hover .arrow:after,
section.form .form .gform_footer input[type=submit]:hover .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:hover .arrow:after,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:hover .arrow:after,
section.form .form .gform_page_footer input.button:hover .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button:hover .arrow:after,
section.form .form .gform_page_footer input[type=submit]:hover .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:hover .arrow:after,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:hover .arrow:after {
  border-color: var(--c--6);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

section.threed-carousel .button, section.home-approach .bottom-button, section.content404 .button, section.careers-carousel .button, section.form .form .gfield_type_submit button, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button,
section.form .form .gform_footer .button,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button,
section.page-content .wysiwyg .gform_wrapper .gform_footer .button,
section.form .form .gform_footer input[type=submit],
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit],
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit],
section.form .form .gform_page_footer input.button,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input.button,
section.form .form .gform_page_footer input[type=submit],
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit],
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] {
  color: var(--c--4);
  border: 1px solid var(--c--4);
}

section.threed-carousel .button:before, section.home-approach .bottom-button:before, section.content404 .button:before, section.careers-carousel .button:before, section.form .form .gfield_type_submit button:before, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button:before, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button:before,
section.form .form .gform_footer .button:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button:before,
section.page-content .wysiwyg .gform_wrapper .gform_footer .button:before,
section.form .form .gform_footer input[type=submit]:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:before,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:before,
section.form .form .gform_page_footer input.button:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button:before,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input.button:before,
section.form .form .gform_page_footer input[type=submit]:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:before,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:before {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

section.threed-carousel .button .arrow:before, section.home-approach .bottom-button .arrow:before, section.content404 .button .arrow:before, section.careers-carousel .button .arrow:before, section.form .form .gfield_type_submit button .arrow:before, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button .arrow:before, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button .arrow:before,
section.form .form .gform_footer .button .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button .arrow:before,
section.page-content .wysiwyg .gform_wrapper .gform_footer .button .arrow:before,
section.form .form .gform_footer input[type=submit] .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .arrow:before,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .arrow:before,
section.form .form .gform_page_footer input.button .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button .arrow:before,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input.button .arrow:before,
section.form .form .gform_page_footer input[type=submit] .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .arrow:before,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .arrow:before, section.threed-carousel .button .arrow:after, section.home-approach .bottom-button .arrow:after, section.content404 .button .arrow:after, section.careers-carousel .button .arrow:after, section.form .form .gfield_type_submit button .arrow:after, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button .arrow:after, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button .arrow:after,
section.form .form .gform_footer .button .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button .arrow:after,
section.page-content .wysiwyg .gform_wrapper .gform_footer .button .arrow:after,
section.form .form .gform_footer input[type=submit] .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .arrow:after,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .arrow:after,
section.form .form .gform_page_footer input.button .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button .arrow:after,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input.button .arrow:after,
section.form .form .gform_page_footer input[type=submit] .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .arrow:after,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .arrow:after {
  filter: brightness(111);
}

section.threed-carousel .button:hover:before, section.home-approach .bottom-button:hover:before, section.content404 .button:hover:before, section.careers-carousel .button:hover:before, section.form .form .gfield_type_submit button:hover:before, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button:hover:before, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button:hover:before,
section.form .form .gform_footer .button:hover:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button:hover:before,
section.page-content .wysiwyg .gform_wrapper .gform_footer .button:hover:before,
section.form .form .gform_footer input[type=submit]:hover:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:hover:before,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:hover:before,
section.form .form .gform_page_footer input.button:hover:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button:hover:before,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input.button:hover:before,
section.form .form .gform_page_footer input[type=submit]:hover:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:hover:before,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:hover:before {
  border-color: transparent;
}

section.threed-carousel .button:hover .arrow:before, section.home-approach .bottom-button:hover .arrow:before, section.content404 .button:hover .arrow:before, section.careers-carousel .button:hover .arrow:before, section.form .form .gfield_type_submit button:hover .arrow:before, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button:hover .arrow:before, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button:hover .arrow:before,
section.form .form .gform_footer .button:hover .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button:hover .arrow:before,
section.page-content .wysiwyg .gform_wrapper .gform_footer .button:hover .arrow:before,
section.form .form .gform_footer input[type=submit]:hover .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:hover .arrow:before,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:hover .arrow:before,
section.form .form .gform_page_footer input.button:hover .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button:hover .arrow:before,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input.button:hover .arrow:before,
section.form .form .gform_page_footer input[type=submit]:hover .arrow:before,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:hover .arrow:before,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:hover .arrow:before, section.threed-carousel .button:hover .arrow:after, section.home-approach .bottom-button:hover .arrow:after, section.content404 .button:hover .arrow:after, section.careers-carousel .button:hover .arrow:after, section.form .form .gfield_type_submit button:hover .arrow:after, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit button:hover .arrow:after, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit button:hover .arrow:after,
section.form .form .gform_footer .button:hover .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button:hover .arrow:after,
section.page-content .wysiwyg .gform_wrapper .gform_footer .button:hover .arrow:after,
section.form .form .gform_footer input[type=submit]:hover .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:hover .arrow:after,
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit]:hover .arrow:after,
section.form .form .gform_page_footer input.button:hover .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button:hover .arrow:after,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input.button:hover .arrow:after,
section.form .form .gform_page_footer input[type=submit]:hover .arrow:after,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:hover .arrow:after,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit]:hover .arrow:after {
  filter: brightness(1);
}

header.primary .button--3 {
  display: inline-flex;
  align-items: center;
  position: relative;
}

header.primary .button--3:before {
  content: "";
  transition: 0.3s all ease;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(5, 15, 25, 0.2);
  position: absolute;
  right: 0;
}

header.primary .button--3 .text {
  margin-right: 70px;
}

header.primary .button--3 .arrow {
  right: -7px !important;
}

header.primary .button--3:hover:before {
  background: rgba(5, 15, 25, 0.3);
  opacity: 0.2;
  border: 1px solid var(--c--1);
}

header.primary .button--3:hover .arrow:before {
  background-color: var(--c--6);
  width: 42px;
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

header.primary .button--3:hover .arrow:after {
  border-color: var(--c--6);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

section.approach-graphic .swiper-button-next, section.approach-graphic .swiper-button-prev, section.timeline .mobile-scroller .icon, section.approach-graphic .action-tip .icon, section.threed-carousel .swiper-button-next, section.threed-carousel .swiper-button-prev, section.home-stats .swiper-button-next, section.home-stats .swiper-button-prev, section.home-hero .scroll-down, section.home-hero .main-content .swiper-button-next, section.home-hero .main-content .swiper-button-prev, section.home-approach .swiper-button-next, section.home-approach .swiper-button-prev, section.careers-carousel .swiper-button-next, section.careers-carousel .swiper-button-prev, section.home-hero .news-slider .swiper-button-next, section.home-hero .news-slider .swiper-button-prev {
  width: 68px;
  height: 68px;
  border: 1px solid rgba(5, 15, 25, 0.1);
  border-radius: 50%;
  position: relative;
}

section.approach-graphic .swiper-button-next:after, section.approach-graphic .swiper-button-prev:after, section.timeline .mobile-scroller .icon:after, section.approach-graphic .action-tip .icon:after, section.threed-carousel .swiper-button-next:after, section.threed-carousel .swiper-button-prev:after, section.home-stats .swiper-button-next:after, section.home-stats .swiper-button-prev:after, section.home-hero .scroll-down:after, section.home-hero .main-content .swiper-button-next:after, section.home-hero .main-content .swiper-button-prev:after, section.home-approach .swiper-button-next:after, section.home-approach .swiper-button-prev:after, section.careers-carousel .swiper-button-next:after, section.careers-carousel .swiper-button-prev:after, section.home-hero .news-slider .swiper-button-next:after, section.home-hero .news-slider .swiper-button-prev:after {
  content: none;
}

section.approach-graphic .swiper-button-next svg, section.approach-graphic .swiper-button-prev svg, section.timeline .mobile-scroller .icon svg, section.approach-graphic .action-tip .icon svg, section.threed-carousel .swiper-button-next svg, section.threed-carousel .swiper-button-prev svg, section.home-stats .swiper-button-next svg, section.home-stats .swiper-button-prev svg, section.home-hero .scroll-down svg, section.home-hero .main-content .swiper-button-next svg, section.home-hero .main-content .swiper-button-prev svg, section.home-approach .swiper-button-next svg, section.home-approach .swiper-button-prev svg, section.careers-carousel .swiper-button-next svg, section.careers-carousel .swiper-button-prev svg, section.home-hero .news-slider .swiper-button-next svg, section.home-hero .news-slider .swiper-button-prev svg {
  width: 71px;
  height: 14px;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: auto;
  left: 9px;
  transform: translateX(0);
}

section.approach-graphic .swiper-button-next svg .draw-arrow, section.approach-graphic .swiper-button-prev svg .draw-arrow, section.timeline .mobile-scroller .icon svg .draw-arrow, section.approach-graphic .action-tip .icon svg .draw-arrow, section.threed-carousel .swiper-button-next svg .draw-arrow, section.threed-carousel .swiper-button-prev svg .draw-arrow, section.home-stats .swiper-button-next svg .draw-arrow, section.home-stats .swiper-button-prev svg .draw-arrow, section.home-hero .scroll-down svg .draw-arrow, section.home-hero .main-content .swiper-button-next svg .draw-arrow, section.home-hero .main-content .swiper-button-prev svg .draw-arrow, section.home-approach .swiper-button-next svg .draw-arrow, section.home-approach .swiper-button-prev svg .draw-arrow, section.careers-carousel .swiper-button-next svg .draw-arrow, section.careers-carousel .swiper-button-prev svg .draw-arrow, section.home-hero .news-slider .swiper-button-next svg .draw-arrow, section.home-hero .news-slider .swiper-button-prev svg .draw-arrow {
  stroke-width: 1;
  stroke: var(--c--1);
  fill: none;
  stroke-dasharray: 22;
  stroke-dashoffset: 0;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: 1s all ease;
}

section.approach-graphic .swiper-button-next svg .tail, section.approach-graphic .swiper-button-prev svg .tail, section.timeline .mobile-scroller .icon svg .tail, section.approach-graphic .action-tip .icon svg .tail, section.threed-carousel .swiper-button-next svg .tail, section.threed-carousel .swiper-button-prev svg .tail, section.home-stats .swiper-button-next svg .tail, section.home-stats .swiper-button-prev svg .tail, section.home-hero .scroll-down svg .tail, section.home-hero .main-content .swiper-button-next svg .tail, section.home-hero .main-content .swiper-button-prev svg .tail, section.home-approach .swiper-button-next svg .tail, section.home-approach .swiper-button-prev svg .tail, section.careers-carousel .swiper-button-next svg .tail, section.careers-carousel .swiper-button-prev svg .tail, section.home-hero .news-slider .swiper-button-next svg .tail, section.home-hero .news-slider .swiper-button-prev svg .tail {
  stroke-width: 1px;
  fill: none;
  transition: 1s all ease;
  transform: translateX(0px);
}

@media (min-width: 960px) {
  section.approach-graphic .swiper-button-next:hover svg .draw-arrow, section.approach-graphic .swiper-button-prev:hover svg .draw-arrow, section.timeline .mobile-scroller .icon:hover svg .draw-arrow, section.approach-graphic .action-tip .icon:hover svg .draw-arrow, section.threed-carousel .swiper-button-next:hover svg .draw-arrow, section.threed-carousel .swiper-button-prev:hover svg .draw-arrow, section.home-stats .swiper-button-next:hover svg .draw-arrow, section.home-stats .swiper-button-prev:hover svg .draw-arrow, section.home-hero .scroll-down:hover svg .draw-arrow, section.home-hero .main-content .swiper-button-next:hover svg .draw-arrow, section.home-hero .main-content .swiper-button-prev:hover svg .draw-arrow, section.home-approach .swiper-button-next:hover svg .draw-arrow, section.home-approach .swiper-button-prev:hover svg .draw-arrow, section.careers-carousel .swiper-button-next:hover svg .draw-arrow, section.careers-carousel .swiper-button-prev:hover svg .draw-arrow, section.home-hero .news-slider .swiper-button-next:hover svg .draw-arrow, section.home-hero .news-slider .swiper-button-prev:hover svg .draw-arrow {
    stroke-dashoffset: 10px;
    transform: matrix(3, 0, 0, 1, 0, 0);
    transition: 1s stroke-dashoffset ease, 0.7s 0.3s transform ease;
  }
  section.approach-graphic .swiper-button-next:hover svg .draw-arrow.anim, section.approach-graphic .swiper-button-prev:hover svg .draw-arrow.anim, section.timeline .mobile-scroller .icon:hover svg .draw-arrow.anim, section.approach-graphic .action-tip .icon:hover svg .draw-arrow.anim, section.threed-carousel .swiper-button-next:hover svg .draw-arrow.anim, section.threed-carousel .swiper-button-prev:hover svg .draw-arrow.anim, section.home-stats .swiper-button-next:hover svg .draw-arrow.anim, section.home-stats .swiper-button-prev:hover svg .draw-arrow.anim, section.home-hero .scroll-down:hover svg .draw-arrow.anim, section.home-hero .main-content .swiper-button-next:hover svg .draw-arrow.anim, section.home-hero .main-content .swiper-button-prev:hover svg .draw-arrow.anim, section.home-approach .swiper-button-next:hover svg .draw-arrow.anim, section.home-approach .swiper-button-prev:hover svg .draw-arrow.anim, section.careers-carousel .swiper-button-next:hover svg .draw-arrow.anim, section.careers-carousel .swiper-button-prev:hover svg .draw-arrow.anim, section.home-hero .news-slider .swiper-button-next:hover svg .draw-arrow.anim, section.home-hero .news-slider .swiper-button-prev:hover svg .draw-arrow.anim {
    stroke-dashoffset: 0;
    transform: translateX(12px);
    transition: 1s all ease;
  }
  section.approach-graphic .swiper-button-next:hover svg .tail, section.approach-graphic .swiper-button-prev:hover svg .tail, section.timeline .mobile-scroller .icon:hover svg .tail, section.approach-graphic .action-tip .icon:hover svg .tail, section.threed-carousel .swiper-button-next:hover svg .tail, section.threed-carousel .swiper-button-prev:hover svg .tail, section.home-stats .swiper-button-next:hover svg .tail, section.home-stats .swiper-button-prev:hover svg .tail, section.home-hero .scroll-down:hover svg .tail, section.home-hero .main-content .swiper-button-next:hover svg .tail, section.home-hero .main-content .swiper-button-prev:hover svg .tail, section.home-approach .swiper-button-next:hover svg .tail, section.home-approach .swiper-button-prev:hover svg .tail, section.careers-carousel .swiper-button-next:hover svg .tail, section.careers-carousel .swiper-button-prev:hover svg .tail, section.home-hero .news-slider .swiper-button-next:hover svg .tail, section.home-hero .news-slider .swiper-button-prev:hover svg .tail {
    transform: translateX(34px);
    transition: 0.72s 0.3s all ease;
  }
}
@media (max-width: 768px) {
  section.approach-graphic .swiper-button-next, section.approach-graphic .swiper-button-prev, section.timeline .mobile-scroller .icon, section.approach-graphic .action-tip .icon, section.threed-carousel .swiper-button-next, section.threed-carousel .swiper-button-prev, section.home-stats .swiper-button-next, section.home-stats .swiper-button-prev, section.home-hero .scroll-down, section.home-hero .main-content .swiper-button-next, section.home-hero .main-content .swiper-button-prev, section.home-approach .swiper-button-next, section.home-approach .swiper-button-prev, section.careers-carousel .swiper-button-next, section.careers-carousel .swiper-button-prev, section.home-hero .news-slider .swiper-button-next, section.home-hero .news-slider .swiper-button-prev {
    width: 47px;
    height: 47px;
  }
  section.approach-graphic .swiper-button-next svg, section.approach-graphic .swiper-button-prev svg, section.timeline .mobile-scroller .icon svg, section.approach-graphic .action-tip .icon svg, section.threed-carousel .swiper-button-next svg, section.threed-carousel .swiper-button-prev svg, section.home-stats .swiper-button-next svg, section.home-stats .swiper-button-prev svg, section.home-hero .scroll-down svg, section.home-hero .main-content .swiper-button-next svg, section.home-hero .main-content .swiper-button-prev svg, section.home-approach .swiper-button-next svg, section.home-approach .swiper-button-prev svg, section.careers-carousel .swiper-button-next svg, section.careers-carousel .swiper-button-prev svg, section.home-hero .news-slider .swiper-button-next svg, section.home-hero .news-slider .swiper-button-prev svg {
    width: 67px;
    left: 0;
  }
}
section.home-hero .news-slider .swiper-button-next, section.home-hero .news-slider .swiper-button-prev {
  width: 47px;
  height: 47px;
}

section.home-hero .news-slider .swiper-button-next svg, section.home-hero .news-slider .swiper-button-prev svg {
  left: 0;
  width: 67px;
}

section.home-hero .news-slider .swiper-button-next:hover svg .draw-arrow, section.home-hero .news-slider .swiper-button-prev:hover svg .draw-arrow {
  transform: matrix(2.2, 0, 0, 1, 0, 0);
}

section.home-hero .news-slider .swiper-button-next:hover svg .tail, section.home-hero .news-slider .swiper-button-prev:hover svg .tail {
  transform: translateX(22px);
  transition: 0.72s 0.3s all ease;
}

section.threed-carousel .swiper-button-next, section.threed-carousel .swiper-button-prev, section.home-stats .swiper-button-next, section.home-stats .swiper-button-prev, section.home-hero .scroll-down, section.home-hero .main-content .swiper-button-next, section.home-hero .main-content .swiper-button-prev, section.home-approach .swiper-button-next, section.home-approach .swiper-button-prev, section.careers-carousel .swiper-button-next, section.careers-carousel .swiper-button-prev {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

section.threed-carousel .swiper-button-next svg .draw-arrow, section.threed-carousel .swiper-button-prev svg .draw-arrow, section.home-stats .swiper-button-next svg .draw-arrow, section.home-stats .swiper-button-prev svg .draw-arrow, section.home-hero .scroll-down svg .draw-arrow, section.home-hero .main-content .swiper-button-next svg .draw-arrow, section.home-hero .main-content .swiper-button-prev svg .draw-arrow, section.home-approach .swiper-button-next svg .draw-arrow, section.home-approach .swiper-button-prev svg .draw-arrow, section.careers-carousel .swiper-button-next svg .draw-arrow, section.careers-carousel .swiper-button-prev svg .draw-arrow, section.threed-carousel .swiper-button-next svg .tail, section.threed-carousel .swiper-button-prev svg .tail, section.home-stats .swiper-button-next svg .tail, section.home-stats .swiper-button-prev svg .tail, section.home-hero .scroll-down svg .tail, section.home-hero .main-content .swiper-button-next svg .tail, section.home-hero .main-content .swiper-button-prev svg .tail, section.home-approach .swiper-button-next svg .tail, section.home-approach .swiper-button-prev svg .tail, section.careers-carousel .swiper-button-next svg .tail, section.careers-carousel .swiper-button-prev svg .tail {
  stroke: var(--c--4);
}

section.timeline .mobile-scroller .icon, section.approach-graphic .action-tip .icon {
  border: 1px solid rgba(70, 222, 255, 0.21);
}

section.timeline .mobile-scroller .icon svg, section.approach-graphic .action-tip .icon svg {
  top: 17px;
}

section.timeline .mobile-scroller .icon svg .draw-arrow, section.approach-graphic .action-tip .icon svg .draw-arrow, section.timeline .mobile-scroller .icon svg .tail, section.approach-graphic .action-tip .icon svg .tail {
  stroke: var(--c--5);
}

ul.social-links li a {
  display: flex;
}

ul.social-links li a {
  align-items: center;
  justify-content: center;
}

.parent {
  overflow: hidden;
}

.child {
  display: inline-block;
}

/**************************************************************
* Forms
**************************************************************/
.ui-datepicker {
  background: #fff;
  padding: 5px;
}

.ui-datepicker .ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  flex: 0 0 100%;
  display: flex;
  gap: 5px;
}

.ui-datepicker .ui-datepicker-calendar {
  text-align: center;
  width: 100%;
}

/* Input */
section.form .form input[type=text], section.post-content .wysiwyg .gform_wrapper input[type=text], section.page-content .wysiwyg .gform_wrapper input[type=text],
section.form .form input[type=tel],
section.post-content .wysiwyg .gform_wrapper input[type=tel],
section.page-content .wysiwyg .gform_wrapper input[type=tel],
section.form .form input[type=email],
section.post-content .wysiwyg .gform_wrapper input[type=email],
section.page-content .wysiwyg .gform_wrapper input[type=email],
section.form .form input[type=number],
section.post-content .wysiwyg .gform_wrapper input[type=number],
section.page-content .wysiwyg .gform_wrapper input[type=number],
section.form .form input[type=url],
section.post-content .wysiwyg .gform_wrapper input[type=url],
section.page-content .wysiwyg .gform_wrapper input[type=url],
section.form .form input[type=password],
section.post-content .wysiwyg .gform_wrapper input[type=password],
section.page-content .wysiwyg .gform_wrapper input[type=password],
section.form .form input[type=time],
section.post-content .wysiwyg .gform_wrapper input[type=time],
section.page-content .wysiwyg .gform_wrapper input[type=time],
section.form .form input[type=week],
section.post-content .wysiwyg .gform_wrapper input[type=week],
section.page-content .wysiwyg .gform_wrapper input[type=week],
section.form .form input[type=date],
section.post-content .wysiwyg .gform_wrapper input[type=date],
section.page-content .wysiwyg .gform_wrapper input[type=date],
section.form .form input[type=month],
section.post-content .wysiwyg .gform_wrapper input[type=month],
section.page-content .wysiwyg .gform_wrapper input[type=month],
section.form .form input[type=search],
section.post-content .wysiwyg .gform_wrapper input[type=search],
section.page-content .wysiwyg .gform_wrapper input[type=search],
section.form .form input[type=range],
section.post-content .wysiwyg .gform_wrapper input[type=range],
section.page-content .wysiwyg .gform_wrapper input[type=range],
section.form .form input[type=file],
section.post-content .wysiwyg .gform_wrapper input[type=file],
section.page-content .wysiwyg .gform_wrapper input[type=file],
section.form .form textarea,
section.post-content .wysiwyg .gform_wrapper textarea,
section.page-content .wysiwyg .gform_wrapper textarea {
  width: 100%;
  display: block;
  padding: 0;
  padding-left: 0 !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 65px;
  line-height: 4.0625rem;
  background: none;
  letter-spacing: 0.0625rem;
  -moz-user-select: text;
  user-select: text;
  -webkit-user-select: text;
  position: relative;
  font-size: 1rem;
  color: var(--c--4);
  outline: none;
  box-shadow: none;
  transition: border-color 400ms ease-in-out;
}

section.form .form input[type=text]:focus, section.post-content .wysiwyg .gform_wrapper input[type=text]:focus, section.page-content .wysiwyg .gform_wrapper input[type=text]:focus, section.form .form input[type=tel]:focus, section.post-content .wysiwyg .gform_wrapper input[type=tel]:focus, section.page-content .wysiwyg .gform_wrapper input[type=tel]:focus, section.form .form input[type=email]:focus, section.post-content .wysiwyg .gform_wrapper input[type=email]:focus, section.page-content .wysiwyg .gform_wrapper input[type=email]:focus, section.form .form input[type=number]:focus, section.post-content .wysiwyg .gform_wrapper input[type=number]:focus, section.page-content .wysiwyg .gform_wrapper input[type=number]:focus, section.form .form input[type=url]:focus, section.post-content .wysiwyg .gform_wrapper input[type=url]:focus, section.page-content .wysiwyg .gform_wrapper input[type=url]:focus, section.form .form input[type=password]:focus, section.post-content .wysiwyg .gform_wrapper input[type=password]:focus, section.page-content .wysiwyg .gform_wrapper input[type=password]:focus, section.form .form input[type=time]:focus, section.post-content .wysiwyg .gform_wrapper input[type=time]:focus, section.page-content .wysiwyg .gform_wrapper input[type=time]:focus, section.form .form input[type=week]:focus, section.post-content .wysiwyg .gform_wrapper input[type=week]:focus, section.page-content .wysiwyg .gform_wrapper input[type=week]:focus, section.form .form input[type=date]:focus, section.post-content .wysiwyg .gform_wrapper input[type=date]:focus, section.page-content .wysiwyg .gform_wrapper input[type=date]:focus, section.form .form input[type=month]:focus, section.post-content .wysiwyg .gform_wrapper input[type=month]:focus, section.page-content .wysiwyg .gform_wrapper input[type=month]:focus, section.form .form input[type=search]:focus, section.post-content .wysiwyg .gform_wrapper input[type=search]:focus, section.page-content .wysiwyg .gform_wrapper input[type=search]:focus, section.form .form input[type=range]:focus, section.post-content .wysiwyg .gform_wrapper input[type=range]:focus, section.page-content .wysiwyg .gform_wrapper input[type=range]:focus, section.form .form input[type=file]:focus, section.post-content .wysiwyg .gform_wrapper input[type=file]:focus, section.page-content .wysiwyg .gform_wrapper input[type=file]:focus, section.form .form textarea:focus, section.post-content .wysiwyg .gform_wrapper textarea:focus, section.page-content .wysiwyg .gform_wrapper textarea:focus {
  border-color: var(--c--4);
}

section.form .form input[type=text]::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper input[type=text]::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper input[type=text]::-moz-placeholder, section.form .form input[type=tel]::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper input[type=tel]::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper input[type=tel]::-moz-placeholder, section.form .form input[type=email]::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper input[type=email]::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper input[type=email]::-moz-placeholder, section.form .form input[type=number]::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper input[type=number]::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper input[type=number]::-moz-placeholder, section.form .form input[type=url]::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper input[type=url]::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper input[type=url]::-moz-placeholder, section.form .form input[type=password]::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper input[type=password]::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper input[type=password]::-moz-placeholder, section.form .form input[type=time]::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper input[type=time]::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper input[type=time]::-moz-placeholder, section.form .form input[type=week]::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper input[type=week]::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper input[type=week]::-moz-placeholder, section.form .form input[type=date]::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper input[type=date]::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper input[type=date]::-moz-placeholder, section.form .form input[type=month]::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper input[type=month]::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper input[type=month]::-moz-placeholder, section.form .form input[type=search]::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper input[type=search]::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper input[type=search]::-moz-placeholder, section.form .form input[type=range]::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper input[type=range]::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper input[type=range]::-moz-placeholder, section.form .form input[type=file]::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper input[type=file]::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper input[type=file]::-moz-placeholder, section.form .form textarea::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper textarea::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper textarea::-moz-placeholder {
  color: inherit;
  font-weight: 300;
  font-size: 1rem;
}

section.form .form input[type=text]::placeholder, section.post-content .wysiwyg .gform_wrapper input[type=text]::placeholder, section.page-content .wysiwyg .gform_wrapper input[type=text]::placeholder, section.form .form input[type=tel]::placeholder, section.post-content .wysiwyg .gform_wrapper input[type=tel]::placeholder, section.page-content .wysiwyg .gform_wrapper input[type=tel]::placeholder, section.form .form input[type=email]::placeholder, section.post-content .wysiwyg .gform_wrapper input[type=email]::placeholder, section.page-content .wysiwyg .gform_wrapper input[type=email]::placeholder, section.form .form input[type=number]::placeholder, section.post-content .wysiwyg .gform_wrapper input[type=number]::placeholder, section.page-content .wysiwyg .gform_wrapper input[type=number]::placeholder, section.form .form input[type=url]::placeholder, section.post-content .wysiwyg .gform_wrapper input[type=url]::placeholder, section.page-content .wysiwyg .gform_wrapper input[type=url]::placeholder, section.form .form input[type=password]::placeholder, section.post-content .wysiwyg .gform_wrapper input[type=password]::placeholder, section.page-content .wysiwyg .gform_wrapper input[type=password]::placeholder, section.form .form input[type=time]::placeholder, section.post-content .wysiwyg .gform_wrapper input[type=time]::placeholder, section.page-content .wysiwyg .gform_wrapper input[type=time]::placeholder, section.form .form input[type=week]::placeholder, section.post-content .wysiwyg .gform_wrapper input[type=week]::placeholder, section.page-content .wysiwyg .gform_wrapper input[type=week]::placeholder, section.form .form input[type=date]::placeholder, section.post-content .wysiwyg .gform_wrapper input[type=date]::placeholder, section.page-content .wysiwyg .gform_wrapper input[type=date]::placeholder, section.form .form input[type=month]::placeholder, section.post-content .wysiwyg .gform_wrapper input[type=month]::placeholder, section.page-content .wysiwyg .gform_wrapper input[type=month]::placeholder, section.form .form input[type=search]::placeholder, section.post-content .wysiwyg .gform_wrapper input[type=search]::placeholder, section.page-content .wysiwyg .gform_wrapper input[type=search]::placeholder, section.form .form input[type=range]::placeholder, section.post-content .wysiwyg .gform_wrapper input[type=range]::placeholder, section.page-content .wysiwyg .gform_wrapper input[type=range]::placeholder, section.form .form input[type=file]::placeholder, section.post-content .wysiwyg .gform_wrapper input[type=file]::placeholder, section.page-content .wysiwyg .gform_wrapper input[type=file]::placeholder, section.form .form textarea::placeholder, section.post-content .wysiwyg .gform_wrapper textarea::placeholder, section.page-content .wysiwyg .gform_wrapper textarea::placeholder {
  color: inherit;
  font-weight: 300;
  font-size: 1rem;
}

section.form .form fieldset, section.post-content .wysiwyg .gform_wrapper fieldset, section.page-content .wysiwyg .gform_wrapper fieldset {
  margin: 0;
  margin-top: 25px;
}

section.form .form h2.gform_title, section.post-content .wysiwyg .gform_wrapper h2.gform_title, section.page-content .wysiwyg .gform_wrapper h2.gform_title {
  margin-bottom: 10px;
}

section.form .form .gform_fields, section.post-content .wysiwyg .gform_wrapper .gform_fields, section.page-content .wysiwyg .gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
}

section.form .form .gfield, section.post-content .wysiwyg .gform_wrapper .gfield, section.page-content .wysiwyg .gform_wrapper .gfield,
section.form .form .gfield--width-full,
section.post-content .wysiwyg .gform_wrapper .gfield--width-full,
section.page-content .wysiwyg .gform_wrapper .gfield--width-full {
  flex: 0 0 100%;
}

section.form .form .gfield--width-half, section.post-content .wysiwyg .gform_wrapper .gfield--width-half, section.page-content .wysiwyg .gform_wrapper .gfield--width-half {
  flex: 0 0 50%;
}

section.form .form .gform_heading, section.post-content .wysiwyg .gform_wrapper .gform_heading, section.page-content .wysiwyg .gform_wrapper .gform_heading {
  margin-bottom: 40px;
}

section.form .form .hidden_label .gfield_label, section.post-content .wysiwyg .gform_wrapper .hidden_label .gfield_label, section.page-content .wysiwyg .gform_wrapper .hidden_label .gfield_label {
  display: none;
}

section.form .form .gfield_label, section.post-content .wysiwyg .gform_wrapper .gfield_label, section.page-content .wysiwyg .gform_wrapper .gfield_label {
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--c--4) !important;
}

section.form .form .gfield_label .gfield_required, section.post-content .wysiwyg .gform_wrapper .gfield_label .gfield_required, section.page-content .wysiwyg .gform_wrapper .gfield_label .gfield_required {
  color: var(--c--4);
  font-size: 0.9375rem;
  vertical-align: text-bottom;
}

section.form .form .gform_description, section.post-content .wysiwyg .gform_wrapper .gform_description, section.page-content .wysiwyg .gform_wrapper .gform_description {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  opacity: 0.7;
  margin-top: 11px;
}

section.form .form .gform_required_legend, section.post-content .wysiwyg .gform_wrapper .gform_required_legend, section.page-content .wysiwyg .gform_wrapper .gform_required_legend {
  display: none;
}

section.form .form .gfield, section.post-content .wysiwyg .gform_wrapper .gfield, section.page-content .wysiwyg .gform_wrapper .gfield {
  position: relative;
  margin-bottom: 25px;
}

section.form .form .ginput_container_radio, section.post-content .wysiwyg .gform_wrapper .ginput_container_radio, section.page-content .wysiwyg .gform_wrapper .ginput_container_radio {
  margin-bottom: 10px;
}

section.form .form .top_label div.ginput_container, section.post-content .wysiwyg .gform_wrapper .top_label div.ginput_container, section.page-content .wysiwyg .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

section.form .form .ginput_container_fileupload .validation_message, section.post-content .wysiwyg .gform_wrapper .ginput_container_fileupload .validation_message, section.page-content .wysiwyg .gform_wrapper .ginput_container_fileupload .validation_message {
  background: none;
}

section.form .form .validation_message, section.post-content .wysiwyg .gform_wrapper .validation_message, section.page-content .wysiwyg .gform_wrapper .validation_message {
  /* display: none !important; */
}

section.form .form .gfield_error, section.post-content .wysiwyg .gform_wrapper .gfield_error, section.page-content .wysiwyg .gform_wrapper .gfield_error {
  background-color: transparent !important;
  margin-bottom: 6px !important;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

section.form .form .validation_error, section.post-content .wysiwyg .gform_wrapper .validation_error, section.page-content .wysiwyg .gform_wrapper .validation_error {
  display: none !important;
}

section.form .form .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), section.post-content .wysiwyg .gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), section.page-content .wysiwyg .gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
section.form .form .gfield_error textarea,
section.post-content .wysiwyg .gform_wrapper .gfield_error textarea,
section.page-content .wysiwyg .gform_wrapper .gfield_error textarea {
  border: none !important;
  border-bottom: 1px solid #F55A5A !important;
}

section.form .form .gfield_validation_message, section.post-content .wysiwyg .gform_wrapper .gfield_validation_message, section.page-content .wysiwyg .gform_wrapper .gfield_validation_message {
  color: var(--c--1) !important;
  font-size: 0.875rem;
  background-color: #F55A5A !important;
  font-weight: 300 !important;
  border: none !important;
  border-radius: 5px !important;
  width: auto;
  float: right;
  padding: 8px 15px;
  margin-top: 8px;
}

section.form .gform_validation_error.form .gform_body ul li.gfield.gfield_error:not(.gf-left-half):not(.gf-right-half), section.post-content .wysiwyg .gform_validation_error.gform_wrapper .gform_body ul li.gfield.gfield_error:not(.gf-left-half):not(.gf-right-half), section.page-content .wysiwyg .gform_validation_error.gform_wrapper .gform_body ul li.gfield.gfield_error:not(.gf-left-half):not(.gf-right-half) {
  max-width: 100% !important;
}

section.form .form div.validation_error, section.post-content .wysiwyg .gform_wrapper div.validation_error, section.page-content .wysiwyg .gform_wrapper div.validation_error {
  padding: 8px 0;
}

section.form .form .gform_ajax_spinner, section.post-content .wysiwyg .gform_wrapper .gform_ajax_spinner, section.page-content .wysiwyg .gform_wrapper .gform_ajax_spinner {
  margin: auto !important;
}

section.form .form .hidden_label.gfield_type_checkbox, section.post-content .wysiwyg .gform_wrapper .hidden_label.gfield_type_checkbox, section.page-content .wysiwyg .gform_wrapper .hidden_label.gfield_type_checkbox {
  margin-top: 0px;
}

section.form .form .gfield_type_consent.gfield--width-half, section.post-content .wysiwyg .gform_wrapper .gfield_type_consent.gfield--width-half, section.page-content .wysiwyg .gform_wrapper .gfield_type_consent.gfield--width-half {
  flex: 0 0 100%;
  align-self: center;
}

section.form .form .gfield_type_submit.gfield--width-half, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit.gfield--width-half, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit.gfield--width-half {
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  section.form .form .gfield_type_submit.gfield--width-half, section.post-content .wysiwyg .gform_wrapper .gfield_type_submit.gfield--width-half, section.page-content .wysiwyg .gform_wrapper .gfield_type_submit.gfield--width-half {
    flex: 0 0 auto;
  }
  section.form .form .gfield_type_consent.gfield--width-half, section.post-content .wysiwyg .gform_wrapper .gfield_type_consent.gfield--width-half, section.page-content .wysiwyg .gform_wrapper .gfield_type_consent.gfield--width-half {
    flex: 1;
  }
}
section.form .form .gfield_type_time .ginput_complex, section.post-content .wysiwyg .gform_wrapper .gfield_type_time .ginput_complex, section.page-content .wysiwyg .gform_wrapper .gfield_type_time .ginput_complex {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.form .form .gfield_type_time .ginput_complex .screen-reader-text, section.post-content .wysiwyg .gform_wrapper .gfield_type_time .ginput_complex .screen-reader-text, section.page-content .wysiwyg .gform_wrapper .gfield_type_time .ginput_complex .screen-reader-text {
  display: none;
}

section.form .form .gfield_type_time .ginput_complex input, section.post-content .wysiwyg .gform_wrapper .gfield_type_time .ginput_complex input, section.page-content .wysiwyg .gform_wrapper .gfield_type_time .ginput_complex input {
  width: 30px;
}

section.form .form .gfield_type_time .dk-select, section.post-content .wysiwyg .gform_wrapper .gfield_type_time .dk-select, section.page-content .wysiwyg .gform_wrapper .gfield_type_time .dk-select {
  min-width: 80px;
}

section.form .form .gfield_type_date .ginput_container_date, section.post-content .wysiwyg .gform_wrapper .gfield_type_date .ginput_container_date, section.page-content .wysiwyg .gform_wrapper .gfield_type_date .ginput_container_date {
  position: relative;
}

section.form .form .gfield_type_date .ginput_container_date img, section.post-content .wysiwyg .gform_wrapper .gfield_type_date .ginput_container_date img, section.page-content .wysiwyg .gform_wrapper .gfield_type_date .ginput_container_date img {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  left: 0;
  margin-top: -8.5px;
  opacity: 0.35;
}

section.form .form .gfield_type_date .ginput_container_date input, section.post-content .wysiwyg .gform_wrapper .gfield_type_date .ginput_container_date input, section.page-content .wysiwyg .gform_wrapper .gfield_type_date .ginput_container_date input {
  padding-left: 28px !important;
}

section.form .form .gfield_type_date .ginput_container_date .screen-reader-text, section.post-content .wysiwyg .gform_wrapper .gfield_type_date .ginput_container_date .screen-reader-text, section.page-content .wysiwyg .gform_wrapper .gfield_type_date .ginput_container_date .screen-reader-text {
  display: none;
}

section.form .form .ginput_container_checkbox, section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox, section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox,
section.form .form .ginput_container_consent,
section.post-content .wysiwyg .gform_wrapper .ginput_container_consent,
section.page-content .wysiwyg .gform_wrapper .ginput_container_consent,
section.form .form .checkbox,
section.post-content .wysiwyg .gform_wrapper .checkbox,
section.page-content .wysiwyg .gform_wrapper .checkbox {
  margin-top: 25px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

section.form .form .ginput_container_checkbox:after, section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox:after, section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox:after,
section.form .form .ginput_container_checkbox:before,
section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox:before,
section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox:before,
section.form .form .ginput_container_consent:after,
section.post-content .wysiwyg .gform_wrapper .ginput_container_consent:after,
section.page-content .wysiwyg .gform_wrapper .ginput_container_consent:after,
section.form .form .ginput_container_consent:before,
section.post-content .wysiwyg .gform_wrapper .ginput_container_consent:before,
section.page-content .wysiwyg .gform_wrapper .ginput_container_consent:before,
section.form .form .checkbox:after,
section.post-content .wysiwyg .gform_wrapper .checkbox:after,
section.page-content .wysiwyg .gform_wrapper .checkbox:after,
section.form .form .checkbox:before,
section.post-content .wysiwyg .gform_wrapper .checkbox:before,
section.page-content .wysiwyg .gform_wrapper .checkbox:before {
  display: none;
}

section.form .form .ginput_container_checkbox input[type=checkbox], section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox input[type=checkbox], section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox input[type=checkbox],
section.form .form .ginput_container_checkbox label,
section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox label,
section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox label,
section.form .form .ginput_container_consent input[type=checkbox],
section.post-content .wysiwyg .gform_wrapper .ginput_container_consent input[type=checkbox],
section.page-content .wysiwyg .gform_wrapper .ginput_container_consent input[type=checkbox],
section.form .form .ginput_container_consent label,
section.post-content .wysiwyg .gform_wrapper .ginput_container_consent label,
section.page-content .wysiwyg .gform_wrapper .ginput_container_consent label,
section.form .form .checkbox input[type=checkbox],
section.post-content .wysiwyg .gform_wrapper .checkbox input[type=checkbox],
section.page-content .wysiwyg .gform_wrapper .checkbox input[type=checkbox],
section.form .form .checkbox label,
section.post-content .wysiwyg .gform_wrapper .checkbox label,
section.page-content .wysiwyg .gform_wrapper .checkbox label {
  cursor: pointer;
}

section.form .form .ginput_container_checkbox .gchoice, section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox .gchoice, section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox .gchoice, section.form .form .ginput_container_consent .gchoice, section.post-content .wysiwyg .gform_wrapper .ginput_container_consent .gchoice, section.page-content .wysiwyg .gform_wrapper .ginput_container_consent .gchoice, section.form .form .checkbox .gchoice, section.post-content .wysiwyg .gform_wrapper .checkbox .gchoice, section.page-content .wysiwyg .gform_wrapper .checkbox .gchoice {
  display: flex;
  gap: 10px;
}

section.form .form .ginput_container_checkbox label, section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox label, section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox label, section.form .form .ginput_container_consent label, section.post-content .wysiwyg .gform_wrapper .ginput_container_consent label, section.page-content .wysiwyg .gform_wrapper .ginput_container_consent label, section.form .form .checkbox label, section.post-content .wysiwyg .gform_wrapper .checkbox label, section.page-content .wysiwyg .gform_wrapper .checkbox label {
  font-size: 1rem;
}

section.form .form .ginput_container_checkbox input[type=checkbox], section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox input[type=checkbox], section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox input[type=checkbox], section.form .form .ginput_container_consent input[type=checkbox], section.post-content .wysiwyg .gform_wrapper .ginput_container_consent input[type=checkbox], section.page-content .wysiwyg .gform_wrapper .ginput_container_consent input[type=checkbox], section.form .form .checkbox input[type=checkbox], section.post-content .wysiwyg .gform_wrapper .checkbox input[type=checkbox], section.page-content .wysiwyg .gform_wrapper .checkbox input[type=checkbox] {
  position: relative;
  height: 16px;
  min-width: 16px;
  background-color: transparent;
  border-radius: 0;
  margin-top: 1px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid var(--c--4);
}

section.form .form .ginput_container_checkbox input[type=checkbox]:before, section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox input[type=checkbox]:before, section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox input[type=checkbox]:before, section.form .form .ginput_container_consent input[type=checkbox]:before, section.post-content .wysiwyg .gform_wrapper .ginput_container_consent input[type=checkbox]:before, section.page-content .wysiwyg .gform_wrapper .ginput_container_consent input[type=checkbox]:before, section.form .form .checkbox input[type=checkbox]:before, section.post-content .wysiwyg .gform_wrapper .checkbox input[type=checkbox]:before, section.page-content .wysiwyg .gform_wrapper .checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background-image: none;
  background-size: 10px 9px;
  background-position: center;
  background-repeat: no-repeat;
}

section.form .form .ginput_container_checkbox input[type=checkbox]:checked::before, section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox input[type=checkbox]:checked::before, section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox input[type=checkbox]:checked::before, section.form .form .ginput_container_consent input[type=checkbox]:checked::before, section.post-content .wysiwyg .gform_wrapper .ginput_container_consent input[type=checkbox]:checked::before, section.page-content .wysiwyg .gform_wrapper .ginput_container_consent input[type=checkbox]:checked::before, section.form .form .checkbox input[type=checkbox]:checked::before, section.post-content .wysiwyg .gform_wrapper .checkbox input[type=checkbox]:checked::before, section.page-content .wysiwyg .gform_wrapper .checkbox input[type=checkbox]:checked::before {
  background-color: var(--c--4);
  opacity: 1;
}

section.form .form .ginput_container_checkbox .gfield_checkbox, section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox .gfield_checkbox, section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox .gfield_checkbox, section.form .form .ginput_container_consent .gfield_checkbox, section.post-content .wysiwyg .gform_wrapper .ginput_container_consent .gfield_checkbox, section.page-content .wysiwyg .gform_wrapper .ginput_container_consent .gfield_checkbox, section.form .form .checkbox .gfield_checkbox, section.post-content .wysiwyg .gform_wrapper .checkbox .gfield_checkbox, section.page-content .wysiwyg .gform_wrapper .checkbox .gfield_checkbox {
  width: 100%;
}

section.form .form .ginput_container_checkbox .gchoice, section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox .gchoice, section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox .gchoice, section.form .form .ginput_container_consent .gchoice, section.post-content .wysiwyg .gform_wrapper .ginput_container_consent .gchoice, section.page-content .wysiwyg .gform_wrapper .ginput_container_consent .gchoice, section.form .form .checkbox .gchoice, section.post-content .wysiwyg .gform_wrapper .checkbox .gchoice, section.page-content .wysiwyg .gform_wrapper .checkbox .gchoice {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

section.form .form .ginput_container_checkbox .gfield_consent_label, section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox .gfield_consent_label, section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox .gfield_consent_label, section.form .form .ginput_container_consent .gfield_consent_label, section.post-content .wysiwyg .gform_wrapper .ginput_container_consent .gfield_consent_label, section.page-content .wysiwyg .gform_wrapper .ginput_container_consent .gfield_consent_label, section.form .form .checkbox .gfield_consent_label, section.post-content .wysiwyg .gform_wrapper .checkbox .gfield_consent_label, section.page-content .wysiwyg .gform_wrapper .checkbox .gfield_consent_label {
  font-size: 1rem;
  width: auto;
  line-height: 1.5;
  align-self: center;
}

section.form .form .ginput_container_checkbox .gfield_consent_label a, section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox .gfield_consent_label a, section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox .gfield_consent_label a, section.form .form .ginput_container_consent .gfield_consent_label a, section.post-content .wysiwyg .gform_wrapper .ginput_container_consent .gfield_consent_label a, section.page-content .wysiwyg .gform_wrapper .ginput_container_consent .gfield_consent_label a, section.form .form .checkbox .gfield_consent_label a, section.post-content .wysiwyg .gform_wrapper .checkbox .gfield_consent_label a, section.page-content .wysiwyg .gform_wrapper .checkbox .gfield_consent_label a {
  text-decoration: underline;
  color: var(--c--2);
}

section.form .form .ginput_container_checkbox .gfield_required, section.post-content .wysiwyg .gform_wrapper .ginput_container_checkbox .gfield_required, section.page-content .wysiwyg .gform_wrapper .ginput_container_checkbox .gfield_required, section.form .form .ginput_container_consent .gfield_required, section.post-content .wysiwyg .gform_wrapper .ginput_container_consent .gfield_required, section.page-content .wysiwyg .gform_wrapper .ginput_container_consent .gfield_required, section.form .form .checkbox .gfield_required, section.post-content .wysiwyg .gform_wrapper .checkbox .gfield_required, section.page-content .wysiwyg .gform_wrapper .checkbox .gfield_required {
  font-size: 0.8125rem;
  margin: 0 !important;
  display: none !important;
}

section.form .form .hidden_sub_label, section.post-content .wysiwyg .gform_wrapper .hidden_sub_label, section.page-content .wysiwyg .gform_wrapper .hidden_sub_label {
  display: none;
}

/*Radio Buttons*/
section.form .form .ginput_container_radio:before, section.post-content .wysiwyg .gform_wrapper .ginput_container_radio:before, section.page-content .wysiwyg .gform_wrapper .ginput_container_radio:before,
section.form .form .ginput_container_radio:after,
section.post-content .wysiwyg .gform_wrapper .ginput_container_radio:after,
section.page-content .wysiwyg .gform_wrapper .ginput_container_radio:after {
  content: none !important;
}

section.form .form .ginput_container_radio .gchoice, section.post-content .wysiwyg .gform_wrapper .ginput_container_radio .gchoice, section.page-content .wysiwyg .gform_wrapper .ginput_container_radio .gchoice {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

section.form .form .ginput_container_radio input[type=radio], section.post-content .wysiwyg .gform_wrapper .ginput_container_radio input[type=radio], section.page-content .wysiwyg .gform_wrapper .ginput_container_radio input[type=radio],
section.form .form .ginput_container_radio label,
section.post-content .wysiwyg .gform_wrapper .ginput_container_radio label,
section.page-content .wysiwyg .gform_wrapper .ginput_container_radio label {
  cursor: pointer;
}

section.form .form .ginput_container_radio input[type=radio], section.post-content .wysiwyg .gform_wrapper .ginput_container_radio input[type=radio], section.page-content .wysiwyg .gform_wrapper .ginput_container_radio input[type=radio] {
  position: relative;
  height: 14px;
  width: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin-left: 0 !important;
  margin-bottom: 2px;
}

section.form .form .ginput_container_radio input[type=radio]:before, section.post-content .wysiwyg .gform_wrapper .ginput_container_radio input[type=radio]:before, section.page-content .wysiwyg .gform_wrapper .ginput_container_radio input[type=radio]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 1px solid var(--c--4);
}

section.form .form .ginput_container_radio input[type=radio]:checked::after, section.post-content .wysiwyg .gform_wrapper .ginput_container_radio input[type=radio]:checked::after, section.page-content .wysiwyg .gform_wrapper .ginput_container_radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--c--4);
  transform: translate(-50%, -50%);
  visibility: visible;
}

section.form .form .ginput_container_radio input[type=radio]:focus, section.post-content .wysiwyg .gform_wrapper .ginput_container_radio input[type=radio]:focus, section.page-content .wysiwyg .gform_wrapper .ginput_container_radio input[type=radio]:focus {
  border: none;
}

section.form .form .ginput_container_radio label, section.post-content .wysiwyg .gform_wrapper .ginput_container_radio label, section.page-content .wysiwyg .gform_wrapper .ginput_container_radio label {
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 300;
}

section.form .form select, section.post-content .wysiwyg .gform_wrapper select, section.page-content .wysiwyg .gform_wrapper select {
  width: 100%;
}

/* Textarea */
section.form .form textarea, section.post-content .wysiwyg .gform_wrapper textarea, section.page-content .wysiwyg .gform_wrapper textarea {
  height: 120px !important;
  min-height: 100px;
  width: 100%;
  resize: none;
}

@media (max-width: 960px) {
  section.form .form textarea, section.post-content .wysiwyg .gform_wrapper textarea, section.page-content .wysiwyg .gform_wrapper textarea {
    height: 80px !important;
  }
}
/* Hover/focus */
section.form .form .gform_legacy_markup_wrapper input[type=text], section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=text], section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=text],
section.form .form .gform_legacy_markup_wrapper input[type=tel],
section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=tel],
section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=tel],
section.form .form .gform_legacy_markup_wrapper input[type=email],
section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=email],
section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=email],
section.form .form .gform_legacy_markup_wrapper input[type=url],
section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=url],
section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=url],
section.form .form .gform_legacy_markup_wrapper input[type=password],
section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=password],
section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=password],
section.form .form .gform_legacy_markup_wrapper textarea,
section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper textarea,
section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper textarea {
  font-size: 0.75rem;
}

@media (min-width: 1024px) {
  section.form .form .gform_legacy_markup_wrapper input[type=text], section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=text], section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=text],
  section.form .form .gform_legacy_markup_wrapper input[type=tel],
  section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=tel],
  section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=tel],
  section.form .form .gform_legacy_markup_wrapper input[type=email],
  section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=email],
  section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=email],
  section.form .form .gform_legacy_markup_wrapper input[type=url],
  section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=url],
  section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=url],
  section.form .form .gform_legacy_markup_wrapper input[type=password],
  section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=password],
  section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper input[type=password],
  section.form .form .gform_legacy_markup_wrapper textarea,
  section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper textarea,
  section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper textarea {
    font-size: 0.9375rem;
  }
}
section.form .form label, section.post-content .wysiwyg .gform_wrapper label, section.page-content .wysiwyg .gform_wrapper label {
  display: block;
  width: 100%;
  text-align: left;
}

section.form .form button, section.post-content .wysiwyg .gform_wrapper button, section.page-content .wysiwyg .gform_wrapper button,
section.form .form .gform_button,
section.post-content .wysiwyg .gform_wrapper .gform_button,
section.page-content .wysiwyg .gform_wrapper .gform_button,
section.form .form input[type=submit],
section.post-content .wysiwyg .gform_wrapper input[type=submit],
section.page-content .wysiwyg .gform_wrapper input[type=submit] {
  min-width: 190px;
}

section.form .form .gform_footer, section.post-content .wysiwyg .gform_wrapper .gform_footer, section.page-content .wysiwyg .gform_wrapper .gform_footer {
  margin-top: 32px;
}

@media (max-width: 960px) {
  section.form .form .gform_footer, section.post-content .wysiwyg .gform_wrapper .gform_footer, section.page-content .wysiwyg .gform_wrapper .gform_footer {
    margin-top: 20px;
  }
}
section.form .form .gform_footer .button,
section.post-content .wysiwyg .gform_wrapper .gform_footer .button,
section.page-content .wysiwyg .gform_wrapper .gform_footer .button,
section.form .form .gform_footer input[type=submit],
section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit],
section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit],
section.form .form .gform_page_footer input.button,
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button,
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input.button,
section.form .form .gform_page_footer input[type=submit],
section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit],
section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] {
  min-width: auto;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
  max-width: 240px;
}

section.form .form .gform_footer .button .arrow, section.post-content .wysiwyg .gform_wrapper .gform_footer .button .arrow, section.page-content .wysiwyg .gform_wrapper .gform_footer .button .arrow, section.form .form .gform_footer input[type=submit] .arrow, section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .arrow, section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit] .arrow, section.form .form .gform_page_footer input.button .arrow, section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button .arrow, section.page-content .wysiwyg .gform_wrapper .gform_page_footer input.button .arrow, section.form .form .gform_page_footer input[type=submit] .arrow, section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .arrow, section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] .arrow {
  right: 21px;
}

@media (min-width: 768px) {
  section.form .form .gform_footer .button,
  section.post-content .wysiwyg .gform_wrapper .gform_footer .button,
  section.page-content .wysiwyg .gform_wrapper .gform_footer .button,
  section.form .form .gform_footer input[type=submit],
  section.post-content .wysiwyg .gform_wrapper .gform_footer input[type=submit],
  section.page-content .wysiwyg .gform_wrapper .gform_footer input[type=submit],
  section.form .form .gform_page_footer input.button,
  section.post-content .wysiwyg .gform_wrapper .gform_page_footer input.button,
  section.page-content .wysiwyg .gform_wrapper .gform_page_footer input.button,
  section.form .form .gform_page_footer input[type=submit],
  section.post-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit],
  section.page-content .wysiwyg .gform_wrapper .gform_page_footer input[type=submit] {
    min-width: 200px;
    width: auto;
  }
}
/**
         * Placeholders
         */
section.form .form ::-moz-placeholder, section.post-content .wysiwyg .gform_wrapper ::-moz-placeholder, section.page-content .wysiwyg .gform_wrapper ::-moz-placeholder {
  color: #707070;
  font-size: 0.9375rem;
  font-weight: 500;
}

section.form .form ::placeholder, section.post-content .wysiwyg .gform_wrapper ::placeholder, section.page-content .wysiwyg .gform_wrapper ::placeholder {
  color: #707070;
  font-size: 0.9375rem;
  font-weight: 500;
}

section.form .form .gf-left-half, section.post-content .wysiwyg .gform_wrapper .gf-left-half, section.page-content .wysiwyg .gform_wrapper .gf-left-half,
section.form .form .gf-right-half,
section.post-content .wysiwyg .gform_wrapper .gf-right-half,
section.page-content .wysiwyg .gform_wrapper .gf-right-half {
  display: block;
  width: 100%;
}

@media (min-width: 550px) {
  section.form .form .gf-left-half, section.post-content .wysiwyg .gform_wrapper .gf-left-half, section.page-content .wysiwyg .gform_wrapper .gf-left-half,
  section.form .form .gf-right-half,
  section.post-content .wysiwyg .gform_wrapper .gf-right-half,
  section.page-content .wysiwyg .gform_wrapper .gf-right-half {
    width: calc(50% - 10px);
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
  }
  /* top: 30px; */
  section.form .form .gf-left-half .gfield_label.is-active, section.post-content .wysiwyg .gform_wrapper .gf-left-half .gfield_label.is-active, section.page-content .wysiwyg .gform_wrapper .gf-left-half .gfield_label.is-active, section.form .form .gf-right-half .gfield_label.is-active, section.post-content .wysiwyg .gform_wrapper .gf-right-half .gfield_label.is-active, section.page-content .wysiwyg .gform_wrapper .gf-right-half .gfield_label.is-active {
    /* top: 13px; */
  }
}
@media (min-width: 550px) {
  section.form .form .gf-right-half, section.post-content .wysiwyg .gform_wrapper .gf-right-half, section.page-content .wysiwyg .gform_wrapper .gf-right-half {
    width: 50%;
    margin-right: 0;
  }
}
section.form .form .gform_ajax_spinner, section.post-content .wysiwyg .gform_wrapper .gform_ajax_spinner, section.page-content .wysiwyg .gform_wrapper .gform_ajax_spinner {
  margin: auto !important;
  display: block !important;
}

section.form .form .gform_legacy_markup_wrapper div.validation_error, section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper div.validation_error, section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper div.validation_error {
  display: none !important;
}

section.form .form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
section.form .form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0;
}

section.form .form .gform_legacy_markup_wrapper ul.gform_fields li.gfield, section.post-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper ul.gform_fields li.gfield, section.page-content .wysiwyg .gform_wrapper .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  padding: 0;
}

section.form .form .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], section.post-content .wysiwyg .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], section.page-content .wysiwyg .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
section.form .form .field_sublabel_hidden_label .ginput_complex.ginput_container select,
section.post-content .wysiwyg .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select,
section.page-content .wysiwyg .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important;
}

section.form .form .dk-select .dk-selected, section.post-content .wysiwyg .gform_wrapper .dk-select .dk-selected, section.page-content .wysiwyg .gform_wrapper .dk-select .dk-selected {
  color: #000;
  font-size: 0.875rem;
  height: 65px;
}

section.form .form .dk-select .dk-selected:before, section.post-content .wysiwyg .gform_wrapper .dk-select .dk-selected:before, section.page-content .wysiwyg .gform_wrapper .dk-select .dk-selected:before {
  background: #D9D9D9;
  color: #000;
  border-radius: 50%;
}

.dk-select {
  width: 100%;
  min-width: 200px;
}

.dk-select-open-down.dk-select .dk-selected, .dk-select-open-up.dk-select .dk-selected {
  transition: 0.3s;
}

.dk-select-open-down.dk-select .dk-selected:before, .dk-select-open-up.dk-select .dk-selected:before {
  transform: rotate(180deg);
}

.dk-select .dk-selected {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--c--1);
  height: 60px;
  padding: 20px 0;
  font-size: 0.875rem;
}

.dk-select .dk-selected:before {
  content: "\e90e";
  font-family: "imp-icons";
  position: absolute;
  border: none;
  transform: rotate(0deg);
  top: 22px;
  right: 0;
  margin: 0;
  z-index: 2;
  font-size: 0.5rem;
  font-weight: 700;
  height: 22px;
  width: 22px;
  line-height: 1.375rem;
  text-align: center;
}

.dk-select .dk-selected:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 22px;
  right: 0;
  margin-right: 0;
  background-position: 50% 100%;
  background-color: #CDD4D7;
  border-radius: 50%;
  border: none;
}

.dk-select .dk-select-options {
  padding: 0;
  border: 1px solid transparent;
  margin-top: 0;
  border-radius: 0;
}

.dk-select .dk-select-options .dk-option-selected {
  background-color: transparent;
  color: var(--c--4);
}

.dk-select .dk-select-options .dk-option {
  text-transform: none;
  font-size: 0.875rem;
  padding: 8px 10px;
  background-color: #DADFE1;
}

.dk-select .dk-select-options .dk-option:nth-child(even) {
  background-color: #CDD4D7;
}

.dk-select .dk-select-options .dk-option.dk-option-highlight {
  background-color: #CDD4D7;
}

/* Labels */
/* Headings */
section.timeline .decades .date, section.timeline .subtitle, section.threed-carousel .subtitle, section.our-people .subtitle, section.home-stats .subtitle, section.hero .subtitle, section.hero-form .subtitle, section.discover-hero .subtitle, section.careers-carousel .subtitle {
  position: relative;
  font-size: calc(1rem + 4 * (100vw - 28.75rem) / 820);
  letter-spacing: 0.025rem;
  margin-bottom: 10px;
  color: var(--c--5);
}

@media (min-width: 960px) {
  section.timeline .decades .date, section.timeline .subtitle, section.threed-carousel .subtitle, section.our-people .subtitle, section.home-stats .subtitle, section.hero .subtitle, section.hero-form .subtitle, section.discover-hero .subtitle, section.careers-carousel .subtitle {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  section.timeline .decades .date, section.timeline .subtitle, section.threed-carousel .subtitle, section.our-people .subtitle, section.home-stats .subtitle, section.hero .subtitle, section.hero-form .subtitle, section.discover-hero .subtitle, section.careers-carousel .subtitle {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 460px) {
  section.timeline .decades .date, section.timeline .subtitle, section.threed-carousel .subtitle, section.our-people .subtitle, section.home-stats .subtitle, section.hero .subtitle, section.hero-form .subtitle, section.discover-hero .subtitle, section.careers-carousel .subtitle {
    font-size: 1rem;
  }
}
section.posts-listing .page-title, section.post-content .title, section.page-content .title, section.login-portal .page-title, section.hero.dark .title, section.discover-hero .title, section.contact .page-title {
  font-family: "DegularDisplay", sans-serif;
  letter-spacing: -0.00625rem;
  font-weight: 300;
  font-size: 3.25rem;
  line-height: 0.85;
}

section.posts-listing .page-title b, section.post-content .title b, section.page-content .title b, section.login-portal .page-title b, section.hero.dark .title b, section.discover-hero .title b, section.contact .page-title b {
  color: var(--c--6);
  font-weight: 300;
}

@media (min-width: 992px) {
  section.posts-listing .page-title, section.post-content .title, section.page-content .title, section.login-portal .page-title, section.hero.dark .title, section.discover-hero .title, section.contact .page-title {
    font-size: 5.625rem;
  }
}
@media (min-width: 1800px) {
  section.posts-listing .page-title, section.post-content .title, section.page-content .title, section.login-portal .page-title, section.hero.dark .title, section.discover-hero .title, section.contact .page-title {
    font-size: 6.875rem;
    line-height: 0.95;
  }
}
section.threed-carousel .title, section.home-approach .title, section.hero-form .title, section.careers-carousel .title, footer.primary .footer-text, section.post-content .wysiwyg h1, section.page-content .wysiwyg h1 {
  font-family: "DegularDisplay", sans-serif;
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 0.9;
}

section.threed-carousel .title b, section.home-approach .title b, section.hero-form .title b, section.careers-carousel .title b, footer.primary .footer-text b, section.post-content .wysiwyg h1 b, section.page-content .wysiwyg h1 b {
  color: var(--c--6);
  font-weight: 300;
}

@media (min-width: 992px) {
  section.threed-carousel .title, section.home-approach .title, section.hero-form .title, section.careers-carousel .title, footer.primary .footer-text, section.post-content .wysiwyg h1, section.page-content .wysiwyg h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1800px) {
  section.threed-carousel .title, section.home-approach .title, section.hero-form .title, section.careers-carousel .title, footer.primary .footer-text, section.post-content .wysiwyg h1, section.page-content .wysiwyg h1 {
    font-size: 5.875rem;
    line-height: 0.95;
  }
}
section.timeline .title, section.threed-carousel.careers .title, section.team-profile .title, section.home-hero .title, section.careers-carousel.careers .title, section.post-content .wysiwyg h2, section.page-content .wysiwyg h2 {
  font-family: "DegularDisplay", sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1;
}

section.timeline .title b, section.threed-carousel.careers .title b, section.team-profile .title b, section.home-hero .title b, section.careers-carousel.careers .title b, section.post-content .wysiwyg h2 b, section.page-content .wysiwyg h2 b {
  color: var(--c--6);
  font-weight: 300;
}

@media (min-width: 992px) {
  section.timeline .title, section.threed-carousel.careers .title, section.team-profile .title, section.home-hero .title, section.careers-carousel.careers .title, section.post-content .wysiwyg h2, section.page-content .wysiwyg h2 {
    font-size: 3.875rem;
  }
}
@media (min-width: 1800px) {
  section.timeline .title, section.threed-carousel.careers .title, section.team-profile .title, section.home-hero .title, section.careers-carousel.careers .title, section.post-content .wysiwyg h2, section.page-content .wysiwyg h2 {
    font-size: 4.75rem;
    line-height: 0.98;
  }
}
section.our-people .title, section.home-intro .title, section.hero .title, div.preloader .text, section.post-content .wysiwyg h3, section.page-content .wysiwyg h3 {
  font-family: "DegularDisplay", sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
}

section.our-people .title b, section.home-intro .title b, section.hero .title b, div.preloader .text b, section.post-content .wysiwyg h3 b, section.page-content .wysiwyg h3 b {
  color: var(--c--6);
  font-weight: 300;
}

@media (min-width: 992px) {
  section.our-people .title, section.home-intro .title, section.hero .title, div.preloader .text, section.post-content .wysiwyg h3, section.page-content .wysiwyg h3 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1800px) {
  section.our-people .title, section.home-intro .title, section.hero .title, div.preloader .text, section.post-content .wysiwyg h3, section.page-content .wysiwyg h3 {
    font-size: 3.875rem;
    line-height: 1;
  }
}
section.threed-carousel .section-title, section.team-listing .sf-field-search .sf-input-text, section.portfolio-listing .sf-field-search .sf-input-text, section.home-stats .title, section.form .title, section.careers-carousel .section-title, section.approach-graphic .item .title, section.approach-graphic .section-title, footer.primary .footer-link a, section.post-content .wysiwyg h4, section.page-content .wysiwyg h4, section.form .form h2.gform_title, section.post-content .wysiwyg .gform_wrapper h2.gform_title, section.page-content .wysiwyg .gform_wrapper h2.gform_title, section.form .form .gform_confirmation_message h3, section.post-content .wysiwyg .gform_wrapper .gform_confirmation_message h3, section.page-content .wysiwyg .gform_wrapper .gform_confirmation_message h3 {
  font-family: "DegularDisplay", sans-serif;
  letter-spacing: -0.0125rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1;
}

section.threed-carousel .section-title b, section.team-listing .sf-field-search .sf-input-text b, section.portfolio-listing .sf-field-search .sf-input-text b, section.home-stats .title b, section.form .title b, section.careers-carousel .section-title b, section.approach-graphic .item .title b, section.approach-graphic .section-title b, footer.primary .footer-link a b, section.post-content .wysiwyg h4 b, section.page-content .wysiwyg h4 b, section.form .form h2.gform_title b, section.post-content .wysiwyg .gform_wrapper h2.gform_title b, section.page-content .wysiwyg .gform_wrapper h2.gform_title b, section.form .form .gform_confirmation_message h3 b, section.post-content .wysiwyg .gform_wrapper .gform_confirmation_message h3 b, section.page-content .wysiwyg .gform_wrapper .gform_confirmation_message h3 b {
  color: var(--c--5);
  font-weight: 300;
}

@media (min-width: 992px) {
  section.threed-carousel .section-title, section.team-listing .sf-field-search .sf-input-text, section.portfolio-listing .sf-field-search .sf-input-text, section.home-stats .title, section.form .title, section.careers-carousel .section-title, section.approach-graphic .item .title, section.approach-graphic .section-title, footer.primary .footer-link a, section.post-content .wysiwyg h4, section.page-content .wysiwyg h4, section.form .form h2.gform_title, section.post-content .wysiwyg .gform_wrapper h2.gform_title, section.page-content .wysiwyg .gform_wrapper h2.gform_title, section.form .form .gform_confirmation_message h3, section.post-content .wysiwyg .gform_wrapper .gform_confirmation_message h3, section.page-content .wysiwyg .gform_wrapper .gform_confirmation_message h3 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1800px) {
  section.threed-carousel .section-title, section.team-listing .sf-field-search .sf-input-text, section.portfolio-listing .sf-field-search .sf-input-text, section.home-stats .title, section.form .title, section.careers-carousel .section-title, section.approach-graphic .item .title, section.approach-graphic .section-title, footer.primary .footer-link a, section.post-content .wysiwyg h4, section.page-content .wysiwyg h4, section.form .form h2.gform_title, section.post-content .wysiwyg .gform_wrapper h2.gform_title, section.page-content .wysiwyg .gform_wrapper h2.gform_title, section.form .form .gform_confirmation_message h3, section.post-content .wysiwyg .gform_wrapper .gform_confirmation_message h3, section.page-content .wysiwyg .gform_wrapper .gform_confirmation_message h3 {
    font-size: 3.25rem;
    line-height: 1;
  }
}
section.timeline .copy, section.team-listing .childterm-title, section.team-cta .title, section.page-content .top-content, section.home-hero .news-slider .title, section.form .info h3, section.content404 .section-title, section.contact .contact-item, div.no-results h6, article.post .title, article.company-tile .copy, section.post-content .wysiwyg h5, section.page-content .wysiwyg h5 {
  font-family: "DegularDisplay", sans-serif;
  font-weight: 300;
  font-size: calc(1.25rem + 10 * (100vw - 28.75rem) / 820);
  line-height: 1.2;
}

section.timeline .copy b, section.team-listing .childterm-title b, section.team-cta .title b, section.page-content .top-content b, section.home-hero .news-slider .title b, section.form .info h3 b, section.content404 .section-title b, section.contact .contact-item b, div.no-results h6 b, article.post .title b, article.company-tile .copy b, section.post-content .wysiwyg h5 b, section.page-content .wysiwyg h5 b {
  color: var(--c--6);
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  section.timeline .copy, section.team-listing .childterm-title, section.team-cta .title, section.page-content .top-content, section.home-hero .news-slider .title, section.form .info h3, section.content404 .section-title, section.contact .contact-item, div.no-results h6, article.post .title, article.company-tile .copy, section.post-content .wysiwyg h5, section.page-content .wysiwyg h5 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 460px) {
  section.timeline .copy, section.team-listing .childterm-title, section.team-cta .title, section.page-content .top-content, section.home-hero .news-slider .title, section.form .info h3, section.content404 .section-title, section.contact .contact-item, div.no-results h6, article.post .title, article.company-tile .copy, section.post-content .wysiwyg h5, section.page-content .wysiwyg h5 {
    font-size: 1.25rem;
  }
}
section.threed-carousel .copy, section.team-profile .text-and-icon-block .label, section.team-profile .subtitle, section.home-approach .copy, section.careers-carousel .copy, article.team-tile .title, section.post-content .wysiwyg h6, section.page-content .wysiwyg h6, section.form .form .gfield_label, section.post-content .wysiwyg .gform_wrapper .gfield_label, section.page-content .wysiwyg .gform_wrapper .gfield_label {
  font-family: "DegularDisplay", sans-serif;
  font-weight: 300;
  font-size: calc(1rem + 4 * (100vw - 28.75rem) / 820);
  line-height: 1.4;
  letter-spacing: 0.03125rem;
}

section.threed-carousel .copy b, section.team-profile .text-and-icon-block .label b, section.team-profile .subtitle b, section.home-approach .copy b, section.careers-carousel .copy b, article.team-tile .title b, section.post-content .wysiwyg h6 b, section.page-content .wysiwyg h6 b, section.form .form .gfield_label b, section.post-content .wysiwyg .gform_wrapper .gfield_label b, section.page-content .wysiwyg .gform_wrapper .gfield_label b {
  color: var(--c--6);
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  section.threed-carousel .copy, section.team-profile .text-and-icon-block .label, section.team-profile .subtitle, section.home-approach .copy, section.careers-carousel .copy, article.team-tile .title, section.post-content .wysiwyg h6, section.page-content .wysiwyg h6, section.form .form .gfield_label, section.post-content .wysiwyg .gform_wrapper .gfield_label, section.page-content .wysiwyg .gform_wrapper .gfield_label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 460px) {
  section.threed-carousel .copy, section.team-profile .text-and-icon-block .label, section.team-profile .subtitle, section.home-approach .copy, section.careers-carousel .copy, article.team-tile .title, section.post-content .wysiwyg h6, section.page-content .wysiwyg h6, section.form .form .gfield_label, section.post-content .wysiwyg .gform_wrapper .gfield_label, section.page-content .wysiwyg .gform_wrapper .gfield_label {
    font-size: 1rem;
  }
}
/* Paragraphs */
section.team-profile .bio, section.team-listing .term-descr, section.hero-form .copy, section.form .email, section.form .phone, section.form .info h6, section.post-content .wysiwyg, section.page-content .wysiwyg, section.form .form .gform_confirmation_message p, section.post-content .wysiwyg .gform_wrapper .gform_confirmation_message p, section.page-content .wysiwyg .gform_wrapper .gform_confirmation_message p {
  font-family: "DegularDisplay", sans-serif;
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.4;
  letter-spacing: 0.03125rem;
}

section.team-profile .bio p, section.team-listing .term-descr p, section.hero-form .copy p, section.form .email p, section.form .phone p, section.form .info h6 p, section.post-content .wysiwyg p, section.page-content .wysiwyg p, section.form .form .gform_confirmation_message p p {
  margin: 1em 0;
}

section.team-profile .bio p:first-child, section.team-listing .term-descr p:first-child, section.hero-form .copy p:first-child, section.form .email p:first-child, section.form .phone p:first-child, section.form .info h6 p:first-child, section.post-content .wysiwyg p:first-child, section.page-content .wysiwyg p:first-child, section.form .form .gform_confirmation_message p p:first-child {
  margin-top: 0;
}

section.team-profile .bio p:last-child, section.team-listing .term-descr p:last-child, section.hero-form .copy p:last-child, section.form .email p:last-child, section.form .phone p:last-child, section.form .info h6 p:last-child, section.post-content .wysiwyg p:last-child, section.page-content .wysiwyg p:last-child, section.form .form .gform_confirmation_message p p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  section.team-profile .bio, section.team-listing .term-descr, section.hero-form .copy, section.form .email, section.form .phone, section.form .info h6, section.post-content .wysiwyg, section.page-content .wysiwyg, section.form .form .gform_confirmation_message p, section.post-content .wysiwyg .gform_wrapper .gform_confirmation_message p, section.page-content .wysiwyg .gform_wrapper .gform_confirmation_message p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1800px) {
  section.team-profile .bio, section.team-listing .term-descr, section.hero-form .copy, section.form .email, section.form .phone, section.form .info h6, section.post-content .wysiwyg, section.page-content .wysiwyg, section.form .form .gform_confirmation_message p, section.post-content .wysiwyg .gform_wrapper .gform_confirmation_message p, section.page-content .wysiwyg .gform_wrapper .gform_confirmation_message p {
    font-size: 1.5rem;
  }
}
section.team-profile .text-and-icon-block .value, section.login-portal .portal-tile .copy, article.post .copy {
  font-family: "DegularDisplay", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.03125rem;
}

@media (min-width: 992px) {
  section.team-profile .text-and-icon-block .value, section.login-portal .portal-tile .copy, article.post .copy {
    font-size: 1rem;
  }
}
@media (min-width: 1800px) {
  section.team-profile .text-and-icon-block .value, section.login-portal .portal-tile .copy, article.post .copy {
    font-size: 1.125rem;
  }
}
section.posts-listing .sf-field-category ul li .sf-label-radio, section.post-content .categories li, article.post .categories li {
  font-family: "DegularDisplay", sans-serif;
  font-weight: 300;
  font-size: calc(0.75rem + 2 * (100vw - 28.75rem) / 820);
  line-height: 1.4;
  letter-spacing: 0.03125rem;
}

@media screen and (min-width: 1280px) {
  section.posts-listing .sf-field-category ul li .sf-label-radio, section.post-content .categories li, article.post .categories li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 460px) {
  section.posts-listing .sf-field-category ul li .sf-label-radio, section.post-content .categories li, article.post .categories li {
    font-size: 0.75rem;
  }
}
section.team-profile.alternative .container, section.team-listing .container, section.portfolio-listing .container, header.primary .container, section.timeline .container, section.threed-carousel .carousel-controls, section.threed-carousel .container, section.team-profile .container, section.team-cta .wrapper, section.posts-listing .container, section.post-content .wrapper, section.post-content .container, section.page-content .wrapper, section.page-content .container, section.login-portal .container, section.home-stats .carousel-controls, section.home-intro .container, section.home-hero .main-content .carousel-controls, section.home-approach .carousel-controls, section.hero .container, section.discover-hero .container, section.content404 .container, section.careers-carousel .carousel-controls, section.careers-carousel .container, section.approach-graphic .carousel-controls, footer.primary .container, div.pagination .wrapper, article.post .wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 1024px) {
  section.team-profile.alternative .container, section.team-listing .container, section.portfolio-listing .container, header.primary .container, section.timeline .container, section.threed-carousel .carousel-controls, section.threed-carousel .container, section.team-profile .container, section.team-cta .wrapper, section.posts-listing .container, section.post-content .wrapper, section.post-content .container, section.page-content .wrapper, section.page-content .container, section.login-portal .container, section.home-stats .carousel-controls, section.home-intro .container, section.home-hero .main-content .carousel-controls, section.home-approach .carousel-controls, section.hero .container, section.discover-hero .container, section.content404 .container, section.careers-carousel .carousel-controls, section.careers-carousel .container, section.approach-graphic .carousel-controls, footer.primary .container, div.pagination .wrapper, article.post .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.timeline .container, section.threed-carousel .carousel-controls, section.threed-carousel .container, section.team-profile .container, section.team-cta .wrapper, section.posts-listing .container, section.post-content .wrapper, section.post-content .container, section.page-content .wrapper, section.page-content .container, section.login-portal .container, section.home-stats .carousel-controls, section.home-intro .container, section.home-hero .main-content .carousel-controls, section.home-approach .carousel-controls, section.hero .container, section.discover-hero .container, section.content404 .container, section.careers-carousel .carousel-controls, section.careers-carousel .container, section.approach-graphic .carousel-controls, footer.primary .container, div.pagination .wrapper, article.post .wrapper {
  max-width: 1255px;
}

@media (min-width: 1800px) {
  section.timeline .container, section.threed-carousel .carousel-controls, section.threed-carousel .container, section.team-profile .container, section.team-cta .wrapper, section.posts-listing .container, section.post-content .wrapper, section.post-content .container, section.page-content .wrapper, section.page-content .container, section.login-portal .container, section.home-stats .carousel-controls, section.home-intro .container, section.home-hero .main-content .carousel-controls, section.home-approach .carousel-controls, section.hero .container, section.discover-hero .container, section.content404 .container, section.careers-carousel .carousel-controls, section.careers-carousel .container, section.approach-graphic .carousel-controls, footer.primary .container, div.pagination .wrapper, article.post .wrapper {
    max-width: 1670px;
  }
}
header.primary .container {
  max-width: 1375px;
}

@media (min-width: 1800px) {
  header.primary .container {
    max-width: 1670px;
  }
}
section.team-listing .container, section.portfolio-listing .container {
  max-width: 1430px;
}

@media (min-width: 1800px) {
  section.team-listing .container, section.portfolio-listing .container {
    max-width: 1670px;
  }
}
section.team-profile.alternative .container {
  max-width: 830px;
}

@media (min-width: 1800px) {
  section.team-profile.alternative .container {
    max-width: 1070px;
  }
}
/***************
* Master Text editor
***************/
section.post-content .wysiwyg, section.page-content .wysiwyg {
  color: var(--c--7);
  /*   .dropkick {
        @extend %dropkick;
     }*/
}

/**
   * Paragraphs
   */
section.post-content .wysiwyg p:not(:last-child), section.page-content .wysiwyg p:not(:last-child) {
  margin-bottom: 25px;
}

/**
   * Lists
   */
section.post-content .wysiwyg h1, section.page-content .wysiwyg h1 {
  color: var(--c--1);
}

section.post-content .wysiwyg h2, section.page-content .wysiwyg h2 {
  margin: 40px 0 30px 0;
  color: var(--c--1);
}

@media (min-width: 768px) {
  section.post-content .wysiwyg h2, section.page-content .wysiwyg h2 {
    margin: 25px 0 20px 0;
  }
}
section.post-content .wysiwyg h3, section.page-content .wysiwyg h3 {
  margin: 40px 0 30px 0;
  color: var(--c--1);
}

@media (max-width: 768px) {
  section.post-content .wysiwyg h3, section.page-content .wysiwyg h3 {
    margin: 25px 0 20px 0;
  }
}
section.post-content .wysiwyg h4, section.page-content .wysiwyg h4 {
  margin: 40px 0 30px 0;
  color: var(--c--1);
}

@media (max-width: 768px) {
  section.post-content .wysiwyg h4, section.page-content .wysiwyg h4 {
    line-height: 1.26em;
    margin: 25px 0 20px 0;
  }
}
section.post-content .wysiwyg h5, section.page-content .wysiwyg h5 {
  margin-bottom: 30px;
  color: var(--c--1);
}

section.post-content .wysiwyg h6, section.page-content .wysiwyg h6 {
  margin-bottom: 30px;
  color: var(--c--1);
}

section.post-content .wysiwyg ul li, section.page-content .wysiwyg ul li {
  margin-bottom: 30px;
}

section.post-content .wysiwyg blockquote, section.page-content .wysiwyg blockquote {
  color: var(--c--1);
  font-size: calc(1.25rem + 4 * (100vw - 48rem) / 512);
  font-weight: 700;
  letter-spacing: -0.05rem;
  line-height: 1.47;
  text-align: left;
  border-left: 1px solid var(--c--1);
  margin-bottom: 40px;
  margin-top: 40px;
  padding-left: 20px;
}

@media screen and (min-width: 1280px) {
  section.post-content .wysiwyg blockquote, section.page-content .wysiwyg blockquote {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  section.post-content .wysiwyg blockquote, section.page-content .wysiwyg blockquote {
    font-size: 1.25rem;
  }
}
section.post-content .wysiwyg img.size-full, section.page-content .wysiwyg img.size-full {
  max-width: 100%;
  margin: 50px 0;
}

@media (min-width: 1450px) {
  section.post-content .wysiwyg img.size-full, section.page-content .wysiwyg img.size-full {
    max-width: initial;
    width: 120%;
  }
}
@media (max-width: 960px) {
  section.post-content .wysiwyg img.size-full, section.page-content .wysiwyg img.size-full {
    margin: 20px 0;
  }
}
section.post-content .wysiwyg iframe, section.page-content .wysiwyg iframe {
  width: 100% !important;
  margin: 50px 0;
}

section.post-content .wysiwyg p > strong, section.page-content .wysiwyg p > strong {
  font-size: calc(1.125rem + 6 * (100vw - 26.25rem) / 860);
  letter-spacing: -0.05625rem;
}

@media screen and (min-width: 1280px) {
  section.post-content .wysiwyg p > strong, section.page-content .wysiwyg p > strong {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 420px) {
  section.post-content .wysiwyg p > strong, section.page-content .wysiwyg p > strong {
    font-size: 1.125rem;
  }
}
section.post-content .wysiwyg bold, section.page-content .wysiwyg bold,
section.post-content .wysiwyg b,
section.page-content .wysiwyg b,
section.post-content .wysiwyg strong,
section.page-content .wysiwyg strong {
  font-weight: 700;
}

/***************
* List styling
***************/
/* Un-ordered */
section.post-content .wysiwyg ul, section.page-content .wysiwyg ul {
  margin: 24px 0;
  padding-left: 0;
}

section.post-content .wysiwyg ul li, section.page-content .wysiwyg ul li {
  position: relative;
  background: transparent;
  display: block;
  margin-bottom: 4px;
  padding-left: 15px;
}

section.post-content .wysiwyg ul li:before, section.page-content .wysiwyg ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  font-size: 0.28813rem;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: var(--c--1);
}

/* Ordered */
section.post-content .wysiwyg ol, section.page-content .wysiwyg ol {
  margin: 24px 0;
  padding-left: 0;
}

section.post-content .wysiwyg ol li, section.page-content .wysiwyg ol li {
  background: transparent;
  display: block;
  margin-bottom: 4px;
  padding-left: 28px;
}

section.post-content .wysiwyg ol > li, section.page-content .wysiwyg ol > li {
  list-style-type: decimal;
}

/***************
* Standard WordPress classes
***************/
section.post-content .wysiwyg hr, section.page-content .wysiwyg hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}

section.post-content .wysiwyg .alignleft, section.page-content .wysiwyg .alignleft {
  float: left;
}

section.post-content .wysiwyg .alignright, section.page-content .wysiwyg .alignright {
  float: right;
}

section.post-content .wysiwyg .aligncenter, section.page-content .wysiwyg .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

section.post-content .wysiwyg blockquote.alignleft, section.page-content .wysiwyg blockquote.alignleft,
section.post-content .wysiwyg img.alignleft,
section.page-content .wysiwyg img.alignleft {
  margin: 7px 24px 7px 0;
}

section.post-content .wysiwyg .wp-caption.alignleft, section.page-content .wysiwyg .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

section.post-content .wysiwyg blockquote.alignright, section.page-content .wysiwyg blockquote.alignright,
section.post-content .wysiwyg img.alignright,
section.page-content .wysiwyg img.alignright {
  margin: 7px 0 7px 24px;
}

section.post-content .wysiwyg .wp-caption.alignright, section.page-content .wysiwyg .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

section.post-content .wysiwyg blockquote.aligncenter, section.page-content .wysiwyg blockquote.aligncenter,
section.post-content .wysiwyg img.aligncenter,
section.page-content .wysiwyg img.aligncenter,
section.post-content .wysiwyg .wp-caption.aligncenter,
section.page-content .wysiwyg .wp-caption.aligncenter {
  margin-bottom: 7px;
  margin-top: 7px;
}

section.post-content .wysiwyg .site-content blockquote.alignleft, section.page-content .wysiwyg .site-content blockquote.alignleft,
section.post-content .wysiwyg .site-content blockquote.alignright,
section.page-content .wysiwyg .site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

section.post-content .wysiwyg .site-content blockquote.alignleft p, section.page-content .wysiwyg .site-content blockquote.alignleft p,
section.post-content .wysiwyg .site-content blockquote.alignright p,
section.page-content .wysiwyg .site-content blockquote.alignright p {
  margin-bottom: 17px;
}

section.post-content .wysiwyg .gallery, section.page-content .wysiwyg .gallery {
  margin-bottom: 20px;
}

section.post-content .wysiwyg .gallery-item, section.page-content .wysiwyg .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

section.post-content .wysiwyg .gallery-columns-1 .gallery-item, section.page-content .wysiwyg .gallery-columns-1 .gallery-item {
  max-width: 100%;
}

section.post-content .wysiwyg .gallery-columns-2 .gallery-item, section.page-content .wysiwyg .gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}

section.post-content .wysiwyg .gallery-columns-3 .gallery-item, section.page-content .wysiwyg .gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

section.post-content .wysiwyg .gallery-columns-4 .gallery-item, section.page-content .wysiwyg .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

section.post-content .wysiwyg .gallery-columns-5 .gallery-item, section.page-content .wysiwyg .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

section.post-content .wysiwyg .gallery-columns-6 .gallery-item, section.page-content .wysiwyg .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

section.post-content .wysiwyg .gallery-columns-7 .gallery-item, section.page-content .wysiwyg .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

section.post-content .wysiwyg .gallery-columns-8 .gallery-item, section.page-content .wysiwyg .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

section.post-content .wysiwyg .gallery-columns-9 .gallery-item, section.page-content .wysiwyg .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}

section.post-content .wysiwyg .gallery-columns-1 .gallery-item:nth-of-type(1n), section.page-content .wysiwyg .gallery-columns-1 .gallery-item:nth-of-type(1n),
section.post-content .wysiwyg .gallery-columns-2 .gallery-item:nth-of-type(2n),
section.page-content .wysiwyg .gallery-columns-2 .gallery-item:nth-of-type(2n),
section.post-content .wysiwyg .gallery-columns-3 .gallery-item:nth-of-type(3n),
section.page-content .wysiwyg .gallery-columns-3 .gallery-item:nth-of-type(3n),
section.post-content .wysiwyg .gallery-columns-4 .gallery-item:nth-of-type(4n),
section.page-content .wysiwyg .gallery-columns-4 .gallery-item:nth-of-type(4n),
section.post-content .wysiwyg .gallery-columns-5 .gallery-item:nth-of-type(5n),
section.page-content .wysiwyg .gallery-columns-5 .gallery-item:nth-of-type(5n),
section.post-content .wysiwyg .gallery-columns-6 .gallery-item:nth-of-type(6n),
section.page-content .wysiwyg .gallery-columns-6 .gallery-item:nth-of-type(6n),
section.post-content .wysiwyg .gallery-columns-7 .gallery-item:nth-of-type(7n),
section.page-content .wysiwyg .gallery-columns-7 .gallery-item:nth-of-type(7n),
section.post-content .wysiwyg .gallery-columns-8 .gallery-item:nth-of-type(8n),
section.page-content .wysiwyg .gallery-columns-8 .gallery-item:nth-of-type(8n),
section.post-content .wysiwyg .gallery-columns-9 .gallery-item:nth-of-type(9n),
section.page-content .wysiwyg .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

section.post-content .wysiwyg .gallery-caption, section.page-content .wysiwyg .gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}

section.post-content .wysiwyg .gallery-caption:before, section.page-content .wysiwyg .gallery-caption:before {
  content: "";
  min-height: 49px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.post-content .wysiwyg .gallery-item:hover .gallery-caption, section.page-content .wysiwyg .gallery-item:hover .gallery-caption {
  opacity: 1;
}

section.post-content .wysiwyg .gallery-columns-7 .gallery-caption, section.page-content .wysiwyg .gallery-columns-7 .gallery-caption,
section.post-content .wysiwyg .gallery-columns-8 .gallery-caption,
section.page-content .wysiwyg .gallery-columns-8 .gallery-caption,
section.post-content .wysiwyg .gallery-columns-9 .gallery-caption,
section.page-content .wysiwyg .gallery-columns-9 .gallery-caption {
  display: none;
}

section.post-content .wysiwyg .format-aside .entry-content, section.page-content .wysiwyg .format-aside .entry-content,
section.post-content .wysiwyg .format-aside .entry-summary,
section.page-content .wysiwyg .format-aside .entry-summary,
section.post-content .wysiwyg .format-quote .entry-content,
section.page-content .wysiwyg .format-quote .entry-content,
section.post-content .wysiwyg .format-quote .entry-summary,
section.page-content .wysiwyg .format-quote .entry-summary,
section.post-content .wysiwyg .format-link .entry-content,
section.page-content .wysiwyg .format-link .entry-content,
section.post-content .wysiwyg .format-link .entry-summary,
section.page-content .wysiwyg .format-link .entry-summary {
  padding-top: 0;
}

section.post-content .wysiwyg .site-content .format-link .entry-title, section.page-content .wysiwyg .site-content .format-link .entry-title,
section.post-content .wysiwyg .site-content .format-aside .entry-title,
section.page-content .wysiwyg .site-content .format-aside .entry-title,
section.post-content .wysiwyg .site-content .format-quote .entry-title,
section.page-content .wysiwyg .site-content .format-quote .entry-title {
  display: none;
}

section.post-content .wysiwyg .mce-ignore-li ol, section.page-content .wysiwyg .mce-ignore-li ol,
section.post-content .wysiwyg .mce-ignore-li ul,
section.page-content .wysiwyg .mce-ignore-li ul,
section.post-content .wysiwyg .mce-ignore-li ul li,
section.page-content .wysiwyg .mce-ignore-li ul li,
section.post-content .wysiwyg .mce-ignore-li ol li,
section.page-content .wysiwyg .mce-ignore-li ol li {
  font-size: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* END OF DOCUMENT */
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.75;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

article.company-tile {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: var(--c--4);
  max-width: calc(100% - 15px);
  text-align: center;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  background: var(--c--1);
}

article.company-tile body.home {
  width: 380px !important;
  margin-right: 25px;
}

article.company-tile .inner {
  padding: 100px 40px;
  position: relative;
  pointer-events: none;
}

article.company-tile .title {
  /*
  opacity: 0;
  */
}

article.company-tile .categories {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  bottom: auto !important;
  pointer-events: none;
}

article.company-tile .categories .cat {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

article.company-tile .categories .cat img {
  width: 19px;
  height: 18px;
}

article.company-tile .copy {
  line-height: 1;
}

article.company-tile .content img {
  max-width: 235px;
  margin-bottom: 60px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -o-object-fit: contain;
  object-fit: contain;
}

article.company-tile .bg-gradient {
  background: #134A5D;
  background: radial-gradient(at 50% 40%, #2dadc9, #134A5D);
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  opacity: 0;
}

article.company-tile:hover .bg-gradient {
  opacity: 1;
}

/*Light Option*/
article.company-tile.light {
  color: var(--c--1);
  background-color: var(--c--4);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

article.company-tile.light .content {
  position: relative;
  min-height: 160px;
  display: flex;
  justify-content: center;
}

article.company-tile.light .content img {
  margin-bottom: 0;
  opacity: 1;
  transition: 0.2s 0.55s all ease;
}

article.company-tile.light .content img.grayscale {
  filter: grayscale(1);
}

article.company-tile.light .content img.not_grayscale {
  filter: none;
}

article.company-tile.light .bg-gradient {
  background: var(--c--3);
  background: radial-gradient(at 50% 40%, #7cd2e5, var(--c--3));
}

article.company-tile.light .copy {
  opacity: 0;
  transition: 0.7s all ease;
  position: absolute;
  top: 0;
}

article.company-tile.light .buttons {
  display: flex;
  justify-content: center;
  gap: 10px 30px;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}

article.company-tile.light .button {
  color: #5C5C5C;
}

article.company-tile.light .button:hover span.text {
  color: var(--c--8);
}

article.company-tile.light .button:hover span.arrow:before {
  background-color: var(--c--8);
}

article.company-tile.light .button:hover span.arrow:after {
  border-color: var(--c--8);
}

article.company-tile.light:hover .content img {
  opacity: 0;
  filter: none !important;
  transition: 0s 0s all ease;
}

article.company-tile.light:hover .copy {
  opacity: 1;
}

@media (max-width: 768px) {
  article.company-tile.light .bg-gradient {
    background: #fff !important;
  }
}
@media (max-width: 768px) {
  article.company-tile .buttons {
    flex-flow: column;
    align-items: center;
  }
  article.company-tile.light:hover .content img {
    opacity: 1;
  }
  article.company-tile.light .inner {
    padding: 100px 40px 60px 40px;
  }
  article.company-tile.light .content {
    flex-flow: column;
    align-items: center;
  }
  article.company-tile.light .copy {
    opacity: 1;
    margin-top: 30px;
    position: relative;
  }
  article.company-tile.light .buttons {
    position: relative;
  }
}
@media (max-width: 500px) {
  article.company-tile.light .inner {
    padding: 50px 10px 30px 10px;
  }
  article.company-tile.light .categories {
    gap: 0 6px;
  }
  article.company-tile.light .content img {
    width: 100%;
  }
  article.company-tile.light .content .copy {
    font-size: 0.75rem;
    margin-top: 20px;
  }
}
article.post {
  width: 100%;
  transition: 0.5s all ease;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

article.post .wrapper {
  display: flex;
}

article.post .date {
  color: var(--c--7);
  width: 20%;
  min-width: 20%;
  text-align: right;
  padding: 52px 100px 52px 0;
}

article.post .content {
  display: flex;
  justify-content: space-between;
  gap: 0 120px;
  padding: 52px 0 52px 100px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  width: 80%;
}

article.post .text-column {
  max-width: 590px;
  width: 70%;
}

article.post .title {
  font-weight: 400;
  color: var(--c--1);
  margin-bottom: 5px;
}

article.post .copy {
  color: var(--c--7);
  margin-bottom: 10px;
}

article.post .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
}

article.post .categories li {
  padding: 6px 12px;
  position: relative;
  border-radius: 50px;
  background: #E0E0E0;
  color: var(--c--1);
  transition: 0.4s all ease;
}

article.post .button {
  width: 30%;
  min-width: 180px;
}

/*Media Queries*/
@media (max-width: 1230px) {
  article.post .date {
    padding-right: 20px;
  }
  article.post .content {
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  article.post .wrapper {
    flex-flow: column;
  }
  article.post .text-column {
    width: 100%;
  }
  article.post .content {
    border-left: none;
    padding-top: 10px;
    width: 100%;
    padding-left: 0;
    flex-flow: column;
  }
  article.post .date {
    padding-bottom: 0;
    width: 100%;
    text-align: left;
  }
  article.post .text {
    padding: 20px 0;
  }
}
article.team-tile {
  width: 240px;
  transition: 0.5s all ease;
  will-change: transform;
}

article.team-tile .image-wrapper img {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  background-color: var(--c--4);
  width: 100%;
  aspect-ratio: 240/290;
  overflow: hidden;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s all ease;
  filter: grayscale(1);
}

article.team-tile .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

article.team-tile .text {
  width: calc(100% - 80px);
}

article.team-tile .title {
  line-height: 1.2;
  margin-bottom: 7px;
  font-weight: 400;
}

article.team-tile .subtitle {
  color: #9F9F9F;
  font-size: 1rem;
  line-height: 1.2;
}

article.team-tile .button {
  display: inline-flex;
  align-items: center;
  position: relative;
}

article.team-tile .button:before {
  content: "";
  transition: 0.3s all ease;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 1px solid rgba(5, 15, 25, 0.2);
  position: absolute;
  right: 0;
}

@media (min-width: 1024px) {
  article.team-tile:hover {
    transform: scale(1.1);
  }
  article.team-tile:hover .image-wrapper img {
    filter: none;
  }
  article.team-tile:hover .button .arrow:before {
    background-color: var(--c--1);
    width: 42px;
    transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  }
  article.team-tile:hover .button .arrow:after {
    border-color: var(--c--1);
    transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (max-width: 768px) {
  article.team-tile .button {
    display: none;
  }
  article.team-tile .text {
    width: 100%;
  }
}
div.no-results {
  text-align: left;
  width: 100%;
}

div.no-results .results {
  font-size: 1rem;
  color: #848484;
  margin-bottom: 10px;
}

div.no-results .results span {
  color: var(--c--1);
}

div.no-results h6 {
  color: var(--c--8);
  margin: 0;
}

div.pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

div.pagination .wrapper {
  display: flex;
  justify-content: end;
}

div.pagination .pagination-inner {
  width: 80%;
  display: flex;
  align-items: baseline;
  justify-content: start;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 60px 20px 60px 100px;
}

div.pagination a, div.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c--7);
  opacity: 0.5;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 5px;
}

div.pagination a.current, div.pagination span.current {
  color: var(--c--1);
  opacity: 1;
}

div.pagination a.current:after, div.pagination span.current:after {
  content: "";
  width: 45px;
  height: 1px;
  background: var(--c--1);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

div.pagination a {
  cursor: pointer;
  transition: color 400ms ease-in-out;
}

div.pagination a:hover {
  color: #224448;
}

/*Media Queries*/
@media (max-width: 1230px) {
  div.pagination .pagination-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  div.pagination .wrapper {
    justify-content: start;
  }
  div.pagination .pagination-inner {
    width: 100%;
    border-left: 0;
    padding: 40px 20px;
  }
}
div.preloader {
  background-color: var(--c--1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.75s all cubic-bezier(0.4, 0, 0.2, 1);
}

div.preloader .inner {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

div.preloader .icon {
  -webkit-animation: rotate 3s linear;
  animation: rotate 3s linear;
  max-width: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  will-change: all;
}

div.preloader .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  transform-origin: center;
  z-index: 2;
  color: var(--c--3);
  text-align: center;
  margin: auto;
  padding: 20px;
  width: 100%;
  opacity: 0;
  filter: blur(4px);
  -webkit-animation: blur-out 3s linear;
  animation: blur-out 3s linear;
  will-change: all;
}

body.page-loaded div.preloader {
  opacity: 0;
  visibility: hidden;
  transition: 1s all 2.75s cubic-bezier(0.4, 0, 0.2, 1);
}

div.preloader.hidden {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@media (max-width: 1024px) {
  div.preloader {
    display: none;
  }
}
ul.social-links {
  display: flex;
  align-items: center;
  gap: 7px;
}

ul.social-links li a {
  font-size: 0.9375rem;
  transition: 0.3s;
}

ul.social-links li a:hover {
  opacity: 0.9;
}

ul.social-links li a svg {
  width: 16px;
}

footer.primary {
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: var(--c--4);
  margin-top: -30px;
  width: 100%;
  z-index: 11;
  overflow: hidden;
  height: 100vh;
  min-height: 400px;
}

footer.primary:before {
  content: "";
  position: absolute;
  top: 0;
  right: -20%;
  background-image: url(../imgs/svg/nautilus.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 62%;
  height: 100%;
}

footer.primary .section-inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

/*Footer Text*/
footer.primary .footer-text {
  padding: 22vh 0;
  max-width: 840px;
}

/*Footer Links*/
footer.primary .footer-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer.primary .footer-link {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 25%;
  position: relative;
}

footer.primary .footer-link:before {
  content: "";
  position: absolute;
  right: 35px;
  top: 35px;
  background-image: url("../imgs/svg/arrow-top-right.svg");
  background-repeat: no-repeat;
  transition: 0.5s all ease;
  width: 44px;
  height: 44px;
}

footer.primary .footer-link:hover:before {
  transform: rotate(45deg);
}

footer.primary .footer-link:hover a {
  color: var(--c--5);
}

footer.primary .footer-link a {
  font-weight: 300;
  display: block;
  width: 100%;
  height: 100%;
  padding: 100px 20px 20px 30px;
  transition: 0.4s all ease;
}

/*Footer Bottom*/
footer.primary .copyright {
  color: #1D1D1B;
  opacity: 0.45;
  font-size: 0.875rem;
}

footer.primary .copyright a {
  transition: 0.3s all ease;
}

footer.primary .copyright a:hover {
  color: var(--c--6);
}

footer.primary .site-by {
  padding-left: 30px;
}

footer.primary .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer.primary .menu li {
  padding: 0 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

footer.primary .menu li:not(:first-child):before {
  content: "/";
  position: relative;
  left: -20px;
}

footer.primary .menu a {
  color: var(--c--2);
  transition: 0.3s all ease;
}

footer.primary .menu a:hover {
  color: var(--c--5);
}

@media (max-width: 1024px) {
  footer.primary {
    height: auto;
  }
}
@media (max-width: 960px) {
  footer.primary .footer-text {
    padding: 100px 0 80px 0;
    text-align: left;
  }
  footer.primary .footer-link {
    width: 50%;
  }
  footer.primary .menu li {
    padding: 0 10px;
  }
  footer.primary .menu li:before {
    left: -10px !important;
  }
  footer.primary .footer-bottom {
    flex-flow: column-reverse;
    padding: 30px 0 15px 0;
    text-align: center;
  }
  footer.primary .copyright {
    margin-top: 15px;
  }
  footer.primary .copyright .site-by {
    padding-left: 10px;
  }
  footer.primary .copyright span {
    display: block;
  }
}
header.primary {
  position: fixed;
  top: 33px;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 999;
}

@media (max-width: 768px) {
  header.primary {
    top: 12px;
  }
}
html[data-direction=down] header.primary {
  transform: translateY(-220%);
  transition: 0.7s all ease;
}

html[data-direction=up] header.primary {
  transform: translateY(0%);
  transition: 0.7s all ease;
}

header.primary nav.primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

header.primary nav.primary .menu-item {
  display: inline-block;
  font-size: 1rem;
  padding: 10px 15px;
}

header.primary nav.primary .menu-item.current-menu-item:not(.login-button) a {
  color: var(--c--5);
}

header.primary nav.primary .menu-item a {
  transition: 0.3s;
}

header.primary nav.primary .menu-item a:hover {
  color: var(--c--5);
}

header.primary nav.primary .menu-item.login-button {
  background-color: #D9D9D9;
  font-size: 1rem;
  border-radius: 60px;
  display: inline-block;
  transition: 0.3s all ease;
  padding: 0;
  margin-left: 10px;
}

header.primary nav.primary .menu-item.login-button a {
  padding: 10px 25px;
  display: inline-block;
  transition: 0.3s all ease;
}

header.primary nav.primary .menu-item.login-button a:before {
  content: "";
  background-image: url("../imgs/svg/user.svg");
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 6px;
  width: 14px;
  height: 18px;
  transition: 0.3s all ease;
}

header.primary nav.primary .menu-item.login-button:hover {
  background-color: var(--c--7);
  color: var(--c--4);
}

header.primary nav.primary .menu-item.login-button:hover a {
  color: var(--c--4);
}

header.primary nav.primary .menu-item.login-button:hover a:before {
  filter: invert(1) brightness(2);
}

@media (max-width: 820px) {
  header.primary nav.primary .menu-item {
    padding: 10px;
  }
  header.primary nav.primary .menu-item a {
    font-size: 0.9375rem;
  }
  header.primary nav.primary .menu-item.login-button {
    margin-left: 0;
  }
  header.primary nav.primary .menu-item.login-button a {
    padding: 10px 18px;
  }
  header.primary nav.primary .menu-item.login-button:before {
    top: 3px;
  }
}
@media (max-width: 700px) {
  header.primary nav.primary {
    background-color: var(--c--4);
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 12px 10px 20px;
    transition: 0.4s all ease;
  }
  header.primary nav.primary .right-content {
    background-color: transparent;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  header.primary nav.primary .logo {
    filter: invert(1);
  }
  header.primary nav.primary .menu-trigger {
    display: flex;
    padding: 10px 0;
  }
  header.primary nav.primary .menu-trigger .menu-text {
    font-size: 1rem;
    color: #353535;
    margin-right: 10px;
  }
  header.primary nav.primary .menu-trigger .icon {
    width: 19px;
    height: 20px;
  }
  header.primary nav.primary .menu-trigger .icon span {
    height: 1px;
    width: 19px;
    background-color: var(--c--8);
    position: relative;
    top: 8px;
    display: block;
    transition: 0.2s;
  }
  header.primary nav.primary .menu-trigger .icon span + span {
    width: 14px;
    top: 12px;
  }
  header.primary nav.primary .menu-trigger.active .icon span {
    transform: rotate(45deg) translate(3px, 4px);
    width: 13px;
  }
  header.primary nav.primary .menu-trigger.active .icon span + span {
    transform: rotate(-45deg) translate(0, 0);
  }
  header.primary nav.primary .menu-header-menu-container {
    position: absolute;
    top: 100%;
    left: -1px;
    box-sizing: content-box;
    background-color: var(--c--4);
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow: hidden;
    transform: translateY(-10%);
    transition: 0.4s all ease;
    visibility: hidden;
    opacity: 0;
  }
  header.primary nav.primary .menu-header-menu-container .menu {
    height: 575px;
    max-height: 80vh;
    overflow: auto;
  }
  header.primary nav.primary .menu-header-menu-container .menu-item {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }
  header.primary nav.primary .menu-header-menu-container .menu-item:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url("../imgs/svg/arrow-top-right.svg");
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    pointer-events: none;
  }
  header.primary nav.primary .menu-header-menu-container .menu-item a {
    font-weight: 300;
    font-size: calc(1.75rem + 8 * (100vw - 28.75rem) / 240);
    padding: 60px 40px 15px 15px;
    display: block;
  }
}
@media screen and (max-width: 700px) and (min-width: 700px) {
  header.primary nav.primary .menu-header-menu-container .menu-item a {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 700px) and (max-width: 460px) {
  header.primary nav.primary .menu-header-menu-container .menu-item a {
    font-size: 1.75rem;
  }
}
@media (max-width: 700px) {
  header.primary nav.primary .menu-header-menu-container .menu-item.login-button {
    border-radius: 0;
    padding: 0;
  }
  header.primary nav.primary .menu-header-menu-container .menu-item.login-button a {
    padding: 60px 40px 15px 15px;
    display: block;
  }
  header.primary nav.primary .menu-header-menu-container .menu-item.login-button a:before {
    content: none;
  }
  header.primary nav.primary.opened {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  header.primary nav.primary.opened .menu-header-menu-container {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
header.primary .right-content {
  background-color: var(--c--4);
  border-radius: 60px;
  padding: 10px 10px 10px 20px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

header.primary .menu-trigger {
  display: none;
}

header.primary .logo {
  width: 215px;
  height: 20px;
  max-width: 50%;
}

header.primary .logo svg .st0 {
  transition: 0.3s all ease;
}

header.primary .logo.inverted svg .st0 {
  fill: var(--c--1);
}

header.primary .buttons {
  margin-top: 100px;
}

section.approach-graphic {
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: var(--c--4);
  color: var(--c--1);
  margin-top: 0px;
  margin-bottom: -30px;
  z-index: 4;
  width: 100%;
  overflow: hidden;
}

/*
   max-height: 700px;
   */
section.approach-graphic .container {
  display: flex;
  height: 100%;
}

/*Left Column (Graphic)*/
section.approach-graphic .left-column {
  width: 40%;
  background-color: var(--c--2);
  padding: 0;
  height: 100vh;
}

section.approach-graphic .left-column .item {
  display: none;
  background: #fff;
}

section.approach-graphic .left-column a:last-of-type {
  border-bottom: none;
}

section.approach-graphic .tab-title {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 96px 40px 25px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  font-weight: 300;
  opacity: 0.3;
  color: #fff;
  height: 24%;
}

section.approach-graphic .tab-title p {
  line-height: 0.85;
  font-size: calc(1.75rem + 16 * (100vw - 28.75rem) / 240);
}

@media screen and (min-width: 700px) {
  section.approach-graphic .tab-title p {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 460px) {
  section.approach-graphic .tab-title p {
    font-size: 1.75rem;
  }
}
section.approach-graphic .tab-title span {
  font-size: calc(0.75rem + 4 * (100vw - 28.75rem) / 820);
  letter-spacing: 0.02rem;
  margin-right: 5px;
}

@media screen and (min-width: 1280px) {
  section.approach-graphic .tab-title span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 460px) {
  section.approach-graphic .tab-title span {
    font-size: 0.75rem;
  }
}
section.approach-graphic .tab-title:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  background-image: url("../imgs/svg/arrow-top-right.svg");
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  transition: 0.4s;
}

section.approach-graphic .tab-title.active {
  opacity: 1;
  background-color: rgb(43, 114, 129);
}

section.approach-graphic .tab-title.active:before {
  transform: rotate(45deg);
  filter: brightness(1111);
}

section.approach-graphic .tab-title.active + .item {
  display: block;
}

section.approach-graphic #approach_graphic {
  margin: auto;
  cursor: pointer;
  display: block;
  max-width: 100%;
  height: 100%;
  transition: 0.5s all ease;
  width: 700px;
}

section.approach-graphic #approach_graphic .pin {
  position: relative;
  z-index: 2;
  transition: 0.5s all ease;
  /*
           &.faded{
              opacity: .5;
           }*/
}

section.approach-graphic #approach_graphic .pin .inner {
  position: relative;
}

section.approach-graphic #approach_graphic .pin .inner:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--c--4);
  position: absolute;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

section.approach-graphic #approach_graphic .pin .outer {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--c--4);
  box-shadow: 0px 0px 1px 1px #fff;
}

section.approach-graphic #approach_graphic .pin:hover .inner, section.approach-graphic #approach_graphic .pin .active .inner {
  fill: var(--c--4);
}

section.approach-graphic #approach_graphic .text {
  transition: 0.5s all ease;
}

section.approach-graphic #approach_graphic .text.faded {
  opacity: 0.25;
}

section.approach-graphic #approach_graphic .stroke {
  pointer-events: none;
  transition: 0.5s all ease;
}

section.approach-graphic #approach_graphic .stroke.faded {
  opacity: 0.25;
}

section.approach-graphic #approach_graphic .stroke.active {
  stroke: var(--c--4);
}

section.approach-graphic #approach_graphic_mobile {
  display: none;
}

section.approach-graphic .image-graphic {
  position: relative;
  /*height: 100%;*/
}

section.approach-graphic .desktop {
  /*
  height: 100%;
  */
  position: relative;
  width: 700px;
  max-width: 100%;
  margin: auto;
}

/*
   .pin{
      border-radius: 50%;
      size: 3%;
      background-color: $c--5;
      position: absolute;
      top: 50%;
      cursor: pointer;
      &:before{
         content: "";
         position: absolute;
         width: 42px;
         height: 42px;
         border-radius: 50%;
         border: 1px solid $c--5;
         opacity: 0.3;
         top: -14px;
         left: -14px;
      }
      &.pin-1{
         left: 8.5%;
      }
      &.pin-2{
         left: 16%;
      }
      &.pin-3{
         left: 23.5%;
      }
   }
   */
section.approach-graphic .pulse {
  border-radius: 50%;
  top: 49.4%;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: transparent;
  position: absolute;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

section.approach-graphic .pulse.pulse-1 {
  left: 9.7%;
}

section.approach-graphic .pulse.pulse-2 {
  left: 16.8%;
}

section.approach-graphic .pulse.pulse-3 {
  left: 24%;
}

/*Hover Action Tip*/
section.approach-graphic .action-tip {
  position: absolute;
  bottom: 50px;
  left: 40px;
  text-align: left;
  color: var(--c--5);
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

section.approach-graphic .action-tip .icon {
  position: relative;
  width: 47px;
  height: 47px;
  margin: 3px 0;
}

section.approach-graphic .action-tip .icon svg {
  left: -2px;
}

section.approach-graphic .action-tip .text {
  font-size: 0.875rem;
  margin-bottom: 10px;
}

section.approach-graphic .action-tip.mobile {
  top: 30px;
  bottom: auto;
  display: none;
}

section.approach-graphic .action-tip.mobile .icon {
  transform: rotate(90deg);
}

@media (min-width: 1024px) {
  section.approach-graphic .left-column .item {
    display: none;
  }
  section.approach-graphic .right-column {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  section.approach-graphic .action-tip {
    display: none;
  }
  section.approach-graphic .action-tip.mobile {
    display: flex;
    align-items: self-start;
  }
}
section.approach-graphic .section-title {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  color: var(--c--4);
  text-align: center;
  max-width: 200px;
}

/*Right Column*/
section.approach-graphic .right-column {
  display: none;
  width: 60%;
}

section.approach-graphic .right-column .inner {
  position: relative;
  height: 100%;
}

/*Carousel Controls*/
section.approach-graphic .carousel-controls {
  position: relative;
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  padding: 0 15px;
}

section.approach-graphic .swiper-button-next, section.approach-graphic .swiper-button-prev {
  top: 0;
  position: relative;
}

section.approach-graphic .swiper-button-prev {
  transform: rotate(180deg);
}

section.approach-graphic .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.3);
  width: calc(100% - 200px);
  margin: 9px auto 0 auto;
  left: 0;
  right: 0;
  top: -5px;
  height: 1px;
}

section.approach-graphic .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--c--1);
  height: 4px;
  top: -2px;
}

section.approach-graphic .item {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

section.approach-graphic .item .title {
  padding: 110px calc((100vw - 1260px) / 2) 110px 90px;
  height: 50%;
}

section.approach-graphic .item .image-wrapper {
  position: relative;
  width: 100%;
  height: 50%;
  /*
  padding-bottom: 56.25%;
  */
  background-color: var(--c--3);
}

section.approach-graphic .item .image-wrapper img {
  /*
  aspect-ratio: 720 / 480;
  */
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

section.approach-graphic .item .image-wrapper img.mobile {
  display: none;
}

section.approach-graphic .item.active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: 0.4s all ease;
}

/*Media Queries*/
@media (max-width: 1400px) {
  section.approach-graphic .item .title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*   @media(min-width: 1600px) {
      height: 100vh;
   }*/
@media (max-width: 1024px) {
  section.approach-graphic .container {
    flex-flow: column;
  }
  section.approach-graphic .tab-title {
    padding: 85px 20px 20px 20px;
    height: auto;
  }
  section.approach-graphic .tab-title:before {
    width: 34px;
    height: 34px;
    background-size: contain;
    transform: rotate(45deg);
  }
  section.approach-graphic .tab-title.active:before {
    transform: rotate(90deg);
  }
  section.approach-graphic .left-column {
    width: 100%;
    height: auto;
    padding: 0 0;
    position: relative;
  }
  section.approach-graphic .left-column a:last-of-type {
    padding-bottom: 50px;
  }
  section.approach-graphic .left-column .section-title {
    display: none;
  }
  section.approach-graphic .left-column:before {
    content: "";
    position: absolute;
    top: 99%;
    left: calc(50% - 9px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 18px 0 18px;
    border-color: var(--c--2) transparent transparent transparent;
  }
  section.approach-graphic .right-column {
    width: 100%;
  }
  section.approach-graphic .item {
    position: relative;
    visibility: visible;
    opacity: 1;
    padding-bottom: 20px;
  }
  section.approach-graphic .item:last-child {
    padding-bottom: 50px;
  }
  section.approach-graphic .item .title {
    padding: 20px 20px 20px 20px;
  }
  section.approach-graphic .item .image-wrapper {
    padding: 0 20px;
    overflow: hidden;
    background-color: var(--c--4);
  }
  section.approach-graphic .item .image-wrapper img {
    border-radius: 5px;
    position: relative;
    aspect-ratio: 680/260;
    display: none;
  }
  section.approach-graphic .item .image-wrapper img.mobile {
    display: block;
  }
  section.approach-graphic .carousel-controls {
    display: flex;
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  section.approach-graphic .pulse {
    display: none;
  }
  section.approach-graphic #approach_graphic {
    display: none;
  }
  section.approach-graphic #approach_graphic_mobile {
    margin: auto;
    cursor: pointer;
    display: block;
    max-width: 100%;
    height: 100%;
    transition: 0.5s all ease;
    width: 700px;
  }
  section.approach-graphic #approach_graphic_mobile .pin {
    position: relative;
    z-index: 2;
    transition: 0.5s all ease;
    /*
             &.faded{
                opacity: .5;
             }*/
  }
  section.approach-graphic #approach_graphic_mobile .pin .inner {
    position: relative;
  }
  section.approach-graphic #approach_graphic_mobile .pin .inner:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--c--4);
    position: absolute;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
  }
  section.approach-graphic #approach_graphic_mobile .pin .outer {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--c--4);
    box-shadow: 0px 0px 1px 1px #fff;
  }
  section.approach-graphic #approach_graphic_mobile .pin:hover .inner, section.approach-graphic #approach_graphic_mobile .pin.active .inner {
    fill: var(--c--4) !important;
  }
  section.approach-graphic #approach_graphic_mobile .text {
    transition: 0.5s all ease;
  }
  section.approach-graphic #approach_graphic_mobile .text.faded {
    opacity: 0.25;
  }
  section.approach-graphic #approach_graphic_mobile .stroke {
    pointer-events: none;
    transition: 0.5s all ease;
  }
  section.approach-graphic #approach_graphic_mobile .stroke.faded {
    opacity: 0.25;
  }
  section.approach-graphic #approach_graphic_mobile .stroke.active {
    filter: brightness(11);
  }
  section.approach-graphic .action-tip {
    left: 15px;
  }
}
/*Careers Carousel*/
section.careers-carousel {
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: var(--c--1);
  color: var(--c--4);
  margin-top: -30px;
  margin-bottom: -30px;
  z-index: 4;
  min-height: 100vh;
  width: 100%;
}

section.careers-carousel .section-inner {
  padding: 140px 0 190px 0;
}

section.careers-carousel:before {
  content: "";
  position: absolute;
  top: -10%;
  right: -15%;
  background-image: url(../imgs/svg/nautilus.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 62%;
  height: 78%;
}

/*Top content*/
section.careers-carousel .container {
  display: flex;
}

section.careers-carousel .section-title {
  max-width: 1040px;
  margin-bottom: 120px;
}

section.careers-carousel .section-title b {
  color: var(--c--6);
}

/*Slider*/
/*Slide*/
section.careers-carousel .swiper-slide {
  /*
  max-width: calc(100% - 60px);
  */
  width: 580px;
}

section.careers-carousel .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
}

/*   .slide-wrapper {
         display: flex;
         align-items: center;
         gap: 0 70px;
      }*/
section.careers-carousel .swiper {
  transform: translateX(20vw) !important;
}

section.careers-carousel .text-content {
  width: 700px;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}

/*Slide SubTitle*/
section.careers-carousel .subtitle {
  color: var(--c--6);
  margin-bottom: 5px;
}

/*Slide Title*/
section.careers-carousel .title {
  margin-bottom: 30px;
}

/*Slide Copy*/
section.careers-carousel .copy {
  margin-bottom: 30px;
}

/*Slide Button*/
/*Slide Image*/
section.careers-carousel .image {
  width: 100%;
}

section.careers-carousel .image img {
  aspect-ratio: 588/550;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
  max-width: 100%;
}

/*Carousel Controls*/
section.careers-carousel .carousel-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  padding: 0 15px;
}

section.careers-carousel .swiper-button-next, section.careers-carousel .swiper-button-prev {
  top: 0;
  position: relative;
}

section.careers-carousel .swiper-button-prev {
  transform: rotate(180deg);
}

section.careers-carousel .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.3);
  width: calc(100% - 270px);
  margin: 9px auto 0 auto;
  left: 0;
  right: 0;
  height: 1px;
}

section.careers-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--c--4);
  top: -2px;
  height: 4px;
}

/*Alternative Style*/
section.careers-carousel.careers {
  border-radius: 0;
  margin-top: 0;
  background-color: var(--c--1);
  position: relative;
}

section.careers-carousel.careers .section-inner {
  padding-top: 160px;
  padding-bottom: 100px;
  background-color: var(--c--4);
}

section.careers-carousel.careers .bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: var(--c--1);
}

section.careers-carousel.careers:before {
  content: none;
}

section.careers-carousel.careers .section-title {
  display: none;
}

section.careers-carousel.careers .image {
  overflow: hidden;
  position: relative;
}

section.careers-carousel.careers .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

section.careers-carousel.careers .carousel-controls {
  display: none;
}

@media (min-width: 1024px) {
  section.careers-carousel.careers .section-inner {
    padding-top: 22vh;
    padding-bottom: 10vh;
  }
  section.careers-carousel.careers .title {
    width: 740px;
  }
}
/*Media Queries*/
@media (max-width: 1024px) {
  section.careers-carousel .text-content {
    position: static;
    transform: none;
  }
  section.careers-carousel .container {
    flex-flow: column;
  }
  section.careers-carousel .swiper {
    margin-top: 50px;
    max-width: 100%;
    transform: translateX(0) !important;
  }
}
@media (max-width: 960px) {
  section.careers-carousel {
    padding: 70px 0 120px;
  }
  section.careers-carousel .section-title {
    margin-bottom: 60px;
  }
  section.careers-carousel .swiper .swiper-slide {
    width: 70%;
  }
}
@media (max-width: 768px) {
  section.careers-carousel.careers {
    padding: 0;
  }
  section.careers-carousel .section-inner {
    padding: 0;
  }
  section.careers-carousel:before {
    content: none;
  }
  section.careers-carousel .text-content {
    width: 100%;
  }
  section.careers-carousel .image {
    width: 100%;
    margin-bottom: 20px;
  }
  section.careers-carousel .slide-wrapper {
    flex-flow: column-reverse;
    padding: 0 15px;
  }
  section.careers-carousel .carousel-controls {
    margin-top: 40px;
    top: -5px;
  }
  section.careers-carousel .carousel-controls .swiper-pagination-progressbar {
    width: calc(100% - 190px);
  }
}
section.contact {
  background: var(--c--1);
  color: var(--c--4);
  height: 100vh;
}

section.contact .bg {
  background: var(--c--1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.contact .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

section.contact .left-column {
  width: 100%;
}

section.contact .page-title {
  margin-bottom: 40px;
  padding-left: calc((100vw - 1220px) / 2);
  padding-right: 80px;
}

@media (min-width: 1800px) {
  section.contact .page-title {
    padding-left: calc((100vw - 1640px) / 2);
  }
}
section.contact .contact-item {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: calc((100vw - 1220px) / 2);
  padding-right: 80px;
}

@media (min-width: 1800px) {
  section.contact .contact-item {
    padding-left: calc((100vw - 1640px) / 2);
  }
}
section.contact .contact-item a {
  transition: 0.5s all ease;
  display: flex;
  align-items: center;
}

section.contact .contact-item a:hover {
  color: var(--c--6);
}

section.contact .contact-item a[href^=mailto] .icon {
  background-image: url("../imgs/svg/envelope.svg");
  width: 26px;
  height: 19px;
}

section.contact .contact-item a[href^="tel:"] .icon {
  background-image: url("../imgs/svg/phone.svg");
  width: 24px;
  height: 24px;
}

section.contact .contact-item .icon {
  background-image: url("../imgs/svg/pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 28px;
  display: inline-block;
  opacity: 1;
  margin-right: 20px;
}

section.contact .contact-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

section.contact .right-column {
  max-height: 100vh;
}

section.contact .right-column img {
  max-width: 430px;
}

@media (max-width: 1240px) {
  section.contact .page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.contact .contact-item {
    padding: 20px;
    font-size: 1.25rem;
  }
  section.contact .contact-item .icon {
    width: 20px;
    height: 23px;
    margin-right: 14px;
  }
  section.contact .contact-item a[href^="tel:"] .icon {
    width: 20px;
    height: 18px;
  }
  section.contact .contact-item a[href^="mailto:"] .icon {
    width: 20px;
    height: 16px;
  }
}
@media (max-width: 1024px) {
  section.contact {
    height: auto;
  }
  section.contact .right-column img {
    max-width: 100%;
    max-height: 350px;
  }
}
@media (max-width: 960px) {
  section.contact .container {
    flex-flow: column-reverse;
  }
  section.contact .left-column {
    padding: 50px 0 100px 0;
  }
  section.contact .contact-item {
    padding: 30px 20px;
  }
  section.contact .right-column {
    width: 100%;
    height: 100%;
  }
  section.contact .right-column img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 375/220;
  }
}
section.content404 {
  background: var(--c--1);
  position: relative;
}

section.content404 .container {
  padding-bottom: 200px;
  padding-top: 140px;
  position: relative;
}

section.content404 video {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

section.content404 .overlay-title {
  font-size: calc(8.75rem + 320 * (100vw - 26.25rem) / 1500);
  color: var(--c--8);
  opacity: 0.4;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 1920px) {
  section.content404 .overlay-title {
    font-size: 28.75rem;
  }
}
@media screen and (max-width: 420px) {
  section.content404 .overlay-title {
    font-size: 8.75rem;
  }
}
section.content404 .section-title {
  color: var(--c--4);
  margin-bottom: 40px;
  text-align: center;
}

section.content404 .button-wrap {
  display: block;
  text-align: center;
}

@media (max-width: 960px) {
  section.content404 .container {
    padding-bottom: 100px;
    padding-top: 120px;
  }
}
/**************************************************************
* Discover Hero
**************************************************************/
section.discover-hero {
  position: relative;
  height: 100vh;
  min-height: 500px;
  width: 100%;
  background-color: var(--c--3);
  color: var(--c--4);
  /***************
  * Lazy-loading
  ***************/
  /**
  * Loaded
  */
}

section.discover-hero .section-inner {
  height: 100%;
}

section.discover-hero .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

section.discover-hero .bottom-content {
  bottom: 30px;
  position: absolute;
  width: 100%;
}

section.discover-hero .bg-media {
  display: block;
}

section.discover-hero .bg-media-mobile {
  display: none;
}

section.discover-hero .bg-media, section.discover-hero .bg-media-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

section.discover-hero .bg-media:before, section.discover-hero .bg-media-mobile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.16;
  background-color: var(--c--8);
  width: 100%;
  height: 100%;
}

section.discover-hero .bg-media:after, section.discover-hero .bg-media-mobile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-mask: linear-gradient(270deg, transparent, black 60%);
  mask: linear-gradient(270deg, transparent, black 60%);
  z-index: 2;
  width: 62%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.27);
}

@media (max-width: 700px) {
  section.discover-hero .bg-media {
    display: none;
  }
  section.discover-hero .bg-media-mobile {
    display: block;
  }
}
section.discover-hero .content {
  max-width: 800px;
}

@media (min-width: 1800px) {
  section.discover-hero .content {
    max-width: 1000px;
  }
}
section.discover-hero .subtitle {
  color: #46DEFF;
}

section.discover-hero .title {
  color: var(--c--4);
  margin-bottom: 30px;
}

/*Mouse*/
section.discover-hero .mouse-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

section.discover-hero .mouse-scroll .text {
  margin-top: 3px;
  font-size: 0.875rem;
}

section.discover-hero .mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
  margin: auto;
}

section.discover-hero .wheel {
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  border-radius: 8px;
}

section.discover-hero .wheel {
  -webkit-animation: mouse-wheel 2.6s linear infinite;
  animation: mouse-wheel 2.6s linear infinite;
}

/*Media Queries*/
@media (max-width: 1230px) {
  section.discover-hero .text-column {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  section.discover-hero .mouse-scroll {
    left: 20px;
    transform: none;
  }
}
/* END OF DOCUMENT */
section.form {
  position: relative;
  width: 100%;
  color: var(--c--4);
}

section.form:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: var(--c--3);
}

section.form .container {
  max-width: 1400px;
  margin: 0 auto 0 auto;
  padding: 0 20px;
  background: var(--c--2);
  overflow: hidden;
  border-radius: 40px;
  position: relative;
  top: calc(-100px - 10vh);
}

@media (min-width: 1800px) {
  section.form .container {
    max-width: 1640px;
  }
}
section.form .container:before {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 950px;
  height: 950px;
  border-radius: 50%;
  background: radial-gradient(46.59% 46.59% at 50% 50%, #46DEFF 0%, rgba(70, 222, 255, 0) 100%);
  opacity: 0.25;
}

section.form .wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

section.form .left-column {
  width: 35%;
  padding: 100px 70px 120px 90px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

section.form .title {
  margin-bottom: 40px;
}

section.form .info h3 {
  margin-bottom: 10px;
}

section.form .info h6 {
  line-height: 1.2;
  margin: 10px 0;
}

section.form .info p {
  color: #cacaca;
  font-weight: 300;
}

section.form .info p b, section.form .info p strong {
  color: var(--c--4);
  font-weight: 300;
}

section.form .email {
  margin-top: 40px;
}

section.form .email, section.form .phone {
  color: var(--c--5);
  display: block;
  transition: 0.5s all ease;
}

section.form .email:hover, section.form .phone:hover {
  opacity: 0.8;
}

section.form .right-column {
  width: 65%;
  padding: 100px 100px 120px 120px;
}

@media (max-width: 1230px) {
  section.form .container {
    top: -80px;
  }
  section.form .left-column {
    padding: 60px 20px 80px 20px;
  }
  section.form .right-column {
    padding: 60px 20px 80px 20px;
  }
}
@media (max-width: 1024px) {
  section.form .container {
    top: -30px;
  }
}
@media (max-width: 960px) {
  section.form .container {
    /*
    top: 0;
    */
  }
  section.form .wrapper {
    flex-flow: column;
  }
  section.form .left-column {
    width: 100%;
    padding: 60px 0 0 0;
    border-right: none;
  }
  section.form .right-column {
    width: 100%;
    padding: 60px 0 80px 0;
  }
}
section.hero-form {
  background: var(--c--3);
  color: var(--c--1);
  height: 100vh;
}

section.hero-form .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

section.hero-form .left-column {
  width: 50%;
  padding-left: calc((100vw - 1220px) / 2);
  margin-bottom: 7vh;
}

@media (min-width: 1800px) {
  section.hero-form .left-column {
    padding-left: calc((100vw - 1640px) / 2);
  }
}
section.hero-form .right-column {
  width: 50%;
  max-height: 100vh;
  height: 100%;
}

section.hero-form .right-column img {
  max-width: 100%;
  height: 100%;
}

section.hero-form .subtitle {
  margin-bottom: 10px;
}

section.hero-form .title {
  margin-bottom: 40px;
}

section.hero-form .copy {
  color: var(--c--7);
  margin-bottom: 30px;
}

@media (max-width: 1240px) {
  section.hero-form .left-column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  section.hero-form {
    height: auto;
    padding-bottom: 70px;
  }
  section.hero-form .container {
    flex-flow: column-reverse;
  }
  section.hero-form .left-column {
    width: 100%;
    margin-bottom: 0;
  }
  section.hero-form .title {
    margin-bottom: 20px;
  }
  section.hero-form .right-column {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
    max-height: 100%;
  }
  section.hero-form .right-column img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 375/220;
  }
}
/**************************************************************
* Hero
**************************************************************/
section.hero {
  position: relative;
  height: 100vh;
  min-height: 500px;
  width: 100%;
  background-color: var(--c--3);
  color: var(--c--1);
}

section.hero .section-inner {
  height: 100%;
}

section.hero .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

section.hero .bg-media {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

section.hero .bg-media:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.05;
  background-color: var(--c--8);
  width: 100%;
  height: 100%;
}

section.hero .bg-media:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-mask: linear-gradient(90deg, transparent, white 60%);
  mask: linear-gradient(90deg, transparent, white 60%);
  z-index: 2;
  width: 70%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.27);
}

section.hero .content {
  max-width: 600px;
}

@media (min-width: 1024px) {
  section.hero .content {
    opacity: 1;
  }
  section.hero .content:not(.is-inview) {
    opacity: 0;
  }
}
@media (min-width: 1800px) {
  section.hero .content {
    max-width: 840px;
  }
}
section.hero .subtitle {
  color: var(--c--5);
}

section.hero .title {
  color: var(--c--1);
  margin-bottom: 30px;
}

section.hero.dark {
  background-color: var(--c--1);
  color: var(--c--4);
}

section.hero.dark .section-inner {
  background-color: var(--c--4);
}

section.hero.dark .subtitle {
  color: #46DEFF;
}

section.hero.dark .title {
  color: var(--c--4);
}

section.hero.dark .bg-media:after {
  -webkit-mask: linear-gradient(90deg, transparent, black 60%);
  mask: linear-gradient(90deg, transparent, black 60%);
  background-color: rgba(0, 0, 0, 0.27);
}

/*Media Queries*/
@media (max-width: 1230px) {
  section.hero .text-column {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  section.hero .content {
    opacity: 1;
  }
}
@media (max-width: 960px) {
  section.hero {
    min-height: 0;
    height: 540px;
    padding-bottom: 60px;
  }
  section.hero .bg-media:after {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    -webkit-mask: linear-gradient(180deg, transparent, white 60%);
    mask: linear-gradient(180deg, transparent, white 60%);
    width: 100%;
    height: 80%;
    bottom: 0;
    top: auto;
  }
  section.hero.dark .bg-media:after {
    -webkit-mask: linear-gradient(180deg, transparent, black 60%);
    mask: linear-gradient(180deg, transparent, black 60%);
    width: 100%;
    height: 80%;
  }
  section.hero .container {
    justify-content: start;
    align-items: flex-end;
  }
}
/* END OF DOCUMENT */
section.home-approach {
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: var(--c--1);
  margin-top: 0;
  margin-bottom: -30px;
  padding-bottom: 180px;
  z-index: 6;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

/*Top Content*/
section.home-approach .top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--c--4);
}

/*Text Column*/
section.home-approach .text-content {
  width: 50%;
  position: relative;
  z-index: 2;
  padding-right: calc((100% - 1220px) / 2);
  padding-left: 100px;
}

/*Categories*/
section.home-approach .categories {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  position: relative;
  left: 0;
  right: 0;
  top: 25px;
  bottom: auto !important;
  pointer-events: none;
  min-height: 32px;
}

section.home-approach .categories .cat {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

section.home-approach .categories .cat img {
  width: 19px;
  height: 18px;
  filter: brightness(44);
  margin: 0 !important;
}

/*Title*/
section.home-approach .title {
  margin-bottom: 20px;
}

section.home-approach .content {
  min-height: 80px;
  position: relative;
}

section.home-approach .main {
  opacity: 1;
  visibility: visible;
  transition: 0.4s all ease;
}

@media (min-width: 960px) {
  section.home-approach .main {
    min-height: 145px;
  }
}
section.home-approach .hover {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all 0.2s ease;
  font-size: 1rem;
  position: absolute;
  top: 0;
}

@media (min-width: 960px) {
  section.home-approach .slide:hover .main:not(.show) {
    opacity: 0;
    visibility: hidden;
  }
  section.home-approach .slide:hover .hover {
    opacity: 1;
    visibility: visible;
  }
}
/*Copy*/
section.home-approach .copy b {
  color: var(--c--5);
}

section.home-approach .image-wrapper {
  position: relative;
  text-align: right;
  overflow: hidden;
  width: 50%;
}

section.home-approach .image-wrapper:before {
  content: "";
  background: linear-gradient(270deg, #01B5DD 15.44%, rgba(1, 181, 221, 0) 100%);
  position: absolute;
  right: 0;
  width: 35%;
  height: 100%;
  z-index: 1;
}

section.home-approach .image-wrapper img {
  aspect-ratio: 700/530;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #eee;
  width: 100%;
  margin: -30px 0;
}

section.home-approach .button {
  margin-top: 27px;
  display: none;
}

section.home-approach .carousel {
  margin-top: 100px;
}

section.home-approach .carousel .slide {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: var(--c--4);
  /*
  width: 380px !important;
  */
  max-width: calc(100% - 15px);
  text-align: center;
  margin-right: 25px;
  height: 460px;
  position: relative;
  overflow: hidden;
}

section.home-approach .carousel .slide .inner {
  padding: 40px;
  padding-top: 0;
  position: relative;
  pointer-events: none;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}

section.home-approach .carousel .slide .content {
  font-size: 1.5rem;
}

section.home-approach .carousel .slide img {
  max-width: 190px;
  margin: 60px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

section.home-approach .carousel .slide .bg-gradient {
  background: #134A5D;
  background: radial-gradient(at 50% 40%, #2dadc9, #134A5D);
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  opacity: 0;
}

section.home-approach .carousel .slide:hover .bg-gradient {
  opacity: 1;
}

/*      padding-left: calc((100% - 1225px) / 2);

            @media(min-width: 1800px) {
               padding-left: calc((100% - 1640px) / 2);
            }*/
section.home-approach .swiper-wrapper .swiper-slide:last-child {
  margin-right: 200px;
}

/*Carousel Controls*/
section.home-approach .carousel-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  padding: 0 15px;
}

section.home-approach .swiper-button-next, section.home-approach .swiper-button-prev {
  top: 0;
  position: relative;
}

section.home-approach .swiper-button-prev {
  transform: rotate(180deg);
}

section.home-approach .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.3);
  width: calc(100% - 270px);
  margin: 9px auto 0 auto;
  left: 0;
  right: 0;
  height: 1px;
}

section.home-approach .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--c--4);
  height: 4px;
  top: -1px;
}

/*Bottom Button*/
section.home-approach .button-wrapper {
  display: block;
  margin: 79px auto 0 auto;
  text-align: center;
}

@media (max-width: 1220px) {
  section.home-approach .carousel {
    padding-left: 15px;
  }
  section.home-approach .text-content {
    padding: 0 15px 0 30px;
  }
}
@media (max-width: 960px) {
  section.home-approach {
    padding-bottom: 100px;
  }
  section.home-approach .slide {
    height: auto;
  }
}
@media (max-width: 768px) {
  section.home-approach .swiper-wrapper {
    gap: 15px;
  }
  section.home-approach .carousel {
    padding-left: 15px;
  }
  section.home-approach .carousel .slide {
    width: 100% !important;
    margin: 0;
  }
  section.home-approach .top-content {
    flex-flow: column;
  }
  section.home-approach .image-wrapper {
    width: 100%;
  }
  section.home-approach .text-content {
    width: 100%;
    margin-top: 40px;
  }
  section.home-approach .slide .button {
    display: inline-flex;
  }
  section.home-approach .carousel {
    margin-top: 30px;
  }
  section.home-approach .carousel .slide .inner {
    pointer-events: initial !important;
  }
  section.home-approach .button-wrapper {
    margin-top: 50px;
  }
  section.home-approach .carousel-controls .swiper-pagination-progressbar {
    margin-top: 0;
    width: calc(100% - 200px);
  }
}
@media (min-width: 1024px) {
  section.home-approach .slide .image img {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s 0.4s all ease;
  }
  section.home-approach .slide .image.is-inview img {
    opacity: 1;
    transform: translateY(0);
  }
}
/**************************************************************
* Home Hero
**************************************************************/
section.home-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  background-color: var(--c--2);
  color: var(--c--4);
  /***************
  * Lazy-loading
  ***************/
  /**
  * Loaded
  */
}

section.home-hero .section-inner {
  height: 100%;
  position: relative;
}

/*BG*/
section.home-hero .bg-media {
  position: absolute;
  width: 100%;
  height: 100%;
}

section.home-hero .bg-media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--c--8);
  opacity: 0.26;
  z-index: 2;
  width: 100%;
  height: 100%;
}

section.home-hero .bg-media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.home-hero .swiper {
  height: 100%;
  z-index: 2;
}

/*Carousel Controls*/
section.home-hero .main-content .carousel-controls {
  position: relative;
  display: none;
  align-items: center;
  gap: 0 26px;
  justify-content: center;
  margin-top: 30px;
  padding: 0 15px;
}

section.home-hero .main-content .swiper-button-next, section.home-hero .main-content .swiper-button-prev {
  top: 0;
  position: relative;
}

section.home-hero .main-content .swiper-button-prev {
  transform: rotate(180deg);
}

section.home-hero .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

/*Content Column*/
section.home-hero .content-column {
  width: 33.3%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  transition: 0.3s all ease;
  position: relative;
}

section.home-hero .content-column .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0);
  backdrop-filter: blur(0.2px);
  -webkit-backdrop-filter: blur(0.2px);
  will-change: backdrop-filter;
  transition: 0s all ease;
}

section.home-hero .content-column .icon {
  opacity: 0;
  transition: 0.3s all ease;
}

section.home-hero .content-column .description {
  opacity: 0;
  transition: 0.3s all ease;
}

section.home-hero .content-column:hover {
  /*         @media(--lg-up){
              .description{
                 transform: scale(1.2);
              }
           }*/
}

section.home-hero .content-column:hover .overlay {
  backdrop-filter: blur(8.1px);
  -webkit-backdrop-filter: blur(8.1px);
}

section.home-hero .content-column:hover .icon, section.home-hero .content-column:hover .description {
  opacity: 1;
}

section.home-hero .inner {
  margin: auto;
  padding: 30px 20px 60px 20px;
  position: relative;
}

section.home-hero .icon {
  margin: auto;
}

section.home-hero .title {
  margin-bottom: 20px;
}

section.home-hero .description {
  max-width: 410px;
  letter-spacing: 0.03125rem;
  padding: 0 5px;
  font-size: 1.25rem;
  margin: auto;
}

/*Image*/
section.home-hero .image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50%;
  height: 100%;
  display: block;
}

section.home-hero .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
  max-width: 100%;
  height: 100%;
  -webkit-clip-path: circle(36vw at 73% 60%);
  clip-path: circle(36vw at 73% 60%);
}

/*Bottom Content*/
section.home-hero .bottom-content {
  bottom: 30px;
  position: absolute;
  width: 100%;
}

/*Scroll down*/
section.home-hero .scroll-down {
  transform: rotate(90deg) scaleY(-1);
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

section.home-hero .scroll-down svg {
  top: 27px;
  left: 9px;
  transform: translateX(0);
  transition: 0.8s 0.2s all ease;
}

section.home-hero .scroll-down:hover svg {
  transform: translateX(5px);
}

/*Mouse*/
section.home-hero .mouse-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

section.home-hero .mouse-scroll .text {
  margin-top: 3px;
  font-size: 0.875rem;
}

section.home-hero .mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
  margin: auto;
}

section.home-hero .wheel {
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  border-radius: 8px;
}

section.home-hero .wheel {
  -webkit-animation: mouse-wheel 2.6s linear infinite;
  animation: mouse-wheel 2.6s linear infinite;
}

/*Aside News Widget*/
section.home-hero .news-widget {
  background-color: var(--c--4);
  border-radius: 60px;
  padding: 12px 25px;
  font-size: 1rem;
  color: var(--c--8);
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  cursor: pointer;
}

section.home-hero .news-widget .counter {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: 0;
  color: var(--c--4);
  font-size: 0.75rem;
  text-align: center;
  background-color: var(--c--5);
  font-weight: 400;
}

section.home-hero .news-widget .text {
  position: relative;
  display: flex;
  align-items: center;
}

section.home-hero .news-widget .text:after {
  content: "";
  background-image: url("../imgs/svg/news_widget.svg");
  position: relative;
  margin-left: 12px;
  width: 14px;
  height: 16px;
}

section.home-hero .news-widget:hover + .news-slider {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

section.home-hero .news-slider {
  background-color: var(--c--4);
  border-radius: 30px;
  position: absolute;
  width: 460px;
  max-width: 100%;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: flex-start;
  padding: 27px 28px 27px 35px;
  z-index: 3;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: 0.3s;
}

section.home-hero .news-slider .title {
  color: var(--c--1);
  margin-bottom: 15px;
  max-width: calc(100% - 70px);
}

section.home-hero .news-slider .button {
  color: var(--c--1);
}

section.home-hero .news-slider .button .text {
  border-bottom: 1px solid var(--c--5);
}

section.home-hero .news-slider:hover {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

section.home-hero .news-slider .swiper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.home-hero .news-slider .swiper-wrapper {
  width: calc(100% - 60px);
}

/*Carousel Controls*/
section.home-hero .news-slider .news-slider-controls {
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 0;
  height: 100px;
  width: 50px;
  gap: 28px 0;
  right: 7px;
}

section.home-hero .news-slider .swiper-button-next, section.home-hero .news-slider .swiper-button-prev {
  top: 11px;
  position: relative;
  left: 0;
  bottom: 0;
}

section.home-hero .news-slider .swiper-button-prev {
  transform: rotate(180deg);
}

/*Media Queries*/
@media (max-width: 1230px) {
  section.home-hero .text-column {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  section.home-hero {
    height: auto;
    min-height: 0;
    padding: 0;
  }
  section.home-hero .swiper {
    height: auto;
    padding: 75px 0 180px 0;
  }
  section.home-hero .swiper-wrapper {
    height: auto;
  }
  section.home-hero .swiper-wrapper.content {
    margin-top: 0;
  }
  section.home-hero .scroll-down, section.home-hero .news-widget, section.home-hero .news-slider {
    display: none;
  }
  section.home-hero .content-column {
    width: 100%;
    border: none;
  }
  section.home-hero .content-column .overlay {
    display: none;
  }
  section.home-hero .content-column .inner {
    padding-bottom: 20px;
  }
  section.home-hero .content-column .icon {
    height: 95px;
  }
  section.home-hero .content-column .icon, section.home-hero .content-column .description {
    opacity: 1;
  }
  section.home-hero .news-slider {
    max-width: calc(100% - 30px);
    right: 15px;
  }
  section.home-hero .main-content .carousel-controls {
    display: flex;
  }
}
.section-inner {
  height: 100%;
}

/*section{
   height: 100vh!important;
   overflow: hidden!important;
}*/
/* END OF DOCUMENT */
section.home-intro {
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: var(--c--4);
  margin-top: -30px;
  margin-bottom: -30px;
  z-index: 4;
  min-height: 100vh;
  height: auto;
  width: 100%;
  overflow: hidden;
}

section.home-intro .section-inner {
  position: relative;
  height: 100%;
  padding: 140px 0 190px 0;
}

section.home-intro .section-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15%;
  background-image: url(../imgs/svg/nautilus-new.svg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  width: 50%;
  height: 100vh;
}

/*Title*/
section.home-intro .title {
  max-width: 65%;
  margin-bottom: 49px;
}

section.home-intro .title b {
  color: var(--c--5);
}

@media (min-width: 1800px) {
  section.home-intro .title {
    min-width: 1040px;
  }
}
/*Button*/
section.home-intro .buttons-wrap {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  gap: 10px;
}

section.home-intro .button {
  max-width: 220px;
  line-height: 1;
}

/*Media Queries*/
@media (max-width: 960px) {
  section.home-intro {
    min-height: 0;
  }
  section.home-intro .section-inner {
    padding: 70px 0 120px;
  }
}
/*Media Queries*/
@media (max-width: 768px) {
  section.home-intro .container {
    margin-bottom: 60vw;
  }
  section.home-intro .title {
    max-width: 100%;
  }
  section.home-intro .section-inner {
    padding-bottom: 40px;
  }
  section.home-intro .section-inner:before {
    position: absolute;
    top: auto;
    right: -5%;
    bottom: 0;
    height: 60vw;
    width: 100%;
  }
}
section.home-stats {
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #0C1620;
  color: var(--c--4);
  margin-top: 0px;
  margin-bottom: -30px;
  z-index: 9;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

section.home-stats .wrapper {
  display: flex;
}

section.home-stats .images-slider {
  width: 55%;
}

section.home-stats .images-slider .swiper {
  height: 100%;
}

section.home-stats .image-wrapper {
  position: relative;
  height: 100%;
}

section.home-stats .image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: 0.5s transform 0.9s ease;
}

section.home-stats .image-1 {
  height: 50%;
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
}

section.home-stats .image-1 img {
  transform: translateY(-100%);
}

section.home-stats .images-bottom {
  width: 100%;
  height: 50%;
  display: flex;
  position: relative;
}

section.home-stats .image-2, section.home-stats .image-3 {
  width: 50%;
  height: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

section.home-stats .image-2 img {
  transform: translateX(-100%);
}

section.home-stats .image-3 img {
  transform: translateY(100%);
}

/*Active Slide*/
section.home-stats .images-slider .swiper-slide {
  opacity: 1 !important;
}

section.home-stats .swiper-slide-active {
  z-index: 999;
}

section.home-stats .swiper-slide-active .image-1 img {
  transform: translateY(0);
  transition-delay: 0s;
}

section.home-stats .swiper-slide-active .image-2 img {
  transform: translateX(0);
  transition-delay: 0.2s;
}

section.home-stats .swiper-slide-active .image-3 img {
  transform: translateY(0);
  transition-delay: 0.4s;
}

section.home-stats .text-slider {
  width: 45%;
  padding: 100px calc((100% - 1220px) / 2) 80px 90px;
}

/*   .slider-inner{
         display: flex;
         flex-flow: column;
         justify-content: center;
      }*/
section.home-stats .subtitle {
  color: #4DDFFF;
  margin-bottom: 50px;
  border-top: 1px solid #4DDFFF;
  padding-top: 5px;
}

section.home-stats .stat {
  color: #4DDFFF;
  font-weight: 300;
  font-family: "Khand", sans-serif;
  font-size: calc(8.75rem + 120 * (100vw - 28.75rem) / 820);
  line-height: 0.75;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  letter-spacing: -0.1875rem;
}

section.home-stats .stat b {
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  section.home-stats .stat {
    font-size: 16.25rem;
  }
}
@media screen and (max-width: 460px) {
  section.home-stats .stat {
    font-size: 8.75rem;
  }
}
section.home-stats .stat b {
  font-size: calc(4.375rem + 70 * (100vw - 28.75rem) / 820);
}

@media screen and (min-width: 1280px) {
  section.home-stats .stat b {
    font-size: 8.75rem;
  }
}
@media screen and (max-width: 460px) {
  section.home-stats .stat b {
    font-size: 4.375rem;
  }
}
section.home-stats .title {
  margin-bottom: 30px;
}

section.home-stats .bottom-text {
  font-size: 0.875rem;
  font-weight: 300;
}

/*Carousel Controls*/
section.home-stats .carousel-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding: 0;
}

section.home-stats .counter {
  color: var(--c--4);
  font-size: 1rem;
  font-weight: 300;
  margin-top: -25px;
}

section.home-stats .counter .total {
  color: var(--c--5);
}

section.home-stats .swiper-buttons {
  display: flex;
  justify-content: space-between;
  width: 165px;
}

section.home-stats .swiper-button-next, section.home-stats .swiper-button-prev {
  top: 0;
  position: relative;
}

section.home-stats .swiper-button-prev {
  transform: rotate(180deg);
}

section.home-stats .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.3);
  width: calc(100% - 240px);
  margin: 9px auto 0 auto;
  left: 65px;
  height: 1px;
}

section.home-stats .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--c--4);
  height: 4px;
  top: -1px;
}

/*Media Queries*/
@media (min-height: 760px) {
  section.home-stats {
    height: 100vh;
  }
}
@media (max-width: 1220px) {
  section.home-stats .text-slider {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 960px) {
  section.home-stats .images-slider {
    width: 50%;
  }
  section.home-stats .text-slider {
    width: 50%;
  }
  section.home-stats .subtitle {
    margin-bottom: 20px;
  }
  section.home-stats .title {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  section.home-stats {
    /*      .image-wrapper {
             padding-bottom: 80%;
          }*/
  }
  section.home-stats .wrapper {
    flex-flow: column-reverse;
  }
  section.home-stats .carousel-controls {
    margin-top: 60px;
  }
  section.home-stats .swiper-buttons {
    width: 125px;
  }
  section.home-stats .images-slider {
    width: 100%;
  }
  section.home-stats .text-slider {
    width: 100%;
    max-width: 500px;
  }
  section.home-stats .carousel-controls .swiper-pagination-progressbar {
    margin-top: 0;
    width: calc(100% - 200px);
  }
}
section.login-portal {
  position: relative;
  width: 100%;
  color: var(--c--4);
  overflow: hidden;
  background: var(--c--2);
  padding: 220px 0 180px 0;
}

section.login-portal .bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: var(--c--2);
}

section.login-portal .bg:before {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 950px;
  height: 950px;
  border-radius: 50%;
  background: radial-gradient(46.59% 46.59% at 50% 50%, #46DEFF 0%, rgba(70, 222, 255, 0) 100%);
  opacity: 0.25;
  -webkit-animation: glow 13s linear infinite;
  animation: glow 13s linear infinite;
}

section.login-portal .container {
  position: relative;
}

section.login-portal .page-title {
  margin-bottom: 60px;
  max-width: 900px;
}

section.login-portal .portal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

section.login-portal .portal-tile {
  width: calc(50% - 12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

section.login-portal .portal-tile .inner {
  padding: 60px 55px;
  pointer-events: none;
  position: relative;
}

section.login-portal .portal-tile .bg-gradient {
  background: #134A5D;
  background: radial-gradient(at 50% 40%, #2dadc9, #134A5D);
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  opacity: 0;
}

section.login-portal .portal-tile:hover .bg-gradient {
  opacity: 1;
}

section.login-portal .portal-tile:hover .arrow {
  transform: rotate(45deg);
}

section.login-portal .top-content {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

section.login-portal .top-content img {
  max-height: 60px;
  max-width: calc(100% - 66px);
  margin-bottom: 30px;
  -o-object-position: left;
  object-position: left;
  width: auto;
}

section.login-portal .top-content .arrow {
  right: 35px;
  top: 35px;
  background-image: url("../imgs/svg/arrow-top-right.svg");
  background-repeat: no-repeat;
  transition: 0.5s all ease;
  width: 44px;
  height: 44px;
}

/*Media Queries*/
@media (max-width: 768px) {
  section.login-portal {
    padding: 140px 0 100px 0;
  }
  section.login-portal .portal-links {
    flex-flow: column;
  }
  section.login-portal .portal-tile {
    width: 100%;
  }
  section.login-portal .portal-tile .inner {
    padding: 25px 20px;
  }
}
section.our-people {
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: var(--c--4);
  margin-top: 0px;
  margin-bottom: -30px;
  padding: 180px 0 180px 0;
  z-index: 7;
  min-height: 100vh;
  width: 100%;
}

section.our-people .section-inner {
  height: 100%;
}

section.our-people .container {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

/*Text Column*/
section.our-people .text-content {
  max-width: 1100px;
  margin-bottom: -4%;
  position: relative;
  z-index: 2;
  padding-left: calc((100% - 1225px) / 2);
}

@media (min-width: 1800px) {
  section.our-people .text-content {
    padding-left: calc((100% - 1640px) / 2);
  }
}
/*Subtitle*/
/*Title*/
section.our-people .title {
  margin-bottom: 50px;
}

/*Button*/
section.our-people .image-wrapper {
  position: relative;
  text-align: right;
  overflow: hidden;
}

/*      &:before {
         content: '';
         background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
         position: absolute 0;
         size: 100% 35%;
         z-index: 1;
      }*/
section.our-people .image-wrapper img {
  aspect-ratio: 1100/700;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #eee;
  max-width: 80%;
  margin: -30px 0;
}

@media (max-width: 1220px) {
  section.our-people .text-content {
    padding: 0 15px;
    margin-bottom: 3%;
  }
}
@media (max-width: 960px) {
  section.our-people {
    padding: 70px 0 120px;
  }
  section.our-people .text-content .title {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  section.our-people {
    padding-bottom: 100px;
    min-height: 0;
  }
  section.our-people .image-wrapper img {
    aspect-ratio: 1100/900;
  }
}
section.page-content {
  position: relative;
  background: var(--c--3);
  padding: 220px 0 180px 0;
  width: 100%;
}

section.page-content .title {
  color: var(--c--1);
  margin-bottom: 60px;
  max-width: 900px;
}

section.page-content .main-content {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

section.page-content .wrapper {
  display: flex;
}

section.page-content .button-wrapper {
  width: 30%;
  min-width: 30%;
  padding: 52px 100px 52px 0;
}

section.page-content .top-content {
  color: var(--c--1);
  padding-bottom: 52px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

section.page-content .content {
  padding: 52px 0 52px 100px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  width: 70%;
}

section.page-content .text-column {
  max-width: 660px;
  width: 100%;
}

section.page-content .wysiwyg > *:first-child {
  margin-top: 0;
}

/*Media Queries*/
@media (max-width: 1230px) {
  section.page-content .button-wrapper {
    padding-right: 20px;
  }
  section.page-content .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  section.page-content {
    padding: 140px 0 100px 0;
  }
  section.page-content .wrapper {
    flex-flow: column;
  }
  section.page-content .content {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    width: 100%;
  }
  section.page-content .button-wrapper {
    padding-bottom: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
  }
  section.page-content .top-content {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  section.page-content .text-column {
    padding: 20px 0;
    width: 100%;
  }
}
section.portfolio-listing {
  position: relative;
  z-index: 4;
  min-height: 100vh;
  width: 100%;
  background: transparent;
}

section.portfolio-listing:before {
  content: "";
  /*
  height: 30%;
  */
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--c--3);
}

section.portfolio-listing .container {
  border-radius: 30px;
  background: var(--c--4);
  color: var(--c--1);
  top: -130px;
  position: relative;
  padding-bottom: 140px;
}

section.portfolio-listing .wrapper {
  max-width: 1220px;
  padding: 100px 20px;
  margin: auto;
}

/*Filters*/
section.portfolio-listing .filters {
  position: relative;
}

section.portfolio-listing form {
  position: relative;
}

section.portfolio-listing .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  cursor: pointer;
  opacity: 0;
}

section.portfolio-listing .sf-field-search {
  background-image: url("../imgs/svg/search.svg");
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  border-bottom: 1px solid var(--c--8);
  margin-bottom: 100px;
}

section.portfolio-listing .sf-field-search label {
  width: 90%;
  display: inline-block;
}

/* clears the ‘X’ from Internet Explorer */
section.portfolio-listing .sf-field-search input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

section.portfolio-listing .sf-field-search input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
section.portfolio-listing .sf-field-search input[type=search]::-webkit-search-decoration,
section.portfolio-listing .sf-field-search input[type=search]::-webkit-search-cancel-button,
section.portfolio-listing .sf-field-search input[type=search]::-webkit-search-results-button,
section.portfolio-listing .sf-field-search input[type=search]::-webkit-search-results-decoration {
  display: none;
}

section.portfolio-listing .sf-field-search .sf-input-text {
  color: var(--c--8);
  width: 100%;
}

section.portfolio-listing .sf-field-search .sf-input-text:focus {
  color: var(--c--5);
}

section.portfolio-listing .sf-field-search .sf-input-text:focus::-moz-placeholder {
  color: var(--c--5);
}

section.portfolio-listing .sf-field-search .sf-input-text:focus::placeholder {
  color: var(--c--5);
}

/*Company Status*/
section.portfolio-listing .sf-field-taxonomy-company_status ul {
  display: flex;
  gap: 0 10px;
}

section.portfolio-listing .sf-field-taxonomy-company_status ul li {
  width: 250px;
  max-width: 100%;
  border-radius: 80px;
  background: var(--c--4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  color: var(--c--1);
}

section.portfolio-listing .sf-field-taxonomy-company_status ul li.sf-option-active {
  background: #eee;
}

section.portfolio-listing .sf-field-taxonomy-company_status ul li.sf-option-active .sf-label-radio:after {
  transform: rotate(0deg);
}

section.portfolio-listing .sf-field-taxonomy-company_status ul li .sf-label-radio {
  padding: 14px 42px;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

section.portfolio-listing .sf-field-taxonomy-company_status ul li .sf-label-radio:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 22px;
  width: 8px;
  height: 8px;
  background-color: #003575;
  transform: rotate(45deg);
}

section.portfolio-listing .sf-field-taxonomy-company_status ul li .sf-label-radio:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #d0d0d0 transparent transparent transparent;
  transform: rotate(180deg);
}

section.portfolio-listing .sf-field-taxonomy-company_status ul li:nth-child(1) .sf-label-radio:before {
  background-color: #71D2FF;
}

section.portfolio-listing .sf-field-taxonomy-company_status ul li:nth-child(2) .sf-label-radio:before {
  background-color: #217FF9;
}

section.portfolio-listing .sf-field-taxonomy-company_status ul li .sf-input-radio {
  opacity: 0;
  display: none;
}

/*Company Categories*/
section.portfolio-listing .categories {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  position: absolute;
  right: 5px;
  bottom: 25px;
}

section.portfolio-listing .categories .name {
  color: #8F8F8F;
  margin-left: 6px;
  font-size: 0.875rem;
  font-weight: 300;
}

section.portfolio-listing .categories .cat-item {
  display: flex;
  align-items: center;
}

section.portfolio-listing .categories .cat-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

section.portfolio-listing .categories .cat-icon img {
  width: 19px;
  height: 18px;
  filter: grayscale(1) brightness(1.8);
}

/*Listing*/
section.portfolio-listing .listing {
  margin-top: 60px;
}

section.portfolio-listing .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

section.portfolio-listing .grid > article {
  width: calc(33.3% - 15px);
}

@media (max-width: 1220px) {
  section.portfolio-listing .filters .categories {
    position: static;
    margin-top: 40px;
    justify-content: start;
  }
}
@media (max-width: 960px) {
  section.portfolio-listing {
    padding-bottom: 60px;
  }
  section.portfolio-listing .container {
    top: -40px;
  }
  section.portfolio-listing .wrapper {
    padding: 40px 0 0;
  }
  section.portfolio-listing .sf-field-search {
    background-size: 22px;
    margin-bottom: 40px;
  }
  section.portfolio-listing .sf-field-taxonomy-company_status ul li .sf-label-radio:after {
    content: none;
  }
  section.portfolio-listing .sf-field-taxonomy-company_status ul li .sf-label-radio {
    padding: 7px 30px 7px 40px;
  }
  section.portfolio-listing .sf-field-taxonomy-company_status ul li .sf-label-radio:before {
    top: 15px;
  }
}
@media (max-width: 768px) {
  section.portfolio-listing .grid > article {
    width: calc(50% - 15px);
  }
}
/*   @media(max-width: 500px) {
      .grid {
         > article {
            width: calc(100%);
         }
      }
   }*/
@media (max-width: 370px) {
  section.portfolio-listing .sf-field-taxonomy-company_status ul {
    display: flex;
    gap: 10px 0;
    flex-flow: column;
  }
  section.portfolio-listing .sf-field-taxonomy-company_status ul li {
    width: 100%;
  }
  section.portfolio-listing .filters .categories {
    margin-top: 20px;
    flex-flow: column;
    gap: 10px;
  }
}
section.portfolio-listing #alphabet-nav {
  display: none;
  position: absolute;
  top: 800px;
  right: 0;
  height: 100%;
}

section.portfolio-listing #alphabet-nav .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -webkit-sticky;
  right: -webkit-sticky;
  bottom: -webkit-sticky;
  left: -webkit-sticky;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 106px;
  padding: 10px 10px;
  border-radius: 80px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(246, 246, 246, 0.8);
  text-align: center;
  overflow: auto;
}

section.portfolio-listing #alphabet-nav::-webkit-scrollbar {
  display: none;
}

section.portfolio-listing #alphabet-nav a {
  opacity: 0.6;
  display: block;
  padding: 3px;
  transform: scale(1);
  transform-origin: center;
  transition: 0.4s all ease;
}

section.portfolio-listing #alphabet-nav a.is-active {
  opacity: 1;
  transform: scale(1.5);
}

section.portfolio-listing #alphabet-nav .inner {
  overflow: hidden;
}

@media (max-width: 768px) {
  section.portfolio-listing #alphabet-nav {
    right: 10px;
    display: block;
  }
}
section.post-content {
  position: relative;
  background: var(--c--3);
  padding: 220px 0 180px 0;
  width: 100%;
}

section.post-content .title {
  color: var(--c--1);
  margin-bottom: 40px;
  max-width: 900px;
}

section.post-content .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 30px;
}

section.post-content .categories li {
  padding: 6px 12px;
  position: relative;
  border-radius: 50px;
  background: #E0E0E0;
  color: var(--c--1);
  transition: 0.4s all ease;
}

section.post-content .main-content {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

section.post-content .wrapper {
  display: flex;
}

section.post-content .date {
  color: var(--c--7);
  width: 20%;
  min-width: 20%;
  text-align: right;
  padding: 52px 100px 52px 0;
}

section.post-content .content {
  display: flex;
  justify-content: space-between;
  gap: 0 120px;
  padding: 52px 0 52px 100px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  width: 80%;
}

section.post-content .text-column {
  max-width: 660px;
  width: 70%;
}

section.post-content .wysiwyg > *:first-child {
  margin-top: 0;
}

/*Media Queries*/
@media (max-width: 1230px) {
  section.post-content .date {
    padding-right: 20px;
  }
  section.post-content .content {
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  section.post-content {
    padding: 140px 0 100px 0;
  }
  section.post-content .wrapper {
    flex-flow: column;
  }
  section.post-content .content {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    width: 100%;
  }
  section.post-content .date {
    padding-bottom: 0;
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  section.post-content .text-column {
    padding: 20px 0;
    width: 100%;
  }
}
section.posts-listing {
  position: relative;
  background: var(--c--3);
  padding: 220px 0 180px 0;
  width: 100%;
}

section.posts-listing .container {
  color: var(--c--1);
  position: relative;
  margin-bottom: 50px;
}

section.posts-listing .page-title {
  margin-bottom: 50px;
}

/*Filters*/
section.posts-listing .filters {
  position: relative;
}

/*Categories*/
section.posts-listing .sf-field-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

section.posts-listing .sf-field-category ul li {
  border-radius: 50px;
  background: #E0E0E0;
  position: relative;
  color: var(--c--1);
  padding: 0;
  transition: 0.4s all ease;
}

section.posts-listing .sf-field-category ul li:hover {
  background: #848484;
  color: var(--c--4);
}

section.posts-listing .sf-field-category ul li.sf-option-active {
  background: var(--c--1);
  color: var(--c--4);
}

section.posts-listing .sf-field-category ul li .sf-label-radio {
  padding: 10px 12px;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
}

section.posts-listing .sf-field-category ul li .sf-input-radio {
  opacity: 0;
  display: none;
}

/*Listing*/
/*Media Queries*/
@media (max-width: 960px) {
  section.posts-listing {
    padding: 140px 0 100px 0;
  }
}
section.team-cta {
  background: var(--c--3);
  color: var(--c--1);
  text-align: center;
  padding: 70px 0 100px 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -30px;
  position: relative;
}

section.team-cta .title {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}

section.team-cta .buttons {
  display: flex;
  flex-flow: column;
  gap: 15px;
  max-width: 275px;
  margin: auto;
}

section.team-cta .button {
  min-width: 200px;
}

section.team-cta .button.back .text {
  padding: 13px 26px 13px 70px;
  margin-left: 10px;
  margin-right: 0;
}

section.team-cta .button.back .arrow {
  transform: rotate(180deg);
  left: 27px;
  right: auto;
}

section.team-cta .button.back:before {
  left: 0;
  right: auto;
}

@media (min-width: 1024px) {
  section.team-cta .buttons {
    flex-flow: row;
  }
}
@media (min-width: 768px) {
  section.team-cta {
    text-align: left;
    padding-bottom: 140px;
    padding-top: 110px;
  }
  section.team-cta .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
  }
  section.team-cta .buttons {
    max-width: 50%;
    margin: 0;
  }
  section.team-cta .title {
    margin: 0;
    width: 50%;
    text-align: left;
  }
}
section.team-listing {
  position: relative;
  z-index: 4;
  min-height: 100vh;
  width: 100%;
  background: transparent;
}

section.team-listing:before {
  content: "";
  /*
  height: 30%;
  */
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--c--3);
}

section.team-listing .container {
  border-radius: 30px;
  background: var(--c--4);
  color: var(--c--1);
  top: -130px;
  position: relative;
  padding-bottom: 70px;
}

section.team-listing .wrapper {
  max-width: 1280px;
  padding: 100px 20px;
  margin: auto;
}

/*Filters*/
section.team-listing .filters {
  position: relative;
}

section.team-listing form {
  position: relative;
}

section.team-listing .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  cursor: pointer;
  opacity: 0;
}

section.team-listing label {
  width: 90%;
  display: inline-block;
}

/* clears the ‘X’ from Internet Explorer */
section.team-listing input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

section.team-listing input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
section.team-listing input[type=search]::-webkit-search-decoration,
section.team-listing input[type=search]::-webkit-search-cancel-button,
section.team-listing input[type=search]::-webkit-search-results-button,
section.team-listing input[type=search]::-webkit-search-results-decoration {
  display: none;
}

section.team-listing .sf-field-search {
  background-image: url("../imgs/svg/search.svg");
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  border-bottom: 1px solid var(--c--8);
  margin-bottom: 100px;
}

section.team-listing .sf-field-search .sf-input-text {
  color: var(--c--8);
}

section.team-listing .sf-field-search .sf-input-text:focus {
  color: var(--c--5);
}

section.team-listing .sf-field-search .sf-input-text:focus::-moz-placeholder {
  color: var(--c--5);
}

section.team-listing .sf-field-search .sf-input-text:focus::placeholder {
  color: var(--c--5);
}

/*Team Category*/
section.team-listing .sf-field-taxonomy-team_category ul {
  display: flex;
  gap: 0 20px;
}

section.team-listing .sf-field-taxonomy-team_category ul li {
  width: 33.3%;
  max-width: 100%;
  border-radius: 80px;
  background: var(--c--4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  color: var(--c--1);
}

section.team-listing .sf-field-taxonomy-team_category ul li.sf-option-active {
  background: #eee;
}

section.team-listing .sf-field-taxonomy-team_category ul li.sf-option-active .sf-label-radio:after {
  transform: rotate(0deg);
}

section.team-listing .sf-field-taxonomy-team_category ul li .sf-label-radio {
  padding: 14px 42px;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

section.team-listing .sf-field-taxonomy-team_category ul li .sf-label-radio:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 22px;
  width: 8px;
  height: 8px;
  background-color: #E15577;
  transform: rotate(45deg);
}

section.team-listing .sf-field-taxonomy-team_category ul li .sf-label-radio:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #d0d0d0 transparent transparent transparent;
  transform: rotate(180deg);
}

section.team-listing .sf-field-taxonomy-team_category ul li:nth-child(1) {
  display: none;
}

section.team-listing .sf-field-taxonomy-team_category ul li:nth-child(2) .sf-label-radio:before {
  background-color: #71D2FF;
}

section.team-listing .sf-field-taxonomy-team_category ul li:nth-child(3) .sf-label-radio:before {
  background-color: #217FF9;
}

section.team-listing .sf-field-taxonomy-team_category ul li:nth-child(4) .sf-label-radio:before {
  background-color: #003575;
}

section.team-listing .sf-field-taxonomy-team_category ul li .sf-input-radio {
  opacity: 0;
  display: none;
}

section.team-listing .sf-field-taxonomy-team_category ul.children {
  display: none;
}

/*Term Descr*/
section.team-listing .term-descr {
  max-width: 600px;
  margin: 0 auto 60px auto;
  text-align: center;
  color: var(--c--7);
}

/*Child Terms Anchors*/
section.team-listing .childterms {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  color: var(--c--8);
  font-size: 1rem;
}

section.team-listing .childterms a {
  border-bottom: 1px solid var(--c--8);
}

/*Child Term Title*/
section.team-listing .childterm-title {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  color: var(--c--1);
}

/*Listing*/
section.team-listing .listing {
  margin-top: 60px;
}

section.team-listing .listing + .bottom-filters {
  margin-top: 60px;
}

section.team-listing .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 5%;
}

@media (min-width: 1024px) {
  section.team-listing .grid.smaller > article {
    width: 15.98%;
  }
  section.team-listing .grid.smaller > article .title {
    font-size: 1rem;
  }
}
section.team-listing .grid > article {
  width: 21.25%;
}

/*Madia Queries*/
@media (max-width: 960px) {
  section.team-listing {
    padding-bottom: 60px;
  }
  section.team-listing .container {
    top: -40px;
  }
  section.team-listing .wrapper {
    padding: 40px 0 0;
  }
  section.team-listing .sf-field-search {
    background-size: 22px;
    margin-bottom: 40px;
  }
  section.team-listing .sf-field-taxonomy-team_category ul li .sf-label-radio:after {
    content: none;
  }
  section.team-listing .sf-field-taxonomy-team_category ul li .sf-label-radio {
    padding: 7px 30px 7px 40px;
  }
  section.team-listing .sf-field-taxonomy-team_category ul li .sf-label-radio:before {
    top: 15px;
  }
}
@media (max-width: 768px) {
  section.team-listing .sf-field-taxonomy-team_category ul {
    flex-flow: column;
  }
  section.team-listing .sf-field-taxonomy-team_category ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  section.team-listing .listing {
    margin-top: 40px;
  }
  section.team-listing .grid {
    gap: 45px 20px;
  }
  section.team-listing .grid > article {
    width: calc(50% - 10px);
  }
}
section.team-profile {
  padding-top: 150px;
  background-color: var(--c--4);
}

section.team-profile .container {
  display: flex;
  justify-content: space-between;
  gap: 0 100px;
  padding-bottom: 140px;
}

/*Back Button*/
section.team-profile .back-button {
  padding: 10px 30px 10px 70px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #f6f6f6;
  font-size: 0.875rem;
  color: #5c5c5c;
  display: inline-flex;
  align-items: center;
}

section.team-profile .back-button .arrow {
  transform: rotate(180deg) translateX(0);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  transition: 0.5s all ease;
  right: 8px;
}

section.team-profile .back-button:hover .arrow {
  transform: rotate(180deg) translateX(5px);
}

section.team-profile .left-column {
  width: 50%;
  padding-top: 20px;
}

section.team-profile .left-column img {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: block;
  width: 100%;
  aspect-ratio: 695/700;
  -o-object-fit: cover;
  object-fit: cover;
}

section.team-profile .right-column {
  width: 50%;
  max-width: 700px;
}

section.team-profile .categories {
  margin-bottom: 20px;
}

section.team-profile .categories .cat {
  padding: 5px 20px 7px 40px;
  display: inline-block;
  border-radius: 80px;
  background: var(--c--3);
  position: relative;
  color: var(--c--1);
}

/*
         cursor: pointer;
         */
section.team-profile .categories .cat .text {
  line-height: 1.1;
  font-size: 0.875rem;
  display: inline-block;
}

section.team-profile .categories .cat .diamond {
  content: "";
  position: absolute;
  top: 13px;
  left: 20px;
  width: 8px;
  height: 8px;
  background-color: var(--c--1);
  transform: rotate(45deg);
}

section.team-profile .title {
  max-width: 550px;
  margin-bottom: 5px;
}

section.team-profile .subtitle {
  margin-bottom: 30px;
  color: var(--c--7);
}

section.team-profile .button {
  margin-bottom: 40px;
}

section.team-profile .button .arrow {
  transform: rotate(90deg);
  right: 25px;
  bottom: 0;
}

section.team-profile .text-and-icon-block {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: start;
  gap: 0 22px;
}

section.team-profile .text-and-icon-block .icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-repeat: no-repeat;
  background-image: url("../imgs/svg/work.svg");
  margin-top: 5px;
}

section.team-profile .text-and-icon-block .label {
  margin-bottom: 5px;
  margin-top: 0;
}

section.team-profile .text-and-icon-block .value {
  color: var(--c--7);
}

section.team-profile .text-and-icon-block .value a {
  color: var(--c--5);
}

section.team-profile .text-and-icon-block.education .icon {
  background-image: url("../imgs/svg/education.svg");
}

section.team-profile .text-and-icon-block.hometown .icon {
  background-image: url("../imgs/svg/home.svg");
}

section.team-profile .text-and-icon-block ul {
  display: flex;
  gap: 4px 40px;
  flex-wrap: wrap;
}

section.team-profile .text-and-icon-block ul li {
  width: calc(50% - 20px);
  position: relative;
  padding-left: 17px;
}

section.team-profile .text-and-icon-block ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-image: url(../imgs/svg/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(1) brightness(10);
}

section.team-profile .text-and-icon-block:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}

section.team-profile .bio {
  color: var(--c--7);
  padding-top: 20px;
  margin-bottom: 40px;
}

section.team-profile .bio a {
  color: var(--c--5);
}

section.team-profile .socials {
  display: flex;
  align-items: center;
}

section.team-profile .contact-title {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 10px;
}

/*Alternative Style (Narrow)*/
section.team-profile.alternative .container {
  gap: 0 80px;
}

section.team-profile.alternative .left-column {
  width: 30%;
  padding-top: 0;
}

section.team-profile.alternative .left-column img {
  aspect-ratio: 220/260;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

@media (max-width: 960px) {
  section.team-profile.alternative .left-column {
    padding-top: 30px;
  }
}
section.team-profile.alternative .right-column {
  width: 100%;
  max-width: 500px;
}

@media (min-width: 1450px) {
  section.team-profile.alternative .right-column {
    max-width: 600px;
  }
}
/*Media Queries*/
@media (max-width: 768px) {
  section.team-profile {
    margin-bottom: 80px;
    padding-top: 100px;
  }
  section.team-profile .back-button {
    display: none;
  }
  section.team-profile .container {
    flex-flow: column;
  }
  section.team-profile .left-column, section.team-profile .right-column {
    width: 100%;
  }
  section.team-profile .left-column {
    max-width: 500px;
    margin: auto;
    margin-bottom: 40px;
  }
  section.team-profile .text-and-icon-block ul {
    flex-flow: column;
  }
  section.team-profile .text-and-icon-block ul li {
    width: 100%;
    position: relative;
  }
  section.team-profile .text-and-icon-block ul li:before {
    top: 5px;
  }
}
/*Three D Carousel*/
section.threed-carousel {
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: var(--c--1);
  color: var(--c--4);
  margin-top: -30px;
  margin-bottom: -30px;
  z-index: 4;
  min-height: 100vh;
  width: 100%;
}

section.threed-carousel .section-inner {
  padding: 140px 0 190px 0;
}

section.threed-carousel:before {
  content: "";
  position: absolute;
  top: -10%;
  right: -15%;
  background-image: url(../imgs/svg/nautilus.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 62%;
  height: 78%;
}

/*Top content*/
section.threed-carousel .section-title {
  max-width: 1040px;
  margin-bottom: 120px;
}

section.threed-carousel .section-title b {
  color: var(--c--6);
}

/*Slider*/
/*Slide*/
section.threed-carousel .swiper-slide {
  max-width: calc(100% - 60px);
  width: 1220px;
}

@media (min-width: 1800px) {
  section.threed-carousel .swiper-slide {
    width: 1600px;
  }
}
section.threed-carousel .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
}

section.threed-carousel .slide-wrapper {
  display: flex;
  align-items: center;
  gap: 0 70px;
}

section.threed-carousel .text-content {
  width: 50%;
}

/*Slide SubTitle*/
section.threed-carousel .subtitle {
  color: var(--c--6);
  margin-bottom: 5px;
}

/*Slide Title*/
section.threed-carousel .title {
  margin-bottom: 30px;
}

/*Slide Copy*/
section.threed-carousel .copy {
  margin-bottom: 30px;
}

/*Slide Button*/
/*Slide Image*/
section.threed-carousel .image {
  width: 50%;
}

section.threed-carousel .image img {
  aspect-ratio: 588/550;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
  max-width: 100%;
}

/*Carousel Controls*/
section.threed-carousel .carousel-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  padding: 0 15px;
}

section.threed-carousel .swiper-button-next, section.threed-carousel .swiper-button-prev {
  top: 0;
  position: relative;
}

section.threed-carousel .swiper-button-prev {
  transform: rotate(180deg);
}

section.threed-carousel .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.3);
  width: calc(100% - 270px);
  margin: 9px auto 0 auto;
  left: 0;
  right: 0;
  height: 1px;
}

section.threed-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--c--4);
  top: -2px;
  height: 4px;
}

/*Alternative Style*/
section.threed-carousel.careers {
  border-radius: 0;
  margin-top: 0;
  background-color: var(--c--1);
  position: relative;
}

section.threed-carousel.careers .section-inner {
  padding-top: 160px;
  padding-bottom: 100px;
  background-color: var(--c--4);
}

section.threed-carousel.careers .bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: var(--c--1);
}

section.threed-carousel.careers:before {
  content: none;
}

section.threed-carousel.careers .section-title {
  display: none;
}

section.threed-carousel.careers .image {
  overflow: hidden;
  position: relative;
}

section.threed-carousel.careers .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

section.threed-carousel.careers .carousel-controls {
  display: none;
}

@media (min-width: 1024px) {
  section.threed-carousel.careers .section-inner {
    padding-top: 22vh;
    padding-bottom: 10vh;
  }
  section.threed-carousel.careers .title {
    width: 740px;
    position: relative;
    z-index: 2;
  }
}
/*Media Queries*/
@media (max-width: 960px) {
  section.threed-carousel {
    padding: 70px 0 120px;
  }
  section.threed-carousel .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  section.threed-carousel.careers {
    padding: 0;
  }
  section.threed-carousel .section-inner {
    padding: 0;
  }
  section.threed-carousel:before {
    content: none;
  }
  section.threed-carousel .text-content {
    width: 100%;
  }
  section.threed-carousel .image {
    width: 100%;
    margin-bottom: 20px;
  }
  section.threed-carousel .slide-wrapper {
    flex-flow: column-reverse;
    padding: 0 15px;
  }
  section.threed-carousel .carousel-controls {
    margin-top: 40px;
    top: -5px;
  }
  section.threed-carousel .carousel-controls .swiper-pagination-progressbar {
    width: calc(100% - 190px);
  }
}
section.timeline {
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: var(--c--1);
  color: var(--c--4);
  margin-top: 0px;
  margin-bottom: -30px;
  z-index: 6;
  min-height: 100vh;
  width: 100%;
}

section.timeline .section-wrapper {
  height: 100%;
  padding-top: 170px;
  position: relative;
}

section.timeline .container {
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
  padding-bottom: 0;
}

/*Grid*/
section.timeline .grid {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  top: 0;
  left: 0;
  display: flex;
  pointer-events: none;
}

section.timeline .grid .column {
  width: 25%;
  position: relative;
  height: 100%;
}

section.timeline .grid .column:not(:first-child) {
  background-image: url("../imgs/svg/dashed_line.svg");
  background-repeat: no-repeat;
  opacity: 0.7;
}

@media (max-width: 1300px) {
  section.timeline .grid {
    display: none;
  }
}
/*Left Column*/
section.timeline .left-column {
  width: 50%;
}

/*Right Column*/
section.timeline .right-column {
  width: 50%;
  max-width: 460px;
  margin-top: 50px;
}

section.timeline .timeline-wrapper {
  overflow: auto;
}

section.timeline .timeline-graphic {
  position: relative;
  min-width: 1000px;
  overflow: hidden;
}

/*Decades*/
section.timeline .decades {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 10vw;
  width: 100%;
}

section.timeline .decades .date {
  width: 25%;
  text-align: center;
}

/*Hotspot*/
section.timeline .timeline-hotspots {
  position: relative;
}

/*Hotspot Pin*/
section.timeline .hotspot {
  width: 15px;
  height: 15px;
  position: absolute;
  cursor: pointer;
}

@media (max-width: 960px) {
  section.timeline .hotspot > .popup {
    display: none;
  }
}
section.timeline .hotspot:nth-last-child(-n+3) .popup {
  right: calc(100% - 55px);
  left: auto;
}

section.timeline .hotspot:nth-last-child(-n+3) .popup:before {
  right: 30px;
  left: auto;
}

section.timeline .hotspot:nth-of-type(-n+3) .popup {
  left: -40px;
}

section.timeline .hotspot:nth-of-type(-n+3) .popup:before {
  left: 30px;
}

section.timeline .hotspot .hotspot-pin {
  position: relative;
  border-radius: 50%;
  background-color: var(--c--4);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.4s;
}

section.timeline .hotspot .hotspot-pin:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  opacity: 0.3;
  top: -15px;
  left: -15px;
}

section.timeline .hotspot .hotspot-pin:after {
  content: "";
  position: absolute;
  top: -68px;
  left: -68px;
  width: 150px;
  height: 150px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 73, 123, 0.25) 0%, rgba(0, 73, 123, 0) 100%);
  pointer-events: none;
}

@media (min-width: 960px) {
  section.timeline .hotspot:hover .hotspot-pin {
    transform: scale(1.5);
  }
  section.timeline .hotspot:hover .popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
section.timeline .hotspot-title {
  bottom: 40px;
  left: -37px;
  right: 0;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
  width: 90px;
  position: absolute;
}

section.timeline .wave-bg {
  width: 100%;
}

/*Popup*/
section.timeline .popup {
  position: absolute;
  z-index: 2;
  bottom: calc(100% + 90px);
  border-radius: 15px;
  width: 220px;
  left: -110px;
  /*      width: 420px;
        left: -210px;*/
  max-width: 100vw;
  background-color: var(--c--2);
  pointer-events: none;
  transform: translateY(20px);
  transition: 0.7s all ease;
  opacity: 0;
  visibility: hidden;
}

section.timeline .popup:before {
  content: "";
  position: absolute;
  top: 98%;
  left: calc(50% - 9px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 18px 0 18px;
  border-color: var(--c--2) transparent transparent transparent;
}

section.timeline .popup .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.timeline .popup .item.centered .logo {
  width: 100%;
}

section.timeline .popup .logo {
  width: 40%;
  text-align: center;
}

section.timeline .popup .logo img {
  max-width: 100%;
  width: 165px;
  padding: 20px 10px;
  margin: auto;
}

section.timeline .popup .textarea {
  width: 60%;
  border-left: 1px solid #d9d9d9;
  font-size: 0.9375rem;
  padding: 35px 30px;
  color: #F1F3F5;
}

/*Scroll Button on Mobile*/
section.timeline .mobile-scroller {
  position: absolute;
  bottom: 50px;
  right: 30px;
  text-align: right;
  color: var(--c--5);
  display: none;
}

section.timeline .mobile-scroller .icon {
  position: relative;
}

section.timeline .mobile-scroller .text {
  font-size: 0.875rem;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  section.timeline .timeline-graphic, section.timeline .wave-bg {
    min-width: 1300px;
  }
  section.timeline .decades {
    top: 100px;
  }
  section.timeline .section-wrapper {
    padding-top: 90px;
  }
  section.timeline .top-content {
    flex-flow: column;
  }
  section.timeline .left-column {
    width: 100%;
  }
  section.timeline .right-column {
    margin-top: 20px;
    width: 100%;
  }
  section.timeline .mobile-scroller {
    display: flex;
    flex-flow: column;
    align-items: end;
  }
  section.timeline .popup {
    left: 0;
    right: 0;
    bottom: 10px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  section.timeline .popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  section.timeline .popup:before {
    bottom: 100%;
    top: auto;
    transform: rotate(180deg);
  }
  section.timeline .hotspot-pin.active {
    transform: scale(1.5);
  }
}

/*# sourceMappingURL=style.css.map*/