@charset "UTF-8";
/* =============ABSTRACTS==================== */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.eot");
  src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Light.svg#Inter-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* =============BASE==================== */
/* VARIABLES =================================================================== */
/*
$gutter: 2%;
$columns: 16;
*/
/* STYLES ====================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  height: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0;
}

p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

#form-success {
  display: none;
}

#feedback.erroneous, #feedback.error {
  padding: 10px;
  text-align: center;
  background-color: crimson;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}

/* MEDIA QUERY'S =============================================================== */
* {
  outline: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

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

input[type=number]::-webkit-inner-adjust-hue-button, input[type=number]::-webkit-outer-adjust-hue-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  border-radius: 0;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* GRID ======================================================================== */
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

body {
  width: 100%;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background: RoyalBlue;
  color: #fff;
}

::selection {
  background: RoyalBlue;
  color: #fff;
}

::-moz-selection {
  background: RoyalBlue;
  color: #fff;
}

#privacypolicy {
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(238, 238, 238, 0.6);
  color: RoyalBlue;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  width: 100%;
  font-size: 11px;
  line-height: 22px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
#privacypolicy a {
  color: RoyalBlue;
}
#privacypolicy .privacy-btn {
  background-image: url("../images/privacy-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.erroneous {
  border-color: crimson !important;
}

/* PLUGINS ===================================================================== */
html {
  font-family: sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.4;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #2C4390;
}

h1, h2, h3, .h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #2C4390;
}
h1 a, h2 a, h3 a, .h2 a {
  text-decoration: none;
}

h1 {
  font-size: 4.5rem;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 4rem;
  }
}
@media (max-width: 700px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 3rem;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 700px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
}
@media (max-width: 1000px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 700px) {
  h3 {
    font-size: 1.6rem;
  }
}

p {
  margin: 0;
}
p:not(p:last-of-type) {
  padding-bottom: 2rem;
}

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

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  height: 100%;
  max-width: 2500px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
}

picture img {
  height: 100%;
  width: 100%;
}

picture {
  display: block;
}

.fade-in-section {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fade-in-section.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.error__container a {
  color: unset;
  text-decoration: underline;
}

.swiper {
  height: 100%;
  width: 100%;
}

svg, img {
  display: block;
}

.isie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: white;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isie h1 {
  padding-bottom: 2vw;
}
.isie .close-isie {
  text-decoration: underline;
  padding-top: 1vw;
  cursor: pointer;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.ratio__portrait {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 150%;
  overflow: hidden;
}
.ratio__landscape {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
}
.ratio__landscape.small {
  padding-bottom: 50%;
}
.ratio__landscape.medium {
  padding-bottom: 65%;
}
.ratio__landscape.big {
  padding-bottom: 90%;
}
.ratio__square {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.ratio__fullscreen {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ratio__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ratio__thumbnail.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.ratio__logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ratio__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 124%;
}

/* =============COMPONENTS==================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 2500px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.bg {
  background: #2C4390;
}
.header.scrolling {
  top: 0;
  background: #2C4390;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 9rem;
}
@media (max-width: 1550px) {
  .header-inner {
    padding: 3rem 6rem;
  }
}
@media (max-width: 700px) {
  .header-inner {
    padding: 3rem 3rem;
  }
}
.header-logo {
  max-width: 35rem;
  width: 100%;
}
@media (max-width: 1550px) {
  .header-logo {
    max-width: 26rem;
  }
}
@media (max-width: 1300px) {
  .header-logo {
    max-width: 35rem;
  }
}
@media (max-width: 700px) {
  .header-logo {
    max-width: 25rem;
  }
}
@media (max-width: 480px) {
  .header-logo {
    max-width: 18rem;
  }
}
.header-logo-inner {
  display: block;
}
.header-logo-inner svg {
  display: block;
  width: 100%;
  height: 100%;
}
.header-nav {
  width: 100%;
}
@media (max-width: 1300px) {
  .header-nav {
    width: unset;
  }
}
.header-nav-inner .menu {
  width: 100%;
}
@media (max-width: 1300px) {
  .header-nav-inner .menu {
    width: unset;
  }
}
.header-nav-inner .menu ul {
  padding: 0;
  margin: 0;
  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;
  gap: 2.5rem;
}
@media (max-width: 1550px) {
  .header-nav-inner .menu ul {
    gap: 2.5rem;
  }
}
.header-nav-inner .menu ul li {
  list-style: none;
  line-height: 1;
}
@media (max-width: 1300px) {
  .header-nav-inner .menu ul li:not(.header-nav-inner .menu ul li.hamburger) {
    display: none;
  }
}
.header-nav-inner .menu ul li.hamburger {
  max-width: 3rem;
  height: 2.5rem;
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1300px) {
  .header-nav-inner .menu ul li.hamburger {
    width: 3rem;
  }
}
.header-nav-inner .menu ul li .hamburger-icon {
  position: relative;
  background: #fff;
  width: 100%;
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav-inner .menu ul li .hamburger-icon:before, .header-nav-inner .menu ul li .hamburger-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.header-nav-inner .menu ul li .hamburger-icon:before {
  top: -8px;
  left: 0;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header-nav-inner .menu ul li .hamburger-icon:after {
  bottom: -8px;
  left: 0;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header-nav-inner .menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
  position: relative;
}
.header-nav-inner .menu ul li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
      -ms-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-nav-inner .menu ul li a:hover:before {
  opacity: 1;
}
.header-nav-inner .menu ul li a.active:before {
  opacity: 1;
}
.header-subinner {
  width: 100%;
  padding: 1.2rem 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #253B86;
}
@media (max-width: 1550px) {
  .header-subinner {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media (max-width: 700px) {
  .header-subinner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.header-subinner-nav ul {
  padding: 0;
  margin: 0;
  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;
  gap: 4rem;
}
@media (max-width: 1550px) {
  .header-subinner-nav ul {
    gap: 2rem;
  }
}
.header-subinner-nav ul li {
  list-style: none;
  line-height: 1;
}
.header-subinner-nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 480px) {
  .header-subinner-nav ul li a {
    gap: 0.5rem;
    font-size: 1.2rem;
  }
}
.header-subinner-nav ul li a .titlemobile {
  display: none;
}
@media (max-width: 700px) {
  .header-subinner-nav ul li a .titlemobile {
    display: block;
  }
  .header-subinner-nav ul li a .title {
    display: none;
  }
}
.header-subinner-nav ul li a img {
  display: block;
  width: 20px;
  height: auto;
}
@media (max-width: 480px) {
  .header-subinner-nav ul li a img {
    width: 15px;
  }
}

@media (max-width: 700px) {
  .contact .footer {
    padding: 15rem 0 0;
  }
}

.footer {
  padding: 10rem 0 0;
}
@media (max-width: 700px) {
  .footer {
    padding: 10rem 0 0;
  }
}
.footer-inner {
  background: #EFEFEF;
  padding: 9rem;
}
@media (max-width: 1550px) {
  .footer-inner {
    padding: 9rem 6rem;
  }
}
@media (max-width: 700px) {
  .footer-inner {
    padding: 5rem 3rem;
  }
}
.footer-logo {
  max-width: 44rem;
  width: 100%;
  padding-bottom: 5rem;
}
.footer-logo-inner svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-logo-inner svg path, .footer-logo-inner svg rect {
  fill: #2C4390;
}
.footer-content {
  max-width: 55%;
  width: 100%;
}
.footer-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .footer-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
@media (max-width: 1000px) {
  .footer-content {
    max-width: 100%;
  }
}
.footer-content-inner h2, .footer-content-inner .h2 {
  font-size: 2.5rem;
  font-weight: 500;
  padding-bottom: 2.5rem;
}
.footer-content-form {
  padding-top: 5rem;
}
.footer-side {
  max-width: 45%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .footer-side {
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1000px) {
  .footer-side-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.footer-side-inner h2, .footer-side-inner .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 2.5rem;
}
@media (max-width: 1000px) {
  .footer-side-body {
    max-width: 50%;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .footer-side-body {
    max-width: 100%;
  }
}
.footer-side-body-inner a {
  color: #2C4390;
  text-decoration: none;
}
.footer-side-sitemap {
  padding-top: 5rem;
}
@media (max-width: 1000px) {
  .footer-side-sitemap {
    max-width: 50%;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 700px) {
  .footer-side-sitemap {
    max-width: 100%;
    padding-top: 5rem;
  }
}
.footer-side-sitemap-inner ul {
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (max-width: 480px) {
  .footer-side-sitemap-inner ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.footer-side-sitemap-inner ul li {
  list-style: none;
}
.footer-side-sitemap-inner ul li a {
  text-decoration: none;
  color: #2C4390;
  line-height: 2;
}
.footer-side-socials {
  padding-top: 5rem;
}
.footer-side-body2 {
  padding-top: 5rem;
}
@media (max-width: 1000px) {
  .footer-side-body2 {
    max-width: 50%;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .footer-side-body2 {
    max-width: 100%;
  }
}
.footer-side-body2-inner a {
  color: #2C4390;
  text-decoration: none;
}
.footer-side-copy {
  padding-top: 5rem;
}
@media (max-width: 1000px) {
  .footer-side-copy {
    max-width: 50%;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .footer-side-copy {
    max-width: 100%;
  }
}
.footer-side-copy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.footer-side-copy-inner a {
  font-size: 1.1rem;
  color: #2C4390;
  text-decoration: none;
  text-transform: uppercase;
}

#privacypolicy {
  background: #fff;
  color: #222222;
}
#privacypolicy a {
  color: #222222;
}

.termsfeed-com---nb-simple {
  max-width: 100% !important;
  width: 100%;
  height: auto !important;
}

.cc-nb-main-container {
  font-size: 1.3rem !important;
  background: #fff !important;
  /*display: grid!important;
  grid-template-columns: 1fr 1fr!important;*/
  padding: 1rem 10rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media (max-width: 1000px) {
  .cc-nb-main-container {
    padding: 2rem 5rem !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
.cc-nb-title {
  font-size: 2rem !important;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
  color: #222222 !important;
  margin: 0 !important;
  padding-bottom: 1rem !important;
}
.cc-nb-title-container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media (max-width: 1000px) {
  .cc-nb-title-container {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
.cc-nb-text {
  color: #222222 !important;
  line-height: 1.5 !important;
  font-size: 1.2rem !important;
}
.cc-nb-text-container {
  /*grid-column: 1 / 2;
  grid-row: 2 / 3;

  @include tablet {
      grid-column: unset!important;
      grid-row: unset!important;
  }*/
}
.cc-nb-okagree {
  background: none !important;
  border: none !important;
  color: #222222 !important;
}
.cc-nb-okagree:hover {
  background: #222222 !important;
  color: #fff !important;
}
.cc-nb-reject {
  background: none !important;
  border: none !important;
  color: #222222 !important;
  opacity: 40% !important;
  display: none !important;
}
.cc-nb-changep {
  color: #222222 !important;
  background: #fff !important;
  opacity: 0.5 !important;
}
.cc-nb-buttons-container {
  /*grid-column: 2 / 3;
  grid-row: 1 / 3;*/
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  width: auto;
  margin: 0 0 0 auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media (max-width: 1000px) {
  .cc-nb-buttons-container {
    /*grid-column: unset!important;
    grid-row: unset!important;
    flex-direction: column-reverse!important;*/
  }
}
.cc-nb-buttons-container button {
  text-transform: uppercase !important;
  letter-spacing: 0.075em !important;
  font-size: 1rem !important;
  outline: none !important;
  border-radius: 20px !important;
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  padding: 1rem 2rem !important;
  margin: 0 !important;
}
@media (max-width: 1000px) {
  .cc-nb-buttons-container button {
    padding: 0.5rem 1rem !important;
  }
}

.cc-cp-foot-save {
  background: #222222 !important;
}
.cc-cp-foot-save:focus {
  outline: none !important;
  border: none !important;
}

.privacypage {
  padding: 25rem 10rem 10rem;
}
form, input, label, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form {
  list-style-type: none;
  padding: 0;
}
form .error {
  color: crimson;
}
form .error::-webkit-input-placeholder {
  color: crimson;
}
form .error::-moz-placeholder {
  color: crimson;
}
form .error:-ms-input-placeholder {
  color: crimson;
}
form .error::-ms-input-placeholder {
  color: crimson;
}
form .error::placeholder {
  color: crimson;
}
form .error + label {
  color: crimson;
  font-weight: bold;
}
form .error + label a {
  color: crimson !important;
}
form .error a {
  color: crimson;
}
form .error .checkbox:before {
  border: 0.5px solid crimson;
}
form button {
  text-transform: uppercase;
  color: #2C4390;
  background: none;
  border: 1px solid #2C4390;
}

.form-group {
  border-bottom: 1px solid #2C4390;
  margin-top: -1px;
  position: relative;
}
.form-group.group-business {
  margin-bottom: 2.5rem;
}
.form-group-column {
  padding-bottom: 2.5rem;
}
.form-group-column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
  width: 100%;
}
@media (max-width: 480px) {
  .form-group-column-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-group-column-inner .form-group {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 480px) {
  .form-group-column-inner .form-group {
    max-width: 100%;
  }
}
.form-group-checkboxes {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.form-group-checkboxes-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 480px) {
  .form-group-checkboxes-inner {
    -ms-flex-wrap: unwrap;
        flex-wrap: unwrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-group-checkboxes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.form-group-checkboxes-item label {
  position: relative;
  margin-left: 2.5rem;
  top: unset;
  display: block;
}
.form-group-checkboxes-item label:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #2C4390;
  left: -25px;
  top: 2px;
}
.form-group-checkboxes-item label a {
  text-decoration: underline;
  color: #2C4390;
}
.form-group-checkboxes-item input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: -99999999px;
}
.form-group-checkboxes-item input:checked + label:after {
  content: "";
  background: #2C4390;
  border: 1px solid #2C4390;
  position: absolute;
  top: 2px;
  left: -25px;
  width: 1.5rem;
  height: 1.5rem;
}

.noline {
  border-bottom: none;
  margin-top: 0;
}

#group-policy {
  padding: 20px 0;
}

label, input {
  -webkit-transition: color 0.4s ease, background-color 0.1s ease-in-out;
  transition: color 0.4s ease, background-color 0.1s ease-in-out;
}

legend {
  color: #2C4390;
  font-weight: 500;
}

label {
  color: #2C4390;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 0;
}

input, textarea {
  background-color: transparent;
  border: none;
  color: #2C4390;
  font-size: 1.6rem;
  margin: 9px 0 7px 0;
  margin: 0;
  padding: 2em 10px 10px 0;
  outline: none;
  width: 100%;
}
input.error, textarea.error {
  padding: 2em 10px 2em 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2C4390;
  opacity: 0.4;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #2C4390;
  opacity: 0.4;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #2C4390;
  opacity: 0.4;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #2C4390;
  opacity: 0.4;
}

.error-text {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  font-weight: normal;
  color: crimson;
}
.error-text.error-policy {
  position: relative;
  bottom: 0;
  left: 0;
  padding-top: 1rem;
}

.policy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.policy input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: -99999999px;
}
.policy input:checked + label:after {
  content: "";
  content: "✓";
  /*border: 1px solid $blue;*/
  position: absolute;
  left: -23px;
  width: 1.5rem;
  height: 1.5rem;
}
.policy label {
  position: relative;
  margin-left: 2.5rem;
  top: unset;
}
.policy label:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #2C4390;
  left: -25px;
  top: 2px;
}
.policy label a {
  text-decoration: underline;
  color: #2C4390;
}

.label--required:after {
  content: "*";
  color: #2C4390;
  margin-left: 5px;
}

.grecaptcha-badge {
  opacity: 0 !important;
  visibility: hidden !important;
}

.fancybox__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.5rem;
}
.fancybox__toolbar__items--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fancybox__counter {
  display: none !important;
}
.fancybox__button--zoom, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs {
  display: none !important;
}
.fancybox__slide {
  padding: 0 !important;
}
@media (max-width: 700px) {
  .fancybox__slide {
    padding: 5rem !important;
  }
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.7) !important;
}
.fancybox__content .carousel__button.is-close {
  top: 0 !important;
  right: 0;
}
.fancybox__content .carousel__button.is-close svg {
  color: #222222;
  -webkit-filter: none;
          filter: none;
  width: 2rem;
  height: 2rem;
}

.btn {
  border: 1px solid #2C4390;
  color: #2C4390;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  padding: 2rem 1.5rem;
  font-size: 1.5rem;
}
.btn.downloads, .btn.active {
  background: #2C4390;
  color: #fff;
}
.btn.downloads:hover, .btn.active:hover {
  background: transparent;
  color: #2C4390;
}
.btn:hover {
  background: #2C4390;
  color: #fff;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
}

.column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 100%;
}

@media (max-width: 1000px) {
  .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.intro-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #2C4390;
  padding: 15rem 0 0;
}
@media (max-width: 700px) {
  .intro-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5rem 0 0;
  }
}
.intro-content {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 700px) {
  .intro-content {
    max-width: 100%;
  }
}
.intro-content-inner {
  padding: 10rem 6rem;
}
@media (max-width: 1550px) {
  .intro-content-inner {
    padding: 10rem 3rem;
  }
}
@media (max-width: 700px) {
  .intro-content-inner {
    padding: 10rem 3rem 5rem;
  }
}
.intro-content-icon {
  padding-bottom: 1rem;
}
.intro-content-icon-inner {
  width: 4rem;
}
.intro-content-icon-inner svg {
  width: 4rem;
  height: 4rem;
}
.intro-content-icon-inner svg path, .intro-content-icon-inner svg rect {
  fill: #fff;
}
.intro-content-body-inner {
  color: #fff;
}
.intro-content-body-inner h1 {
  padding-bottom: 2.5rem;
  color: #fff;
}
.intro-content-body-inner h3 {
  color: #fff;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: normal;
}
.intro-content-solutions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro-content-solutions-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.intro-content-solutions-item {
  background: #2C4390;
  text-decoration: none;
  border: 1px solid #fff;
}
@media (max-width: 700px) {
  .intro-content-solutions-item {
    width: 100%;
  }
}
.intro-content-solutions-item-inner {
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  color: #fff;
}
.intro-content-solutions-item-icon {
  width: 4rem;
  height: 4rem;
}
.intro-content-solutions-item-icon img {
  display: block;
}
.intro-content-solutions-item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.intro-content-solutions-item-icon svg path, .intro-content-solutions-item-icon svg rect {
  fill: #fff;
}
.intro-content-buttons {
  padding-top: 2.5rem;
}
.intro-content-buttons-item-inner .button-down {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  cursor: pointer;
}
.intro-content-buttons-item-inner .button-down svg {
  display: block;
  width: 100%;
  height: 100%;
}
.intro-thumbnail {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 700px) {
  .intro-thumbnail {
    max-width: 100%;
  }
}
.intro-thumbnail-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.intro-thumbnail-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: #fff;
  padding: 0.5rem;
}
.intro-thumbnail-icon-inner {
  width: 5rem;
}
.intro-thumbnail-icon-inner picture img {
  display: block;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.socials li {
  list-style: none;
  width: 1.5rem;
  height: 1.5rem;
}
.socials li a {
  width: 100%;
  height: 100%;
  display: block;
}
.socials li a svg {
  width: 100%;
  height: 100%;
  display: block;
}

.menuslide {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 65rem;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow-y: scroll;
}
@media (max-width: 1000px) {
  .menuslide {
    max-width: 100%;
  }
}
.menuslide.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menuslide-inner {
  padding: 7.6rem 9rem 5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1550px) {
  .menuslide-inner {
    padding: 8rem 6rem 5rem;
  }
}
@media (max-width: 1000px) {
  .menuslide-inner {
    padding: 5rem 3rem;
  }
}
.menuslide-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menuslide-header-close {
  cursor: pointer;
}
.menuslide-header-close-inner {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.menuslide-header-close-inner svg {
  width: 100%;
  height: 100%;
  display: block;
}
.menuslide-content {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 2.5rem;
}
.menuslide-buttons {
  padding-top: 2.5rem;
}
.menuslide-buttons-inner {
  padding: 0 1.5rem;
}
.menuslide-primary-inner {
  padding: 0 3rem;
}
.menuslide-primary-inner li {
  list-style: none;
}
.menuslide-primary-inner li a {
  color: #2C4390;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  position: relative;
}
@media (max-width: 700px) {
  .menuslide-primary-inner li a {
    font-size: 1.6rem;
  }
}
.menuslide-primary-inner li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #2C4390;
  width: 5px;
  height: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menuslide-primary-inner li a:hover:before {
  opacity: 1;
}
.menuslide-primary-inner li a.active:before {
  opacity: 1;
}
.menuslide-secondary-inner {
  padding: 0 3rem;
}
.menuslide-secondary-inner li {
  list-style: none;
}
.menuslide-secondary-inner li a {
  color: #2C4390;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 2;
  font-size: 1.5rem;
  position: relative;
}
.menuslide-secondary-inner li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #2C4390;
  width: 5px;
  height: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menuslide-secondary-inner li a:hover:before {
  opacity: 1;
}
.menuslide-secondary-inner li a.active:before {
  opacity: 1;
}
.menuslide-languages-inner {
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}
.menuslide-languages-inner li {
  list-style: none;
}
.menuslide-languages-inner li a {
  color: #2C4390;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.4rem;
  opacity: 0.4;
}
.menuslide-languages-inner li a.active {
  opacity: 1;
}
.menuslide-footer {
  padding: 5rem 0;
}
.menuslide-footer-inner {
  border-top: 1px solid #2C4390;
  padding: 5rem 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.menuslide-footer-contact a {
  color: #2C4390;
  text-decoration: none;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.fixedcta {
  position: absolute;
  right: 1rem;
  bottom: 9rem;
  z-index: 4;
}
@media (max-width: 1550px) {
  .fixedcta {
    bottom: 6rem;
  }
}
.fixedcta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.fixedcta-item {
  width: 5rem;
  height: 5rem;
  border: 1px solid #2C4390;
  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;
}
.fixedcta-item a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
}
.fixedcta-item a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.fixedcta-item a svg path {
  fill: #2C4390;
}

.siteselector {
  position: fixed;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999999999;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.siteselector-inner {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media (max-width: 1000px) {
  .siteselector-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.siteselector-item {
  max-width: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  isolation: isolate;
  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;
}
@media (max-width: 1000px) {
  .siteselector-item {
    max-width: 100%;
    height: 50%;
  }
}
.siteselector-item-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;
  position: relative;
  padding: 0 5rem;
  height: 50rem;
  z-index: 2;
}
@media (max-width: 1000px) {
  .siteselector-item-inner {
    height: unset;
  }
}
.siteselector-item-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.siteselector-item-gradient.iso:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(45, 67, 144);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(45, 67, 144)), color-stop(45%, rgba(45, 67, 144, 0)));
  background: linear-gradient(180deg, rgb(45, 67, 144) 0%, rgba(45, 67, 144, 0) 45%);
}
.siteselector-item-gradient.iso:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(45, 67, 144);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(95%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 95%);
}
.siteselector-item-gradient.beco:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(15%, rgb(255, 255, 255)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(80%, rgb(239, 239, 239)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 30%, rgb(239, 239, 239) 80%);
}
.siteselector-logo {
  max-width: 40rem;
  width: 100%;
  height: 8rem;
}
.siteselector-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.siteselector-content {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-weight: 600;
  max-width: 50rem;
  width: 100%;
}
@media (max-width: 1000px) {
  .siteselector-content {
    display: none;
  }
}
.siteselector-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 5rem 0 0;
}
.siteselector-buttons a {
  text-align: center;
}
@media (max-width: 1000px) {
  .siteselector-buttons {
    display: none;
  }
}
.siteselector-buttons-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .siteselector-buttons-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.siteselector-buttons-mobile a {
  padding: 1rem 2.5rem;
}

.b-quote {
  padding: 10rem 0 0;
}
@media (max-width: 1550px) {
  .b-quote {
    padding: 10rem 0 0;
  }
}
@media (max-width: 700px) {
  .b-quote {
    padding: 5rem 0 0;
  }
}
.b-quote.small .b-quote-body {
  max-width: 83.33%;
}
@media (max-width: 1550px) {
  .b-quote.small .b-quote-body {
    max-width: 91.663%;
  }
}
@media (max-width: 1300px) {
  .b-quote.small .b-quote-body {
    max-width: 100%;
  }
}
.b-quote.bg .b-quote-inner {
  padding: 6rem;
  background: #2C4390;
}
@media (max-width: 1000px) {
  .b-quote.bg .b-quote-inner {
    padding: 3rem;
  }
}
.b-quote.bg .b-quote-body {
  color: #fff;
}
.b-quote.bg .b-quote-body .btn {
  color: #fff;
  border: 1px solid #fff;
}
.b-quote.bg .b-quote-body .btn:hover {
  background: #fff;
  color: #2C4390;
}
.b-quote-inner {
  padding: 0 6rem;
  color: #2C4390;
  font-family: "Inter", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .b-quote-inner {
    font-size: 3.5rem;
  }
}
@media (max-width: 700px) {
  .b-quote-inner {
    padding: 3rem;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .b-quote-inner {
    font-size: 2.5rem;
  }
}
.b-quote-body {
  max-width: 100%;
  width: 100%;
}

.b-links {
  padding: 10rem 0 0;
}
.b-links-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1300px) {
  .b-links-inner {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-links-thumbnail {
  max-width: 18.75%;
  width: 100%;
}
@media (max-width: 1300px) {
  .b-links-thumbnail {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 700px) {
  .b-links-thumbnail {
    display: none;
  }
}
.b-links-thumbnail-inner {
  height: 100%;
  width: 100%;
}
.b-links-content {
  max-width: 37.5%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1550px) {
  .b-links-content {
    max-width: 43.75%;
  }
}
@media (max-width: 1300px) {
  .b-links-content {
    max-width: 81.25%;
  }
}
@media (max-width: 700px) {
  .b-links-content {
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 3rem;
  }
}
.b-links-content-inner {
  max-width: 49.998%;
  width: 100%;
  padding-top: 6rem;
}
@media (max-width: 1300px) {
  .b-links-content-inner {
    padding: 6rem 0;
  }
}
@media (max-width: 700px) {
  .b-links-content-inner {
    max-width: 100%;
    padding: 0;
  }
}
.b-links-content-inner h2 {
  padding: 0 0 2.5rem;
}
.b-links-buttons {
  max-width: 31.25%;
  width: 100%;
}
@media (max-width: 1300px) {
  .b-links-buttons {
    max-width: 100%;
    padding: 3rem 3rem 0;
  }
}
.b-links-buttons-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1300px) {
  .b-links-buttons-inner {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-links-buttons-item {
  background: #EFEFEF;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .b-links-buttons-item {
    max-width: calc(50% - 1rem);
    width: 100%;
  }
}
@media (max-width: 700px) {
  .b-links-buttons-item {
    max-width: 100%;
  }
}
.b-links-buttons-item:hover .btn {
  background: #2C4390;
  color: #fff;
}
.b-links-buttons-item-inner {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .b-links-buttons-item-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: 2.5rem;
  }
}
.b-links-buttons-item-title-inner {
  text-transform: uppercase;
  color: #2C4390;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.b-links-buttons-item-title-inner h3 {
  font-size: 1.6rem;
  font-weight: 500;
}
.b-links-buttons-item-title-icon {
  width: 4rem;
}
.b-links-buttons-item-title-icon svg {
  width: 4rem;
  height: 4rem;
}
.b-links-buttons-item-title-icon picture {
  width: 100%;
  height: 100%;
}
.b-links-buttons-item-title-icon picture img {
  display: block;
}
@media (max-width: 480px) {
  .b-links-buttons-item-btn {
    width: 100%;
  }
  .b-links-buttons-item-btn .btn {
    width: 100%;
    text-align: center;
  }
}

.home .b-contentstrook {
  padding: 0;
}
@media (max-width: 700px) {
  .home .b-contentstrook {
    padding: 0;
  }
}

.b-contentstrook {
  padding: 10rem 0 0;
}
@media (max-width: 700px) {
  .b-contentstrook {
    padding: 5rem 0 0;
  }
}
.b-contentstrook.bg .b-contentstrook-inner {
  background: #2C4390;
  color: #fff;
}
.b-contentstrook.bg .b-contentstrook-inner h2 {
  color: #fff;
}
.b-contentstrook.noborder .b-contentstrook-inner {
  padding: 0;
}
.b-contentstrook.noborder .b-contentstrook-content {
  padding: 7rem 3rem;
}
.b-contentstrook-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EFEFEF;
}
@media (max-width: 700px) {
  .b-contentstrook-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.b-contentstrook-content {
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 3rem;
}
@media (max-width: 700px) {
  .b-contentstrook-content {
    max-width: 100%;
    padding: 2rem 3rem 5rem;
  }
}
.b-contentstrook-content-inner {
  max-width: 62.5%;
  width: 100%;
}
@media (max-width: 1300px) {
  .b-contentstrook-content-inner {
    max-width: 100%;
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 700px) {
  .b-contentstrook-content-inner {
    max-width: 100%;
    padding: 0;
  }
}
.b-contentstrook-content-inner h2 {
  padding-bottom: 2.5rem;
}
.b-contentstrook-content-inner ul {
  margin: 2.5rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.b-contentstrook-content-inner ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media (max-width: 480px) {
  .b-contentstrook-content-inner ul li {
    gap: 2rem;
  }
}
.b-contentstrook-content-inner ul li:before {
  content: "";
  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;
  padding: 0;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
      -ms-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  min-width: 0.6rem;
  background: #2C4390;
}
.b-contentstrook-content-inner .btn {
  margin-top: 2.5rem;
}
.b-contentstrook-thumbnail {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 700px) {
  .b-contentstrook-thumbnail {
    max-width: 100%;
    height: 30rem;
  }
}
.b-contentstrook-thumbnail-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.b-contentstrook-thumbnail .video__play-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  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;
  -webkit-appearance: none;
  z-index: 2;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.b-contentstrook-thumbnail .video__play-button-icon {
  width: 8rem;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.b-contentstrook-thumbnail .video__play-button-icon--play polygon {
  fill: #fff;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.b-contentstrook-thumbnail .video__play-button-icon--play:hover polygon {
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
}
.b-contentstrook-thumbnail .video__play-button-icon--pause rect {
  fill: #fff;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.b-contentstrook-thumbnail .video__play-button-icon--pause:hover rect {
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
}
.b-contentstrook-thumbnail .video__play-button[data-button-state=pause] .video__play-button-icon--pause {
  display: none;
}
.b-contentstrook-thumbnail .video__play-button[data-button-state=play] {
  background: rgba(0, 0, 0, 0);
}
.b-contentstrook-thumbnail .video__play-button[data-button-state=play] .video__play-button-icon {
  opacity: 0;
}
.b-contentstrook-thumbnail .video__play-button[data-button-state=play] .video__play-button-icon--play {
  display: none;
}
.b-contentstrook-thumbnail .video__play-button[data-button-state=play]:hover {
  background: rgba(0, 0, 0, 0.2);
}
.b-contentstrook-thumbnail .video__play-button[data-button-state=play]:hover .video__play-button-icon {
  opacity: 1;
}

.b-contentdriecol {
  padding: 10rem 0 0;
}
.b-contentdriecol-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-contentdriecol-inner {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-contentdriecol-content {
  max-width: 31.25%;
  width: 100%;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1550px) {
  .b-contentdriecol-content {
    max-width: 37.5%;
  }
}
@media (max-width: 1000px) {
  .b-contentdriecol-content {
    max-width: 100%;
    padding: 0 6rem;
  }
}
@media (max-width: 700px) {
  .b-contentdriecol-content {
    padding: 0 3rem;
  }
}
.b-contentdriecol-content-inner {
  max-width: 80%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-contentdriecol-content-inner {
    max-width: 100%;
  }
}
.b-contentdriecol-content-inner h2 {
  padding-bottom: 2.5rem;
}
.b-contentdriecol-list {
  max-width: 37.5%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .b-contentdriecol-list {
    max-width: 81.25%;
    padding: 6rem 8rem;
  }
}
@media (max-width: 700px) {
  .b-contentdriecol-list {
    max-width: 100%;
    padding: 6rem 5rem;
  }
}
.b-contentdriecol-list-inner ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media (max-width: 480px) {
  .b-contentdriecol-list-inner ul {
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}
.b-contentdriecol-thumbnail {
  max-width: 18.75%;
  width: 100%;
}
@media (max-width: 700px) {
  .b-contentdriecol-thumbnail {
    display: none;
  }
}
.b-contentdriecol-thumbnail-inner {
  width: 100%;
  height: 100%;
}
.b-contentdriecol-thumbnail-inner picture {
  min-height: 70rem;
}
@media (max-width: 1000px) {
  .b-contentdriecol-thumbnail-inner picture {
    min-height: unset;
  }
}

.b-oplossingen {
  padding: 10rem 3rem 0;
}
@media (max-width: 700px) {
  .b-oplossingen {
    padding: 5rem 3rem 0;
  }
}
.b-oplossingen-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 6rem;
}
@media (max-width: 1550px) {
  .b-oplossingen-inner {
    padding: 6rem 3rem;
  }
}
.b-oplossingen-content-inner {
  max-width: 28.56%;
  width: 100%;
}
@media (max-width: 1300px) {
  .b-oplossingen-content-inner {
    max-width: 100%;
  }
}
.b-oplossingen-content-inner h2 {
  padding-bottom: 2.5rem;
}
.b-oplossingen-list {
  padding-top: 5rem;
}
.b-oplossingen-list-item {
  color: #2C4390;
  text-decoration: none;
}
.b-oplossingen-list-item-thumbnail {
  position: relative;
}
.b-oplossingen-list-item-thumbnail-icons {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.b-oplossingen-list-item-thumbnail-icons-item {
  background: #fff;
  padding: 0.5rem;
}
.b-oplossingen-list-item-thumbnail-icons-item-inner {
  width: 4rem;
  height: 4rem;
}
.b-oplossingen-list-item-thumbnail-icons-item-inner picture {
  width: 100%;
  height: 100%;
}
.b-oplossingen-list-item-thumbnail-icons-item-inner picture img {
  display: block;
}
.b-oplossingen-list-item-content {
  padding-top: 2rem;
}
.b-oplossingen-list-item-content-inner {
  text-transform: uppercase;
  font-weight: 500;
}

.b-carousel {
  padding: 10rem 0 0;
  overflow-x: hidden;
}
@media (max-width: 700px) {
  .b-carousel {
    padding: 5rem 0 0;
  }
}
.b-carousel-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;
}
.b-carousel-content {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 700px) {
  .b-carousel-content {
    padding: 0 3rem;
  }
}
.b-carousel-content-inner {
  max-width: 80%;
  width: 100%;
  padding: 0 0 2.5rem;
}
@media (max-width: 700px) {
  .b-carousel-content-inner {
    max-width: 100%;
  }
}
.b-carousel-content-inner h2 {
  padding-bottom: 2.5rem;
}
.b-carousel-list {
  width: 100%;
}
.b-carousel-list-inner .swiper {
  max-width: 80%;
  width: 100%;
  overflow: visible;
}
@media (max-width: 700px) {
  .b-carousel-list-inner .swiper {
    max-width: calc(100% - 5rem);
    overflow: hidden;
  }
}
.b-carousel-list-inner .swiper .swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 2.5rem;
}
@media (max-width: 700px) {
  .b-carousel-list-inner .swiper .swiper-buttons {
    padding: 0 0 2.5rem;
  }
}
.b-carousel-list-inner .swiper .swiper-buttons-inner {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
}
@media (max-width: 700px) {
  .b-carousel-list-inner .swiper .swiper-buttons-inner {
    max-width: 100%;
  }
}
.b-carousel-list-inner .swiper .swiper-buttons-prev, .b-carousel-list-inner .swiper .swiper-buttons-next {
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
}
.b-carousel-list-inner .swiper .swiper-buttons-prev svg, .b-carousel-list-inner .swiper .swiper-buttons-next svg {
  width: 100%;
  height: 100%;
  display: block;
}
.b-carousel-list-inner .swiper .swiper-buttons-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-carousel-list-inner .swiper-slide {
  opacity: 0.32;
}
.b-carousel-list-inner .swiper-slide a {
  pointer-events: none;
}
.b-carousel-list-inner .swiper-slide-active, .b-carousel-list-inner .swiper-slide-next {
  opacity: 1;
}
.b-carousel-list-inner .swiper-slide-active a, .b-carousel-list-inner .swiper-slide-next a {
  pointer-events: initial;
}
.b-carousel-list-item {
  color: #2C4390;
  text-decoration: none;
}
.b-carousel-list-item:hover .b-carousel-list-item-thumbnail picture img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.b-carousel-list-item-thumbnail {
  position: relative;
}
@media (max-width: 700px) {
  .b-carousel-list-item-thumbnail .ratio__landscape {
    padding-bottom: 80%;
  }
}
.b-carousel-list-item-icons {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.b-carousel-list-item-icons-item {
  background: #fff;
  padding: 0.5rem;
}
.b-carousel-list-item-icons-item-inner {
  width: 4rem;
  height: 4rem;
}
.b-carousel-list-item-icons-item-inner picture {
  width: 100%;
  height: 100%;
}
.b-carousel-list-item-icons-item-inner picture img {
  display: block;
}
.b-carousel-list-item-content {
  padding-top: 2.5rem;
}
.b-carousel-list-item-content-inner {
  text-transform: uppercase;
  font-weight: 500;
}

.b-banner {
  width: 100%;
  height: 65vh;
  height: calc(var(--vh, 1vh) * 65);
}
.b-banner-inner {
  width: 100%;
  height: 100%;
}
.b-banner-thumbnail {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.b-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.b-banner.noresize {
  height: auto;
}

.b-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 9rem 0;
}
@media (max-width: 1550px) {
  .b-content {
    padding: 10rem 6rem 0;
  }
}
@media (max-width: 700px) {
  .b-content {
    padding: 5rem 3rem 0;
  }
}
.b-content.small .b-content-inner {
  max-width: 66.664%;
}
@media (max-width: 1550px) {
  .b-content.small .b-content-inner {
    max-width: 83.33%;
  }
}
@media (max-width: 1300px) {
  .b-content.small .b-content-inner {
    max-width: 100%;
  }
}
.b-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 83.33%;
  width: 100%;
}
@media (max-width: 1550px) {
  .b-content-inner {
    max-width: 91.663%;
  }
}
@media (max-width: 1300px) {
  .b-content-inner {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .b-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.b-content-inner.inverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 700px) {
  .b-content-inner.inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.b-content-inner.inverse .b-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.b-content-body {
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 700px) {
  .b-content-body {
    max-width: 100%;
  }
}
.b-content-body-inner {
  max-width: 80%;
  width: 100%;
}
@media (max-width: 700px) {
  .b-content-body-inner {
    max-width: 100%;
    padding: 0 0 5rem;
  }
}
.b-content-body-inner h2 {
  padding-bottom: 2.5rem;
}
.b-content-body-inner ul {
  margin: 2.5rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.b-content-body-inner ul li {
  position: relative;
  padding-left: 3rem;
  list-style: none;
  /*display: flex;
  align-items: center;
  gap: 3rem;*/
}
@media (max-width: 480px) {
  .b-content-body-inner ul li {
    /*gap: 2rem;*/
    padding-left: 2rem;
  }
}
.b-content-body-inner ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  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;
  padding: 0;
  -webkit-transform: translate(0, 0) rotate(45deg);
      -ms-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  min-width: 0.6rem;
  background: #2C4390;
}
.b-content-body-buttons {
  padding-top: 2.5rem;
}
.b-content-thumbnail {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 700px) {
  .b-content-thumbnail {
    max-width: 100%;
  }
}
.b-content-thumbnail-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-content-thumbnail-inner .ratio__portrait {
  padding-bottom: 120%;
}
.b-content-thumbnail .video__play-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  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;
  -webkit-appearance: none;
  z-index: 2;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.b-content-thumbnail .video__play-button-icon {
  width: 8rem;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.b-content-thumbnail .video__play-button-icon--play polygon {
  fill: #fff;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.b-content-thumbnail .video__play-button-icon--play:hover polygon {
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
}
.b-content-thumbnail .video__play-button-icon--pause rect {
  fill: #fff;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.b-content-thumbnail .video__play-button-icon--pause:hover rect {
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
}
.b-content-thumbnail .video__play-button[data-button-state=pause] .video__play-button-icon--pause {
  display: none;
}
.b-content-thumbnail .video__play-button[data-button-state=play] {
  background: rgba(0, 0, 0, 0);
}
.b-content-thumbnail .video__play-button[data-button-state=play] .video__play-button-icon {
  opacity: 0;
}
.b-content-thumbnail .video__play-button[data-button-state=play] .video__play-button-icon--play {
  display: none;
}
.b-content-thumbnail .video__play-button[data-button-state=play]:hover {
  background: rgba(0, 0, 0, 0.2);
}
.b-content-thumbnail .video__play-button[data-button-state=play]:hover .video__play-button-icon {
  opacity: 1;
}

.b-table {
  padding: 10rem 0 0;
}
.b-table:first-of-type {
  padding: 10rem 0 0;
}
.b-table-inner {
  padding: 0 9rem;
}
@media (max-width: 1550px) {
  .b-table-inner {
    padding: 0 6rem;
  }
}
@media (max-width: 1000px) {
  .b-table-inner {
    overflow: scroll;
  }
}
.b-table-inner h2 {
  text-align: center;
  padding-bottom: 2.5rem;
}
.b-table-inner table {
  border-collapse: collapse;
  border-spacing: -1px;
  max-width: 91.663%;
  width: 100%;
}
@media (max-width: 1300px) {
  .b-table-inner table {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .b-table-inner table {
    width: 80rem;
  }
}
.b-table-inner table thead tr th {
  text-align: left;
  padding: 3rem 5rem;
  font-weight: normal;
  border: 1px solid #2C4390;
}
.b-table-inner table thead tr th:nth-of-type(1) {
  padding: 0;
}
.b-table-inner table thead tr th:nth-of-type(1) {
  border: none;
}
.b-table-inner table thead tr th strong {
  font-weight: 600;
}
.b-table-inner table tbody tr td.inside {
  border: 1px solid #2C4390;
}
.b-table-inner table tbody tr td.outside {
  border: 1px solid #2C4390;
  padding: 1.5rem 5rem;
}
.b-table-inner table tbody tr td:nth-of-type(1) {
  width: 9.0909%;
  padding: 0;
}
.b-table-inner table tbody tr td:nth-of-type(2) {
  width: 35rem;
}
.b-table-inner table tbody tr td:nth-of-type(3) {
  width: 40rem;
}
.b-table-inner table tbody tr td table {
  max-width: unset;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.b-table-inner table tbody tr td table tr:not(.b-table-inner table tbody tr td table tr:last-of-type) td {
  border-bottom: 1px solid #2C4390;
}
.b-table-inner table tbody tr td table tr td {
  text-align: left;
  padding: 1.5rem 5rem !important;
  width: unset !important;
}

.b-productdownload {
  padding: 10rem 9rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-productdownload-inner {
  max-width: 83.33%;
  width: 100%;
}
.b-productdownload-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 5rem;
}
.b-productdownload-list-item {
  max-width: calc(33.333% - 1rem);
  width: 100%;
  padding: 2.5rem;
  background: #fff;
}
.b-productdownload-list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.b-productdownload-list-item-thumbnail {
  max-width: 5rem;
  width: 100%;
}
.b-productdownload-list-item-content {
  text-transform: uppercase;
}
.b-productdownload-button {
  padding: 5rem 0 0;
}
.b-productdownload-button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b-testimonial {
  padding: 10rem 9rem 0;
}
.b-testimonial-inner {
  position: relative;
  height: 75rem;
}
.b-testimonial-thumbnail {
  height: 100%;
  width: 100%;
}
.b-testimonial-thumbnail-inner {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.b-testimonial-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  max-width: 33.332%;
  width: 100%;
}
.b-testimonial-content-item-head-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;
  font-weight: 600;
  padding: 0 0 4rem;
}
.b-testimonial-content-item-head-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.b-testimonial-content-item-head-name-icon {
  width: 4.5rem;
  height: 4.5rem;
}
.b-testimonial-content-item-head-name-icon svg {
  width: 100%;
  height: 100%;
}
.b-testimonial-content-item-head-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.b-testimonial-content-item-head-rating-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.b-testimonial-content-item-head-rating-icon svg {
  width: 100%;
  height: 100%;
}
.b-testimonial-content-inner {
  padding: 4rem;
}

.b-tablelist {
  padding: 10rem 9rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-tablelist-inner {
  max-width: 83.33%;
  width: 100%;
}
.b-tablelist-list {
  padding-top: 2.5rem;
}
.b-tablelist-list-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.b-tablelist-list-item {
  background: #fff;
}
.b-tablelist-list-item-inner {
  padding: 2.5rem 5rem;
}

.b-team {
  padding: 10rem 0 0;
}
@media (max-width: 1550px) {
  .b-team {
    padding: 10rem 0 0;
  }
}
@media (max-width: 700px) {
  .b-team {
    padding: 5rem 0 0;
  }
}
.b-team-inner {
  padding: 15rem 6rem;
  background: #EFEFEF;
}
@media (max-width: 1000px) {
  .b-team-inner {
    gap: 2.5rem;
    padding: 5rem 3rem;
  }
}
.b-team-content {
  padding: 0 0 10rem;
}
@media (max-width: 1000px) {
  .b-team-content {
    padding: 0 0 5rem;
  }
}
.b-team-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 1000px) {
  .b-team-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.b-team-list-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
@media (max-width: 1000px) {
  .b-team-list-inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .b-team-list-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.b-team-list-item a {
  text-decoration: none;
  color: #2C4390;
}
.b-team-list-item-thumbnail {
  margin-bottom: 2.5rem;
  position: relative;
  isolation: isolate;
}
@media (max-width: 700px) {
  .b-team-list-item-thumbnail {
    margin-bottom: 1rem;
  }
}
.b-team-list-item-thumbnail:hover .b-team-list-item-thumbnail-first {
  opacity: 0;
}
.b-team-list-item-thumbnail.no-second .b-team-list-item-thumbnail-first {
  opacity: 1 !important;
}
.b-team-list-item-thumbnail-first {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b-team-list-item-thumbnail-first picture img {
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
}
.b-team-list-item-thumbnail-first .placeholder img {
  -webkit-filter: none;
          filter: none;
}
.b-team-list-item-thumbnail-second {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.b-team-list-item-thumbnail-second picture img {
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
}
.b-team-list-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding-top: 2rem;
}
.b-team-list-item-icon-item {
  display: block;
  width: 2rem;
  height: 2rem;
}
.b-team-list-item-icon-item svg {
  display: block;
  width: 100%;
  height: 100%;
}
.b-team-list-item-icon-item svg path {
  fill: #2C4390;
}
.b-team-button {
  padding: 5rem 0 0;
}
.b-team-button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b-faq {
  padding: 10rem 9rem 0;
}
@media (max-width: 1550px) {
  .b-faq {
    padding: 10rem 6rem 0;
  }
}
@media (max-width: 700px) {
  .b-faq {
    padding: 10rem 3rem 0;
  }
}
.b-faq-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
.b-faq-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.b-faq-item-head h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
.b-faq-item-head-icon {
  width: 4.5rem;
  height: 4.5rem;
}
@media (max-width: 700px) {
  .b-faq-item-head-icon {
    display: none;
  }
}
.b-faq-item-head-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.b-faq-item-body {
  padding: 1rem 0 0 7rem;
}
@media (max-width: 700px) {
  .b-faq-item-body {
    padding: 1rem 0;
  }
}

.b-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 0 0;
}
@media (max-width: 700px) {
  .b-partners {
    padding: 10rem 0 0;
  }
}
.b-partners-inner {
  max-width: 66.664%;
  width: 100%;
}
.b-partners-inner h2 {
  text-align: center;
  padding: 0 0 5rem;
  max-width: 650px;
  margin: 0 auto;
}

.b-jobs-list {
  padding: 10rem 6rem 0;
}
@media (max-width: 1550px) {
  .b-jobs-list {
    padding: 10rem 3rem 0;
  }
}
.b-jobs-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .b-jobs-list-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.b-jobs-list-content {
  max-width: 41.665%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-jobs-list-content {
    max-width: 100%;
  }
}
.b-jobs-list-content-inner {
  max-width: 60%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-jobs-list-content-inner {
    max-width: 100%;
  }
}
.b-jobs-list-content-inner h2 {
  padding: 0 0 2.5rem;
}
.b-jobs-list-buttons {
  max-width: 58.331%;
  width: 100%;
}
@media (max-width: 1000px) {
  .b-jobs-list-buttons {
    max-width: 100%;
  }
}
.b-jobs-list-buttons-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 1550px) {
  .b-jobs-list-buttons-inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.b-jobs-list-buttons-item {
  background: #fff;
  text-decoration: none;
}
.b-jobs-list-buttons-item:hover .btn {
  background: #2C4390;
  color: #fff;
}
.b-jobs-list-buttons-item-inner {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .b-jobs-list-buttons-item-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: 2.5rem;
  }
}
.b-jobs-list-buttons-item-title-inner {
  text-transform: uppercase;
  color: #2C4390;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.b-jobs-list-buttons-item-title-icon {
  width: 4rem;
}
.b-jobs-list-buttons-item-title-icon picture {
  width: 100%;
  height: 100%;
}
.b-jobs-list-buttons-item-title-icon picture img {
  display: block;
}
@media (max-width: 480px) {
  .b-jobs-list-buttons-item-btn {
    width: 100%;
  }
  .b-jobs-list-buttons-item-btn .btn {
    width: 100%;
    text-align: center;
  }
}

.b-usp {
  padding: 10rem 6rem 0;
}
@media (max-width: 1550px) {
  .b-usp {
    padding: 10rem 3rem 0;
  }
}
.b-usp-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1000px) {
  .b-usp-inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    border-left: none;
  }
}
.b-usp-item {
  padding: 4.5rem;
}
@media (max-width: 1550px) {
  .b-usp-item {
    padding: 2.5rem;
  }
}
@media (max-width: 1000px) {
  .b-usp-item {
    border-right: none;
  }
}
.b-usp-item-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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 5rem;
}
.b-usp-item-icon {
  width: 5.5rem;
  height: 5.5rem;
}
.b-usp-item-icon-inner {
  width: 5rem;
  height: 5rem;
}
.b-usp-item-icon img {
  display: block;
}
.b-usp-item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.b-usp-item-icon svg .cls-1 {
  clip-path: unset !important;
}
.b-usp-item-icon svg g {
  clip-path: unset !important;
}
.b-usp-item-icon svg path, .b-usp-item-icon svg rect {
  fill: #2C4390;
}
.b-usp-item-body-inner h2 {
  padding: 0 0 2.5rem;
}

.b-quoteform {
  padding-top: 10rem;
}
@media (max-width: 1000px) {
  .b-quoteform {
    padding-top: 15rem;
  }
}
.b-quoteform-inner {
  padding: 9rem 9rem 0 9rem;
}
@media (max-width: 1550px) {
  .b-quoteform-inner {
    padding: 9rem 6rem 0 6rem;
  }
}
@media (max-width: 700px) {
  .b-quoteform-inner {
    padding: 5rem 3rem 0 3rem;
  }
}
.b-quoteform-content-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1000px) {
  .b-quoteform-content-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.b-quoteform-content-inner h1, .b-quoteform-content-inner h2, .b-quoteform-content-inner .h2 {
  font-size: 2.5rem;
  font-weight: 500;
  padding-bottom: 2.5rem;
}
.b-quoteform-content-inner.form {
  max-width: 55%;
  width: 100%;
}
.b-quoteform-content-inner.form .form-inner {
  padding-top: 5rem;
}
@media (max-width: 1000px) {
  .b-quoteform-content-inner.form {
    max-width: 100%;
  }
}
.b-quoteform-content-inner.text {
  max-width: 45%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1000px) {
  .b-quoteform-content-inner.text {
    max-width: 100%;
  }
}
.b-quoteform-content-inner .b-links-buttons {
  max-width: unset;
  width: auto;
}
@media (max-width: 1550px) {
  .b-quoteform-content-inner .b-links-buttons {
    padding: 0;
  }
}

.pillar-intro-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #2C4390;
  padding: 15rem 0 0;
}
@media (max-width: 1000px) {
  .pillar-intro-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pillar-intro-content {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .pillar-intro-content {
    max-width: 100%;
  }
}
.pillar-intro-content-inner {
  padding: 10rem 6rem;
}
@media (max-width: 700px) {
  .pillar-intro-content-inner {
    padding: 10rem 3rem;
  }
}
.pillar-intro-content-body-inner {
  color: #fff;
}
.pillar-intro-content-body-inner h1 {
  padding-bottom: 2.5rem;
  color: #fff;
}
.pillar-intro-content-body-inner h3 {
  color: #fff;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: normal;
}
.pillar-intro-content-buttons {
  padding-top: 2.5rem;
}
.pillar-intro-content-buttons-item-inner .button-down {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  cursor: pointer;
}
.pillar-intro-content-buttons-item-inner .button-down svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pillar-intro-thumbnail {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .pillar-intro-thumbnail {
    max-width: 100%;
  }
}
.pillar-intro-thumbnail-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.pillar-intro-thumbnail-inner picture {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100%;
  display: block;
}
.pillar-intro-thumbnail-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  display: block;
}
@media (max-width: 1000px) {
  .pillar-intro-thumbnail-inner img {
    position: relative;
    top: unset;
    left: unset;
    -o-object-position: center;
       object-position: center;
  }
}

.b-pillartext ul {
  margin: 2.5rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.b-pillartext ul li {
  position: relative;
  padding-left: 3rem;
  list-style: none;
  /*display: flex;
  align-items: center;
  gap: 3rem;*/
}
@media (max-width: 480px) {
  .b-pillartext ul li {
    /*gap: 2rem;*/
    padding-left: 2rem;
  }
}
.b-pillartext ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  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;
  padding: 0;
  -webkit-transform: translate(0, 0) rotate(45deg);
      -ms-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  min-width: 0.6rem;
  background: #2C4390;
}
.b-pillartext p + .btn {
  margin-top: 25px;
}
.b-pillartext a {
  color: #2C4390;
}
.b-pillartext-image-container {
  margin-top: 10rem;
}
@media (max-width: 700px) {
  .b-pillartext-image-container {
    margin-top: 5rem;
  }
}
.b-pillartext.bg {
  background-color: #EFEFEF;
  padding: 10rem 6rem;
}
@media (max-width: 700px) {
  .b-pillartext.bg {
    padding: 5rem 3rem;
  }
}
.b-pillartext-body {
  padding-right: 6rem;
}
@media (max-width: 1000px) {
  .b-pillartext-body {
    padding-right: 0;
  }
}
.b-pillartext.centertext {
  text-align: center;
}
.b-pillartext.centertext .b-pillartext-body {
  max-width: 700px;
  margin: 0 auto;
}
.b-pillartext.centertext * {
  text-align: center;
}

/* =============PAGES==================== */
.homebanner {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.homebanner-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.homebanner-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  isolation: isolate;
}
.homebanner-thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(45, 67, 144);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(45, 67, 144)), color-stop(80%, rgba(45, 67, 144, 0)));
  background: linear-gradient(180deg, rgb(45, 67, 144) 0%, rgba(45, 67, 144, 0) 80%);
}
.homebanner-thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(45, 67, 144);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(80%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 80%);
}
.homebanner-content {
  position: absolute;
  bottom: 3rem;
  left: 0;
}
.homebanner-content-inner {
  padding: 6rem 9rem;
}
@media (max-width: 1550px) {
  .homebanner-content-inner {
    padding: 3rem 6rem;
  }
}
@media (max-width: 700px) {
  .homebanner-content-inner {
    padding: 3rem 3rem;
  }
}
.homebanner-content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  padding: 5rem 0 0;
}

.realisations-header {
  background: #2C4390;
  padding: 20rem 6rem 10rem;
}
@media (max-width: 1550px) {
  .realisations-header {
    padding: 20rem 3rem 10rem;
  }
}
@media (max-width: 700px) {
  .realisations-header {
    padding: 15rem 3rem 5rem;
  }
}
.realisations-header h1 {
  color: #fff;
}
.realisations-header-filter {
  padding: 5rem 0 0;
}
.realisations-header-filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 1000px) {
  .realisations-header-filter-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.realisations-header-filter-inner .btn {
  border: 1px solid #fff;
  color: #fff;
}
.realisations-header-filter-inner .btn.active {
  color: #2C4390;
  background: #fff;
}
.realisations-header-filter-inner .realisationfilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 1000px) {
  .realisations-header-filter-inner .realisationfilter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.realisations-header-filter-inner .realisationfilter label {
  position: relative;
  top: unset;
  left: unset;
}
.realisations-header-filter-inner .realisationfilter input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: -99999999px;
}
.realisations-header-filter-inner .realisationfilter input:checked + label {
  background: #fff;
  color: #2C4390;
}
.realisations-list {
  padding: 10rem 6rem 0;
}
@media (max-width: 1550px) {
  .realisations-list {
    padding: 10rem 3rem 0;
  }
}
@media (max-width: 1000px) {
  .realisations-list {
    padding: 10rem 0 0;
  }
}
.realisations-list-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1000px) {
  .realisations-list-inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .realisations-list-inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.realisations-list-item {
  text-decoration: none;
}
.realisations-list-item:hover .realisations-list-item-overlay {
  opacity: 1;
  visibility: visible;
}
.realisations-list-item-inner {
  position: relative;
}
.realisations-list-item-content {
  position: relative;
}
.realisations-list-item-content-icons {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.realisations-list-item-content-icons-item {
  background: #fff;
  padding: 0.5rem;
}
.realisations-list-item-content-icons-item-inner {
  width: 4rem;
  height: 4rem;
}
.realisations-list-item-content-icons-item-inner picture {
  width: 100%;
  height: 100%;
}
.realisations-list-item-content-icons-item-inner picture img {
  display: block;
}
.realisations-list-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2C4390;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.realisations-list-item-overlay-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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5rem;
  height: 100%;
  padding: 4rem;
}
.realisations-list-item-overlay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.realisations-list-item-overlay-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.realisations-list-item-overlay-logo-inner {
  max-width: 6.5rem;
  width: 100%;
}
.realisations-list-item-overlay-title-inner h2 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.realisations-list-item-overlay-title-inner h3 {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
}
.realisations-list-item-overlay-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.realisations-list-item-overlay-categories-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.realisations-list-item-overlay-categories-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.realisations-list-item-overlay-categories-item-icon {
  max-width: 3rem;
  width: 100%;
}
.realisations-list-item-overlay-categories-item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.realisations-list-item-overlay-categories-item-icon svg path, .realisations-list-item-overlay-categories-item-icon svg rect {
  fill: #fff;
}
.realisations-list-item-overlay-categories-item-title {
  color: #fff;
  text-decoration: none;
}
.realisations-list-item-overlay-button .btn {
  border: 1px solid #fff;
  color: #fff;
}
.realisations-list-item-overlay-button .btn:hover {
  background: #fff;
  color: #2C4390;
}

.realisatie-solutions-inner {
  padding: 10rem 0 0;
}
@media (max-width: 1300px) {
  .realisatie-solutions-inner {
    padding: 10rem 3rem;
  }
}
@media (max-width: 700px) {
  .realisatie-solutions-inner {
    padding: 10rem 3rem 0;
  }
}
.realisatie-solutions-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1300px) {
  .realisatie-solutions-products {
    gap: 1rem;
  }
}
.realisatie-solutions-products-item {
  background: #2C4390;
}
@media (max-width: 700px) {
  .realisatie-solutions-products-item {
    width: 100%;
  }
}
.realisatie-solutions-products-item-inner {
  padding: 5rem 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  color: #fff;
}
@media (max-width: 1550px) {
  .realisatie-solutions-products-item-inner {
    padding: 2.5rem 5rem;
  }
}
@media (max-width: 480px) {
  .realisatie-solutions-products-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.realisatie-solutions-products-item-icon {
  width: 4rem;
  height: 4rem;
}
.realisatie-solutions-products-item-icon img {
  display: block;
}
.realisatie-solutions-products-item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.realisatie-solutions-products-item-icon svg path, .realisatie-solutions-products-item-icon svg rect {
  fill: #fff;
}

.template-contact {
  background-color: #EFEFEF;
}

.contact section + .footer {
  padding: 0 !important;
}
@media (max-width: 1550px) {
  .contact .b-team {
    padding: 15rem 0 0;
  }
}
@media (max-width: 700px) {
  .contact .b-team {
    padding: 15rem 0 0;
  }
}
.contact footer + .b-team {
  padding-top: 0;
}
.contact footer + .b-team .b-team-inner {
  padding-top: 5rem;
}
@media (max-width: 1550px) {
  .contact footer + .b-team {
    padding-top: 0;
  }
}
@media (max-width: 1300px) {
  .contact footer + .b-team {
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  .contact footer + .b-team {
    padding-top: 0;
  }
}
@media (max-width: 700px) {
  .contact footer + .b-team {
    padding-top: 0;
  }
}

#content > footer:only-child {
  padding-top: 15rem;
}

.template-request-quote .footer-content-wrapper {
  width: 100%;
  display: block;
}
.template-request-quote .footer-side {
  max-width: unset;
  display: block;
}
.template-request-quote .footer-side-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.template-request-quote .footer-side-inner .footer-side-body {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.template-request-quote .footer-side-inner .footer-side-sitemap {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0;
}
.template-request-quote .footer-side-inner .footer-side-socials {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.template-request-quote .footer-side-inner .footer-side-body2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.template-request-quote .footer-side-inner .footer-side-copy {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}
@media (max-width: 1000px) {
  .template-request-quote .footer-side-inner {
    display: block;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
  .template-request-quote .footer-side-inner .footer-side-body {
    grid-column: unset;
    grid-row: unset;
  }
  .template-request-quote .footer-side-inner .footer-side-sitemap {
    grid-column: unset;
    grid-row: unset;
    padding: 5rem 0 0 0;
  }
  .template-request-quote .footer-side-inner .footer-side-socials {
    grid-column: unset;
    grid-row: unset;
  }
  .template-request-quote .footer-side-inner .footer-side-body2 {
    grid-column: unset;
    grid-row: unset;
  }
  .template-request-quote .footer-side-inner .footer-side-copy {
    grid-column: unset;
    grid-row: unset;
  }
}

/*
.request-quote {
    section+.footer {
        padding: 0!important;
    }
}*/
#content > footer:only-child {
  padding-top: 15rem;
}

.template-pillar h2 {
  margin-bottom: 20px;
}
.template-pillar p + h2, .template-pillar ul + h2 {
  margin-top: 50px;
}

.pillar-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1000px) {
  .pillar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pillar-content-sidebar {
  width: 27%;
  padding: 10rem 6rem;
  display: inline-block;
  position: sticky;
  top: 145px;
  left: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.pillar-content-sidebar .sidebar-nav-title {
  font-weight: bold;
  margin: 0 0 5px 0;
}
.pillar-content-sidebar .sidebar-nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pillar-content-sidebar .sidebar-nav-list li {
  margin-bottom: 10px;
}
.pillar-content-sidebar .sidebar-nav-list a {
  text-decoration: none;
  color: #2C4390;
}
.pillar-content-sidebar .sidebar-nav-list a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .pillar-content-sidebar {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    padding: 5rem 6rem 0;
  }
}
@media (max-width: 700px) {
  .pillar-content-sidebar {
    padding: 5rem 3rem 0;
  }
}
.pillar-content-container {
  position: relative;
  margin: 0 0 0 auto;
  width: 73%;
  padding: 0;
}
@media (max-width: 1000px) {
  .pillar-content-container {
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 0 6rem;
  }
}
@media (max-width: 700px) {
  .pillar-content-container {
    padding: 0 3rem;
  }
}
.pillar-content-container section {
  margin-top: 10rem;
}
.pillar-content-container section:first-child.bg {
  margin-top: 0;
}
@media (max-width: 700px) {
  .pillar-content-container section {
    margin-top: 5rem;
  }
}
.pillar-content table {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-top: 40px;
  border-collapse: collapse;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pillar-content table tr th {
  font-weight: 600;
  text-align: left;
}
.pillar-content table td, .pillar-content table th {
  border: none;
  border-bottom: 1px solid #2C4390;
  border-right: 1px solid #2C4390;
  text-align: left;
  padding: 10px;
}
.pillar-content table tr td:last-child, .pillar-content table tr th:last-child {
  border-right: none;
}
.pillar-content h2 {
  margin-bottom: 20px;
}
.pillar-content .b-faq {
  padding: 0;
}