@charset "UTF-8";
/* ## 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 */
  -webkit-text-decoration: underline dotted;
          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] {
  box-sizing: border-box;
}

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

/* # Vendor SCSS files
---------------------------------------------------------------------------------------------------- */
/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Extra fonts
--------------------------------------------- */
/* ## 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;
}

body {
  width: 100%;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  color: #787878;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

img.lazy {
  transition: all 0.3s ease-out 0.5s;
  opacity: 0;
}

img.loaded {
  opacity: 1;
}

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

.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;
  -o-object-fit: cover;
     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%;
  }
}

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

.wrap-none img {
  position: relative;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.wrap-4-3 {
  padding: 0 0 66.67% 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;
}

::-moz-selection {
  background: #21418e;
  color: #FFF;
}

::selection {
  background: #21418e;
  color: #FFF;
}

::-moz-selection {
  background: #21418e;
  color: #FFF;
}

/* ## 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;
  }
}

/* ## Animations
--------------------------------------------- */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* ## Wrap
--------------------------------------------- */
#main {
  padding: 0;
  position: relative;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 1023px) {
  #main.frontpage .text-text .gform_fields {
    display: flex;
    gap: 2rem 3rem;
    flex-direction: column;
  }
}
#main.frontpage .text-text .gform_wrapper .gfield {
  grid-column: initial;
}
#main.frontpage .text-text .gform_wrapper .gfield:last-child {
  grid-column: 2 span;
}

.wrap {
  max-width: 120rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
.wrap--full-width {
  max-width: 100%;
}
.wrap--inner-wrap {
  max-width: 112.4rem;
}
.wrap--text-wrap {
  max-width: 96rem;
}

/* ## Lay-out styling
--------------------------------------------- */
.content-row {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.small-gap {
  gap: 1.6rem;
}

.medium-gap {
  gap: 3rem;
}

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

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

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

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

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

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

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

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

.col-1-3-container {
  display: grid;
  grid-template-columns: 0.9fr minmax(0, 3fr);
}
@media only screen and (max-width: 1023px) {
  .col-1-3-container {
    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;
  margin: 0 -2rem 1rem -2rem;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 0 2rem 2rem 2rem;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  flex-basis: 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
  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: #787878;
}
a:hover {
  text-decoration: none;
  color: #787878;
}
a.text-link {
  color: #787878;
}

p,
label,
address,
td,
th,
li {
  font: 400 1.6rem/2.5rem "Open Sans", sans-serif;
  color: #787878;
  margin: 0 0 3.2rem 0;
}

.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 3.2rem 0;
  padding: 0;
  border: 0;
  height: 1px;
  background: #787878;
  display: block;
}

ul,
ol {
  display: block;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
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: #787878;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
  content: "";
}
ul.two-columns,
ol.two-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 480px) {
  ul.two-columns,
  ol.two-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
ul.three-columns,
ol.three-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-width: 750px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

ol li {
  counter-increment: step-counter;
  padding-left: 2.5rem;
}
ol li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
}

blockquote {
  position: relative;
  display: block;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}

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 p,
.white-text span,
.white-text i,
.white-text a {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

.star-container {
  display: flex;
  margin: 0 0 3rem 0;
}
.star-container .star-wrap {
  position: relative;
  margin-right: -0.3rem;
}
.star-container .star {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #FC0;
  border-left: 0.3em solid transparent;
  font-size: 1rem;
  inset: 0 0 0 0;
  z-index: 1;
}
.star-container .star:before, .star-container .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #FC0;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star-container .star:after {
  transform: rotate(35deg);
}
.star-container .star.empty {
  border-bottom: 0.7em solid #EEE;
  position: relative;
  z-index: 0;
}
.star-container .star.empty:before, .star-container .star.empty:after {
  border-bottom: 0.7em solid #EEE;
}
.star-container .half-wrap {
  position: absolute;
  inset: 0 50% 0 0;
  overflow: hidden;
  display: block;
}

/* ## Heading styling
--------------------------------------------- */
h1, .h1 {
  font: 500 3.6rem/1.2 "Open Sans", sans-serif;
  color: #4763a2;
  padding: 0;
  margin: 0 0 3.2rem 0;
}

h2, .h2 {
  font: 100 3.6rem/1.3 "Open Sans", sans-serif;
  color: #4763a2;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    font: 100 3.2rem/1.3 "Open Sans", sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  h2, .h2 {
    font: 100 2.8rem/1.3 "Open Sans", sans-serif;
  }
}

h3, .h3 {
  font: 500 2.2rem/1.4 "Open Sans", sans-serif;
  color: #787878;
  padding: 0;
  margin: 0 0 3.2rem 0;
}

h4, .h4 {
  font: 500 2rem/1.5 "Open Sans", sans-serif;
  padding: 0;
  margin: 0 0 3.2rem 0;
}

h5, .h5 {
  font: 500 1.8rem/1.6 "Open Sans", sans-serif;
  padding: 0;
  margin: 0 0 3.2rem 0;
}

/* ## Blocks
--------------------------------------------- */
.block {
  position: relative;
}

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

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

/* ## Forms styling
--------------------------------------------- */
label, legend {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
  position: relative;
  line-height: 1.25;
}

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: 1rem 1.5rem;
  font: 400 1.6rem/1.25 "Open Sans", sans-serif;
  color: #787878;
  margin: 0;
  border: 1px solid #787878;
  border-radius: 0rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
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(0, 0, 0, 0.2);
}

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 2.5rem;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
}
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 #787878;
  inset: 0 0 0 0;
}
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: #787878;
  height: 1rem;
  width: 1rem;
  background: #787878;
  inset: 0 0 0 0;
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  inset: 0.3rem 0 0 0.3rem;
  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.3rem 0 0 0.3rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          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: 13rem;
  padding: 2rem;
}

.input-number-wrap {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 200px;
}
.input-number-wrap .number-min,
.input-number-wrap .number-plus {
  cursor: pointer;
  display: flex;
  height: 3.6rem;
  width: 3.6rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #000;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.input-number-wrap .number-min {
  margin-right: 0.5rem;
}
.input-number-wrap .number-plus {
  margin-left: 0.5rem;
}
.input-number-wrap input[type=number] {
  width: calc(100% - 106px);
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  min-width: 80px;
}

.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 0 3rem 0;
}
.gform_wrapper li {
  margin: 0;
  padding: 0;
}
.gform_wrapper li:before {
  display: none;
}
.gform_wrapper a {
  text-decoration: none;
}
.gform_wrapper a.gform_validation_error_link {
  color: darkred;
}
.gform_wrapper .gform_fields {
  display: grid;
  gap: 2rem 3rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gform_fields {
    grid-template-columns: 1fr;
  }
}
.gform_wrapper .gfield {
  position: relative;
}
.gform_wrapper .gfield.gfield_html, .gform_wrapper .gfield.gfield--width-full {
  grid-column: span 2;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gfield.gfield_html, .gform_wrapper .gfield.gfield--width-full {
    grid-column: span 1;
  }
}
.gform_wrapper .gchoice {
  position: relative;
}
.gform_wrapper .gchoice:not(:last-child) {
  margin-bottom: 10px;
}

.ginput_container_checkbox,
.ginput_container_radio {
  margin: 0.5rem 0 0 0;
}

.gform_footer {
  display: flex;
  justify-content: flex-start;
}

.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,
.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=search],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid input[type=password],
.woocommerce-invalid input[type=date],
.woocommerce-invalid input[type=phone],
.woocommerce-invalid input[type=url],
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: red;
}

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

.gfield_validation_message {
  color: red;
}

.gfield_required {
  margin: 0 0 0 0.2rem;
  color: red;
  font-size: 1.2rem;
}

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

.gform_footer {
  position: relative;
  margin: 2.4rem 0 0 0;
}

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.2rem !important;
  border-radius: 0rem !important;
  border: 1px solid #787878 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Open Sans", sans-serif !important;
  border-radius: 0.5rem;
  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 "Open Sans", sans-serif !important;
}
ul.select2-results__options li:before {
  display: none;
}

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

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

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

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

.white-bg {
  background: #FFF;
}

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

.red-bg {
  background: red;
}

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

.green-bg {
  background: green;
}

.green-color {
  color: green !important;
}

.yellow-bg {
  background: #FC0;
}

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

/* ## Buttons
--------------------------------------------- */
.button,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 1.2rem 2rem;
  font: 400 1.6rem/1 "Open Sans", sans-serif;
  border: 1px solid #787878;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.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: #787878;
  color: #FFF;
}
.button:hover:hover,
input[type=submit]:hover:hover,
button[type=submit]:hover:hover {
  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.blue,
input[type=submit].blue,
button[type=submit].blue {
  background-color: #4763a2 !important;
  color: #FFF !important;
  border: 1px solid #FFF !important;
}
.button.blue:hover,
input[type=submit].blue:hover,
button[type=submit].blue:hover {
  background-color: #FFF !important;
  color: #4763a2 !important;
  border: 1px solid #4763a2 !important;
}
.button.blue.ghost,
input[type=submit].blue.ghost,
button[type=submit].blue.ghost {
  background-color: #FFF !important;
  color: #4763a2 !important;
  border: 1px solid #4763a2 !important;
}
.button.blue.ghost:hover,
input[type=submit].blue.ghost:hover,
button[type=submit].blue.ghost:hover {
  background-color: #4763a2 !important;
  color: #FFF !important;
  border: 1px solid #FFF !important;
}
.button.lightblue,
input[type=submit].lightblue,
button[type=submit].lightblue {
  background-color: #81b6ec !important;
  color: #FFF !important;
  border: 1px solid #FFF !important;
}
.button.lightblue:hover,
input[type=submit].lightblue:hover,
button[type=submit].lightblue:hover {
  background-color: #FFF !important;
  color: #81b6ec !important;
  border: 1px solid #81b6ec !important;
}
.button.lightblue.ghost,
input[type=submit].lightblue.ghost,
button[type=submit].lightblue.ghost {
  background-color: #FFF !important;
  color: #81b6ec !important;
  border: 1px solid #81b6ec !important;
}
.button.lightblue.ghost:hover,
input[type=submit].lightblue.ghost:hover,
button[type=submit].lightblue.ghost:hover {
  background-color: #81b6ec !important;
  color: #FFF !important;
  border: 1px solid #FFF !important;
}
.button.darkblue,
input[type=submit].darkblue,
button[type=submit].darkblue {
  background-color: #21418e !important;
  color: #FFF !important;
  border: 1px solid #FFF !important;
}
.button.darkblue:hover,
input[type=submit].darkblue:hover,
button[type=submit].darkblue:hover {
  background-color: #FFF !important;
  color: #21418e !important;
  border: 1px solid #21418e !important;
}
.button.darkblue.ghost,
input[type=submit].darkblue.ghost,
button[type=submit].darkblue.ghost {
  background-color: #FFF !important;
  color: #21418e !important;
  border: 1px solid #21418e !important;
}
.button.darkblue.ghost:hover,
input[type=submit].darkblue.ghost:hover,
button[type=submit].darkblue.ghost:hover {
  background-color: #21418e !important;
  color: #FFF !important;
  border: 1px solid #FFF !important;
}
.button.darkblue li::-moz-selection, .button.darkblue p::-moz-selection, .button.darkblue a::-moz-selection, .button.darkblue span::-moz-selection, .button.darkblue strong::-moz-selection, .button.darkblue label::-moz-selection, .button.darkblue h1::-moz-selection, .button.darkblue h2::-moz-selection, .button.darkblue h3::-moz-selection, .button.darkblue h4::-moz-selection, .button.darkblue h5::-moz-selection, .button.darkblue h6::-moz-selection, input[type=submit].darkblue li::-moz-selection, input[type=submit].darkblue p::-moz-selection, input[type=submit].darkblue a::-moz-selection, input[type=submit].darkblue span::-moz-selection, input[type=submit].darkblue strong::-moz-selection, input[type=submit].darkblue label::-moz-selection, input[type=submit].darkblue h1::-moz-selection, input[type=submit].darkblue h2::-moz-selection, input[type=submit].darkblue h3::-moz-selection, input[type=submit].darkblue h4::-moz-selection, input[type=submit].darkblue h5::-moz-selection, input[type=submit].darkblue h6::-moz-selection, button[type=submit].darkblue li::-moz-selection, button[type=submit].darkblue p::-moz-selection, button[type=submit].darkblue a::-moz-selection, button[type=submit].darkblue span::-moz-selection, button[type=submit].darkblue strong::-moz-selection, button[type=submit].darkblue label::-moz-selection, button[type=submit].darkblue h1::-moz-selection, button[type=submit].darkblue h2::-moz-selection, button[type=submit].darkblue h3::-moz-selection, button[type=submit].darkblue h4::-moz-selection, button[type=submit].darkblue h5::-moz-selection, button[type=submit].darkblue h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}
.button.darkblue li::selection, .button.darkblue li::-moz-selection, .button.darkblue p::selection, .button.darkblue p::-moz-selection, .button.darkblue a::selection, .button.darkblue a::-moz-selection, .button.darkblue span::selection, .button.darkblue span::-moz-selection, .button.darkblue strong::selection, .button.darkblue strong::-moz-selection, .button.darkblue label::selection, .button.darkblue label::-moz-selection, .button.darkblue h1::selection, .button.darkblue h1::-moz-selection, .button.darkblue h2::selection, .button.darkblue h2::-moz-selection, .button.darkblue h3::selection, .button.darkblue h3::-moz-selection, .button.darkblue h4::selection, .button.darkblue h4::-moz-selection, .button.darkblue h5::selection, .button.darkblue h5::-moz-selection, .button.darkblue h6::selection, .button.darkblue h6::-moz-selection,
input[type=submit].darkblue li::selection,
input[type=submit].darkblue li::-moz-selection,
input[type=submit].darkblue p::selection,
input[type=submit].darkblue p::-moz-selection,
input[type=submit].darkblue a::selection,
input[type=submit].darkblue a::-moz-selection,
input[type=submit].darkblue span::selection,
input[type=submit].darkblue span::-moz-selection,
input[type=submit].darkblue strong::selection,
input[type=submit].darkblue strong::-moz-selection,
input[type=submit].darkblue label::selection,
input[type=submit].darkblue label::-moz-selection,
input[type=submit].darkblue h1::selection,
input[type=submit].darkblue h1::-moz-selection,
input[type=submit].darkblue h2::selection,
input[type=submit].darkblue h2::-moz-selection,
input[type=submit].darkblue h3::selection,
input[type=submit].darkblue h3::-moz-selection,
input[type=submit].darkblue h4::selection,
input[type=submit].darkblue h4::-moz-selection,
input[type=submit].darkblue h5::selection,
input[type=submit].darkblue h5::-moz-selection,
input[type=submit].darkblue h6::selection,
input[type=submit].darkblue h6::-moz-selection,
button[type=submit].darkblue li::selection,
button[type=submit].darkblue li::-moz-selection,
button[type=submit].darkblue p::selection,
button[type=submit].darkblue p::-moz-selection,
button[type=submit].darkblue a::selection,
button[type=submit].darkblue a::-moz-selection,
button[type=submit].darkblue span::selection,
button[type=submit].darkblue span::-moz-selection,
button[type=submit].darkblue strong::selection,
button[type=submit].darkblue strong::-moz-selection,
button[type=submit].darkblue label::selection,
button[type=submit].darkblue label::-moz-selection,
button[type=submit].darkblue h1::selection,
button[type=submit].darkblue h1::-moz-selection,
button[type=submit].darkblue h2::selection,
button[type=submit].darkblue h2::-moz-selection,
button[type=submit].darkblue h3::selection,
button[type=submit].darkblue h3::-moz-selection,
button[type=submit].darkblue h4::selection,
button[type=submit].darkblue h4::-moz-selection,
button[type=submit].darkblue h5::selection,
button[type=submit].darkblue h5::-moz-selection,
button[type=submit].darkblue h6::selection,
button[type=submit].darkblue h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
}
.button-wrap .button:not(:last-child) {
  margin-right: 1rem;
}
@media only screen and (max-width: 640px) {
  .button-wrap .button:not(:last-child) {
    margin-right: 0;
  }
}

.responsive-iframe-wrapper,
.responsive-video-wrapper {
  position: relative;
  padding: 0 0 56.25% 0; /* 16:9 */
  height: 0;
  margin: 0 0 3rem 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 .play-button,
.responsive-video-wrapper .play-button {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  background: #787878;
}
.responsive-iframe-wrapper .play-button svg,
.responsive-video-wrapper .play-button svg {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-out 0s;
  transform: translateX(0.2rem);
}
.responsive-iframe-wrapper .play-button:hover svg,
.responsive-video-wrapper .play-button:hover svg {
  transform: translateX(0.2rem) scale(1.25);
}

/* # Blocks SCSS files
---------------------------------------------------------------------------------------------------- */
/* # General index
---------------------------------------------------------------------------------------------------- */
/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* Sm icons
--------------------------------------------- */
.sm-icons {
  display: flex;
  align-items: center;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.sm-icons:last-child {
  margin-bottom: 1.6rem;
}
.sm-icons li {
  padding-left: 0;
  margin-right: 0.6rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.sm-icons li a {
  display: block;
}
.sm-icons li svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  fill: white;
}
.sm-icons li:before {
  display: none;
}

/* Sm share buttons
--------------------------------------------- */
.sm-share-buttons {
  display: flex;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.sm-share-buttons li {
  display: flex;
  margin: 0;
  padding: 0;
}
.sm-share-buttons li:not(:last-child) {
  margin: 0 0.5rem 0.5rem 0;
}
.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: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.sm-share-buttons li.youtube a {
  background: #E9654B;
}
.sm-share-buttons li.instagram a {
  background: #d6249f !important;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.sm-share-buttons li.facebook a {
  background: #537BBD;
}
.sm-share-buttons li.twitter a {
  background: #71CAEE;
}
.sm-share-buttons li.linkedin a {
  background: #2085C7;
}
.sm-share-buttons li.pinterest a {
  background: #EB5755;
}
.sm-share-buttons li:hover a {
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}
.sm-share-buttons li:hover svg {
  transform: scale(1.25);
}
.sm-share-buttons svg {
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

/* Search form
--------------------------------------------- */
/* Star-container
--------------------------------------------- */
.star-container {
  display: flex;
  align-items: center;
}
.star-container__star {
  width: 2rem;
  color: #FC0;
}

/* # Header index
---------------------------------------------------------------------------------------------------- */
/* Main-header
--------------------------------------------- */
.main-header {
  position: fixed;
  inset: 0 0 unset 0;
  z-index: 250;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.main-header.scrolled {
  background-color: #4763a2;
}
.main-header.scrolled .site-logo img {
  max-width: 24.2rem;
}

.site-logo {
  display: block;
  position: relative;
}
.site-logo img {
  max-width: 29.2rem;
}

/* Top-bar
--------------------------------------------- */
.top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-bar #menu-topbar {
  min-height: 3.6rem;
  display: flex;
  gap: 1.4rem;
  margin: 0;
  align-items: center;
}
.top-bar #menu-topbar a {
  text-decoration: none;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: lighter;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.top-bar #menu-topbar a:hover {
  color: #e0e0e0;
}
.top-bar .top-bar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar .top-bar-container .top-bar-right {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
.top-bar .top-bar-container .top-bar-right .language a {
  color: #FFF;
  text-decoration: none;
}
.top-bar .top-bar-container .top-bar-right .language a:hover {
  color: #e0e0e0;
}
.top-bar .top-bar-container .top-bar-right .language svg {
  max-width: 1.4rem;
}
.top-bar .top-bar-container .top-bar-right .language .hover-open-mlp-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.top-bar .top-bar-container .top-bar-right .language:hover .mlp-language-selector {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.top-bar .top-bar-container .top-bar-right .language .mlp-language-selector {
  position: absolute;
  top: 100%;
  right: 1rem;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: top left;
  z-index: 1;
  background-color: #4763a2;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-out 0s;
}
.top-bar .top-bar-container .top-bar-right .language .mlp-language-selector:hover {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.top-bar .top-bar-container .top-bar-right .language .mlp-language-selector ul {
  margin-bottom: 0;
}
.top-bar .top-bar-container .top-bar-right .language .mlp-language-selector ul li {
  padding: 0;
}
.top-bar .top-bar-container .top-bar-right .socials svg {
  color: #FFF;
  fill: #FFF;
  margin-left: 1.2rem;
  max-width: 1.4rem;
}
.top-bar .top-bar-container .top-bar-right .socials svg:hover {
  color: #e0e0e0;
  fill: #e0e0e0;
}
.top-bar .top-bar-container .top-bar-right .socials a {
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .top-bar {
    display: none;
  }
}

.main-header.scrolled .top-bar {
  animation: fadeOutCollapse 0.2s ease forwards;
}

@keyframes fadeOutCollapse {
  0% {
    opacity: 1;
    max-height: 100px;
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}
/* Nav-bar
--------------------------------------------- */
.nav-bar {
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.nav-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 12rem;
}
.nav-bar__menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav-bar__menu-wrap ul {
  margin-bottom: 0;
}
.nav-bar .menu {
  display: flex;
  justify-content: center;
  padding: 0;
  position: relative;
}
.nav-bar .menu .menu-item {
  position: relative;
  margin-right: 2.2rem;
  font-weight: lighter;
}
.nav-bar .menu .menu-item:last-child {
  margin-right: 0;
  padding-right: 0.5rem;
}
.nav-bar .menu .menu-item a {
  display: block;
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: none;
  font-size: 1.4rem;
  position: relative;
  height: 12rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.nav-bar .menu .menu-item a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFF;
  transition: width 0.3s ease;
}
.nav-bar .menu .menu-item a:hover::before {
  width: 100%;
}
.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: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.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: #FFF;
}
.nav-bar .menu .menu-item.current-menu-item > a::before, .nav-bar .menu .menu-item.current-menu-ancestor > a::before, .nav-bar .menu .menu-item.current_page_item > a::before, .nav-bar .menu .menu-item.current_page_ancestor > a::before {
  width: 100%;
}
.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.4rem solid #000;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease-out 0s;
  padding-bottom: 0;
}
.nav-bar .menu .menu-item:hover > a {
  color: #e0e0e0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.nav-bar .menu .menu-item:hover > a .nav-bar__toggle-icon {
  transform: rotate(180deg);
  fill: #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;
}

.main-header.scrolled .nav-bar .wrap {
  height: 8rem;
  min-height: 8rem;
}
.main-header.scrolled .nav-bar .menu .menu-item a {
  height: 8rem;
}

.small-header {
  background-image: url("../img/small-header.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-color: #4763a2;
}
@media only screen and (max-width: 1280px) {
  .small-header {
    background-size: cover;
  }
}
.small-header .wrap {
  min-height: 27.6rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .small-header .wrap {
    min-height: 24rem;
  }
}
.small-header .small-header-container {
  margin-top: 15.6rem;
}
@media only screen and (max-width: 1023px) {
  .small-header .small-header-container {
    margin-top: 12rem;
  }
}
.small-header h1, .small-header p {
  color: #FFF;
  margin: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 2.4rem;
}
.small-header a {
  text-decoration: none;
  color: #FFF;
  opacity: 0.6;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.small-header a:hover {
  color: #e0e0e0;
}
.small-header .breadcrumbs .breadcrumbs__text {
  font-size: 1.2rem;
  padding-top: 6px;
  margin: 0;
}

/* # Flexible index
---------------------------------------------------------------------------------------------------- */
/* Section
--------------------------------------------- */
.section__header--center {
  text-align: center;
}
.section__header--right {
  text-align: right;
}
.section__header.w-icon {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.section__header.w-icon svg {
  max-height: 3rem;
  color: #4763a2;
  fill: #4763a2;
  margin-bottom: 3.2rem;
}
.section__title {
  padding-bottom: 0;
}
.section__title.lightblue {
  color: #81b6ec;
}
.section__title.blue {
  color: #4763a2;
}
.section__title.darkblue {
  color: #21418e;
}
.section__content > :last-child:not(a):not(.responsive-video-wrapper) {
  padding-bottom: 0;
}
.section__footer {
  display: flex;
  margin-top: 4rem;
  justify-content: center;
}

/* Content-two-columns
--------------------------------------------- */
.content-two-columns--reverse .section__media {
  order: -1;
}

/* Media
--------------------------------------------- */
/* Text-text
--------------------------------------------- */
.text-text .section__content.wrapped {
  padding: 3rem 3rem 0rem;
}
.text-text .section__content.wrapped.lightblue {
  background-color: #81b6ec;
}
.text-text .section__content.wrapped.blue {
  background-color: #4763a2;
}
.text-text .section__content.wrapped.darkblue {
  background-color: #21418e;
}
.text-text .section__content.wrapped.darkblue li::-moz-selection, .text-text .section__content.wrapped.darkblue p::-moz-selection, .text-text .section__content.wrapped.darkblue a::-moz-selection, .text-text .section__content.wrapped.darkblue span::-moz-selection, .text-text .section__content.wrapped.darkblue strong::-moz-selection, .text-text .section__content.wrapped.darkblue label::-moz-selection, .text-text .section__content.wrapped.darkblue h1::-moz-selection, .text-text .section__content.wrapped.darkblue h2::-moz-selection, .text-text .section__content.wrapped.darkblue h3::-moz-selection, .text-text .section__content.wrapped.darkblue h4::-moz-selection, .text-text .section__content.wrapped.darkblue h5::-moz-selection, .text-text .section__content.wrapped.darkblue h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}
.text-text .section__content.wrapped.darkblue li::selection, .text-text .section__content.wrapped.darkblue li::-moz-selection, .text-text .section__content.wrapped.darkblue p::selection, .text-text .section__content.wrapped.darkblue p::-moz-selection, .text-text .section__content.wrapped.darkblue a::selection, .text-text .section__content.wrapped.darkblue a::-moz-selection, .text-text .section__content.wrapped.darkblue span::selection, .text-text .section__content.wrapped.darkblue span::-moz-selection, .text-text .section__content.wrapped.darkblue strong::selection, .text-text .section__content.wrapped.darkblue strong::-moz-selection, .text-text .section__content.wrapped.darkblue label::selection, .text-text .section__content.wrapped.darkblue label::-moz-selection, .text-text .section__content.wrapped.darkblue h1::selection, .text-text .section__content.wrapped.darkblue h1::-moz-selection, .text-text .section__content.wrapped.darkblue h2::selection, .text-text .section__content.wrapped.darkblue h2::-moz-selection, .text-text .section__content.wrapped.darkblue h3::selection, .text-text .section__content.wrapped.darkblue h3::-moz-selection, .text-text .section__content.wrapped.darkblue h4::selection, .text-text .section__content.wrapped.darkblue h4::-moz-selection, .text-text .section__content.wrapped.darkblue h5::selection, .text-text .section__content.wrapped.darkblue h5::-moz-selection, .text-text .section__content.wrapped.darkblue h6::selection, .text-text .section__content.wrapped.darkblue h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}

/* Text
--------------------------------------------- */
.header {
  overflow: hidden;
}
.header .header-slider-container {
  position: relative;
}
.header .header-slider-container .header-slider .swiper-wrapper {
  height: 60rem;
}
@media only screen and (max-width: 1023px) {
  .header .header-slider-container .header-slider .swiper-wrapper {
    height: 40rem;
  }
}
.header .header-slider-container .header-slider .swiper-wrapper .wrap {
  width: 100%;
  max-width: 116rem;
  margin-top: 16rem;
  transform: translateX(10%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .header .header-slider-container .header-slider .swiper-wrapper .wrap {
    margin-top: 12rem;
  }
}
.header .header-slider-container .header-slider .swiper-wrapper .wrap.slided {
  opacity: 1;
  transform: translateX(0%);
}
.header .header-slider-container .header-slider .swiper-wrapper h1, .header .header-slider-container .header-slider .swiper-wrapper p, .header .header-slider-container .header-slider .swiper-wrapper h2, .header .header-slider-container .header-slider .swiper-wrapper h3 {
  text-shadow: rgba(44, 49, 55, 0.5) 0px 1px 0px;
}
.header .header-slider-container .header-slider .swiper-wrapper p {
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.header .header-slider-container .header-slider .swiper-wrapper .bigger {
  font: 500 4.4rem/1.3 "Open Sans", sans-serif;
  text-shadow: rgba(44, 49, 55, 0.5) 0px 1px 0px;
}
@media only screen and (max-width: 1023px) {
  .header .header-slider-container .header-slider .swiper-wrapper .bigger {
    font-size: 2.2rem;
    font-weight: bold;
  }
}
.header .header-slider-container .header-slider .swiper-wrapper .swiper-slide {
  background-size: 100%;
  background-position: center center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .header .header-slider-container .header-slider .swiper-wrapper .swiper-slide {
    background-size: auto 100%;
  }
}
.header .header-slider-container .header-slider .swiper-pagination {
  padding-bottom: 1rem;
}
.header .header-slider-container .header-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #FFF;
  background-color: transparent;
  margin: 0 10px;
  cursor: pointer;
}

.maps {
  width: 100%;
}
.maps iframe {
  height: 50rem;
  border: 0;
}

.media-text-slide {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  overflow: hidden;
}
.media-text-slide .wrap {
  padding-top: 15rem;
  padding-bottom: 12rem;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .media-text-slide .wrap {
    padding-top: 9rem;
    padding-bottom: 6rem;
  }
}
.media-text-slide.in-view .wrap {
  opacity: 1;
  transform: translateX(0%); /* Slide the text in from the right */
}
.media-text-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 65, 141, 0.6);
}

.faq .faq-container {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.faq .faq-container .faq-container-left {
  min-width: 18rem;
}
@media only screen and (max-width: 1023px) {
  .faq .faq-container .faq-container-left {
    display: none;
  }
}
.faq .accordion .accordion-item {
  border: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}
.faq .accordion .accordion-item button[aria-expanded=true] {
  background-color: #fcfcfc;
  border-top: 1px solid #4763a2;
}
.faq .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.6rem;
  border: none;
  background: none;
  outline: none;
}
.faq .accordion button:hover, .faq .accordion button:focus {
  cursor: pointer;
  color: #21418e;
}
.faq .accordion button:hover::after, .faq .accordion button:focus::after {
  cursor: pointer;
  color: #21418e;
  border: 1px solid #4763a2;
}
.faq .accordion button .accordion-title {
  padding-left: 2rem;
  color: #21418e;
  margin-bottom: 0;
}
.faq .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 1.8rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
}
.faq .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.faq .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.faq .accordion button[aria-expanded=true] {
  color: #21418e;
}
.faq .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.faq .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  background-color: #fcfcfc;
}
.faq .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
  will-change: opacity, max-height;
}
.faq .accordion .accordion-content p {
  font-size: 1.6rem;
  margin: 1rem 2rem 2rem;
}

.intro .intro-container {
  background-color: #fbfbfb;
  padding-bottom: 9rem;
  border-bottom: 1px solid #e3e3e3;
}
.intro .intro-cta-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 750px) {
  .intro .intro-cta-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.intro .intro-cta-container .intro-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.intro .intro-cta-container .intro-cta.cta-c-1 svg {
  max-height: 3rem;
  color: #81b6ec;
  fill: #81b6ec;
}
.intro .intro-cta-container .intro-cta.cta-c-2 svg {
  max-height: 3rem;
  color: #4763a2;
  fill: #4763a2;
}
.intro .intro-cta-container .intro-cta.cta-c-3 svg {
  max-height: 3rem;
  color: #21418e;
  fill: #21418e;
}
.intro .intro-cta-container .intro-cta p {
  margin: 0;
}
.intro .intro-cta-container .intro-cta strong {
  font-size: 2rem;
  font-weight: 500;
}
.intro .intro-cta-container .intro-cta a {
  text-decoration: none;
}
.intro .intro-blocks-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -9rem;
}
@media only screen and (max-width: 750px) {
  .intro .intro-blocks-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
  }
}
.intro .intro-blocks-container .intro-block {
  padding: 4rem 4rem 0.8rem;
}
.intro .intro-blocks-container .intro-block .bigger {
  font: 500 2.2rem/1.3 "Open Sans", sans-serif;
  text-shadow: rgba(44, 49, 55, 0.5) 0px 1px 0px;
}
@media only screen and (max-width: 1023px) {
  .intro .intro-blocks-container .intro-block .bigger {
    font-size: 2.2rem;
    font-weight: bold;
  }
}
.intro .intro-blocks-container .intro-block.block-1 {
  background-color: #81b6ec;
}
.intro .intro-blocks-container .intro-block.block-2 {
  background-color: #4763a2;
}
.intro .intro-blocks-container .intro-block.block-3 {
  background-color: #21418e;
}
.intro .intro-blocks-container .intro-block.block-3 li::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 p::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 a::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 span::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 strong::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 label::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 h1::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 h2::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 h3::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 h4::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 h5::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}
.intro .intro-blocks-container .intro-block.block-3 li::selection, .intro .intro-blocks-container .intro-block.block-3 li::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 p::selection, .intro .intro-blocks-container .intro-block.block-3 p::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 a::selection, .intro .intro-blocks-container .intro-block.block-3 a::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 span::selection, .intro .intro-blocks-container .intro-block.block-3 span::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 strong::selection, .intro .intro-blocks-container .intro-block.block-3 strong::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 label::selection, .intro .intro-blocks-container .intro-block.block-3 label::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 h1::selection, .intro .intro-blocks-container .intro-block.block-3 h1::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 h2::selection, .intro .intro-blocks-container .intro-block.block-3 h2::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 h3::selection, .intro .intro-blocks-container .intro-block.block-3 h3::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 h4::selection, .intro .intro-blocks-container .intro-block.block-3 h4::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 h5::selection, .intro .intro-blocks-container .intro-block.block-3 h5::-moz-selection, .intro .intro-blocks-container .intro-block.block-3 h6::selection, .intro .intro-blocks-container .intro-block.block-3 h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}
.intro .intro-blocks-container .intro-block ul li {
  padding: 0;
  padding-bottom: 1.6rem;
}
.intro .intro-blocks-container .intro-block ul li:before {
  display: none;
}
.intro .intro-blocks-container .intro-block ul li:not(:first-child) {
  padding-top: 1.6rem;
}
.intro .intro-blocks-container .intro-block ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.six-blocks {
  background-color: #fbfbfb;
  padding-top: 7rem;
  padding-bottom: 7rem;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.six-blocks .six-blocks-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 8rem;
}
@media only screen and (max-width: 1023px) {
  .six-blocks .six-blocks-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .six-blocks .six-blocks-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 8rem 6rem;
  }
}
.six-blocks .six-blocks-block h1, .six-blocks .six-blocks-block h2, .six-blocks .six-blocks-block h3, .six-blocks .six-blocks-block p {
  margin-bottom: 2rem;
}
.six-blocks .six-blocks-block h3 {
  color: #222;
  font-weight: normal;
}
.six-blocks .six-blocks-block svg {
  width: 5rem;
  height: 5rem;
  fill: #81b6ec;
  margin-bottom: 2rem;
}

.gallery-new {
  overflow: hidden;
}
.gallery-new .gallery-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
@media only screen and (max-width: 1023px) {
  .gallery-new .gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery-new .gallery-itm {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}
.gallery-new .gallery-itm img {
  width: 100%;
}
.gallery-new .gallery-itm:nth-child(1) {
  animation-delay: 0.3s;
}
.gallery-new .gallery-itm:nth-child(2) {
  animation-delay: 0.6s;
}
.gallery-new .gallery-itm:nth-child(3) {
  animation-delay: 0.9s;
}
.gallery-new .gallery-itm:nth-child(4) {
  animation-delay: 1.2s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.accordeon .accordeon-container .accordeon-buttons {
  display: flex;
  flex-direction: row;
}
.accordeon .accordeon-container .accordeon-buttons .button {
  text-transform: uppercase;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid transparent !important;
}
.accordeon .accordeon-container .accordeon-buttons .button.active {
  background-color: #81b6ec !important;
  color: #fff !important;
  border: 1px solid #81b6ec !important;
}
.accordeon .accordeon-container .accordeon-buttons .button.inactive {
  background-color: #FFF !important;
  color: #81b6ec !important;
  border: 1px solid #81b6ec !important;
}
.accordeon .accordeon-container .accordeon-descriptions {
  background-color: #81b6ec;
}
.accordeon .accordeon-container .accordeon-descriptions .description {
  padding: 4.5rem;
}
@media only screen and (max-width: 640px) {
  .accordeon .accordeon-container .accordeon-descriptions .description {
    padding: 3rem;
  }
}
.accordeon .accordeon-container .accordeon-descriptions .readmore {
  background: #FFF;
}
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-title {
  padding: 2rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-title.collapsed .icon::after {
  display: none;
}
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-title .icon {
  display: inline-block;
  position: absolute;
  top: 1.8rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
}
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-title .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-title .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content {
  display: none;
  padding: 2rem 3rem;
}
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content p {
  font-size: 1.4rem;
}
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content h1, .accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content .h1,
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content h2, .accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content .h2,
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content h3, .accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content .h3,
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content ul li,
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content ol li,
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content ul li:before,
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content ol li:before,
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content label,
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content p,
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content span,
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content i,
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content a {
  color: #787878;
}
.accordeon .accordeon-container .accordeon-descriptions .readmore .readmore-content.collapsed {
  display: block;
}
.accordeon .accordeon-container .accordeon-descriptions .readmore span {
  color: #787878 !important;
}

.pricing-table p {
  margin-bottom: 0;
}
.pricing-table .price {
  font-size: 3rem;
  font-weight: light;
  color: #222;
  margin-bottom: 1rem;
}
.pricing-table .price-table-container {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 640px) {
  .pricing-table .price-table-container {
    flex-direction: column;
    gap: 2rem;
  }
}
.pricing-table .price-table-container .price-table-left,
.pricing-table .price-table-container .price-table-right {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .pricing-table .price-table-container .price-table-left,
  .pricing-table .price-table-container .price-table-right {
    width: 100%;
  }
}
.pricing-table .price-table-container .price-table-left-heading,
.pricing-table .price-table-container .price-table-right-heading {
  background-color: #21418e;
  color: #FFF;
  padding: 2rem;
  text-align: center;
}
.pricing-table .price-table-container .price-table-left-heading li::-moz-selection, .pricing-table .price-table-container .price-table-left-heading p::-moz-selection, .pricing-table .price-table-container .price-table-left-heading a::-moz-selection, .pricing-table .price-table-container .price-table-left-heading span::-moz-selection, .pricing-table .price-table-container .price-table-left-heading strong::-moz-selection, .pricing-table .price-table-container .price-table-left-heading label::-moz-selection, .pricing-table .price-table-container .price-table-left-heading h1::-moz-selection, .pricing-table .price-table-container .price-table-left-heading h2::-moz-selection, .pricing-table .price-table-container .price-table-left-heading h3::-moz-selection, .pricing-table .price-table-container .price-table-left-heading h4::-moz-selection, .pricing-table .price-table-container .price-table-left-heading h5::-moz-selection, .pricing-table .price-table-container .price-table-left-heading h6::-moz-selection, .pricing-table .price-table-container .price-table-right-heading li::-moz-selection, .pricing-table .price-table-container .price-table-right-heading p::-moz-selection, .pricing-table .price-table-container .price-table-right-heading a::-moz-selection, .pricing-table .price-table-container .price-table-right-heading span::-moz-selection, .pricing-table .price-table-container .price-table-right-heading strong::-moz-selection, .pricing-table .price-table-container .price-table-right-heading label::-moz-selection, .pricing-table .price-table-container .price-table-right-heading h1::-moz-selection, .pricing-table .price-table-container .price-table-right-heading h2::-moz-selection, .pricing-table .price-table-container .price-table-right-heading h3::-moz-selection, .pricing-table .price-table-container .price-table-right-heading h4::-moz-selection, .pricing-table .price-table-container .price-table-right-heading h5::-moz-selection, .pricing-table .price-table-container .price-table-right-heading h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}
.pricing-table .price-table-container .price-table-left-heading li::selection, .pricing-table .price-table-container .price-table-left-heading li::-moz-selection, .pricing-table .price-table-container .price-table-left-heading p::selection, .pricing-table .price-table-container .price-table-left-heading p::-moz-selection, .pricing-table .price-table-container .price-table-left-heading a::selection, .pricing-table .price-table-container .price-table-left-heading a::-moz-selection, .pricing-table .price-table-container .price-table-left-heading span::selection, .pricing-table .price-table-container .price-table-left-heading span::-moz-selection, .pricing-table .price-table-container .price-table-left-heading strong::selection, .pricing-table .price-table-container .price-table-left-heading strong::-moz-selection, .pricing-table .price-table-container .price-table-left-heading label::selection, .pricing-table .price-table-container .price-table-left-heading label::-moz-selection, .pricing-table .price-table-container .price-table-left-heading h1::selection, .pricing-table .price-table-container .price-table-left-heading h1::-moz-selection, .pricing-table .price-table-container .price-table-left-heading h2::selection, .pricing-table .price-table-container .price-table-left-heading h2::-moz-selection, .pricing-table .price-table-container .price-table-left-heading h3::selection, .pricing-table .price-table-container .price-table-left-heading h3::-moz-selection, .pricing-table .price-table-container .price-table-left-heading h4::selection, .pricing-table .price-table-container .price-table-left-heading h4::-moz-selection, .pricing-table .price-table-container .price-table-left-heading h5::selection, .pricing-table .price-table-container .price-table-left-heading h5::-moz-selection, .pricing-table .price-table-container .price-table-left-heading h6::selection, .pricing-table .price-table-container .price-table-left-heading h6::-moz-selection,
.pricing-table .price-table-container .price-table-right-heading li::selection,
.pricing-table .price-table-container .price-table-right-heading li::-moz-selection,
.pricing-table .price-table-container .price-table-right-heading p::selection,
.pricing-table .price-table-container .price-table-right-heading p::-moz-selection,
.pricing-table .price-table-container .price-table-right-heading a::selection,
.pricing-table .price-table-container .price-table-right-heading a::-moz-selection,
.pricing-table .price-table-container .price-table-right-heading span::selection,
.pricing-table .price-table-container .price-table-right-heading span::-moz-selection,
.pricing-table .price-table-container .price-table-right-heading strong::selection,
.pricing-table .price-table-container .price-table-right-heading strong::-moz-selection,
.pricing-table .price-table-container .price-table-right-heading label::selection,
.pricing-table .price-table-container .price-table-right-heading label::-moz-selection,
.pricing-table .price-table-container .price-table-right-heading h1::selection,
.pricing-table .price-table-container .price-table-right-heading h1::-moz-selection,
.pricing-table .price-table-container .price-table-right-heading h2::selection,
.pricing-table .price-table-container .price-table-right-heading h2::-moz-selection,
.pricing-table .price-table-container .price-table-right-heading h3::selection,
.pricing-table .price-table-container .price-table-right-heading h3::-moz-selection,
.pricing-table .price-table-container .price-table-right-heading h4::selection,
.pricing-table .price-table-container .price-table-right-heading h4::-moz-selection,
.pricing-table .price-table-container .price-table-right-heading h5::selection,
.pricing-table .price-table-container .price-table-right-heading h5::-moz-selection,
.pricing-table .price-table-container .price-table-right-heading h6::selection,
.pricing-table .price-table-container .price-table-right-heading h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}
.pricing-table .price-table-container .price-table-price-left {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  padding: 2rem;
}
.pricing-table .price-table-container .price-table-price-right {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  padding: 2rem;
}
@media only screen and (max-width: 640px) {
  .pricing-table .price-table-container .price-table-price-right {
    border-left: 1px solid #e0e0e0;
  }
}
.pricing-table .price-table-container .price-table-cta-right {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 1.6rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .pricing-table .price-table-container .price-table-cta-right {
    border-left: 1px solid #e0e0e0;
  }
}
.pricing-table .price-table-container .price-table-cta-left {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 1.6rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing-table .price-table-container svg {
  max-width: 1.6rem;
  stroke: #222;
  margin-right: 1rem;
}

.text-three-columns .three-column-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .text-three-columns .three-column-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.text-three-columns .three-column-container .column {
  padding: 4rem;
}
.text-three-columns .three-column-container .column ul {
  margin-bottom: 0;
}
.text-three-columns .three-column-container .column ul li {
  line-height: 4.6rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 0;
  font-size: 1.4rem;
}
.text-three-columns .three-column-container .column ul li:before {
  display: none;
}
.text-three-columns .three-column-container .column.lightblue {
  background-color: #81b6ec;
}
.text-three-columns .three-column-container .column.blue {
  background-color: #4763a2;
}
.text-three-columns .three-column-container .column.darkblue {
  background-color: #21418e;
}
.text-three-columns .three-column-container .column.darkblue li::-moz-selection, .text-three-columns .three-column-container .column.darkblue p::-moz-selection, .text-three-columns .three-column-container .column.darkblue a::-moz-selection, .text-three-columns .three-column-container .column.darkblue span::-moz-selection, .text-three-columns .three-column-container .column.darkblue strong::-moz-selection, .text-three-columns .three-column-container .column.darkblue label::-moz-selection, .text-three-columns .three-column-container .column.darkblue h1::-moz-selection, .text-three-columns .three-column-container .column.darkblue h2::-moz-selection, .text-three-columns .three-column-container .column.darkblue h3::-moz-selection, .text-three-columns .three-column-container .column.darkblue h4::-moz-selection, .text-three-columns .three-column-container .column.darkblue h5::-moz-selection, .text-three-columns .three-column-container .column.darkblue h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}
.text-three-columns .three-column-container .column.darkblue li::selection, .text-three-columns .three-column-container .column.darkblue li::-moz-selection, .text-three-columns .three-column-container .column.darkblue p::selection, .text-three-columns .three-column-container .column.darkblue p::-moz-selection, .text-three-columns .three-column-container .column.darkblue a::selection, .text-three-columns .three-column-container .column.darkblue a::-moz-selection, .text-three-columns .three-column-container .column.darkblue span::selection, .text-three-columns .three-column-container .column.darkblue span::-moz-selection, .text-three-columns .three-column-container .column.darkblue strong::selection, .text-three-columns .three-column-container .column.darkblue strong::-moz-selection, .text-three-columns .three-column-container .column.darkblue label::selection, .text-three-columns .three-column-container .column.darkblue label::-moz-selection, .text-three-columns .three-column-container .column.darkblue h1::selection, .text-three-columns .three-column-container .column.darkblue h1::-moz-selection, .text-three-columns .three-column-container .column.darkblue h2::selection, .text-three-columns .three-column-container .column.darkblue h2::-moz-selection, .text-three-columns .three-column-container .column.darkblue h3::selection, .text-three-columns .three-column-container .column.darkblue h3::-moz-selection, .text-three-columns .three-column-container .column.darkblue h4::selection, .text-three-columns .three-column-container .column.darkblue h4::-moz-selection, .text-three-columns .three-column-container .column.darkblue h5::selection, .text-three-columns .three-column-container .column.darkblue h5::-moz-selection, .text-three-columns .three-column-container .column.darkblue h6::selection, .text-three-columns .three-column-container .column.darkblue h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}
.text-three-columns .three-column-container .column .gform_fields {
  display: flex;
  gap: 2rem 3rem;
  flex-direction: column;
}

/* # Footer index
---------------------------------------------------------------------------------------------------- */
/* Main-footer
--------------------------------------------- */
/* Footer-nav
--------------------------------------------- */
.footer-nav {
  background-image: url("../img/footer_background.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-color: #4763a2;
}
@media only screen and (max-width: 1440px) {
  .footer-nav {
    background-size: cover;
  }
}
.footer-nav .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer-nav__title {
  font-size: 1.8rem;
  font-weight: 500;
}
.footer-nav ul {
  padding-bottom: 0;
}
.footer-nav ul li {
  padding-left: 0;
}
.footer-nav ul li:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .footer-nav .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .footer-nav .wrap {
    grid-template-columns: 1fr;
  }
}
.footer-nav .footer-nav__first-block {
  background-color: #81b6ec;
  padding: 3rem;
  margin-top: -7rem;
  box-shadow: 0px 2px 2px 0px rgba(41, 41, 41, 0.5);
  margin-bottom: 5rem;
}
.footer-nav .footer-nav__second-block {
  background-color: #4763a2;
  padding: 3rem;
  margin-top: -7rem;
  box-shadow: 0px 2px 2px 0px rgba(41, 41, 41, 0.5);
  margin-bottom: 5rem;
}
.footer-nav .footer-nav__third-block {
  background-color: #21418e;
  padding: 3rem;
  margin-top: -7rem;
  box-shadow: 0px 2px 2px 0px rgba(41, 41, 41, 0.5);
  margin-bottom: 5rem;
}
.footer-nav .footer-nav__third-block li::-moz-selection, .footer-nav .footer-nav__third-block p::-moz-selection, .footer-nav .footer-nav__third-block a::-moz-selection, .footer-nav .footer-nav__third-block span::-moz-selection, .footer-nav .footer-nav__third-block strong::-moz-selection, .footer-nav .footer-nav__third-block label::-moz-selection, .footer-nav .footer-nav__third-block h1::-moz-selection, .footer-nav .footer-nav__third-block h2::-moz-selection, .footer-nav .footer-nav__third-block h3::-moz-selection, .footer-nav .footer-nav__third-block h4::-moz-selection, .footer-nav .footer-nav__third-block h5::-moz-selection, .footer-nav .footer-nav__third-block h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}
.footer-nav .footer-nav__third-block li::selection, .footer-nav .footer-nav__third-block li::-moz-selection, .footer-nav .footer-nav__third-block p::selection, .footer-nav .footer-nav__third-block p::-moz-selection, .footer-nav .footer-nav__third-block a::selection, .footer-nav .footer-nav__third-block a::-moz-selection, .footer-nav .footer-nav__third-block span::selection, .footer-nav .footer-nav__third-block span::-moz-selection, .footer-nav .footer-nav__third-block strong::selection, .footer-nav .footer-nav__third-block strong::-moz-selection, .footer-nav .footer-nav__third-block label::selection, .footer-nav .footer-nav__third-block label::-moz-selection, .footer-nav .footer-nav__third-block h1::selection, .footer-nav .footer-nav__third-block h1::-moz-selection, .footer-nav .footer-nav__third-block h2::selection, .footer-nav .footer-nav__third-block h2::-moz-selection, .footer-nav .footer-nav__third-block h3::selection, .footer-nav .footer-nav__third-block h3::-moz-selection, .footer-nav .footer-nav__third-block h4::selection, .footer-nav .footer-nav__third-block h4::-moz-selection, .footer-nav .footer-nav__third-block h5::selection, .footer-nav .footer-nav__third-block h5::-moz-selection, .footer-nav .footer-nav__third-block h6::selection, .footer-nav .footer-nav__third-block h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}
.footer-nav .textwidget ul li {
  padding-bottom: 1.6rem;
}
.footer-nav .textwidget ul li:not(:first-child) {
  padding-top: 1.6rem;
}
.footer-nav .textwidget ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-nav .textwidget a {
  text-decoration: none;
}
.footer-nav .textwidget a:hover {
  color: #e0e0e0;
}

/* Footer-copyright
--------------------------------------------- */
.footer-copyright {
  background-color: #21418e;
}
.footer-copyright li::-moz-selection, .footer-copyright p::-moz-selection, .footer-copyright a::-moz-selection, .footer-copyright span::-moz-selection, .footer-copyright strong::-moz-selection, .footer-copyright label::-moz-selection, .footer-copyright h1::-moz-selection, .footer-copyright h2::-moz-selection, .footer-copyright h3::-moz-selection, .footer-copyright h4::-moz-selection, .footer-copyright h5::-moz-selection, .footer-copyright h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}
.footer-copyright li::selection, .footer-copyright li::-moz-selection, .footer-copyright p::selection, .footer-copyright p::-moz-selection, .footer-copyright a::selection, .footer-copyright a::-moz-selection, .footer-copyright span::selection, .footer-copyright span::-moz-selection, .footer-copyright strong::selection, .footer-copyright strong::-moz-selection, .footer-copyright label::selection, .footer-copyright label::-moz-selection, .footer-copyright h1::selection, .footer-copyright h1::-moz-selection, .footer-copyright h2::selection, .footer-copyright h2::-moz-selection, .footer-copyright h3::selection, .footer-copyright h3::-moz-selection, .footer-copyright h4::selection, .footer-copyright h4::-moz-selection, .footer-copyright h5::selection, .footer-copyright h5::-moz-selection, .footer-copyright h6::selection, .footer-copyright h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}
.footer-copyright ul {
  margin: 0;
}
.footer-copyright .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 5rem;
}
.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: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;
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright {
    padding-bottom: 1rem;
  }
  .footer-copyright .wrap {
    flex-wrap: wrap;
  }
  .footer-copyright__menu-wrap {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 1.6rem;
  }
  .footer-copyright__copy {
    order: 2;
  }
  .footer-copyright__creator {
    order: 3;
  }
}
@media only screen and (max-width: 750px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .wrap {
    flex-direction: column;
  }
  .footer-copyright__copy {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .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;
  }
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #21418e;
  color: white;
  cursor: pointer;
  padding: 10px 12px;
}
.back-to-top:hover {
  background-color: #81b6ec;
  transition: all 0.3s ease-out 0s;
}
.back-to-top svg {
  width: 2rem;
}
.back-to-top li::-moz-selection, .back-to-top p::-moz-selection, .back-to-top a::-moz-selection, .back-to-top span::-moz-selection, .back-to-top strong::-moz-selection, .back-to-top label::-moz-selection, .back-to-top h1::-moz-selection, .back-to-top h2::-moz-selection, .back-to-top h3::-moz-selection, .back-to-top h4::-moz-selection, .back-to-top h5::-moz-selection, .back-to-top h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}
.back-to-top li::selection, .back-to-top li::-moz-selection, .back-to-top p::selection, .back-to-top p::-moz-selection, .back-to-top a::selection, .back-to-top a::-moz-selection, .back-to-top span::selection, .back-to-top span::-moz-selection, .back-to-top strong::selection, .back-to-top strong::-moz-selection, .back-to-top label::selection, .back-to-top label::-moz-selection, .back-to-top h1::selection, .back-to-top h1::-moz-selection, .back-to-top h2::selection, .back-to-top h2::-moz-selection, .back-to-top h3::selection, .back-to-top h3::-moz-selection, .back-to-top h4::selection, .back-to-top h4::-moz-selection, .back-to-top h5::selection, .back-to-top h5::-moz-selection, .back-to-top h6::selection, .back-to-top h6::-moz-selection {
  background: lightblue;
  color: #21418e;
}

/* Mobile
---------------------------------------------------------------------------------------------------- */
/* .mobile-navigation
--------------------------------------------- */
body.scrolled .mobile-navigation {
  margin-top: -4rem;
}

.mobile-navigation {
  position: fixed;
  inset: 12rem 0 0 -100%;
  z-index: 550;
  visibility: hidden;
  background: #FFF;
  transform-origin: center left;
  width: 100%;
  overflow: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mobile-navigation .search-form {
  margin: 2rem 0rem;
  display: flex;
}
.mobile-navigation .search-form__input {
  flex: 0 0 75%;
}
.mobile-navigation .search-form .search-form__input {
  border: 1px solid #4763a2;
  border-right: 0;
}
.mobile-navigation .search-form .search-form__button {
  border-left: 0;
  border: 1px solid #4763a2 !important;
}
.mobile-navigation__menu-wrap ul li a,
.mobile-navigation .mlp-language-selector ul li a {
  display: block;
  text-decoration: none;
  padding: 1.4rem 3rem;
  border-bottom: 1px solid #4763a2;
}
.mobile-navigation__menu-wrap ul li a:hover,
.mobile-navigation .mlp-language-selector ul li a:hover {
  color: #FFF;
  background-color: #81b6ec;
}
.mobile-navigation__menu-wrap ul li:last-child a,
.mobile-navigation .mlp-language-selector ul li:last-child a {
  border-bottom: 1px solid #4763a2;
}
.mobile-navigation .mlp-language-selector {
  margin-top: 3rem;
  border-top: 1px solid #4763a2;
}
.mobile-navigation .socials {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-left: 1rem;
}
.mobile-navigation .socials svg {
  color: #4763a2;
}

.mob-nav-active {
  overflow: hidden;
  min-width: 100vw;
  min-height: 100vh;
}
.mob-nav-active .mobile-navigation {
  left: 0;
  visibility: visible;
}

.mobile-nav-toggle {
  position: relative;
  display: none;
}
.mobile-nav-toggle__button {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
  border: 0;
  position: relative;
}
.mobile-nav-toggle__button span {
  display: block;
  position: relative;
  height: 0.3rem;
  width: 100%;
  margin: 0 0 0.5rem 0;
  border-radius: 0.15rem;
  padding: 0;
  background: #FFF;
  transition: all 0.3s ease-out 0s;
}
.mobile-nav-toggle__button span:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggle {
    display: block;
  }
}

.mob-nav-active .mobile-nav-toggle__button span:first-child {
  transform: rotate(45deg);
  top: 8px;
}
.mob-nav-active .mobile-nav-toggle__button span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0;
}
.mob-nav-active .mobile-nav-toggle__button span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}

/* Pages
---------------------------------------------------------------------------------------------------- */
/* Page: Home
---------------------------------------------------------------------------------------------------- */
/* Post type SCSS files
---------------------------------------------------------------------------------------------------- */
/* Post type SCSS files
---------------------------------------------------------------------------------------------------- */
/* Archive: Post
---------------------------------------------------------------------------------------------------- */
/* Singular: Post
---------------------------------------------------------------------------------------------------- */
/* Post type SCSS files
---------------------------------------------------------------------------------------------------- */
/* Archive: Post
---------------------------------------------------------------------------------------------------- */
#archive-content {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
@media only screen and (max-width: 1023px) {
  #archive-content {
    padding-top: 4rem;
  }
}
#archive-content .wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
@media only screen and (max-width: 1023px) {
  #archive-content .wrap {
    grid-template-columns: 1fr;
  }
}
#archive-content .products-overview #post-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}
@media only screen and (max-width: 1023px) {
  #archive-content .products-overview #post-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  #archive-content .products-overview #post-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
#archive-content .products-overview .post-product .product-summary {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e0e0e0;
}
#archive-content .products-overview .post-product .product-summary .product-header .feat-img {
  display: block;
  width: 100%;
  height: 24rem;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
#archive-content .products-overview .post-product .product-summary .product-header .feat-img img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
}
#archive-content .products-overview .post-product .product-summary .product-header .feat-img img:hover {
  opacity: 0.5;
}
#archive-content .products-overview .post-product .product-summary .product-description {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: auto;
  padding: 2rem;
  position: relative;
}
#archive-content .products-overview .post-product .product-summary .product-description .categories .cat {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1rem 0rem;
}
#archive-content .products-overview .post-product .product-summary .product-description .excerpt p {
  margin-bottom: 2rem;
}
#archive-content .products-overview .post-product .product-summary .product-description a {
  text-decoration: none;
}
#archive-content .products-overview .post-product .product-summary .product-description .button-p {
  margin-bottom: 0;
  margin-top: auto;
}
#archive-content .products-overview .post-product .product-summary .product-description h1,
#archive-content .products-overview .post-product .product-summary .product-description h2,
#archive-content .products-overview .post-product .product-summary .product-description h3,
#archive-content .products-overview .post-product .product-summary .product-description h4,
#archive-content .products-overview .post-product .product-summary .product-description h5,
#archive-content .products-overview .post-product .product-summary .product-description h6 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid #4763a2;
  padding-bottom: 1rem;
}
#archive-content .products-sidebar {
  padding-left: 4rem;
}
@media only screen and (max-width: 1023px) {
  #archive-content .products-sidebar {
    order: -1;
    padding-left: 0;
  }
}
#archive-content .products-sidebar .product-filters {
  font-size: 1.8rem;
  color: #4763a2;
  font-weight: bold;
}
#archive-content .products-sidebar .textwidget ul li {
  padding-left: 0;
  padding: 8px 0;
  border-top-width: 0;
  border-bottom: 1px solid;
  border-color: #e0e0e0;
}
#archive-content .products-sidebar .textwidget ul li:before {
  display: none;
}
#archive-content .products-sidebar .textwidget ul a {
  text-decoration: none;
}
#archive-content .products-sidebar .textwidget ul a:hover {
  opacity: 0.5;
}

.pagination {
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
}
.pagination .page-numbers {
  border: 1px solid rgba(120, 120, 120, 0.5);
  padding: 1.1rem 1.4rem 0.8rem 1.4rem;
  text-decoration: none;
}
.pagination svg {
  width: 16px;
  height: 20px;
  vertical-align: middle;
  fill: #000;
}

/* Singular: Post
---------------------------------------------------------------------------------------------------- */
#single-content {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
@media only screen and (max-width: 1023px) {
  #single-content {
    padding-top: 4rem;
  }
}
#single-content .single-product-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
@media only screen and (max-width: 1023px) {
  #single-content .single-product-container {
    grid-template-columns: 1fr;
    grid-gap: 6rem;
  }
}
#single-content .single-product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
}
@media only screen and (max-width: 640px) {
  #single-content .single-product {
    grid-template-columns: repeat(1, 1fr);
  }
}
#single-content .single-product .single-product-img img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #single-content .single-product .single-product-img img {
    height: 40rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#single-content .single-product .single-product-description h2 {
  text-transform: uppercase;
  color: #787878;
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: normal;
  color: #222;
}
#single-content .single-product .single-product-description .categories .cat {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1rem 0rem;
}
#single-content .single-product .single-product-description .categories a {
  text-decoration: none;
}
#single-content .single-product .single-product-description .categories a:hover {
  opacity: 0.5;
}
#single-content .single-product .single-product-description .button-wrap {
  display: flex;
  gap: 0.5rem;
}
#single-content .products-sidebar {
  padding-left: 4rem;
}
@media only screen and (max-width: 1023px) {
  #single-content .products-sidebar {
    padding-left: 0;
  }
}
#single-content .products-sidebar .product-filters {
  font-size: 1.8rem;
  color: #4763a2;
  font-weight: bold;
}
#single-content .products-sidebar .textwidget ul li {
  padding-left: 0;
  padding: 8px 0;
  border-top-width: 0;
  border-bottom: 1px solid;
  border-color: #e0e0e0;
}
#single-content .products-sidebar .textwidget ul li:before {
  display: none;
}
#single-content .products-sidebar .textwidget ul a {
  text-decoration: none;
}
#single-content .products-sidebar .textwidget ul a:hover {
  opacity: 0.5;
}
#single-content .related-products {
  padding-top: 6rem;
}
@media only screen and (max-width: 1023px) {
  #single-content .related-products {
    padding-top: 4rem;
  }
}
#single-content .related-products .related-products-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 75%;
}
@media only screen and (max-width: 1023px) {
  #single-content .related-products .related-products-container {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    max-width: 100%;
  }
}
#single-content .related-products .related-product {
  border: 1px solid #e0e0e0;
}
#single-content .related-products .related-product .related-feat-img {
  display: block;
  width: 100%;
  height: 20rem;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
#single-content .related-products .related-product .related-feat-img img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
}
#single-content .related-products .related-product .related-feat-img img:hover {
  opacity: 0.5;
}
#single-content .related-products .related-product .related-product-description {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: auto;
  padding: 2rem 2rem 0rem 2rem;
}
#single-content .related-products .related-product .related-product-description .related-product-categories .cat {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1rem 0rem;
}
#single-content .related-products .related-product .related-product-description a {
  text-decoration: none;
}
#single-content .related-products .related-product .related-product-description h1,
#single-content .related-products .related-product .related-product-description h2,
#single-content .related-products .related-product .related-product-description h3,
#single-content .related-products .related-product .related-product-description h4,
#single-content .related-products .related-product .related-product-description h5,
#single-content .related-products .related-product .related-product-description h6 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid #4763a2;
  padding-bottom: 1rem;
}

/* # Woocommerce SCSS files
---------------------------------------------------------------------------------------------------- */
/* General
--------------------------------------------- */
.woocommerce-message {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem;
  background: rgba(0, 0, 0, 0.1);
}

.form-row {
  width: 100%;
  margin: 0 0 1.6rem 0;
  position: relative;
}
.form-row-last, .form-row-first {
  width: calc(50% - 1rem);
}

/* Archive
--------------------------------------------- */
.woocommerce-result-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2.4rem 0;
}

.woocommerce-result-count {
  margin: 0;
  padding: 0;
}

ul.products {
  display: grid;
  gap: 3.2rem;
}
ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
ul.products.columns-2 {
  grid-template-columns: repeat(3, 1fr);
}
ul.products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
ul.products li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
ul.products li:before {
  display: none;
}

.product .onsale {
  position: absolute;
  right: 0;
  top: 0;
  background: #787878;
  color: #FFF;
  font: 700 1.2rem/1 "Open Sans", sans-serif;
  padding: 1rem;
}

/* Single
--------------------------------------------- */
#woocommerce-content div.product {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 8rem;
  justify-content: space-between;
}
#woocommerce-content div.product .summary {
  width: calc(50% - 4rem);
}

#single-product-gallery {
  width: calc(50% - 4rem);
}

/* Cart
--------------------------------------------- */
.cart-button {
  height: 3.2rem;
  width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  position: relative;
}
.cart-button svg {
  height: 2rem;
  width: auto;
}
.cart-button .amount {
  position: absolute;
  top: 0;
  right: 0;
  height: 1.6rem;
  width: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #787878;
  color: #FFF;
  font: 700 1rem/1 "Open Sans", sans-serif;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(0);
  opacity: 0;
}
.cart-button.loaded .amount {
  transform: scale(1);
  opacity: 1;
}

.shop_table td, .shop_table th {
  padding: 0.8rem 1.6rem;
}
.shop_table thead th {
  background: rgba(0, 0, 0, 0.05);
}
.shop_table tbody td, .shop_table tbody th {
  vertical-align: middle;
}
.shop_table tbody tr:nth-child(even) td, .shop_table tbody tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.shop_table .cart_item .product-thumbnail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  width: 12rem;
  position: relative;
}
.shop_table .cart_item .product-thumbnail a img {
  max-weigth: 100%;
  max-width: 100%;
  height: auto;
  max-width: auto;
}
.shop_table .cart_item .product-quantity .quantity {
  display: flex;
}
.shop_table .cart_item .product-quantity .quantity label {
  display: none;
}
.shop_table .actions {
  padding: 1.6rem;
}
.shop_table .actions .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0.8rem 0;
}
.shop_table .actions .coupon #coupon_code {
  width: 20rem;
  margin-left: auto;
  margin-right: 0.8rem;
}
.shop_table .actions button[name=update_cart] {
  display: block;
  margin-left: auto;
}
.shop_table .product-subtotal {
  text-align: right;
}

.cart_totals .shop_table tr td:last-child,
.cart_totals .shop_table tr th:last-child,
.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-checkout-review-order-table tr th:last-child {
  text-align: right;
}
.cart_totals .shop_table tr td:last-child .select2,
.cart_totals .shop_table tr th:last-child .select2,
.woocommerce-checkout-review-order-table tr td:last-child .select2,
.woocommerce-checkout-review-order-table tr th:last-child .select2 {
  text-align: left;
}

ul#shipping_method li:before {
  display: none;
}
ul#shipping_method li label {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 2rem 0 0;
}
ul#shipping_method li label:before {
  left: unset;
  right: 0;
}
ul#shipping_method li label:after {
  right: 0.3rem;
  left: unset;
}

/* Checkout
--------------------------------------------- */
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.woocommerce-billing-fields__field-wrapper h3,
.woocommerce-shipping-fields__field-wrapper h3 {
  width: 100%;
}

#payment ul li {
  padding-left: 0;
}
#payment ul li:before {
  display: none;
}

.payment_box p {
  font-size: 1.2rem;
}

.woocommerce-terms-and-conditions-wrapper label {
  display: flex;
}

/* Thank you
--------------------------------------------- */
/* Account
--------------------------------------------- */
