@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
:root {
  --box-width: 55px;
  --mobile-box-width: 38px;
  --mobile-start: 993px;
}
@media (max-width: 993px) {
  :root {
    --box-width: 38px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: calc(var(--box-width) * 0.75);
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 57px;
  color: #003a5a;
}
@media (max-width: 993px) {
  h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 33px; /* 132% */
    letter-spacing: -0.25px;
  }
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.25px;
  color: #003a5a;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  color: inherit;
}
a:not(.button):hover {
  text-decoration: underline;
}

p,
li {
  margin: 0;
  padding: 0;
}
p + p, p + li,
li + p,
li + li {
  margin-top: calc(var(--box-width) * 1);
}

html {
  background-color: #fff;
  /* for outside the body colour */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden; /* Prevent horizontal overflow */
  height: -webkit-fill-available;
}

body {
  height: 100%;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #3c3c3b;
  font-weight: 350;
}
body.error404 {
  background-color: #83c1cb;
}
body.scrolled {
  border-top: 165px solid #003a5a;
}
@media (max-width: 993px) {
  body.scrolled {
    border-top: 114px solid #003a5a;
  }
}
body.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container,
.constraint {
  margin: 0 auto;
  width: calc(100% - 110px);
  max-width: 1210px;
}
@media (max-width: 993px) {
  .container,
  .constraint {
    width: calc(100% - 55px);
  }
}
.container:not(.header-container) .container,
.container:not(.header-container) .constraint,
.constraint:not(.header-container) .container,
.constraint:not(.header-container) .constraint {
  width: 100%;
  max-width: none;
}

#wpadminbar {
  position: fixed !important;
  max-width: 100vw;
}

picture,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

section {
  padding: var(--box-width) 0;
}
section:not(.no-auto-padding) + section:not(.no-auto-padding) {
  padding-top: 0;
}

/* Logo 
-------------------------------------------- */
.logo {
  max-height: 55px;
  width: auto;
}
.logo svg {
  width: 100%;
  max-height: var(--box-width);
}

/* Contact details 
-------------------------------------------- */
.contact-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--box-width) * 0.25);
}
.contact-detail span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.contact-detail span:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #84c1cc;
  margin-left: 13.75px;
}

/* Social links 
-------------------------------------------- */
.social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  width: var(--box-width);
  height: var(--box-width);
}
.social-link svg {
  width: calc(var(--box-width) * 0.5);
  height: calc(var(--box-width) * 0.5);
}

/* Background wrapper 
-------------------------------------------- */
.background-wrapper {
  position: relative;
}
.background-wrapper.full-blue {
  background-color: #003a5a;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 55px 55px;
}
@media (max-width: 993px) {
  .background-wrapper.full-blue {
    background-size: 38px 38px;
  }
}
@media (hover: hover) {
  .background-wrapper.page-titlearea {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}
.background-wrapper.page-titlearea span.home-design1,
.background-wrapper.page-titlearea span.home-design2 {
  display: block;
  content: "";
  position: absolute;
  height: calc(var(--box-width) + 4px);
  background-color: #003a5a;
}
.background-wrapper.page-titlearea span.home-design1 {
  left: calc(var(--box-width) * 13);
  right: 0;
  bottom: calc(var(--box-width) - 5px);
}
.background-wrapper.page-titlearea span.home-design2 {
  left: calc(var(--box-width) * 3);
  right: 0;
  bottom: -5px;
}
.background-wrapper.design {
  position: relative;
}
.background-wrapper.design.--background-blue span.background-wrapper-design {
  opacity: 0.08;
}
.background-wrapper.design.--background-stone {
  background-color: #f4f0ed;
}
.background-wrapper.design.--background-green span.background-wrapper-design {
  background-image: linear-gradient(to right, #abb10b 1px, transparent 1px), linear-gradient(to bottom, #abb10b 1px, transparent 1px);
}
.background-wrapper.design span.background-wrapper-design {
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 0;
  right: 0;
  height: calc(var(--box-width) + 1px);
  background-image: linear-gradient(to right, #d9d9d9 1px, transparent 1px), linear-gradient(to bottom, #d9d9d9 1px, transparent 1px);
  background-size: var(--box-width) var(--box-width);
}
.background-wrapper.design span.design-top-1 {
  top: 0;
}
.background-wrapper.design span.design-top-2 {
  top: var(--box-width);
  height: calc(var(--box-width) + 1px);
}
.background-wrapper.design span.design-top-3 {
  top: calc(var(--box-width) * 2);
  height: calc(var(--box-width) + 1px);
}
.background-wrapper.design span.design-bottom-1 {
  bottom: calc(var(--box-width) * 2);
}
.background-wrapper.design span.design-bottom-2 {
  bottom: calc(var(--box-width) * 1);
}
.background-wrapper.design span.design-bottom-3 {
  bottom: 0;
}

/* Buttons
-------------------------------------------- */
.button {
  text-align: left;
  background-color: unset;
  border: 0;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button span {
  padding: 0 calc(var(--box-width) * 0.25);
}
.button div.text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 993px) {
  .button div.text {
    font-weight: 800;
  }
}
.button div.arrow {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button div.arrow svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.button--padding-right div.text {
  padding-right: calc(var(--box-width) * 1.5) !important;
}
.button.button--primary {
  min-height: 62px;
  min-width: calc(var(--box-width) * 4.5);
  background-color: #d3d800;
  color: #003a5a;
  border: 2px solid #d3d800;
}
@media (max-width: 993px) {
  .button.button--primary {
    min-height: 57px;
    min-width: unset;
  }
  .button.button--primary div.text {
    padding-right: var(--box-width);
  }
}
.button.button--primary div.arrow {
  width: 55px;
  background-color: #003a5a;
}
.button.button--read-more div.text {
  color: #003a5a;
  -webkit-text-decoration: 2px underline transparent;
          text-decoration: 2px underline transparent;
  text-underline-offset: 4px;
}
.button.button--read-more div.arrow {
  width: 43px;
  height: 43px;
  border: 2px solid #d3d800;
}
.button.button--read-more div.arrow svg path {
  fill: #003a5a;
}
.button.button--read-more.button--reversed svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.button.button--full {
  width: 100%;
  min-height: 57px;
  background-color: #d3d800;
}
.button.button--full div.text {
  padding: 0 30px;
  color: #003a5a;
  -webkit-text-decoration: 2px underline transparent;
          text-decoration: 2px underline transparent;
  text-underline-offset: 4px;
}
.button.button--full div.arrow {
  padding: 0 30px;
}
.button.button--full div.arrow svg path {
  fill: #003a5a;
}
.button.button--outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: var(--box-width);
  border: 2px solid #d3d800;
}
.button.button--outline div.text {
  color: #003a5a;
  padding-right: var(--box-width);
}
.button.button--outline div.arrow {
  width: var(--box-width);
  border-left: 2px solid #d3d800;
}
.button.button--outline div.arrow svg {
  width: calc(var(--box-width) * 0.5);
  height: calc(var(--box-width) * 0.5);
}
.button.button--outline div.arrow svg path {
  fill: #003a5a;
}
.button.button--outline--blue {
  border-color: #003a5a;
}
.button.button--outline--blue div.arrow {
  border-color: #003a5a;
}
.button.button--outline--white {
  border-color: #fff;
}
.button.button--outline--white div.text {
  color: #fff;
}
.button.button--outline--white div.arrow {
  border-color: #fff;
}
.button.button--outline--white div.arrow svg path {
  fill: #fff;
}
.button.button--outline--down div.arrow svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.button.button--close svg {
  width: calc(var(--box-width) * 0.5);
  height: calc(var(--box-width) * 0.5);
}
.button.button--close svg polygon {
  fill: #ffffff;
}

a:hover > .button--primary,
.button--primary:hover {
  background-color: #003a5a;
  color: #d3d800;
}
a:hover > .button--primary div.arrow,
.button--primary:hover div.arrow {
  background-color: #d3d800;
}
a:hover > .button--primary div.arrow svg,
.button--primary:hover div.arrow svg {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
a:hover > .button--primary div.arrow svg path,
.button--primary:hover div.arrow svg path {
  fill: #003a5a;
}

a:hover .button--read-more div.text,
.button--read-more:hover div.text {
  text-decoration-color: #003a5a;
}
a:hover .button--read-more div.arrow,
.button--read-more:hover div.arrow {
  background-color: #d3d800;
}
a:hover .button--read-more div.arrow svg,
.button--read-more:hover div.arrow svg {
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}
a:hover .button--read-more div.arrow svg path,
.button--read-more:hover div.arrow svg path {
  fill: #003a5a;
}
a:hover .button--read-more.button--reversed div.arrow svg,
.button--read-more:hover.button--reversed div.arrow svg {
  -webkit-transform: rotate(180deg) translateX(15%);
          transform: rotate(180deg) translateX(15%);
}

a:hover .button--full div.text,
.button--full:hover div.text {
  text-decoration-color: #003a5a;
}
a:hover .button--full svg,
.button--full:hover svg {
  -webkit-transform: translateX(13.75px);
          transform: translateX(13.75px);
}

a:hover .button--outline div.arrow,
.button--outline:hover div.arrow {
  background-color: #d3d800;
}
a:hover .button--outline div.arrow svg,
.button--outline:hover div.arrow svg {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
a:hover .button--outline.button--outline--blue div.arrow,
.button--outline:hover.button--outline--blue div.arrow {
  background-color: #003a5a;
}
a:hover .button--outline.button--outline--blue div.arrow svg path,
.button--outline:hover.button--outline--blue div.arrow svg path {
  fill: #d3d800;
}
a:hover .button--outline.button--outline--white,
.button--outline:hover.button--outline--white {
  border-color: #d3d800;
}
a:hover .button--outline.button--outline--white div.text,
.button--outline:hover.button--outline--white div.text {
  color: #d3d800;
}
a:hover .button--outline.button--outline--white div.arrow,
.button--outline:hover.button--outline--white div.arrow {
  background-color: unset;
  border-color: #d3d800;
}
a:hover .button--outline.button--outline--white div.arrow svg path,
.button--outline:hover.button--outline--white div.arrow svg path {
  fill: #d3d800;
}
a:hover .button--outline.button--outline--down div.arrow svg,
.button--outline:hover.button--outline--down div.arrow svg {
  -webkit-transform: rotate(90deg) translateX(10%);
          transform: rotate(90deg) translateX(10%);
}

a:hover .button--close div.arrow svg,
.button--close:hover div.arrow svg {
  -webkit-transform: none !important;
          transform: none !important;
}
a:hover .button--close div.arrow svg polygon,
.button--close:hover div.arrow svg polygon {
  fill: #003a5a;
}

/* Splide
-------------------------------------------- */
.splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.splide__pagination {
  position: unset !important;
  padding: 0 !important;
  margin-top: var(--box-width) !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
@media (max-width: 993px) {
  .splide__pagination {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.splide__pagination li:not(:last-child) .splide__pagination__page {
  border-right: 0;
}
.splide__pagination .splide__pagination__page {
  width: var(--box-width);
  height: var(--box-width);
  margin: 0 !important;
  border-radius: 0;
  border: 2px solid #d3d800;
  -webkit-transform: unset !important;
          transform: unset !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.3px;
  opacity: 1 !important;
  color: #003a5a !important;
  background-color: #f4f0ed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 993px) {
  .splide__pagination .splide__pagination__page {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 112% */
    letter-spacing: -0.25px;
  }
}
.splide__pagination .splide__pagination__page:hover {
  background-color: #d3d800;
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: #d3d800;
}

/* Basic content
-------------------------------------------- */
.basic-content {
  font-size: 18px;
  font-style: normal;
}
.basic-content strong {
  font-weight: 700;
}
.basic-content a {
  color: #003a5a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.basic-content a:hover {
  color: #d3d800;
}
.basic-content h1,
.basic-content h2,
.basic-content h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px; /* 116.667% */
  letter-spacing: -0.3px;
}
.basic-content h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px; /* 175% */
  letter-spacing: -0.2px;
}
.basic-content h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.18px;
}
.basic-content h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
.basic-content h1,
.basic-content h2,
.basic-content h3,
.basic-content h4,
.basic-content h5,
.basic-content h6 {
  font-weight: 900;
  color: #003a5a;
}
.basic-content h1 + ul, .basic-content h1 + ol,
.basic-content h2 + ul,
.basic-content h2 + ol,
.basic-content h3 + ul,
.basic-content h3 + ol,
.basic-content h4 + ul,
.basic-content h4 + ol,
.basic-content h5 + ul,
.basic-content h5 + ol,
.basic-content h6 + ul,
.basic-content h6 + ol {
  margin-top: calc(var(--box-width) * -0.25);
}
.basic-content ul,
.basic-content ol,
.basic-content p {
  margin: 0;
}
.basic-content ul__inner,
.basic-content ol__inner,
.basic-content p__inner {
  padding: var(--box-width) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--box-width);
}
@media (max-width: 993px) {
  .basic-content ul__inner,
  .basic-content ol__inner,
  .basic-content p__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}
@media (min-width: 993px) {
  .basic-content ul__inner__logo,
  .basic-content ol__inner__logo,
  .basic-content p__inner__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
  }
}
.basic-content ul__inner + h1, .basic-content ul__inner + h2, .basic-content ul__inner + h3, .basic-content ul__inner + h4, .basic-content ul__inner + h5, .basic-content ul__inner + h6,
.basic-content ol__inner + h1,
.basic-content ol__inner + h2,
.basic-content ol__inner + h3,
.basic-content ol__inner + h4,
.basic-content ol__inner + h5,
.basic-content ol__inner + h6,
.basic-content p__inner + h1,
.basic-content p__inner + h2,
.basic-content p__inner + h3,
.basic-content p__inner + h4,
.basic-content p__inner + h5,
.basic-content p__inner + h6 {
  margin-top: calc(var(--box-width) * 1);
}
.basic-content ul li,
.basic-content ol li,
.basic-content p li {
  margin: 0;
  margin-bottom: calc(var(--box-width) * 0.25);
}
.basic-content ul p + p,
.basic-content ol p + p,
.basic-content p p + p {
  margin-top: calc(var(--box-width) * 0.5);
}
.basic-content h1,
.basic-content h2,
.basic-content h3,
.basic-content h4,
.basic-content h5,
.basic-content h6,
.basic-content p {
  margin-bottom: calc(var(--box-width) * 0.5);
}
.basic-content table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #003a5a;
  margin-bottom: calc(var(--box-width) * 0.5);
}
.basic-content table th {
  background-color: #003a5a;
  border: 1px solid #ffffff;
  font-weight: 600;
  padding: 13.75px;
  font-size: 25px;
  color: #ffffff;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 31px; /* 124% */
  border: 1px solid #003a5a;
}
.basic-content table th:not(:last-child) {
  border-right: 1px solid #ffffff;
}
@media (max-width: 993px) {
  .basic-content table th {
    font-size: 17px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px; /* 129.412% */
  }
}
.basic-content table td {
  border: 1px solid #003a5a;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 129.412% */
  padding: calc(var(--box-width) * 0.25) calc(var(--box-width) * 0.3);
}

/* Back to top
-------------------------------------------- */
.back-to-top {
  position: fixed;
  z-index: 8888;
  right: 0;
  bottom: 0;
  width: calc(var(--box-width) * 1.3);
  height: calc(var(--box-width) * 1.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d3d800;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 993px) {
  .back-to-top {
    width: calc(var(--box-width) * 1.6);
    height: calc(var(--box-width) * 1.6);
  }
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top svg {
  width: 50%;
  height: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.back-to-top svg path {
  fill: #003a5a;
}

body.admin-bar .page-header.scrolled {
  top: 32px;
}
@media (max-width: 567px) {
  body.admin-bar .page-header.scrolled {
    top: 46px;
  }
}

@media (max-width: 1150px) {
  body.menu-open .header__menu {
    left: 0;
  }
}

.page-header {
  position: relative;
  z-index: 9999;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0;
  transition: 0;
}

.page-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--box-width) * 3);
  z-index: 9999;
  max-height: calc(var(--box-width) * 3);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-bottom: 2px solid white;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(0, 58, 90, 0.1);
          box-shadow: 0px 4px 20px 0 rgba(0, 58, 90, 0.1);
}
.page-header.scrolled.transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-header.scrolled.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header {
  z-index: 9999;
  min-height: calc(var(--box-width) * 1);
  padding: calc(var(--box-width) * 1) 0;
}
.header .logo {
  max-height: calc(var(--box-width) * 1);
}
.header .logo img {
  max-height: calc(var(--box-width) * 1);
  width: auto;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(var(--box-width) * 1);
}
.header__burger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1150px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__burger svg {
  max-width: var(--box-width);
  max-height: var(--box-height);
}
.header__menu {
  /* Desktop
        --------------------------------------------------*/
  /* Mobile
        --------------------------------------------------*/
}
.header__menu nav ul {
  list-style: none;
}
.header__menu nav ul,
.header__menu nav li {
  margin: 0;
  padding: 0;
}
@media (min-width: 1150px) {
  .header__menu ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--box-width) * 0.5);
  }
  .header__menu ul.nav li.nav-item {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 123.529% */
    letter-spacing: -0.1px;
    color: #f4f0ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 55px;
  }
  .header__menu ul.nav li.nav-item.has-dropdown {
    position: relative;
  }
  .header__menu ul.nav li.nav-item.has-dropdown svg {
    margin-right: 5.5px;
  }
  .header__menu ul.nav li.nav-item.has-dropdown:hover ul.nav-drop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 100%;
  }
  .header__menu ul.nav li.nav-item > a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
  }
  .header__menu ul.nav li.nav-item.current-menu-item > a, .header__menu ul.nav li.nav-item.current-menu-ancestor > a, .header__menu ul.nav li.nav-item:hover > a {
    color: #d3d800;
  }
  .header__menu ul.nav-drop {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 999;
    top: 85%;
    left: 0;
    width: 200px;
    background: #d3d800;
    -webkit-box-shadow: 4px 4px 6px 0 rgba(0, 58, 90, 0.1);
            box-shadow: 4px 4px 6px 0 rgba(0, 58, 90, 0.1);
    color: #003a5a;
    padding-top: 13.75px;
    padding-bottom: 13.75px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__menu ul.nav-drop > li {
    position: relative;
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px; /* 140% */
    letter-spacing: -0.15px;
    -webkit-text-decoration: underline transparent !important;
            text-decoration: underline transparent !important;
  }
  .header__menu ul.nav-drop > li.current-menu-item > a, .header__menu ul.nav-drop > li:hover > a {
    text-decoration-color: #003a5a !important;
  }
  .header__menu ul.nav-drop > li.current-menu-item > a::before, .header__menu ul.nav-drop > li:hover > a::before {
    background-color: #003a5a;
  }
  .header__menu ul.nav-drop > li.nav-drop-back {
    display: none;
  }
  .header__menu ul.nav-drop > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3px 23px;
  }
  .header__menu ul.nav-drop > li a::before {
    content: "";
    display: inline-block;
    background-color: #f4f0ed;
    width: 4px;
    height: 4px;
    margin-top: 6px;
    margin-right: 13.75px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 1150px) {
  .header__menu {
    position: fixed;
    top: calc(var(--box-width) * 3);
    overflow-y: scroll;
    left: -100%;
    border-top: 2px solid white;
    width: 100vw;
    height: calc(100vh - var(--box-width) * 3);
    background-color: #003a5a;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .header__menu.menu-open {
    left: 0;
  }
  .header__menu a {
    -webkit-tap-highlight-color: transparent;
  }
  .header__menu ul.nav {
    padding: calc(var(--box-width) * 0.5) 0;
  }
  .header__menu ul.nav li.nav-item > a {
    display: block;
    color: #f4f0ed;
    font-weight: 500;
    padding: calc(var(--box-width) * 0.4) 0;
    width: calc(100% - 55px);
    margin: 0 auto;
  }
  .header__menu ul.nav li.nav-item.current-menu-item > a, .header__menu ul.nav li.nav-item.current-menu-ancestor > a {
    color: #d3d800;
    text-decoration: underline;
  }
  .header__menu ul.nav-drop {
    position: fixed;
    top: calc(var(--box-width) * 3);
    left: -100%;
    width: 100vw;
    height: calc(100vh - var(--box-width) * 3);
    border-top: 2px solid white;
    background-color: #d3d800;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: calc(var(--box-width) * 0.5) 0;
  }
  .header__menu ul.nav-drop.sub-menu-open {
    left: 0;
  }
  .header__menu ul.nav-drop > li > a {
    display: block;
    color: #003a5a;
    font-weight: 500;
    padding: calc(var(--box-width) * 0.3) 0;
    width: calc(100% - 55px);
    margin: 0 auto;
  }
  .header__menu ul.nav-drop > li.current-menu-item > a, .header__menu ul.nav-drop > li.current-menu-ancestor > a {
    text-decoration: underline;
    font-weight: 500;
  }
  .header__menu ul.nav-drop > li.nav-drop-back {
    margin-bottom: calc(var(--box-width) * 1);
  }
  .header__menu ul.nav-drop > li.nav-drop-back a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(var(--box-width) * 0.25);
    font-weight: 900;
    padding: calc(var(--box-width) * 0.25) 0;
  }
  .header__menu ul.nav-drop > li.nav-drop-back a svg {
    position: relative;
    bottom: 1px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: calc(var(--box-width) * 0.5);
    height: calc(var(--box-width) * 0.5);
  }
  .header__menu ul.nav-drop > li.nav-drop-back a svg path {
    fill: #003a5a;
  }
}

.cta {
  position: relative;
  padding: calc(var(--box-width) * 1.8) 0;
  background-color: #84c1cc;
}
@media (max-width: 993px) {
  .cta {
    padding: 0;
    padding-bottom: calc(var(--box-width) * 6);
  }
}
.cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--box-width) * 2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 993px) {
  .cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.cta__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 993px) {
  .cta__content {
    padding: calc(var(--box-width) * 1) 0;
    padding-bottom: calc(var(--box-width) * 1.5);
  }
}
@media (min-width: 993px) {
  .cta__content {
    max-width: 50%;
  }
}
.cta__content h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 63px; /* 105% */
  letter-spacing: -0.6px;
  margin-bottom: 63px;
}
@media (max-width: 993px) {
  .cta__content h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 43px; /* 107.5% */
    letter-spacing: -0.4px;
    margin-bottom: calc(var(--box-width) * 1);
  }
}
.cta__content h2 span {
  color: #f4f0ed;
}
.cta__content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cta__image {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  right: 0;
}
@media (min-width: 993px) {
  .cta__image {
    left: 50%;
    top: 0;
  }
}
@media (max-width: 993px) {
  .cta__image {
    left: 0 !important;
    right: 0;
    height: calc(var(--box-width) * 6);
  }
}
.cta__image picture {
  height: 100%;
}
.cta__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
@media (max-width: 993px) {
  .cta__image span {
    display: none;
  }
}
.cta__image span.cta-design {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #84c1cc;
}
.cta__image span.cta-design2 {
  width: 110px;
  height: 110px;
  left: 0;
  bottom: 110px;
}
.cta__image span.cta-design3 {
  height: 110px;
  left: 0;
  bottom: 0;
}

.footer {
  position: relative;
  color: #f4f0ed;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 993px) {
  .footer {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
  }
}
.footer .logo {
  max-height: 55px;
}
@media (max-width: 993px) {
  .footer .logo {
    max-height: 38px;
  }
}
.footer__inner {
  padding: var(--box-width) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--box-width);
}
@media (max-width: 993px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    text-align: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__inner__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 993px) {
  .footer__inner__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(var(--box-width) * 6);
            flex: 0 0 calc(var(--box-width) * 6);
  }
}
.footer__inner__logo .logo {
  max-height: calc(var(--box-width) * 1);
}
.footer__inner__logo .logo img {
  max-height: calc(var(--box-width) * 1);
  width: auto !important;
  -o-object-position: left;
     object-position: left;
}
.footer__inner__locations {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: calc(var(--box-width) * 12);
}
.footer__inner__locations li + li {
  margin-top: 41.25px;
}
.footer__inner__locations strong {
  display: block;
  font-weight: 700;
  padding-bottom: 5.5px;
}
.footer__inner__locations address {
  font-style: normal;
}
.footer__inner__locations .footer__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--box-width);
}
@media (max-width: 993px) {
  .footer__inner__locations .footer__location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1200px) {
  .footer__inner__locations .footer__location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(var(--box-width) * 0.4);
  }
}
.footer__inner__locations .footer__location__details {
  width: calc(var(--box-width) * 6);
}
.footer__inner__locations .footer__location__contact {
  padding-left: calc(var(--box-width) * 0.2);
}
@media (max-width: 1200px) {
  .footer__inner__locations .footer__location__contact {
    padding-left: 0;
  }
}
@media (max-width: 993px) {
  .footer__inner__locations .footer__location__contact .contact-detail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__inner__locations, .footer__inner__contact {
  padding-top: 5.5px;
}
@media (max-width: 993px) {
  .footer__inner__locations, .footer__inner__contact {
    margin: 0 auto;
    width: 70%;
  }
}
.footer__inner__socials {
  margin-left: auto;
  position: relative;
  right: -1px;
}
@media (max-width: 993px) {
  .footer__inner__socials {
    position: absolute;
    top: var(--box-width);
    right: 0;
  }
}
.footer__inner__socials .social-link--linkedin {
  background-color: #003a5a;
}
.footer__inner__socials .social-link--linkedin svg {
  fill: #f4f0ed;
}
.footer__inner__socials .social-link--linkedin:hover {
  background-color: #d3d800;
}
.footer__inner__socials .social-link--linkedin:hover svg {
  fill: #003a5a;
}

.legal {
  background-color: #003a5a;
  color: #f4f0ed;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
@media (min-width: 993px) {
  .legal {
    min-height: var(--box-width);
  }
}
.legal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--box-width) * 1);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 993px) {
  .legal__inner {
    margin: var(--box-width) 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(var(--box-width) * 0.25);
  }
}
.legal__links nav ul {
  list-style: none;
}
.legal__links nav ul,
.legal__links nav li {
  margin: 0;
  padding: 0;
}
.legal__links nav ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.legal__links nav ul.nav li.nav-item:not(:last-child) {
  margin-right: 10px;
}
.legal__links nav ul.nav li.nav-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  background-color: #f4f0ed;
  margin-left: 10px;
  color: #f4f0ed;
}
.legal__links nav ul.nav li.nav-item.current-menu-item > a, .legal__links nav ul.nav li.nav-item.current-menu-ancestor > a, .legal__links nav ul.nav li.nav-item:hover > a {
  color: #d3d800;
  text-decoration: underline;
}

.hero {
  position: relative;
  color: #f4f0ed;
}
@media (max-width: 993px) {
  .hero {
    padding-top: 0;
  }
}
.hero__image {
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  height: calc(var(--box-width) * 8);
  left: 50%;
  right: 0;
  max-width: 990px;
}
@media (max-width: 993px) {
  .hero__image {
    left: calc(var(--box-width) * 1);
    top: 225.5px;
    max-width: calc(var(--box-width) * 11);
    height: calc(var(--box-width) * 7);
  }
}
.hero__image img {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  max-height: calc(var(--box-width) * 8);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  margin: 0 auto;
}
@media (max-width: 993px) {
  .hero__image img {
    left: calc(var(--box-width) * 1);
    max-height: calc(var(--box-width) * 7);
    bottom: 0;
    top: unset;
  }
}
.hero__image span.hero-design {
  content: "";
  position: absolute;
  width: var(--box-width);
  height: var(--box-width);
  background-color: red;
}
.hero__image span.hero-design1 {
  background-color: #84c1cc;
  left: calc(var(--box-width) * 1);
}
.hero__image span.hero-design2 {
  background-color: #84c1cc;
  width: unset;
  height: calc(var(--box-width) * 3);
  left: calc(var(--box-width) * 2);
  top: calc(var(--box-width) * 1);
  right: calc(var(--box-width) * 4);
}
@media (max-width: 1600px) {
  .hero__image span.hero-design2 {
    width: calc(var(--box-width) * 8);
  }
}
@media (max-width: 993px) {
  .hero__image span.hero-design2 {
    height: calc(var(--box-width) * 2.5);
    width: calc(var(--box-width) * 7);
  }
}
.hero__image span.hero-design3 {
  background-color: #479fb4;
  left: 0;
  bottom: 0;
  width: unset;
  height: calc(var(--box-width) * 4);
  right: calc(var(--box-width) * 2);
}
@media (max-width: 1600px) {
  .hero__image span.hero-design3 {
    width: calc(var(--box-width) * 12);
  }
}
@media (max-width: 993px) {
  .hero__image span.hero-design3 {
    height: calc(var(--box-width) * 3.5);
    width: calc(var(--box-width) * 9.5);
  }
}
.hero__image span.hero-design4 {
  background-color: #479fb4;
  left: 62%;
  right: 0;
  top: calc(var(--box-width) * 2);
  bottom: calc(var(--box-width) * 2);
  width: unset;
  height: unset;
}
@media (max-width: 1600px) {
  .hero__image span.hero-design4 {
    left: calc(var(--box-width) * 9);
  }
}
@media (max-width: 993px) {
  .hero__image span.hero-design4 {
    left: calc(var(--box-width) * 8);
    bottom: calc(var(--box-width) * 1.5);
  }
}
.hero__top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
  gap: calc(var(--box-width) * 1);
}
@media (max-width: 993px) {
  .hero__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: calc(var(--box-width) * 1);
    padding-bottom: calc(var(--box-width) * 7);
  }
}
.hero__top h1 {
  margin-top: -13px;
  font-size: 78px;
  line-height: 82px;
  font-weight: 900;
  letter-spacing: -1%;
}
@media (max-width: 993px) {
  .hero__top h1 {
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 55px; /* 110% */
    letter-spacing: -0.5px;
    width: 100%;
    margin-top: -8px;
  }
}
.hero__top h1 span {
  color: #d3d800;
}
.hero__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hero__bottom__text {
  margin-top: calc(var(--box-width) * 2);
  margin-bottom: calc(var(--box-width) * 3);
  max-width: calc(var(--box-width) * 17);
}
@media (max-width: 993px) {
  .hero__bottom__text {
    width: 100%;
  }
}
.hero__bottom p {
  margin: 0;
}
.hero__bottom p strong {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 120% */
  letter-spacing: 0.2px;
}
@media (max-width: 993px) {
  .hero__bottom p strong {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
  }
}
.hero__bottom p:not(:last-child) {
  margin-bottom: calc(var(--box-width) * 0.5);
}
@media (min-width: 993px) {
  .hero__bottom p {
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 25px; /* 125% */
    letter-spacing: 0.2px;
  }
}
.hero__bottom__more {
  margin-top: auto;
}
.hero__more {
  position: absolute;
  bottom: calc(var(--box-width) * 2);
}
.hero__more_button {
  background: transparent;
  width: var(--box-width);
  height: var(--box-width);
  border: 1.5px solid #f4f0ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 993px) {
  .hero__more_button {
    width: 38px;
    height: 38px;
  }
  .hero__more_button svg {
    width: 19px;
    height: 19px;
  }
}
.hero__more_button:hover, .hero__more_button:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #d3d800;
}
.hero__more_button:hover svg path, .hero__more_button:focus svg path {
  fill: #003a5a;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  8% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  20% {
    opacity: 1;
  }
  30% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  58% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  16%, 34%, 47%, 54% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60%, 100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes bounce {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  8% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  20% {
    opacity: 1;
  }
  30% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  58% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  16%, 34%, 47%, 54% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60%, 100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 993px) {
  .page-title.--more + .hero__more {
    bottom: calc(var(--box-width) * 1);
    width: calc(100% - 55px);
  }
  .page-title.--more + .hero__more button {
    width: 100%;
  }
}

.page-title {
  padding-bottom: calc(var(--box-width) * 2);
}
@media (max-width: 993px) {
  .page-title {
    padding-top: 0;
    padding-bottom: var(--box-width);
  }
}
.page-title.--more {
  padding-bottom: calc(var(--box-width) * 4);
}
@media (max-width: 993px) {
  .page-title.--more {
    padding-bottom: calc(var(--mobile-box-width) * 3);
  }
}
.page-title.single {
  padding-top: calc(var(--box-width) - 22px);
  padding-bottom: var(--box-width);
}
.page-title.single h1 {
  max-width: 60%;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 45px; /* 112.5% */
  letter-spacing: -0.4px;
}
@media (max-width: 993px) {
  .page-title.single h1 {
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 33px;
    letter-spacing: -0.25px;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.page-title__post-type {
  color: #84c1cc;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px; /* 140% */
  letter-spacing: -0.2px;
  text-transform: uppercase;
  margin-bottom: 13.75px;
}
.page-title h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 54px;
  letter-spacing: -0.6px;
  margin-top: 4px;
  margin-bottom: calc(var(--box-width) * 0.75 + 10px);
  color: #f4f0ed;
}
@media (max-width: 993px) {
  .page-title h1 {
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px; /* 105.263% */
    letter-spacing: -0.38px;
  }
}
.page-title h1 span {
  color: #d3d800;
}
.page-title__text {
  width: 60%;
  color: #f4f0ed;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.page-title__text p {
  margin: 0;
}
.page-title__text p:not(:last-child) {
  margin-bottom: calc(var(--box-width) * 0.5);
}
@media (max-width: 993px) {
  .page-title__text {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 131.25% */
  }
}

.page-title-below {
  position: relative;
  padding: 0 !important;
  max-width: 100vw;
  overflow: hidden;
  /* Options
     -------------------------------------------- */
  /* ------------------------------------------ */
}
@media (min-width: 993px) {
  .page-title-below.--with-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(60, 60, 59, 0.3);
    z-index: 2;
  }
}
.page-title-below.--background-gray {
  background-color: #f4f0ed;
}
.page-title-below.--background-blue {
  background-color: #003a5a;
}
.page-title-below.--background-pale-blue {
  background-color: #84c1cc;
}
@media (min-width: 993px) {
  .page-title-below.--large-header .page-title-below__text {
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: -0.45px;
  }
}
.page-title-below picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 993px) {
  .page-title-below picture {
    position: relative;
    min-height: calc(var(--box-width) * 7);
  }
}
.page-title-below picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 993px) {
  .page-title-below picture img {
    -o-object-position: center right;
       object-position: center right;
  }
}
.page-title-below__text {
  position: relative;
  z-index: 3;
  width: calc(var(--box-width) * 12.5);
  margin-top: calc(-1 * var(--box-width) * 0.5);
  padding-bottom: calc(var(--box-width) * 2);
  color: #f4f0ed;
}
@media (max-width: 993px) {
  .page-title-below__text {
    width: 100%;
    padding-top: calc(var(--box-width) * 0.5);
  }
}
@media (max-width: 993px) {
  .page-title-below__text {
    padding-bottom: calc(var(--box-width) * 1.5);
  }
}
.page-title-below__text:not(.single) {
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 45px; /* 112.5% */
  letter-spacing: -0.4px;
}
@media (max-width: 993px) {
  .page-title-below__text:not(.single) {
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 27px; /* 122.727% */
    letter-spacing: -0.22px;
    color: #003a5a;
  }
  .page-title-below__text:not(.single) span {
    color: #479fb4;
  }
}
.page-title-below__text.single {
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px; /* 114.286% */
  letter-spacing: -0.35px;
}
@media (max-width: 993px) {
  .page-title-below__text.single {
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 27px; /* 122.727% */
    letter-spacing: -0.22px;
    color: #003a5a;
  }
}
.page-title-below__text.single h2 {
  color: inherit;
}
.page-title-below__designs {
  position: relative;
}
.page-title-below__designs div {
  position: absolute;
  z-index: 3;
  width: var(--box-width);
  height: var(--box-width);
  background-color: #003a5a;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: var(--box-width) var(--box-width);
}
.page-title-below__designs.left-small, .page-title-below__designs.left-large, .page-title-below__designs.right {
  min-height: calc(var(--box-width) * 3);
}
@media (max-width: 993px) {
  .page-title-below__designs.left-small, .page-title-below__designs.left-large, .page-title-below__designs.right {
    min-height: calc(var(--box-width) * 2.5);
  }
}
.page-title-below__designs.left-small div.design1 {
  left: var(--box-width);
  width: calc(var(--box-width) * 9);
}
@media (max-width: 993px) {
  .page-title-below__designs.left-small div.design1 {
    left: calc(var(--box-width) * 2);
    width: calc(var(--box-width) * 16);
  }
}
.page-title-below__designs.left-small div.design2 {
  top: var(--box-width);
}
@media (max-width: 993px) {
  .page-title-below__designs.left-small div.design2 {
    left: calc(var(--box-width) * 1);
  }
}
.page-title-below__designs.left-large div.design1 {
  left: var(--box-width);
  width: calc(var(--box-width) * 15);
}
@media (max-width: 993px) {
  .page-title-below__designs.left-large div.design1 {
    left: calc(var(--box-width) * 2);
  }
}
.page-title-below__designs.left-large div.design2 {
  top: var(--box-width);
}
@media (max-width: 993px) {
  .page-title-below__designs.left-large div.design2 {
    left: calc(var(--box-width) * 1);
  }
}
.page-title-below__designs.right div.design1 {
  left: var(--box-width);
  width: calc(var(--box-width) * 15);
}
@media (max-width: 993px) {
  .page-title-below__designs.right div.design1 {
    width: calc(var(--box-width) * 6);
  }
}
.page-title-below__designs.right div.design2 {
  left: calc(var(--box-width) * 17);
}
@media (max-width: 993px) {
  .page-title-below__designs.right div.design2 {
    left: calc(var(--box-width) * 8);
  }
}
.page-title-below__designs.right div.design3 {
  left: calc(var(--box-width) * 16);
  top: var(--box-width);
}
@media (max-width: 993px) {
  .page-title-below__designs.right div.design3 {
    left: calc(var(--box-width) * 7);
  }
}

.learn-more {
  background-color: #003a5a;
  color: #f4f0ed;
  padding-bottom: calc(var(--box-width) * 1.5);
}
.learn-more__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
@media (max-width: 993px) {
  .learn-more__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.learn-more__item {
  position: relative;
  text-decoration: none !important;
  padding: calc(var(--box-width) * 0.8) calc(var(--box-width) * 1);
  border: 2px solid rgba(255, 255, 255, 0.05);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
@media (max-width: 993px) {
  .learn-more__item {
    max-width: calc(100% - 18px);
    padding-bottom: calc(var(--box-width) * 1.2);
  }
}
.learn-more__item:after {
  content: "";
  position: absolute;
  z-index: 999;
  top: -30px;
  right: -32px;
  width: 30px;
  height: 30px;
}
@media (max-width: 993px) {
  .learn-more__item:after {
    width: 18px;
    height: 18px;
    top: -18px;
    right: -18px;
  }
}
.learn-more__item:first-child {
  border-color: #84c1cc;
}
.learn-more__item:first-child h2 {
  color: #84c1cc;
}
.learn-more__item:first-child:after {
  background-color: #84c1cc;
}
.learn-more__item:last-child {
  border-color: #479fb4;
}
.learn-more__item:last-child h2 {
  color: #479fb4;
}
.learn-more__item:last-child:after {
  background-color: #479fb4;
}
.learn-more__item h2 {
  font-size: 55px;
  line-height: 57px;
  letter-spacing: -0.55px;
  font-weight: 900;
  max-width: 75%;
  margin-bottom: calc(var(--box-width) * 0.5);
}
@media (max-width: 993px) {
  .learn-more__item h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 38px; /* 108.571% */
    letter-spacing: -0.35px;
    margin-bottom: calc(var(--box-width) * 0.75);
  }
}
.learn-more__item__text {
  max-width: 352px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 127.778% */
  letter-spacing: 0.2px;
  margin-bottom: auto;
  padding-bottom: calc(var(--box-width) * 1);
}
.learn-more__item__text p {
  font-weight: inherit;
}
@media (max-width: 993px) {
  .learn-more__item .button {
    width: 100%;
  }
}

.case-studies + .insights {
  margin-top: calc(var(--box-width) * -1);
}

.case-studies {
  padding: calc(var(--box-width) * 2) 0;
  background-color: #f4f0ed;
}
@media (max-width: 993px) {
  .case-studies {
    padding-top: calc(var(--box-width) * 3);
  }
}
.case-studies__item {
  width: 100%;
}
@media (min-width: 993px) {
  .case-studies__item {
    min-height: calc(var(--box-width) * 5);
  }
}
.case-studies__item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(var(--box-width) * 9);
          flex: 0 0 calc(var(--box-width) * 9);
}
@media (max-width: 993px) {
  .case-studies__item__image {
    aspect-ratio: 16/9;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.culture {
  max-width: 100vw;
  overflow: hidden;
  background-color: #fcf8f5;
  padding-top: calc(var(--box-width) * 2);
  padding-bottom: calc(var(--box-width) * 1);
}
@media (max-width: 993px) {
  .culture {
    padding-top: calc(var(--box-width) * 1.5);
  }
}
.culture h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 45px; /* 112.5% */
  letter-spacing: -0.4px;
  margin-bottom: calc(var(--box-width) * 0.25);
}
@media (max-width: 993px) {
  .culture h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 33px; /* 132% */
    letter-spacing: -0.25px;
  }
}
.culture p {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 129.412% */
  margin: 0;
}
@media (max-width: 993px) {
  .culture p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 118.75% */
    width: 75%;
  }
}
.culture__items {
  margin-top: calc(var(--box-width) * 1.5);
}
.culture__item {
  width: 100%;
  min-height: calc(var(--box-width) * 4);
}
.culture__item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(var(--box-width) * 6);
          flex: 0 0 calc(var(--box-width) * 6);
}
@media (max-width: 993px) {
  .culture__item__image {
    aspect-ratio: 1/1;
  }
}
.culture__item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.culture__item__quote {
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px; /* 120% */
  color: #003a5a;
  padding: calc(var(--box-width) * 0.75) calc(var(--box-width) * 1.25);
  margin: 0;
  width: 70%;
}
@media (max-width: 993px) {
  .culture__item__quote {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px; /* 115% */
    padding: calc(var(--box-width) * 0.75);
    width: 80%;
  }
}
.culture__item__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px; /* 120% */
  border-top: 2px solid #003a5a;
  color: #003a5a;
  margin-top: auto;
  padding: 13.75px 68.75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--box-width) * 0.15);
}
@media (max-width: 993px) {
  .culture__item__name {
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 21px; /* 116.667% */
    padding: calc(var(--box-width) * 0.5) calc(var(--box-width) * 0.75);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(var(--box-width) * 0);
  }
  .culture__item__name span {
    display: none;
  }
}

.case-studies,
.culture {
  /* Options 
     ---------------------------------------------*/
  /* ------------------------------------------ */
}
.case-studies.--large-padding,
.culture.--large-padding {
  padding: calc(var(--box-width) * 3) 0;
}
.case-studies__items,
.culture__items {
  position: relative;
}
@media (min-width: 993px) {
  .case-studies__items:after,
  .culture__items:after {
    content: "";
    position: absolute;
    z-index: 999;
    top: calc(-1 * (var(--box-width) * 0.5 + 2px));
    right: calc(-1 * var(--box-width) * 0.5);
    width: 30px;
    height: 30px;
    background-color: #003a5a;
  }
}
.case-studies__item,
.culture__item {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f0ed;
  width: 100%;
  border: 2px solid #003a5a;
}
@media (max-width: 993px) {
  .case-studies__item,
  .culture__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case-studies__item__image,
.culture__item__image {
  position: relative;
  border-right: 2px solid #003a5a;
}
@media (max-width: 993px) {
  .case-studies__item__image,
  .culture__item__image {
    border-right: none;
    border-bottom: 2px solid #003a5a;
  }
}
.case-studies__item__image img,
.culture__item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-studies__item__content,
.culture__item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-studies__item__content h3,
.culture__item__content h3 {
  padding: calc(var(--box-width) * 0.5) calc(var(--box-width) * 1);
  padding-bottom: calc(var(--box-width) * 0.5);
  margin: 0;
  border-bottom: 2px solid #003a5a;
}
@media (max-width: 993px) {
  .case-studies__item__content h3,
  .culture__item__content h3 {
    padding: 22px 24px;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 23px; /* 115% */
    letter-spacing: -0.2px;
  }
}
.case-studies__item__excerpt,
.culture__item__excerpt {
  padding: calc(var(--box-width) * 0.5) calc(var(--box-width) * 1);
  padding-bottom: calc(var(--box-width) * 1.5);
}
@media (max-width: 993px) {
  .case-studies__item__excerpt,
  .culture__item__excerpt {
    padding: 22px;
    padding-bottom: calc(var(--box-width) * 2);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 131.25% */
  }
}
.case-studies__item .button--read-more,
.culture__item .button--read-more {
  position: absolute;
  bottom: 13.75px;
  right: 13.75px;
}

.insights {
  padding: calc(var(--box-width) * 2) 0;
  background-color: #f4f0ed;
}
@media (max-width: 993px) {
  .insights {
    padding-bottom: calc(var(--box-width) * 4);
  }
}
.insights__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
.insights__item {
  text-decoration: none !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #003a5a;
}
@media (max-width: 993px) {
  .insights__item:nth-child(n+2) {
    display: none;
  }
}
.insights__item__date {
  font-size: 15px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: -0.15px;
  color: #003a5a;
  padding: 13.75px 30px;
  border-bottom: 2px solid #003a5a;
}
.insights__item h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.25px;
  color: #003a5a;
  padding: calc(var(--box-width) * 0.5) 30px;
  padding-bottom: calc(var(--box-width) * 0.75);
  margin: 0;
}
@media (max-width: 993px) {
  .insights__item h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 23px; /* 115% */
    letter-spacing: -0.2px;
  }
}
.insights__item button {
  border-top: 2px solid #003a5a;
}
.insights__more {
  margin-top: var(--box-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion__item:not(.job) a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: calc(var(--box-width) * 0.5);
}
.accordion__item:not(.job) a.button .text {
  padding-left: 0;
}

.accordion {
  background-color: #f4f0ed;
}
.accordion h2 {
  margin: 0;
  margin-top: calc(var(--box-width) * 1);
}
.accordion__items {
  border: 2px solid #003a5a;
  margin-top: calc(var(--box-width) * 1);
  margin-bottom: calc(var(--box-width) * 2);
}
@media (max-width: 993px) {
  .accordion__items {
    margin-top: calc(var(--box-width) * 0.5);
    margin-bottom: calc(var(--box-width) * 0.5);
  }
}
.accordion__item:not(:last-child) {
  border-bottom: 2px solid #003a5a;
}
.accordion__item.active .accordion__item__title {
  background-color: #84c1cc;
}
.accordion__item.active .accordion__item__title .arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion__item.active .accordion__item__text {
  max-height: unset;
}
.accordion__item:not(.active) {
  cursor: pointer;
}
.accordion__item:not(.active):hover .accordion__item__title {
  background-color: #84c1cc;
}
.accordion__item .accordion__item__title {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--box-width) * 1);
  font-size: 28px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -0.28px;
  min-height: 75px;
  margin: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 993px) {
  .accordion__item .accordion__item__title.has-icon {
    padding-left: 127px;
  }
}
.accordion__item .accordion__item__title:not(.has-icon) {
  padding: 0 calc(var(--box-width) * 0.5);
  padding-right: 0;
}
.accordion__item .accordion__item__title:not(.has-icon) picture.icon {
  margin-left: calc(var(--box-width) * 0.5);
}
@media (max-width: 993px) {
  .accordion__item .accordion__item__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.18px;
    min-height: 61px;
    padding-left: 71px;
  }
}
.accordion__item .accordion__item__title picture.icon {
  position: absolute;
  width: 85px;
  height: 65%;
  left: calc(var(--box-width) * 0.25);
}
@media (max-width: 993px) {
  .accordion__item .accordion__item__title picture.icon {
    width: 38px;
    left: calc(var(--box-width) * 0.5);
  }
}
.accordion__item .accordion__item__title picture.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.accordion__item .accordion__item__title .arrow {
  width: 75px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d3d800;
  margin-left: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 993px) {
  .accordion__item .accordion__item__title .arrow {
    width: 65px;
    min-width: 65px;
  }
}
.accordion__item .accordion__item__title .arrow svg {
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 993px) {
  .accordion__item .accordion__item__title .arrow svg {
    width: 30px;
    height: 30px;
  }
}
.accordion__item .accordion__item__title .arrow svg path {
  fill: #003a5a;
}
.accordion__item__text {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion__item__text__inner {
  padding: 39px 127px;
  padding-bottom: calc(var(--box-width) * 0.9);
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: #3c3c3b;
  background-color: #fcf8f6;
}
@media (max-width: 993px) {
  .accordion__item__text__inner {
    padding: calc(var(--box-width) * 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 131.25% */
  }
}
.accordion__item__text p {
  margin: 0;
}
.accordion__item__text p:not(:last-child) {
  margin-bottom: calc(var(--box-width) * 0.5);
}
.accordion__item__text__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 55px;
  padding-bottom: 30px;
}

.boxes {
  background-color: #fcf8f5;
  padding: calc(var(--box-width) * 2) 0;
  /* Options
     --------------------------------------------- */
  /* Splide
     --------------------------------------------- */
  /* ------------------------------------------ */
}
@media (max-width: 993px) {
  .boxes {
    padding: calc(var(--mobile-box-width) * 1.5) 0;
  }
}
.boxes.--align-left .boxes__item {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.boxes.--large-title h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 33px; /* 110% */
  color: #479fb3;
}
@media (max-width: 993px) {
  .boxes.--large-title h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 27px;
    letter-spacing: -0.25px;
  }
}
.boxes .splide.is-initialized:not(.is-active) .splide__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: calc(var(--box-width) * 0.5) !important;
}
.boxes .splide.is-initialized:not(.is-active) .splide__track {
  overflow: unset !important;
}
.boxes .splide.is-initialized:not(.is-active) li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.boxes .splide__pagination {
  margin-top: calc(var(--box-width) * 0.75) !important;
}
.boxes h2 {
  margin-bottom: calc(var(--box-width) * 0.6);
}
@media (max-width: 993px) {
  .boxes h2 {
    margin-bottom: calc(var(--box-width) * 0.2);
  }
}
.boxes__item {
  position: relative;
  border: 2px solid #003a5a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  min-height: calc(var(--box-width) * 4.1);
  padding: calc(var(--box-width) * 0.3);
}
@media (max-width: 993px) {
  .boxes__item {
    margin-top: calc(var(--mobile-box-width) * 1);
    max-width: calc(100% - var(--mobile-box-width) * 2);
  }
}
.boxes__item:after {
  content: "";
  position: absolute;
  z-index: 999;
  top: calc(-1 * var(--box-width) * 0.5);
  right: calc(-1 * var(--box-width) * 0.5 - 2px);
  width: calc(var(--box-width) * 0.5);
  height: calc(var(--box-width) * 0.5);
  background-color: #003a5a;
}
@media (max-width: 993px) {
  .boxes__item:after {
    top: calc(-1 * var(--box-width) * 1);
    right: calc(-1 * var(--box-width) * 1);
    width: calc(var(--box-width) * 1);
    height: calc(var(--box-width) * 1);
  }
}
.boxes__item picture {
  aspect-ratio: 1/1;
  width: calc(var(--box-width) * 1.6);
  height: calc(var(--box-width) * 1.6);
  padding: calc(var(--box-width) * 0.25);
  margin-bottom: calc(var(--box-width) * 0.25);
}
@media (max-width: 993px) {
  .boxes__item picture {
    width: calc(var(--mobile-box-width) * 3.5);
    height: calc(var(--mobile-box-width) * 3.5);
    margin: calc(var(--box-width) * 0.75) 0;
    margin-top: calc(var(--box-width) * 0.5);
  }
}
.boxes__item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.boxes__item h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 27px;
  margin: 0;
  margin-bottom: calc(var(--box-width) * 0.1);
  width: 85%;
}
@media (max-width: 993px) {
  .boxes__item h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 27px; /* 135% */
  }
}
.boxes__item__text {
  color: #3c3c3b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 118.75% */
}
@media (max-width: 993px) {
  .boxes__item__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 118.75% */
    padding-bottom: calc(var(--mobile-box-width) * 0.5);
  }
}
.boxes__further-text {
  margin-top: calc(var(--box-width) * 1);
}

.flipbooks {
  padding: calc(var(--box-width) * 2) 0;
  padding-bottom: calc(var(--box-width) * 5);
  /* Splide
     --------------------------------------------- */
  background-color: #f4f0ed;
}
.flipbooks .splide.is-initialized:not(.is-active) .splide__list {
  position: relative;
  z-index: 10;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #003a5a;
}
.flipbooks .splide.is-initialized:not(.is-active) .splide__track {
  overflow: unset !important;
}
.flipbooks .splide.is-initialized:not(.is-active) li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
.flipbooks .splide.is-initialized.is-active .splide__list {
  border: 2px solid #003a5a;
}
.flipbooks .splide__pagination {
  margin-top: calc(var(--box-width) * 0.75) !important;
}
.flipbooks .splide__pagination__page {
  font-size: 0px;
  width: calc(var(--box-width) * 0.75);
  height: calc(var(--box-width) * 0.75);
}
@media (max-width: 993px) {
  .flipbooks {
    padding: calc(var(--box-width) * 1) 0;
    padding-bottom: calc(var(--box-width) * 3);
  }
}
.flipbooks h2 {
  margin-bottom: calc(var(--box-width) * 1);
}
.flipbooks__item {
  position: relative;
  border: 1px solid #003a5a;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  aspect-ratio: 1/1;
}
@media (max-width: 993px) {
  .flipbooks__item {
    border: none;
  }
}
@media (hover: hover) {
  .flipbooks__item:hover {
    cursor: pointer;
  }
  .flipbooks__item:hover .flipbooks__item__text {
    opacity: 1;
  }
  .flipbooks__item:hover .close {
    pointer-events: auto;
  }
}
.flipbooks__item.active .flipbooks__item__text {
  opacity: 1;
}
.flipbooks__item.active .close {
  pointer-events: auto;
}
.flipbooks__item picture {
  aspect-ratio: 1/1;
  width: calc(var(--box-width) * 3);
  height: calc(var(--box-width) * 3);
  margin: 0 auto;
}
@media (max-width: 993px) {
  .flipbooks__item picture {
    width: calc(var(--mobile-box-width) * 4);
    height: calc(var(--mobile-box-width) * 4);
  }
}
.flipbooks__item picture img {
  width: calc(100% - var(--box-width) * 0.5);
  height: calc(100% - var(--box-width) * 0.5);
  padding: calc(var(--box-width) * 0.25);
  -o-object-fit: contain;
     object-fit: contain;
}
.flipbooks__item h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 27px; /* 84.375% */
  margin: 0;
  margin-bottom: calc(var(--box-width) * 0.1);
  padding-bottom: calc(var(--box-width) * 1);
}
@media (max-width: 993px) {
  .flipbooks__item h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 27px; /* 135% */
  }
}
.flipbooks__item__read-more {
  position: absolute;
  bottom: calc(var(--box-width) * 1);
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  -webkit-text-decoration: 2px underline #479fb4;
          text-decoration: 2px underline #479fb4;
  text-underline-offset: 4px;
  color: #479fb4;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 150% */
}
.flipbooks__item__read-more.close {
  color: #003a5a;
  text-decoration-color: #003a5a;
  bottom: calc(var(--box-width) * 0.5);
  pointer-events: none;
}
@media (hover: hover) {
  .flipbooks__item__read-more.close {
    display: none;
  }
}
@media (max-width: 993px) {
  .flipbooks__item__read-more {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 118.75% */
  }
}
.flipbooks__item__text {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #003a5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d3d800;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  font-style: normal;
}
@media (max-width: 993px) {
  .flipbooks__item__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 118.75% */
  }
}
.flipbooks__item__text__inner {
  padding: calc(var(--box-width) * 1) calc(var(--box-width) * 1.5);
}

.page-title-below + .content {
  padding-top: 0;
}

.content-template.flipbooks h2,
.content__label {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 45px; /* 112.5% */
  letter-spacing: -0.4px;
  border: 2px solid #479fb3;
  padding: calc(var(--box-width) * 0.25) calc(var(--box-width) * 0.5);
  color: #003a5a;
  margin-bottom: calc(var(--box-width) * 0.5);
}
@media (max-width: 993px) {
  .content-template.flipbooks h2,
  .content__label {
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 33px; /* 132% */
    letter-spacing: -0.25px;
  }
}
.content-template.flipbooks h2:before,
.content__label:before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--box-width) * 0.5);
  left: calc(-1 * var(--box-width) * 0.5);
  width: calc(var(--box-width) * 0.5);
  height: calc(var(--box-width) * 0.5);
  background-color: #479fb3;
}

.content-template.flipbooks h2 {
  margin-top: calc(var(--box-width) * 1);
  margin-bottom: calc(var(--box-width) * 1.5);
  border-color: #84c1cc;
}
.content-template.flipbooks h2:before {
  background-color: #84c1cc;
}

.content {
  position: relative;
  padding: calc(var(--box-width) * 2) 0;
  padding-bottom: calc(var(--box-width) * 2.5);
  /* Options
     -------------------------------------------- */
  /* ----------------------------------------- */
}
.content.--small-header h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 45px; /* 112.5% */
  width: 65%;
}
@media (max-width: 993px) {
  .content.--small-header h2 {
    font-size: 30px;
    line-height: 35px; /* 110% */
    width: 100%;
  }
}
.content.--background-grey {
  background-color: #f4f0ed;
}
.content.--background-grey h2 span {
  color: #479fb3;
}
.content.--background-blue {
  background-color: #003a5a;
}
.content.--background-blue .content__label {
  color: white;
  border-color: #479fb3;
}
.content.--background-blue .content__label:before {
  background-color: #479fb3;
}
.content.--background-blue h2 {
  color: white;
}
.content.--background-blue h2 span {
  color: #479fb3;
}
.content.--with-image {
  min-height: calc(var(--box-width) * 4.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 993px) {
  .content.--with-image {
    min-height: calc(var(--mobile-box-width) * 4);
  }
}
.content.--with-image h2 {
  width: 40%;
}
@media (max-width: 993px) {
  .content.--with-image h2 {
    width: 60%;
  }
}
.content__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content__image picture {
  width: 100%;
  height: 100%;
}
.content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content__inner {
  position: relative;
  z-index: 3;
}
.content h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: 52px;
  letter-spacing: -0.45px;
  width: 65%;
  margin: 0;
}
@media (max-width: 993px) {
  .content h2 {
    width: 100%;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px; /* 112% */
    letter-spacing: -0.25px;
  }
}
.content h2 span {
  color: #84c1cc;
}
.content .content__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  counter-reset: paragraph;
  -webkit-column-gap: calc(var(--box-width) * 0.5);
     -moz-column-gap: calc(var(--box-width) * 0.5);
          column-gap: calc(var(--box-width) * 0.5);
  margin-top: calc(var(--box-width) * 1.5);
}
@media (max-width: 993px) {
  .content .content__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 118.75% */
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin-top: calc(var(--box-width) * 1);
  }
}
.content .content__text p {
  margin-top: 0;
}
.content .content__text p:not(:last-child) {
  margin-bottom: calc(var(--box-width) * 0.5);
}

.team {
  background-color: #f4f0ed;
  padding-top: 0;
  padding-bottom: calc(var(--box-width) * 2);
}
@media (max-width: 993px) {
  .team {
    padding-top: calc(var(--box-width) * 0.5);
  }
}
.team__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(var(--box-width) * 0.5) 1fr calc(var(--box-width) * 0.5) 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: calc(var(--box-width) * 0.5);
     -moz-column-gap: calc(var(--box-width) * 0.5);
          column-gap: calc(var(--box-width) * 0.5);
  row-gap: calc(var(--box-width) * 1);
}
@media (max-width: 993px) {
  .team__items {
    -ms-grid-columns: 1fr calc(var(--box-width) * 0.25) 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: calc(var(--box-width) * 0.25);
       -moz-column-gap: calc(var(--box-width) * 0.25);
            column-gap: calc(var(--box-width) * 0.25);
  }
}
@media (max-width: 375px) {
  .team__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.team__item {
  position: relative;
  border: 2px solid #003a5a;
  margin-bottom: calc(var(--box-width) * 1);
}
.team__item__image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__item__content {
  border-top: 2px solid #003a5a;
  padding: calc(var(--box-width) * 0.25);
}
@media (max-width: 993px) {
  .team__item__content {
    min-height: calc(var(--mobile-box-width) * 2.5);
  }
}
.team__item__content h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 29px; /* 103.571% */
  letter-spacing: -0.28px;
  color: #003a5a;
  margin: 0;
}
@media (max-width: 993px) {
  .team__item__content h3 {
    width: 65%;
    margin-bottom: calc(var(--mobile-box-width) * 0.1);
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px; /* 110% */
    letter-spacing: -0.2px;
  }
}
.team__item__content p {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  color: #479fb4;
  padding-bottom: 30px;
}
@media (max-width: 993px) {
  .team__item__content p {
    padding-bottom: 0;
    width: 85%;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
  }
}
.team__item__linkedin {
  position: absolute;
  top: 100%;
  left: -2px;
  width: calc(var(--box-width) * 1);
  height: calc(var(--box-width) * 1);
  background-color: #d3d800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #003a5a;
}
.team__item__linkedin svg {
  width: 50%;
  height: 50%;
  fill: #f4f0ed;
}
.team__item__linkedin:hover {
  background-color: #003a5a;
}

.insights-archive {
  background-color: #f4f0ed;
  padding-top: 0 !important;
  padding-bottom: calc(var(--box-width) * 3) !important;
}
@media (max-width: 993px) {
  .insights-archive {
    padding-top: calc(var(--box-width) * 0.5) !important;
  }
}
.insights-archive__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: calc(var(--box-width) * 0.5);
  margin-bottom: calc(var(--box-width) * 1.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #003a5a;
}
@media (max-width: 993px) {
  .insights-archive__filters {
    width: 100%;
    gap: 0;
    margin-bottom: calc(var(--box-width) * 1.5);
  }
  .insights-archive__filters strong {
    display: none;
  }
}
.insights-archive__filters__buttons {
  border: 2px solid #003a5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 993px) {
  .insights-archive__filters__buttons {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.insights-archive__filters__buttons button {
  border: none;
  background: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #003a5a;
  padding: 9px 30px;
  margin: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 993px) {
  .insights-archive__filters__buttons button {
    padding: calc(var(--box-width) * 0.25) calc(var(--box-width) * 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 19px; /* 118.75% */
  }
  .insights-archive__filters__buttons button:first-child {
    padding-left: calc(var(--box-width) * 0.75);
    padding-right: calc(var(--box-width) * 0.75);
  }
  .insights-archive__filters__buttons button:not(:first-child) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.insights-archive__filters__buttons button:not(:last-child) {
  border-right: 2px solid #003a5a;
}
.insights-archive__filters__buttons button.active, .insights-archive__filters__buttons button:hover {
  background-color: #d3d800;
}
.insights-archive__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(var(--box-width) * 0.5) 1fr calc(var(--box-width) * 0.5) 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: calc(var(--box-width) * 0.5);
     -moz-column-gap: calc(var(--box-width) * 0.5);
          column-gap: calc(var(--box-width) * 0.5);
  row-gap: calc(var(--box-width) * 1);
}
@media (max-width: 993px) {
  .insights-archive__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.insights-archive__item {
  border: 2px solid #003a5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none !important;
}
.insights-archive__item__top {
  border-bottom: 2px solid #003a5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.insights-archive__item__top__icon {
  border-left: 2px solid #003a5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.insights-archive__item__top__icon svg {
  width: 92px;
  height: 92px;
}
@media (max-width: 993px) {
  .insights-archive__item__top__icon svg {
    width: 70px;
    height: 70px;
  }
}
.insights-archive__item__top__type {
  padding: calc(var(--box-width) * 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px; /* 140% */
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #003a5a;
}
@media (max-width: 993px) {
  .insights-archive__item__top__type {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 19px; /* 118.75% */
  }
}
.insights-archive__item__content {
  padding: calc(var(--box-width) * 0.5);
}
.insights-archive__item__content time {
  color: #479fb4;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px; /* 186.667% */
  letter-spacing: -0.15px;
}
.insights-archive__item__content h2 {
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px; /* 112% */
  letter-spacing: -0.25px;
  color: #003a5a;
  margin-top: calc(var(--box-width) * 0.1);
  margin-bottom: calc(var(--box-width) * 1.6);
}
@media (max-width: 993px) {
  .insights-archive__item__content h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 27px; /* 135% */
  }
}
.insights-archive__item__button {
  margin-top: auto;
  border-top: 2px solid #003a5a;
}
.insights-archive__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(var(--box-width) * 1);
}
.insights-archive__more button:hover div.text {
  background-color: #d3d800;
}
.insights-archive__more button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.insights-archive__more button:disabled:hover div.text {
  background-color: initial;
}
.insights-archive__more button div.text {
  padding-right: 20px !important;
}

.single-top__text,
.single-bottom__text,
.single-further__text {
  width: calc(var(--box-width) * 13.2);
  font-size: 23px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px; /* 121.739% */
}
@media (max-width: 993px) {
  .single-top__text,
  .single-bottom__text,
  .single-further__text {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 131.25% */
  }
}

.single-top {
  padding-top: calc(var(--box-width) * 1.75);
  z-index: 2;
}
.single-top.--with-quote {
  position: relative;
}
.single-top__quote {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}
.single-top__quote:not(.single-top__quote.--bottom-quote) {
  margin-top: calc(var(--box-width) * 1);
  bottom: calc(-1 * var(--box-width) * 1 - 1px);
  width: calc(100% - var(--box-width) * 4.5);
}
.single-top__quote.--bottom-quote {
  width: calc(100% - var(--box-width) * 5);
}
@media (max-width: 993px) {
  .single-top__quote {
    width: calc(100% - var(--box-width) * 1);
  }
}
.single-top__quote:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--box-width) * 0.5);
  right: calc(-1 * var(--box-width) * 0.5);
  width: calc(var(--box-width) * 0.5);
  height: calc(var(--box-width) * 0.5);
  background-color: #d3d800;
}
.single-top__quote__text {
  border: 2px solid #d3d800;
  background-color: #fcf8f5;
  padding: calc(var(--box-width) * 1) calc(var(--box-width) * 1.75);
  font-size: 25px;
  font-style: italic;
  font-weight: 800;
  line-height: 30px; /* 120% */
  text-align: center;
  color: #003a5a;
}
@media (max-width: 993px) {
  .single-top__quote__text {
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: 21px; /* 131.25% */
    padding: calc(var(--box-width) * 0.5) calc(var(--box-width) * 0.75);
  }
}
.single-top__quote__name {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: calc(var(--box-width) * 0.75);
  background-color: #d3d800;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px; /* 126.316% */
  color: #003a5a;
  padding: calc(var(--box-width) * 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 993px) {
  .single-top__quote__name {
    height: unset;
  }
}
@media (max-width: 993px) {
  .single-top__quote__name {
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px; /* 131.25% */
  }
}

.single-bottom {
  background-color: #fcf8f5;
  padding-top: calc(var(--box-width) * 2);
  padding-bottom: calc(var(--box-width) * 2);
}
.single-bottom.--with-quote {
  padding-top: calc(var(--box-width) * 3);
}

.single-footer {
  background-color: #fcf8f5;
  padding-bottom: calc(var(--box-width) * 2);
}
@media (max-width: 993px) {
  .single-footer {
    padding-bottom: calc(var(--box-width) * 1.5);
  }
}
.single-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 993px) {
  .single-footer__inner div.text {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding-left: calc(var(--box-width) * 0.25);
  }
}
.single-footer__share {
  position: relative;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(60, 60, 58, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.single-footer__share.open {
  opacity: 1;
  visibility: visible;
}
.single-footer__share #share-close {
  position: absolute;
  top: calc(var(--box-width) * 2);
  right: calc(var(--box-width) * 2);
  cursor: pointer;
}
@media (max-width: 993px) {
  .single-footer__share #share-close {
    top: calc(var(--box-width) * 1);
    right: calc(var(--box-width) * 1);
  }
}
.single-footer__share #share-close .text {
  color: white;
}
.single-footer__share #share-close .arrow svg path {
  fill: #ffffff;
}
.single-footer__share__inner {
  background-color: #ffffff;
  padding: calc(var(--box-width) * 0.5) calc(var(--box-width) * 1);
  position: relative;
  top: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--box-width) * 1);
  width: 100vw;
  text-align: center;
}
.single-footer__share__inner.animate {
  top: 0;
  right: 0;
}
@media (max-width: 993px) {
  .single-footer__share__inner {
    width: 20vw;
    height: calc(100vh - var(--box-width) * 1);
    top: 0;
    right: 100%;
    max-width: calc(100vw - var(--box-width) * 1);
    margin-right: auto;
  }
  .single-footer__share__inner .sharethis-inline-share-buttons {
    width: 20vw;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: calc(var(--box-width) * 0.25) !important;
  }
  .single-footer__share__inner .sharethis-inline-share-buttons .st-btn {
    width: 100% !important;
    display: block !important;
  }
}
.single-footer__share__inner__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
  letter-spacing: -0.02em;
  color: #003a5a;
}
.single-footer__share__inner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--box-width) * 1);
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-further {
  padding: calc(var(--box-width) * 1.75) 0 !important;
  border-bottom: calc(var(--box-width) * 2) solid #fcf8f5;
  z-index: 2;
  background-color: #f4f0ed;
}

.single-bottom-quote {
  background-color: #fcf8f5;
  padding-top: calc(var(--box-width) * 0.5) !important;
  padding-bottom: calc(var(--box-width) * 3) !important;
}

.careers-content {
  background-color: #f4f0ed;
  padding-top: calc(var(--box-width) * 2);
  padding-bottom: calc(var(--box-width) * 3);
}
@media (max-width: 993px) {
  .careers-content {
    padding-bottom: calc(var(--box-width) * 1.5);
  }
}
.careers-content h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 45px; /* 112.5% */
  letter-spacing: -0.4px;
  color: #003a5a;
  margin-bottom: calc(var(--box-width) * 1.5);
}
@media (max-width: 993px) {
  .careers-content h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px; /* 112% */
    letter-spacing: -0.25px;
    width: 75%;
  }
}
.careers-content h2 span {
  color: #479fb4;
}
.careers-content__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(var(--box-width) * 1) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(var(--box-width) * 1);
}
@media (max-width: 993px) {
  .careers-content__items {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
.careers-content__items h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px; /* 125% */
  letter-spacing: -0.28px;
  color: #003a5a;
  margin-bottom: calc(var(--box-width) * 0.5);
}
@media (max-width: 993px) {
  .careers-content__items h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px; /* 110% */
    letter-spacing: -0.2px;
    width: 100%;
  }
}
.careers-content__items h3 span[style*="text-decoration: underline"] {
  text-underline-offset: 7px;
  text-decoration-thickness: 3px !important;
}
@media (max-width: 993px) {
  .careers-content__items h3 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
  }
}
.careers-content__items ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.careers-content__items ul li {
  position: relative;
  padding-left: 36px;
  color: #003a5a;
  margin: 0;
}
@media (min-width: 993px) {
  .careers-content__items ul li {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 120% */
    letter-spacing: -0.25px;
  }
}
@media (max-width: 993px) {
  .careers-content__items ul li {
    padding-left: 26px;
    width: unset;
  }
}
.careers-content__items ul li:not(:last-child) {
  margin-bottom: calc(var(--box-width) * 0.25);
}
.careers-content__items ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--box-width) * 0.15);
  width: 15px;
  height: 15px;
  background-color: #d3d800;
}
@media (max-width: 993px) {
  .careers-content__items ul li::before {
    width: 10px;
    height: 10px;
  }
}
.careers-content__item:last-child li:before {
  background-color: #003a5a;
}

.jobs {
  padding: calc(var(--box-width) * 2) 0;
  background-color: #d3d800;
}
@media (max-width: 993px) {
  .jobs {
    padding: calc(var(--box-width) * 3) 0;
  }
}
.jobs__empty__text {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  width: 62%;
}
.jobs__empty__text + .button {
  margin-top: calc(var(--box-width) * 1);
}
@media (max-width: 993px) {
  .jobs__empty__text {
    width: 100%;
  }
}
.jobs__empty__text p {
  margin: 0;
}
.jobs__empty__text p strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 135% */
}
.jobs__empty__text p:not(:last-child) {
  margin-bottom: calc(var(--box-width) * 0.5);
}

.accordion__item.job.active h2, .accordion__item.job:hover h2 {
  background-color: #fcf8f6;
}
.accordion__item.job.active h2 .arrow, .accordion__item.job:hover h2 .arrow {
  background-color: #fcf8f6;
}
.accordion__item.job h2 {
  padding-left: 30px;
  padding-left: calc(var(--box-width) * 0.5);
}
.accordion__item.job h2 .arrow {
  border-left: 2px solid #003a5a;
}
.accordion__item.job .accordion__item__text__inner {
  background-color: #fcf8f6;
  padding: calc(var(--box-width) * 0.75) calc(var(--box-width) * 1);
  border-top: 2px solid #003a5a;
}

.contact-top {
  position: relative;
  z-index: 10;
  margin-top: calc(-1 * var(--box-width) * 0.5);
  padding-top: 0;
  padding-bottom: calc(var(--box-width) * 1.5);
  background-color: #84c1cc;
}
@media (max-width: 993px) {
  .contact-top {
    margin-top: calc(-1 * var(--box-width) * 0.25);
  }
}
.contact-top h2 {
  margin-bottom: calc(var(--box-width) * 0.25);
}
.contact-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--box-width) * 2);
}
@media (max-width: 993px) {
  .contact-top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(var(--box-width) * 1);
  }
}
.contact-top__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 131.25% */
  color: #003a5a;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 993px) {
  .contact-top button div.text {
    padding-right: calc(var(--box-width) * 2) !important;
  }
}

.contact-form {
  background-color: #f4f0ed;
  padding: calc(var(--box-width) * 2) 0;
}
@media (max-width: 993px) {
  .contact-form {
    padding: calc(var(--box-width) * 1.5) 0;
  }
}
.contact-form h2 {
  margin-bottom: calc(var(--box-width) * 1);
}
.contact-form__submit-fake {
  margin: 0 auto;
}
@media (max-width: 993px) {
  .contact-form__submit-fake {
    width: 100%;
    margin-top: calc(var(--box-width) * 2);
  }
}

.locations {
  background-color: #fcf8f5;
  padding: calc(var(--box-width) * 2) 0;
}
@media (max-width: 993px) {
  .locations {
    padding: calc(var(--box-width) * 1.5) 0;
  }
}
.locations__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(var(--box-width) * 0.5);
}
@media (max-width: 993px) {
  .locations__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.locations .accordion__items {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(var(--box-width) * 8);
          flex: 0 0 calc(var(--box-width) * 8);
  background-color: #ffffff;
  border-color: #f4f0ed;
}
@media (max-width: 993px) {
  .locations .accordion__items {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.locations .accordion__items .accordion__item {
  border-color: #f4f0ed;
}
.locations .accordion__items .accordion__item__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 125% */
  letter-spacing: -0.2px;
}
.locations .accordion__items .accordion__item__text__inner {
  padding: calc(var(--box-width) * 0.5);
  background-color: white;
}
.locations .accordion__items .footer__location__address {
  margin-bottom: calc(var(--box-width) * 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  color: #003a5a;
}
.locations__map {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(var(--box-width) * 8);
  border: 2px solid #f4f0ed;
}
@media (max-width: 993px) {
  .locations__map.main {
    display: none;
  }
}
.locations__map.mobile {
  display: none;
  height: calc(var(--box-width) * 6);
}
@media (max-width: 993px) {
  .locations__map.mobile {
    display: block;
  }
}
@media (min-width: 993px) {
  .locations__map:after {
    content: "";
    position: absolute;
    z-index: 999;
    top: calc(-1 * (var(--box-width) * 0.5 + 4px));
    right: calc(-1 * var(--box-width) * 0.5 - 4px);
    width: 30px;
    height: 30px;
    background-color: #003a5a;
  }
}
.locations__map__item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.locations__map__item.active {
  opacity: 1;
  visibility: visible;
}
.locations__map__item iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.simple-content {
  padding-top: 0;
  padding-bottom: calc(var(--box-width) * 2);
}
.simple-content p:first-of-type {
  color: #003a5a;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
}
.simple-content h1,
.simple-content h2,
.simple-content h3,
.simple-content h4,
.simple-content h5,
.simple-content h6,
.simple-content table {
  margin-top: calc(var(--box-width) * 1);
}

.forminator-edit-module {
  display: none !important;
}

.forminator-button-submit {
  display: none !important;
}

form.forminator-ui {
  /* Fields
     --------------------------------------------- */
  /* Consent
     --------------------------------------------- */
  /* Select 2
     --------------------------------------------- */
  /* Error Messages
     --------------------------------------------- */
}
form.forminator-ui .forminator-field label {
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 22.4px !important;
  color: #003a5a;
  margin-bottom: calc(var(--box-width) * 0.1) !important;
}
form.forminator-ui .forminator-field input,
form.forminator-ui .forminator-field textarea,
form.forminator-ui .forminator-field select {
  border: 2px solid #003a5a !important;
  background-color: unset !important;
  border-radius: 0px !important;
}
form.forminator-ui .forminator-field input,
form.forminator-ui .forminator-field textarea {
  padding: calc(var(--box-width) * 0.25) !important;
  line-height: 1.7 !important;
  color: #3c3c3b !important;
  font-size: 16px !important;
}
@media (max-width: 993px) {
  form.forminator-ui .forminator-field input,
  form.forminator-ui .forminator-field textarea {
    padding: calc(var(--box-width) * 0.35) !important;
  }
}
form.forminator-ui .forminator-field input:focus,
form.forminator-ui .forminator-field textarea:focus {
  outline: none !important;
}
form.forminator-ui .forminator-required {
  color: #003a5a !important;
}
form.forminator-ui .forminator-field-consent .forminator-label {
  display: none !important;
}
@media (min-width: 993px) {
  form.forminator-ui .forminator-checkbox__wrapper {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
form.forminator-ui .forminator-checkbox__wrapper .forminator-checkbox-box {
  border: 2px solid #003a5a !important;
  background-color: unset !important;
  border-radius: 0px !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: calc(var(--box-width) * 0.1) !important;
}
form.forminator-ui .forminator-checkbox__wrapper .forminator-checkbox__label {
  color: #3c3c3b;
  font-family: Manrope !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 15px !important; /* 150% */
}
form.forminator-ui .forminator-checkbox__wrapper .forminator-checkbox__label p {
  color: #3c3c3b;
  font-family: Manrope !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 15px !important; /* 150% */
}
form.forminator-ui .select2-selection {
  border: 2px solid #003a5a !important;
  border-radius: 0px !important;
  height: auto !important;
  outline: unset !important;
  background-color: unset !important;
}
form.forminator-ui .select2-selection .select2-selection__rendered {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
  font-size: 16px !important;
  color: #3c3c3b !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(var(--box-width) * 0.25) !important;
  border-right: 2px solid #003a5a !important;
}
@media (max-width: 993px) {
  form.forminator-ui .select2-selection .select2-selection__rendered {
    padding: calc(var(--box-width) * 0.35) !important;
    line-height: 1.8 !important;
  }
}
form.forminator-ui .select2-selection .select2-selection__arrow {
  width: var(--box-width) !important;
  min-height: var(--box-width) !important;
}
form.forminator-ui .select2-selection .select2-selection__arrow .forminator-icon-chevron-down {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 993px) {
  form.forminator-ui .select2-selection .select2-selection__arrow {
    width: calc(var(--box-width) * 1.5) !important;
  }
}
form.forminator-ui .select2-selection .forminator-icon-chevron-down:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url("../svgs/select.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: calc(var(--box-width) * 0.75) !important;
}
form.forminator-ui .forminator-field.forminator-has_error label {
  color: red;
}
form.forminator-ui .forminator-field.forminator-has_error .forminator-required {
  color: red !important;
}
form.forminator-ui .forminator-field.forminator-has_error input,
form.forminator-ui .forminator-field.forminator-has_error textarea,
form.forminator-ui .forminator-field.forminator-has_error select {
  border-color: red !important;
}
form.forminator-ui .forminator-error-message {
  background-color: unset !important;
  padding: 0 !important;
  margin-top: calc(var(--box-width) * 0.05) !important;
  text-align: right;
  color: red !important;
  font-family: Manrope !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 100%; /* 12px */
  text-transform: uppercase;
}

.forminator-select-dropdown-container--open .forminator-custom-form-443.forminator-dropdown--default {
  background-color: #f4f0ed !important;
  border-color: #003a5a !important;
  border: 2px solid #003a5a !important;
  margin-top: -3px !important;
}

.select2-results__option {
  padding: calc(var(--box-width) * 0.1) calc(var(--box-width) * 0.25) !important;
  font-size: 16px !important;
  line-height: 22.4px !important;
  color: #003a5a;
  outline: unset !important;
}
.select2-results__option--selected {
  background-color: #003a5a !important;
}

.page-home-links:not(.no-padding) {
  background-color: #f4f0ed;
  padding: 55px 0;
}

/* Single adjustments
--------------------------------------------- */
body.single .background-wrapper {
  padding: 0;
}
body.single section:not(.cta) h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px; /* 116.667% */
  letter-spacing: -0.3px;
}
@media (max-width: 993px) {
  body.single section:not(.cta) h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 33px; /* 132% */
    letter-spacing: -0.25px;
  }
}
body.single .boxes__further-text {
  margin-top: calc(var(--box-width) * 2);
  width: calc(var(--box-width) * 13.2);
  font-size: 23px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px;
}
@media (max-width: 993px) {
  body.single .boxes__further-text {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
}

/* 404
--------------------------------------------- */
.error-404 {
  padding: 0;
  padding-bottom: calc(var(--box-width) * 2);
}
@media (max-width: 993px) {
  .error-404 {
    padding-top: calc(var(--box-width) * 0.5);
  }
}
.error-404__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 993px) {
  .error-404__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.error-404 h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #003a5a;
  font-size: 65px;
  font-style: normal;
  font-weight: 900;
  line-height: 65px; /* 100% */
  text-transform: uppercase;
  color: #003a5a;
}
@media (max-width: 993px) {
  .error-404 h1 {
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px; /* 105.263% */
    letter-spacing: -0.38px;
  }
}
.error-404 h1 div.text {
  padding: calc(var(--box-width) * 0.1) calc(var(--box-width) * 0.5);
}
.error-404 h1 div.icon {
  border-right: 2px solid #003a5a;
  width: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 993px) {
  .error-404 h1 div.icon {
    width: 50px;
  }
}
.error-404 p.large {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 133.333% */
  letter-spacing: -0.3px;
  color: #003a5a;
  margin: 0;
  margin-bottom: calc(var(--box-width) * 0.5);
}
@media (max-width: 993px) {
  .error-404 p.large {
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 27px; /* 122.727% */
    letter-spacing: -0.22px;
  }
}
.error-404 p.small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin: 0;
  margin-bottom: calc(var(--box-width) * 1);
}
@media (max-width: 993px) {
  .error-404 a {
    width: 100%;
    text-align: center;
  }
}

.--background-gray {
  background-color: #f4f0ed;
}