/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Reset CSS
   ========================================================================== */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Extra fonts
--------------------------------------------- */
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/titillium-web-v17-latin-200.woff2") format("woff2"), url("../fonts/titillium-web-v17-latin-200.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/titillium-web-v17-latin-200italic.woff2") format("woff2"), url("../fonts/titillium-web-v17-latin-200italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/titillium-web-v17-latin-300.woff2") format("woff2"), url("../fonts/titillium-web-v17-latin-300.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/titillium-web-v17-latin-300italic.woff2") format("woff2"), url("../fonts/titillium-web-v17-latin-300italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/titillium-web-v17-latin-regular.woff2") format("woff2"), url("../fonts/titillium-web-v17-latin-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/titillium-web-v17-latin-italic.woff2") format("woff2"), url("../fonts/titillium-web-v17-latin-italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/titillium-web-v17-latin-600.woff2") format("woff2"), url("../fonts/titillium-web-v17-latin-600.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/titillium-web-v17-latin-600italic.woff2") format("woff2"), url("../fonts/titillium-web-v17-latin-600italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/titillium-web-v17-latin-700.woff2") format("woff2"), url("../fonts/titillium-web-v17-latin-700.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/titillium-web-v17-latin-700italic.woff2") format("woff2"), url("../fonts/titillium-web-v17-latin-700italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/titillium-web-v17-latin-900.woff2") format("woff2"), url("../fonts/titillium-web-v17-latin-900.ttf") format("truetype");
}
/* ## Base
--------------------------------------------- */
* {
  outline: none !important;
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p:empty {
  display: none;
}

html {
  font-size: 62.5%;
  position: relative;
  scroll-behavior: auto;
}

body {
  width: 100%;
  font: normal 400 1.6rem/1 "Titillium Web", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.mob-nav-active {
  overflow: hidden;
}

img,
iframe {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

.lazyload {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.lazyloaded {
  opacity: 1;
}

img.with-border {
  padding: 1rem;
  background: #fff;
  box-shadow: 0rem 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}

.align-center img {
  margin: 0 auto;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  object-fit: cover;
}

.google-maps-wrapper {
  position: relative;
  padding: 0 0 40% 0;
  height: 0;
}
.google-maps-wrapper img,
.google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .google-maps-wrapper {
    padding: 0 0 66.67% 0;
  }
}
@media only screen and (max-width: 480px) {
  .google-maps-wrapper {
    padding: 0 0 100%;
  }
}

.body-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 249;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out 0s;
}
.body-overlay.active {
  opacity: 1;
}

.wrap-square,
.wrap-16-9,
.wrap-4-3,
.wrap-planner {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-square img,
.wrap-16-9 img,
.wrap-4-3 img,
.wrap-planner img {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-square {
  padding: 0 0 100% 0;
}

.wrap-16-9 {
  padding: 0 0 56.25% 0;
}

.wrap-planner {
  padding: 0 0 85% 0;
}

.wrap-4-3 {
  padding: 0 0 75% 0;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

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

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

.bg-darkblue ::selection {
  background: #fff;
  color: #085679;
}
.bg-darkblue ::-moz-selection {
  background: #fff;
  color: #085679;
}

/* ## Clear
--------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* ## Desktop / Mob-only
--------------------------------------------- */
.mob-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mob-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

.mob-img {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mob-img {
    display: block;
  }
}

.desktop-img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .desktop-img {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .flex-content-container > section:last-of-type:has(.content-row) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page-header:not(:has(p)) + section {
    margin-top: 0;
  }
}

.page-template-page-contact .page-header:not(:has(p)) h1 {
  margin-bottom: 0;
}

/* ## Animations
--------------------------------------------- */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animated-view {
  transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.animated-view.fade-to-left {
  transform: translateX(20rem);
  opacity: 0;
}
.animated-view.fade-to-left.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-right {
  transform: translateX(-20rem);
  opacity: 0;
}
.animated-view.fade-to-right.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-top {
  transform: translateY(20rem);
  opacity: 0;
}
.animated-view.fade-to-top.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-to-bottom {
  transform: translateY(-20rem);
  opacity: 0;
}
.animated-view.fade-to-bottom.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-in {
  opacity: 0;
}
.animated-view.fade-in.in-view {
  opacity: 1;
}
.animated-view.zoom-in {
  transform: scale(0);
  transform-origin: center center;
}
.animated-view.zoom-in.in-view {
  transform: scale(1);
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.breadcrumbs__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 1rem 0;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs__text {
    padding: 0.5rem 0;
  }
}
.breadcrumbs .breadcrumb_last {
  font-weight: bold;
}

/* ## Wrap
--------------------------------------------- */
#main {
  padding: 0;
  position: relative;
  padding-top: 11rem;
}
@media only screen and (max-width: 1023px) {
  #main {
    padding-top: 7.036rem;
  }
}
@media only screen and (max-width: 750px) {
  #main {
    padding-top: 5.402rem;
  }
}

.wrap {
  max-width: 140rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
.wrap__full-width {
  max-width: 100%;
}
.wrap__menu-wrap {
  max-width: 176rem;
}
.wrap__bigger-wrap {
  max-width: 176rem;
}
@media only screen and (max-width: 1023px) {
  .wrap__bigger-wrap {
    padding: 0;
  }
}
.wrap__inner-wrap {
  max-width: 112.4rem;
}
.wrap__text-wrap {
  max-width: 96rem;
}
.wrap__content-wrap {
  max-width: 56rem;
}

/* ## Lay-out styling
--------------------------------------------- */
.content-row {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .content-row {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .content-row {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.spacing-row {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1023px) {
  .spacing-row {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .spacing-row {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.spacing-row-small {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 1023px) {
  .spacing-row-small {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .spacing-row-small {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.news-gap {
  gap: 4rem 1rem;
}
@media only screen and (max-width: 1023px) {
  .news-gap {
    gap: 3rem 1rem;
  }
}
@media only screen and (max-width: 750px) {
  .news-gap {
    gap: 2rem 1rem;
  }
}

.mini-gap {
  gap: 1rem;
}

.small-gap {
  gap: 1.6rem;
}

.medium-gap {
  gap: 3.2rem;
}

.big-gap {
  gap: 6rem;
}
@media only screen and (max-width: 1023px) {
  .big-gap {
    gap: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .big-gap {
    gap: 3.2rem;
  }
}

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

.col-2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .col-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-2-grid-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .col-2-grid-modules {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-2-grid-modules-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 1440px) {
  .col-2-grid-modules-right {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-slider-text {
  display: grid;
  grid-template-columns: 76rem 1fr;
}
.col-slider-text.reverse {
  grid-template-columns: 1fr 76rem;
}
@media only screen and (max-width: 1023px) {
  .col-slider-text.reverse {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media only screen and (max-width: 1280px) {
  .col-slider-text {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .col-3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .col-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .col-4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .col-4-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-2-1-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .col-2-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-2-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 1023px) {
  .col-1-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-1-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) 0.9fr;
}
@media only screen and (max-width: 1023px) {
  .col-3-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-3-grid {
  display: grid;
  grid-template-columns: 0.9fr minmax(0, 3fr);
}
@media only screen and (max-width: 1023px) {
  .col-1-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  padding-bottom: 3rem;
}

.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  padding: 0.5rem 0 0 0;
}

/* ## Text
--------------------------------------------- */
a {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a.text-link {
  color: #000;
}

p,
label,
address,
td,
th,
li {
  font: 400 1.8rem/3.6rem "Titillium Web", sans-serif;
  color: #000;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 750px) {
  p,
  label,
  address,
  td,
  th,
  li {
    font: 400 1.6rem/3.6rem "Titillium Web", sans-serif;
  }
}

.smaller,
small {
  font-size: 1.4rem;
}

.bigger {
  font-size: 1.8rem;
}

.with-icon {
  padding-left: 2.5rem;
  position: relative;
}
.with-icon i {
  position: absolute;
  left: 0;
}

hr {
  margin: 0 0 2rem 0;
  padding: 0;
  border: 0;
  height: 1px;
  background: #000;
  display: block;
}

ul,
ol {
  display: block;
  padding: 0;
  margin: 0 0 2rem 0;
}
ul.blue-checks li,
ol.blue-checks li {
  margin-bottom: 3rem;
  padding: 0 0 0 2.5rem;
}
ul.blue-checks li:last-of-type,
ol.blue-checks li:last-of-type {
  margin-bottom: 0;
}
ul.blue-checks li:before,
ol.blue-checks li:before {
  background: transparent;
  content: "";
  background-image: url("../img/custom-icons/limis-blue-check.svg");
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  top: 1rem;
  position: absolute;
}
ul.white-checks li,
ol.white-checks li {
  margin-bottom: 0;
  padding: 0 0 0 2.5rem;
}
ul.white-checks li:before,
ol.white-checks li:before {
  content: "";
  background-image: url("../img/custom-icons/limis-white-check.svg") !important;
  background-position: center center !important;
  background-size: 1.6rem 1.6rem !important;
  background-repeat: no-repeat !important;
  display: inline-block !important;
  transform-origin: center center !important;
  height: 1.6rem;
  width: 1.6rem;
  top: 1rem;
  position: absolute;
  background-color: transparent !important;
}
ul.chevron-right li,
ol.chevron-right li {
  margin-bottom: 0;
  padding: 0 0 0 2.5rem;
}
ul.chevron-right li:before,
ol.chevron-right li:before {
  content: "";
  background-image: url("../img/custom-icons/limis-chevron-right.svg") !important;
  background-position: center center !important;
  background-size: 1.2rem 1.2rem !important;
  background-repeat: no-repeat !important;
  display: inline-block !important;
  transform-origin: center center !important;
  height: 1.2rem;
  width: 1.2rem;
  top: 1.2rem;
  position: absolute;
  background-color: transparent !important;
}
ul li,
ol li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 2rem;
}
ul li:before,
ol li:before {
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #9ec547;
  border-radius: 50%;
  position: absolute;
  top: 1.5rem;
  left: 0;
  content: "";
}
ul.two-columns,
ol.two-columns {
  column-gap: 4rem;
  column-count: 2;
}
@media only screen and (max-width: 480px) {
  ul.two-columns,
  ol.two-columns {
    column-count: 1;
    column-gap: 0;
  }
}
ul.three-columns,
ol.three-columns {
  column-gap: 4rem;
  column-count: 3;
}
@media only screen and (max-width: 1023px) {
  ul.three-columns,
  ol.three-columns {
    column-count: 2;
  }
}
@media only screen and (max-width: 750px) {
  ul.three-columns,
  ol.three-columns {
    column-count: 1;
    column-gap: 0;
  }
}
ul.four-columns,
ol.four-columns {
  column-gap: 4rem;
  column-count: 4;
}
@media only screen and (max-width: 1280px) {
  ul.four-columns,
  ol.four-columns {
    column-count: 3;
  }
}
@media only screen and (max-width: 1023px) {
  ul.four-columns,
  ol.four-columns {
    column-count: 2;
  }
}
@media only screen and (max-width: 750px) {
  ul.four-columns,
  ol.four-columns {
    column-count: 1;
    column-gap: 0;
  }
}

ol li {
  counter-increment: step-counter;
  padding-left: 3.5rem;
}
ol li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border-radius: 0;
}

blockquote {
  position: relative;
  display: block;
}

table {
  margin: 0 0 3rem 0;
  width: 100%;
}

td,
th {
  text-align: left;
  padding: 1rem;
}

th {
  font-weight: 700;
}

.white-text h1,
.white-text .h1,
.white-text h2,
.white-text .h2,
.white-text h3,
.white-text .h3,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text legend,
.white-text p,
.white-text span,
.white-text blockquote,
.white-text i,
.white-text a {
  color: #fff;
}
.white-text ul li:before {
  background: #fff;
}
.white-text ol li:before {
  color: #fff;
}

.dark-text h1,
.dark-text .h1,
.dark-text h2,
.dark-text .h2,
.dark-text h3,
.dark-text .h3,
.dark-text ul li,
.dark-text ol li,
.dark-text ul li:before,
.dark-text ol li:before,
.dark-text label,
.dark-text legend,
.dark-text p,
.dark-text span,
.dark-text blockquote,
.dark-text i,
.dark-text a {
  color: #000;
}
.dark-text ul li:before {
  background: #000;
}
.dark-text ol li:before {
  color: #000;
}

/* ## Heading styling
--------------------------------------------- */
h1,
.h1 {
  font: 700 6rem/1.375 "Titillium Web", sans-serif;
  color: #085679;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h1,
  .h1 {
    font: 700 4.6rem/1.375 "Titillium Web", sans-serif;
  }
}
@media only screen and (max-width: 750px) {
  h1,
  .h1 {
    font: 700 3.2rem/4rem "Titillium Web", sans-serif;
    margin-bottom: 2rem;
  }
}

h2,
.h2 {
  font: 700 4.2rem/5.2rem "Titillium Web", sans-serif;
  color: #085679;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h2,
  .h2 {
    font: 700 3.2rem/5.2rem "Titillium Web", sans-serif;
  }
}
@media only screen and (max-width: 750px) {
  h2,
  .h2 {
    font: 700 2.4rem/3.2rem "Titillium Web", sans-serif;
  }
}

h3,
.h3 {
  font: 700 3.6rem/4.4rem "Titillium Web", sans-serif;
  color: #085679;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 1023px) {
  h3,
  .h3 {
    font: 700 2.4rem/3.6rem "Titillium Web", sans-serif;
  }
}
@media only screen and (max-width: 750px) {
  h3,
  .h3 {
    font: 700 2rem/2.8rem "Titillium Web", sans-serif;
  }
}

h4,
.h4 {
  font: 700 2.4rem/3.2rem "Titillium Web", sans-serif;
  color: #085679;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 750px) {
  h4,
  .h4 {
    font: 700 1.8rem/2.4rem "Titillium Web", sans-serif;
  }
}

h5,
.h5 {
  font: 700 2rem/3.2rem "Titillium Web", sans-serif;
  color: #085679;
  padding: 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 750px) {
  h5,
  .h5 {
    font: 700 1.8rem/2.4rem "Titillium Web", sans-serif;
  }
}

/* ## Cards
--------------------------------------------- */
.card {
  position: relative;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
}
.card > :last-child {
  margin-bottom: 0;
}

.with-border-radius {
  border-radius: 4rem;
}

.with-shadow {
  box-shadow: 0rem 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}

/* ## Forms styling
--------------------------------------------- */
label,
legend {
  display: block;
  margin: 0 0 1.3rem 0;
  font-weight: bold;
  padding: 0;
  position: relative;
  line-height: 1.25;
}
@media only screen and (max-width: 1023px) {
  label,
  legend {
    margin: 0 0 1rem 0;
  }
}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.8rem 3rem;
  font: 400 1.6rem/1.25 "Titillium Web", sans-serif;
  color: #000;
  margin: 0;
  border: 1px solid #707070;
  border-radius: 0.5rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 1023px) {
  input[type=text],
  input[type=number],
  input[type=search],
  input[type=email],
  input[type=tel],
  input[type=password],
  input[type=date],
  input[type=phone],
  input[type=url],
  select,
  textarea {
    padding: 1.8rem 2rem;
  }
}
@media only screen and (max-width: 750px) {
  input[type=text],
  input[type=number],
  input[type=search],
  input[type=email],
  input[type=tel],
  input[type=password],
  input[type=date],
  input[type=phone],
  input[type=url],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
  }
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: rgba(8, 86, 121, 0.5);
}

input[type=checkbox],
input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  inset: 0 0 0 0;
  height: 100%;
  opacity: 0;
}
input[type=checkbox] + label, input[type=checkbox] + span, input[type=checkbox] + td,
input[type=radio] + label,
input[type=radio] + span,
input[type=radio] + td {
  display: block;
  position: relative;
  padding: 0 0 0 3rem;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before,
input[type=radio] + label:before,
input[type=radio] + span:before,
input[type=radio] + td:before {
  display: block;
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  content: "";
  padding: 0;
  background: #fff;
  border: 1px solid #f2f4f8;
  inset: 0 0 0 0;
  top: 0.2rem;
}
input[type=checkbox] + label:after, input[type=checkbox] + span:after, input[type=checkbox] + td:after,
input[type=radio] + label:after,
input[type=radio] + span:after,
input[type=radio] + td:after {
  display: block;
  position: absolute;
  background: #0099ce;
  height: 0.8rem;
  width: 0.8rem;
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  inset: 0.6rem 0 0 0.4rem;
  content: "";
}

input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
  border-radius: 50%;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  border-radius: 50%;
  inset: 0.6rem 0 0 0.4rem;
}

select {
  appearance: none;
  background: none;
  cursor: pointer;
  background: #fff url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

textarea {
  height: 14rem;
  padding: 3rem;
}
@media only screen and (max-width: 1023px) {
  textarea {
    padding: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  textarea {
    padding: 1.6rem;
  }
}

.input-number-wrap {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 14rem;
  height: 4.1rem;
  background: #fff;
}
.input-number-wrap .number-min,
.input-number-wrap .number-plus {
  cursor: pointer;
  display: flex;
  height: 4.1rem;
  width: 4.1rem;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.input-number-wrap input[type=number] {
  width: calc(100% - 8.2rem);
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  min-width: 8rem;
}

.gfield_consent_label {
  display: inline-block !important;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

:-ms-input- {
  opacity: 0.5;
}

/* ## Gravity forms addons
--------------------------------------------- */
.gform_wrapper {
  margin: 0;
  position: relative;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.4rem 0;
}
@media only screen and (max-width: 750px) {
  .gform_wrapper .gform_fields {
    gap: 2rem 0;
  }
}
.gform_wrapper .gfield {
  position: relative;
  width: 100%;
}
.gform_wrapper .gfield--type-hidden, .gform_wrapper .gfield.hidden-field, .gform_wrapper .gfield.gfield_visibility_hidden {
  display: none !important;
}
.gform_wrapper .gfield--width-half {
  width: calc(50% - 1.2rem);
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gfield--width-half {
    width: 100%;
  }
}
.gform_wrapper .gchoice {
  position: relative;
}

.gform_footer {
  display: flex;
  justify-content: flex-end;
  margin: 3rem 0 0 0;
}
@media only screen and (max-width: 1023px) {
  .gform_footer {
    margin: 2rem 0 0 0;
  }
}

.gf_name_has_2 {
  display: grid;
  gap: 2rem 3rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .gf_name_has_2 {
    grid-template-columns: 1fr;
  }
}

.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea {
  border-color: #DB4444;
}

.instruction,
.gfield_validation_message {
  font-style: italic;
  font-size: 1.4rem;
  display: flex;
  margin: 1rem 0 0 0;
}

.gfield_validation_message {
  color: #DB4444;
}

.gform_validation_errors {
  margin-bottom: 1rem;
}
.gform_validation_errors p,
.gform_validation_errors h2 {
  border-radius: 0.5rem;
  background-color: #f8d7da;
  font-size: 1.6rem;
  border: 0.1rem solid #f5c6cb;
  color: #DB4444;
  padding: 1rem 2rem 0.6rem 2rem;
  text-transform: initial;
  font-family: "Titillium Web", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .gform_validation_errors p,
  .gform_validation_errors h2 {
    font-size: 1.5rem;
  }
}

.validation_message {
  margin-top: 0.6rem;
  border-radius: 0.5rem;
  background-color: #f8d7da;
  border: 0.1rem solid #f5c6cb;
  color: #DB4444 !important;
  font-size: 1.4rem;
  padding: 0.6rem 2rem 0.6rem 2rem;
}

.gfield_required {
  margin: 0 0 0 0.2rem;
  color: #9ec547 !important;
  font-size: 1.4rem;
}

.validation_warning {
  margin-top: 0.6rem;
  border-radius: 0.5rem;
  background-color: #fff3cd;
  border: 0.1rem solid #ffeeba;
  color: #DB4444 !important;
  font-size: 1.4rem;
  padding: 0.6rem 2rem 0.6rem 2rem;
}

.gform_confirmation_message {
  border-radius: 0.5rem;
  background-color: #d4edda;
  color: #9ec547;
  border: 0.1rem solid #c3e6cb;
  font-size: 1.4rem;
  padding: 0.6rem 2rem 0.6rem 2rem;
}

.validation_message--hidden-on-empty {
  display: none;
}

.hidden_label > legend,
.hidden_label > label {
  display: none;
}

body img.gform_ajax_spinner {
  position: absolute;
  inset: 0 0 0 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

/* ## Select2 styling
--------------------------------------------- */
.select2-container--default .select2-selection--single {
  height: 4.1rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Titillium Web", sans-serif !important;
  background: #fff url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

ul.select2-results__options li {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Titillium Web", sans-serif !important;
}
ul.select2-results__options li:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #000;
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
  font-weight: 400;
  margin-bottom: 0;
}
body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  padding-bottom: 1.2rem;
}
body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  color: #fff;
  height: auto;
}
body .dgwt-wcas-sf-wrapp button:before {
  display: none;
}

/* ## Colors
--------------------------------------------- */
.bg-black {
  background: #000 !important;
}

.black-color {
  color: #000 !important;
}

.bg-white {
  background: #FFF !important;
}

.white-color {
  color: #FFF !important;
}

.bg-red {
  background: #DB4444 !important;
}

.red-color {
  color: #DB4444 !important;
}

.bg-green {
  background: #9ec547 !important;
}

.green-color {
  color: #9ec547 !important;
}

.bg-yellow {
  background: #fc0 !important;
}

.yellow-color {
  color: #fc0 !important;
}

.bg-blue {
  background: #0099ce !important;
}

.blue-color {
  color: #0099ce !important;
}

.bg-darkblue {
  background: #085679 !important;
}

.darkblue-color {
  color: #085679 !important;
}

.bg-gray {
  background: #f2f4f8 !important;
}

.gray-color {
  color: #f2f4f8 !important;
}

/* ## Buttons
--------------------------------------------- */
.button,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 1.2rem 3rem;
  font: 600 1.8rem/1.25 "Titillium Web", sans-serif;
  border: 1px solid #0099ce;
  border-radius: 4rem;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #0099ce;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 750px) {
  .button,
  input[type=submit],
  button[type=submit] {
    font: 600 1.6rem/1.25 "Titillium Web", sans-serif;
  }
}
.button.full-width,
input[type=submit].full-width,
button[type=submit].full-width {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .button,
  input[type=submit],
  button[type=submit] {
    width: 100%;
  }
}
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background: #9ec547;
  border-color: #9ec547;
  color: #fff;
}
.button.darkblue,
input[type=submit].darkblue,
button[type=submit].darkblue {
  background: #085679;
  border-color: #085679;
}
.button.darkblue:hover,
input[type=submit].darkblue:hover,
button[type=submit].darkblue:hover {
  background: #0099ce;
  border-color: #0099ce;
}
.button.light,
input[type=submit].light,
button[type=submit].light {
  background: #fff;
  color: #085679;
  border-color: #085679;
}
.button.light:hover,
input[type=submit].light:hover,
button[type=submit].light:hover {
  background: #085679;
  color: #fff;
}
.button.loading:after,
input[type=submit].loading:after,
button[type=submit].loading:after {
  content: "";
  background-image: url("../img/custom-icons/loader.svg");
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
  animation: spin 4s linear infinite;
}
.button.loading:hover:after,
input[type=submit].loading:hover:after,
button[type=submit].loading:hover:after {
  filter: brightness(0) invert(1);
}
.button.added:after,
input[type=submit].added:after,
button[type=submit].added:after {
  background-image: url("../img/custom-icons/check.svg");
  content: "";
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.responsive-iframe-wrapper,
.responsive-video-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  margin: 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe,
.responsive-video-wrapper img,
.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.responsive-iframe-wrapper:hover .play-button svg,
.responsive-video-wrapper:hover .play-button svg {
  transform: translateX(0.2rem) scale(1.1);
}
.responsive-iframe-wrapper .play-button,
.responsive-video-wrapper .play-button {
  height: 9rem;
  width: 9rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  .responsive-iframe-wrapper .play-button,
  .responsive-video-wrapper .play-button {
    height: 7rem;
    width: 7rem;
  }
}
@media only screen and (max-width: 750px) {
  .responsive-iframe-wrapper .play-button,
  .responsive-video-wrapper .play-button {
    height: 5rem;
    width: 5rem;
  }
}
.responsive-iframe-wrapper .play-button svg,
.responsive-video-wrapper .play-button svg {
  transition: all 0.3s ease-out 0s;
  transform: translateX(0.2rem) scale(0.9);
  fill: #0099ce;
  stroke: #0099ce;
  border-radius: 10rem;
}
@media only screen and (max-width: 1023px) {
  .responsive-iframe-wrapper .play-button svg,
  .responsive-video-wrapper .play-button svg {
    height: 2rem;
    width: 2rem;
  }
}

/* Sm icons
--------------------------------------------- */
.sm-icons {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  padding: 0;
}
.sm-icons li {
  padding-left: 0;
  margin-right: 0.6rem;
}
.sm-icons li svg {
  width: 2.4rem;
}
.sm-icons li:before {
  display: none;
}

/* Sm share buttons
--------------------------------------------- */
.sm-share-buttons {
  display: flex;
  margin-bottom: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.sm-share-buttons li {
  display: flex;
  margin: 0;
  padding: 0;
}
.sm-share-buttons li:not(:last-child) {
  margin: 0 1rem;
}
@media only screen and (max-width: 750px) {
  .sm-share-buttons li:not(:last-child) {
    margin: 0 0.5rem;
  }
}
.sm-share-buttons li:before {
  display: none;
}
.sm-share-buttons li a {
  display: flex;
  height: 4.2rem;
  width: 4.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s;
}
.sm-share-buttons li a svg {
  transition: none !important;
}
.sm-share-buttons li.youtube a {
  background: #e9654b;
}
.sm-share-buttons li.instagram a {
  background: #e1306c;
}
.sm-share-buttons li.facebook a {
  background: #fff;
}
.sm-share-buttons li.twitter a {
  background: #000;
}
.sm-share-buttons li.linkedin a {
  background: #fff;
}
.sm-share-buttons li.whatsapp a {
  background: #25d366;
}
.sm-share-buttons li.email a {
  background: #92d6ff;
}
.sm-share-buttons li.pinterest a {
  background: #eb5755;
}
.sm-share-buttons li:hover a {
  box-shadow: 0rem 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
  background: #085679;
}
.sm-share-buttons li:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(289deg) brightness(106%) contrast(101%);
}

#CybotCookiebotDialog ul li:before,
#CookiebotWidget ul li:before {
  display: none;
}
#CybotCookiebotDialog input[type=checkbox] + label:before, #CybotCookiebotDialog input[type=checkbox] + span:before, #CybotCookiebotDialog input[type=checkbox] + td:before,
#CookiebotWidget input[type=checkbox] + label:before,
#CookiebotWidget input[type=checkbox] + span:before,
#CookiebotWidget input[type=checkbox] + td:before {
  top: 4px !important;
}
#CybotCookiebotDialog input[type=checkbox]:checked + label:after, #CybotCookiebotDialog input[type=checkbox]:checked + span:after, #CybotCookiebotDialog input[type=checkbox]:checked + td:after,
#CookiebotWidget input[type=checkbox]:checked + label:after,
#CookiebotWidget input[type=checkbox]:checked + span:after,
#CookiebotWidget input[type=checkbox]:checked + td:after {
  display: none !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton,
#CookiebotWidget .CybotCookiebotDialogDetailBodyContentCookieContainerButton {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2rem;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton label,
#CookiebotWidget .CybotCookiebotDialogDetailBodyContentCookieContainerButton label {
  transform: translate(0) !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBulkConsentCount,
#CookiebotWidget .CybotCookiebotDialogDetailBulkConsentCount {
  color: #fff;
}

.corner-bottom-right,
.corner-bottom-left,
.corner-top-right,
.corner-top-left {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.corner-bottom-right:after,
.corner-bottom-left:after,
.corner-top-right:after,
.corner-top-left:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: white;
}
@media only screen and (max-width: 1023px) {
  .corner-bottom-right:after,
  .corner-bottom-left:after,
  .corner-top-right:after,
  .corner-top-left:after {
    display: none;
  }
}

.corner-none {
  border-radius: 0.5rem;
}

.corner-bottom-right:after {
  width: calc(15rem + 1px);
  height: calc(10rem + 1px);
  bottom: -1px;
  right: -1px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.corner-bottom-left:after {
  width: calc(15rem + 1px);
  height: calc(10rem + 1px);
  bottom: -1px;
  left: -1px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.corner-top-right:after {
  width: calc(15rem + 1px);
  height: calc(10rem + 1px);
  top: -1px;
  right: -1px;
  clip-path: polygon(100% 100%, 0 0, 100% 0);
}

.corner-top-left:after {
  width: calc(15rem + 1px);
  height: calc(10rem + 1px);
  top: -1px;
  left: -1px;
  clip-path: polygon(0 100%, 100% 0, 0 0);
}

#page-404 {
  height: calc(100dvh - 11rem);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #page-404 {
    height: calc(100dvh - 7.036rem);
  }
}
@media only screen and (max-width: 750px) {
  #page-404 {
    height: calc(100dvh - 5.402rem);
  }
}
#page-404:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 153, 206);
  background: linear-gradient(90deg, rgb(0, 153, 206) 0%, rgb(0, 153, 206) 20%, rgba(0, 153, 206, 0.5) 60%, rgba(158, 197, 71, 0.5) 100%);
}
#page-404 .wrap {
  position: relative;
  z-index: 2;
}

.search-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
  max-width: 47rem;
}
@media only screen and (max-width: 1023px) {
  .search-form {
    max-width: 100%;
  }
}
.search-form .form-row {
  margin: 0;
  padding: 0;
  width: 100%;
}
.search-form input {
  border: none;
}
.search-form__button {
  position: absolute !important;
  right: 0;
  background: transparent !important;
  border: transparent !important;
  border-radius: 0;
  padding: 2rem;
  height: 100%;
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  justify-content: center !important;
  width: auto !important;
  padding: 1.2rem 2rem !important;
}
.search-form__button:hover svg {
  stroke: #0099ce;
}
.search-form__button svg {
  stroke: #085679;
  width: 2.4rem;
  height: 100%;
  transition: all 0.3s ease-out 0s;
}

.search-cta {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .search-cta {
    margin-bottom: 0;
  }
}
.search-cta__inner {
  padding: 4rem 2rem;
}
@media only screen and (max-width: 1023px) {
  .search-cta__inner {
    padding: 4rem 0;
  }
}
.search-cta__inner-content {
  padding-top: 1rem;
}
@media only screen and (max-width: 1023px) {
  .search-cta__inner-content {
    padding-top: 0;
  }
}
.search-cta__image {
  max-width: 14rem;
  max-height: 14rem;
  min-width: 14rem;
  min-height: 14rem;
}
.search-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .search-cta .contactperson {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2rem;
  }
}
.search-cta .cta {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1023px) {
  .search-cta .cta {
    font-size: 1.8rem;
  }
}
.search-cta .col-2-1-grid .col-left p:last-of-type {
  margin-bottom: 0;
}

.search-results-block a {
  text-decoration: none;
}
.search-results-block a:hover {
  text-decoration: underline;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  gap: 1rem;
  font-size: 1.8rem;
  margin: 4rem 0;
}
.pagination svg {
  stroke: #085679;
}
@media only screen and (max-width: 1023px) {
  .pagination {
    margin: 3rem 0;
  }
}
.pagination .pagination-info {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-direction: row;
  justify-content: center;
}
.pagination .page-info {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  height: 5rem;
  align-items: center;
}
.pagination .page-info:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0.1rem;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  background: #0099ce;
}
.pagination .current-page {
  text-decoration: none;
  color: #085679;
  font-size: 2.2rem;
  width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .pagination .current-page {
    font-size: 1.8rem;
  }
}
.pagination .total-pages {
  color: #085679;
  text-decoration: none;
  font-size: 2.2rem;
  width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .pagination .total-pages {
    font-size: 1.8rem;
  }
}
.pagination .next-link,
.pagination .prev-link {
  max-width: 2.4rem;
  min-width: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
}

.swiper-scrollbar-horizontal {
  cursor: grab !important;
}

.gf_login_form {
  background-color: #f2f4f8 !important;
}
.gf_login_form form {
  padding: 8rem 10rem;
}
@media only screen and (max-width: 1023px) {
  .gf_login_form form {
    padding: 4rem 5rem;
  }
}
@media only screen and (max-width: 750px) {
  .gf_login_form form {
    padding: 4rem 2rem;
  }
}
.gf_login_form .gform_footer {
  justify-content: flex-start !important;
}
.gf_login_form .gfield_checkbox label {
  margin: 0 !important;
}
.gf_login_form .gfield_checkbox label:before {
  background: #0099ce !important;
}
.gf_login_form .gfield_checkbox label:after {
  background: #fff !important;
}

.gf_login_links {
  display: none !important;
}

/* # Blocks SCSS files
---------------------------------------------------------------------------------------------------- */
/* # Header index
---------------------------------------------------------------------------------------------------- */
/* Main-header
--------------------------------------------- */
.main-header {
  position: fixed;
  inset: 0 0 unset 0;
  z-index: 250;
  width: 100%;
}

.site-logo {
  display: block;
  position: relative;
}
.site-logo img {
  max-width: 20rem;
}
@media only screen and (max-width: 1280px) {
  .site-logo img {
    max-width: 16rem;
  }
}
@media only screen and (max-width: 1023px) {
  .site-logo img {
    max-width: 14rem;
  }
}
@media only screen and (max-width: 750px) {
  .site-logo img {
    max-width: 12rem;
  }
}

/* Top-bar
--------------------------------------------- */
.top-bar .menu {
  margin: 0;
}

/* Nav-bar
--------------------------------------------- */
.nav-bar {
  position: relative;
  background: #fff;
  box-shadow: 0rem 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .nav-bar {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 750px) {
  .nav-bar {
    padding: 1.4rem 0;
  }
}
.nav-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.nav-bar__left {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 6rem;
}
@media only screen and (max-width: 1440px) {
  .nav-bar__left {
    gap: 5rem;
  }
}
@media only screen and (max-width: 1360px) {
  .nav-bar__left {
    gap: 3rem;
  }
}
@media only screen and (max-width: 1280px) {
  .nav-bar__left {
    gap: 2rem;
  }
}
.nav-bar__right {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 3rem;
}
@media only screen and (max-width: 1440px) {
  .nav-bar__right {
    gap: 2rem;
  }
}
@media only screen and (max-width: 1360px) {
  .nav-bar__phone span {
    display: none;
  }
}
.nav-bar__phone, .nav-bar__login, .nav-bar__language {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.nav-bar__phone svg, .nav-bar__login svg, .nav-bar__language svg {
  height: 2.2rem;
  width: 2.2rem;
}
.nav-bar__phone a, .nav-bar__login a, .nav-bar__language a {
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}
.nav-bar__phone a:hover, .nav-bar__login a:hover, .nav-bar__language a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .nav-bar__phone, .nav-bar__login, .nav-bar__language {
    display: none;
  }
}
.nav-bar__search {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  user-select: none;
}
.nav-bar__search .search-form {
  margin: 0;
  padding: 0;
}
.nav-bar__search-form {
  position: absolute;
  right: 4rem;
  width: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.nav-bar__search-form.active {
  width: 25rem;
  opacity: 1;
  pointer-events: all;
}
.nav-bar__search-form input {
  border: 0.1rem solid #f2f4f8;
}
.nav-bar__search-icon {
  cursor: pointer;
}
.nav-bar__search-icon.active .limis-search-desktop__close {
  display: block;
}
.nav-bar__search-icon.active .limis-search-desktop {
  display: none;
}
.nav-bar .limis-search-desktop__close {
  width: 2.2rem;
  height: 2.2rem;
  display: none;
}
.nav-bar__cta svg, .nav-bar__search svg {
  height: 2.2rem;
  width: 2.2rem;
}
@media only screen and (max-width: 1023px) {
  .nav-bar__cta, .nav-bar__search {
    display: none;
  }
}
.nav-bar__menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav-bar .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.nav-bar .menu .menu-item {
  position: relative;
  margin-right: 3rem;
}
@media only screen and (max-width: 1440px) {
  .nav-bar .menu .menu-item {
    margin-right: 2rem;
  }
}
.nav-bar .menu .menu-item:last-child {
  margin-right: 0;
}
.nav-bar .menu .menu-item__toggle {
  max-width: 2rem;
  max-height: 2rem;
  width: 2rem;
  height: 2rem;
  top: 0.1rem;
  position: relative;
  margin-left: 0.2rem;
}
.nav-bar .menu .menu-item__toggle svg {
  max-width: 100%;
  max-height: 100%;
}
.nav-bar .menu .menu-item svg {
  transition: all 0.3s ease-out 0s;
}
.nav-bar .menu .menu-item a {
  display: block;
  font: 600 1.8rem/1 "Titillium Web", sans-serif;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: none;
  padding: 4.5rem 0;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1023px) {
  .nav-bar .menu .menu-item a {
    padding: 2rem 0;
  }
}
.nav-bar .menu .menu-item.current-menu-item > a, .nav-bar .menu .menu-item.current-menu-ancestor > a, .nav-bar .menu .menu-item.current_page_item > a, .nav-bar .menu .menu-item.current_page_ancestor > a {
  color: #9ec547;
}
.nav-bar .menu .menu-item.current-menu-item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current-menu-ancestor > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_ancestor > a .nav-bar__toggle-icon {
  fill: #9ec547;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: top left;
  border-top: 0.1rem solid #f2f4f8;
  transition: all 0.3s ease-out 0s;
  padding-bottom: 0;
  margin: 0;
  min-width: 54rem;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  width: 100%;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item-wrapper .menu-item__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item-wrapper .menu-item__icon svg {
  height: 4.6rem;
  width: 4.6rem;
  max-width: 100%;
  max-height: 100%;
  min-width: 4.6rem;
  min-height: 4.6rem;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .current-menu-item {
  background: #f2f4f8;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-out 0s;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item:hover {
  background: #f2f4f8;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item__subtitle {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu a {
  padding: 2.7rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.nav-bar .menu .menu-item:hover > a {
  color: #9ec547;
}
.nav-bar .menu .menu-item:hover > a .nav-bar__toggle-icon {
  transform: rotate(180deg);
  fill: #9ec547;
}
.nav-bar .menu .menu-item:hover .menu-item__toggle svg {
  transform: rotate(180deg);
}
.nav-bar .menu .menu-item:hover .sub-menu a {
  color: #000;
}
.nav-bar .menu .menu-item:hover .sub-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .nav-bar__menu-wrap {
    display: none;
  }
}

.menu-item {
  padding-left: 0;
}
.menu-item:before {
  display: none;
}

/* # Flexible index
---------------------------------------------------------------------------------------------------- */
/* Section
--------------------------------------------- */
.section__header {
  margin-bottom: 2rem;
}
.section__header--center {
  text-align: center;
}
.section__header--right {
  text-align: right;
}
.section__title {
  padding-bottom: 0;
}
.section__content > :last-child:not(a):not(.responsive-video-wrapper) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.section__footer {
  display: flex;
  margin-top: 4rem;
  justify-content: center;
}

/* Content-two-columns
--------------------------------------------- */
.content-two-columns .section__media {
  position: relative;
  z-index: 1;
}
.content-two-columns .section__media.overlay:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50%;
  opacity: 0.5;
  left: 0;
  bottom: 0;
  background: rgb(0, 153, 206);
  background: linear-gradient(0deg, rgb(0, 153, 206) 0%, rgb(0, 153, 206) 20%, rgba(158, 197, 71, 0.5) 60%, rgba(0, 153, 206, 0) 100%);
}
.content-two-columns img {
  border-radius: 0.5rem;
}
.content-two-columns--reverse .section__media {
  order: -1;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .content-two-columns--reverse .section__media {
    order: 0;
  }
}

/* Media
--------------------------------------------- */
.media img {
  border-radius: 0.5rem;
}

/* Text-text
--------------------------------------------- */
.text-text .section__content:not(:has(.button-wrap), :has(.button)) p:last-of-type {
  margin-bottom: 0;
}

/* Text
--------------------------------------------- */
.text .section__content:not(:has(.button-wrap), :has(.button)) p:last-of-type {
  margin-bottom: 0;
}

.page-header {
  position: relative;
  min-height: 44rem;
  user-select: none;
}
@media only screen and (max-width: 1023px) {
  .page-header {
    height: auto;
    min-height: 30rem;
  }
}
@media only screen and (max-width: 750px) {
  .page-header {
    height: auto;
    min-height: 20rem;
  }
}
.page-header .bg-img {
  width: 80%;
  left: 20%;
}
@media only screen and (max-width: 1023px) {
  .page-header .bg-img {
    width: 100%;
    left: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .page-header .col-2-grid {
    padding: 4rem 0;
    width: 100%;
  }
}
.page-header h1 {
  font: 700 8rem/1.2 "Titillium Web", sans-serif;
}
@media only screen and (max-width: 1280px) {
  .page-header h1 {
    font: 700 6rem/1.375 "Titillium Web", sans-serif;
  }
}
@media only screen and (max-width: 1023px) {
  .page-header h1 {
    font: 700 4.6rem/1.375 "Titillium Web", sans-serif;
  }
}
@media only screen and (max-width: 750px) {
  .page-header h1 {
    font: 700 3.2rem/4rem "Titillium Web", sans-serif;
  }
}
.page-header p {
  font-size: 2.2rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 1023px) {
  .page-header p {
    font: 400 1.6rem/3.2rem "Titillium Web", sans-serif;
  }
}
.page-header:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: -1px;
  bottom: -1px;
  background-color: white;
  clip-path: polygon(0 calc(100% - 10rem), 0% 100%, 15rem 100%);
}
@media only screen and (max-width: 1023px) {
  .page-header:after {
    clip-path: polygon(0 calc(100% - 6rem), 0% 100%, 10rem 100%);
  }
}
@media only screen and (max-width: 750px) {
  .page-header:after {
    display: none;
  }
}
.page-header video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 80%;
  left: 20%;
}
@media only screen and (max-width: 1023px) {
  .page-header video {
    width: 100%;
    left: 0;
    height: 100%;
  }
}
.page-header .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  user-select: text;
  z-index: 2;
  min-height: 44rem;
}
@media only screen and (max-width: 1023px) {
  .page-header .wrap {
    min-height: 30rem;
  }
}
@media only screen and (max-width: 750px) {
  .page-header .wrap {
    min-height: 20rem;
  }
}
.page-header .wrap p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .page-header .wrap {
    padding: 2rem;
    padding-bottom: 0;
  }
  .page-header .wrap h1,
  .page-header .wrap .h1,
  .page-header .wrap h2,
  .page-header .wrap .h2,
  .page-header .wrap h3,
  .page-header .wrap .h3 {
    color: #fff;
  }
  .page-header .wrap ul li,
  .page-header .wrap ol li,
  .page-header .wrap ul li:before,
  .page-header .wrap ol li:before,
  .page-header .wrap label,
  .page-header .wrap legend,
  .page-header .wrap p,
  .page-header .wrap span,
  .page-header .wrap blockquote,
  .page-header .wrap i,
  .page-header .wrap a {
    color: #fff;
  }
  .page-header .wrap ul li:before {
    background: #fff;
  }
  .page-header .wrap ol li:before {
    color: #fff;
  }
}
.page-header .text {
  position: relative;
  z-index: 1;
}
.page-header:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 153, 206);
  background: linear-gradient(90deg, rgb(0, 153, 206) 0%, rgb(0, 153, 206) 20%, rgba(0, 153, 206, 0.5) 60%, rgba(158, 197, 71, 0.5) 100%);
}

/* Text-slider
--------------------------------------------- */
.text-slider .section__content.wrapped {
  margin: 0 auto;
}
.text-slider .section__content:not(:has(.button-wrap), :has(.button)) p:last-of-type {
  margin-bottom: 0;
}
.text-slider__slider {
  visibility: hidden;
}
.text-slider .section__media {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: flex-end;
}
.text-slider .section__media.reverse .text-slider__navigation {
  order: -1;
}
@media only screen and (max-width: 1023px) {
  .text-slider .section__media.reverse .text-slider__navigation {
    order: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .text-slider .section__media {
    flex-direction: column;
    align-items: center;
  }
}
.text-slider .section__media.overlay:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50%;
  opacity: 0.5;
  left: 0;
  bottom: 0;
  background: rgb(0, 153, 206);
  background: linear-gradient(0deg, rgb(0, 153, 206) 0%, rgb(0, 153, 206) 20%, rgba(158, 197, 71, 0.5) 60%, rgba(0, 153, 206, 0) 100%);
}
.text-slider__slider {
  width: 100%;
  overflow: hidden;
  cursor: grab;
}
.text-slider__slider img {
  border-radius: 0.5rem;
}
.text-slider__navigation {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-bottom: 1rem;
}
.text-slider__navigation:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0.1rem;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  background: #0099ce;
}
.text-slider .swiper-button-prev,
.text-slider .swiper-button-next {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: none;
  width: auto;
  height: auto;
  margin: auto;
}
.text-slider .swiper-button-prev svg,
.text-slider .swiper-button-next svg {
  stroke: #085679;
}
.text-slider .swiper-button-prev:after,
.text-slider .swiper-button-next:after {
  display: none;
}
.text-slider .swiper-button-prev {
  position: relative;
  top: -1rem;
}
.text-slider .swiper-button-next {
  position: relative;
  top: 1rem;
}
.text-slider--reverse .section__media {
  order: -1;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .text-slider--reverse .section__media {
    order: 0;
  }
}

.logo-slider {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  gap: 16rem;
  user-select: none;
  animation: slide-in 60s infinite linear;
  animation-play-state: running;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  .logo-slider {
    gap: 8rem;
  }
}
@media only screen and (max-width: 750px) {
  .logo-slider {
    gap: 4rem;
  }
}
.logo-slider__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 16rem;
  max-height: 10rem;
}
@media only screen and (max-width: 1023px) {
  .logo-slider__wrapper {
    gap: 8rem;
    max-height: 10rem;
  }
}
@media only screen and (max-width: 750px) {
  .logo-slider__wrapper {
    gap: 4rem;
    max-height: 5rem;
  }
}
.logo-slider__item {
  min-height: 10rem;
  min-width: 20rem;
  max-height: 10rem;
  max-width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .logo-slider__item {
    min-width: 10rem;
    max-width: 10rem;
  }
}
@media only screen and (max-width: 750px) {
  .logo-slider__item {
    max-height: 5rem;
  }
}
.logo-slider__item img {
  max-width: 100%;
  object-fit: contain;
  max-height: 10rem;
}
@media only screen and (max-width: 750px) {
  .logo-slider__item img {
    max-height: 5rem;
  }
}
@keyframes slide-in {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -160rem;
  }
}

.latest-blogs {
  position: relative;
  overflow: hidden;
}
.latest-blogs .swiper {
  overflow: visible;
}
.latest-blogs .swiper-slide {
  cursor: pointer;
  user-select: none;
}
.latest-blogs__slider {
  visibility: hidden;
}
.latest-blogs h1,
.latest-blogs h2,
.latest-blogs h3 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1023px) {
  .latest-blogs h1,
  .latest-blogs h2,
  .latest-blogs h3 {
    margin-bottom: 2rem;
  }
}
.latest-blogs__button {
  margin-top: 4rem;
}
@media only screen and (max-width: 1023px) {
  .latest-blogs__button {
    margin-top: 2rem;
  }
}
.latest-blogs__scrollbar {
  background: #f2f4f8;
  cursor: pointer;
  border-radius: 0.5rem;
  width: 100%;
}
.latest-blogs__scrollbar .swiper-scrollbar-drag {
  background: #085679;
  border-radius: 0.5rem;
  height: 0.5rem;
}
.latest-blogs__controls {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin: 4rem 0;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .latest-blogs__controls {
    gap: 2rem;
    margin: 2rem 0;
    margin-bottom: 0;
  }
}
.latest-blogs__navigation {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  height: 5rem;
}
@media only screen and (max-width: 1023px) {
  .latest-blogs__navigation {
    height: 4rem;
  }
}
.latest-blogs__navigation:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0.1rem;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  background: #0099ce;
}
.latest-blogs .swiper-button-prev,
.latest-blogs .swiper-button-next {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: none;
  width: auto;
  height: auto;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .latest-blogs .swiper-button-prev,
  .latest-blogs .swiper-button-next {
    max-height: 1.8rem;
    max-width: 1.8rem;
    height: 1.8rem;
    width: 1.8rem;
  }
}
.latest-blogs .swiper-button-prev svg,
.latest-blogs .swiper-button-next svg {
  stroke: #085679;
}
.latest-blogs .swiper-button-prev:after,
.latest-blogs .swiper-button-next:after {
  display: none;
}
.latest-blogs .swiper-button-prev {
  position: relative;
  top: -1rem;
}
@media only screen and (max-width: 1023px) {
  .latest-blogs .swiper-button-prev {
    top: -0.5rem;
  }
}
.latest-blogs .swiper-button-next {
  position: relative;
  top: 1rem;
}
@media only screen and (max-width: 1023px) {
  .latest-blogs .swiper-button-next {
    top: 0.5rem;
  }
}

.faq {
  position: relative;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 750px) {
  .faq__list {
    padding: 0.4rem 0;
  }
}
.faq__item {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25);
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  cursor: pointer;
  user-select: none;
  margin: 0.4rem;
}
@media only screen and (max-width: 1023px) {
  .faq__item {
    padding: 1.2rem 2rem;
  }
}
.faq__item.active .faq__question p {
  font-weight: 600;
  color: #085679;
}
.faq__item.active .chevron-down {
  transform: rotate(180deg);
}
.faq .chevron-down {
  min-width: 2.4rem;
  min-height: 2.4rem;
  max-width: 2.4rem;
  max-height: 2.4rem;
  stroke: #085679;
  transition: all 0.3s ease-out 0s;
}
.faq__question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 2rem;
}
.faq__question p {
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-out 0s;
  font-size: 2rem;
}
@media only screen and (max-width: 1023px) {
  .faq__question p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .faq__question p {
    font-size: 1.6rem;
  }
}
.faq__answer {
  display: none;
  padding-top: 1rem;
}
.faq__answer p:last-of-type {
  margin-bottom: 0;
}

.modules {
  position: relative;
  overflow: hidden;
}
.modules__columns {
  margin-top: 4rem;
}
@media only screen and (max-width: 1023px) {
  .modules__columns {
    margin-top: 2rem;
  }
}
.modules__content {
  padding: 3rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .modules__content {
    padding: 2rem;
    padding-top: 0;
  }
}
.modules__title {
  position: relative;
  z-index: 2;
}
.modules__title .title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .modules__title .title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .modules__title .title {
    font-size: 1.8rem;
  }
}
.modules__description {
  border-bottom: 1px solid #fff;
}
.modules__description .description {
  font-size: 1.6rem;
  line-height: 2;
}
.modules__usps {
  border-bottom: 1px solid #fff;
}
.modules__usps .usps {
  column-count: 3;
}
@media only screen and (max-width: 1440px) {
  .modules__usps .usps {
    column-count: 2;
  }
}
@media only screen and (max-width: 750px) {
  .modules__usps .usps {
    column-count: 1;
  }
}
.modules__usps .usps li {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1023px) {
  .modules__usps .hidden-mobile {
    display: none;
  }
}
.modules__cta {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 750px) {
  .modules__cta {
    gap: 1rem;
  }
}
.modules__cta .button {
  min-width: 4.6rem;
  min-height: 4.6rem;
  padding: 0;
  max-width: 4.6rem;
  max-height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modules__cta .button:hover {
  background: #9ec547;
  border-color: #9ec547;
}
@media only screen and (max-width: 1023px) {
  .modules__cta .button {
    min-width: 3.6rem;
    min-height: 3.6rem;
    max-width: 3.6rem;
    max-height: 3.6rem;
  }
}
.modules__cta .cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
  text-decoration: none;
  font-weight: 600;
  gap: 2rem;
  transition: all 0.3s ease-out 0s;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .modules__cta .cta {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .modules__cta .cta {
    font-size: 1.6rem;
  }
}
.modules__label {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  background: #9ec547;
  padding: 0.6rem 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: 4rem;
  user-select: none;
}
@media only screen and (max-width: 750px) {
  .modules__label {
    font-size: 1.2rem;
  }
}
.modules .col {
  position: relative;
  min-height: 52rem;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.modules .col a {
  text-decoration: none;
}
.modules .col img {
  transition: all 0.3s ease-out 0s;
}
.modules .col:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 1023px) {
  .modules .col {
    min-height: 40rem;
  }
}
.modules .col:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 153, 206);
  background: linear-gradient(0deg, rgb(0, 153, 206) 0%, rgba(0, 153, 206, 0.75) 20%, rgba(0, 153, 206, 0.5) 60%, rgba(158, 197, 71, 0.5) 100%);
}
.modules__scrollbar {
  background: #f2f4f8;
  cursor: pointer;
  border-radius: 0.5rem;
  width: 100%;
}
.modules__scrollbar .swiper-scrollbar-drag {
  background: #085679;
  border-radius: 0.5rem;
  height: 0.5rem;
}
.modules .swiper-slide {
  height: 100%;
}
.modules__controls {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin: 4rem 0;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .modules__controls {
    gap: 2rem;
    margin: 2rem 0;
    margin-bottom: 0;
  }
}
.modules__navigation {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  height: 5rem;
}
@media only screen and (max-width: 1023px) {
  .modules__navigation {
    height: 4rem;
  }
}
.modules__navigation:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0.1rem;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  background: #0099ce;
}
.modules .swiper-button-prev,
.modules .swiper-button-next {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: none;
  width: auto;
  height: auto;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .modules .swiper-button-prev,
  .modules .swiper-button-next {
    max-height: 1.8rem;
    max-width: 1.8rem;
    height: 1.8rem;
    width: 1.8rem;
  }
}
.modules .swiper-button-prev svg,
.modules .swiper-button-next svg {
  stroke: #085679;
}
.modules .swiper-button-prev:after,
.modules .swiper-button-next:after {
  display: none;
}
.modules .swiper-button-prev {
  position: relative;
  top: -1rem;
}
@media only screen and (max-width: 1023px) {
  .modules .swiper-button-prev {
    top: -0.5rem;
  }
}
.modules .swiper-button-next {
  position: relative;
  top: 1rem;
}
@media only screen and (max-width: 1023px) {
  .modules .swiper-button-next {
    top: 0.5rem;
  }
}

.functionalities {
  position: relative;
  overflow: hidden;
}
.functionalities__swiper {
  visibility: hidden;
  overflow: visible;
}
.functionalities .swiper-wrapper {
  overflow: visible;
  box-sizing: border-box;
}
.functionalities .swiper-slide {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.5rem;
  user-select: none;
}
.functionalities .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7540266106) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}
.functionalities__top-content {
  margin-bottom: 4rem;
}
.functionalities__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  z-index: 2;
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .functionalities__content {
    gap: 1rem;
    padding: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .functionalities__content {
    padding: 2rem;
    gap: 0.5rem;
  }
}
.functionalities__content .button {
  width: 4.6rem;
  height: 4.6rem;
  padding: 0;
  max-width: 4.6rem;
  max-height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .functionalities__content .button {
    width: 3.6rem;
    height: 3.6rem;
    max-width: 3.6rem;
    max-height: 3.6rem;
  }
}
.functionalities__content a {
  text-decoration: none;
}
.functionalities__content a:hover {
  text-decoration: underline;
}
.functionalities__content p {
  margin: 0;
  padding: 0;
}
.functionalities__link {
  font-size: 2.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .functionalities__link {
    font-size: 1.8rem;
  }
}
.functionalities__scrollbar {
  background: #f2f4f8;
  cursor: pointer;
  border-radius: 0.5rem;
  width: 100%;
}
.functionalities__scrollbar .swiper-scrollbar-drag {
  background: #085679;
  border-radius: 0.5rem;
  height: 0.5rem;
}
.functionalities__controls {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin: 4rem 0;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .functionalities__controls {
    gap: 2rem;
    margin: 2rem 0;
    margin-bottom: 0;
  }
}
.functionalities__navigation {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  height: 5rem;
}
@media only screen and (max-width: 1023px) {
  .functionalities__navigation {
    height: 4rem;
  }
}
.functionalities__navigation:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0.1rem;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  background: #0099ce;
}
.functionalities .swiper-button-prev,
.functionalities .swiper-button-next {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: none;
  width: auto;
  height: auto;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .functionalities .swiper-button-prev,
  .functionalities .swiper-button-next {
    max-height: 1.8rem;
    max-width: 1.8rem;
    height: 1.8rem;
    width: 1.8rem;
  }
}
.functionalities .swiper-button-prev svg,
.functionalities .swiper-button-next svg {
  stroke: #085679;
}
.functionalities .swiper-button-prev:after,
.functionalities .swiper-button-next:after {
  display: none;
}
.functionalities .swiper-button-prev {
  position: relative;
  top: -1rem;
}
@media only screen and (max-width: 1023px) {
  .functionalities .swiper-button-prev {
    top: -0.5rem;
  }
}
.functionalities .swiper-button-next {
  position: relative;
  top: 1rem;
}
@media only screen and (max-width: 1023px) {
  .functionalities .swiper-button-next {
    top: 0.5rem;
  }
}

.quote {
  position: relative;
}
.quote .quote-before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7.5rem;
  max-width: 7.5rem;
}
@media only screen and (max-width: 1280px) {
  .quote .quote-before {
    width: 5rem;
    max-width: 5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .quote .quote-before {
    position: relative;
    top: auto;
    transform: none;
    margin-bottom: 1rem;
  }
}
.quote .quote-after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 7.5rem;
  max-width: 7.5rem;
}
@media only screen and (max-width: 1280px) {
  .quote .quote-after {
    width: 5rem;
    max-width: 5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .quote .quote-after {
    display: none;
  }
}
.quote__content {
  max-width: 100rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .quote__content {
    max-width: 76rem;
  }
}
.quote__content p:last-of-type {
  margin-bottom: 0;
}
.quote__customer-name {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.quote__customer-function {
  font-size: 1.6rem;
  font-weight: bold;
}

.enumeration {
  position: relative;
}
.enumeration__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem 6rem;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .enumeration__list {
    gap: 1rem 4rem;
  }
}
.enumeration__item {
  border-radius: 0.5rem;
  padding: 2rem 3rem;
  flex: 0 0 calc(50% - 3rem);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  user-select: none;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) {
  .enumeration__item {
    flex: 0 0 calc(50% - 2rem);
  }
}
@media only screen and (max-width: 1280px) {
  .enumeration__item {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .enumeration__item {
    padding: 1.2rem 2rem;
  }
}
.enumeration__item.open {
  background: #fff;
}
.enumeration__item.open .chevron-up {
  display: block;
}
.enumeration__item.open .chevron-down {
  display: none;
}
.enumeration__item.open .enumeration__title {
  font-weight: 600;
}
.enumeration__title {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1023px) {
  .enumeration__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .enumeration__title {
    font-size: 1.6rem;
  }
}
.enumeration__description {
  display: none;
  overflow: hidden;
  padding-top: 1rem;
  margin: 0;
}
.enumeration .chevron-up {
  display: none;
}

.limis-planner {
  position: relative;
  overflow: hidden;
}
.limis-planner__indicator-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .limis-planner__indicator-container {
    gap: 1rem;
  }
}
.limis-planner__content {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1023px) {
  .limis-planner__content {
    padding-bottom: 0;
  }
}
.limis-planner__indicator {
  width: 0.8rem;
  height: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 1023px) {
  .limis-planner__indicator {
    display: none;
  }
}
.limis-planner__loading-bar {
  position: absolute;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgb(0, 153, 206) 0%, rgb(92, 179, 127) 70%, rgb(158, 197, 71) 100%);
  top: 0;
  transition: height 0.1s linear;
  border-radius: 0.5rem;
}
.limis-planner__accordion {
  flex: 1;
  height: 100%;
}
.limis-planner__accordion-item {
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.limis-planner__accordion-item:last-of-type {
  margin-bottom: 0;
}
.limis-planner__accordion-item p {
  margin: 0;
}
.limis-planner__accordion-header {
  padding: 2.3rem 3rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1023px) {
  .limis-planner__accordion-header {
    padding: 1.5rem 2.5rem;
  }
}
.limis-planner__accordion-header svg {
  max-width: 2.2rem;
  max-height: 2.2rem;
  min-width: 2.2rem;
  min-height: 2.2rem;
  transition: all 0.3s ease-out 0s;
}
.limis-planner__accordion-header p {
  font-size: 2.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .limis-planner__accordion-header p {
    font-size: 1.8rem;
  }
}
.limis-planner__accordion-header.active {
  background: #fff;
}
.limis-planner__accordion-header.active svg {
  transform: rotate(180deg);
}
.limis-planner__accordion-header.active p {
  font-weight: 600;
}
.limis-planner__accordion-content {
  background: #fff;
  display: none;
}
.limis-planner__accordion-content p {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2.3rem;
}
@media only screen and (max-width: 1023px) {
  .limis-planner__accordion-content p {
    padding-bottom: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.limis-planner__accordion-content.active {
  display: block;
}
.limis-planner__mobile-image {
  padding: 2.5rem;
  background: #fff;
  overflow: hidden;
  padding-bottom: 2rem;
}
.limis-planner__mobile-image img {
  overflow: hidden;
  border-radius: 0.5rem;
}
.limis-planner__imagecontainer {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.limis-planner__imagecontainer:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50%;
  opacity: 0.5;
  left: 0;
  bottom: 0;
  background: rgb(0, 153, 206);
  background: linear-gradient(0deg, rgb(0, 153, 206) 0%, rgb(0, 153, 206) 20%, rgba(158, 197, 71, 0.5) 60%, rgba(0, 153, 206, 0) 100%);
}
@media only screen and (max-width: 1023px) {
  .limis-planner__imagecontainer {
    display: none;
  }
}
.limis-planner__mobile-link, .limis-planner__link {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  padding: 2rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
}
.limis-planner__mobile-link a, .limis-planner__link a {
  text-decoration: none;
  font-size: 2.2rem;
}
.limis-planner__mobile-link a:hover, .limis-planner__link a:hover {
  text-decoration: underline;
}
.limis-planner__mobile-link .button, .limis-planner__link .button {
  width: 4.6rem;
  height: 4.6rem;
  padding: 0;
  max-width: 4.6rem;
  max-height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .limis-planner__mobile-link .button, .limis-planner__link .button {
    width: 2.8rem;
    height: 2.8rem;
    max-width: 2.8rem;
    max-height: 2.8rem;
  }
}
.limis-planner__mobile-link {
  position: relative;
  justify-content: flex-end;
  padding-top: 0;
  gap: 1rem;
}
.limis-planner__mobile-link a {
  font-size: 1.8rem;
  color: #085679;
  text-decoration: underline;
}
.limis-planner__mobile-link a svg {
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .limis-planner__mobile-link a {
    font-size: 1.6rem;
  }
}

.solution {
  position: relative;
  overflow: hidden;
}
.solution__content {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .solution__content {
    padding-bottom: 0;
  }
}
.solution__summary {
  gap: 1rem 6rem;
  position: relative;
  padding: 0.1rem 0;
}
@media only screen and (max-width: 1440px) {
  .solution__summary {
    gap: 1rem 4rem;
  }
}
.solution__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25);
  padding: 2rem;
  border-radius: 0.5rem;
  user-select: none;
  gap: 2rem;
}
.solution__item--mobile {
  flex-direction: column !important;
  align-items: flex-start;
  box-shadow: none;
  padding: 2rem 3rem;
  gap: 0;
}
.solution__item p {
  margin: 0;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1023px) {
  .solution__item p {
    font-size: 1.6rem;
  }
}
.solution__number {
  color: #0099ce;
  padding-right: 2rem;
}
@media only screen and (max-width: 1023px) {
  .solution__number {
    font-size: 2.2rem !important;
    padding-right: 0;
  }
}
.solution__swiper {
  overflow: visible;
  visibility: hidden;
}
.solution .swiper-slide {
  box-sizing: border-box;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  height: 100%;
}
.solution__controls {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin: 4rem 0;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .solution__controls {
    gap: 2rem;
    margin: 2rem 0;
    margin-bottom: 0;
  }
}
.solution__scrollbar {
  background: #f2f4f8;
  cursor: pointer;
  border-radius: 0.5rem;
  width: 100%;
}
.solution__scrollbar .swiper-scrollbar-drag {
  background: #085679;
  border-radius: 0.5rem;
  height: 0.5rem;
}
.solution__navigation {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  height: 5rem;
}
@media only screen and (max-width: 1023px) {
  .solution__navigation {
    height: 4rem;
  }
}
.solution__navigation:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0.1rem;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  background: #0099ce;
}
.solution .swiper-button-prev,
.solution .swiper-button-next {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: none;
  width: auto;
  height: auto;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .solution .swiper-button-prev,
  .solution .swiper-button-next {
    max-height: 1.8rem;
    max-width: 1.8rem;
    height: 1.8rem;
    width: 1.8rem;
  }
}
.solution .swiper-button-prev svg,
.solution .swiper-button-next svg {
  stroke: #085679;
}
.solution .swiper-button-prev:after,
.solution .swiper-button-next:after {
  display: none;
}
.solution .swiper-button-prev {
  position: relative;
  top: -1rem;
}
@media only screen and (max-width: 1023px) {
  .solution .swiper-button-prev {
    top: -0.5rem;
  }
}
.solution .swiper-button-next {
  position: relative;
  top: 1rem;
}
@media only screen and (max-width: 1023px) {
  .solution .swiper-button-next {
    top: 0.5rem;
  }
}

.image-image img {
  border-radius: 0.5rem;
}

/* # Footer index
---------------------------------------------------------------------------------------------------- */
/* Main-footer
--------------------------------------------- */
/* Footer-nav
--------------------------------------------- */
.footer-nav {
  padding-bottom: 6rem !important;
  padding-top: 6rem !important;
}
@media only screen and (max-width: 750px) {
  .footer-nav {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
}
@media only screen and (max-width: 480px) {
  .footer-nav {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
}
.footer-nav__first-block {
  display: flex;
  flex-direction: column;
}
.footer-nav__extra {
  margin-top: auto;
}
.footer-nav .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
.footer-nav .wrap--newsletter {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1023px) {
  .footer-nav .wrap--newsletter {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .footer-nav .wrap--newsletter {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-nav .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
@media only screen and (max-width: 750px) {
  .footer-nav .wrap {
    grid-template-columns: 1fr;
  }
}
.footer-nav__title {
  font-size: 2rem;
  margin-bottom: 2.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .footer-nav__title {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .footer-nav__title {
    margin-bottom: 1rem;
  }
}
.footer-nav ul {
  padding-bottom: 0;
}
.footer-nav ul li {
  padding-left: 0;
}
.footer-nav ul li:before {
  display: none;
}
.footer-nav ul li a {
  text-decoration: none;
}
.footer-nav ul li a:hover {
  text-decoration: underline;
}
.footer-nav__login, .footer-nav__linkedin {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.footer-nav__login svg, .footer-nav__linkedin svg {
  height: 2.2rem;
  width: 2.2rem;
}
.footer-nav__login a, .footer-nav__linkedin a {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
  line-height: 1;
}
.footer-nav__login a:hover, .footer-nav__linkedin a:hover {
  text-decoration: underline;
}
.footer-nav .gform_wrapper input[type=text],
.footer-nav .gform_wrapper input[type=number],
.footer-nav .gform_wrapper input[type=search],
.footer-nav .gform_wrapper input[type=email],
.footer-nav .gform_wrapper input[type=tel],
.footer-nav .gform_wrapper input[type=password],
.footer-nav .gform_wrapper input[type=date],
.footer-nav .gform_wrapper input[type=phone],
.footer-nav .gform_wrapper input[type=url],
.footer-nav .gform_wrapper select,
.footer-nav .gform_wrapper textarea {
  padding: 1.4rem 3rem;
  border-radius: 4rem;
}
.footer-nav .gform_wrapper .gform_fields {
  gap: 1rem;
}
.footer-nav .gform_wrapper .gform_footer {
  justify-content: flex-start;
  margin: 2rem 0 0 0;
}
@media only screen and (max-width: 1023px) {
  .footer-nav .gform_wrapper .gform_footer {
    margin: 1rem 0 0 0;
  }
}

/* Footer-copyright
--------------------------------------------- */
.footer-copyright {
  padding: 3rem 0;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright {
    padding: 2rem 0;
    padding-bottom: 8rem;
  }
}
.footer-copyright .wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright .wrap {
    flex-wrap: wrap;
  }
}
.footer-copyright .wrap:before {
  content: "";
  width: calc(100% - 4rem);
  left: 2rem;
  right: 2rem;
  height: 0.1rem;
  background-color: #f2f4f8;
  position: absolute;
  top: -3rem;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright .wrap:before {
    top: -2rem;
  }
}
.footer-copyright__menu-wrap {
  position: relative;
  flex-grow: 1;
}
.footer-copyright__menu-wrap .menu {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.footer-copyright__menu-wrap .menu li {
  display: table-cell;
  padding: 0;
  margin: 0;
}
.footer-copyright__menu-wrap .menu li a {
  text-decoration: none;
}
.footer-copyright__menu-wrap .menu li a:hover {
  text-decoration: underline;
}
.footer-copyright__menu-wrap .menu li:before {
  display: none;
}
.footer-copyright__menu-wrap .menu li:after {
  display: inline-block;
  padding: 0 1rem;
  content: "|";
}
.footer-copyright__menu-wrap .menu li:last-child:after {
  display: none;
}
.footer-copyright__copy, .footer-copyright__creator {
  padding-bottom: 0;
  margin: 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright__copy {
    order: 1;
  }
}
@media only screen and (max-width: 750px) {
  .footer-copyright__copy {
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .wrap {
    flex-direction: column;
  }
  .footer-copyright__menu-wrap {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 0;
  }
  .footer-copyright__creator {
    order: 3;
  }
}
@media only screen and (max-width: 750px) {
  .footer-copyright__menu-wrap .menu {
    display: block;
  }
  .footer-copyright__menu-wrap .menu li {
    display: block;
    padding-right: 0;
  }
  .footer-copyright__menu-wrap .menu li:after {
    display: none;
  }
}

/* Mobile
---------------------------------------------------------------------------------------------------- */
/* .mobile-navigation
--------------------------------------------- */
.mobile-navigation {
  position: fixed;
  top: 7rem;
  z-index: 550;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  transform-origin: center left;
  width: 100%;
  height: 0;
  overflow: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  border-top: 0.1rem solid #f2f4f8;
}
@media only screen and (max-width: 750px) {
  .mobile-navigation {
    top: 5.4rem;
  }
}
@media only screen and (min-width: 1023px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation .wrap {
  background: #fff;
}
.mobile-navigation__footer__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 3rem;
}
.mobile-navigation__login, .mobile-navigation__language {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.mobile-navigation__login svg, .mobile-navigation__language svg {
  height: 2.2rem;
  width: 2.2rem;
}
.mobile-navigation__login a, .mobile-navigation__language a {
  text-decoration: none;
  font-weight: 600;
}
.mobile-navigation__login a:hover, .mobile-navigation__language a:hover {
  text-decoration: underline;
}
.mobile-navigation__menu-wrap {
  padding-top: 2rem;
}
.mobile-navigation__menu-wrap li {
  line-height: 1;
  margin-bottom: 3rem;
}
.mobile-navigation__menu-wrap li.current-menu-item > a, .mobile-navigation__menu-wrap li.current-menu-ancestor > a, .mobile-navigation__menu-wrap li.current_page_item > a, .mobile-navigation__menu-wrap li.current_page_ancestor > a {
  color: #9ec547;
}
.mobile-navigation__menu-wrap li.current-menu-item > a .nav-bar__toggle-icon, .mobile-navigation__menu-wrap li.current-menu-ancestor > a .nav-bar__toggle-icon, .mobile-navigation__menu-wrap li.current_page_item > a .nav-bar__toggle-icon, .mobile-navigation__menu-wrap li.current_page_ancestor > a .nav-bar__toggle-icon {
  fill: #9ec547;
}
.mobile-navigation__menu-wrap li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}
.mobile-navigation .menu-item__toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  max-width: 2rem;
  max-height: 2rem;
  width: 2rem;
  height: 2rem;
  position: relative;
}
.mobile-navigation .menu-item__toggle svg {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease-out 0s;
}
.mobile-navigation .menu-item__toggle.active svg {
  transform: rotate(180deg);
}
.mobile-navigation .sub-menu {
  display: none;
  margin: 0;
  padding: 2rem;
  padding-bottom: 0;
}
.mobile-navigation .sub-menu .menu-item-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mobile-navigation .sub-menu li {
  margin-bottom: 2rem;
  padding-right: 1rem;
}
.mobile-navigation .sub-menu a {
  font-weight: 400;
  text-decoration: none;
}
.mobile-navigation .sub-menu .menu-item__icon {
  min-width: 2.8rem;
  min-height: 2.8rem;
  max-height: 2.8rem;
  max-width: 2.8rem;
}
.mobile-navigation .sub-menu .menu-item__subtitle {
  display: none;
}

.mob-nav-active .mobile-navigation {
  height: 100%;
  visibility: visible;
  padding-bottom: 12.4rem;
}

.mobile-nav-toggle {
  position: relative;
  display: none;
}
.mobile-nav-toggle__button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  background: none;
  padding: 0;
  border: none;
  border-radius: 4rem;
  position: relative;
  color: #085679;
  cursor: pointer;
  gap: 0.4rem;
}
.mobile-nav-toggle__button .strokes {
  width: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin: 0;
}
.mobile-nav-toggle__button .strokes span:nth-child(2) {
  width: 60%;
  left: 40%;
}
.mobile-nav-toggle__button .strokes span {
  display: block;
  position: relative;
  height: 0.2rem;
  width: 100%;
  margin: 0 0 0.3rem 0;
  border-radius: 0.15rem;
  padding: 0;
  background: #085679;
  transition: all 0.3s ease-out 0s;
}
.mobile-nav-toggle__button .strokes span:last-child {
  margin-bottom: 0;
}
.mobile-nav-toggle__button .text,
.mobile-nav-toggle__button .close {
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .mobile-nav-toggle__button .text,
  .mobile-nav-toggle__button .close {
    font-size: 1rem;
  }
}
.mobile-nav-toggle__button .text {
  display: block;
}
.mobile-nav-toggle__button .close {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggle {
    display: flex;
  }
}

.mob-nav-active .mobile-nav-toggle__button .text {
  display: none;
}
.mob-nav-active .mobile-nav-toggle__button .close {
  display: block;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:first-child {
  transform: rotate(45deg);
  top: 0.5rem;
  background: #DB4444;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0;
  width: 100%;
  left: auto;
  background: #DB4444;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
  background: #DB4444;
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
  display: none;
  z-index: 555;
}
@media only screen and (max-width: 1023px) {
  .bottom-bar {
    display: block;
  }
}
.bottom-bar__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0.8rem 0;
}
.bottom-bar__search-link.active .limis-search {
  display: none;
}
.bottom-bar__search-link.active .limis-close {
  display: block;
}
.bottom-bar__search {
  display: none;
  border-top: #f2f4f8 0.1rem solid;
  border-bottom: 0.1rem solid #f2f4f8;
}
.bottom-bar__search .search-form {
  margin: 0;
}
.bottom-bar__search input {
  background: #fff;
}
.bottom-bar__search button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-bar svg {
  width: 1.8rem;
  height: 1.8rem;
  max-width: 1.8rem;
  max-height: 1.8rem;
}
.bottom-bar .limis-search {
  display: block;
}
.bottom-bar .limis-close {
  display: none;
}
.bottom-bar__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-decoration: none;
}
.bottom-bar__label {
  font-weight: 600;
  font-size: 1rem;
}

.contact-form {
  position: relative;
}
.contact-form .gform_footer button {
  width: 100%;
}
.contact-form img {
  border-radius: 0.5rem;
}

.contact-location {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .contact-location {
    margin-bottom: 0;
  }
}
.contact-location__content:not(:has(.button-wrap), :has(.button)) p:last-of-type {
  margin-bottom: 0;
}
.contact-location__map {
  width: 100%;
  height: 100%;
  min-height: 30rem;
}
.contact-location__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.category-navigation .blog-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  gap: 3rem;
}
@media only screen and (max-width: 1023px) {
  .category-navigation .blog-categories {
    gap: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .category-navigation .blog-categories {
    gap: 1rem;
  }
}
.category-navigation .blog-categories__categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.category-navigation .blog-categories p {
  margin: 0;
  padding: 0;
}

.blog-summary__header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.blog-summary__header img {
  transition: all 0.3s ease-out 0s;
}
.blog-summary__header:hover img {
  transform: scale(1.05);
}
.blog-summary__header .post-category {
  font-size: 1.2rem;
  background-color: #9ec547;
  border-radius: 4rem;
  padding: 0.8rem 2rem;
  text-decoration: none;
  color: #fff;
  pointer-events: all;
  font-weight: 600;
  top: 1rem;
  right: 1rem;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
}
.blog-summary__header .post-category:hover {
  background-color: #0099ce;
}
.blog-summary__content {
  padding: 2rem 3rem;
  border: 0.1rem solid #f2f4f8;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .blog-summary__content {
    padding: 2rem;
  }
}
.blog-summary__content h3 {
  font-size: 2.2rem;
  line-height: 3.6rem;
  margin-bottom: 0;
}
.blog-summary__content h3 a {
  color: #085679;
  text-decoration: none;
  font-weight: 600;
}
.blog-summary__content h3 a:hover {
  text-decoration: underline;
}
.blog-summary__date {
  margin: 0;
  padding: 0;
}
.blog-summary__description {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
  .blog-summary__description {
    align-items: flex-end;
    gap: 1rem;
  }
}
.blog-summary__description .button-wrap {
  padding: 0;
  margin: 0;
}
.blog-summary__description .button {
  width: 4.6rem;
  height: 4.6rem;
  padding: 0;
  max-width: 4.6rem;
  max-height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .blog-summary__description .button {
    width: 3.6rem;
    height: 3.6rem;
    max-width: 3.6rem;
    max-height: 3.6rem;
  }
}
.blog-summary__excerpt p {
  font-size: 1.6rem;
}
.blog-summary__excerpt p:last-of-type {
  margin-bottom: 0;
}

.post-cta {
  padding: 3rem;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .post-cta {
    padding: 2rem;
  }
}
.post-cta h3 {
  font-size: 3.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .post-cta h3 {
    font: 700 2.4rem/3.6rem "Titillium Web", sans-serif;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .post-cta h3 {
    font: 700 1.8rem/3.6rem "Titillium Web", sans-serif;
  }
}
.post-cta p {
  font-size: 1.6rem;
}
.post-cta .gform_wrapper input[type=text],
.post-cta .gform_wrapper input[type=number],
.post-cta .gform_wrapper input[type=search],
.post-cta .gform_wrapper input[type=email],
.post-cta .gform_wrapper input[type=tel],
.post-cta .gform_wrapper input[type=password],
.post-cta .gform_wrapper input[type=date],
.post-cta .gform_wrapper input[type=phone],
.post-cta .gform_wrapper input[type=url],
.post-cta .gform_wrapper select,
.post-cta .gform_wrapper textarea {
  padding: 1.4rem 3rem;
  border-radius: 4rem;
}
.post-cta .gform_wrapper .gform_fields {
  gap: 1rem;
}
.post-cta .gform_wrapper .gform_footer {
  justify-content: flex-start;
  margin: 2rem 0 0 0;
}
@media only screen and (max-width: 1023px) {
  .post-cta .gform_wrapper .gform_footer {
    margin: 1rem 0 0 0;
  }
}

.information {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 1280px) {
  .information {
    gap: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .information {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .information {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.information__text {
  font-size: 1.8rem !important;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 1rem;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1023px) {
  .information__text {
    font-size: 1.6rem !important;
  }
}
.information__text svg {
  min-width: 2rem;
  min-height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
}
.information__text span {
  font-weight: normal;
}

.single-post-section__container {
  display: grid;
  grid-template-columns: 40rem 1fr;
  gap: 7rem;
}
.single-post-section__container section:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 1440px) {
  .single-post-section__container {
    grid-template-columns: 34rem 1fr;
    gap: 5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .single-post-section__container {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.single-post-section .blog-sidebar {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .single-post-section .blog-sidebar {
    order: 1;
  }
}
.single-post-section .blog-sidebar__cta {
  padding: 4rem;
  top: 14rem;
  position: sticky;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .single-post-section .blog-sidebar__cta {
    padding: 3rem;
  }
}
.single-post-section .blog-sidebar__title {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 1023px) {
  .single-post-section .blog-sidebar__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .single-post-section .blog-sidebar__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.single-post-section .blog-sidebar__description {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1023px) {
  .single-post-section .blog-sidebar__description {
    margin-bottom: 2rem;
  }
}
.single-post-section .blog-sidebar__person {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  margin-bottom: 3rem;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .single-post-section .blog-sidebar__person {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.single-post-section .blog-sidebar__person img {
  border-radius: 50%;
  object-fit: cover;
  min-width: 13rem;
  min-height: 13rem;
  max-width: 13rem;
  max-height: 13rem;
}
@media only screen and (max-width: 1023px) {
  .single-post-section .blog-sidebar__person img {
    min-width: 8rem;
    min-height: 8rem;
    max-width: 8rem;
    max-height: 8rem;
  }
}
.single-post-section .blog-sidebar__person p {
  margin: 0;
  padding: 0;
}
.single-post-section__share p {
  color: #085679;
  font-size: 2.2rem;
}
@media only screen and (max-width: 1023px) {
  .single-post-section__share p {
    font-size: 1.8rem;
  }
}

.text-img {
  position: relative;
}
.text-img--reverse .section__media {
  order: -1;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .text-img--reverse .section__media {
    order: 0;
  }
}
.text-img img {
  border-radius: 0.5rem;
}

.post-index {
  margin-bottom: 3rem;
  border-radius: 0.5rem;
  border: 1px solid #f2f4f8;
  padding: 2rem 3rem;
}
@media only screen and (max-width: 1023px) {
  .post-index {
    margin-bottom: 2rem;
    padding: 1.2rem 2rem;
  }
}
.post-index__header {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.post-index__header.active .chevron-down {
  display: none;
}
.post-index__header.active .chevron-up {
  display: block;
}
.post-index__title {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: space-between;
  flex-direction: row;
  font-size: 2.2rem;
}
@media only screen and (max-width: 1023px) {
  .post-index__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .post-index__title {
    font-size: 1.6rem;
  }
}
.post-index .chevron-down {
  font-size: 2.5rem;
  max-width: 2rem;
  max-height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  stroke: #085679;
}
.post-index .chevron-up {
  display: none;
  max-width: 2rem;
  max-height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  stroke: #085679;
}
.post-index .page-index__ol {
  padding-bottom: 0;
}
.post-index .page-index__ol li {
  text-align: left;
  margin-bottom: 0;
}
.post-index .page-index__ol li a {
  text-decoration: none;
}
.post-index .page-index__ol li a:hover {
  text-decoration: underline;
}
.post-index ol {
  margin: 0;
}
.post-index__body {
  display: none;
  margin-top: 2rem;
}

.blog-quote {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.blog-quote__inner {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 4.4rem 6rem;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .blog-quote__inner {
    flex-direction: column;
    gap: 1rem;
    padding: 2.4rem 3rem;
  }
}
.blog-quote__inner p {
  font-size: 2.4rem;
  font-weight: 600;
  font-style: italic;
  padding: 0 1rem;
}
@media only screen and (max-width: 1023px) {
  .blog-quote__inner p {
    font-size: 1.8rem;
  }
}
.blog-quote__inner p:last-of-type {
  margin-bottom: 0;
}
.blog-quote__image {
  max-width: 8rem;
  max-height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

.blog-enumeration {
  position: relative;
  background: #f2f4f8;
  border-radius: 0.5rem;
  padding: 4.4rem 5.5rem;
}
@media only screen and (max-width: 1023px) {
  .blog-enumeration {
    padding: 3rem;
  }
}
.blog-enumeration .enumeration__item {
  flex: 0 0 100% !important;
}

.blog-img img {
  border-radius: 0.5rem;
}

/* Entities SCSS files
---------------------------------------------------------------------------------------------------- *//*# sourceMappingURL=dd_style.css.map */