@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

elements-of-type(html5-block) {
  display: block;
}

/**
 * Adds a mixin for browser prefixed keyframes
 * @param  {string} $animationName Name of the animation
 * @return {[type]}                Browser prefixed properties
 */
/**
 * Set the given px-based font sized as rem, with px as fallback
 * @param  {string} $size Pixel size
 */
/*
@font-face {
	font-family: 'GillSans';
	src:
		url('../fonts/GillSans.otf') format('opentype'),
		url('../fonts/GillSans.ttf') format('truetype'),
		url('../fonts/GillSans.woff') format('woff'),
		url('../fonts/GillSans.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GillSans';
	src:
		url('../fonts/GillSans-Bold.otf') format('opentype'),
		url('../fonts/GillSans-Bold.ttf') format('truetype'),
		url('../fonts/GillSans-Bold.woff') format('woff'),
		url('../fonts/GillSans-Bold.eot') format('eot');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'GillSans';
	src:
		url('../fonts/GillSans-Italic.otf') format('opentype'),
		url('../fonts/GillSans-Italic.ttf') format('truetype'),
		url('../fonts/GillSans-Italic.woff') format('woff'),
		url('../fonts/GillSans-Italic.eot') format('eot');
	font-weight: normal;
	font-style: italic;
}
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
  section,
  body {
    overflow: auto !important;
    margin-left: auto !important;
    margin-right: 0;
  }
  section {
    overflow-x: hidden !important;
  }
}

html,
body {
  font-family: 'LuciferSans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

html.cookie-active,
body.cookie-active {
  overflow: hidden !important;
}

body {
  background-color: #fff;
  height: 100%;
}

main {
  overflow-x: hidden;
  overflow-y: hidden;
}

section.document p {
  padding: 10px 0px;
}

section.document h3 {
  padding-top: 60px;
  padding-bottom: 20px;
}

section.document h3:first-child {
  padding-top: 0px;
}

/* Custom AOS animations */
[data-aos='color-transistion'] {
  width: 100%;
}

[data-aos='color-transistion'].aos-animate {
  width: 0%;
}

html.active body {
  overflow: hidden;
}

body {
  transition: background 0.75s ease;
}

body polygon,
body path {
  fill: #17285b;
  stroke: #17285b;
}

.container {
  max-width: 1200px;
  padding: 0;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container.wide {
  max-width: 1244px;
}

.container.wide.p-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.container.wide.stretch {
  max-width: 100%;
}

@media screen and (min-width: 1800px) {
  .container {
    max-width: 1680px;
  }
  .container.wide {
    max-width: 1680px;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
  .container {
    max-width: 100%;
    padding: 0 122px;
  }
  .container.wide {
    max-width: 100%;
    padding: 0 120px;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    max-width: 1140px;
  }
  .container.wide {
    max-width: 1244px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1240px) {
  .container {
    padding: 0 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .container {
    padding: 0 48px;
  }
  .container .p-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .container .usp .p-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 20px !important;
  }
  .container .p-0,
  .container .pr-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .container .usp .p-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.column-inner {
  padding: 0;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: 0px;
  padding: 0 40px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .column-inner h4 {
    width: 100%;
  }
}

.column-inner.left {
  padding-left: 0;
}

.column-inner.right {
  padding-right: 0;
}

@media screen and (max-width: 1800px) {
  .column-inner {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1800px) {
  .column-inner.left {
    padding: 0 48px 0 122px;
  }
  .column-inner.right {
    padding: 0 48px 0 48px;
    margin: auto;
  }
}

@media screen and (max-width: 1280px) {
  .column-inner.left {
    padding: 0 20px 0 0;
    margin-right: 0;
    margin-left: auto;
  }
  .column-inner.right {
    padding: 0 20px 0 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1240px) {
  .column-inner {
    max-width: 570px;
  }
  .column-inner.left {
    margin-left: auto;
    margin-right: 0;
    padding: 0 24px 0 48px;
  }
  .column-inner.right {
    margin-top: 0;
    padding: 0 24px 0 24px;
  }
}

@media screen and (max-width: 991.98px) and (min-width: 769px) {
  .column-inner.left {
    padding-left: 48px !important;
  }
}

@media screen and (max-width: 991.98px) {
  .column-inner {
    max-width: 1140px;
  }
  .column-inner.left {
    padding: 0 20px;
  }
  .column-inner.right {
    padding: 0 20px 0 20px;
  }
}

@media screen and (device-width: 768px) {
  .column-inner {
    max-width: 1140px;
  }
  .column-inner.left {
    padding: 0 48px;
  }
  .column-inner.right {
    padding: 0 48px 0 48px;
  }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0 20px;
}

.row {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.pr-half {
  padding-right: 12px;
}

@media screen and (max-width: 767.98px) {
  .pr-half {
    padding-right: 20px;
  }
}

.pl-half {
  padding-left: 12px;
}

@media screen and (max-width: 767.98px) {
  .pl-half {
    padding-left: 20px;
  }
}

.mb {
  margin-bottom: 160px;
}

@media screen and (max-width: 767.98px) {
  .mb {
    margin-bottom: 70px;
  }
}

@font-face {
  font-family: "LuciferSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/LuciferSansLight.woff2") format("woff2"), url("../fonts/LuciferSansLight.woff") format("woff");
}

@font-face {
  font-family: "LuciferSans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/LuciferSansMedium.woff2") format("woff2"), url("../fonts/LuciferSansMedium.woff") format("woff");
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "LuciferSans";
  font-style: normal;
  font-weight: 400;
}

p {
  font-weight: 400;
  margin: 0;
}

b {
  font-weight: 600;
}

h1 {
  font-size: 88px;
  line-height: 90px;
  color: #17285b;
  font-weight: 600;
  word-break: break-word;
  margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
  h1 {
    font-size: 78px;
    line-height: 82px;
  }
}

@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 0;
  }
  h1 + p {
    margin-top: 20px;
  }
  h1 br {
    display: none;
  }
}

@media screen and (max-height: 630px) and (max-width: 424px) {
  h1 {
    font-size: 33px;
    line-height: 44px;
  }
  h1 + p {
    margin-top: 12px;
  }
}

h2, .h2 {
  color: #17285b;
  font-weight: 600;
  font-size: 60px;
  line-height: 68px;
  word-break: break-word;
  margin-bottom: 0px;
}

@media screen and (max-width: 1600px) {
  h2, .h2 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  h2 br, .h2 br {
    display: none;
  }
  h2 + p, .h2 + p {
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  h2, .h2 {
    margin-bottom: 40px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 1600px) {
  h2, .h2 {
    font-size: 38px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1600px), (max-height: 900px) and (max-width: 1400px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 46px;
  }
}

h3 {
  color: #17285b;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  word-break: break-word;
  margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
  h3 {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  h3 + p {
    margin-top: 24px;
  }
  h3.mb {
    font-size: 38px;
    line-height: 44px;
  }
  h3 br {
    display: none;
  }
}

h4 {
  color: #17285b;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  word-break: break-word;
  margin-bottom: 28px;
}

@media screen and (max-width: 1630px) {
  h4 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 1399px) {
  h4 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}

a.link, a.large, button.link, .as-a-large {
  font-size: 24px;
  line-height: 32px;
}

@media screen and (max-width: 1399px) {
  a.link, a.large, button.link, .as-a-large {
    font-size: 20px;
    line-height: 24px;
  }
}

p {
  color: #17285b;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

p.large, p .link {
  font-size: 24px;
  line-height: 32px;
}

p.large .link, p .link .link {
  font-weight: 400;
}

p.large .link:hover, p .link .link:hover {
  color: #17285b;
}

p.regular {
  font-weight: 400;
  margin-bottom: 5px;
}

p.medium {
  font-weight: 600;
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
  p.large {
    font-size: 20px;
    line-height: 24px;
  }
  p.link {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1600px), (max-height: 900px) and (max-width: 1400px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
  p.large {
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
  }
  p.link {
    font-size: 18px;
    line-height: 24px;
  }
}

p + a {
  margin-top: 28px;
  display: block;
}

.pink {
  color: #e6c1b6 !important;
}

.red {
  color: #590000 !important;
}

.green {
  color: #c5dab0 !important;
}

.lightblue {
  color: #95b5c3 !important;
}

.darkgreen {
  color: #2f3d2a !important;
}

.ss01 {
  font-feature-settings: "ss01";
}

.ss02 {
  font-feature-settings: "ss02";
}

#content {
  background: #fff;
}

.section {
  position: relative;
  padding: 100px 0;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
}

.section.pt-half {
  padding-top: 50px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section.pt-half {
    padding-top: 25px;
  }
}

@media screen and (max-width: 767.98px) {
  .section.pt-half {
    padding-top: 20px;
  }
}

.section.pt {
  padding-top: 200px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section.pt {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767.98px) {
  .section.pt {
    padding-top: 40px;
  }
}

.section.pt .landscape {
  opacity: 1 !important;
  height: 0;
  padding-bottom: 67%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.pb {
  padding-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section.pb {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767.98px) {
  .section.pb {
    padding-bottom: 40px;
  }
}

.section .landscape-wrap {
  height: auto;
  width: 100%;
  overflow: hidden;
  background-color: #e6c1b6;
}

.section .landscape {
  opacity: 1 !important;
  height: 0;
  padding-bottom: 67%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section .landscape-wrap + .col-12 p {
  margin-top: 40px;
}

.section .landscape-wrap + .col-12 .link {
  margin-top: 40px;
}

.section .portrait-wrap {
  height: auto;
  width: 100%;
  overflow: hidden;
  background-color: #e6c1b6;
}

.section .portrait {
  opacity: 1 !important;
  overflow: hidden;
  height: 0;
  padding-bottom: 125%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.section .portrait-content {
  padding-bottom: 110px;
}

.section .square-wrap {
  height: auto;
  width: 100%;
  overflow: hidden;
  background-color: #e6c1b6;
}

.section .square-wrap .square {
  opacity: 1 !important;
  height: 0;
  padding-bottom: 107%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.section.covid {
  margin-top: 60px;
  background-color: #17285b;
  border-bottom: 2px solid #e6c1b6;
}

.section.covid p {
  color: #e6c1b6;
}

.section.covid .square-wrap {
  height: auto;
  width: 100%;
  overflow: hidden;
  background-color: #e6c1b6;
}

.section.covid .square-wrap .square {
  opacity: 1 !important;
  height: 0;
  padding-bottom: 107%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.covid .square-wrap .square:hover {
  transform: scale(1) !important;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section.covid {
    margin-top: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .section.covid {
    margin-top: 0;
  }
  .section.covid p.large {
    margin-bottom: 28px;
  }
}

.section.cookie-notice {
  position: fixed;
  bottom: 0;
  z-index: 1;
  background-color: #000;
  width: 100%;
  padding: 30px 30px 40px 30px;
  background-color: #17285b;
  width: 43%;
  right: 0;
  display: none;
}

.section.cookie-notice .cookie-wrap {
  position: relative;
}

.section.cookie-notice p {
  color: #e6c1b6 !important;
  max-width: 73%;
}

.section.cookie-notice a {
  font-weight: 600;
  color: #e6c1b6 !important;
}

.section.cookie-notice a:hover {
  color: #95b5c3 !important;
}

.section.cookie-notice a.link {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section.cookie-notice a.link:hover {
  color: #e6c1b6 !important;
}

.section.cookie-notice.active {
  display: block;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .section .portrait-content {
    padding-bottom: 0;
  }
  .section .landscape {
    padding-bottom: 62%;
  }
  .section.cookie-notice {
    width: 70%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section .landscape-wrap {
    margin-bottom: 40px;
  }
  .section .landscape-wrap + .col-12 {
    padding: 0 !important;
  }
  .section .landscape-wrap + .col-12 .link,
  .section .landscape-wrap + .col-12 p {
    margin-top: 0;
  }
  .section .landscape {
    padding-bottom: 65%;
  }
  .section .landscape:hover {
    transform: none !important;
  }
  .section .portrait-wrap {
    max-width: 425px;
    margin-bottom: 60px;
  }
  .section .portrait {
    padding-bottom: 120%;
    background-position: 95% 50%;
    max-width: 425px;
  }
  .section .portrait-content {
    padding-bottom: 0;
  }
  .section .portrait-content h2.tilted {
    text-align: left;
    position: absolute;
    left: 86%;
    top: 30%;
    width: 55%;
  }
  .section .col-12.col-md-11.col-lg-8.col-lg-5 {
    padding-right: 0;
  }
  .section.cookie-notice {
    width: calc(100% - 20px);
  }
  .section.cookie-notice p {
    max-width: 70%;
  }
}

@media screen and (max-width: 767.98px) {
  .section .landscape-wrap + .col-12 {
    padding: 0 !important;
  }
  .section .landscape-wrap + .col-12 .justify-content-end {
    justify-content: start !important;
  }
  .section .landscape-wrap + .col-12 p {
    margin-top: 0;
  }
  .section .landscape-wrap + .col-12 .link {
    margin-top: 30px;
  }
  .section .landscape {
    padding-bottom: 72%;
    background-position: 20% 50%;
  }
  .section .landscape:hover {
    transform: none !important;
  }
  .section .portrait-wrap {
    margin-bottom: 40px;
  }
  .section .portrait {
    padding-bottom: 120%;
    background-position: 95% 50%;
  }
  .section .portrait-content {
    padding-bottom: 0;
  }
  .section .square-wrap .square {
    padding-bottom: 105%;
  }
  .section.cookie-notice {
    width: calc(100% - 20px);
    padding: 20px 20px 60px 20px;
  }
  .section.cookie-notice p {
    max-width: 100%;
  }
  .section.cookie-notice a {
    width: fit-content;
    display: block;
  }
  .section.cookie-notice a.link {
    bottom: -30px;
  }
}

@media screen and (max-width: 768px) {
  .section.contact-us h2 {
    margin-bottom: 20px;
  }
}

[data-aos^='zoom'].scale {
  transform: scale(1.1) !important;
}

hr {
  margin-top: 20px;
  margin-bottom: 40px;
  border-width: 1px;
}

hr.red {
  border-color: #590000;
}

hr.blue {
  border-color: #17285b;
}

hr.lightblue {
  border-color: #95b5c3;
}

hr.white {
  border-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .values p {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .values h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  .values h3 br {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .quote + .quote {
    margin-top: 60px;
  }
}

.job-openings hr {
  margin-bottom: 20px;
}

@media screen and (max-width: 767.98px) {
  .job-openings hr {
    border-width: 2px;
  }
}

.career-contact {
  margin-top: 98px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767.98px) {
  .career-contact {
    margin-top: 48px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .career-contact h3 {
    margin-bottom: 24px;
  }
}

.career-contact a {
  color: #17285b;
  font-weight: bold;
}

.career-contact a:hover {
  color: #17285b;
  opacity: 0.7;
}

.career-contact .highlighted {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.job .link {
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 1399px) {
  .job .link {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

@media screen and (max-width: 767.98px) {
  .job .medium {
    margin-bottom: 15px;
  }
  .job .link-wrapper {
    margin-top: 15px;
    padding-left: 0;
  }
  .job .link-wrapper.en {
    white-space: nowrap;
  }
  .job .category {
    padding-right: 0;
  }
}

@media screen and (max-width: 320px) {
  .job p,
  .job a {
    font-size: 16px;
  }
}

h2 + .job-openings {
  margin-top: 80px;
}

@media screen and (max-width: 767.98px) {
  h2 + .job-openings {
    margin-top: 60px;
  }
}

.bg-pink {
  background-color: #e6c1b6;
}

.bg-lightblue {
  background-color: #95b5c3;
}

.bg-blue {
  background-color: #17285b;
}

.bg-red {
  background-color: #590000;
}

.bg-darkpurple {
  background-color: #34254c;
}

.body-white {
  background-color: #fff;
}

.body-white html,
.body-white body,
.body-white h1,
.body-white h2,
.body-white h3,
.body-white h4,
.body-white p,
.body-white .link {
  color: #17285b;
}

.body-white .icon.blue {
  display: block;
}

.body-white .icon.color {
  display: none;
}

.body-white polygon,
.body-white svg,
.body-white path {
  fill: #17285b;
  stroke: #17285b;
}

.body-white .covid {
  background-color: #590000;
}

.body-blue {
  background-color: #17285b;
}

.body-blue html,
.body-blue body,
.body-blue h1,
.body-blue h2,
.body-blue h3,
.body-blue h4,
.body-blue p,
.body-blue a,
.body-blue .link {
  color: #e6c1b6;
}

.body-blue a:hover {
  color: #e6c1b6;
  opacity: 0.6;
}

.body-blue hr {
  border-color: #e6c1b6;
}

.body-blue polygon,
.body-blue svg,
.body-blue path {
  fill: #e6c1b6 !important;
  stroke: #e6c1b6;
}

.body-blue.body-white {
  background-color: #fff;
}

.body-blue.body-white html,
.body-blue.body-white body,
.body-blue.body-white h1,
.body-blue.body-white h2,
.body-blue.body-white h3,
.body-blue.body-white h4,
.body-blue.body-white p,
.body-blue.body-white a,
.body-blue.body-white .link {
  color: #17285b;
}

.body-red {
  background-color: #590000;
}

.body-red html,
.body-red body,
.body-red h1,
.body-red h2,
.body-red h3,
.body-red h4,
.body-red p,
.body-red a,
.body-red .link {
  color: #e6c1b6;
}

.body-red hr {
  border-color: #e6c1b6;
}

.body-red polygon,
.body-red svg,
.body-red path {
  fill: #e6c1b6 !important;
  stroke: #e6c1b6;
}

.body-red.body-white {
  background-color: #fff;
}

.body-red.body-white html,
.body-red.body-white body,
.body-red.body-white h1,
.body-red.body-white h2,
.body-red.body-white h3,
.body-red.body-white h4,
.body-red.body-white p,
.body-red.body-white a,
.body-red.body-white .link {
  color: #590000;
}

.body-red .covid {
  background-color: #590000;
}

.body-lightblue {
  background-color: #95b5c3;
}

.body-lightblue html,
.body-lightblue body,
.body-lightblue h1,
.body-lightblue h2,
.body-lightblue h3,
.body-lightblue h4,
.body-lightblue p,
.body-lightblue a,
.body-lightblue .link {
  color: #17285b;
}

.body-lightblue hr {
  border-color: #17285b;
}

.body-lightblue polygon,
.body-lightblue svg,
.body-lightblue path {
  fill: #17285b;
  stroke: #17285b;
}

.body-lightblue.body-white {
  background-color: #fff;
}

.body-lightblue.body-white html,
.body-lightblue.body-white body,
.body-lightblue.body-white h1,
.body-lightblue.body-white h2,
.body-lightblue.body-white h3,
.body-lightblue.body-white h4,
.body-lightblue.body-white p,
.body-lightblue.body-white a,
.body-lightblue.body-white .link {
  color: #17285b;
}

.body-lightblue.body-white hr {
  border-color: #95b5c3;
}

.body-lightblue.body-white polygon,
.body-lightblue.body-white svg,
.body-lightblue.body-white path {
  fill: #17285b;
  stroke: #17285b;
}

.body-lightblue .covid {
  background-color: #95b5c3;
}

.body-pink {
  background-color: #e6c1b6;
}

.body-pink html,
.body-pink body,
.body-pink h1,
.body-pink h2,
.body-pink h3,
.body-pink h4,
.body-pink p,
.body-pink a,
.body-pink .link {
  color: #17285b;
}

.body-pink polygon,
.body-pink svg,
.body-pink path {
  fill: #17285b;
}

.body-pink hr {
  border-color: #17285b;
}

.body-pink .covid {
  background-color: #e6c1b6;
}

.body-lightpurple {
  background-color: #b8a4e2;
}

.body-lightpurple html,
.body-lightpurple body,
.body-lightpurple h1,
.body-lightpurple h2,
.body-lightpurple h3,
.body-lightpurple h4,
.body-lightpurple p,
.body-lightpurple a,
.body-lightpurple .link {
  color: #17285b;
}

.body-lightpurple a:hover {
  color: #17285b;
  opacity: 0.6;
}

.body-lightpurple hr {
  border-color: #17285b;
}

.body-lightpurple polygon,
.body-lightpurple svg,
.body-lightpurple path {
  fill: #17285b !important;
  stroke: #17285b;
}

.body-lightpurple.body-white {
  background-color: #fff;
}

.body-lightpurple.body-white html,
.body-lightpurple.body-white body,
.body-lightpurple.body-white h1,
.body-lightpurple.body-white h2,
.body-lightpurple.body-white h3,
.body-lightpurple.body-white h4,
.body-lightpurple.body-white p,
.body-lightpurple.body-white a,
.body-lightpurple.body-white .link {
  color: #17285b;
}

.document a {
  color: #17285b;
  font-weight: 600;
}

.document a:hover {
  color: #17285b;
  opacity: 0.6;
}

.document ul {
  padding-left: 40px;
  margin-bottom: 10px;
}

.document ul li {
  color: #17285b;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

.document ul li:before {
  content: '•';
  display: inline-block;
  margin-right: 12px;
  position: absolute;
  left: -12px;
}

.document ul li p {
  padding: 0;
}

.contact-content {
  margin-top: 110px;
}

@media screen and (max-width: 767.98px) {
  .contact-content > div + div {
    margin-top: 60px;
  }
}

.contact-content h3 + p,
.contact-content h4 + p {
  margin-top: 40px;
}

@media screen and (max-width: 767.98px) {
  .contact-content h3 + p,
  .contact-content h4 + p {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767.98px) {
  .contact-content {
    margin-top: 60px;
  }
}

.contact-content a {
  color: #17285b;
  font-weight: bold;
}

.contact-content a:hover {
  color: #17285b;
  opacity: 0.7;
}

.contact-content .right-content h3 {
  font-size: 32px !important;
  line-height: 42px !important;
}

.contact-content .right-content h3 a {
  white-space: nowrap;
}

@media screen and (max-width: 767.98px) {
  .contact-content .right-content h3 a {
    font-size: 24px;
    line-height: 32px;
  }
}

.contact-content .right-content h3 + h3 {
  margin-top: 30px;
}

.contact-content .right-content h4 {
  font-size: 24px;
  line-height: 32px;
}

.contact-content .right-content h4 u {
  text-decoration: underline;
}

.contact-content .right-content table {
  width: 190px;
  margin-top: 40px;
}

@media screen and (max-width: 767.98px) {
  .contact-content .right-content table {
    margin-top: 30px;
  }
}

.contact-content .right-content table td {
  padding: 5px 0;
  font-size: 18px;
  line-height: 26px;
  color: #17285b;
  font-weight: 300;
}

.contact-content .right-content table td + td {
  text-align: right;
}

.contact-content .right-content div p + p {
  margin-top: 26px;
}

.contact-content .right-content div + div {
  margin-top: 60px;
}

/* --sections-- */
.section.hero {
  padding: 0;
  margin-bottom: 50px;
  height: 100%;
}

.section.hero .hero-wrapper {
  overflow: hidden;
  height: auto;
}

.section.hero.full .hero-img {
  opacity: 1 !important;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  display: flex;
  align-items: center;
}

@media screen and (max-height: 900px) {
  .section.hero.full .hero-img {
    min-height: 100vh;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section.hero.full .hero-img {
    height: 100vh;
  }
}

.section.hero .searchbox {
  margin-top: -1px;
}

.section.hero .hero-col {
  padding: 0;
  margin: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section.hero .hero-col .text-content div:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 1600px), (max-height: 900px) {
  .section.hero .hero-col.left .text-content {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .section.hero .hero-col.left .text-content {
    padding-left: 48px;
    padding-right: 48px !important;
  }
  .section.hero .hero-col.left .label {
    padding-left: 48px;
  }
}

@media screen and (device-width: 768px) {
  .section.hero .hero-col .text-content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (max-width: 480px) {
  .section.hero .hero-col.left .text-content {
    padding-left: 20px;
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 1200px) {
  .section.hero .hero-col.left {
    padding: 0 40px;
    padding-left: 0;
    margin-left: auto;
  }
  .section.hero .hero-col.left .text-content {
    padding-left: 120px;
    margin-left: auto;
  }
  .section.hero .hero-col.left .text-content h2 {
    max-width: 90%;
  }
  .section.hero .hero-col.right {
    padding: 0 40px;
    padding-right: 0;
    margin-right: auto;
  }
  .section.hero .hero-col.right .text-content {
    padding-right: 0;
    margin-right: auto;
  }
}

@media screen and (min-width: 1600px) {
  .section.hero .hero-col .text-content {
    max-width: 920px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section.hero .hero-col.right .label {
    right: 0;
  }
  .section.hero .hero-col.left .label {
    left: 0;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1600px), all and (-ms-high-contrast: active) and (max-width: 1600px) {
  .section.hero .hero-col.right .text-content {
    align-items: flex-start !important;
  }
}

.section.hero .hero-title-wrap {
  min-width: 100%;
  text-align: center;
  width: 100%;
  padding: 0 100px;
}

@media screen and (max-width: 1366px) {
  .section.hero .hero-title-wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .section.hero .hero-title-wrap {
    margin: auto !important;
  }
}

@media screen and (min-width: 1800px) {
  .section.hero .hero-title-wrap {
    max-width: 800px;
    padding: 0;
  }
}

.section.hero .hero-title-wrap.left {
  text-align: left;
  margin-top: 0;
}

@media screen and (min-width: 1800px) {
  .section.hero .hero-title-wrap.left {
    margin-top: 0vw;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .section.hero .hero-title-wrap.left {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.hero .hero-title-wrap.left {
    margin-top: 105vw;
  }
}

.section.hero .hero-title-wrap.right {
  text-align: right;
  margin-top: 95%;
}

@media screen and (min-width: 1800px) {
  .section.hero .hero-title-wrap.right {
    margin-top: 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .section.hero .hero-title-wrap.right {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.hero .hero-title-wrap.right {
    margin-top: 105vw;
  }
}

.section.hero .hero-title-wrap.center {
  text-align: center;
}

.section.hero .hero-title-wrap.center h1 {
  margin: auto;
}

.section.hero .hero-title-wrap h1 {
  max-width: 728px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section.hero .hero-title-wrap h1 {
    text-align: center !important;
  }
}

.section.hero .hero-title-wrap.bottom-corner h1 {
  padding-left: 120px;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .section.hero .hero-title-wrap.bottom-corner h1 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section.hero .hero-title-wrap.bottom-corner h1 {
    padding-left: 20px;
  }
}

.section.hero .hero-title {
  padding: 0 24px;
  text-align: center;
}

.section.hero .hero-title h1 {
  color: #fff;
}

.section.hero .hero-title a {
  margin-top: 48px;
  padding: 11px 30px;
  border-radius: 50px;
  border: none;
  background-color: #fff;
  display: inline-block;
}

.section.hero .hero-title a:hover p {
  transform: rotate(-5deg);
}

.section.hero .hero-title a p {
  font-weight: 600;
  transition: all 0.2s;
}

.section.hero .hero-title a p span {
  display: inline-block;
  margin-left: 6px;
}

.section.hero .hero-title-bottom {
  position: absolute;
  padding: 0 24px;
  top: 23vw;
  text-align: center;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .section.hero .hero-title-bottom {
    top: 33vw;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.hero .hero-title-bottom {
    top: 50vw;
    padding: 0;
  }
}

.section.hero .in-image-content {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  height: 100vh;
  max-width: 100%;
  position: relative;
}

@media screen and (max-height: 900px) {
  .section.hero .in-image-content {
    height: 100vh;
  }
}

@media screen and (min-width: 1800px) {
  .section.hero .in-image-content.left {
    max-width: 840px;
    padding: 0 40px;
    padding-left: 0;
    text-align: left;
  }
  .section.hero .in-image-content.left h1 {
    padding-left: 0;
    transform: translateX(-15px);
  }
  .section.hero .in-image-content.right {
    max-width: 760px;
    padding: 0 40px;
  }
}

.section.hero .hero-button-wrapper {
  margin-top: 60px;
  padding: 0 12px;
  text-align: left;
  padding-left: 0;
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section.hero .hero-button-wrapper {
    left: 0;
  }
}

@media screen and (min-width: 1800px) {
  .section.hero .hero-button-wrapper.left {
    max-width: 840px;
    margin-left: auto;
  }
  .section.hero .hero-button-wrapper.right {
    max-width: 840px;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .section.hero .hero-button-wrapper {
    margin: 0;
    bottom: 0;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) {
  .section.hero .hero-button-wrapper {
    bottom: 9%;
  }
}

@media all and (device-width: 1024px) and (device-height: 1366px) {
  .section.hero .hero-button-wrapper {
    bottom: 9%;
  }
}

@media screen and (max-width: 1600px), (max-height: 900px) {
  .section.hero .hero-button-wrapper {
    margin-top: 15%;
  }
}

.section.hero .hero-button-wrapper .hero-button {
  margin: 0 7px 0 7px;
  border: 2px solid #17285b;
  border-radius: 38px;
  width: 220px;
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 767.1px) and (max-width: 1280px) {
  .section.hero .hero-button-wrapper .hero-button {
    width: 180px;
  }
}

@media screen and (min-width: 449.1px) and (max-width: 767px) {
  .section.hero .hero-button-wrapper .hero-button {
    width: 150px;
  }
}

@media screen and (max-width: 449px) {
  .section.hero .hero-button-wrapper .hero-button {
    width: 100px;
    margin-top: 24px;
  }
}

.section.hero .hero-button-wrapper .hero-button-contact {
  width: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.section.hero .hero-button-wrapper .hero-button-contact p {
  transition: all 0.2s;
}

.section.hero .hero-button-wrapper .hero-button-contact:hover {
  border-color: #fff;
  background-color: #fff;
  color: #17285b;
  opacity: 1;
}

.section.hero .hero-button-wrapper .hero-button-contact:hover p {
  transform: rotate(-5deg);
}

@media screen and (min-width: 992px) and (max-width: 1684px) {
  .section.hero .hero-button-wrapper .hero-button-contact:nth-child(2) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 623px) {
  .section.hero .hero-button-wrapper .hero-button-contact {
    width: 100%;
  }
  .section.hero .hero-button-wrapper .hero-button-contact:nth-child(2) {
    margin-top: 16px;
  }
}

.section.hero .hero-button-wrapper .hero-button.fill {
  border-color: white;
  background-color: white;
  margin-left: 0;
}

.section.hero .hero-button-wrapper .hero-button.transparent p {
  color: white;
}

.section.hero .hero-button-wrapper .hero-button.transparent:hover {
  border-color: white;
  background-color: #fff;
}

.section.hero .hero-button-wrapper .hero-button.transparent:hover p {
  color: #17285b;
}

.section.hero .hero-button-wrapper .hero-button .button-text {
  margin: 8px 0 10px 0;
  font-weight: 600;
  line-height: 26px;
}

.section.hero .hero-button-wrapper.small-margin {
  margin-top: 48px;
}

@media screen and (max-width: 1290px) {
  .section.hero .hero-button-wrapper.small-margin {
    margin-top: 40px;
    display: block !important;
  }
  .section.hero .hero-button-wrapper.small-margin > a:first-of-type {
    margin-top: 0px;
  }
}

.section.hero .hero-additional-info {
  margin-top: 48px;
  max-width: 840px;
  width: 100%;
}

.section.hero .hero-additional-info a {
  display: inline-block;
  margin-top: 28px;
  font-weight: 600;
}

.section.hero .hero-additional-info a:hover {
  transform: rotate(-5deg);
  opacity: 0.4;
}

.section.hero .hero-additional-info a span {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 8px;
}

@media screen and (max-width: 1290px) {
  .section.hero .hero-additional-info {
    margin-top: 64px;
  }
}

.section.hero.half:last-of-type {
  margin-bottom: 0px;
}

.section.hero.half h2 {
  margin-bottom: 42px;
}

@media screen and (max-width: 1600px), (max-height: 900px) {
  .section.hero.half h2 {
    margin-bottom: 15px;
  }
}

.section.hero.half .hero-img {
  opacity: 1 !important;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-height: 900px) {
  .section.hero.half .hero-img {
    min-height: 100vh;
  }
}

.section.hero.half.lightpurple {
  min-height: 750px;
  background-color: #b8a4e2;
}

.section.hero.half.lightpurple > div > div > div.row {
  min-height: 750px;
}

.section.hero.half.lightpurple > div > div > div.row .hero-wrapper.half > div {
  height: 100vh;
  min-height: 750px;
}

.section.hero.half.lightpurple h1,
.section.hero.half.lightpurple h2,
.section.hero.half.lightpurple h3,
.section.hero.half.lightpurple h4,
.section.hero.half.lightpurple p,
.section.hero.half.lightpurple a,
.section.hero.half.lightpurple .link {
  color: #17285b;
}

@media screen and (max-width: 767.98px) {
  .section.hero.half.lightpurple {
    padding-bottom: 80px;
  }
  .section.hero.half.lightpurple > div > div > div.row .hero-wrapper.half > div {
    height: auto;
    min-height: 323px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1685px) {
  .section.hero.half.lightpurple .hero-col {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.section.hero .intro {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .section.hero .intro {
    padding-top: 40px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.section.hero .intro.right {
  padding-right: 120px;
  padding-left: 120px;
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .section.hero .intro.right {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

@media screen and (device-width: 768px) {
  .section.hero .intro.right {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section.hero {
    padding: 0 0px 55px;
    min-height: 955px;
    margin: 0;
  }
  .section.hero .intro {
    padding-top: 50px;
  }
  .section.hero.full .p-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .section.hero.full h2 {
    margin-bottom: 0;
  }
  .section.hero.full .hero-title {
    align-self: center;
  }
  .section.hero.full .hero-img {
    display: flex;
  }
  .section.hero.full .searchbox {
    margin-top: -8px;
  }
  .section.hero.half {
    display: grid;
  }
  .section.hero.half .container {
    display: grid;
  }
  .section.hero.half .p-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .section.hero.half .large {
    padding-top: 0;
    max-width: 100%;
  }
  .section.hero.half .large.regular {
    padding-top: 40px;
  }
  .section.hero.half .hero-title {
    align-self: flex-end;
  }
  .section.hero.half .hero-title .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .section.hero.half .hero-title .row .align-items-end.justify-content-end {
    justify-content: start !important;
    align-items: start !important;
  }
  .section.hero.half .hero-title h2 {
    margin: 0;
  }
  .section.hero.half .hero-image.right .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .section.hero.half .hero-image.right .row .align-items-end.justify-content-end {
    justify-content: start !important;
    align-items: start !important;
  }
}

@media screen and (max-width: 767.98px) {
  .section.hero {
    padding: 0 0 40px;
    margin-bottom: 0;
  }
  .section.hero .container {
    display: grid;
  }
  .section.hero .hero-wrapper {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section.hero.full {
    height: 100vh;
  }
  .section.hero.full .p-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .section.hero.full h2 {
    margin-bottom: 0;
  }
  .section.hero.full .hero-img {
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section.hero.half .hero-img {
    padding-bottom: 0;
    min-height: 323px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .section.hero.half .p-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .section.hero.half .large {
    max-width: 100%;
  }
  .section.hero.half .hero-title {
    align-self: flex-end;
  }
  .section.hero.half .hero-title .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .section.hero.half .hero-title .row .align-items-end.justify-content-end {
    justify-content: start !important;
    align-items: start !important;
  }
  .section.hero.half .hero-title h2 {
    margin: 0;
  }
  .section.hero.half .hero-image.right .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .section.hero.half .hero-image.right .row .align-items-end.justify-content-end {
    justify-content: start !important;
    align-items: start !important;
  }
  .section.hero + .section .tilted {
    margin: 18px 43px 60px 43px;
  }
}

.section.info-hero {
  padding: 0;
}

.section.info-hero.green {
  background-color: #2f3d2a;
}

.section.info-hero.green h1,
.section.info-hero.green h2,
.section.info-hero.green h3,
.section.info-hero.green h4,
.section.info-hero.green p,
.section.info-hero.green a,
.section.info-hero.green li,
.section.info-hero.green .link {
  color: #b8a4e2;
}

.section.info-hero.green .divider {
  background-color: #b8a4e2;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.section.info-hero.green .columns .info_hero_column a {
  border-color: #b8a4e2;
}

.section.info-hero.red {
  background-color: #590000;
}

.section.info-hero.red h1,
.section.info-hero.red h2,
.section.info-hero.red h3,
.section.info-hero.red h4,
.section.info-hero.red p,
.section.info-hero.red a,
.section.info-hero.red li,
.section.info-hero.red .link {
  color: #e6c1b6;
}

.section.info-hero.red .divider {
  background-color: #e6c1b6;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.section.info-hero.red .columns .info_hero_column a {
  border-color: #e6c1b6;
}

.section.info-hero .upper-content {
  padding-top: 200px;
  padding-bottom: 120px;
}

.section.info-hero .upper-content .info-hero-image .hero-img {
  aspect-ratio: 708 / 472;
  background-size: cover;
}

.section.info-hero .upper-content .scroll-to-section {
  display: none;
}

.section.info-hero .columns {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.info-hero .columns > div:nth-child(1) {
  margin-left: 0px !important;
}

.section.info-hero .columns .info_hero_column {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
  align-items: flex-start;
}

.section.info-hero .columns .info_hero_column * {
  margin: 0px !important;
}

.section.info-hero .columns .info_hero_column h4 {
  font-size: 32px;
  line-height: normal;
}

.section.info-hero .columns .info_hero_column div {
  width: 100%;
}

.section.info-hero .columns .info_hero_column p b,
.section.info-hero .columns .info_hero_column p strong {
  font-weight: 600;
}

.section.info-hero .columns .info_hero_column a {
  padding: 11px 30px;
  border-radius: 50px;
  border-width: 2px !important;
  border: solid;
  display: inline-block;
  margin-top: 8px !important;
}

.section.info-hero .columns .info_hero_column a:hover p {
  transform: rotate(-5deg);
}

.section.info-hero .columns .info_hero_column a p {
  font-weight: 600;
  transition: all 0.2s;
}

.section.info-hero .columns .info_hero_column a p span {
  display: inline-block;
  margin-left: 6px;
}

.section.info-hero .columns .info_hero_column ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.section.info-hero .columns .info_hero_column ul li {
  padding-left: 14px;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

.section.info-hero .columns .info_hero_column ul li::before {
  content: '';
  position: absolute;
  display: block;
  height: 3.5px;
  width: 3.5px;
  transform: rotate(45deg);
  background-color: #e6c1b6;
  left: 0px;
  top: 12px;
}

.section.info-hero .columns .info_hero_column table {
  margin-top: 16px;
  color: #b8a4e2;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
}

.section.info-hero .columns .info_hero_column table tr:nth-child(1) td {
  padding-top: 0px;
  padding-right: 10px;
}

.section.info-hero .columns .info_hero_column table tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: top;
}

.section.info-hero .contact-text-hero {
  padding-top: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1520px) {
  .section.info-hero .columns {
    row-gap: 80px;
  }
  .section.info-hero .columns > .col-lg-6 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin: 0px !important;
  }
}

@media screen and (max-width: 992px) {
  .section.info-hero .upper-content > div:nth-child(1) {
    justify-content: flex-start !important;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 992px) and (orientation: portrait) {
  .section.info-hero .upper-content .scroll-to-section {
    display: block;
    font-weight: 600;
    border: solid 2px #b59fdd;
    display: inline-block;
    max-width: 500px;
    padding: 9px 36px;
    border-radius: 50px;
  }
}

@media screen and (max-width: 768px) {
  .section.info-hero .upper-content {
    padding-top: 180px;
    padding-bottom: 50px;
  }
  .section.info-hero .upper-content h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .section.info-hero .upper-content .info-hero-image .hero-img {
    aspect-ratio: 708 / 472;
  }
  .section.info-hero .columns {
    padding-top: 50px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    row-gap: 90px;
    max-width: 500px;
  }
  .section.info-hero .columns > div {
    padding: 0px;
  }
  .section.info-hero .columns > div .info_hero_column {
    row-gap: 20px;
  }
  .section.info-hero .columns .info_hero_column a + p {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 400px) {
  .section.info-hero .upper-content .scroll-to-section {
    text-align: center;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.footer a:hover {
  transform: rotate(-5deg);
  color: #17285b;
  opacity: 0.4;
}

.footer .body-blue a:hover {
  color: #c5dab0;
}

.footer .body-red a:hover {
  color: #e6c1b6;
}

.footer p {
  white-space: nowrap;
}

.footer p a {
  margin-top: 25px;
  display: inline-block;
}

.footer p a:hover {
  transform: rotate(-5deg);
}

.footer p.small a {
  margin-top: 0;
}

.footer p.small a:hover {
  transform: rotate(-3deg);
}

.footer .footer-wrap {
  padding: 80px 0 65px;
}

.footer .footer-top-wrap {
  margin-bottom: 115px;
}

.footer .footer-top-wrap .link {
  letter-spacing: -1px;
}

.footer .footer-top-wrap .footer-logo {
  display: block;
  width: 143px;
  transition: 0.2s ease;
}

.footer .footer-top-wrap .footer-logo:hover {
  opacity: 1;
  transform: rotate(-5deg);
}

.footer .footer-top-wrap .footer-logo img {
  width: 100%;
}

.footer .footer-top-wrap .address {
  margin-top: 24px;
}

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

.footer .footer-menu-item {
  list-style: none;
}

.footer .footer-menu-item.contact {
  font-weight: 600;
  padding-bottom: 30px;
  transition: all 0.2s;
}

.footer .footer-menu-item.contact:hover {
  color: #c5dab0;
}

.footer .body-lightblue .accordion:after {
  border-color: #17285b !important;
}

.footer .body-lightblue .submenu li a {
  color: #17285b !important;
}

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

.footer .link-list li {
  position: relative;
}

.footer .link-list li + li {
  padding-top: 25px;
}

.footer .link-list a {
  position: relative;
  display: table;
  transition: linear;
  transition: all 0.2s;
  font-weight: 600;
}

.footer .link-list .footer-submenu {
  display: inline-block;
  position: relative;
}

.footer .link-list .accordion {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  right: -32px;
  top: 12px;
}

@media screen and (max-width: 1400px) {
  .footer .link-list .accordion {
    top: 5px;
  }
}

.footer .link-list .accordion[aria-expanded='true']:after {
  transform: rotate(-135deg) translate(-10px, -10px);
  top: -8px;
}

.footer .link-list .accordion:after {
  content: '';
  position: relative;
  top: -4px;
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: center center;
  border-right: 4px solid #e6c1b6;
  border-bottom: 4px solid #e6c1b6;
  transform: rotate(45deg);
  transition: 0.4s ease-in-out;
}

.footer .link-list .submenu {
  flex-direction: column;
  row-gap: 32px;
}

.footer .link-list .submenu .submenu-item a.active {
  font-weight: 600;
}

.footer .link-list .submenu li:first-of-type {
  padding-top: 30px;
}

.footer .link-list .submenu li:last-of-type {
  padding-top: 0px;
}

.footer .link-list .submenu li {
  padding-bottom: 18px;
}

.footer .link-list .submenu li a {
  font-size: 13px;
  line-height: 18px;
  color: #e6c1b6;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .footer .footer-wrap {
    padding: 60px 0 74px 0;
  }
}

@media screen and (max-width: 992px) {
  .footer .footer-submenu {
    position: relative;
  }
  .footer .footer-submenu .accordion {
    position: absolute;
    height: 12px;
    width: 12px;
    margin-left: 14px;
    margin-top: 7px;
  }
  .footer .footer-submenu .accordion[aria-expanded='true']:after {
    transform: rotate(-135deg) translate(-7px, -7px);
    top: -8px;
  }
  .footer .footer-submenu .accordion:after {
    content: '';
    position: relative;
    top: -4px;
    display: block;
    height: 100%;
    width: 100%;
    transform-origin: center center;
    border-right: 4px solid #e6c1b6;
    border-bottom: 4px solid #e6c1b6;
    transform: rotate(45deg);
    transition: 0.4s ease-in-out;
  }
  .footer .footer-submenu .submenu li {
    margin-bottom: 24px;
  }
  .footer .footer-submenu .submenu li:last-of-type {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer .footer-wrap {
    padding: 60px 0 74px 0;
  }
  .footer .footer-top-wrap {
    margin-bottom: 80px;
  }
  .footer .footer-top-wrap .footer-logo {
    width: 142px;
  }
  .footer .footer-top-wrap .justify-content-end {
    justify-content: start !important;
    padding: 0 !important;
  }
  .footer .footer-top-wrap .link {
    letter-spacing: 0;
  }
  .footer .link-list li {
    padding-bottom: 20px;
  }
  .footer .link-list a {
    font-size: 24px;
    line-height: 34px;
  }
  .footer .large {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
  .footer .large:hover {
    color: #e6c1b6;
    transform: rotate(-3deg);
  }
  .footer .footer-bottom-wrap .large {
    margin-bottom: 50px;
    display: inline-block;
  }
}

@media screen and (max-width: 767.98px) {
  .footer .footer-wrap {
    padding: 44px 0;
  }
  .footer .footer-wrap .justify-content-center {
    justify-content: start !important;
  }
  .footer .footer-top-wrap .footer-logo {
    width: 142px;
  }
  .footer .footer-top-wrap .link {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .footer .col-md-4:first-child .link-list {
    padding-top: 70px;
  }
  .footer .link-list li {
    padding-bottom: 20px;
  }
  .footer .link-list a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }
  .footer .large {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
  .footer .large:hover {
    color: #e6c1b6;
    transform: rotate(-3deg);
  }
  .footer .footer-bottom-wrap .large {
    margin-bottom: 24px;
    display: inline-block;
  }
  .footer .footer-bottom-wrap .small {
    margin-top: 20px;
  }
  .footer .footer-bottom-wrap .links {
    margin-top: 60px;
  }
}

.footer-banner {
  padding: 24px 0px;
}

.footer-banner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-banner .wrapper p {
  font-size: 13px;
  line-height: 18px;
  opacity: 0.6;
  text-wrap: wrap;
}

.footer-banner .wrapper img {
  width: 84px;
}

@media screen and (max-width: 767.98px) {
  .footer-banner .wrapper {
    flex-direction: column-reverse;
    row-gap: 20px;
    align-items: flex-start;
  }
  .footer-banner .wrapper img {
    width: 70px;
  }
}

.footer-mobile {
  padding-top: 70px;
  padding-right: 40px;
}

.backslash {
  padding: 0 5px;
}

nav {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 2;
  background: transparent;
  position: absolute;
  top: 0;
  transition: 0.2s ease-in-out;
}

nav:hover {
  background-color: #fff;
}

nav:hover .nav-logo polygon,
nav:hover .nav-logo svg,
nav:hover .nav-logo path {
  fill: #17285b;
  stroke: transparent;
}

nav:hover .menu-list .menu-list-item .menu-link {
  color: #17285b;
}

nav:hover .menu-link.menu-link-portal {
  color: #fff !important;
  background-color: #17285b !important;
}

nav .menu-link.menu-link-portal {
  color: #fff !important;
  border-radius: 38px;
  border-width: 2px !important;
  background: #17285b;
  padding: 9px 20px;
}

nav#navbar.is-active {
  touch-action: none;
  position: fixed;
}

nav#navbar.is-active.sticky {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

nav.sticky.scrolled .menu-list .menu-list-item {
  padding: 14px 0px;
}

nav.sticky.scrolled .menu-list .menu-list-item .submenu {
  top: 60px;
}

nav .menu-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

nav .menu-list .menu-list-item {
  margin-right: 50px;
  padding: 32px 0px;
  display: inline;
  position: static;
}

nav .menu-list .menu-list-item.logo {
  margin: 0;
  position: absolute;
  left: 0;
  padding: 0;
}

nav .menu-list .menu-list-item.switch {
  margin-right: 0;
}

nav .menu-list .menu-list-item.switch .menu-link {
  cursor: pointer;
  font-weight: 300;
}

nav .menu-list .menu-list-item.menu {
  padding-left: 45px;
  padding-right: 0;
  cursor: pointer;
}

nav .menu-list .menu-list-item.menu .menu-link {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  nav .menu-list .menu-list-item.menu {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  nav .menu-list .menu-list-item.menu {
    padding-left: 20px !important;
  }
}

nav .menu-list .menu-list-item:focus {
  outline: none;
}

nav .menu-list .menu-list-item:focus .menu-link {
  outline: none;
}

nav .menu-list .menu-list-item .menu-link:hover, nav .menu-list .menu-list-item .menu-link.active {
  font-weight: 600;
}

@media screen and (max-width: 991.98px) {
  nav .menu-list .menu-list-item {
    margin-right: 0px;
  }
}

nav .menu-list .menu-list-item:hover .submenu {
  opacity: 1;
  visibility: visible;
}

nav .menu-list .menu-list-item .submenu {
  margin-top: 8px;
  position: absolute;
  background-color: #fff;
  width: 100vw;
  padding: 16px;
  padding-right: 120px;
  left: -120px;
  text-align: right;
  top: 96px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 50px;
  opacity: 0;
  transition: 0.2s ease-in-out;
  visibility: hidden;
  border-top: 1px solid #17285b;
}

nav .menu-list .menu-list-item .submenu-item {
  display: inline-block;
  font-size: 18px;
}

nav .menu-list .menu-list-item .submenu-item a {
  display: inline-block;
  text-align: center;
  color: #17285b;
}

nav .menu-list .menu-list-item .submenu-item a::before {
  content: attr(title);
  display: block;
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

nav .menu-list .menu-list-item .submenu-item:hover a {
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  nav .menu-list .menu-list-item .submenu {
    left: -48px;
  }
}

@media screen and (min-width: 1801px) {
  nav .menu-list .menu-list-item .submenu {
    left: calc((1680px - 100vw) + ((100vw - 1680px) / 2));
    padding: 16px calc((100vw - 1680px) / 2);
  }
}

nav .menu-list .menu-link {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  display: inline-block;
  position: relative;
}

nav .menu-list .menu-link.h2 {
  min-width: 70px;
}

nav .menu-list .menu-link:focus {
  outline: none;
}

nav.sticky {
  height: 60px;
  background: #fff;
}

nav.sticky .logo {
  max-width: 95px;
}

nav.sticky .logo path,
nav.sticky .logo polyline,
nav.sticky .logo svg,
nav.sticky .logo polygon {
  fill: #17285b !important;
  stroke: none !important;
}

nav.sticky .menu-list .menu-list-item .menu-link {
  color: #17285b;
}

nav.sticky .menu-list .menu-list-item .menu-link.active {
  font-weight: 600;
}

nav.sticky .backslash {
  color: #17285b;
}

nav.scrolled {
  position: fixed;
  top: -60px;
  transition: none;
}

nav.scrolled.scrolled-up {
  transition: top 0.3s ease;
  top: 0;
  transform: translateY(-1px);
}

nav.scrolled.scrolled-down {
  transition: top 0.3s ease;
  top: -60px;
}

@media screen and (max-width: 767.98px) {
  nav {
    height: 70px;
  }
  nav.scrolled {
    top: -70px;
  }
  nav.scrolled.scrolled-down {
    top: -70px;
  }
}

@media screen and (max-width: 992px) {
  nav:not(.sticky):hover {
    background-color: transparent;
  }
  nav:not(.sticky):hover .nav-logo polygon,
  nav:not(.sticky):hover .nav-logo svg,
  nav:not(.sticky):hover .nav-logo path {
    fill: #fff;
    stroke: transparent;
  }
  nav:not(.sticky):hover .menu-list .menu-list-item .menu-link {
    color: inherit;
  }
}

.menu-content {
  position: fixed;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  background: #17285b;
  overflow: hidden;
  transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.menu-content .overlay-nav {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
}

.menu-content .overlay-nav .logo {
  margin-top: 2px !important;
}

.menu-content .menu-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  position: relative;
  height: 96px;
  width: 100%;
}

.menu-content .menu-list .backslash {
  margin-top: 10px;
}

.menu-content .menu-list .menu-list-item {
  margin: 10px 0 0 0;
}

.menu-content .menu-list .menu-list-item .menu-link {
  color: #fff;
}

.menu-content .menu-list .menu-list-item.switch .menu-link {
  cursor: pointer;
  font-weight: 300;
}

.menu-content .menu-list .menu-list-item.switch .menu-link.active {
  font-weight: 600;
}

.menu-content .menu-list .logo {
  position: absolute;
  left: 0;
}

.menu-content .menu-list .menu-close {
  cursor: pointer;
  width: 22px;
  height: 22px;
}

.menu-content .menu-list .menu-close img {
  width: 22px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-content .menu-list .menu-close img svg {
    fill: white;
  }
}

.menu-content .menu-list .menu-close object {
  width: 22px;
}

.menu-content .link-list-wrapper {
  width: 100%;
  padding: 0 20px;
  padding-top: 100px;
}

.menu-content .link-list-wrapper .column-inner {
  height: 100%;
}

.menu-content .link-list-wrapper .menu-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  max-height: calc(100vh - 150px);
  overflow: scroll;
}

@media screen and (min-width: 992px) {
  .menu-content .link-list-wrapper {
    padding-top: 0;
  }
}

@media screen and (min-width: 1800px) {
  .menu-content .link-list-wrapper {
    max-width: 840px;
    padding: 0 40px;
    padding-left: 0;
    margin-left: auto;
  }
}

.menu-content .link-list {
  padding-top: 100px;
  list-style: none;
  margin: 0;
  padding-right: 0;
}

.menu-content .link-list .menu-list-item {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: opacity 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: opacity 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: opacity 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  width: auto;
  max-width: fit-content;
  margin-bottom: 20px;
}

.menu-content .link-list .menu-list-item:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.menu-content .link-list .menu-list-item:nth-child(2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.menu-content .link-list .menu-list-item:nth-child(3) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.menu-content .link-list .menu-list-item:nth-child(4) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.menu-content .link-list .menu-list-item:nth-child(5) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.menu-content .link-list .menu-list-item:nth-child(6) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

.menu-content .link-list .menu-list-item:nth-child(7) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.menu-content .link-list .menu-list-item:nth-child(8) {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

.menu-content .link-list .menu-list-item:nth-child(9) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.menu-content .link-list .menu-list-item:nth-child(10) {
  -webkit-transition-delay: 550ms;
  -moz-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

.menu-content .link-list .menu-list-item:nth-child(11) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.menu-content .link-list .menu-list-item:nth-child(12) {
  -webkit-transition-delay: 650ms;
  -moz-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}

.menu-content .link-list .menu-list-item.small .menu-link {
  font-size: 48px;
  line-height: 58px;
}

.menu-content .link-list .menu-list-item.small .menu-link:hover:after, .menu-content .link-list .menu-list-item.small .menu-link.active:after {
  content: '.';
  font-size: 75px;
  margin-top: -20px;
  position: absolute;
  right: -40px;
  top: 0;
}

.menu-content .link-list .menu-list-item:not(.small) + .small {
  margin-top: 45px;
}

.menu-content .link-list .menu-list-item.active .image-item {
  display: block;
}

.menu-content .link-list .menu-list-item:hover .image-item {
  display: block;
  z-index: 2;
}

.menu-content .link-list .menu-list-item .menu-link {
  margin-bottom: 20px;
}

.menu-content .link-list .menu-list-item .menu-link:hover:after, .menu-content .link-list .menu-list-item .menu-link.active:after {
  content: '.';
  font-size: 95px;
  margin-top: -22px;
  position: absolute;
  right: -40px;
  top: 0;
}

.menu-content .link-list .menu-link {
  color: #e6c1b6;
  letter-spacing: -1px;
  font-weight: 600;
  position: relative;
}

.menu-content .image-item {
  width: 610px;
  padding-bottom: 35%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  max-height: 500px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  margin: auto;
}

.menu-content #logoactive polygon,
.menu-content #logoactive svg,
.menu-content #logoactive path {
  fill: #fff;
}

.menu-content.active .menu-list-item {
  opacity: 1;
}

@media screen and (min-width: 1600px) {
  .menu-content .image-item {
    width: 710px;
    padding-bottom: 35%;
  }
}

@media screen and (max-width: 1200px) {
  .menu-content .link-list .menu-list-item.active .image-item {
    display: none;
  }
  .menu-content .link-list .menu-list-item:hover .image-item {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .menu-content .menu-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: space-evenly;
  }
  .menu-content .link-list {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .menu-content .link-list.small .menu-list-item {
    transition: none;
    opacity: 1;
  }
  .menu-content .link-list.small .menu-list-item .menu-link {
    font-weight: 300;
    padding-bottom: 2px;
    letter-spacing: 0;
  }
  .menu-content .link-list.small .menu-list-item .menu-link:hover, .menu-content .link-list.small .menu-list-item .menu-link.active {
    border-bottom: 2px solid #b59fdd;
  }
  .menu-content .link-list.small .menu-list-item .menu-link:after {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .menu-content .column-inner.left {
    padding-left: 20px !important;
  }
  .menu-content .link-list {
    padding-top: 180px;
    padding-bottom: 140px;
    padding-left: 28px !important;
  }
  .menu-content .link-list .menu-list-item .menu-link {
    display: blocK;
    margin-bottom: 10px;
  }
  .menu-content .link-list .menu-list-item .menu-link:hover:after, .menu-content .link-list .menu-list-item .menu-link.active:after {
    content: '.';
    margin-top: -22px;
    position: absolute;
    right: -40px;
    top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) and (max-width: 1399px) {
  .menu-content .link-list .menu-list-item .menu-link:hover:after, .menu-content .link-list .menu-list-item .menu-link.active:after {
    margin-top: -25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .menu-content .link-list.small {
    padding-top: 80px;
  }
  .menu-content .link-list.small .menu-list-item {
    transition: none;
    opacity: 1;
  }
  .menu-content .link-list.small .menu-list-item .menu-link {
    font-weight: 300;
    font-size: 18px;
    line-height: 48px;
    padding-bottom: 2px;
    letter-spacing: 0;
  }
  .menu-content .link-list.small .menu-list-item .menu-link:hover, .menu-content .link-list.small .menu-list-item .menu-link.active {
    border-bottom: 2px solid #b59fdd;
  }
  .menu-content .link-list.small .menu-list-item .menu-link:after {
    display: none;
  }
  .menu-content .container .p-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 767.98px) {
  .menu-content .menu-list {
    height: 70px;
  }
  .menu-content .link-list {
    padding: 30px 0 0 0;
  }
  .menu-content .link-list .menu-list-item:not(.small) + .small {
    margin-top: 25px;
  }
  .menu-content .link-list .menu-list-item .menu-link {
    font-size: 56px;
    line-height: 78px;
  }
  .menu-content .link-list .menu-list-item .menu-link:hover:after, .menu-content .link-list .menu-list-item .menu-link.active:after {
    content: '.';
    font-size: 80px;
    margin-top: -30px;
    position: absolute;
    right: -41px;
    top: 0;
  }
  .menu-content .link-list.small {
    padding-top: 80px;
  }
  .menu-content .link-list.small .menu-list-item {
    transition: none;
    opacity: 1;
  }
  .menu-content .link-list.small .menu-list-item .menu-link {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 2px;
    letter-spacing: 0;
  }
  .menu-content .link-list.small .menu-list-item .menu-link:hover, .menu-content .link-list.small .menu-list-item .menu-link.active {
    font-weight: 600;
  }
  .menu-content .link-list.small .menu-list-item .menu-link:after {
    display: none;
  }
  .menu-content .container .p-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .menu-content .link-list-wrapper {
    padding-top: 70px;
  }
  .menu-content .link-list-wrapper .menu-wrap {
    max-height: calc(100vh - 60px) !important;
    padding-bottom: 20px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 992px) {
  .menu-content .menu-list-item.mobile.has-submenu {
    position: relative;
  }
  .menu-content .menu-list-item.mobile.has-submenu > a.active::after {
    content: '';
  }
  .menu-content .menu-list-item.mobile.has-submenu > a:hover::after {
    content: '';
    display: none;
  }
  .menu-content .menu-list-item.mobile.has-submenu > .accordion {
    cursor: pointer;
    position: absolute;
    left: 175px;
    top: 6px;
    display: block;
    height: 20px;
    width: 20px;
  }
  .menu-content .menu-list-item.mobile.has-submenu > .accordion[aria-expanded='true']:after {
    transform: rotate(-135deg) translate(-10px, -10px);
  }
  .menu-content .menu-list-item.mobile.has-submenu > .accordion:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    transform-origin: center center;
    border-right: 4px solid #e6c1b6;
    border-bottom: 4px solid #e6c1b6;
    transform: rotate(45deg);
    transition: 0.2s ease-in-out;
  }
  .menu-content .menu-list-item.mobile.has-submenu .submenu {
    flex-direction: column;
    row-gap: 32px;
  }
  .menu-content .menu-list-item.mobile.has-submenu .submenu .submenu-item a.active {
    font-weight: 600;
  }
  .menu-content .menu-list-item.mobile.has-submenu .submenu li:first-of-type {
    padding-top: 30px;
  }
  .menu-content .menu-list-item.mobile.has-submenu .submenu li:last-of-type {
    padding-top: 0px;
  }
  .menu-content .menu-list-item.mobile.has-submenu .submenu li {
    padding-bottom: 18px;
  }
  .menu-content .menu-list-item.mobile.has-submenu .submenu li a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #e6c1b6;
  }
}

@media screen and (max-width: 768px) {
  .menu-content .menu-list-item.mobile.has-submenu > .accordion {
    left: 355px;
    top: 25px;
  }
  .menu-content .menu-list-item.mobile.has-submenu > .accordion[aria-expanded='true']:after {
    transform: rotate(-135deg) translate(-10px, -10px);
  }
}

@media screen and (max-width: 424px) {
  .menu-content .menu-list-item.mobile.has-submenu > .accordion {
    left: 305px;
    top: 20px;
  }
  .menu-content .menu-list-item.mobile.has-submenu > .accordion[aria-expanded='true']:after {
    transform: rotate(-135deg) translate(-10px, -10px);
  }
}

@media screen and (max-height: 900px) and (max-width: 424px) {
  .menu-content .link-list .menu-list-item {
    margin-bottom: 0;
  }
  .menu-content .link-list .menu-list-item .menu-link {
    font-size: 48px;
    line-height: 68px;
  }
  .menu-content .link-list .menu-list-item .menu-link:after {
    font-size: 65px;
    margin-top: -28px;
    right: -35px;
  }
  .menu-content .link-list.small {
    padding-top: 20px;
  }
}

@media screen and (max-height: 595px) and (max-width: 767.98px) {
  .menu-content .link-list .menu-list-item:not(.small) + .small {
    margin-top: 15px;
  }
  .menu-content .link-list .menu-list-item.small .menu-link {
    line-height: 40px;
  }
}

.nav-logo {
  display: flex;
}

.nav-logo svg {
  width: 200px;
  height: 44px;
}

@media screen and (max-width: 767.98px) {
  .nav-logo svg {
    width: 115px;
  }
}

.nav-logo polygon,
.nav-logo svg,
.nav-logo path {
  fill: #fff;
  stroke: transparent;
}

.nav-white {
  color: #fff;
}

.nav-white .menu-list .menu-list-item svg {
  fill: #fff;
}

.nav-white .menu-list .menu-list-item .menu-link {
  color: #fff;
}

.nav-white .menu-list .menu-list-item.switch .menu-link {
  cursor: pointer;
  font-weight: 300;
}

.nav-white .menu-list .menu-list-item.switch .menu-link.active {
  font-weight: 600;
}

.nav-white .nav-logo polygon,
.nav-white .nav-logo svg,
.nav-white .nav-logo path {
  fill: #fff;
}

.nav-white .sticky {
  display: none;
}

.nav-white .default {
  display: inline-block;
}

.nav-white.sticky svg {
  fill: #17285b !important;
}

.nav-white.sticky .sticky {
  display: inline-block;
  width: 90px;
}

.nav-white.sticky .default {
  display: none;
}

.nav-blue {
  color: #17285b;
}

.nav-blue .menu-list svg {
  fill: #17285b;
}

.nav-blue .menu-list .menu-list-item .menu-link {
  color: #17285b;
}

.nav-blue .menu-list .menu-list-item.switch .menu-link {
  cursor: pointer;
  font-weight: 300;
}

.nav-blue .menu-list .menu-list-item.switch .menu-link.active {
  font-weight: 600;
}

.nav-blue .sticky {
  display: none;
}

.nav-blue .default {
  display: inline-block;
}

.nav-blue.sticky svg {
  fill: #17285b !important;
}

.nav-blue.sticky .sticky {
  display: inline-block;
  width: 90px;
}

.nav-blue.sticky .default {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-blue:not(.sticky).white-mobile .menu-list .menu-list-item .menu-link,
  .nav-blue:not(.sticky).white-mobile div {
    color: #fff;
  }
  .nav-blue:not(.sticky).white-mobile .menu-list .menu-list-item .menu-link svg {
    fill: #fff;
  }
}

.nav-green {
  color: #c5dab0;
}

.nav-green .menu-list .menu-list-item svg {
  fill: #c5dab0;
}

.nav-green .menu-list .menu-list-item .menu-link {
  color: #c5dab0;
}

.nav-green .menu-list .menu-list-item.switch .menu-link {
  cursor: pointer;
  font-weight: 300;
}

.nav-green .menu-list .menu-list-item.switch .menu-link.active {
  font-weight: 600;
}

.nav-green .sticky {
  display: none;
}

.nav-green .default {
  display: inline-block;
}

.nav-green.sticky svg {
  fill: #17285b !important;
}

.nav-green.sticky .sticky {
  display: inline-block;
  width: 90px;
}

.nav-green.sticky .default {
  display: none;
}

.nav-red {
  color: #590000;
}

.nav-red .menu-list .menu-list-item svg {
  fill: #590000;
}

.nav-red .menu-list .menu-list-item .menu-link {
  color: #590000;
}

.nav-red .menu-list .menu-list-item.switch .menu-link {
  cursor: pointer;
  font-weight: 300;
}

.nav-red .menu-list .menu-list-item.switch .menu-link.active {
  font-weight: 600;
}

.nav-red .sticky {
  display: none;
}

.nav-red .default {
  display: inline-block;
}

.nav-red.sticky svg {
  fill: #17285b !important;
}

.nav-red.sticky .sticky {
  display: inline-block;
  width: 90px;
}

.nav-red.sticky .default {
  display: none;
}

.nav-pink {
  color: #e6c1b6;
}

.nav-pink .menu-list .menu-list-item svg {
  fill: #e6c1b6;
}

.nav-pink .menu-list .menu-list-item .menu-link {
  color: #e6c1b6;
}

.nav-pink .menu-list .menu-list-item.switch .menu-link {
  cursor: pointer;
  font-weight: 300;
}

.nav-pink .menu-list .menu-list-item.switch .menu-link.active {
  font-weight: 600;
}

.nav-pink .sticky {
  display: none;
}

.nav-pink .default {
  display: inline-block;
}

.nav-pink.sticky svg {
  fill: #17285b !important;
}

.nav-pink.sticky .sticky {
  display: inline-block;
  width: 90px;
}

.nav-pink.sticky .default {
  display: none;
}

.nav-lightpurple {
  color: #b8a4e2;
}

.nav-lightpurple .menu-list .menu-list-item svg {
  fill: #b8a4e2;
}

.nav-lightpurple .menu-list .menu-list-item .menu-link {
  color: #b8a4e2;
}

.nav-lightpurple .menu-list .menu-list-item.switch .menu-link {
  cursor: pointer;
  font-weight: 300;
}

.nav-lightpurple .menu-list .menu-list-item.switch .menu-link.active {
  font-weight: 600;
}

.nav-lightpurple .nav-logo polygon,
.nav-lightpurple .nav-logo path {
  fill: #b8a4e2;
}

.nav-lightpurple .sticky {
  display: none;
}

.nav-lightpurple .default {
  display: inline-block;
}

.nav-lightpurple.sticky svg {
  fill: #17285b !important;
}

.nav-lightpurple.sticky .sticky {
  display: inline-block;
  width: 90px;
}

.nav-lightpurple.sticky .default {
  display: none;
}

@media screen and (max-width: 340px) {
  .backslash,
  .switch {
    display: none !important;
  }
}

.usp {
  margin-top: 20px;
}

@media screen and (max-width: 767.98px) {
  .usp.one-row {
    display: flex;
  }
  .usp.one-row .icon {
    height: 100%;
    margin: 0;
    min-width: 100px;
    transform: scale(2) translateX(-10px);
  }
  .usp.one-row .usp-text {
    text-align: left !important;
  }
}

.usp .icon {
  width: 235px;
  height: 235px;
  margin-top: -72px;
  margin-left: -70px;
  margin-bottom: -35px;
}

.usp .icon.center {
  margin: 0 auto -35px auto;
}

.usp .large + p {
  margin-top: 20px;
}

.usp .usp-text.center {
  max-width: 255px;
  text-align: center;
  margin: auto;
}

.usp .usp-text.left {
  max-width: 290px;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .usp .icon {
    width: 200px;
    height: 200px;
    margin-top: -72px;
    margin-left: -65px;
    margin-bottom: -35px;
  }
}

.col-xl-3.usp p {
  max-width: 282px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .col-xl-3.usp:nth-last-child(2), .col-xl-3.usp:last-child {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767.98px) {
  .col-xl-3.usp p {
    max-width: 100%;
  }
  .col-xl-3.usp p.large {
    font-size: 24px;
    line-height: 32px;
  }
  .col-xl-3.usp + .col-xl-3.usp {
    margin-top: 70px;
  }
}

.col-xl-4.usp p {
  max-width: 330px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .col-xl-4.usp:last-child {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767.98px) {
  .col-xl-4.usp {
    padding-left: 15px;
  }
  .col-xl-4.usp p {
    max-width: 100%;
  }
  .col-xl-4.usp p.large + p {
    margin-top: 10px;
  }
  .col-xl-4.usp + .col-xl-4.usp {
    margin-top: 70px;
  }
  .col-xl-4.usp .icon {
    width: 170px;
    height: 170px;
    position: absolute;
    left: -55px;
    top: 20px;
  }
}

#usp01 .usp-text {
  opacity: 0;
  transition: opacity .5s ease .2s;
}

#usp01 .usp-text.fade {
  opacity: 1;
}

#usp02 .usp-text {
  opacity: 0;
  transition: opacity .5s ease .4s;
}

#usp02 .usp-text.fade {
  opacity: 1;
}

#usp03 .usp-text {
  opacity: 0;
  transition: opacity .5s ease .6s;
}

#usp03 .usp-text.fade {
  opacity: 1;
}

#usp04 .usp-text {
  opacity: 0;
  transition: opacity .5s ease .8s;
}

#usp04 .usp-text.fade {
  opacity: 1;
}

#usp05 .usp-text {
  opacity: 0;
  transition: opacity .5s ease .2s;
}

#usp05 .usp-text.fade {
  opacity: 1;
}

#usp06 .usp-text {
  opacity: 0;
  transition: opacity .5s ease .4s;
}

#usp06 .usp-text.fade {
  opacity: 1;
}

#usp07 .usp-text {
  opacity: 0;
  transition: opacity .5s ease .6s;
}

#usp07 .usp-text.fade {
  opacity: 1;
}

#usp08 .usp-text {
  opacity: 0;
  transition: opacity .5s ease 1.0s;
}

#usp08 .usp-text.fade {
  opacity: 1;
}

#usp09 .usp-text {
  opacity: 0;
  transition: opacity .5s ease 1.2s;
}

#usp09 .usp-text.fade {
  opacity: 1;
}

#usp010 .usp-text {
  opacity: 0;
  transition: opacity .5s ease 1.0s;
}

#usp010 .usp-text.fade {
  opacity: 1;
}

.column-wrapper.left {
  padding: 0 0 0 20px;
}

.column-wrapper.right {
  padding-right: 0;
}

@media screen and (max-width: 992px) {
  .column-wrapper.left {
    padding: 0 20px;
  }
  .column-wrapper.right {
    margin-top: 40px;
    padding: 0 20px;
  }
}

section.contact-form {
  /* Change the white to any color */
}

section.contact-form input:-webkit-autofill {
  -webkit-text-fill-color: #17285b !important;
}

section.contact-form input:-webkit-autofill,
section.contact-form input:-webkit-autofill:hover,
section.contact-form input:-webkit-autofill:focus,
section.contact-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px white inset !important;
}

section.contact-form form > .col-12 > .row > div {
  padding-left: 12px;
  padding-right: 12px;
}

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

@media screen and (max-width: 992px) {
  section.contact-form .section-title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 992px) {
  section.contact-form .mt-xs {
    margin-top: 80px;
  }
}

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

section.contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

section.contact-form .input-wrapper.focus input,
section.contact-form .input-wrapper.focus textarea {
  outline: 1px solid #17285b;
}

section.contact-form .input-wrapper.error .input > label {
  color: #590000;
}

section.contact-form .input-wrapper.error .input .required-text {
  display: none;
}

section.contact-form .input-wrapper.error .input .error {
  display: block;
}

section.contact-form .input-wrapper.error .input .error.message.length {
  display: none;
}

section.contact-form .input-wrapper.error input,
section.contact-form .input-wrapper.error textarea {
  border-color: #590000;
  outline: 1px solid #590000;
  color: #590000;
}

section.contact-form .input-wrapper.error input::placeholder,
section.contact-form .input-wrapper.error textarea::placeholder {
  color: rgba(89, 0, 0, 0.5);
}

section.contact-form .input-wrapper.length-error .input > label {
  color: #590000;
}

section.contact-form .input-wrapper.length-error .input .required-text {
  display: none;
}

section.contact-form .input-wrapper.length-error textarea {
  border-color: #590000;
  outline: 1px solid #590000;
  color: #590000;
}

section.contact-form .input-wrapper.length-error textarea::placeholder {
  color: rgba(89, 0, 0, 0.5);
}

section.contact-form .input-wrapper.length-error .error.message {
  display: none;
}

section.contact-form .input-wrapper.length-error .error.message.length {
  display: block;
  padding-top: 0px;
}

section.contact-form .input-wrapper .form-tooltip {
  height: 24px;
  width: 24px;
  background-color: #95b5c3;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 8px;
  cursor: pointer;
}

section.contact-form .input-wrapper .form-tooltip > div {
  position: absolute;
  left: 35px;
  top: 0px;
  background-color: #95b5c3;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 24px;
  z-index: 99;
  min-width: 432px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  font-size: 18px;
  line-height: 26px;
  color: #17285b;
}

@media screen and (max-width: 768px) {
  section.contact-form .input-wrapper .form-tooltip > div {
    min-width: 300px;
  }
}

section.contact-form .input-wrapper .form-tooltip:hover > div {
  opacity: 1;
  visibility: visible;
}

section.contact-form .input {
  margin-bottom: 32px;
  position: relative;
}

section.contact-form .input input,
section.contact-form .input textarea {
  padding: 28px 16px 8px 16px;
  background-color: white;
  border-bottom: none;
  border: 1px solid #17285b;
}

section.contact-form .input input::placeholder,
section.contact-form .input textarea::placeholder {
  color: rgba(23, 40, 91, 0.5);
}

section.contact-form .input input:hover,
section.contact-form .input textarea:hover {
  background-color: rgba(149, 181, 195, 0.4);
}

section.contact-form .input input:focus,
section.contact-form .input textarea:focus {
  background-color: transparent;
}

section.contact-form .input > label {
  color: #17285b;
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

section.contact-form .input .error {
  font-size: 14px;
  line-height: 20px;
  padding-top: 8px;
  color: #590000;
  display: none;
}

section.contact-form .input .error.message:nth-child(4) {
  padding-top: 0px;
}

section.contact-form .input .error.message:nth-child(5) {
  display: none;
}

section.contact-form .input.message {
  position: relative;
}

section.contact-form .input.message:hover label {
  background-color: #d4e2e8;
}

section.contact-form .input.message:hover label + textarea {
  background-color: rgba(149, 181, 195, 0.4);
}

section.contact-form .input.message label {
  width: calc(100% - 2px);
  height: 33px;
  left: 1px;
  top: 1px;
  background-color: #fff;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 10px;
  z-index: 2;
}

section.contact-form .input.message textarea {
  position: relative;
}

section.contact-form .input.message textarea:before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: calc(100% - 2px);
  background-color: #fff;
  height: 12px;
}

section.contact-form .required-text {
  font-size: 18px;
  line-height: 26px;
  color: #17285b;
  padding-top: 40px;
}

section.contact-form .required-text.footnote {
  padding-top: 0px;
  display: flex;
  justify-content: space-between;
}

section.contact-form .select-wrapper {
  margin-bottom: 32px;
}

section.contact-form .select-wrapper > span {
  margin: 0px;
}

section.contact-form .select-wrapper .error {
  font-size: 14px;
  line-height: 20px;
  padding-top: 8px;
  color: #590000;
  display: none;
}

section.contact-form .select-wrapper.error .custom-select .select-selected {
  color: #590000;
  border-color: #590000;
  outline: 1px solid #590000;
  color: #590000;
}

section.contact-form .select-wrapper.error .required-text {
  display: none;
}

section.contact-form .select-wrapper.error .error {
  display: block;
}

section.contact-form .custom-select {
  display: block;
  position: relative;
  border: none;
  height: auto;
  background: none !important;
}

section.contact-form .custom-select select {
  display: none;
}

section.contact-form .custom-select .select-selected {
  background-color: #fff;
  padding: 18px 16px;
  border: none;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

section.contact-form .custom-select .select-selected:focus {
  outline: none;
}

section.contact-form .custom-select .select-selected:hover {
  background-color: rgba(149, 181, 195, 0.4);
}

section.contact-form .select-selected:after {
  position: absolute;
  content: '';
  top: 24px;
  right: 16px;
  width: 10px;
  height: 10px;
  transition: 0.4s ease;
  border-right: 2px solid #17285b;
  border-bottom: 2px solid #17285b;
  transform-origin: center center;
  transform: rotate(45deg);
}

section.contact-form .select-selected.select-arrow-active:after {
  transform: rotate(225deg);
}

section.contact-form .custom-select .select-items div,
section.contact-form .custom-select .select-selected {
  color: #17285b;
  padding: 18px 16px;
  border: 1px solid #17285b;
  cursor: pointer;
}

@media screen and (max-width: 420px) {
  section.contact-form .custom-select .select-items div,
  section.contact-form .custom-select .select-selected {
    padding: 10px 60px 10px 16px;
    cursor: pointer;
    min-height: 64px;
    vertical-align: middle;
    display: flex;
    align-items: center;
  }
}

section.contact-form .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #17285b;
  border-top: none;
  padding: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

section.contact-form .select-items > li {
  color: #17285b;
  background-color: white;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
}

section.contact-form .select-items > li:hover {
  font-weight: 600;
}

section.contact-form .select-items > li:first-of-type {
  display: none;
}

section.contact-form .select-hide {
  display: none;
}

section.contact-form .select-items div:hover,
section.contact-form .same-as-selected {
  background-color: rgba(23, 40, 91, 0.1);
}

section.contact-form .file-section {
  border: 1px solid #17285b;
  position: relative;
  padding: 0px 16px;
}

section.contact-form .file-section.focus {
  outline: 1px solid #17285b;
}

section.contact-form .file-section.warning {
  outline: 1px solid #590000;
  border-color: #590000;
}

section.contact-form .file-section #drop_zone {
  padding-top: 28px;
  padding-bottom: 24px;
}

section.contact-form .file-section #drop_zone .file-placeholder {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 14px;
  line-height: 20px;
}

section.contact-form .file-section #drop_zone .drop-label > p {
  text-align: center;
  padding: 17.5px 0px;
  margin: 24px 0px;
  color: rgba(23, 40, 91, 0.5);
  font-size: 14px;
  line-height: 20px;
}

section.contact-form .file-section #drop_zone .drop-label.hide > p {
  display: none;
}

section.contact-form .file-section #drop_zone .file-list.show {
  padding-top: 24px;
}

section.contact-form .file-section #drop_zone .file-list li {
  background-color: #95b5c3;
  padding: 11.5px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  position: relative;
}

section.contact-form .file-section #drop_zone .file-list li:last-of-type {
  margin-bottom: 0px;
}

section.contact-form .file-section #drop_zone .file-list li .name {
  font-weight: 600;
}

section.contact-form .file-section #drop_zone .file-list li .clean {
  position: absolute;
  top: 50%;
  right: 16px;
  height: 15px;
  width: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

section.contact-form .file-section #drop_zone .file-list li .clean::before, section.contact-form .file-section #drop_zone .file-list li .clean::after {
  content: '';
  display: block;
  background-color: #17285b;
  height: 2px;
  border-radius: 10px;
  width: 15px;
}

section.contact-form .file-section #drop_zone .file-list li .clean::before {
  transform: rotate(45deg) translate(3px, 3.5px);
}

section.contact-form .file-section #drop_zone .file-list li .clean::after {
  transform: rotate(-45deg) translate(-2px, 2px);
}

section.contact-form .file-section .upload-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

section.contact-form .file-section .upload-btn > label {
  border: 2px solid #17285b;
  border-radius: 50px;
  padding: 11px 30px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}

section.contact-form .file-section .upload-btn > label > span {
  display: block;
  transition: 0.2s ease;
  color: #17285b;
}

section.contact-form .file-section .upload-btn > label > span > span {
  padding-left: 4px;
}

section.contact-form .file-section .upload-btn > label:hover > span {
  transform: rotate(-5deg);
}

section.contact-form .file-section + div.storage {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

section.contact-form .file-section + div.storage > p {
  display: none;
}

section.contact-form .file-section + div.storage > p.show {
  display: block;
}

section.contact-form .file-section + div.storage > p.error {
  color: #590000;
}

section.contact-form .file-section + div.storage p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(23, 40, 91, 0.5);
}

section.contact-form .submit {
  margin-top: 48px;
}

section.contact-form .submit > #submit-button {
  transition: 0.2s ease;
  background-color: #17285b;
  border-radius: 50px;
  padding: 11px 60px;
  color: #fff;
  font-size: 18px;
}

section.contact-form .submit > #submit-button:disabled {
  opacity: 0.2;
}

section.contact-form .submit > #submit-button.success {
  opacity: 1;
  pointer-events: none;
  border: 2px solid #17285b;
  color: #17285b;
  background-color: transparent;
}

@media screen and (max-width: 992px) {
  section.contact-form {
    padding-top: 80px;
  }
  section.contact-form form {
    margin-top: 26px;
  }
  section.contact-form form > .col-12 > .row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  section.contact-form .file-section + div.storage > p:nth-child(1) {
    display: none !important;
  }
}

.grid-cell {
  margin-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
  .grid-cell {
    margin-bottom: 64px;
  }
  .grid-cell:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .grid-cell {
    margin-bottom: 32px;
  }
  .grid-cell .values {
    padding-bottom: 20px;
  }
}

.statement-title {
  max-width: 460px;
}

/* --partials-- */
a {
  color: #95b5c3;
  transition: all 0.2s;
}

a:hover {
  outline: none;
  text-decoration: none;
  color: #e6c1b6;
}

a.blue {
  color: #17285b;
}

a.blue:hover {
  outline: none;
  text-decoration: none;
  color: #95b5c3;
}

a:not([href]):not([tabindex]) {
  color: #95b5c3;
}

a:not([href]):not([tabindex]):hover {
  color: #95b5c3;
}

button:focus {
  outline: none;
}

.link {
  color: #17285b;
  display: table;
  font-weight: 600;
}

.link img {
  margin: -5px 0 0 16px;
}

.link:hover {
  color: #17285b;
  transform: rotate(-5deg);
}

.link.pink {
  color: #e6c1b6;
}

.link.pink:hover {
  color: #e6c1b6;
}

.link.lightblue {
  color: #95b5c3;
}

.link.lightblue:hover {
  color: #95b5c3;
}

.link.regular {
  font-weight: 400;
}

.link.regular:hover {
  color: #17285b;
}

@media screen and (min-width: 992px) {
  .link.align-ipad {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .link.align-ipad {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .link.align-ipad {
    margin-top: 35px;
  }
}

.download {
  background: #95b5c3;
  width: 100%;
  display: block;
  padding: 22px 40px;
  color: #590000;
  font-weight: 300;
  margin-bottom: 24px;
  position: relative;
}

.download span.d-flex {
  font-weight: 400;
  position: absolute;
  right: 40px;
  top: 21px;
  transition: all 0.2s;
}

.download:last-child {
  margin-bottom: 0;
}

.download:hover {
  color: #590000;
}

.download:hover span.d-flex {
  transform: rotate(-3deg);
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .download {
    padding: 22px 24px;
    margin-bottom: 22px;
  }
  .download span.d-flex {
    right: 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .download {
    padding: 16px;
    margin-bottom: 20px;
  }
  .download span.d-flex {
    right: 16px;
    top: 15px;
  }
  .download span.adjust-m {
    display: none;
  }
}

.more {
  margin-top: 40px;
}

.rounded-button {
  margin-top: 32px;
  border: 2px solid #17285b;
  border-radius: 38px;
  display: inline-block;
}

.rounded-button .button-text {
  transition: all 0.2s ease-in-out;
  margin: 10px 28px 15px 28px;
  font-weight: 600;
  line-height: 26px;
}

.rounded-button span {
  display: inline-block;
  transform: translateX(2px);
}

.rounded-button:hover .button-text {
  transform: rotate(-3deg);
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #17285b;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: #D8D8D8;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: white;
}

input:focus + .slider {
  box-shadow: 0 0 1px white;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #590000;
}

.slider.round {
  border: 2px solid white;
  border-radius: 50px;
}

.slider.round:before {
  border-radius: 50%;
}

/* --components-- */
.cookie-notice {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 100px;
  padding: 20px;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-align: center;
  background: #17285b;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out false;
  -o-transition: bottom 0.3s ease-in-out false;
  transition: bottom 0.3s ease-in-out;
}

.cookie-notice p, .cookie-notice .btn {
  display: inline-block;
  font-size: 13px;
  padding: 7px 10px;
  margin: 0;
  vertical-align: middle;
}

.cookie-notice p {
  margin-right: 10px;
  max-width: 575px;
  padding: 9px;
  text-align: left;
}

.cookie-notice .cookie-text p {
  font-size: 18px;
  line-height: 26px;
  color: #e6c1b6;
}

.cookie-notice .cookie-text p a {
  color: #e6c1b6;
  font-weight: bold;
}

.cookie-notice .cookie-text p a:hover {
  color: #95b5c3;
}

.cookie-notice .btn {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .cookie-notice .btn {
    margin-bottom: 10px;
  }
}

.cookie-notice .btn.accept {
  margin: 0 14px 0 14px;
  border: 2px solid white;
  border-radius: 38px;
  width: 220px;
  display: inline-block;
  background-color: white;
  color: #17285b;
}

@media screen and (max-width: 320px) {
  .cookie-notice .btn.accept {
    width: 180px;
  }
}

.cookie-notice .btn.settings {
  color: #e6c1b6;
}

@media (max-width: 480px) {
  .cookie-notice p {
    text-align: left;
  }
}

@media screen and (max-width: 1023px) {
  .cookie-notice {
    width: 100%;
    height: unset;
    flex-direction: column;
    padding: 20px 0;
  }
  .cookie-notice .btn {
    width: 45%;
  }
  .cookie-notice .settings {
    margin-bottom: 0;
  }
  .cookie-notice p {
    padding: 0;
    margin-bottom: 10px;
  }
}

.cookie-popup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

.cookie-popup a {
  color: #e6c1b6;
  font-weight: bold;
}

.cookie-popup a:hover {
  color: #95b5c3;
}

@media screen and (max-width: 768px) {
  .cookie-popup {
    overflow-y: scroll;
  }
}

@media screen and (max-height: 1050px) {
  .cookie-popup {
    overflow-y: scroll;
  }
}

.cookie-popup.show {
  display: flex;
}

@media screen and (max-width: 768px) {
  .cookie-popup.show {
    display: block;
  }
}

@media screen and (device-height: 1024px) and (device-width: 768px) {
  .cookie-popup.show {
    display: flex;
  }
}

.cookie-popup .container {
  padding: 40px 30px;
  max-width: 750px;
  background-color: #17285b;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .cookie-popup .container {
    margin: 0;
    max-width: 100%;
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }
}

@media screen and (max-height: 1050px) {
  .cookie-popup .container {
    max-height: 90%;
  }
}

@media screen and (max-width: 480px) {
  .cookie-popup .container {
    max-height: 100%;
  }
}

@media screen and (min-height: 850px) {
  .cookie-popup .container {
    max-height: 800px;
  }
}

@media screen and (device-height: 1024px) and (device-width: 768px) {
  .cookie-popup .container {
    width: 80%;
    max-height: 90%;
  }
}

.cookie-popup .separator {
  margin-top: 40px;
  border-bottom: 1px solid #e6c1b6;
}

.cookie-popup .title-switch {
  margin-bottom: 40px;
  align-items: center;
}

.cookie-popup .title {
  font-size: 24px !important;
  line-height: 32px !important;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .cookie-popup .title {
    font-size: 19px !important;
    line-height: 32px !important;
    max-width: 70%;
  }
}

.cookie-popup .title.first {
  margin-bottom: 40px;
}

.cookie-popup h2, .cookie-popup p {
  color: #e6c1b6;
}

.cookie-popup .cookie-close {
  position: absolute;
  top: 45px;
  right: 30px;
  cursor: pointer;
}

.cookie-popup .cookie-close:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .cookie-popup .cookie-close {
    top: 20px;
    right: 20px;
  }
}

.cookie-popup .btn {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}

.cookie-popup .btn.allow {
  margin-left: 0;
  margin-top: 40px;
  border: 2px solid white;
  border-radius: 38px;
  width: 220px;
  display: inline-block;
  background-color: white;
  color: #17285b;
}

@media (max-width: 768px) {
  .cookie-popup .btn {
    width: 100% !important;
    height: 48px;
    margin-bottom: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

.cookie-popup .title-switch {
  margin-top: 40px;
}

form,
.thank-you-wrapper {
  width: 100%;
}

form #submit-button,
form #resubmit-button,
.thank-you-wrapper #submit-button,
.thank-you-wrapper #resubmit-button {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

form #submit-button:disabled,
.thank-you-wrapper #submit-button:disabled {
  color: grey;
}

form #submit-button:disabled:hover,
.thank-you-wrapper #submit-button:disabled:hover {
  transform: translate(0);
}

form .link,
.thank-you-wrapper .link {
  margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  form .link,
  .thank-you-wrapper .link {
    margin-top: 0;
  }
}

@media screen and (max-width: 767.98px) {
  form,
  .thank-you-wrapper {
    margin-top: 35px;
  }
  form .justify-content-end,
  .thank-you-wrapper .justify-content-end {
    justify-content: start !important;
  }
  form .link,
  .thank-you-wrapper .link {
    margin-top: 0;
  }
}

.input {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .input {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767.98px) {
  .input {
    padding: 0 !important;
    margin-bottom: 20px;
  }
}

.input__field {
  -webkit-appearance: none;
  appearance: none;
  background-color: #95b5c3;
  border: none;
  border-bottom: 2px solid #95b5c3;
  border-radius: 0;
  padding: 15px 25px;
  width: 100%;
  color: #17285b;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.input__field::placeholder {
  color: #17285b;
}

.input__field:focus {
  outline: none;
  border-bottom: 2px solid #17285b;
}

@media screen and (max-width: 767.98px) {
  .input__field {
    padding: 8px 15px;
  }
}

textarea {
  width: 100%;
  padding: 15px 25px;
  -webkit-appearance: none;
  background-color: #95b5c3;
  border: none;
  border-bottom: 2px solid #95b5c3;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #17285b;
  border-radius: 0;
}

textarea::placeholder {
  color: #17285b;
}

textarea:focus {
  border-bottom: 2px solid #17285b;
  outline: none;
}

@media screen and (max-width: 767.98px) {
  textarea {
    padding: 15px;
  }
}

.searchbox {
  margin: -1px 0 0 0;
  width: 100%;
  display: flex;
  position: relative;
  margin-top: 85px;
  height: 60px;
}

.searchbox ul {
  list-style: none;
  margin: 0;
}

.searchbox ul li {
  padding: 8px 24px;
  display: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}

.searchbox ul li:hover {
  background-color: #95b5c3;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .searchbox {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767.98px) {
  .searchbox {
    margin-top: 40px;
  }
  .searchbox ul li {
    padding: 6px 16px;
  }
  .searchbox ul li a {
    font-size: 16px;
    line-height: 22px;
  }
}

.searchbox + .hero-title {
  margin-top: 42px;
}

input[type='search'] {
  padding: 14px 70px 14px 24px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  background-color: #17285b;
  border: none;
  background-image: url("../img/svg/search.svg");
  background-repeat: no-repeat;
  background-size: 27px 27px;
  background-position: 98% 16px;
  border-radius: 0;
  width: 100%;
  z-index: 2;
  transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

input[type='search']::placeholder {
  color: #fff !important;
}

input[type='search']:focus {
  outline: none;
}

@media screen and (max-width: 991.98px) {
  input[type='search'] {
    background-position: 97% 16px;
  }
}

@media screen and (max-width: 767.98px) {
  input[type='search'] {
    padding: 16px 54px 16px 16px;
    font-size: 18px;
    line-height: 24px;
    background-size: 27px 27px;
    background-position: 95% 14px;
  }
}

.suggestions {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #17285b;
  transition: all 0.3s;
  transition-timing-function: ease;
  z-index: 1;
  padding: 0;
}

.suggestions.focus {
  transform: translateY(59px);
  padding: 0 0 13px 0;
}

@media screen and (max-width: 767.98px) {
  .suggestions.focus {
    transform: translateY(56px);
    padding: 0 0 10px 0;
  }
}

.suggestions.focus li {
  display: block;
}

#search-neighbourhoods {
  transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #search-neighbourhoods input[type='search'] {
    padding: 14px 52px 14px 16px;
    font-size: 20px;
    line-height: 32px;
  }
  #search-neighbourhoods .searchbox ul li {
    padding: 8px 16px;
  }
}

@media screen and (max-width: 767.98px) {
  #search-neighbourhoods {
    z-index: 2;
  }
}

.dropdown {
  margin-top: 85px;
  position: relative;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  border: none;
  outline: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  color: #fff;
  cursor: pointer;
  transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.dropdown.active .select-dropdown {
  transform: translateY(59px);
  opacity: 1;
  height: auto;
  padding: 0 0 13px 0;
}

@media screen and (max-width: 767.98px) {
  .dropdown.active .select-dropdown {
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width: 767.98px) {
  .dropdown.active .select-dropdown {
    transform: translateY(56px);
  }
}

.dropdown.active .select-dropdown li {
  display: block;
}

.dropdown.active .select-arrow {
  transform: rotate(180deg);
}

.dropdown .selected {
  padding: 14px 24px;
  background: #17285b;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown .selected .select-arrow {
  position: absolute;
  top: 15px;
  right: 24px;
  transition: all 0.3s ease-out;
  width: 30px;
  height: 30px;
}

.dropdown .select-dropdown {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  border-radius: 0;
  list-style: none;
  padding: 0;
  z-index: 1;
  background-color: #17285b;
  transition: all 0.3s;
  transition-timing-function: ease;
}

.dropdown .select-dropdown li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding: 7px 24px;
  color: #fff;
  text-decoration: none;
  display: none;
}

.dropdown .select-dropdown li:hover, .dropdown .select-dropdown li:active {
  background-color: #95b5c3;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .dropdown {
    margin-top: 60px;
    font-size: 20px;
    line-height: 32px;
  }
  .dropdown .selected {
    padding: 14px 16px;
  }
  .dropdown .selected .select-arrow {
    top: 17px;
    right: 14px;
    width: 26px;
    height: 26px;
  }
  .dropdown .select-dropdown li {
    padding: 7px 16px;
  }
}

@media screen and (max-width: 767.98px) {
  .dropdown {
    margin-top: 20px;
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    z-index: 1;
  }
  .dropdown .selected {
    padding: 18px 16px;
  }
  .dropdown .selected .select-arrow {
    top: 14px;
    right: 16px;
  }
  .dropdown .select-dropdown li {
    padding: 6px 16px;
  }
}

::-webkit-input-placeholder {
  color: #17285b;
}

:-moz-placeholder {
  color: #17285b;
  opacity: 1;
}

::-moz-placeholder {
  color: #17285b;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #17285b;
}

::-ms-input-placeholder {
  color: #17285b;
}

::placeholder {
  color: #17285b;
}

input[type='search']::-webkit-input-placeholder {
  color: #fff;
}

input[type='search']:-moz-placeholder {
  color: #fff;
}

input[type='search']::-moz-placeholder {
  color: #fff;
}

input[type='search']:-ms-input-placeholder {
  color: #fff;
}

input[type='search']::-ms-input-placeholder {
  color: #fff;
}

input[type='search']::placeholder {
  color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: #95b5c3 !important;
  -webkit-box-shadow: 0 0 0 40px #95b5c3 inset !important;
  -ms-box-shadow: 0 0 0 40px #95b5c3 inset !important;
  -o-box-shadow: 0 0 0 40px #95b5c3 inset !important;
  box-shadow: 0 0 0 40px #95b5c3 inset !important;
  color: #17285b !important;
}

input[type='text'] {
  caret-color: #17285b;
}

@media screen and (min-width: 992px) {
  .form-row {
    position: relative;
    height: 1083px;
    width: 100%;
    display: block;
  }
  .form-column {
    position: absolute;
    width: 100vw;
    left: 0vw;
    top: 0px;
    display: block;
    max-width: 100%;
  }
  .form-column .form {
    width: 100%;
    left: 0px;
  }
  .form-column .form > .row {
    position: relative;
  }
  .form-column .form > .row form {
    width: 100%;
  }
  .form-column .form > .row form > div {
    position: relative;
    width: 66%;
    left: 33%;
  }
}

.highlights {
  height: 0;
  padding-bottom: 38%;
}

@media screen and (max-width: 767.98px) {
  .highlights.d-flex {
    display: block !important;
  }
}

.highlight-wrap {
  width: calc(25% - 15px);
  transition: .25s;
  position: relative;
}

.highlight-wrap .highlight-item {
  width: 100%;
  overflow: hidden;
  transition: .25s;
  height: auto;
  background-position: 50% 50%;
}

.highlight-wrap .highlight-item .highlight {
  height: 0;
  padding-bottom: 99%;
  opacity: 1 !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.highlight-wrap .highlight-item + p {
  margin-top: 15px;
  max-width: 95%;
}

.highlight-wrap .highlight-item + .value + p {
  margin-top: 15px;
  max-width: 72%;
}

.highlight-wrap .value {
  position: absolute;
  right: 0;
  font-size: 24px;
  line-height: 32px;
  padding-top: 12px;
  font-weight: 300;
}

.highlight-wrap .value img {
  width: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.highlight-wrap.big {
  width: calc(40% - 15px);
}

.highlight-wrap.big .highlight-item {
  background-position: 50% 50%;
}

.highlight-wrap.big .highlight-item .highlight {
  padding-bottom: 99%;
}

.highlight-wrap.highlight-landscape {
  width: calc(35% - 15px);
}

.highlight-wrap.highlight-landscape .highlight-item .highlight {
  padding-bottom: 70%;
  background-position: 50% 50%;
}

.highlight-wrap.highlight-landscape.big {
  width: calc(50% - 15px);
}

.highlight-wrap.highlight-landscape.big .highlight-item {
  background-position: 50% 50%;
}

.highlight-wrap.highlight-landscape.big .highlight-item .highlight {
  padding-bottom: 79%;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .highlight-wrap {
    width: 31.333333%;
    height: auto;
  }
  .highlight-wrap.big {
    width: calc(70% - 40px);
  }
  .highlight-wrap.big .highlight-item {
    height: auto;
  }
  .highlight-wrap.big .highlight-item .highlight {
    height: 0;
    padding-bottom: 91%;
    background-position: 50% 50%;
  }
  .highlight-wrap.highlight-landscape.big {
    width: calc(70% - 30px);
  }
  .highlight-wrap.highlight-landscape.big .highlight-item .highlight {
    padding-bottom: 70%;
  }
  .highlight-wrap .highlight-item {
    height: auto;
  }
  .highlight-wrap .highlight-item + p {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
  }
  .highlight-wrap .highlight-item .highlight {
    height: 0;
    padding-bottom: 100%;
    background-position: 50% 50%;
  }
  .highlight-wrap .highlight-item + .value + p {
    margin-top: 15px;
    max-width: 74%;
  }
  .highlight-wrap .value {
    position: absolute;
    right: 0;
    font-size: 18px;
    line-height: 26px;
    padding-top: 15px;
    font-weight: 300;
  }
  .highlight-wrap .value img {
    width: 14px;
    margin-right: 6px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767.98px) {
  .highlight-wrap {
    margin-bottom: 25px;
    width: 100%;
    min-width: 100%;
  }
  .highlight-wrap:last-child {
    margin-bottom: 0;
  }
  .highlight-wrap.highlight-landscape .highlight-item .highlight {
    padding-bottom: 108%;
    background-position: 6% 50%;
  }
  .highlight-wrap.highlight-landscape.big .highlight-item .highlight {
    padding-bottom: 108%;
    background-position: 6% 50%;
  }
  .highlight-wrap .highlight-item {
    height: auto;
  }
  .highlight-wrap .highlight-item + p {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
  }
  .highlight-wrap .highlight-item .highlight {
    height: 0;
    padding-bottom: 108%;
    background-position: 50% 50%;
  }
  .highlight-wrap.big {
    width: 100%;
    min-width: 100%;
  }
  .highlight-wrap.big .highlight-item {
    height: auto;
  }
  .highlight-wrap.big .highlight-item .highlight {
    height: 0;
    padding-bottom: 108%;
  }
}

.highlights-result {
  display: none;
  padding-bottom: 120px;
  position: relative;
}

.highlights-result h4 {
  padding-left: 55px;
}

.highlights-result .result-wrap {
  padding: 55px;
}

.highlights-result .result-wrap .result-item {
  overflow: hidden;
  transition: .25s;
  height: 624px;
  width: 100%;
}

.highlights-result .result-wrap .result-image {
  opacity: 1 !important;
  width: 100%;
  height: 624px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.highlights-result .result-wrap .result-image:hover {
  transform: scale(1.1) !important;
}

.highlights-result .result-info {
  position: absolute;
  bottom: 0;
  left: 0;
}

.highlights-result .result-info .large {
  margin-bottom: 20px;
}

.highlights-result .result-info img {
  width: 20px;
  margin-right: 5px;
  margin-bottom: 6px;
}

.highlights-result.visible {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .highlights-result {
    padding: 0 0 90px 0;
  }
  .highlights-result h4 {
    padding-left: 83px;
  }
  .highlights-result .container {
    padding: 0;
  }
  .highlights-result .result-wrap {
    padding: 70px 60px 80px;
  }
  .highlights-result .result-wrap .col-md-6 {
    display: flex;
  }
  .highlights-result .result-wrap .result-item {
    height: 0;
    padding-bottom: 132%;
  }
  .highlights-result .result-wrap .result-image {
    height: 0;
    padding-bottom: 132%;
    align-self: flex-end;
  }
  .highlights-result .result-wrap .result-info {
    align-self: flex-end;
  }
  .highlights-result .result-info {
    position: initial;
  }
  .highlights-result .result-info .large {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .highlights-result .result-info img {
    width: 14px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767.98px) {
  .highlights-result {
    padding: 0 0 50px 0;
  }
  .highlights-result .container {
    padding: 0;
  }
  .highlights-result h4 {
    padding: 0;
    text-align: center;
  }
  .highlights-result .result-wrap {
    padding: 20px 20px 40px 20px;
  }
  .highlights-result .result-wrap .result-item {
    padding-bottom: 90%;
    height: 0;
    margin-bottom: 45px;
  }
  .highlights-result .result-wrap .result-image {
    height: 0;
    padding-bottom: 90%;
  }
  .highlights-result .result-wrap > .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .highlights-result .result-info {
    position: initial;
  }
  .highlights-result .result-info .large {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .highlights-result .result-info img {
    width: 14px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
}

#blue_overlay .highlights, #lightblue_overlay .highlights {
  margin-top: 160px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #blue_overlay .highlights, #lightblue_overlay .highlights {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767.98px) {
  #blue_overlay .highlights, #lightblue_overlay .highlights {
    margin-top: 60px;
    height: auto;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  .p-xs {
    padding: 0 20px;
  }
}

@media screen and (device-width: 768px) {
  .p-xs {
    padding: 0 48px;
  }
}

.page-tag {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991.99px) {
  .page-tag {
    justify-content: start;
  }
}

.image-text {
  margin-top: 40px;
}

@media screen and (max-width: 767.98px) {
  .image-text {
    padding: 0;
  }
  .image-text .tag {
    margin-top: 40px;
  }
}

.image-title-overlay {
  position: absolute;
  top: calc(42% - 184px / 2 + 177.51px);
  left: 22%;
  max-width: 482px;
  width: 100%;
  transform: rotate(-15deg);
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 88px;
  line-height: 92px;
}

@media screen and (max-width: 1600px) {
  .image-title-overlay {
    font-size: 66px;
    max-width: 400px;
    line-height: 72px;
  }
}

@media screen and (max-width: 1280px) {
  .image-title-overlay {
    font-size: 56px;
    max-width: 350px;
    line-height: 60px;
  }
}

@media screen and (max-width: 992px) {
  .image-title-overlay {
    font-size: 66px;
    max-width: 400px;
    line-height: 72px;
    top: calc(42% - 184px / 2 + 292px);
    left: 20%;
  }
}

@media screen and (max-width: 767.9px) {
  .image-title-overlay {
    left: 15%;
    top: calc(42% - 184px / 2 + 152px);
    font-size: 44px;
    max-width: 300px;
    line-height: 48px;
  }
}

@media screen and (min-width: 1700px) {
  .stacked-text-boxes {
    transform: translateX(3vw) !important;
  }
}

@media screen and (min-width: 1800px) {
  .stacked-text-boxes {
    transform: translateX(6.5vw) !important;
  }
}

@media screen and (min-width: 2000px) {
  .stacked-text-boxes {
    transform: translateX(10vw) !important;
  }
}

@media screen and (min-width: 2100px) {
  .stacked-text-boxes {
    transform: translateX(14vw) !important;
  }
}

@media screen and (min-width: 2300px) {
  .stacked-text-boxes {
    transform: translateX(17vw) !important;
  }
}

.stacked-text-boxes .stacked-text-box {
  margin-bottom: 45px;
  max-width: 400px;
}

.stacked-text-boxes .bg-overlay {
  opacity: 1;
  background: white;
  height: 102%;
  position: absolute;
  left: -1px;
  z-index: 1;
}

.stacked-text-boxes .stacked-text-box-wrapper {
  padding: 80px;
  padding-right: 170px;
}

@media screen and (max-width: 1679px) {
  .stacked-text-boxes .stacked-text-box-wrapper {
    padding: 60px;
  }
}

@media screen and (max-width: 1280px) {
  .stacked-text-boxes .stacked-text-box-wrapper {
    padding: 48px;
  }
}

@media screen and (max-width: 992px) {
  .stacked-text-boxes .stacked-text-box-wrapper {
    padding: 45px 48px 0 48px;
  }
}

.stacked-text-boxes-list {
  transform: translateX(-1vw) !important;
}

@media screen and (min-width: 2300px) {
  .stacked-text-boxes-list {
    transform: translateX(17vw) !important;
  }
}

.stacked-text-boxes-list .stacked-text-box-wrapper {
  padding-right: 120px;
  padding-left: 84px;
}

.stacked-text-boxes-list .stacked-text-box-wrapper .description a {
  color: #17285b !important;
}

.stacked-text-boxes-list .stacked-box-list {
  padding: 0px;
  padding-left: 18px;
  margin-bottom: 45px;
}

.stacked-text-boxes-list .stacked-box-list li {
  list-style: none;
  position: relative;
  margin-bottom: 16px;
}

.stacked-text-boxes-list .stacked-box-list li:last-of-type {
  margin-bottom: 0px;
}

.stacked-text-boxes-list .stacked-box-list li::before {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 4px;
  transform: rotate(45deg);
  transform-origin: center center;
  top: 12px;
  background-color: #17285b;
  left: -15px;
}

@media screen and (max-width: 992px) {
  .stacked-text-boxes-list {
    transform: translateX(0vw) !important;
  }
  .stacked-text-boxes-list .stacked-text-box-wrapper {
    padding: 48px;
  }
}

@media screen and (device-width: 768px) {
  .stacked-button {
    padding-left: 48px;
  }
}

.title-text-link-wrap {
  max-width: 650px;
  padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .title-text-link-wrap {
    max-width: 100%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .title-text-link-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .title-text-link-wrap h2,
  .title-text-link-wrap p {
    width: 100%;
  }
  .title-text-link-wrap.top {
    justify-content: flex-start;
  }
}

.title-text-link-wrap.left {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .title-text-link-wrap.left {
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 992px) {
  .title-text-link-wrap.left {
    margin: 0;
  }
}

.title-text-link-wrap.right {
  margin: auto;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .title-text-link-wrap.right {
    padding: 0 20px;
  }
}

@media screen and (max-width: 992px) {
  .title-text-link-wrap.right {
    margin: 0;
  }
}

.col-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .col-title {
    margin-bottom: 0;
  }
}

section.covid {
  margin-bottom: 2px;
}

section.covid .row {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1680px;
}

@media screen and (max-width: 768px) {
  section.covid .row {
    padding-right: 0;
    width: 100%;
  }
  section.covid .row .title {
    margin-bottom: 15px;
  }
  section.covid .row .text {
    padding-right: 0;
  }
}

.contact-popup-overlay {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.contact-popup-overlay.is-visible {
  display: flex;
  opacity: 1;
}

.contact-popup-overlay .contact-popup-modal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-popup-overlay.is-visible .contact-popup-modal {
  opacity: 1;
  transform: translateY(0);
}

.contact-popup-modal {
  position: relative;
  background: #fff;
  padding: 2em;
  max-width: 400px;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-visible .contact-popup-modal {
  opacity: 1;
  transform: translateY(0);
}

.contact-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
}

.popup-message {
  word-break: break-word;
  overflow-wrap: break-word;
}

.popup-message p {
  font-size: 17px;
  white-space: normal;
  margin-top: 25px;
}

.popup-message p a {
  margin-top: 0;
  text-decoration: underline;
  color: #17285b;
}

.contact-popup-understand {
  color: #17285b;
  border-radius: 38px;
  padding: 9px 20px;
  transition: all 0.3s;
  transition-timing-function: ease;
  cursor: pointer;
  border: 2px solid #17285b;
  border-radius: 38px;
  width: 330px;
  margin-top: 25px;
}

@media screen and (max-width: 1280px) {
  .contact-popup-understand {
    width: 330px;
    margin-top: 24px;
  }
}

.contact-popup-understand:hover {
  transform: rotate(-5deg);
}

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