@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,700;0,900;1,400&family=Urbanist:wght@200;600&display=swap");
/* Colors */
.clients, .links-grid {
  padding: 2rem 1rem;
}

@media (min-width: 48em) {
  .clients, .links-grid {
    padding: 3rem 1rem;
  }
}

@media (min-width: 81.25em) {
  .clients, .links-grid {
    padding: 4rem 1rem;
  }
}

@media (min-width: 112.5em) {
  .clients, .links-grid {
    padding: 5rem 1rem;
  }
}

.solutions-sidebar-text, .icon-list-text p, .text {
  line-height: 1.8;
  font-size: 1.1rem;
  text-align: left;
  font-weight: 300;
}

.solutions-sidebar-text p, .icon-list-text p p, .text p {
  margin-bottom: 1rem;
}

.solutions-sidebar-text plast-of-type, .icon-list-text p plast-of-type, .text plast-of-type {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .solutions-sidebar-text p, .icon-list-text p p, .text p {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 81.25em) {
  .solutions-sidebar-text, .icon-list-text p, .text {
    font-size: 1.2rem;
  }
  .solutions-sidebar-text p, .icon-list-text p p, .text p {
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 100em) {
  .solutions-sidebar-text p, .icon-list-text p p, .text p {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 112.5em) {
  .solutions-sidebar-text p, .icon-list-text p p, .text p {
    margin-bottom: 1.8rem;
  }
}

H1, .interior .hero {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
}

@media (min-width: 48em) {
  H1, .interior .hero {
    font-size: 2.2rem;
  }
}

@media (min-width: 64em) {
  H1, .interior .hero {
    font-size: 2rem;
  }
}

@media (min-width: 81.25em) {
  H1, .interior .hero {
    font-size: 2.2rem;
  }
}

@media (min-width: 100em) {
  H1, .interior .hero {
    font-size: 2.75rem;
  }
}

@media (min-width: 112.5em) {
  H1, .interior .hero {
    font-size: 3em;
  }
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.1;
}

@media (min-width: 48em) {
  h2 {
    font-size: 2.1rem;
  }
}

@media (min-width: 81.25em) {
  h2 {
    font-size: 2.2rem;
  }
}

@media (min-width: 100em) {
  h2 {
    font-size: 2.3rem;
  }
}

@media (min-width: 112.5em) {
  h2 {
    font-size: 2.4rem;
  }
}

h3, .job-item-title, .job-item-location {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

@media (min-width: 48em) {
  h3, .job-item-title, .job-item-location {
    font-size: 1.6rem;
  }
}

@media (min-width: 81.25em) {
  h3, .job-item-title, .job-item-location {
    font-size: 1.7rem;
  }
}

@media (min-width: 100em) {
  h3, .job-item-title, .job-item-location {
    font-size: 1.9rem;
  }
}

@media (min-width: 112.5em) {
  h3, .job-item-title, .job-item-location {
    font-size: 2.3rem;
  }
}

.icon-list-grid-box h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}

@media (min-width: 48em) {
  .icon-list-grid-box h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 81.25em) {
  .icon-list-grid-box h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 100em) {
  .icon-list-grid-box h3 {
    font-size: 1.8rem;
  }
}

@media (min-width: 112.5em) {
  .icon-list-grid-box h3 {
    font-size: 2.1rem;
  }
}

.trigger {
  opacity: 0;
  transform: translateY(1rem);
  transition: all 1s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.trigger.reveal {
  opacity: 1;
  transform: translateY(0);
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

.form-row {
  width: 100%;
  padding-bottom: .25rem;
}

@media (min-width: 64em) {
  .form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
  }
}

.form-row.wide {
  display: block;
  padding: .25rem;
}

.form-field {
  padding: .25rem;
  text-align: left;
}

@media (min-width: 64em) {
  .form-field {
    width: 50%;
    flex: 1;
  }
}

.form-label {
  display: block;
  cursor: pointer;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-bottom: .2rem;
  text-align: left;
  position: relative;
}

.form-label:hover {
  color: #FC594E;
}

.form-label .error {
  display: none;
}

.form-input {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  padding: 1rem;
  color: #000;
  border: 1px solid #000;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.form-input:hover {
  background: #000;
  color: #fff;
}

.form-input:hover.placeholder {
  color: #fff;
}

.form-input:hover:-moz-placeholder {
  color: #fff;
}

.form-input:hover::-moz-placeholder {
  color: #fff;
}

.form-input:hover:-ms-input-placeholder {
  color: #fff;
}

.form-input:hover::-webkit-input-placeholder {
  color: #fff;
}

.form-input:focus {
  box-shadow: 0 0 0 1px #000;
}

.form-input.placeholder {
  opacity: 1;
  color: #000;
}

.form-input:-moz-placeholder {
  opacity: 1;
  color: #000;
}

.form-input::-moz-placeholder {
  opacity: 1;
  color: #000;
}

.form-input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

.form-input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}

.form textarea {
  min-height: 200px;
}

.form-btn {
  font-size: 1.5rem;
  font-weight: 800;
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 0 auto;
  display: inline-block;
}

.form-btn:hover {
  background: #FC594E;
}

.form .error {
  -moz-box-shadow: inset 0 -.25em 0 #c51244;
  -webkit-box-shadow: inset 0 -.25em 0 #c51244;
  box-shadow: inset 0 -.25em 0 #c51244;
  background: #fff0f4;
  color: #c51244;
}

form strong.error {
  background: #c51244 !important;
  padding: .5em .5em .3em;
  display: inherit;
  white-space: nowrap;
  position: relative;
  left: -50px;
  top: 0;
  z-index: 9999;
  font-size: .8em;
  line-height: 1;
  font-weight: 400;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0;
}

form .form-row.wide strong.error {
  left: -55px;
}

form strong.error:after {
  height: 0;
  width: 0;
  margin-left: -6px;
  content: " ";
  position: absolute;
  left: 15px;
  top: 95%;
  border-color: rgba(153, 0, 0, 0);
  border: solid transparent;
  pointer-events: none;
  border-top-color: #c51244;
  border-width: 6px;
}

.header {
  width: calc(100% - 1rem);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.4s box-shadow cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.4s background cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
}

@media (min-width: 64em) {
  .header {
    max-width: 87.5%;
    padding-left: 12.5%;
  }
}

.header.trigger {
  transition: all 0.1s cubic-bezier(1, 0.2, 0.21, 0.89);
  transform: translateY(0);
}

@media (min-width: 64em) {
  .header.trigger {
    transition: all 0.5s cubic-bezier(1, 0.2, 0.21, 0.89);
  }
}

.header:after {
  background: linear-gradient(45deg, var(--blue) 0%, var(--dk-blue) 40%, var(--dk-blue) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0;
  transition: 0.5s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 500;
}

.header-wrap {
  width: 100%;
  margin: 0 auto;
  height: 80px;
  position: relative;
  z-index: 1000;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 64em) {
  .header-wrap {
    height: 90px;
  }
}

.header-logo {
  width: 250px;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  z-index: 2500;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: none;
  opacity: 0;
}

.header-logo .logo {
  width: 100%;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.header-logo .logo path {
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  fill: #fff;
}

.header-menu {
  background: #ff1053;
  margin: 0;
  padding-top: 2.5rem;
  position: fixed;
  top: 0;
  left: -100%;
  width: 85vw;
  height: 100vh;
  z-index: 2750;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  box-shadow: 0px 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.6);
}

@media (min-width: 64em) {
  .header-menu {
    background: transparent;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    right: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: end;
    box-shadow: none;
    z-index: 2000;
  }
}

.header-menu-list {
  list-style: none;
  padding: 0;
  margin: auto;
}

@media (min-width: 64em) {
  .header-menu-list {
    margin-right: 0;
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    right: 0;
    transform: translateX(0) translateY(0);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: end;
  }
}

.header-menu-item {
  display: block;
  margin: 0;
  transition: all 1s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transform: translateY(1rem);
  position: relative;
  text-align: left;
}

@media (min-width: 64em) {
  .header-menu-item {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }
}

.header-menu-item:hover .header-menu-item-link:after {
  transform: rotate(0deg) translateZ(0);
}

.header-menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-menu-item:hover .sub-menu:after {
  bottom: 100%;
}

.header-menu-item-arrow {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 1.85rem;
  right: 1.75rem;
  transform: translateY(-50%);
  display: block;
  transition: all 1s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

@media (min-width: 64em) {
  .header-menu-item-arrow {
    display: none;
  }
}

.header-menu-item-arrow-svg {
  width: 100%;
  display: block;
}

.header-menu-item-arrow-svg path {
  fill: white;
}

.header-menu-item.expanded .header-menu-item-link {
  color: white;
}

@media (min-width: 64em) {
  .header-menu-item.expanded .header-menu-item-link {
    color: white;
  }
}

.header-menu-item.expanded .header-menu-item-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.header-menu-item.expanded .sub-menu {
  max-height: 100rem;
}

@media (min-width: 64em) {
  .header-menu-item.expanded .sub-menu {
    max-height: none;
  }
}

.header-menu-item-link {
  padding: 1.25rem 1.7rem;
  color: white;
  font-size: 1.15rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
  white-space: nowrap;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 64em) {
  .header-menu-item-link {
    padding: 2.25rem 1.75rem;
    font-size: 1rem;
    color: white;
    height: 90px;
    font-weight: 300;
  }
}

@media (min-width: 81.25em) {
  .header-menu-item-link {
    padding: 2.25rem 2.5rem;
  }
}

@media (min-width: 81.25em) {
  .header-menu-item-link:after {
    background: linear-gradient(180deg, #24548b, #1e4674);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
    content: "";
    transform: rotate(10deg) translate3d(-1.2em, 110%, 0);
    transform-origin: 0 100%;
    transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
  }
}

.header-menu-item-link:focus {
  box-shadow: inset 0 0 0 2px #2e4575;
}

.header-menu-item-link-learn {
  background: #70a7ff;
  font-weight: 600;
  border: 0;
  width: 100%;
  text-align: left;
}

@media (min-width: 64em) {
  .header-menu-item-link-learn {
    width: auto;
    text-align: center;
  }
}

.header-menu-item-link-learn:hover {
  background: rgba(112, 167, 255, 0.5);
}

.header-menu .sub-menu {
  list-style: none;
  text-align: left;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  padding: 0;
  margin: 0;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.75s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 64em) {
  .header-menu .sub-menu {
    background: #ebebeb;
    min-width: 17rem;
    display: block;
    visibility: hidden;
    padding: 0.5rem;
    opacity: 0;
    overflow: visible;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
    z-index: 1000;
    box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.25);
    max-height: none;
    transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  }
}

@media (min-width: 64em) {
  .header-menu .sub-menu:after {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 95%;
    left: 50%;
    border: solid transparent;
    content: "";
    pointer-events: none;
    border-color: rgba(235, 235, 235, 0);
    border-bottom-color: #ebebeb;
    border-width: 0.65rem;
    margin-left: -0.65rem;
    transition: 0.5s bottom cubic-bezier(0.57, 0.2, 0.21, 0.89);
  }
}

.header-menu .sub-menu .header-menu-submenu-item-link {
  display: block;
  color: white;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  padding: 0.6rem 1.7rem;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

@media (min-width: 64em) {
  .header-menu .sub-menu .header-menu-submenu-item-link {
    padding: 1rem;
    color: #0062ff;
  }
}

@media (min-width: 64em) {
  .header-menu .sub-menu .header-menu-submenu-item-link:hover {
    background: rgba(0, 0, 0, 0.1);
  }
}

.header-menu .sub-menu .header-menu-submenu-item-link:focus {
  box-shadow: inset 0 0 0 2px #fff;
}

.header-menu .sub-menu .header-menu-submenu-item-link-text {
  position: relative;
  z-index: 2;
}

.fixed .header {
  z-index: 1001;
  background-color: #4c91ff;
}

.fixed .header:after {
  opacity: 1;
}

.fixed .header-wrap {
  height: 80px;
}

@media (min-width: 64em) {
  .fixed .header-wrap {
    height: auto;
  }
}

@media (min-width: 64em) {
  .fixed .header-menu-item-link {
    padding: 1.25rem 1.75rem;
    height: auto;
  }
}

@media (min-width: 81.25em) {
  .fixed .header-menu-item-link {
    padding: 1.25rem 2.5rem;
  }
}

.fixed .header-logo,
.body .header-logo {
  width: 200px;
  display: block;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 75px;
}

@media (min-width: 64em) {
  .fixed .header-logo,
  .body .header-logo {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    width: 170px;
  }
}

@media (min-width: 81.25em) {
  .fixed .header-logo,
  .body .header-logo {
    position: absolute;
    top: 50%;
    left: 2.25rem;
    width: 200px;
  }
}

.fixed .header-logo-svg {
  fill: #fff;
}

.fixed .header-logo:hover .header-logo-svg {
  fill: #f0a818;
}

.mobile-menu-close {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  display: block;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .mobile-menu-close {
    display: none;
  }
}

.expanded-menu {
  overflow: hidden;
  background: white;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 81.25em) {
  .expanded-menu {
    overflow: visible;
  }
}

.expanded-menu .header-menu {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}

@media (min-width: 81.25em) {
  .expanded-menu .header-menu {
    position: relative;
    top: auto;
    left: auto;
  }
}

.expanded-menu-items .header-menu-item {
  opacity: 1;
}

.expanded-menu-items .header-menu-item:nth-of-type(1) {
  transition-delay: 0.2s;
}

.expanded-menu-items .header-menu-item:nth-of-type(2) {
  transition-delay: 0.3s;
}

.expanded-menu-items .header-menu-item:nth-of-type(3) {
  transition-delay: 0.4s;
}

.expanded-menu-items .header-menu-item:nth-of-type(4) {
  transition-delay: 0.5s;
}

.expanded-menu-items .header-menu-item:nth-of-type(5) {
  transition-delay: 0.6s;
}

.expanded-menu-items .header-menu-item:nth-of-type(6) {
  transition-delay: 0.7s;
}

.expanded-menu-items .header-menu-item:nth-of-type(7) {
  transition-delay: 0.8s;
}

.expanded-menu-items .header-menu-item:nth-of-type(8) {
  transition-delay: 0.9s;
}

.expanded-menu-items .header-menu-item:nth-of-type(9) {
  transition-delay: 1s;
}

.expanded-menu .mobile-menu-close {
  opacity: 0.6;
  visibility: visible;
}

.menu-item-home {
  display: none;
}

.menu-trigger {
  background: transparent;
  width: 3rem;
  height: 3rem;
  border: 0;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  left: 1rem;
  transition: all 1.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 3000;
}

@media (min-width: 64em) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger-label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.menu-trigger-label:focus {
  background: #f0a818;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: 0.5rem;
  width: auto;
}

.menu-trigger:hover .hamburger-inner, .menu-trigger:hover .hamburger-inner:before, .menu-trigger:hover .hamburger-inner:after {
  background-color: #202659;
}

.menu-trigger:focus {
  outline: 0;
}

.hamburger {
  padding: 0.15rem 0.15rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  position: relative;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  z-index: 10000;
}

.hamburger-box {
  width: 30px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  width: 30px;
  margin-top: -1px;
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  height: 3px;
  background-color: white;
  border-radius: 0;
  position: absolute;
  transition-property: transform, width, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner:before, .hamburger-inner:after {
  width: 30px;
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -10px;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in, width 0.1s 0.12s ease-out;
}

.hamburger-inner:after {
  bottom: -10px;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out;
}

.expanded-menu .menu-trigger {
  visibility: visible;
  box-shadow: none;
}

@media (max-width: 64em) {
  .expanded-menu .menu-trigger:hover .hamburger-inner, .expanded-menu .menu-trigger:hover .hamburger-inner:before, .expanded-menu .menu-trigger:hover .hamburger-inner:after, .expanded-menu .menu-trigger:focus .hamburger-inner, .expanded-menu .menu-trigger:focus .hamburger-inner:before, .expanded-menu .menu-trigger:focus .hamburger-inner:after {
    transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
    background-color: white;
  }
}

.expanded-menu .menu-trigger .hamburger-inner, .expanded-menu .menu-trigger .hamburger-inner:before, .expanded-menu .menu-trigger .hamburger-inner:after {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .expanded-menu .menu-trigger:hover .hamburger-inner,
  .expanded-menu .menu-trigger:hover .hamburger-inner:before,
  .expanded-menu .menu-trigger:hover .hamburger-inner:after {
    background-color: white;
  }
}

.expanded-menu .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 12px;
}

.expanded-menu .hamburger-inner,
.expanded-menu .hamburger-inner:before,
.expanded-menu .hamburger-inner:after {
  width: 25px !important;
  background-color: white;
}

.expanded-menu .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.expanded-menu .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fixed .hamburger-inner, .fixed .hamburger-inner:before, .fixed .hamburger-inner:after {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .header-menu-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
  }
}

.screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader:focus {
  background: #f0a818;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: 0.5rem;
  width: auto;
}

.skip-to-main {
  background: #fff;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000000;
  padding: 1rem;
  color: #202659;
  text-transform: uppercase;
  display: block;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform: translateY(calc(-100% - 0.5rem));
  border-radius: 2rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .skip-to-main {
    display: none;
  }
}

.skip-to-main:focus, .skip-to-main:focus-within {
  transform: translateY(0);
  outline: 2px solid #202659;
}

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

@media (min-width: 64em) {
  .footer {
    height: 380px;
  }
}

.footer-rectangle-magenta {
  position: absolute;
  right: 0;
  top: 1rem;
  opacity: .8;
  background-color: #ff1053;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .footer-rectangle-magenta {
    top: 18.4211%;
    width: 87.5%;
    height: 81.5789%;
  }
}

.footer-rectangle-blue {
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
  background-color: #0062ff;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .footer-rectangle-blue {
    width: 87.5%;
    height: 81.5789%;
  }
}

.footer-links {
  color: #ebebeb;
  padding: 3rem 2rem 1.5rem;
  width: calc(100% - 2rem);
  margin: auto;
}

@media (min-width: 64em) {
  .footer-links {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    padding: 7rem;
  }
}

.footer-logo {
  width: 180px;
  display: block;
  margin: auto auto .5rem;
  position: relative;
}

@media (min-width: 64em) {
  .footer-logo {
    margin: 1.5rem auto auto;
  }
}

.footer-logo svg {
  width: 100%;
}

.footer-logo path {
  fill: white;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
}

.footer-menu-item {
  display: block;
}

@media (min-width: 64em) {
  .footer-menu-item {
    display: inline-block;
  }
}

.footer-menu-item-link {
  padding: 1rem 1.4rem;
  color: white;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: .5px;
  white-space: nowrap;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 64em) {
  .footer-menu-item-link {
    padding: 1.5rem 1.5rem;
    font-size: .9rem;
    color: white;
  }
}

.footer-copyright {
  color: white;
  font-size: .9rem;
  padding: .5rem 2rem 3rem;
  position: relative;
}

@media (min-width: 64em) {
  .footer-copyright {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }
}

.footer-copyright a {
  color: white;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

.menu-item-home {
  display: none;
}

.footer-rectangle-magenta.trigger {
  opacity: 0;
  transform: translateY(0);
  width: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-rectangle-magenta.trigger.reveal {
  opacity: .8;
  transform: translateY(0);
  width: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .footer-rectangle-magenta.trigger.reveal {
    width: 87.5%;
  }
}

.footer-rectangle-blue.trigger {
  opacity: 0;
  transform: translateY(0);
  width: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-rectangle-blue.trigger.reveal {
  opacity: .8;
  transform: translateY(0);
  width: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .footer-rectangle-blue.trigger.reveal {
    width: 87.5%;
  }
}

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

@media (min-width: 64em) {
  .hero {
    min-height: 650px;
  }
}

.hero-rectangle-magenta {
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  z-index: 1;
  position: absolute;
  right: 0;
  top: 13.8462%;
  opacity: .8;
  background-color: #ff1053;
}

@media (min-width: 64em) {
  .hero-rectangle-magenta {
    width: 87.5%;
    height: 86.1538%;
  }
}

.hero-rectangle-blue {
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
  background-color: #0062ff;
}

@media (min-width: 64em) {
  .hero-rectangle-blue {
    width: 87.5%;
    height: 86.1538%;
  }
}

.hero-text {
  padding: 5rem 3rem 3rem;
  z-index: 100;
  position: relative;
  color: #ebebeb;
}

@media (min-width: 64em) {
  .hero-text {
    width: 75%;
    padding: 9.5rem 6rem 0;
    margin: auto 12.5%;
  }
}

.hero-text H1 {
  margin-bottom: 1.5rem;
}

@media (min-width: 64em) {
  .hero-text H1 {
    margin-bottom: 2rem;
  }
}

.hero-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .hero-text p {
    font-size: 1.2em;
  }
}

@media (min-width: 64em) {
  .hero-text p {
    font-size: 1.2em;
  }
}

@media (min-width: 81.25em) {
  .hero-text p {
    font-size: 1.3em;
    padding: 0 3rem;
  }
}

@media (min-width: 100em) {
  .hero-text p {
    font-size: 1.3em;
  }
}

@media (min-width: 112.5em) {
  .hero-text p {
    font-size: 1.3em;
  }
}

.hero-logo {
  width: 250px;
  margin: 1.5rem auto;
}

@media (min-width: 64em) {
  .hero-logo {
    width: 400px;
    margin: auto auto 2.5rem;
  }
}

.hero-logo svg {
  width: 100%;
}

.hero-logo path {
  fill: white;
}

.home .hero-rectangle-magenta.trigger {
  opacity: 0;
  transform: translateY(0);
  width: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  height: calc(100% - 80px);
}

@media (min-width: 64em) {
  .home .hero-rectangle-magenta.trigger {
    height: 91.6667%;
  }
}

.home .hero-rectangle-magenta.trigger.reveal {
  opacity: .8;
  transform: translateY(0);
  width: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .home .hero-rectangle-magenta.trigger.reveal {
    width: 87.5%;
  }
}

.home .hero-rectangle-blue.trigger {
  opacity: 0;
  transform: translateY(0);
  width: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  height: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .home .hero-rectangle-blue.trigger {
    height: 91.6667%;
  }
}

.home .hero-rectangle-blue.trigger.reveal {
  opacity: .8;
  transform: translateY(0);
  width: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .home .hero-rectangle-blue.trigger.reveal {
    width: 87.5%;
  }
}

.body .hero {
  width: 100%;
  position: relative;
  min-height: 200px;
}

@media (min-width: 64em) {
  .body .hero {
    height: 350px;
  }
}

.body .hero-rectangle-magenta {
  height: calc(100% - 80px);
  bottom: 0;
  top: auto;
}

@media (min-width: 64em) {
  .body .hero-rectangle-magenta {
    height: 74.2857%;
    top: 25.7143%;
  }
}

.body .hero-rectangle-blue {
  height: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .body .hero-rectangle-blue {
    height: 82.8571%;
  }
}

.body .hero-text {
  position: relative;
  padding: 3rem;
  padding-top: calc(80px + 2rem);
}

@media (min-width: 64em) {
  .body .hero-text {
    padding-top: calc(80px + 2rem);
  }
}

.body .hero-text H1 {
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .body .hero-text H1 {
    margin-bottom: 0;
    margin-top: 5.5%;
  }
}

@media (min-width: 100em) {
  .body .hero-text H1 {
    margin-top: 4.5%;
  }
}

@media (min-width: 112.5em) {
  .body .hero-text H1 {
    margin-top: 3.5%;
  }
}

.body .hero-rectangle-magenta.trigger {
  opacity: 0;
  transform: translateY(0);
  width: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body .hero-rectangle-magenta.trigger.reveal {
  opacity: .8;
  transform: translateY(0);
  width: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .body .hero-rectangle-magenta.trigger.reveal {
    width: 87.5%;
  }
}

.body .hero-rectangle-blue.trigger {
  opacity: 0;
  transform: translateY(0);
  width: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body .hero-rectangle-blue.trigger.reveal {
  opacity: .8;
  transform: translateY(0);
  width: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .body .hero-rectangle-blue.trigger.reveal {
    width: 87.5%;
  }
}

.clients {
  text-align: center;
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.clients-array {
  position: relative;
}

.clients-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  gap: 4px;
}

.clients-logo {
  width: calc(50% - 4px);
  margin: 0;
  flex: 0 1 auto;
}

@media (min-width: 64em) {
  .clients-logo {
    width: calc(25% - 4px);
  }
}

.clients-logo-pad {
  display: block;
  padding: 1rem;
}

.clients-logo-img {
  width: 80%;
}

.clients-vdivider {
  height: 100%;
  width: 2px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  transform: translateX(-1px);
}

.clients-vdivider-1 {
  left: 25%;
  opacity: 0;
}

@media (min-width: 64em) {
  .clients-vdivider-1 {
    opacity: 1;
  }
}

.clients-vdivider-2 {
  left: 50%;
}

.clients-vdivider-3 {
  left: 75%;
  opacity: 0;
}

@media (min-width: 64em) {
  .clients-vdivider-3 {
    opacity: 1;
  }
}

.clients-hdivider {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  transform: translateY(-1px);
}

.clients-hdivider-1 {
  bottom: 16.6667%;
}

@media (min-width: 64em) {
  .clients-hdivider-1 {
    bottom: 33.3333%;
  }
}

.clients-hdivider-2 {
  bottom: 33.3333%;
}

@media (min-width: 64em) {
  .clients-hdivider-2 {
    bottom: 66.6667%;
  }
}

.clients-hdivider-3 {
  bottom: 50%;
}

@media (min-width: 64em) {
  .clients-hdivider-3 {
    display: none;
  }
}

.clients-hdivider-4 {
  bottom: 66.6667%;
}

@media (min-width: 64em) {
  .clients-hdivider-4 {
    display: none;
  }
}

.clients-hdivider-5 {
  bottom: 83.3333%;
}

@media (min-width: 64em) {
  .clients-hdivider-5 {
    display: none;
  }
}

.why-layer {
  width: 100%;
  position: relative;
}

.why-layer-text {
  padding: 2rem 3rem 3rem;
  z-index: 100;
  position: relative;
  color: #ebebeb;
  margin: auto;
}

@media (min-width: 64em) {
  .why-layer-text {
    width: 75%;
    padding: 2rem 7rem 5rem;
  }
}

.why-layer-headline {
  margin-bottom: 1rem;
}

@media (min-width: 64em) {
  .why-layer-headline {
    margin-bottom: 1.5rem;
  }
}

.why-layer-blurb {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.6;
  color: black;
  padding: 0 0 2rem;
}

@media (min-width: 48em) {
  .why-layer-blurb {
    font-size: 1.2em;
  }
}

@media (min-width: 64em) {
  .why-layer-blurb {
    font-size: 1.3em;
  }
}

@media (min-width: 81.25em) {
  .why-layer-blurb {
    font-size: 1.4em;
    padding: 0 3rem;
  }
}

@media (min-width: 100em) {
  .why-layer-blurb {
    font-size: 1.4em;
  }
}

@media (min-width: 112.5em) {
  .why-layer-blurb {
    font-size: 1.4em;
  }
}

.why-layer-button {
  color: white;
  background: #0062ff;
  padding: .75rem 1.25rem;
  border: none;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 700;
  display: inline-block;
}

.why-layer-button:hover {
  padding: .75rem 1.5rem;
  background: #ff1053;
}

.solutions-layer {
  width: 100%;
  position: relative;
}

@media (min-width: 64em) {
  .solutions-layer {
    height: 720px;
  }
}

.solutions-layer-rectangle-magenta {
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
  background-color: #ff1053;
}

@media (min-width: 64em) {
  .solutions-layer-rectangle-magenta {
    width: 87.5%;
    height: 91.6667%;
  }
}

.solutions-layer-rectangle-blue {
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  z-index: 1;
  position: absolute;
  top: 1rem;
  right: 0;
  opacity: .7;
  background-color: #0062ff;
}

@media (min-width: 64em) {
  .solutions-layer-rectangle-blue {
    top: 8.3333%;
    width: 87.5%;
    height: 91.6667%;
  }
}

.solutions-layer-text {
  padding: 3rem;
  z-index: 100;
  position: relative;
  color: #ebebeb;
  margin: auto;
}

@media (min-width: 64em) {
  .solutions-layer-text {
    width: 75%;
    padding: 7rem 3rem;
  }
}

.solutions-layer-text H2 {
  margin-bottom: 1.5rem;
}

@media (min-width: 64em) {
  .solutions-layer-text H2 {
    margin-bottom: 2.25rem;
  }
}

.solutions-layer-text H2 a {
  color: white;
}

.solutions-layer-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  color: white;
}

@media (min-width: 48em) {
  .solutions-layer-text p {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

@media (min-width: 81.25em) {
  .solutions-layer-text p {
    font-size: 1.1rem;
  }
}

@media (min-width: 100em) {
  .solutions-layer-text p {
    font-size: 1.1rem;
  }
}

@media (min-width: 112.5em) {
  .solutions-layer-text p {
    font-size: 1.1rem;
  }
}

.solutions-layer-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  max-width: 1400px;
  margin: auto;
  gap: 3rem;
}

.solutions-layer-grid-box {
  width: 100%;
  margin: 0;
  flex: 0 1 auto;
}

@media (min-width: 48em) {
  .solutions-layer-grid-box {
    width: calc(33.3333% - 2rem);
  }
}

.solutions-layer-grid-box figure {
  width: 70%;
  max-width: 170px;
  margin: auto;
}

.solutions-layer-grid-box a h3 {
  color: white;
}

.solutions-index {
  width: 100%;
  position: relative;
}

.solutions-index-text {
  padding: 2rem 3rem 3rem;
  z-index: 100;
  position: relative;
  color: black;
  margin: auto;
}

@media (min-width: 64em) {
  .solutions-index-text {
    width: 80%;
  }
}

.solutions-index-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  color: black;
}

@media (min-width: 48em) {
  .solutions-index-text p {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

@media (min-width: 81.25em) {
  .solutions-index-text p {
    font-size: 1.1rem;
  }
}

@media (min-width: 100em) {
  .solutions-index-text p {
    font-size: 1.1rem;
  }
}

@media (min-width: 112.5em) {
  .solutions-index-text p {
    font-size: 1.1rem;
  }
}

.solutions-index-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  gap: 3rem;
  max-width: 1400px;
  margin: auto;
}

.solutions-index-grid-box {
  width: 100%;
  margin: 0;
  flex: 0 1 auto;
}

@media (min-width: 48em) {
  .solutions-index-grid-box {
    width: calc(33.3333% - 2rem);
  }
}

.solutions-index-grid-box figure {
  width: 60%;
  max-width: 200px;
  margin: auto;
}

.solutions-index-grid-box a h3 {
  color: #0062ff;
}

.solutions-layer-rectangle-magenta.trigger {
  opacity: 0;
  transform: translateY(0);
  width: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  height: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .solutions-layer-rectangle-magenta.trigger {
    height: 91.6667%;
  }
}

.solutions-layer-rectangle-magenta.trigger.reveal {
  opacity: .8;
  transform: translateX(0);
  width: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .solutions-layer-rectangle-magenta.trigger.reveal {
    width: 87.5%;
  }
}

.solutions-layer-rectangle-blue.trigger {
  opacity: 0;
  transform: translateY(0);
  width: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  height: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .solutions-layer-rectangle-blue.trigger {
    height: 91.6667%;
  }
}

.solutions-layer-rectangle-blue.trigger.reveal {
  opacity: .8;
  transform: translateX(0);
  width: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .solutions-layer-rectangle-blue.trigger.reveal {
    width: 87.5%;
  }
}

.solutions-sidebar {
  width: 100%;
  position: relative;
  padding: 1.5rem 1.5rem 2.5rem;
  background: #4c50d1;
  margin-bottom: 2rem;
}

@media (min-width: 64em) {
  .solutions-sidebar {
    padding: 3rem 3rem 5rem;
    margin-bottom: 4rem;
    width: 90%;
    margin-left: 10%;
  }
}

@media (min-width: 81.25em) {
  .solutions-sidebar {
    width: 85%;
    margin-left: 15%;
  }
}

.solutions-sidebar-text {
  z-index: 100;
  position: relative;
  color: white;
  margin: auto auto 5rem;
  text-align: center;
}

@media (min-width: 64em) {
  .solutions-sidebar-text {
    width: 70vw;
    margin: auto 15vw 4.5rem auto;
  }
}

@media (min-width: 81.25em) {
  .solutions-sidebar-text {
    width: 64vw;
    margin: auto 18vw 4.5rem auto;
  }
}

.solutions-sidebar-text h2 {
  color: white;
}

.solutions-sidebar-text-teaser {
  margin: auto auto 2rem !important;
}

@media (min-width: 64em) {
  .solutions-sidebar-text-teaser {
    margin: auto auto 2.5rem !important;
  }
}

.inset-image {
  width: 50%;
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

@media (min-width: 64em) {
  .inset-image {
    width: 25%;
    margin: 0 -1.5rem 1.5rem 1.5rem;
  }
}

#column-chart {
  display: block;
  /* fixes layout wonkiness in FF1.5 */
  position: relative;
  width: 90vw;
  height: 25vw;
  margin: 1.1em auto auto;
  padding: 0;
  background: transparent;
  font-size: .9rem;
}

@media (min-width: 64em) {
  #column-chart {
    width: 50vw;
    height: 15vw;
  }
}

#column-chart tr,
#column-chart th,
#column-chart td {
  position: absolute;
  bottom: 0;
  width: 20%;
  z-index: 2;
  margin: 0;
  padding: 0;
  text-align: center;
}

#column-chart th {
  width: 100%;
}

#column-chart td {
  width: 80%;
  margin-left: 10%;
  transition: all .3s ease;
}

#column-chart thead tr {
  left: 0;
  bottom: -5rem;
  margin: 0;
}

#column-chart thead th {
  height: auto;
  padding: 0.5rem 1rem;
  color: white;
  line-height: 1;
  height: 40px;
  font-size: 90%;
}

@media (min-width: 64em) {
  #column-chart thead th {
    height: auto;
    font-size: 100%;
  }
}

#column-chart thead th.before {
  width: 300%;
  padding-top: .8rem;
}

@media (min-width: 48em) {
  #column-chart thead th.before {
    padding: 0.5rem 1rem;
  }
}

#column-chart thead th.after {
  left: 300%;
  width: 200%;
  padding-top: .4rem;
}

@media (min-width: 48em) {
  #column-chart thead th.after {
    padding: 0.5rem 1rem;
  }
}

#column-chart tbody tr {
  height: 100%;
}

#column-chart #m1 {
  left: 0;
}

#column-chart #m2 {
  left: 20%;
}

#column-chart #m3 {
  left: 40%;
}

#column-chart #m4 {
  left: 60%;
}

#column-chart #m5 {
  left: 80%;
}

#column-chart #m1 .bar,
#column-chart #m2 .bar,
#column-chart #m3 .bar,
#column-chart #m4 .bar,
#column-chart #m5 .bar {
  height: 0;
}

#column-chart tbody th {
  bottom: -1.5rem;
  vertical-align: top;
  font-weight: normal;
  color: white;
  font-size: 80%;
}

@media (min-width: 64em) {
  #column-chart tbody th {
    font-size: 100%;
  }
}

#column-chart .bar {
  width: 80%;
}

#column-chart .bar p {
  margin: -1.5rem 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 80%;
}

@media (min-width: 64em) {
  #column-chart .bar p {
    font-size: 100%;
  }
}

#column-chart .before {
  background-color: #70a7ff;
  border-color: transparent;
}

#column-chart .after {
  background-color: #ff1053;
  border-color: transparent;
}

#column-chart.trigger.reveal #m1 .bar {
  height: 2.711%;
}

#column-chart.trigger.reveal #m2 .bar {
  height: 1.962%;
}

#column-chart.trigger.reveal #m3 .bar {
  height: 2.766%;
}

#column-chart.trigger.reveal #m4 .bar {
  height: 80.517%;
}

#column-chart.trigger.reveal #m5 .bar {
  height: 99.746%;
}

.leadership {
  position: relative;
  margin: 3rem auto auto;
}

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

.leader {
  text-align: left;
  position: relative;
  margin: 2rem auto auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 48em) {
  .leader {
    flex-direction: row;
    align-content: start;
  }
}

.leader-headshot {
  width: 80%;
  margin: auto auto 1rem;
  flex: 0 1 auto;
  position: relative;
  height: 0;
  padding-bottom: 80%;
}

@media (min-width: 48em) {
  .leader-headshot {
    margin: 15px 0 0;
    width: 25%;
    height: 0;
    padding-bottom: 25%;
  }
}

@media (min-width: 64em) {
  .leader-headshot {
    margin-left: -5%;
  }
}

.leader-headshot-box {
  width: 90%;
  position: absolute;
  top: 10%;
  left: 10%;
  content: '';
  height: 0;
  padding-bottom: 90%;
  background: #ff1053;
  opacity: .8;
}

.leader-headshot-photo {
  width: 90%;
  position: absolute;
  top: 0;
  left: 0;
}

.leader-bio {
  width: 100%;
  margin: 0;
  flex: 0 1 auto;
}

@media (min-width: 48em) {
  .leader-bio {
    width: 75%;
    padding-left: 1.5rem;
  }
}

.leader-bio-photo {
  width: 90%;
}

.icon-list {
  width: 100%;
  position: relative;
  margin: auto;
}

@media (min-width: 64em) {
  .icon-list {
    max-width: 900px;
  }
}

.icon-list-text {
  padding: 1.5rem;
  z-index: 100;
  position: relative;
  color: black;
  margin: auto;
  text-align: left;
}

@media (min-width: 64em) {
  .icon-list-text {
    padding: .5rem 1.5rem 1.5rem;
  }
}

.icon-list-text H2 {
  margin-bottom: 1.5rem;
}

@media (min-width: 64em) {
  .icon-list-text H2 {
    margin-bottom: 2.25rem;
  }
}

.icon-list-text p {
  font-weight: 300;
}

.icon-list-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  gap: 3rem;
}

.icon-list-grid-box {
  width: 100%;
  margin: 0;
  flex: 0 1 auto;
}

@media (min-width: 48em) {
  .icon-list-grid-box {
    width: calc(33.3333% - 2rem);
  }
}

.icon-list-grid-box figure {
  width: 60%;
  margin: auto auto 2rem;
}

.icon-list-grid-box h3 {
  margin-bottom: 1rem;
  color: black;
}

.connect-layer {
  width: 100%;
  position: relative;
}

.connect-layer-text {
  padding: 3rem;
  z-index: 100;
  position: relative;
  color: #ebebeb;
  margin: auto;
}

@media (min-width: 64em) {
  .connect-layer-text {
    width: 75%;
    padding: 7rem 3rem;
  }
}

.connect-layer-headline {
  margin-bottom: 1rem;
  color: black;
}

@media (min-width: 64em) {
  .connect-layer-headline {
    margin-bottom: 1.5rem;
  }
}

.connect-layer-button {
  color: white;
  background: #0062ff;
  padding: .75rem 1.25rem;
  font-weight: 700;
  border: none;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.connect-layer-button:hover {
  padding: .75rem 1.5rem;
  background: #ff1053;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slideshow {
  position: relative;
}

.slideshow-bar {
  display: block;
  width: calc(100% - 1rem);
  height: 20px;
  background: #ff1053;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  opacity: .8;
}

@media (min-width: 64em) {
  .slideshow-bar {
    width: 87.5%;
  }
}

.slideshow-wrap {
  position: relative;
  z-index: 100;
  max-width: 81.25em;
  margin: 0 auto;
  padding: 3rem 1.5rem 1.5rem;
  max-width: 900px;
}

@media (min-width: 64em) {
  .slideshow-wrap {
    padding: 5rem 6rem 4rem;
  }
}

.slideshow-item {
  position: relative;
  z-index: 101;
  padding: 0 3rem;
}

@media (min-width: 81.25em) {
  .slideshow-item {
    padding: 0;
  }
}

.slideshow-item-figure img {
  margin: 0 auto;
  max-width: 200px;
  max-height: 80px;
  margin-bottom: 1rem;
}

.slideshow-item-quote {
  display: block;
  font-size: 1.35rem;
}

@media (min-width: 48em) {
  .slideshow-item-quote {
    font-size: 1.8rem;
  }
}

.slideshow-item-author {
  display: block;
  margin-top: 1rem;
  font-size: 1.0rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  .slideshow-item-author {
    font-size: 1.35rem;
  }
}

.slideshow-item-description {
  display: block;
  margin: 0 0 1rem;
  font-size: .8rem;
}

@media (min-width: 48em) {
  .slideshow-item-description {
    font-size: 1rem;
  }
}

.slideshow-item-number {
  display: block;
  font-size: 3.5rem;
  font-weight: 900;
}

@media (min-width: 48em) {
  .slideshow-item-number {
    font-size: 4rem;
  }
}

.slideshow-item-legend {
  display: block;
  margin-top: .25rem;
  font-size: 1.0rem;
}

@media (min-width: 48em) {
  .slideshow-item-legend {
    font-size: 1.35rem;
  }
}

.slideshow .slide-controls {
  cursor: pointer;
  font-size: 1.8em;
  position: absolute;
  top: 40%;
  width: 1rem;
  transform: scale(1.5);
  z-index: 101;
  color: #fff;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 64em) {
  .slideshow .slide-controls {
    font-size: 1.4em;
    top: 50%;
    opacity: .5;
  }
}

.slideshow .slide-controls:hover {
  opacity: 1;
}

.slideshow .slideshow-prev-slide {
  left: 1em;
  fill: #000;
}

.slideshow .slideshow-next-slide {
  right: 1em;
  fill: #000;
}

.slideshow-bar.trigger {
  opacity: 0;
  transform: translateY(0);
  width: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.slideshow-bar.trigger.reveal {
  opacity: .8;
  transform: translateY(0);
  width: calc(100% - 1rem);
}

@media (min-width: 64em) {
  .slideshow-bar.trigger.reveal {
    width: 87.5%;
  }
}

.signup-modal {
  display: none;
  opacity: 0;
  background: #0062ff;
  width: 100%;
  height: 1vh;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  text-align: center;
  overflow: hidden;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.signup-modal-content {
  padding: 2.5rem 1.5rem 1.5rem;
  margin: auto;
  color: white;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (min-height: 650px) and (orientation: landscape) {
  .signup-modal-content {
    overflow: hidden;
  }
}

.signup-modal-content h2 {
  color: white;
}

.signup-modal-form {
  text-align: center;
}

.signup-modal-close {
  border: none;
  color: white;
  position: absolute;
  top: 1rem;
  right: .5rem;
  background: transparent;
}

@media (min-width: 64em) {
  .signup-modal-close {
    right: 1rem;
  }
}

.signup-modal-close .x {
  display: block;
}

.signup-modal-close svg {
  width: 1.5rem;
}

@media (min-width: 64em) {
  .signup-modal-close svg {
    width: auto;
  }
}

.signup-modal-close path {
  fill: white;
}

.expanded-signup .signup-modal {
  display: block;
  opacity: 1;
}

.expanded-signup .signup-modal-close .label {
  opacity: 0;
}

.signup-modal-content #hub-form {
  margin: auto;
}

.signup-modal-content .form-row {
  max-width: 600px;
  margin: auto;
}

html {
  position: relative;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  text-align: center;
}

body * {
  box-sizing: border-box;
}

#main {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 81.25em) {
  #main {
    padding: 0;
  }
}

H1 {
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 1rem;
  color: #0062ff;
}

h3 {
  margin-bottom: 1rem;
  color: black;
}

.links-grid {
  padding-top: 0;
  max-width: 48em;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .links-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    gap: 1rem;
  }
}

.links-item {
  padding-top: 0;
  margin: 0;
}

@media (min-width: 48em) {
  .links-item {
    width: 50%;
    flex: 1;
  }
}

.links-item-link {
  display: block;
  text-decoration: none;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  color: #000;
  padding: 1.5rem 1rem;
  line-height: 1;
}

.links-item-link:hover {
  background: #000;
  color: #fff;
}

.links-item-link:hover h3, .links-item-link:hover p, .links-item-link:hover .footer-item-cta {
  color: #fff;
}

.links-item-link:hover .links-item-cta {
  border-bottom-color: #FC594E;
}

.links-item h3 {
  margin: 0rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.links-item p {
  margin: .75rem auto;
  display: block;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.links-item-cta {
  transition: 0.3s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: table;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}

.text {
  text-align: left;
  padding: 2rem 1.5rem;
  margin: auto;
}

@media (min-width: 48em) {
  .text {
    max-width: 900px;
  }
}

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

.text p, .text ol, .text ul {
  margin-bottom: 1.5rem;
}

.interior .hero {
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.btn {
  font-weight: 700;
  background-color: #0062ff;
  color: #fff;
  padding: .75rem 1.25rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 0 auto;
  display: inline-block;
}

.btn:hover {
  background: #ff1053;
  padding: .75rem 1.5rem;
}

.btn-group {
  text-align: center;
  padding: 2rem 0;
}

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

.job-item-link {
  color: #0062ff;
  display: block;
  padding: 1rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .job-item-link {
    padding: 1.5rem;
  }
}

.job-item-link:hover {
  background: rgba(0, 0, 0, 0.1);
}

.job-item-title {
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-bottom: 0;
  color: #0062ff;
}

.job-item-location {
  color: black;
  font-weight: 300;
  font-size: 90%;
}

.job-item-teaser {
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  color: black;
  line-height: 1.4;
}

.page-saastos li {
  margin-bottom: 1em;
}

.page-saastos h2 {
  text-align: center;
}

.links {
  display: none;
}
