@import url(https://use.typekit.net/ams6czn.css);
/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
/* stylelint-disable no-empty-source */
/* stylelint-enable no-empty-source */
/* stylelint-disable no-empty-source */
/* stylelint-enable no-empty-source */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 1.875rem;
  line-height: 2.1875rem;
}
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 3.4375rem;
    line-height: 4.375rem;
  }
}

h2,
.h2 {
  font-size: 1.5625rem;
  line-height: 2rem;
}
@media only screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

p,
li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  p,
  li {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

ul {
  margin-top: 0;
  padding-left: 18px;
}
ul li::marker {
  color: #19d3c5;
}

*::selection {
  color: #fff;
  background-color: #000;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg h1,
.wysiwyg .h1 {
  font-size: 1.875rem;
  line-height: 2.1875rem;
}
@media only screen and (min-width: 1024px) {
  .wysiwyg h1,
  .wysiwyg .h1 {
    font-size: 3.4375rem;
    line-height: 4.375rem;
  }
}
.wysiwyg h2,
.wysiwyg .h2 {
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2rem;
  color: #211261;
}
@media only screen and (min-width: 1024px) {
  .wysiwyg h2,
  .wysiwyg .h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.wysiwyg h3,
.wysiwyg .h3 {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.875rem;
  color: #211261;
}
@media only screen and (min-width: 1024px) {
  .wysiwyg h3,
  .wysiwyg .h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.wysiwyg h4,
.wysiwyg .h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 1024px) {
  .wysiwyg h4,
  .wysiwyg .h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.wysiwyg h5,
.wysiwyg .h5 {
  font-size: 1rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 1024px) {
  .wysiwyg h5,
  .wysiwyg .h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.wysiwyg h6,
.wysiwyg .h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .wysiwyg h6,
  .wysiwyg .h6 {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.wysiwyg p,
.wysiwyg li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .wysiwyg p,
  .wysiwyg li {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.wysiwyg a {
  font-weight: 700;
  text-decoration: underline;
  color: #19d3c5;
  transition: color 300ms;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg .btn {
  text-decoration: none;
}
.wysiwyg li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 26px;
}
.wysiwyg ul,
.wysiwyg ol {
  padding: 0;
  list-style-position: inside;
}
.wysiwyg ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.wysiwyg ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #211261;
}
.wysiwyg ol {
  list-style: none;
  counter-reset: counter;
}
.wysiwyg ol li {
  counter-increment: counter;
}
.wysiwyg ol li::before {
  content: counter(counter) ".";
  position: absolute;
  top: 3px;
  left: 0;
}
.wysiwyg img {
  width: 100%;
  height: auto;
}
.wysiwyg ._brlbs-responsive-table {
  text-align: left;
}

*,
::before,
::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "titillium-web", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow-x: hidden;
  margin: 0;
  padding-top: 70px;
  color: #464646;
}
body.wp-admin {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  body.disable-scrolling {
    height: 100vh;
    overflow-y: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  body {
    padding-top: 84px;
  }
}
body.error404 .wysiwyg--container {
  margin-top: 50px;
  margin-bottom: 70px;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.svg-icon-wrapper {
  position: relative;
  display: inline-block;
}

.svg-icon--spinner {
  width: 40px;
  height: 40px;
}
.svg-icon--spinner circle {
  stroke: #000;
}
.svg-icon--logo {
  width: 267px;
  height: 47px;
  fill: #211261;
}

.btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  font-size: inherit;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  display: inline-block;
  min-width: 170px;
  min-height: 46px;
  border-radius: 4px;
  padding: 10px;
  font-family: "titillium-web", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #211261;
  background: #19d3c5;
  cursor: pointer;
}
.btn * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn::after {
  content: ">";
  margin-left: 5px;
  font-family: "titillium-web", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #211261;
}
.btn:hover {
  color: #fff;
  background: #211261;
}
.btn:hover::after {
  color: #fff;
}
.btn--dark-blue {
  color: #fff;
  background-color: #211261;
}
.btn--dark-blue::after {
  color: #fff;
}
.btn--dark-blue:hover, .btn--dark-blue:focus, .btn--dark-blue:active {
  color: #211261;
  background: #19d3c5;
}
.btn--dark-blue:hover::after, .btn--dark-blue:focus::after, .btn--dark-blue:active::after {
  color: #211261;
}
.btn:focus, .btn:active {
  color: #fff;
  background-color: #211261;
}
.btn:focus::after, .btn:active::after {
  color: #fff;
}
.btn--small {
  min-width: 143px;
}
.btn-large {
  min-width: 280px;
  min-height: 60px;
  padding: 15px 10px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.btn--back {
  width: 207px;
}
.btn--back::after {
  content: "<";
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin-top: 0;
}

.container {
  width: 100%;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container {
    max-width: initial;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 599px) {
  .container {
    max-width: initial;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container--default, .container--1280 {
  max-width: calc(1280px + (2 * 16.6666666667vw));
  padding-left: 16.6666666667vw;
  padding-right: 16.6666666667vw;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container--default, .container--1280 {
    max-width: initial;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .container--default, .container--1280 {
    max-width: initial;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.container--1920 {
  max-width: calc(1920px + (2 * 12.5vw));
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container--1920 {
    max-width: initial;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .container--1920 {
    max-width: initial;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.container--1302-sd {
  max-width: calc(1302px + (2 * 16.09375vw));
  padding-left: 16.09375vw;
  padding-right: 16.09375vw;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .container--1302-sd {
    max-width: initial;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container--1302-sd {
    max-width: initial;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .container--1302-sd {
    max-width: initial;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.container--1302 {
  max-width: calc(1302px + (2 * 16.09375vw));
  padding-left: 16.09375vw;
  padding-right: 16.09375vw;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container--1302 {
    max-width: initial;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .container--1302 {
    max-width: initial;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.container--1024 {
  max-width: calc(1024px + (2 * 23.3333333333vw));
  padding-left: 23.3333333333vw;
  padding-right: 23.3333333333vw;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container--1024 {
    max-width: initial;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .container--1024 {
    max-width: initial;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.container--768 {
  max-width: calc(768px + (2 * 30vw));
  padding-left: 30vw;
  padding-right: 30vw;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container--768 {
    max-width: initial;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .container--768 {
    max-width: initial;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.container--320 {
  max-width: calc(320px + (2 * 41.6666666667vw));
  padding-left: 41.6666666667vw;
  padding-right: 41.6666666667vw;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .container--320 {
    max-width: initial;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 599px) {
  .container--320 {
    max-width: initial;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container--wysiwyg {
  padding-right: 33.33%;
}

@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .team-member {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "button button" "image summary";
    gap: 44px 140px;
    padding-top: 124px;
    padding-bottom: 104px;
  }
}
@media only screen and (min-width: 1920px) {
  .team-member {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "button button" "image summary";
    gap: 44px 140px;
    padding-top: 124px;
    padding-bottom: 104px;
  }
}
@media only screen and (max-width: 599px) {
  .team-member {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member {
    padding-top: 50px;
  }
}
.team-member__button-container {
  grid-area: button;
}
@media only screen and (max-width: 599px) {
  .team-member__button-container {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member__button-container {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .team-member__img-container {
    grid-area: image;
    aspect-ratio: 1/1;
    max-width: 414px;
  }
}
@media only screen and (min-width: 1920px) {
  .team-member__img-container {
    grid-area: image;
    aspect-ratio: 1/1;
    max-width: 414px;
  }
}
@media only screen and (max-width: 599px) {
  .team-member__img-container {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member__img-container {
    width: 100%;
    height: 300px;
  }
}
.team-member__img-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member__content {
  grid-area: summary;
}
@media only screen and (max-width: 599px) {
  .team-member__content {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member__content {
    margin-top: 20px;
  }
}
.team-member__title {
  margin-bottom: 25px;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #211261;
}
@media only screen and (max-width: 599px) {
  .team-member__title {
    font-size: 2.1875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member__title {
    margin-bottom: 20px;
  }
}
.team-member__subtitle {
  margin: 25px 0 40px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #19d3c5;
}
@media only screen and (max-width: 599px) {
  .team-member__subtitle {
    margin: 15px 0 20px;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member__subtitle {
    margin: 15px 0 30px;
  }
}
.team-member__linkedin {
  position: relative;
  display: inline-block;
  height: 50px;
  border: 1px solid #19d3c5;
  border-radius: 50px;
  margin-bottom: 66px;
  padding: 12px 19px 10px 50px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  color: #19d3c5;
}
@media only screen and (max-width: 599px) {
  .team-member__linkedin {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member__linkedin {
    margin-bottom: 30px;
  }
}
.team-member__linkedin img {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 34px;
  height: 34px;
}
@media only screen and (max-width: 599px) {
  .team-member__text {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member__text {
    margin-bottom: 30px;
  }
}

body.single-post,
body.single-event {
  background: rgba(220, 217, 222, 0.2);
}

.event {
  display: grid;
  grid-template-columns: 1fr 416px;
  gap: 33px;
  padding-top: 124px;
  padding-bottom: 104px;
}
@media only screen and (max-width: 599px) {
  .event {
    display: block;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .event {
    display: block;
    padding-top: 50px;
  }
}
.event__main-image {
  overflow: hidden;
  margin-bottom: 140px;
}
@media only screen and (max-width: 599px) {
  .event__main-image {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .event__main-image {
    margin-bottom: 20px;
  }
}
.event__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event__title {
  margin-bottom: 80px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.1875rem;
  color: #211261;
}
@media only screen and (max-width: 599px) {
  .event__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .event__title {
    margin-bottom: 40px;
  }
}
.event__meta {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: #464646;
}
.event__seperator {
  margin-left: 10px;
  letter-spacing: 0.3125rem;
  color: #40e2d0;
}
.event__sidebar {
  width: 100%;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .event__sidebar {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 599px) {
  .event__sidebar {
    margin-top: 150px;
  }
}
.event__book-btn {
  margin-top: 80px;
}
.event__side-title {
  margin-bottom: 30px;
  padding: 32px 40px;
  font-size: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  color: white;
  background: linear-gradient(90deg, #19d3c5 0%, #211261 100%);
}
@media only screen and (max-width: 599px) {
  .event__side-title {
    padding: 10px 20px;
    font-size: 1.125rem;
  }
}

.single-event {
  background: rgba(220, 217, 222, 0.2);
}

.related-event {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  background-color: #fff;
}
.related-event a {
  text-decoration: none;
}
.related-event__image {
  margin: 10px 0;
  background: #d0cee1;
}
@media only screen and (max-width: 599px) {
  .related-event__image {
    height: 200px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .related-event__image {
    height: 200px;
    overflow: hidden;
  }
}
.related-event__image img {
  width: 100%;
  height: 245px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 599px) {
  .related-event__image img {
    overflow: hidden;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .related-event__image img {
    overflow: hidden;
  }
}
.related-event__content {
  position: relative;
  padding: 34px 34px 54px;
  background-color: white;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .related-event__content {
    height: 416px;
  }
}
@media only screen and (min-width: 1920px) {
  .related-event__content {
    height: 416px;
  }
}
@media only screen and (max-width: 599px) {
  .related-event__content {
    margin-top: 25px;
    padding: 25px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .related-event__content {
    margin-top: 25px;
    padding: 25px;
    padding-bottom: 100px;
  }
}
.related-event__title {
  margin-top: 20px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.1875rem;
  text-decoration: none;
  color: #211261;
}
.related-event__buttons {
  position: absolute;
  bottom: 35px;
  left: 34px;
  right: 34px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
@media only screen and (max-width: 599px) {
  .related-event__buttons {
    bottom: 25px;
    left: 25px;
  }
  .related-event__buttons a {
    min-width: 115px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .related-event__buttons {
    bottom: 25px;
    left: 25px;
  }
  .related-event__buttons a {
    min-width: 115px;
    font-size: 1rem;
  }
}
.related-event__excerpt {
  height: 47px;
  overflow: hidden;
  margin-top: 50px;
}
@media only screen and (max-width: 599px) {
  .related-event__excerpt {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .related-event__excerpt {
    margin-top: 20px;
  }
}

.wp-block-table table {
  border-collapse: separate;
  border-spacing: 24px 0;
  margin-left: -24px;
}
.wp-block-table td {
  vertical-align: top;
  border: 0;
  padding: 15px 0 16px;
  font-size: 1.125rem;
}
.wp-block-table tr td {
  border-bottom: 1px solid #211261;
}
.wp-block-table tr:first-child td {
  border-width: 3px;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}
.wp-block-table tr:last-child td {
  border-bottom: 0;
}

.site-footer {
  position: relative;
  padding: 65px 0 30px;
  color: #fff;
  background: #211261;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding: 114px 0 109px;
  }
}
.site-footer .footer-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 57px;
}
@media only screen and (min-width: 1024px) {
  .site-footer .footer-top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer .footer-top .social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-top .social-media {
    margin-bottom: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .site-footer .footer-top .social-media {
    justify-content: flex-start;
  }
}
.site-footer .footer-top .social-media > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  margin-right: 13px;
}
.site-footer .footer-top .social-media > a:last-child {
  margin-right: 0;
}
.site-footer .footer-top .social-media > a img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .footer-top .company-info {
  order: 2;
  max-width: 275px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .site-footer .footer-top .company-info {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .site-footer .footer-top .company-info {
    order: 1;
    width: 303px;
    margin: 0;
    padding-right: 20px;
    text-align: left;
  }
}
.site-footer .footer-top .company-info p {
  margin-bottom: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.site-footer .footer-top .company-info p strong {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-top .company-info p {
    font-size: 1rem;
    font-weight: 400;
  }
}
.site-footer .footer-top .footer-navigation {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: 1;
  width: 100%;
  border-bottom: 1px solid #19d3c5;
  margin-bottom: 65px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-top .footer-navigation {
    flex-direction: row;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .site-footer .footer-top .footer-navigation {
    justify-content: flex-end;
    order: 2;
    width: auto;
    margin-bottom: 0;
  }
}
.site-footer .footer-top .footer-navigation #menu-footer-menu,
.site-footer .footer-top .footer-navigation .menu {
  display: flex;
  flex-direction: column;
  margin: 0 0 65px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-top .footer-navigation #menu-footer-menu,
  .site-footer .footer-top .footer-navigation .menu {
    flex-direction: row;
    margin: 0;
  }
}
.site-footer .footer-top .footer-navigation #menu-footer-menu li,
.site-footer .footer-top .footer-navigation .menu li {
  margin-bottom: 18px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
.site-footer .footer-top .footer-navigation #menu-footer-menu li:last-child,
.site-footer .footer-top .footer-navigation .menu li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-top .footer-navigation #menu-footer-menu li,
  .site-footer .footer-top .footer-navigation .menu li {
    margin-bottom: 0;
    margin-right: 30px;
    text-align: left;
  }
  .site-footer .footer-top .footer-navigation #menu-footer-menu li:last-child,
  .site-footer .footer-top .footer-navigation .menu li:last-child {
    margin-right: 0;
  }
}
.site-footer .footer-top .footer-navigation #menu-footer-menu li a,
.site-footer .footer-top .footer-navigation .menu li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-top .footer-navigation .btn {
    margin-left: 30px;
  }
}
.site-footer .footer-top .footer-navigation .btn:hover, .site-footer .footer-top .footer-navigation .btn:focus, .site-footer .footer-top .footer-navigation .btn:active {
  color: #211261;
  background-color: #fff;
}
.site-footer .footer-top .footer-navigation .btn:hover::after, .site-footer .footer-top .footer-navigation .btn:focus::after, .site-footer .footer-top .footer-navigation .btn:active::after {
  color: #211261;
}
.site-footer .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #19d3c5;
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-bottom {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.site-footer .footer-bottom .copyright-text {
  max-width: 247px;
  margin-bottom: 12px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .site-footer .footer-bottom .copyright-text {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-bottom .copyright-text {
    max-width: 56%;
    margin-bottom: 0;
    padding-right: 20px;
    font-size: 1rem;
    text-align: left;
  }
}
.site-footer .footer-bottom .copyright-text p {
  display: inline;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-bottom .copyright-text p {
    font-size: 1rem;
  }
}
.site-footer .footer-bottom .copyright-text a {
  text-decoration: none;
  color: #fff;
}
.site-footer .footer-bottom .footer-links {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-bottom .footer-links li {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-bottom .footer-links li {
    font-size: 1rem;
  }
}
.site-footer .footer-bottom .footer-links li:last-child span {
  display: none;
}
.site-footer .footer-bottom .footer-links li span {
  padding: 0 12px 0 10px;
}
.site-footer .footer-bottom .footer-links li a {
  text-decoration: none;
  color: #fff;
}

.gradient-strip {
  position: relative;
  width: 100%;
}
.gradient-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 26px;
  background: linear-gradient(90deg, #19d3c5 0%, #211261 100%);
}

.cta-popup {
  position: fixed;
  top: auto;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  max-width: 410px;
  border: 3px solid #22165f;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  background: #fff;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-popup {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 599px) {
  .cta-popup {
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    max-width: 100%;
  }
}
.cta-popup__header {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  padding: 18px 25px;
  background: #22165f;
  gap: 20px;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-popup__header {
    grid-template-columns: 32px 1fr;
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 599px) {
  .cta-popup__header {
    grid-template-columns: 22px 1fr;
    padding: 10px 15px;
  }
}
.cta-popup__icon {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-popup__icon {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .cta-popup__icon {
    width: 22px;
    height: 22px;
  }
}
.cta-popup__icon img {
  width: 100%;
  height: auto;
}
.cta-popup__title {
  margin: 0;
  font-size: 1.625rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-popup__title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .cta-popup__title {
    font-size: 1.25rem;
  }
}
.cta-popup__body {
  padding: 25px;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-popup__body {
    padding: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .cta-popup__body {
    padding: 15px;
  }
}
.cta-popup__text p {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #000;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-popup__text p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 599px) {
  .cta-popup__text p {
    font-size: 1rem;
  }
}
.cta-popup__text p:last-child {
  margin-bottom: 0;
}
.cta-popup__btn {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  border: 3px solid #19d3c5;
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 10px 25px;
  font-weight: 700;
  text-align: left;
  color: #19d3c5;
  background-color: #fff;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-popup__btn {
    margin-top: 20px;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 599px) {
  .cta-popup__btn {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 0.875rem;
  }
}
.cta-popup__btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  color: #19d3c5;
  background-image: url(/app/themes/nexus/dist/img/chevron.svg?a3a4921609cb9f59216b2011965fd338);
  background-size: cover;
}
.cta-popup__btn:hover {
  color: #fff;
  background-color: #19d3c5;
}
.cta-popup__btn:hover::after {
  background-image: url(/app/themes/nexus/dist/img/chevron-white.svg?eb5f28e0cb90465bedc204f3c90056ce);
}
.cta-popup__dismiss {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  font-size: inherit;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "titillium-web", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: left;
  text-decoration: underline;
  color: #000;
  background: none;
}
.cta-popup__dismiss * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.cta-popup__dismiss::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.cta-popup__dismiss:hover {
  text-decoration: none;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-popup__dismiss {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 599px) {
  .cta-popup__dismiss {
    font-size: 0.875rem;
  }
}

dialog::backdrop {
  display: none;
  pointer-events: none;
}

.heading-adv-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.heading-adv-wrapper .heading-adv__weight--light {
  font-weight: 300;
}
.heading-adv-wrapper .heading-adv__weight--regular {
  font-weight: 400;
}
.heading-adv-wrapper .heading-adv__weight--medium {
  font-weight: 500;
}
.heading-adv-wrapper .heading-adv__weight--semibold {
  font-weight: 600;
}
.heading-adv-wrapper .heading-adv__weight--bold {
  font-weight: 700;
}
.heading-adv-wrapper .heading-adv__weight--heavy {
  font-weight: 800;
}
.heading-adv-wrapper .heading-adv__alignment--left {
  text-align: left;
}
.heading-adv-wrapper .heading-adv__alignment--center {
  text-align: center;
}
.heading-adv-wrapper .heading-adv__alignment--right {
  text-align: right;
}

.aparagraph__container .paragraph__weight--light {
  font-weight: 300;
}
.aparagraph__container .paragraph__weight--regular {
  font-weight: 400;
}
.aparagraph__container .paragraph__weight--medium {
  font-weight: 500;
}
.aparagraph__container .paragraph__weight--semibold {
  font-weight: 600;
}
.aparagraph__container .paragraph__weight--bold {
  font-weight: 700;
}
.aparagraph__container .paragraph__weight--heavy {
  font-weight: 800;
}
.aparagraph__container .paragraph__alignment--left {
  text-align: left;
}
.aparagraph__container .paragraph__alignment--center {
  text-align: center;
}
.aparagraph__container .paragraph__alignment--right {
  text-align: right;
}
.aparagraph__container .paragraph a {
  color: inherit;
}
.aparagraph__container .paragraph a:hover {
  text-decoration: none;
}

.header-nav-full {
  position: relative;
  z-index: 2;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s;
}
@media only screen and (max-width: 1280px) {
  .header-nav-full {
    display: none;
  }
}
.header-nav-full__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header-nav-full__content .header-nav-full__logo-link {
  display: block;
  width: 182px;
  height: 60px;
}
.header-nav-full__content .header-nav-full__logo-link img {
  display: block;
  max-height: 60px;
}
.header-nav-full__content .header-nav-full__links-section {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-nav-full__content .header-nav-full__links-section > .btn:not(.search-overlay-trigger-btn) {
  align-self: center;
  padding: 15px 30px 13px;
}
.header-nav-full__content .header-nav-full__links-section > .btn:not(.search-overlay-trigger-btn)::before {
  display: none;
}
.header-nav-full .nav-menu {
  display: flex;
  justify-content: flex-end;
}
.header-nav-full .nav-menu > .nav-menu-item {
  transition: background-color 0.3s;
}
@media only screen and (min-width: 1024px) {
  .header-nav-full .nav-menu > .nav-menu-item > a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 0;
    background: #19d3c5;
    transition: width 0.2s ease;
  }
}
.header-nav-full .nav-menu > .nav-menu-item > a {
  position: relative;
  display: block;
  padding: 32px 16px;
  font-size: 1.125rem;
  letter-spacing: 0.0225rem;
  line-height: 1.25rem;
  text-decoration: none;
  color: #211261;
}
.header-nav-full .nav-menu > .nav-menu-item:hover > a, .header-nav-full .nav-menu > .nav-menu-item.focus > a {
  background: #f7f6f8;
}
.header-nav-full .nav-menu > .nav-menu-item:hover > a::after, .header-nav-full .nav-menu > .nav-menu-item.focus > a::after {
  height: 6px;
}
.header-nav-full .nav-menu__dropdown {
  position: absolute;
  width: auto;
  overflow: hidden;
  margin: auto;
  padding: 16px;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-16px);
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}
.header-nav-full .nav-menu__dropdown > .nav-menu__submenu {
  background: #f7f6f8;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1), -2px 2px 16px rgba(0, 0, 0, 0.1);
}
.header-nav-full .nav-menu-item--mega .nav-menu__submenu[data-depth="2"] > .nav-menu-item > a::before,
.header-nav-full .nav-menu-item--simple .nav-menu__submenu > .nav-menu-item > a::before {
  top: 4px;
}
.header-nav-full .nav-menu-item--simple .nav-menu__submenu {
  border-bottom: 6px solid #19d3c5;
}
.header-nav-full .nav-menu-item--parent {
  display: none;
}
.header-nav-full .nav-menu-item--simple .nav-menu__dropdown {
  max-width: 300px;
  min-width: 242px;
}
.header-nav-full .nav-menu-item--mega .nav-menu__dropdown {
  position: absolute;
}
.header-nav-full .nav-menu-item--mega .nav-menu__dropdown > .nav-menu__submenu {
  display: flex;
  border-bottom: 6px solid #19d3c5;
  padding: 0;
  gap: 0;
}
.header-nav-full .nav-menu-item--mega .nav-menu__dropdown > .nav-menu__submenu a {
  min-width: 242px;
}
.header-nav-full .nav-menu-item--mega .nav-menu__submenu[data-depth="2"] {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  gap: 0;
}
.header-nav-full .nav-menu-item:hover .nav-menu__dropdown {
  opacity: 1;
  visibility: visible;
}

.header-nav-mobile {
  z-index: 0;
  display: none;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 1280px) {
  .header-nav-mobile {
    display: block;
  }
}
.header-nav-mobile__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.header-nav-mobile__buttons {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 599px) {
  .header-nav-mobile__buttons {
    gap: 30px;
  }
}
.header-nav-mobile .search-overlay-trigger-btn {
  width: 25px;
  height: 25px;
  padding: 0;
}
.header-nav-mobile__logo-link {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 0;
}
.header-nav-mobile__logo-link img {
  display: block;
  max-height: 40px;
}
.header-nav-mobile .hamburger-btn {
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url(/app/themes/nexus/dist/img/menu-icon.svg?088023dac4366a3e16deb034f223fcfb);
  background-repeat: no-repeat;
  background-position: center;
}
.header-nav--green .header-nav-mobile {
  background-color: #211261;
}
.header-nav--green .header-nav-mobile .header-nav-mobile__logo-link .svg-icon {
  color: #fff;
}
.header-nav--green .header-nav-mobile .header-nav-mobile__logo-link .svg-icon .svg-symbol {
  fill: #211261;
}
.header-nav--transparent .header-nav-mobile {
  background-color: transparent;
}
.header-nav--transparent .header-nav-mobile .header-nav-mobile__logo-link .svg-icon {
  color: #fff;
}
.header-nav--transparent .header-nav-mobile .header-nav-mobile__logo-link .svg-icon .svg-symbol {
  fill: #211261;
}
.header-nav--transparent .header-nav-mobile .icon--hamburger, .header-nav--transparent .header-nav-mobile .icon--hamburger::before, .header-nav--transparent .header-nav-mobile .icon--hamburger::after {
  background-color: #fff;
}
.header-nav--transparent .header-nav-mobile .search-overlay-trigger-btn {
  color: #fff;
}

.header-nav-mobile-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  overflow: hidden;
  background: #f7f6f8;
  transform: translateX(100%);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-nav-mobile-sidebar.show {
  transform: translateX(0);
}
.header-nav-mobile-sidebar__header, .header-nav-mobile-sidebar__footer {
  flex-shrink: 0;
}
.header-nav-mobile-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 16px;
}
.header-nav-mobile-sidebar__header .sidebar-logo {
  display: block;
  width: 120px;
  height: 40px;
}
.header-nav-mobile-sidebar__header .sidebar-logo img {
  display: block;
  max-height: 100%;
}
.header-nav-mobile-sidebar__header .sidebar-logo .svg-icon {
  width: 100%;
  height: 100%;
}
.header-nav-mobile-sidebar__header .btn--cross {
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 22.27'%3E%3Cdefs%3E%3Cstyle%3E.e976b01e-b823-4a33-afa4-7e423e5efc07%7Bfill:%2319D3C5;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eclose%3C/title%3E%3Cg id='bc0933f0-4035-477f-a26f-3729a5f20fc6' data-name='Layer 2'%3E%3Cg id='ac142a7b-f51d-4aa6-8dfb-c0c4fdfa64fb' data-name='Layer 1'%3E%3Cpath class='e976b01e-b823-4a33-afa4-7e423e5efc07' d='M.4,2.17,19.84,21.61a1.25,1.25,0,1,0,1.77-1.77L2.17.4A1.18,1.18,0,0,0,.4.4,1.18,1.18,0,0,0,.4,2.17Z'/%3E%3Cpath class='e976b01e-b823-4a33-afa4-7e423e5efc07' d='M2.66,21.87,22.1,2.43a1.18,1.18,0,0,0,0-1.77,1.18,1.18,0,0,0-1.77,0L.89,20.1a1.18,1.18,0,0,0,0,1.77A1.18,1.18,0,0,0,2.66,21.87Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.header-nav-mobile-sidebar__header .icon--cross::before, .header-nav-mobile-sidebar__header .icon--cross::after {
  height: 3px;
}
.header-nav-mobile-sidebar__nav {
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 0;
  padding-top: 0;
}
.header-nav-mobile-sidebar__nav .nav-menu-sidebar,
.header-nav-mobile-sidebar__nav .nav-menu__submenu {
  padding: 0 16px;
}
.header-nav-mobile-sidebar__footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 16px 32px;
}
.header-nav-mobile-sidebar__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  transform: translateY(-100%);
}
.header-nav-mobile-sidebar__footer .btn {
  display: block;
  width: 100%;
  max-width: none;
}
.header-nav-mobile-sidebar__footer .btn--previous {
  position: relative;
  border: none;
  padding-left: 34px;
  font-family: "titillium-web", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  color: #211261;
  background-color: transparent;
  transform: translateX(calc(100% + 40px));
  transition: transform 0.3s;
}
.header-nav-mobile-sidebar__footer .btn--previous::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.255' height='18.227' viewBox='0 0 11.255 18.227'%3E%3Cpath id='ic_chevron_left_24px' d='M19.255,8.142,17.113,6,8,15.113l9.113,9.113,2.142-2.142L12.3,15.113Z' transform='translate(19.255 24.227) rotate(180)' fill='%2319d3c5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.header-nav-mobile-sidebar__footer .optional-button {
  padding-top: 9px;
  padding-bottom: 7px;
  font-size: 1.125rem;
  text-align: center;
}
.header-nav-mobile-sidebar.is-navigating-menu .header-nav-mobile-sidebar__footer .btn--previous {
  opacity: 1;
  transform: translateX(0);
}

.header-nav-mobile-sidebar .nav-menu-sidebar {
  position: relative;
  transition: transform 0.3s;
}
.header-nav-mobile-sidebar .nav-menu-sidebar .nav-menu-item--header-link {
  flex-grow: 0;
}
.header-nav-mobile-sidebar .nav-menu-sidebar .nav-menu-item--header-link + .nav-menu-item--header-link {
  position: relative;
  margin-top: 0;
  padding-top: 0;
}
.header-nav-mobile-sidebar .nav-menu-sidebar .nav-menu-item:not(.nav-menu-item--header-link) > a {
  position: relative;
  display: inline-block !important;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.3;
}
.header-nav-mobile-sidebar .nav-menu-sidebar > .nav-menu-item {
  border-bottom: 1px solid #e5e5e5;
}
.header-nav-mobile-sidebar .nav-menu-sidebar > .nav-menu-item.nav-menu-item--has-children > a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.255' height='18.227' viewBox='0 0 11.255 18.227'%3E%3Cpath id='ic_chevron_left_24px' d='M19.255,8.142,17.113,6,8,15.113l9.113,9.113,2.142-2.142L12.3,15.113Z' transform='translate(19.255 24.227) rotate(180)' fill='%2319d3c5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
}
.header-nav-mobile-sidebar .nav-menu-sidebar .nav-menu__submenu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  width: 100%;
  height: 100%;
  padding-bottom: 20px !important;
}
.header-nav-mobile-sidebar .nav-menu-sidebar .nav-menu__submenu.show-submenu {
  display: block;
}
.header-nav-mobile-sidebar .nav-menu-sidebar.mega-menu-mobile-adjustment .nav-menu__submenu > li > a {
  opacity: 0;
}
.header-nav-mobile-sidebar .nav-menu-sidebar.mega-menu-mobile-adjustment .nav-menu__submenu.active-submenu > li > a {
  opacity: 1;
}
.header-nav-mobile-sidebar .nav-menu-sidebar.mega-menu-mobile-adjustment .nav-menu-item--mega .nav-menu__submenu[data-depth="1"].active-submenu .nav-menu__submenu[data-depth="2"] {
  position: relative;
}
.header-nav-mobile-sidebar .nav-menu-sidebar.mega-menu-mobile-adjustment .nav-menu-item--mega .nav-menu__submenu[data-depth="1"].active-submenu .nav-menu__submenu[data-depth="2"] .nav-menu-item {
  border-bottom: 1px solid #e5e5e5;
}
.header-nav-mobile-sidebar .nav-menu-sidebar.mega-menu-mobile-adjustment .nav-menu-item--mega .nav-menu__submenu[data-depth="1"].active-submenu .nav-menu__submenu[data-depth="2"] > li > a {
  opacity: 1;
}
.header-nav-mobile-sidebar .nav-menu-sidebar .nav-menu-item--mega .nav-menu__submenu[data-depth="2"] {
  left: 0;
  display: block;
  padding: 0;
}

.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
}
#wpadminbar {
  position: fixed;
}

.admin-bar .header-nav {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .header-nav {
    top: 46px;
  }
}
.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav .nav-menu-item > a {
  position: relative;
  display: block;
  padding: 16px 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  color: #211261;
}
.header-nav .nav-menu-item > a:hover {
  background: #efedf0;
}
@media only screen and (min-width: 1024px) {
  .header-nav .nav-menu-item > a {
    padding: 16px;
  }
}
.header-nav .nav-menu-item--view-more a {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: underline;
  text-transform: uppercase;
}
.header-nav .nav-menu-item--header-link {
  flex-basis: 0;
  flex-grow: 1;
}
.header-nav .nav-menu-item--header-link > span,
.header-nav .nav-menu-item--header-link > a {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  line-height: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.header-nav .nav-menu-item--header-link > span:hover,
.header-nav .nav-menu-item--header-link > a:hover {
  background: transparent;
}
.header-nav .nav-menu-item--header-link > span {
  cursor: default;
}

/* stylelint-disable no-empty-source */
/* stylelint-enable no-empty-source */
.ind-cell {
  display: grid;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .ind-cell {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 54px 20px;
    grid-template-areas: "summary image" "buttons buttons";
    padding-top: 124px;
    padding-bottom: 104px;
  }
}
@media only screen and (min-width: 1920px) {
  .ind-cell {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 54px 20px;
    grid-template-areas: "summary image" "buttons buttons";
    padding-top: 124px;
    padding-bottom: 104px;
  }
}
@media only screen and (max-width: 599px) {
  .ind-cell {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "image" "summary" "buttons";
    width: 100%;
    padding-top: 80px;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .ind-cell {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "image" "summary" "buttons";
    width: 100%;
    padding-top: 80px;
    padding-bottom: 45px;
  }
}
.ind-cell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 26px;
  background: linear-gradient(90deg, #19d3c5 0%, #211261 100%);
}
.ind-cell__summary {
  grid-area: summary;
}
.ind-cell__summary .ind-cell__title {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #211261;
}
.ind-cell__summary .ind-cell__text {
  padding-right: 40px;
}
.ind-cell__summary .ind-cell__text a {
  color: #464646;
}
.ind-cell__summary .ind-cell__text ul,
.ind-cell__summary .ind-cell__text ol {
  padding-left: 30px;
}
.ind-cell__summary .ind-cell__text,
.ind-cell__summary .ind-cell__text p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5625rem;
  color: #464646;
}
.ind-cell__title {
  margin-bottom: 45px;
  font-size: 1.875rem;
}
.ind-cell__image {
  position: relative;
  padding: 50px 100px;
  grid-area: image;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .ind-cell__image {
    width: 50%;
    margin: 0 auto 50px;
    padding: 25px 50px;
  }
}
@media only screen and (max-width: 599px) {
  .ind-cell__image {
    width: 80%;
    margin: 0 auto 50px;
    padding: 15px 10px;
  }
}
.ind-cell__image-plus::before, .ind-cell__image-plus::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #dcd9de;
}
@media only screen and (max-width: 599px) {
  .ind-cell__image-plus::before, .ind-cell__image-plus::after {
    width: 50px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .ind-cell__image-plus::before, .ind-cell__image-plus::after {
    width: 50px;
  }
}
.ind-cell__image-plus::after {
  transform: rotate(90deg);
  transform-origin: center center;
}
.ind-cell__image-plus--top-left::before, .ind-cell__image-plus--top-left::after {
  top: 0;
  left: -40px;
}
.ind-cell__image-plus--top-right::before, .ind-cell__image-plus--top-right::after {
  top: 0;
  right: -40px;
}
.ind-cell__image-plus--bottom-left::before, .ind-cell__image-plus--bottom-left::after {
  bottom: 0;
  left: -40px;
}
.ind-cell__image-plus--bottom-right::before, .ind-cell__image-plus--bottom-right::after {
  bottom: 0;
  right: -40px;
}
.ind-cell__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ind-cell__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
  grid-area: buttons;
}
.ind-cell__button {
  display: block;
  min-width: 192px;
  border-radius: 4px;
  margin: 0 15px 15px;
  padding: 6px 15px;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  color: white;
  background: #19d3c5;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .member {
    perspective: 1000px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .member {
    perspective: 1000px;
  }
}
@media only screen and (min-width: 1920px) {
  .member {
    perspective: 1000px;
  }
}
@media only screen and (max-width: 599px) {
  .member {
    width: 245px;
    height: 360px;
    margin: 0 50px;
  }
}
.member--flipped .member__inner {
  transform: rotateY(180deg);
}
.member__inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.member__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 68px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.member--has-button .member__content {
  margin-top: -20px;
  margin-bottom: 0;
}
.member__front, .member__back {
  height: 100%;
  border-radius: 9px;
  padding: 35px;
}
.member__front {
  background-color: #fff;
  backface-visibility: hidden;
}
.member__back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #211261;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.member__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member__button {
  position: relative;
  top: -23px;
  display: block;
  width: 165px;
  min-width: 165px;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  .member__button {
    width: 120px;
    min-width: 120px;
  }
}
.member__linkedin {
  position: relative;
  display: inline-block;
  height: 44px;
  border: 1px solid #19d3c5;
  border-radius: 50px;
  margin-top: 45px;
  margin-bottom: 66px;
  padding: 11px 19px 11px 50px;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.25rem;
  text-decoration: none;
  color: #19d3c5;
}
@media only screen and (max-width: 599px) {
  .member__linkedin {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .member__linkedin {
    margin-bottom: 30px;
  }
}
.member__linkedin img {
  position: absolute;
  top: 4px;
  left: 8px;
  width: 34px;
  height: 34px;
}
.member__image-container {
  position: relative;
  height: auto;
  overflow: hidden;
  border-radius: 9px;
  padding: 113% 0 0;
  pointer-events: none;
}
.member__title {
  margin-top: 10px;
  font-size: 1.25rem;
  letter-spacing: -0.5556;
  line-height: 1.3125rem;
  text-align: center;
  text-transform: uppercase;
  color: #211261;
  pointer-events: none;
}
.member__job-title {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
  color: #595f6f;
  pointer-events: none;
}

.team-member-feed {
  padding-top: 125px;
  padding-bottom: 80px;
  background-color: #d2d4de;
}
@media only screen and (max-width: 599px) {
  .team-member-feed {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member-feed {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.team-member-feed__title {
  margin-bottom: 60px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
  color: #211261;
}
@media only screen and (max-width: 599px) {
  .team-member-feed__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member-feed__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member-feed__flex {
    display: flex;
    justify-content: center;
  }
  .team-member-feed__flex .member {
    width: 304px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .team-member-feed__flex .member:first-child {
    margin-left: 0;
  }
  .team-member-feed__flex .member:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .team-member-feed__flex {
    display: flex;
    justify-content: center;
  }
  .team-member-feed__flex .member {
    width: 304px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .team-member-feed__flex .member:first-child {
    margin-left: 0;
  }
  .team-member-feed__flex .member:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .team-member-feed__flex {
    display: flex;
    justify-content: center;
  }
  .team-member-feed__flex .member {
    width: 304px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .team-member-feed__flex .member:first-child {
    margin-left: 0;
  }
  .team-member-feed__flex .member:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member-feed__flex {
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
  .team-member-feed__flex .member {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .team-member-feed__flex .member:nth-child(odd) {
    margin-right: 30px;
  }
}
.team-member-feed__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member-feed__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .team-member-feed__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.team-member-feed__carousel {
  position: relative;
  outline: none !important;
}
.team-member-feed__carousel .flickity-viewport {
  outline: none;
  cursor: pointer;
}
.team-member-feed__carousel .flickity-button {
  position: absolute;
  display: block;
  width: 82px;
  height: 82px;
  border: none;
  border-radius: 41px;
  background-color: #19d3c5;
  cursor: pointer;
}
.team-member-feed__carousel .flickity-prev-next-button svg {
  position: relative;
  width: 20px;
}
.team-member-feed__carousel .flickity-prev-next-button svg path {
  fill: #fff;
}
.team-member-feed__carousel .flickity-prev-next-button.next {
  top: 135px;
  right: -41px;
}
.team-member-feed__carousel .flickity-prev-next-button.next svg {
  left: -16px;
}
.team-member-feed__carousel .flickity-prev-next-button.previous {
  top: 135px;
  left: -41px;
}
.team-member-feed__carousel .flickity-prev-next-button.previous svg {
  right: -16px;
}
.team-member-feed__carousel .flickity-enabled:focus,
.team-member-feed__carousel .flickity-enabled:focus-visible {
  outline: none;
}
@media only screen and (max-width: 599px) {
  .team-member-feed__carousel {
    display: block;
    height: 360px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.block-homepage-hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 600px;
  overflow: hidden;
  margin-top: 65px;
  margin-bottom: 65px;
}
.block-homepage-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(33, 18, 97, 0) 32.69%, rgba(33, 18, 97, 0.75) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 32.69%, rgba(0, 0, 0, 0.75) 100%);
}
@media only screen and (min-width: 600px) {
  .block-homepage-hero {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .block-homepage-hero {
    height: 52.25vw;
    max-height: 720px;
  }
}
.block-homepage-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-homepage-hero iframe,
.block-homepage-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  min-width: 177.77vh;
  height: 56.25vw;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.block-homepage-hero__slider {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.block-homepage-hero__slider > .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  overflow: hidden;
  margin: 0 auto;
}
.block-homepage-hero__slider .flickity-viewport {
  height: 100%;
  min-height: 100%;
}
.block-homepage-hero__slider .flickity-page-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  padding: 0 50px 20px;
  counter-reset: menucounter;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .block-homepage-hero__slider .flickity-page-dots {
    padding: 0 25px 20px;
  }
}
@media only screen and (max-width: 599px) {
  .block-homepage-hero__slider .flickity-page-dots {
    padding: 0 15px 20px;
    gap: 20px;
  }
}
.block-homepage-hero__slider .flickity-page-dots::-webkit-scrollbar {
  display: none;
}
.block-homepage-hero__slider .flickity-page-dots .dot {
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0;
  padding-top: 20px;
  color: #fff;
  background: transparent;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .block-homepage-hero__slider .flickity-page-dots .dot {
    font-size: 1rem;
  }
}
.block-homepage-hero__slider .flickity-page-dots .dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: #19d3c5;
  transition: none;
}
.block-homepage-hero__slider .flickity-page-dots .dot.is-selected {
  font-weight: 700;
}
.block-homepage-hero__slider .flickity-page-dots .dot.is-selected::after {
  width: 100%;
  transition: width 5s linear;
}
.block-homepage-hero__slider .flickity-page-dots .dot::before {
  content: counter(menucounter, decimal-leading-zero) " ";
  counter-increment: menucounter;
}
.block-homepage-hero__slide-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .block-homepage-hero__slide-item {
    height: 52.25vw;
    max-height: 720px;
  }
}
.block-homepage-hero__slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(33, 18, 97, 0) 32.69%, rgba(33, 18, 97, 0.75) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 32.69%, rgba(0, 0, 0, 0.75) 100%);
}
.block-homepage-hero-row {
  position: relative;
  z-index: 1;
  max-width: 265px;
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .block-homepage-hero-row {
    max-width: 45%;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .block-homepage-hero-row {
    max-width: 504px;
  }
}
.block-homepage-hero-title {
  max-width: 440px;
  margin-bottom: 18px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .block-homepage-hero-title {
    max-width: 440px;
  }
}
.block-homepage-hero-text {
  margin-bottom: 30px;
}
.block-homepage-hero-text p {
  font-size: 1rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .block-homepage-hero-text p {
    font-size: 1.25rem;
  }
}
.block-homepage-hero-text p a {
  color: inherit;
}
.block-homepage-hero-text p a:hover {
  text-decoration: none;
}

/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.block-standard-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  overflow: hidden;
  margin-top: 65px;
  margin-bottom: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.block-standard-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1) translateZ(1px);
}
.block-standard-hero-row {
  text-align: center;
  color: #fff;
}
.block-standard-hero-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(25, 211, 197);
  background: linear-gradient(138deg, rgb(25, 211, 197) 0%, rgb(33, 18, 97) 95%, rgb(33, 18, 97) 100%);
  mix-blend-mode: multiply;
}
.block-standard-hero-subtitle {
  position: relative;
  margin-bottom: 21px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.375rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .block-standard-hero-subtitle {
    margin-bottom: 36px;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.block-standard-hero-title.h1 {
  position: relative;
  text-transform: uppercase;
}

/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.block-quote {
  padding: 64px 0;
}
.block-quote__quote {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  border: 1px solid rgba(181, 183, 220, 0.5);
  border-radius: 8px;
  margin: 0;
  padding: 48px;
  font-weight: 600;
  text-align: center;
  text-align: left;
  color: #211261;
  background-color: #ededf6;
}
.block-quote__quote .wysiwyg p {
  font-size: 1.5rem;
  line-height: 2rem;
}
.block-quote__quote img {
  display: block;
}
@media only screen and (max-width: 599px) {
  .block-quote__quote {
    flex-direction: column;
    padding: 24px;
    gap: 24px;
  }
  .block-quote__quote .wysiwyg p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .block-quote__quote {
    flex-direction: column;
    padding: 24px;
    gap: 24px;
  }
  .block-quote__quote .wysiwyg p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.block-quote__quote blockquote {
  margin: 0;
}

.careers-feed {
  padding-top: 123px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 599px) {
  .careers-feed {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .careers-feed {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.careers-feed__title {
  margin-bottom: 100px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
  color: #211261;
}
@media only screen and (max-width: 599px) {
  .careers-feed__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .careers-feed__title {
    margin-bottom: 40px;
  }
}
.careers-feed__headings {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 12px 20px 15px 25px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #211261;
  background-color: rgba(216, 216, 216, 0.15);
}
@media only screen and (max-width: 599px) {
  .careers-feed__headings {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .careers-feed__headings {
    display: none;
  }
}

.career-listing {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 26px 20px 30px 25px;
  text-decoration: none;
  color: #fff;
  background-color: #19d3c5;
}
.career-listing:last-of-type {
  margin-bottom: 0;
}
.career-listing__mob-title {
  display: inline;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .career-listing__mob-title {
    display: none;
  }
}
@media only screen and (min-width: 1920px) {
  .career-listing__mob-title {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .career-listing {
    display: block;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .career-listing {
    display: block;
  }
}
.career-listing__arrow-cont {
  position: absolute;
  top: 31px;
  right: 35px;
}
.career-listing > * {
  text-decoration: none;
}
.career-listing__job-title {
  font-weight: 700;
}
@media only screen and (max-width: 599px) {
  .career-listing__job-title {
    margin-bottom: 20px;
  }
}

.ddt-container {
  position: relative;
  overflow: hidden;
  background: #211261;
  background: radial-gradient(circle, rgb(2, 0, 36) 0%, rgb(21, 12, 60) 100%);
}
.ddt-container__anim {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .ddt-container__anim {
    bottom: auto;
    height: 1200px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .ddt-container__anim {
    bottom: auto;
    height: 1200px;
  }
}
.ddt-container__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ddt-container__content {
  position: relative;
  z-index: 5;
}

.dd-menu {
  position: relative;
  margin-bottom: 40px;
}

.dd-select {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  border: 1px solid #19d3c5;
  border-bottom: 8px solid #19d3c5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5625rem;
  cursor: pointer;
}
.dd-select--open {
  border-bottom: none;
  background-color: rgba(33, 18, 97, 0.75);
}
.dd-select--open:hover {
  background-color: rgba(25, 211, 197, 0.5);
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .dd-select {
    display: none;
  }
}
@media only screen and (min-width: 1920px) {
  .dd-select {
    display: none;
  }
}

.dd-filters {
  position: relative;
  z-index: 10;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  border: 1px solid #19d3c5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .dd-filters {
    height: 96px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media only screen and (min-width: 1920px) {
  .dd-filters {
    height: 96px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .dd-filters {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    border-top: 1px solid rgba(25, 211, 197, 0.25);
    border-bottom: 8px solid #19d3c5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: rgba(33, 18, 97, 0.75);
    transform: scaleY(0);
    transform-origin: top;
    transition: all 300ms ease-in-out;
  }
  .dd-filters--open {
    transform: scaleY(1);
  }
}
@media only screen and (max-width: 599px) {
  .dd-filters {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    border-top: 1px solid rgba(25, 211, 197, 0.25);
    border-bottom: 8px solid #19d3c5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: rgba(33, 18, 97, 0.75);
    transform: scaleY(0);
    transform-origin: top;
    transition: all 300ms ease-in-out;
  }
  .dd-filters--open {
    transform: scaleY(1);
  }
}
.dd-filters__filter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .dd-filters__filter {
    border-left: 1px solid rgba(25, 211, 197, 0.25);
    border-right: 1px solid rgba(25, 211, 197, 0.25);
  }
}
@media only screen and (min-width: 1920px) {
  .dd-filters__filter {
    border-left: 1px solid rgba(25, 211, 197, 0.25);
    border-right: 1px solid rgba(25, 211, 197, 0.25);
  }
}
@media only screen and (max-width: 599px) {
  .dd-filters__filter {
    height: 54px;
    border-bottom: 1px solid rgba(25, 211, 197, 0.25);
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .dd-filters__filter {
    height: 54px;
    border-bottom: 1px solid rgba(25, 211, 197, 0.25);
  }
}
.dd-filters__filter:hover {
  background-color: rgba(25, 211, 197, 0.5);
}
.dd-filters__filter--active {
  border-bottom: 8px solid #19d3c5;
  background-color: rgba(25, 211, 197, 0.5);
}
@media only screen and (max-width: 599px) {
  .dd-filters__filter--active {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .dd-filters__filter--active {
    display: none;
  }
}
.dd-filters__filter:first-of-type {
  border-left: none;
}
.dd-filters__filter:last-of-type {
  border-right: none;
}

.cell-info {
  position: relative;
  z-index: 100;
  border-radius: 5px;
  margin: 0 150px;
  padding: 25px;
  color: #464646;
  background: #fff;
}
@media only screen and (max-width: 599px) {
  .cell-info {
    position: absolute;
    left: -20px;
    right: -20px;
    margin: 0;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .cell-info {
    position: absolute;
    left: -20px;
    right: -20px;
    margin: 0;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .cell-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100%;
    max-width: 1248px;
  }
}
@media only screen and (min-width: 1920px) {
  .cell-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100%;
    max-width: 1248px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1499px) {
  .cell-info {
    margin: 0;
  }
}
.cell-info__close {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: #19d3c5;
  cursor: pointer;
}
.cell-info__close::before, .cell-info__close::after {
  content: "";
  position: absolute;
  top: 11px;
  width: 4px;
  height: 35px;
  border-radius: 5px;
  background-color: #fff;
}
.cell-info__close::before {
  left: 9px;
  transform: rotate(-45deg);
  transform-origin: top left;
}
.cell-info__close::after {
  right: 9px;
  transform: rotate(45deg);
  transform-origin: top right;
}
.cell-info__left {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(64, 84, 124, 0.25);
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .cell-info__left {
    border-right: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .cell-info__left {
    border-right: 0;
    padding: 0;
  }
}
.cell-info__left img {
  width: 80%;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.cell-info__right {
  padding: 50px 20px 50px 100px;
}
@media only screen and (max-width: 599px) {
  .cell-info__right {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .cell-info__right {
    padding: 25px 20px;
  }
}
.cell-info__title {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #211261;
}
.cell-info__desc {
  margin-bottom: 45px;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .cell-info__desc {
    height: 80%;
    overflow: scroll;
  }
}
@media only screen and (min-width: 1920px) {
  .cell-info__desc {
    height: 80%;
    overflow: scroll;
  }
}
.cell-info__desc ul,
.cell-info__desc ol {
  padding-left: 25px;
}
.cell-info__desc,
.cell-info__desc p {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #464646;
}
.cell-info__desc a {
  color: #464646;
}
.cell-info__button {
  position: relative;
  border: none;
  border-radius: 3px;
  padding: 8px 29px;
  font-family: "titillium-web", sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  color: #fff;
  background-color: #19d3c5;
}
.cell-info__button::after {
  content: ">";
  position: relative;
  bottom: 1px;
  left: 5px;
}

.ddt {
  padding: 100px 0 0;
  color: white;
}
.no-padding-top .ddt {
  padding: 0 !important;
}
.no-padding-bottom .ddt {
  padding: 0 !important;
}
@media only screen and (max-width: 599px) {
  .ddt {
    padding: 40px 0 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .ddt {
    padding: 40px 0 0;
  }
}
.ddt__subtitle {
  margin: 90px 0 40px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.375rem;
  line-height: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 599px) {
  .ddt__subtitle {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .ddt__subtitle {
    margin-bottom: 25px;
    font-size: 1rem;
  }
}
.ddt__title {
  margin-bottom: 100px;
  font-size: 3.4375rem;
  font-weight: 400;
  line-height: 4.0625rem;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 599px) {
  .ddt__title {
    margin-bottom: 60px;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .ddt__title {
    margin-bottom: 60px;
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.ddt__main {
  position: relative;
  height: 1000px;
  margin-left: -100px;
  margin-right: -100px;
}
@media only screen and (min-width: 1024px) and (max-width: 1499px) {
  .ddt__main {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .ddt__main {
    min-height: 1000px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .ddt__main {
    min-height: 1000px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.ddt__main--mobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: auto;
  gap: 30px 60px;
  padding-bottom: 100px;
}
.ddt__main--mobile .ddt__cell {
  position: relative;
  display: grid;
  grid-template-rows: repeat(1fr, 1fr);
  width: auto;
  height: auto;
}
.ddt__main--mobile .ddt__cell .transform-target {
  display: grid;
  grid-template-rows: 150px 90px;
}
.ddt__main--mobile .ddt__cell--inactive {
  display: none;
}
.ddt__cell {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 200px;
  height: 200px;
  cursor: pointer;
}
.ddt__cell--fe {
  transition: all 500ms ease-in-out;
}
.ddt--admin .ddt__cell:hover {
  border: 2px dashed white;
}
.ddt__cell img {
  width: 100%;
  height: calc(100% - 30px);
  -o-object-fit: contain;
     object-fit: contain;
}
.ddt__cell .ddt__cell-name {
  font-size: 1.375rem;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.8125rem;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .ddt__cell .ddt__cell-name {
    white-space: normal;
  }
}
.ddt__cell--inactive {
  z-index: 1 !important;
}
.ddt__cell--inactive .transform-target {
  opacity: 0.6;
  transform: scale(0.3);
}

/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.single-career-border {
  width: 100%;
  height: 26px;
  background: rgb(25, 211, 197);
  background: linear-gradient(138deg, rgb(25, 211, 197) 0%, rgb(33, 18, 97) 95%, rgb(33, 18, 97) 100%);
}
.single-career-wrapper {
  padding: 60px 0;
  background-color: rgba(220, 217, 222, 0.2);
}
@media only screen and (min-width: 1024px) {
  .single-career-wrapper {
    padding: 140px 0;
  }
}
.single-career-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .single-career-row {
    flex-wrap: nowrap;
  }
}
.single-career-content {
  order: 2;
}
@media only screen and (min-width: 1024px) {
  .single-career-content {
    flex: 1;
    order: 1;
    padding-right: 52px;
  }
}
.single-career-content h1 {
  margin-bottom: 20px;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 2rem;
  color: #211261;
}
@media only screen and (min-width: 1024px) {
  .single-career-content h1 {
    margin-bottom: 38px;
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
.single-career-content h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #211261;
}
@media only screen and (min-width: 1024px) {
  .single-career-content h3 {
    margin-top: 58px;
    font-size: 1.5625rem;
    line-height: 2rem;
  }
}
.single-career-content p {
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .single-career-content p {
    margin-bottom: 32px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.single-career-content p:last-child {
  margin-bottom: 0;
}
.single-career-sidebar {
  order: 1;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 20px 5px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .single-career-sidebar {
    order: 2;
    width: 416px;
    padding: 40px 40px 5px;
  }
}
.single-career-sidebar span {
  display: block;
}
.single-career-sidebar .title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #211261;
}
@media only screen and (min-width: 1024px) {
  .single-career-sidebar .title {
    font-size: 1.5625rem;
    line-height: 2rem;
  }
}
.single-career-sidebar .value {
  margin-bottom: 35px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .single-career-sidebar .value {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.single-career-form {
  padding: 60px 0;
}
@media only screen and (min-width: 1024px) {
  .single-career-form {
    padding: 140px 0;
  }
}
.single-career-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.single-career-form-text {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .single-career-form-text {
    width: 50%;
    max-width: 550px;
    padding-right: 22px;
    text-align: left;
  }
}
.single-career-form-text .h2 {
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.875rem;
  color: #211261;
}
.single-career-form-text p {
  margin-bottom: 25px;
  line-height: 1.5625rem;
}
.single-career-form-content {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-career-form-content {
    width: 50%;
    max-width: 636px;
  }
}
.single-career-form .gform_wrapper {
  padding: 26px 22px 0;
  background-color: rgba(220, 217, 222, 0.3);
}
@media only screen and (min-width: 1024px) {
  .single-career-form .gform_wrapper {
    padding: 27px 29px 0;
  }
}
.single-career-form .gform_wrapper .gform_required_legend {
  display: none;
}
.single-career-form .gform_wrapper.gravity-theme .visible-label-mobile .gfield_label {
  display: block;
}
.single-career-form .gform_wrapper.gravity-theme .gfield_label {
  display: none;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #211261;
}
@media only screen and (min-width: 768px) {
  .single-career-form .gform_wrapper.gravity-theme .gfield_label {
    display: block;
  }
}
.single-career-form .gform_wrapper.gravity-theme input[type=text],
.single-career-form .gform_wrapper.gravity-theme input[type=password],
.single-career-form .gform_wrapper.gravity-theme input[type=email],
.single-career-form .gform_wrapper.gravity-theme input[type=url],
.single-career-form .gform_wrapper.gravity-theme input[type=date],
.single-career-form .gform_wrapper.gravity-theme input[type=month],
.single-career-form .gform_wrapper.gravity-theme input[type=time],
.single-career-form .gform_wrapper.gravity-theme input[type=datetime],
.single-career-form .gform_wrapper.gravity-theme input[type=datetime-local],
.single-career-form .gform_wrapper.gravity-theme input[type=week],
.single-career-form .gform_wrapper.gravity-theme input[type=number],
.single-career-form .gform_wrapper.gravity-theme input[type=search],
.single-career-form .gform_wrapper.gravity-theme input[type=tel],
.single-career-form .gform_wrapper.gravity-theme input[type=color],
.single-career-form .gform_wrapper.gravity-theme textarea,
.single-career-form .gform_wrapper.gravity-theme select {
  border: none;
  border-radius: 4px;
  padding: 5px 10px 5px 12px;
  font-family: "titillium-web", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5625rem;
  color: #464646;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .single-career-form .gform_wrapper.gravity-theme input[type=text],
  .single-career-form .gform_wrapper.gravity-theme input[type=password],
  .single-career-form .gform_wrapper.gravity-theme input[type=email],
  .single-career-form .gform_wrapper.gravity-theme input[type=url],
  .single-career-form .gform_wrapper.gravity-theme input[type=date],
  .single-career-form .gform_wrapper.gravity-theme input[type=month],
  .single-career-form .gform_wrapper.gravity-theme input[type=time],
  .single-career-form .gform_wrapper.gravity-theme input[type=datetime],
  .single-career-form .gform_wrapper.gravity-theme input[type=datetime-local],
  .single-career-form .gform_wrapper.gravity-theme input[type=week],
  .single-career-form .gform_wrapper.gravity-theme input[type=number],
  .single-career-form .gform_wrapper.gravity-theme input[type=search],
  .single-career-form .gform_wrapper.gravity-theme input[type=tel],
  .single-career-form .gform_wrapper.gravity-theme input[type=color],
  .single-career-form .gform_wrapper.gravity-theme textarea,
  .single-career-form .gform_wrapper.gravity-theme select {
    padding: 14px 10px 14px 17px;
    font-size: 1.25rem;
  }
}
.single-career-form .gform_wrapper.gravity-theme input[type=text]::placeholder,
.single-career-form .gform_wrapper.gravity-theme input[type=password]::placeholder,
.single-career-form .gform_wrapper.gravity-theme input[type=email]::placeholder,
.single-career-form .gform_wrapper.gravity-theme input[type=url]::placeholder,
.single-career-form .gform_wrapper.gravity-theme input[type=date]::placeholder,
.single-career-form .gform_wrapper.gravity-theme input[type=month]::placeholder,
.single-career-form .gform_wrapper.gravity-theme input[type=time]::placeholder,
.single-career-form .gform_wrapper.gravity-theme input[type=datetime]::placeholder,
.single-career-form .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
.single-career-form .gform_wrapper.gravity-theme input[type=week]::placeholder,
.single-career-form .gform_wrapper.gravity-theme input[type=number]::placeholder,
.single-career-form .gform_wrapper.gravity-theme input[type=search]::placeholder,
.single-career-form .gform_wrapper.gravity-theme input[type=tel]::placeholder,
.single-career-form .gform_wrapper.gravity-theme input[type=color]::placeholder,
.single-career-form .gform_wrapper.gravity-theme textarea::placeholder,
.single-career-form .gform_wrapper.gravity-theme select::placeholder {
  color: #dcd9de;
}
.single-career-form .gform_wrapper.gravity-theme input[type=text]:focus,
.single-career-form .gform_wrapper.gravity-theme input[type=password]:focus,
.single-career-form .gform_wrapper.gravity-theme input[type=email]:focus,
.single-career-form .gform_wrapper.gravity-theme input[type=url]:focus,
.single-career-form .gform_wrapper.gravity-theme input[type=date]:focus,
.single-career-form .gform_wrapper.gravity-theme input[type=month]:focus,
.single-career-form .gform_wrapper.gravity-theme input[type=time]:focus,
.single-career-form .gform_wrapper.gravity-theme input[type=datetime]:focus,
.single-career-form .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.single-career-form .gform_wrapper.gravity-theme input[type=week]:focus,
.single-career-form .gform_wrapper.gravity-theme input[type=number]:focus,
.single-career-form .gform_wrapper.gravity-theme input[type=search]:focus,
.single-career-form .gform_wrapper.gravity-theme input[type=tel]:focus,
.single-career-form .gform_wrapper.gravity-theme input[type=color]:focus,
.single-career-form .gform_wrapper.gravity-theme textarea:focus,
.single-career-form .gform_wrapper.gravity-theme select:focus {
  outline: 1px solid #19d3c5;
}
.single-career-form .gform_wrapper.gravity-theme select {
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
          appearance: none;
}
.single-career-form .gform_wrapper.gravity-theme textarea,
.single-career-form .gform_wrapper.gravity-theme textarea.large {
  height: 130px;
}
@media only screen and (min-width: 768px) {
  .single-career-form .gform_wrapper.gravity-theme textarea,
  .single-career-form .gform_wrapper.gravity-theme textarea.large {
    height: 224px;
  }
}
.single-career-form .gform_wrapper.gravity-theme .gfield.submit {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .single-career-form .gform_wrapper.gravity-theme .gfield.submit {
    text-align: right;
  }
}
.single-career-form .gform_wrapper.gravity-theme .gfield_html {
  align-self: center;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25rem;
  color: #464646;
}
@media only screen and (min-width: 1024px) {
  .single-career-form .gform_wrapper.gravity-theme .gfield_html {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.single-career-form .gform_wrapper.gravity-theme .gfield_html a {
  text-decoration: underline;
  color: #464646;
  text-decoration-thickness: 1px;
}
.single-career-form .gform_wrapper.gravity-theme .gfield_html a:hover {
  text-decoration: none;
}
.single-career-form .gform_wrapper.gravity-theme .gfield.checkbox .ginput_container input[type=checkbox] {
  display: none;
}
.single-career-form .gform_wrapper.gravity-theme .gfield.checkbox .ginput_container label {
  position: relative;
  margin-bottom: 10px;
  padding-left: 36px;
  font-size: 1.125rem;
  color: #211261;
  cursor: pointer;
}
.single-career-form .gform_wrapper.gravity-theme .gfield.checkbox .ginput_container label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #19d3c5;
  border-radius: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.single-career-form .gform_wrapper.gravity-theme .gfield.checkbox input[type=checkbox]:checked + label::before {
  background-color: #19d3c5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 10.438 7.411'%3E%3Cpath id='Icon_feather-check' data-name='Icon feather-check' d='M15.023,9l-6.2,6.2L6,12.384' transform='translate(-5.293 -8.293)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
}
.single-career-form .gform_wrapper.gravity-theme .gfield.radio .ginput_container input[type=radio] {
  display: none;
}
.single-career-form .gform_wrapper.gravity-theme .gfield.radio .ginput_container label {
  position: relative;
  margin-bottom: 10px;
  padding-left: 36px;
  font-size: 1.125rem;
  color: #211261;
  cursor: pointer;
}
.single-career-form .gform_wrapper.gravity-theme .gfield.radio .ginput_container label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #19d3c5;
  border-radius: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.single-career-form .gform_wrapper.gravity-theme .gfield.radio .ginput_container label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.single-career-form .gform_wrapper.gravity-theme .gfield.radio input[type=radio]:checked + label::after {
  display: block;
  background-color: #19d3c5;
}
.single-career-form .gform_wrapper.gravity-theme .gform-button,
.single-career-form .gform_wrapper.gravity-theme .gform_button {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 4px;
  padding: 15px 10px;
  padding: 10px;
  font-family: "titillium-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #19d3c5;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .single-career-form .gform_wrapper.gravity-theme .gform-button,
  .single-career-form .gform_wrapper.gravity-theme .gform_button {
    max-width: 280px;
  }
}
.single-career-form .gform_wrapper.gravity-theme .gform-button:hover,
.single-career-form .gform_wrapper.gravity-theme .gform_button:hover {
  background: linear-gradient(90deg, #19d3c5 0%, #2cebd6 100%);
}
.single-career-form .gform_wrapper.gravity-theme .gform-button:focus, .single-career-form .gform_wrapper.gravity-theme .gform-button:active,
.single-career-form .gform_wrapper.gravity-theme .gform_button:focus,
.single-career-form .gform_wrapper.gravity-theme .gform_button:active {
  background-color: #211261;
}
.single-career-form .gform_confirmation_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.single-career-form .gform_anchor {
  position: absolute;
  top: -140px;
}
.single-career-form .gform_drop_area {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  border: none !important;
  border-radius: 4px !important;
  padding: 8px !important;
  background: #fff !important;
}
.single-career-form .gform_drop_area .gform_drop_instructions {
  display: none !important;
  margin-bottom: 0 !important;
}
.single-career-form .ginput_container_fileupload .gform_fileupload_rules {
  display: none;
}
.single-career-form .gform_button_select_files {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  font-size: inherit;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border-radius: 4px;
  margin-right: 20px;
  padding: 5px 30px;
  font-family: "titillium-web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #19d3c5;
  cursor: pointer;
}
.single-career-form .gform_button_select_files * {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.single-career-form .gform_button_select_files::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.dev--on {
  position: fixed;
  top: -1px;
  bottom: -1px;
  left: 50%;
  z-index: 9999;
  height: calc(100% + 2px);
  transform: translateX(-50%);
  pointer-events: none;
}
.dev--on::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #211261;
  background-color: rgba(33, 18, 97, 0.1);
}

/*# sourceMappingURL=style.css.map*/