/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-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="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */


[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: "Source Sans 3"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-lt-grey {
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
}

.bg-lt-sub-grey {
  --bg-opacity: 1;
  background-color: #F1F2F5;
  background-color: rgba(241, 242, 245, var(--bg-opacity));
}

.bg-md-grey {
  --bg-opacity: 1;
  background-color: #585858;
  background-color: rgba(88, 88, 88, var(--bg-opacity));
}

.bg-dk-grey {
  --bg-opacity: 1;
  background-color: #484848;
  background-color: rgba(72, 72, 72, var(--bg-opacity));
}

.bg-red {
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
}

.bg-blue {
  --bg-opacity: 1;
  background-color: #09698B;
  background-color: rgba(9, 105, 139, var(--bg-opacity));
}

.bg-orange {
  --bg-opacity: 1;
  background-color: #E19318;
  background-color: rgba(225, 147, 24, var(--bg-opacity));
}

.bg-green {
  --bg-opacity: 1;
  background-color: #57830D;
  background-color: rgba(87, 131, 13, var(--bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-green2 {
  --bg-opacity: 1;
  background-color: #1A535C;
  background-color: rgba(26, 83, 92, var(--bg-opacity));
}

.bg-green2-light {
  --bg-opacity: 1;
  background-color: #AACAAC;
  background-color: rgba(170, 202, 172, var(--bg-opacity));
}

.bg-green2-lighter {
  --bg-opacity: 1;
  background-color: #EBFFF1;
  background-color: rgba(235, 255, 241, var(--bg-opacity));
}

.bg-red2 {
  --bg-opacity: 1;
  background-color: #FF334B;
  background-color: rgba(255, 51, 75, var(--bg-opacity));
}

.hover\:bg-red:hover {
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
}

.hover\:bg-blue:hover {
  --bg-opacity: 1;
  background-color: #09698B;
  background-color: rgba(9, 105, 139, var(--bg-opacity));
}

.hover\:bg-orange:hover {
  --bg-opacity: 1;
  background-color: #E19318;
  background-color: rgba(225, 147, 24, var(--bg-opacity));
}

.hover\:bg-green:hover {
  --bg-opacity: 1;
  background-color: #57830D;
  background-color: rgba(87, 131, 13, var(--bg-opacity));
}

.hover\:bg-green2:hover {
  --bg-opacity: 1;
  background-color: #1A535C;
  background-color: rgba(26, 83, 92, var(--bg-opacity));
}

.hover\:bg-green2-light:hover {
  --bg-opacity: 1;
  background-color: #AACAAC;
  background-color: rgba(170, 202, 172, var(--bg-opacity));
}

.hover\:bg-green2-lighter:hover {
  --bg-opacity: 1;
  background-color: #EBFFF1;
  background-color: rgba(235, 255, 241, var(--bg-opacity));
}

.hover\:bg-red2:hover {
  --bg-opacity: 1;
  background-color: #FF334B;
  background-color: rgba(255, 51, 75, var(--bg-opacity));
}

.focus\:bg-red:focus {
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
}

.focus\:bg-blue:focus {
  --bg-opacity: 1;
  background-color: #09698B;
  background-color: rgba(9, 105, 139, var(--bg-opacity));
}

.focus\:bg-orange:focus {
  --bg-opacity: 1;
  background-color: #E19318;
  background-color: rgba(225, 147, 24, var(--bg-opacity));
}

.focus\:bg-green:focus {
  --bg-opacity: 1;
  background-color: #57830D;
  background-color: rgba(87, 131, 13, var(--bg-opacity));
}

.focus\:bg-green2:focus {
  --bg-opacity: 1;
  background-color: #1A535C;
  background-color: rgba(26, 83, 92, var(--bg-opacity));
}

.focus\:bg-green2-light:focus {
  --bg-opacity: 1;
  background-color: #AACAAC;
  background-color: rgba(170, 202, 172, var(--bg-opacity));
}

.focus\:bg-green2-lighter:focus {
  --bg-opacity: 1;
  background-color: #EBFFF1;
  background-color: rgba(235, 255, 241, var(--bg-opacity));
}

.focus\:bg-red2:focus {
  --bg-opacity: 1;
  background-color: #FF334B;
  background-color: rgba(255, 51, 75, var(--bg-opacity));
}

.bg-opacity-75 {
  --bg-opacity: 0.75;
}

.border-soft-grey {
  --border-opacity: 1;
  border-color: #F4F4F4;
  border-color: rgba(244, 244, 244, var(--border-opacity));
}

.border-accordion-grey {
  --border-opacity: 1;
  border-color: #D7D7D7;
  border-color: rgba(215, 215, 215, var(--border-opacity));
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

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

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-sans {
  font-family: "Source Sans 3";
}

.font-serif {
  font-family: Bitter;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.font-satoshi {
  font-family: Satoshi, sans-serif;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-inherit {
  height: inherit;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-grant-icon-height {
  height: 10.2rem;
}

.text-1 {
  font-size: 1.6rem;
}

.text-2 {
  font-size: 1.7rem;
}

.text-3 {
  font-size: 1.9rem;
}

.text-4 {
  font-size: 2rem;
}

.text-5 {
  font-size: 2.2rem;
}

.text-6 {
  font-size: 2.3rem;
}

.text-7 {
  font-size: 2.4rem;
}

.text-8 {
  font-size: 2.6rem;
}

.text-9 {
  font-size: 2.8rem;
}

.text-10 {
  font-size: 3.4rem;
}

.text-tiny {
  font-size: 1.4rem;
}

.text-10\.2 {
  font-size: 3.8rem;
}

.text-10\.5 {
  font-size: 4.8rem;
}

.text-myecab-h1-mobile {
  font-size: 3.75rem;
}

.text-myecab-h2-mobile {
  font-size: 3rem;
}

.text-myecab-lead-mobile {
  font-size: 2.625rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-heading-mobile {
  line-height: 62.4px;
}

.leading-myecab-h1 {
  line-height: 1.1;
}

.leading-ecab-sub {
  line-height: 1.3;
}

.leading-myecab-lead {
  line-height: 1.31428571;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-gutter {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-18 {
  margin-bottom: 4.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mt-30 {
  margin-top: 7.5rem;
}

.mb-30 {
  margin-bottom: 7.5rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-auto {
  margin-top: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-4\.5 {
  margin-top: 1.2rem;
}

.mb-4\.5 {
  margin-bottom: 1.2rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.min-h-full {
  min-height: 100%;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

.p-0 {
  padding: 0;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-19 {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-gutter {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-19 {
  padding-top: 4.8rem;
}

.pb-19 {
  padding-bottom: 4.8rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.placeholder-grey::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #7C7C7C;
  color: rgba(124, 124, 124, var(--placeholder-opacity));
}

.placeholder-grey::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7C7C7C;
  color: rgba(124, 124, 124, var(--placeholder-opacity));
}

.placeholder-grey:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7C7C7C;
  color: rgba(124, 124, 124, var(--placeholder-opacity));
}

.placeholder-grey::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7C7C7C;
  color: rgba(124, 124, 124, var(--placeholder-opacity));
}

.placeholder-grey::placeholder {
  --placeholder-opacity: 1;
  color: #7C7C7C;
  color: rgba(124, 124, 124, var(--placeholder-opacity));
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.-top-16 {
  top: -4rem;
}

.resize {
  resize: both;
}

.shadow-card {
  -webkit-box-shadow: 5px 6px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 6px 15px 0 rgba(0, 0, 0, 0.1);
}

.fill-current {
  fill: currentColor;
}

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

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

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-dark {
  --text-opacity: 1;
  color: #272833;
  color: rgba(39, 40, 51, var(--text-opacity));
}

.text-secondary {
  --text-opacity: 1;
  color: #6B6C7E;
  color: rgba(107, 108, 126, var(--text-opacity));
}

.text-grey {
  --text-opacity: 1;
  color: #7C7C7C;
  color: rgba(124, 124, 124, var(--text-opacity));
}

.text-md-grey {
  --text-opacity: 1;
  color: #585858;
  color: rgba(88, 88, 88, var(--text-opacity));
}

.text-dk-grey {
  --text-opacity: 1;
  color: #484848;
  color: rgba(72, 72, 72, var(--text-opacity));
}

.text-form-grey {
  --text-opacity: 1;
  color: #ABABAA;
  color: rgba(171, 171, 170, var(--text-opacity));
}

.text-placeholder-grey {
  --text-opacity: 1;
  color: #818181;
  color: rgba(129, 129, 129, var(--text-opacity));
}

.text-red {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.text-green2 {
  --text-opacity: 1;
  color: #1A535C;
  color: rgba(26, 83, 92, var(--text-opacity));
}

.hover\:text-red:hover {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.focus\:text-red:focus {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.no-underline {
  text-decoration: none;
}

.visible {
  visibility: visible;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-full {
  width: 100%;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-grant-icon-mobile {
  width: 7rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.gap-4\.5 {
  grid-gap: 1.2rem;
  gap: 1.2rem;
}

.gap-myecab-grid {
  grid-gap: 3.2rem;
  gap: 3.2rem;
}

.gap-grant-icon-small {
  grid-gap: 2.4rem;
  gap: 2.4rem;
}

.gap-grant-icon {
  grid-gap: 1.2rem;
  gap: 1.2rem;
}

.gap-link-icon {
  grid-gap: 0.8rem;
  gap: 0.8rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-start-2 {
  grid-column-start: 2;
}

.rotate-0 {
  --transform-rotate: 0;
}

.rotate-90 {
  --transform-rotate: 90deg;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

/* bitter-regular - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Bitter';

  font-style: normal;

  font-weight: 400;

  src: url('../assets/fonts/bitter-v33-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-600 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Bitter';

  font-style: normal;

  font-weight: 600;

  src: url('../assets/fonts/bitter-v33-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-600 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Bitter';

  font-style: italic;

  font-weight: 600;

  src: url('../assets/fonts/bitter-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-700 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Bitter';

  font-style: normal;

  font-weight: 700;

  src: url('../assets/fonts/bitter-v33-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-700italic - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Bitter';

  font-style: italic;

  font-weight: 700;

  src: url('../assets/fonts/bitter-v33-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-800 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Bitter';

  font-style: normal;

  font-weight: 800;

  src: url('../assets/fonts/bitter-v33-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-300 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Source Sans 3';

  font-style: normal;

  font-weight: 300;

  src: url('../assets/fonts/source-sans-3-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-regular - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Source Sans 3';

  font-style: normal;

  font-weight: 400;

  src: url('../assets/fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-600 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Source Sans 3';

  font-style: normal;

  font-weight: 600;

  src: url('../assets/fonts/source-sans-3-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-700 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Source Sans 3';

  font-style: normal;

  font-weight: 700;

  src: url('../assets/fonts/source-sans-3-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-900 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Source Sans 3';

  font-style: normal;

  font-weight: 900;

  src: url('../assets/fonts/source-sans-3-v15-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter variable - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Inter';

  font-style: normal;

  font-weight: 100 900;

  src: url('../assets/fonts/InterVariable.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-italic variable - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Inter';

  font-style: italic;

  font-weight: 100 900;

  src: url('../assets/fonts/Inter-Italic-Variable.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Satoshi variable - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Satoshi';

  font-style: normal;

  font-weight: 100 900;

  src: url('../assets/fonts/Satoshi-Variable.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Satoshi-italic variable - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Satoshi';

  font-style: italic;

  font-weight: 100 900;

  src: url('../assets/fonts/Satoshi-VariableItalic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root{
  --im-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --im-color:#fff;
  --im-bg:#0b1016;
  --im-link-color:#5fb3fb;
  --im-link-hover-color:rgba(95,178,251,.682);
  --im-btn-color:#fff;
  --im-btn-bg:rgba(0,102,219,.84);
  --im-btn-hover-bg:rgba(9,80,161,.89);
  --im-btn-active-box-shadow:0 0 0 .25em rgba(24,104,250,.24);
  --im-btn-s-color:var(--im-bg);
  --im-btn-s-bg:rgba(225,239,255,.8);
  --im-btn-s-hover-bg:rgba(225,239,255,.95);
  --im-btn-s-active-bg:rgba(225,239,255,.6);
  --im-overlay-bg:linear-gradient(14deg,#1e3861,rgba(206,220,233,.118))
}

div[data-service],div[data-service] .cll,div[data-service] .cll a,div[data-service] .cll button{
  all:initial;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
  visibility:unset
}

div[data-service] .cll :after,div[data-service] .cll iframe,div[data-service] .cll span,div[data-service]:before{
  all:unset;
  -webkit-box-sizing:border-box;
          box-sizing:border-box
}

div[data-service] .cll a,div[data-service] .cll button,div[data-service] .cll input{
  -webkit-appearance:none;
  -moz-appearance:none;
       appearance:none;
  cursor:pointer;
  display:revert;
  font-family:inherit;
  font-size:100%;
  line-height:normal;
  margin:0;
  outline:revert;
  overflow:hidden
}

div[data-service]{
  background-color:#0b1016;
  background-color:var(--im-bg);
  display:inline-block;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-family:var(--im-font-family);
  font-size:16px;
  font-weight:400;
  max-width:100%;
  min-height:9.375rem;
  min-width:18.75rem;
  overflow:hidden;
  position:relative
}

div[data-service]:before{
  content:"";
  display:block;
  padding-top:56.25%
}

div[data-service] .cll .c-ld{
  bottom:2em;
  opacity:0;
  right:2.5em;
  -webkit-transform:translateY(1.4em);
          transform:translateY(1.4em);
  visibility:hidden
}

div[data-service] .cll .c-ld,div[data-service] .cll .c-ld:after{
  border-radius:100%;
  height:1.25em;
  position:absolute;
  width:1.25em;
  z-index:1
}

div[data-service] .cll .c-ld:after{
  -webkit-animation:spin 1s linear infinite;
          animation:spin 1s linear infinite;
  border:.25em solid #fff;
  border-top-color:transparent;
  content:""
}

div[data-service].c-h-n .cll .c-ld{
  opacity:1;
  -webkit-transform:translateY(0);
          transform:translateY(0);
  visibility:visible
}

div[data-service].c-h-b .cll .c-ld{
  opacity:0;
  -webkit-transform:translateY(0);
          transform:translateY(0);
  visibility:hidden
}

@keyframes spin{
  0%{
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg)
  }

  to{
    -webkit-transform:rotate(1turn);
            transform:rotate(1turn)
  }
}

div[data-autoscale]{
  height:auto;
  width:100%
}

div[data-service] .cll .c-nt{
  bottom:0;
  color:#fff;
  color:var(--im-color);
  height:100%;
  left:0;
  max-width:100%;
  position:absolute;
  right:0;
  top:0;
  width:100%
}

div[data-service] .cll .c-bg{
  bottom:0;
  left:0;
  opacity:.5;
  position:absolute;
  right:0;
  top:0
}

div[data-service] .cll .c-bg:before{
  background:linear-gradient(14deg,#1e3861,rgba(206,220,233,.118));
  background:var(--im-overlay-bg);
  bottom:0;
  content:"";
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:1
}

div[data-service] .cll .c-bg-i{
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover;
  bottom:0;
  left:0;
  opacity:0;
  position:absolute;
  right:0;
  top:0
}

div[data-service] .cll .c-bg-i.loaded{
  opacity:1
}

div[data-service] .cll .c-tl{
  display:block;
  font-size:1.2em;
  font-weight:600;
  margin-bottom:.6em;
  text-align:center
}

div[data-service].c-h-n .cll .c-bg{
  opacity:1;
  -webkit-transform:scale(1);
          transform:scale(1)
}

div[data-service] .cll .c-n-c{
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:100%;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  position:relative
}

div[data-service] .cll .c-n-t{
  display:block;
  font-size:.87em;
  line-height:1.4em;
  margin:0 auto;
  max-width:32em;
  position:relative;
  z-index:1
}

div[data-service] .cll .c-n-a{
  margin-top:1.25em
}

div[data-service] .cll .c-n-a,div[data-service] .cll .c-n-t{
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  text-align:center
}

div[data-service] .cll .c-n-a button+button{
  margin-left:.8em
}

div[data-service] .cll .c-t-cn{
  padding:0 .75em;
  z-index:1
}

div[data-service] .cll .c-l-b,div[data-service] .cll .c-la-b{
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -ms-flex-item-align:stretch;
      align-self:stretch;
  background:rgba(0,102,219,.84);
  background:var(--im-btn-bg);
  border-radius:.3125em;
  -webkit-box-shadow:0 .25em .75em rgba(0,0,0,.19);
          box-shadow:0 .25em .75em rgba(0,0,0,.19);
  color:#fff;
  color:var(--im-btn-color);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-size:.77em;
  font-weight:600;
  -webkit-box-pack:space-evenly;
      -ms-flex-pack:space-evenly;
          justify-content:space-evenly;
  padding:.975em 1.1em;
  position:relative
}

div[data-service] .cll .c-l-b:before{
  background-position:50%;
  background-repeat:no-repeat;
  background-size:contain;
  border-bottom:.6em solid transparent;
  border-left:1em solid #fff;
  border-left:1em solid var(--im-btn-color);
  border-top:.6em solid transparent;
  content:"";
  display:block;
  margin-right:.75em
}

div[data-service] .cll .c-la-b{
  background:rgba(225,239,255,.8);
  background:var(--im-btn-s-bg);
  color:#0b1016;
  color:var(--im-btn-s-color)
}

div[data-service] .cll .c-la-b:hover{
  background:rgba(225,239,255,.95);
  background:var(--im-btn-s-hover-bg)
}

div[data-service] .cll .c-l-b:hover{
  background:rgba(9,80,161,.89);
  background:var(--im-btn-hover-bg)
}

div[data-service] .cll .c-la-b:active{
  background:rgba(225,239,255,.6);
  background:var(--im-btn-s-active-bg);
  -webkit-transition:none!important;
  transition:none!important
}

div[data-service] .cll .c-l-b:active{
  -webkit-box-shadow:0 0 0 .25em rgba(24,104,250,.24);
          box-shadow:0 0 0 .25em rgba(24,104,250,.24);
  -webkit-box-shadow:var(--im-btn-active-box-shadow);
          box-shadow:var(--im-btn-active-box-shadow);
  -webkit-transition:none!important;
  transition:none!important
}

div[data-service].c-h-n .cll .c-t-cn{
  opacity:0;
  -webkit-transform:translateY(-.7em);
          transform:translateY(-.7em);
  -webkit-transition-duration:.2s;
          transition-duration:.2s;
  visibility:hidden
}

div[data-service] .cll iframe{
  background:#fff;
  border:none;
  bottom:0;
  display:block;
  height:100%;
  left:0;
  max-width:100%;
  opacity:0;
  position:absolute;
  right:0;
  top:0;
  visibility:hidden;
  width:100%;
  z-index:1
}

div[data-service].c-h-b .cll iframe{
  display:block!important;
  height:100%!important;
  opacity:1;
  visibility:visible
}

div[data-service] .cll .c-n-t a{
  border-bottom:1px solid #5fb3fb;
  border-bottom:1px solid var(--im-link-color);
  color:#5fb3fb;
  color:var(--im-link-color);
  text-decoration:none
}

div[data-service] .cll .c-n-t a:hover{
  --im-link-color:var(--im-link-hover-color)
}

div[data-service][data-ratio="1:1"]:before{
  padding-top:100%
}

div[data-service][data-ratio="2:1"]:before{
  padding-top:50%
}

div[data-service][data-ratio="3:2"]:before{
  padding-top:66.666666%
}

div[data-service][data-ratio="5:2"]:before{
  padding-top:40%
}

div[data-service][data-ratio="4:3"]:before{
  padding-top:75%
}

div[data-service][data-ratio="16:9"]:before{
  padding-top:56.25%
}

div[data-service][data-ratio="16:10"]:before{
  padding-top:62.5%
}

div[data-service][data-ratio="20:9"]:before{
  padding-top:45%
}

div[data-service][data-ratio="21:9"]:before{
  padding-top:42.857142%
}

div[data-service][data-ratio="9:16"]:before{
  padding-top:177.777777%
}

div[data-service][data-ratio="9:20"]:before{
  padding-top:222.222222%
}

div[data-widget]:before{
  display:none
}

div[data-widget].c-h-b .cll .c-ld{
  opacity:0;
  visibility:hidden
}

div[data-widget] .cll+*,div[data-widget] .cll>:last-child{
  height:100%!important;
  margin:0!important
}

div[data-service] [data-placeholder]{
  bottom:0;
  left:0;
  opacity:0;
  position:absolute;
  right:0;
  top:0;
  visibility:hidden
}

@-webkit-keyframes fadeIn{
  0%{
    opacity:0;
    visibility:hidden
  }

  to{
    opacity:1;
    visibility:visible
  }
}

@keyframes fadeIn{
  0%{
    opacity:0;
    visibility:hidden
  }

  to{
    opacity:1;
    visibility:visible
  }
}

div.c-an [data-placeholder]{
  -webkit-animation:none;
          animation:none
}

div[data-service] [data-placeholder][data-visible]{
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-animation:fadeIn .2s forwards;
          animation:fadeIn .2s forwards;
  -webkit-animation-delay:.4s;
          animation-delay:.4s;
  color:#fff;
  color:var(--im-color);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center
}

div[data-service].show-ph [data-placeholder]{
  opacity:1;
  visibility:visible
}

div[data-service].show-ph .cll .c-ld{
  opacity:0;
  visibility:hidden
}

div.c-an .cll .c-bg,div.c-an .cll .c-bg:before,div.c-an .cll .c-ld,div.c-an .cll .c-n-t,div.c-an .cll .c-t-cn{
  -webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .4s ease;
  transition:opacity .3s ease,visibility .3s ease,-webkit-transform .4s ease;
  transition:opacity .3s ease,visibility .3s ease,transform .4s ease;
  transition:opacity .3s ease,visibility .3s ease,transform .4s ease,-webkit-transform .4s ease
}

div.c-an .cll .c-bg-i{
  -webkit-transition:opacity .5s ease,-webkit-transform .5s ease;
  transition:opacity .5s ease,-webkit-transform .5s ease;
  transition:opacity .5s ease,transform .5s ease;
  transition:opacity .5s ease,transform .5s ease,-webkit-transform .5s ease
}

div.c-an[data-widget]{
  -webkit-transition:opacity .3s ease,background-color .3s ease;
  transition:opacity .3s ease,background-color .3s ease
}

div.c-an .cll .c-l-b,div.c-an .cll .c-la-b{
  -webkit-transition:opacity .3s ease,visibility .3s ease,background-color .3s ease,-webkit-transform .3s cubic-bezier(.25,1,.5,1),-webkit-box-shadow .3s ease;
  transition:opacity .3s ease,visibility .3s ease,background-color .3s ease,-webkit-transform .3s cubic-bezier(.25,1,.5,1),-webkit-box-shadow .3s ease;
  transition:opacity .3s ease,transform .3s cubic-bezier(.25,1,.5,1),visibility .3s ease,box-shadow .3s ease,background-color .3s ease;
  transition:opacity .3s ease,transform .3s cubic-bezier(.25,1,.5,1),visibility .3s ease,box-shadow .3s ease,background-color .3s ease,-webkit-transform .3s cubic-bezier(.25,1,.5,1),-webkit-box-shadow .3s ease
}

div.c-an .cll .c-n-t a{
  -webkit-transition:color .2s ease,border-color .2s ease;
  transition:color .2s ease,border-color .2s ease
}

div.c-an .cll iframe,div.c-an [data-placeholder]{
  -webkit-transition:opacity .3s ease,visibility .3s ease;
  transition:opacity .3s ease,visibility .3s ease;
  -webkit-transition-delay:.1s;
          transition-delay:.1s
}

.accordion-component {
  border-top-width: 1px;
  --border-opacity: 1;
  border-color: #E7E7ED;
  border-color: rgba(231, 231, 237, var(--border-opacity))
}

.accordion-component:last-child {
    border-bottom-width: 1px;
  }

.accordion-component__content {
  display: grid;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows .6s;
  transition: grid-template-rows .6s;
  transition: grid-template-rows .6s, -ms-grid-rows .6s;
}

.accordion-component__head {
  cursor: pointer;
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem
}

.accordion-component__head button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    grid-gap: 2.4rem;
    gap: 2.4rem;
    font-weight: 600;
    font-size: 2.2rem;
    outline: none;
  }

.accordion-component__icon {
  margin-top: 1.25rem;
  margin-right: 1.15rem;
}

.accordion-component.is-open .accordion-component__content {
  grid-template-rows: 1fr;
}

.accordion-component__inner {
  overflow: hidden;
}

.accordion-component__icon svg {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-component.is-open .accordion-component__icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.alert {
  display: none;
}

@media (max-width: 1023px) {

.is-menu-open .alert {
    display: none
}
  }

.alert__close svg {
  width: 18px;
  height: 18px;
}

.alert__close {
  top: 3rem;
  right: 3rem;
}

.alert-is-active {
  display: block;
}

.alert__icon {
  margin-right: 3rem;
  position: absolute;
  top: 5px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 45px
}

.alert__icon path {
    fill: #fff;
  }

.alert__icon svg {
    width: 100% !important;
    height: auto !important;
  }

@media (min-width: 768px) {

.alert__icon {
    position: relative;

    top: 0px;

    width: 60px
}
  }

.alert__content {
  font-size: 2.04rem;
}

.alert .link__text {
  font-size: 1.75rem;
}

.alert__title {
  /* font-size: 5.8rem; // text-11 */
  font-size: 3.25rem;
  line-height: 1.3;
  padding-left: 60px
}

@media (min-width: 768px) {

.alert__title {
    font-size: 4.4rem;

    padding-left: 0
}
  }

.alert .link__icon {
  margin-right: 1.5rem !important;
}

.alert .link__text {
  will-change: transform;
}

.alert .link--simple:hover .link__text {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.breadcrumb__link-home {
  position: relative;
  padding-left: 21px;
  width: 18px !important;
  height: 18px !important;
}

.breadcrumb__link-home::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url('../assets/images/home-outline.svg');
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  width: 21px;
  height: 21px;
}

.breadcrumb__link-home .breadcrumb__link-home-title {
  display: none;
}

.breadcrumb_last {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.breadcrumb__chevron svg {
  width: 16px;
  height: 10px;
}

@media (min-width: 1024px) {
  .breadcrumb__link-home::before {
    top: 3px;
  }
}

[data-vc='calendar'] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 272px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.2rem; /* 0.75rem * 1.6 */
  border: 1px solid #eee;
  padding: 1.6rem; /* 1rem * 1.6 */
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

[data-vc='calendar']:focus-visible,
[data-vc='calendar'] button:focus-visible,
[data-vc='calendar'] [tabindex='0']:focus-visible {
  border-radius: 0.8rem; /* 0.5rem * 1.6 */
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
}

[data-vc='calendar'][data-vc-type='multiple'] [data-vc='dates'] {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

[data-vc='calendar'][data-vc-calendar-hidden] {
  pointer-events: none;
  opacity: 0;
}

[data-vc='calendar'][data-vc-calendar-hidden] * {
  pointer-events: none!important;
}

[data-vc='calendar'][data-vc-input] {
  position: absolute;
}

[data-vc='calendar'][data-vc-input][data-vc-position='bottom'] {
  margin-top: 0.4rem; /* 0.25rem * 1.6 */
}

[data-vc='calendar'][data-vc-input][data-vc-position='top'] {
  margin-top: -0.4rem; /* -0.25rem * 1.6 */
}

[data-vc='controls'] {
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 20;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.6rem; /* 1rem * 1.6 */
  padding-right: 1.6rem; /* 1rem * 1.6 */
  padding-top: 2rem; /* 1.25rem * 1.6 */
}

[data-vc-arrow] {
  pointer-events: auto;
  position: relative;
  display: block;
  height: 2.4rem; /* 1.5rem * 1.6 */
  width: 2.4rem; /* 1.5rem * 1.6 */
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
}

[data-vc-arrow]::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background: url(../assets/images/chevron-forward-outline.svg) no-repeat;
  background-size: contain;
}

[data-vc-arrow='prev']::before {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

[data-vc-arrow='next']::before {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

[data-vc='grid'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.8rem; /* 1.75rem * 1.6 */
}

[data-vc='grid'][data-vc-grid='hidden'] [data-vc='column'] {
  pointer-events: none;
  opacity: 0.3;
}

[data-vc='grid'][data-vc-grid='hidden'] [data-vc='column'][data-vc-column='month'],
[data-vc='grid'][data-vc-grid='hidden'] [data-vc='column'][data-vc-column='year'] {
  pointer-events: auto;
  opacity: 1;
}

[data-vc='column'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 240px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-vc='header'] {
  position: relative;
  margin-bottom: 1.2rem; /* 0.75rem * 1.6 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[data-vc-header='content'] {
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: pre-wrap;
  padding-left: 1.6rem; /* 1rem * 1.6 */
  padding-right: 1.6rem; /* 1rem * 1.6 */
}

[data-vc='month'],
[data-vc='year'] {
  cursor: pointer;
  border-radius: 0.4rem; /* 0.25rem * 1.6 */
  border-width: 0px;
  background-color: transparent;
  padding: 0.4rem; /* 0.25rem * 1.6 */
  font-size: 1.6rem; /* 1rem * 1.6 */
  line-height: 2.4rem; /* 1.5rem * 1.6 */
  font-weight: 700;
}

[data-vc='month']:disabled,
[data-vc='year']:disabled {
  pointer-events: none;
}

[data-vc='wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[data-vc='content'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-vc='months'] {
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.6rem; /* 1rem * 1.6 */
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem; /* 0.25rem * 1.6 */
}

[data-vc='years'] {
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.6rem; /* 1rem * 1.6 */
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem; /* 0.25rem * 1.6 */
}

[data-vc-months-month],
[data-vc-years-year] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem; /* 2.5rem * 1.6 */
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-all;
  border-radius: 0.8rem; /* 0.5rem * 1.6 */
  border-width: 0px;
  padding: 0.4rem; /* 0.25rem * 1.6 */
  text-align: center;
  font-size: 1.4rem; /* 0.75rem * 1.6 */
  line-height: 1.6rem; /* 1rem * 1.6 */
  font-weight: 600;
}

[data-vc-months-month]:disabled,
[data-vc-years-year]:disabled {
  pointer-events: none;
}

[data-vc-week='numbers'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-vc-week-numbers='title'] {
  margin-bottom: 0.8rem; /* 0.5rem * 1.6 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem; /* 0.75rem * 1.6 */
  line-height: 1.6rem; /* 1rem * 1.6 */
  font-weight: 700;
}

[data-vc-week-numbers='content'] {
  display: grid;
  grid-auto-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  row-gap: 0.4rem; /* 0.25rem * 1.6 */
}

[data-vc-week-number] {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3rem; /* 1.875rem * 1.6 */
  width: 100%;
  min-width: 3rem; /* 1.875rem * 1.6 */
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  font-size: 1.4rem; /* 0.75rem * 1.6 */
  line-height: 1.6rem; /* 1rem * 1.6 */
  font-weight: 600;
}

[data-vc='week'] {
  margin-bottom: 0.8rem; /* 0.5rem * 1.6 */
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
}

[data-vc-week-day] {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 3rem; /* 1.875rem * 1.6 */
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  font-size: 1.4rem; /* 0.75rem * 1.6 */
  line-height: 1.6rem; /* 1rem * 1.6 */
  font-weight: 700;
}

[data-vc='dates'] {
  pointer-events: none;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  grid-template-columns: repeat(7, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

[data-vc='dates'][data-vc-dates-disabled] [data-vc-date-btn] {
  cursor: default;
}

[data-vc-date] {
  pointer-events: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.2rem; /* 0.125rem * 1.6 */
  padding-bottom: 0.2rem; /* 0.125rem * 1.6 */
}

[data-vc-date][data-vc-date-disabled],
[data-vc-date][data-vc-date-disabled] [data-vc-date-btn],
[data-vc-date]:not(:has([data-vc-date-btn])) {
  pointer-events: none;
}

[data-vc-date][data-vc-date-hover] [data-vc-date-btn] {
  border-radius: 0px;
}

[data-vc-date][data-vc-date-hover-first] [data-vc-date-btn] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0.8rem; /* 0.5rem * 1.6 */
  border-bottom-left-radius: 0.8rem; /* 0.5rem * 1.6 */
}

[data-vc-date][data-vc-date-hover-last] [data-vc-date-btn] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0.8rem; /* 0.5rem * 1.6 */
  border-bottom-right-radius: 0.8rem; /* 0.5rem * 1.6 */
}

[data-vc-date][data-vc-date-hover-first][data-vc-date-hover-last] [data-vc-date-btn] {
  border-radius: 0.8rem; /* 0.5rem * 1.6 */
}

[data-vc-date][data-vc-date-hover-first][data-vc-date-selected] [data-vc-date-btn] {
  border-top-left-radius: 0.8rem; /* 0.5rem * 1.6 */
  border-bottom-left-radius: 0.8rem; /* 0.5rem * 1.6 */
}

[data-vc-date][data-vc-date-hover-last][data-vc-date-selected] [data-vc-date-btn] {
  border-top-right-radius: 0.8rem; /* 0.5rem * 1.6 */
  border-bottom-right-radius: 0.8rem; /* 0.5rem * 1.6 */
}

[data-vc-date][data-vc-date-selected='first'] [data-vc-date-btn] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0.8rem; /* 0.5rem * 1.6 */
  border-bottom-left-radius: 0.8rem; /* 0.5rem * 1.6 */
}

[data-vc-date][data-vc-date-selected='last'] [data-vc-date-btn] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0.8rem; /* 0.5rem * 1.6 */
  border-bottom-right-radius: 0.8rem; /* 0.5rem * 1.6 */
}

[data-vc-date][data-vc-date-selected='first'][data-vc-date-selected='last'] [data-vc-date-btn] {
  border-top-left-radius: 0.8rem; /* 0.5rem * 1.6 */
  border-bottom-left-radius: 0.8rem; /* 0.5rem * 1.6 */
  border-top-right-radius: 0.8rem; /* 0.5rem * 1.6 */
  border-bottom-right-radius: 0.8rem; /* 0.5rem * 1.6 */
}

[data-vc-date][data-vc-date-selected='middle'] [data-vc-date-btn] {
  border-radius: 0px;
}

[data-vc-date][data-vc-date-disabled] + [data-vc-date-selected] [data-vc-date-btn],
[data-vc-date][data-vc-date-disabled] + [data-vc-date-hover] [data-vc-date-btn] {
  border-top-left-radius: 0.8rem; /* 0.5rem * 1.6 */
  border-bottom-left-radius: 0.8rem; /* 0.5rem * 1.6 */
}

[data-vc-date][data-vc-date-hover]:has(+ [data-vc-date-disabled]) [data-vc-date-btn],
[data-vc-date][data-vc-date-selected]:has(+ [data-vc-date-disabled]) [data-vc-date-btn] {
  border-top-right-radius: 0.8rem; /* 0.5rem * 1.6 */
  border-bottom-right-radius: 0.8rem; /* 0.5rem * 1.6 */
}

[data-vc-date-btn]:focus-visible + [data-vc-date-popup],
[data-vc-date-btn]:hover + [data-vc-date-popup],
[data-vc-date-popup]:focus-visible,
[data-vc-date-popup]:hover {
  pointer-events: auto;
  opacity: 1;
}

[data-vc-date-btn] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 4rem; /* 1.875rem * 1.6 */
  width: 100%;
  min-width: 3rem; /* 1.875rem * 1.6 */
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.8rem; /* 0.5rem * 1.6 */
  border-width: 0px;
  padding: 0px;
  font-size: 1.6rem; /* 0.75rem * 1.6 */
  line-height: 1.6rem; /* 1rem * 1.6 */
  font-weight: 400;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
}

[data-vc-date][data-vc-date-today] [data-vc-date-btn] {
  font-weight: 700;
}

[data-vc-date-popup] {
  pointer-events: none;
  position: absolute;
  z-index: 20;
  min-width: 8rem; /* 5rem * 1.6 */
  max-width: 14.4rem; /* 9rem * 1.6 */
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.8rem; /* 0.5rem * 1.6 */
  padding-top: 0.4rem; /* 0.25rem * 1.6 */
  padding-bottom: 0.4rem; /* 0.25rem * 1.6 */
  padding-left: 0.8rem; /* 0.5rem * 1.6 */
  padding-right: 0.8rem; /* 0.5rem * 1.6 */
  font-size: 1.2rem; /* 0.75rem * 1.6 */
  line-height: 1.6rem; /* 1rem * 1.6 */
  font-weight: 400;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 120ms;
          transition-duration: 120ms; /* 75ms * 1.6 */
}

[data-vc-date-popup]:hover {
  pointer-events: auto;
  opacity: 1;
}

[data-vc-date-range-tooltip] {
  pointer-events: none;
  position: absolute;
  z-index: 30;
  max-width: 14.4rem; /* 9rem * 1.6 */
  --tw-translate-x: -50%;
  --tw-translate-y: -160%; /* -100% * 1.6 */
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.6rem; /* 0.375rem * 1.6 */
  padding-top: 0.4rem; /* 0.25rem * 1.6 */
  padding-bottom: 0.4rem; /* 0.25rem * 1.6 */
  padding-left: 0.8rem; /* 0.5rem * 1.6 */
  padding-right: 0.8rem; /* 0.5rem * 1.6 */
  font-size: 1.2rem; /* 0.75rem * 1.6 */
  line-height: 1.6rem; /* 1rem * 1.6 */
  font-weight: 400;
}

[data-vc-date-range-tooltip='hidden'] {
  opacity: 0;
}

[data-vc-date-range-tooltip='visible'] {
  opacity: 1;
}

[data-vc='time'] {
  margin-top: 1.2rem; /* 0.75rem * 1.6 */
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem; /* 0.75rem * 1.6 */
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  padding-top: 1.2rem; /* 0.75rem * 1.6 */
}

[data-vc-time='content'] {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[data-vc-time-input='hour'] {
  position: relative;
  margin-right: 0.56rem; /* 0.35rem * 1.6 */
  width: 2.8rem; /* 1.75rem * 1.6 */
}

[data-vc-time-input='hour']::after {
  position: absolute;
  right: -8px; /* -5px * 1.6 */
  top: 50%;
  margin-top: calc(-50% + 1.6px); /* 1px * 1.6 */
  display: block;
  --tw-content: ':';
  content: var(--tw-content);
}

[data-vc-time-input='minute'] {
  width: 2.8rem; /* 1.75rem * 1.6 */
}

[data-vc-time-input='hour'] input,
[data-vc-time-input='minute'] input {
  position: relative;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  border-radius: 0.4rem; /* 0.25rem * 1.6 */
  border-width: 0px;
  padding: 0.2rem; /* 0.125rem * 1.6 */
  text-align: center;
  font-size: 1.8rem; /* 1.125rem * 1.6 */
  font-weight: 600;
  line-height: 1.8rem; /* 1.125rem * 1.6 */
}

[data-vc-time-input='hour'] input:focus-visible,
[data-vc-time-input='minute'] input:focus-visible {
  outline-style: solid;
  outline-width: 1px;
}

[data-vc-time-input='hour'] input:disabled,
[data-vc-time-input='minute'] input:disabled {
  cursor: default;
}

[data-vc-time-input='hour'] input:hover:disabled,
[data-vc-time-input='minute'] input:hover:disabled {
  background-color: transparent;
}

[data-vc-time='keeping'] {
  margin-left: 1.6px; /* 1px * 1.6 */
  margin-top: 0.4rem; /* 0.25rem * 1.6 */
  width: 35.2px; /* 22px * 1.6 */
  cursor: pointer;
  border-radius: 0.4rem; /* 0.25rem * 1.6 */
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 1.104rem; /* 0.69rem * 1.6 */
}

[data-vc-time='keeping']:focus-visible {
  outline-style: solid;
  outline-width: 1px;
}

[data-vc-time='keeping']:disabled {
  cursor: default;
}

[data-vc-time='keeping']:hover:disabled {
  background-color: transparent;
}

[data-vc-time='ranges'] {
  display: grid;
  grid-auto-flow: row;
}

[data-vc-time-range] {
  position: relative;
  z-index: 10;
  font-size: 0;
}

[data-vc-time-range]::before {
  content: var(--tw-content);
  left: 0px;
}

[data-vc-time-range]::after {
  content: var(--tw-content);
  right: 0px;
}

[data-vc-time-range]::before,
[data-vc-time-range]::after {
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 0.8rem; /* 0.5rem * 1.6 */
  width: 1.6px; /* 1px * 1.6 */
}

[data-vc-time-range] input {
  position: relative;
  margin: 0px;
  height: 2rem; /* 1.25rem * 1.6 */
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline-width: 0px;
}

[data-vc-time-range] input::-webkit-slider-thumb {
  position: relative;
  z-index: 20;
  margin-top: -0.8rem; /* -0.5rem * 1.6 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1.6rem; /* 1rem * 1.6 */
  width: 1.2rem; /* 0.75rem * 1.6 */
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.4rem; /* 0.25rem * 1.6 */
  border-width: 1.6px; /* 1px * 1.6 */
  border-style: solid;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-vc-time-range] input::-moz-range-thumb {
  position: relative;
  z-index: 20;
  box-sizing: border-box;
  height: 1.6rem; /* 1rem * 1.6 */
  width: 1.2rem; /* 0.75rem * 1.6 */
  cursor: pointer;
  border-radius: 0.4rem; /* 0.25rem * 1.6 */
  border-width: 1.6px; /* 1px * 1.6 */
  border-style: solid;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-vc-time-range] input::-webkit-slider-runnable-track {
  margin-top: 1.6px; /* 1px * 1.6 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1.6px; /* 1px * 1.6 */
  width: 100%;
  cursor: pointer;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-vc-time-range] input::-moz-range-track {
  margin-top: 1.6px; /* 1px * 1.6 */
  box-sizing: border-box;
  height: 1.6px; /* 1px * 1.6 */
  width: 100%;
  cursor: pointer;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var (--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-vc-theme='light'].vc {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'].vc[data-vc-input] {
  --tw-shadow: 0 9px 20px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 9px 20px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-vc-theme='light'].vc:focus-visible,
[data-vc-theme='light'].vc button:focus-visible,
[data-vc-theme='light'].vc [tabindex='0']:focus-visible {
  outline-color: #fdba74;
}

[data-vc-theme='light'] .vc-arrow {
  background-color: transparent;
}

[data-vc-theme='light'] .vc-arrow:hover::before {
  content: var(--tw-content);
  opacity: 0.6;
}

[data-vc-theme='light'] .vc-header__content {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-month,
[data-vc-theme='light'] .vc-year {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-month:hover,
[data-vc-theme='light'] .vc-year:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-month:disabled,
[data-vc-theme='light'] .vc-year:disabled {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-months__month,
[data-vc-theme='light'] .vc-years__year {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-months__month:hover,
[data-vc-theme='light'] .vc-years__year:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] .vc-months__month:disabled,
[data-vc-theme='light'] .vc-years__year:disabled {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-months__month:hover:disabled,
[data-vc-theme='light'] .vc-years__year:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-months__month[data-vc-months-month-selected],
[data-vc-theme='light'] .vc-years__year[data-vc-years-year-selected] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 105 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-months__month[data-vc-months-month-selected]:hover,
[data-vc-theme='light'] .vc-years__year[data-vc-years-year-selected]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 105 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-week-numbers__title {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-week-number {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-week-number:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-week__day {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-week__day:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

/* [data-vc-theme='light'] .vc-week__day[data-vc-week-day-off] {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
[data-vc-theme='light'] .vc-week__day[data-vc-week-day-off]:hover {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
} */

[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-weekend][data-vc-date-selected] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-holiday][data-vc-date-selected] .vc-date__btn {
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-weekend][data-vc-date-selected] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-holiday][data-vc-date-selected] .vc-date__btn:hover {
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-weekend][data-vc-date-month='prev'][data-vc-date-selected] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-holiday][data-vc-date-month='prev'][data-vc-date-selected] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-weekend][data-vc-date-month='next'][data-vc-date-selected] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-holiday][data-vc-date-month='next'][data-vc-date-selected] .vc-date__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-weekend][data-vc-date-month='prev'][data-vc-date-selected] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-holiday][data-vc-date-month='prev'][data-vc-date-selected] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-weekend][data-vc-date-month='next'][data-vc-date-selected] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-holiday][data-vc-date-month='next'][data-vc-date-selected] .vc-date__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-selected] .vc-date__btn {
  background-color: rgb(9 105 139 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-selected] .vc-date__btn:hover {
  background-color: rgb(9 105 139 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-month='prev'][data-vc-date-selected] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-month='next'][data-vc-date-selected] .vc-date__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-month='prev'][data-vc-date-selected] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-selected='middle'][data-vc-date-month='next'][data-vc-date-selected] .vc-date__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-today] .vc-date__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(9 105 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-today] .vc-date__btn:hover {
  --tw-text-opacity: 1;
  color: rgb(9 105 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-today][data-vc-date-month='prev'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-today][data-vc-date-month='next'] .vc-date__btn {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

/* [data-vc-theme='light'] .vc-date[data-vc-date-month='prev'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-month='next'] .vc-date__btn {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
} */

[data-vc-theme='light'] .vc-date[data-vc-date-disabled] .vc-date__btn {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-hover] .vc-date__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

/* [data-vc-theme='light'] .vc-date[data-vc-date-weekend] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday] .vc-date__btn {
  --tw-text-opacity: 1;
  color: rgb(9 105 139 / var(--tw-text-opacity, 1));
} */

/* [data-vc-theme='light'] .vc-date[data-vc-date-weekend] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday] .vc-date__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
} */

[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-hover] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-hover] .vc-date__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-disabled] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-disabled] .vc-date__btn {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-today] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-today] .vc-date__btn {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-today][data-vc-date-disabled] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-today][data-vc-date-disabled] .vc-date__btn {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

/* [data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-month='prev'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-month='prev'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-month='next'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-month='next'] .vc-date__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
} */

[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-month='prev'] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-month='prev'] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-month='next'] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-month='next'] .vc-date__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-hover][data-vc-date-month='prev'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-hover][data-vc-date-month='prev'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-hover][data-vc-date-month='next'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-hover][data-vc-date-month='next'] .vc-date__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-today][data-vc-date-month='prev'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-today][data-vc-date-month='prev'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-today][data-vc-date-month='next'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-today][data-vc-date-month='next'] .vc-date__btn {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-disabled][data-vc-date-month='prev'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-disabled][data-vc-date-month='prev'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-disabled][data-vc-date-month='next'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-disabled][data-vc-date-month='next'] .vc-date__btn {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-selected] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-selected] .vc-date__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(9 105 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-selected] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-selected] .vc-date__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 105 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-selected][data-vc-date-month='prev'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-selected][data-vc-date-month='prev'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-selected][data-vc-date-month='next'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-selected][data-vc-date-month='next'] .vc-date__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-selected][data-vc-date-month='prev'] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-selected][data-vc-date-month='prev'] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-weekend][data-vc-date-selected][data-vc-date-month='next'] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-holiday][data-vc-date-selected][data-vc-date-month='next'] .vc-date__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-selected] .vc-date__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(9 105 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-date[data-vc-date-selected] .vc-date__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 105 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* [data-vc-theme='light'] .vc-date[data-vc-date-selected][data-vc-date-month='prev'] .vc-date__btn,
[data-vc-theme='light'] .vc-date[data-vc-date-selected][data-vc-date-month='next'] .vc-date__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
} */

/* [data-vc-theme='light'] .vc-date[data-vc-date-selected][data-vc-date-month='prev'] .vc-date__btn:hover,
[data-vc-theme='light'] .vc-date[data-vc-date-selected][data-vc-date-month='next'] .vc-date__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
} */

[data-vc-theme='light'] .vc-date__popup {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 3px 15px rgba(85, 85, 85, 0.2);
  --tw-shadow-colored: 0 3px 15px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-vc-theme='light'] .vc-date-range-tooltip {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 1px 4px rgba(85,85,85,0.2);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-vc-theme='light'] .vc-time {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

[data-vc-theme='light'] .vc-time__hour::after,
[data-vc-theme='light'] .vc-time__minute::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-time__hour input,
[data-vc-theme='light'] .vc-time__minute input {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-time__hour input:hover,
[data-vc-theme='light'] .vc-time__minute input:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] .vc-time__hour input:focus-visible,
[data-vc-theme='light'] .vc-time__minute input:focus-visible {
  outline-color: #fdba74;
}

[data-vc-theme='light'] .vc-time__hour input[data-vc-input-focus],
[data-vc-theme='light'] .vc-time__minute input[data-vc-input-focus] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] .vc-time__keeping {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

[data-vc-theme='light'] .vc-time__keeping:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] .vc-time__keeping:focus-visible {
  outline-color: #fdba74;
}

[data-vc-theme='light'] .vc-time__range input {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] .vc-time__range::before,
[data-vc-theme='light'] .vc-time__range::after {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] .vc-time__range:hover input::-webkit-slider-thumb {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

[data-vc-theme='light'] .vc-time__range:hover input::-moz-range-thumb {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

[data-vc-theme='light'] .vc-time__range input:focus-visible::-webkit-slider-thumb {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

[data-vc-theme='light'] .vc-time__range input:focus-visible::-moz-range-thumb {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

[data-vc-theme='light'] .vc-time__range input::-webkit-slider-thumb {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] .vc-time__range input::-moz-range-thumb {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] .vc-time__range input::-webkit-slider-runnable-track {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] .vc-time__range input::-moz-range-track {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

[data-vc-theme='light'] [data-vc-date-disabled]:not(.past) .vc-date__btn {
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  color: #fff !important;
}

.gfield--type-dates .ginput_container_text {
  display: none;
}

.booking-calendar-summary {
  /* font-size: 16px !important; */
  margin-top: 20px;
}

.booking-unavailable-dates {
  display: none;
}

[data-vc-date-btn] {
  margin: 2px;
}

.booking-calendar__summary-title {
  font-weight: 700;
  /* font-size: 16px; */
}

.calendar-module .vc-date__btn {
  pointer-events: none !important;
}

.booking-calendar__time-input {
  width: 100%;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #7C7C7C;
  border-color: rgba(124, 124, 124, var(--border-opacity));
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  outline: none !important;
  -webkit-transition: all 200ms cubic-bezier(0s645, 0.045, 0.355, 1);
  transition: all 200ms cubic-bezier(0s645, 0.045, 0.355, 1);
}

.is-long-radios {
  margin-top: 1rem
}

.is-long-radios .gchoice {
    margin-bottom: 2rem
  }

.is-long-radios .gchoice:last-child {
      margin-bottom: 0;
    }

.is-long-radios .gchoice label::before,
      .is-long-radios .gchoice label::after {
        top: 0.75em;
      }

.is-booking-form .gfield_description {
    --text-opacity: 1;
    color: #7C7C7C;
    color: rgba(124, 124, 124, var(--text-opacity));
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }

.is-booking-form .gchoice ul {
    list-style-type: none;
    padding-left: 1rem;
    li::before {
      content: "-";
      position: relative;
      top: -1px;
      display: inline-block !important;
      width: 1.5rem;
      margin-left: -1rem;
      font-size: 1.8rem;
    }
  }

.is-booking-disposition .gchoice {
    padding-bottom: 1.5rem;
    min-height: 64px;
  }

.is-booking-disposition .gfield_radio {
    margin-top: 1.5rem;
  }

.is-booking-disposition .gchoice label {
    cursor: pointer;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    min-height: 100%
  }

.is-booking-disposition .gchoice label::after,
    .is-booking-disposition .gchoice label::before {
      display: none;
    }

.is-booking-disposition .gchoice label div {
      width: 64px;
      height: 64px;
      border-radius: 0;
      border: 0;
      background-size: contain;
      opacity: 0.4;
    }

.is-booking-disposition .gchoice input:checked + label div {
    opacity: 1;
  }

.is-booking-disposition .dispo-demi-cercle {
    background-image: url(../assets/images/dispo-demi-cercle.png);
  }

.is-booking-disposition .dispo-u {
    background-image: url(../assets/images/dispo-u.png);
  }

.is-booking-disposition .dispo-conference {
    background-image: url(../assets/images/dispo-conference.png);
  }

.is-booking-disposition .dispo-ligne {
    background-image: url(../assets/images/dispo-ligne.png);
  }

.button--outline {
  border-width: 2px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 6px;
  padding-bottom: 6px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.button--outline .button__text {
  font-size: 2.2rem;
  font-weight: 600;
  margin-right: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.button--outline .button__icon {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.button--red,
.button--white {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-width: 4px;
  border-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button--red .button__text,
.button--outline2 .button__text,
.button--white .button__text {
  font-size: 2.3rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: 2rem;
}

.button--red {
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.button--white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.button--white-alt {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #CB2A16;
  border-color: rgba(203, 42, 22, var(--border-opacity));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.button--red .button__icon svg,
.button--white-alt .button__icon svg,
.button--white .button__icon svg {
  width: 22px;
  height: 22px;
}

.button--outline:hover {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.button--outline:hover .button__text,
.button--outline:hover .button__icon {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.button--outline:hover .button__icon {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.button--white:hover {
  background-color: transparent;
  border-width: 4px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.button--white:hover .button__text,
.button--white:hover .button__icon {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.button--white-alt:hover {
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.button--white-alt:hover .button__text,
.button--white-alt:hover .button__icon {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.button--red:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-width: 4px;
  --border-opacity: 1;
  border-color: #CB2A16;
  border-color: rgba(203, 42, 22, var(--border-opacity));
}

.button--red:hover .button__text,
.button--red:hover .button__icon {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.button--small {
  border-width: 2px;
  padding: 0.75rem 2.2rem
}

.button--small:hover {
    border-width: 2px;
  }

.button--small .button__text {
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 0;
  }

.button--outline2 {
  border-width: 2px;
  --border-opacity: 1;
  border-color: #CB2A16;
  border-color: rgba(203, 42, 22, var(--border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.button--outline2 .button__text {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.button--outline2:hover {
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity))
}

.button--outline2:hover .button__text {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.card__icon {
  width: 7.6rem;
  height: 7.6rem;
}

.card__video {
  cursor: pointer;
  width: calc(100% + 6rem);
  max-width: calc(100% + 6rem)
}

.card__video .media-item__toggle {
    top: 50% !important;
    width: 50px;
    height: 50px;
  }

.card__video.has-played {
    cursor: default;
  }

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease
}

.cc-window.cc-invisible {
  opacity: 0
}

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
          transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0)
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0)
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 9999
}

.cc-window.cc-static {
  position: static
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row
}

.cc-revoke {
  padding: .5em
}

.cc-revoke:hover {
  text-decoration: underline
}

.cc-header {
  font-size: 18px;
  font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline
}

.cc-link:hover {
  opacity: 1
}

.cc-link:active,
.cc-link:visited {
  color: initial
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset
}

.cc-top {
  top: 1em
}

.cc-left {
  left: 1em
}

.cc-right {
  right: 1em
}

.cc-bottom {
  bottom: 1em
}

.cc-floating>.cc-link {
  margin-bottom: 1em
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto
}

.cc-window.cc-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em
}

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1
}

.cc-btn+.cc-btn {
  margin-left: .5em
}

@media print {
  .cc-revoke,
	.cc-window {
    display: none
  }
}

@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal
  }
}

@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-top {
    top: 0
  }

  .cc-window.cc-bottom {
    bottom: 0
  }

  .cc-window.cc-banner,
	.cc-window.cc-floating,
	.cc-window.cc-left,
	.cc-window.cc-right {
    left: 0;
    right: 0
  }

  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }

  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto
  }

  .cc-window.cc-floating {
    max-width: none
  }

  .cc-window .cc-message {
    margin-bottom: 1em
  }

  .cc-window.cc-banner {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block
}

/* custom theme */

.cc-revoke { display: none;
}

/* .cc-banner {
  background: theme('colors.black');
  color: theme('colors.white');
}

.cc-btn.cc-allow {
  background: theme('colors.red');
  color: theme('colors.white');
  border-color: theme('colors.red');

  &:hover,
  &:focus {
    color: theme('colors.red');
    background: theme('colors.white');
    border-color: theme('colors.white');
  }
} */

.dropbutton {
  position: relative
}

.dropbutton ul {
    display: none;
  }

.dropbutton ul[aria-hidden="false"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

.dropbutton__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1rem;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #1A535C;
  border-color: rgba(26, 83, 92, var(--border-opacity));
  border-radius: 0.75rem;
  outline: none !important;
  border-bottom-color: #ccc
}

.dropbutton__button[aria-expanded="true"] {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

.dropbutton__icon {
  display: block;
  width: 1rem;
  height: 1rem
}

.dropbutton__icon svg {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }

.dropbutton__icon path {
    fill: currentColor;
  }

[aria-expanded="true"] .dropbutton__icon svg {
    --transform-rotate: 180deg;
  }

.dropbutton__list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  left: 0;
  width: 100%;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-width: 0;
  top: 100%;
  border-color: #1A535C;
}

.js .filters__submit {
  display: none;
}

.filters {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .filters {
    margin-bottom: 6px;
  }
}

.filters__item {
  width: 294px !important;
}

.filters__item-course-col1 {
  width: 180px !important;
  margin-right: 2rem;
}

.filters__item-course {
  width: 152px;
}

.filters__item-rent {
  width: 315px;
}

.filters__item select,
.filters__item-course select,
.filters__item-rent select {
  font-size: 2.2rem;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-weight: 600;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('../assets/images/chevron-down.svg');
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: right 20px bottom 13px
}

.filters__item select > option, .filters__item-course select > option, .filters__item-rent select > option {
    font-weight: normal;
    font-family: sans-serif, Helvetica, "Helvetica Neue", Arial, 'Source Sans Pro';
  }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100% !important;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  border-width: 2px;
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  /* border: 1px solid #aaa; */
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */

/* @group Single Chosen */

.chosen-container-single .chosen-single {
  width: 100%;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #7C7C7C;
  border-color: rgba(124, 124, 124, var(--border-opacity));
  padding-left: 2rem;
  --text-opacity: 1;
  color: #484848;
  color: rgba(72, 72, 72, var(--text-opacity));
  position: relative;
  display: block;
  overflow: hidden;
  height: 7.2rem;
  border-radius: 0;
  background-color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 7.1rem;
  background-image: url('../assets/images/chevron-down--grey.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 20px center;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  /* background: url("chosen-sprite.png") -42px 1px no-repeat; */
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  /* background: url("chosen-sprite.png") no-repeat 0px 2px; */
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  width: 100%;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #7C7C7C;
  border-color: rgba(124, 124, 124, var(--border-opacity));
  padding-left: 2rem;
  margin: 1px 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 56px;
  width: 100%;
  height: auto;
  outline: 0;
  /* border: 1px solid #aaa; */
  /* background: url("chosen-sprite.png") no-repeat 100% -20px; */
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

/* @end */

/* @group Results */

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px 20px;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */

/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 10px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 0;
  background-color: #eeeeee;
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */

/* @group Active  */

.chosen-container-active .chosen-single {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  border-width: 2px;
  /* border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
}

.chosen-container-active.chosen-with-drop .chosen-single {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  border-width: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */

/* @group Disabled Support */

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.autoComplete_wrapper {
  display: block;
  position: relative;
}

.autoComplete_wrapper > ul {
  border-width: 2px;
  --border-opacity: 1;
  border-color: #7C7C7C;
  border-color: rgba(124, 124, 124, var(--border-opacity));
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  right: 0;
  margin: -2px 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  background-color: #fff;
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.autoComplete_wrapper > ul > li {
  font-size: 2.2rem;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  color: #212121;
  background-color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: rgba(255, 122, 122, 1);
  font-weight: bold;
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  /* background-color: rgba(255, 122, 122, 0.15); */
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  color: #fff;
}

.autoComplete_wrapper > ul > li[aria-selected="true"] {
  /* background-color: rgba(255, 122, 122, 0.15); */
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  color: #fff;
}

@media (min-width: 768px) {
    .gform_wrapper .gform_fields {
      display: grid;
      grid-template-columns: repeat(12, minmax(0, 1fr));
      grid-gap: 2rem;
      gap: 2rem;
      grid-row-gap: 1.5rem;
      row-gap: 1.5rem;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }

    .gform_wrapper .gfield {
      grid-column: span 12 / span 12;
    }

    .gform_wrapper .gfield--width-full {
      grid-column: span 12 / span 12;
    }

    .gform_wrapper .gfield--width-eleven-twelfths {
      grid-column: span 11 / span 11;
    }

    .gform_wrapper .gfield--width-five-sixths {
      grid-column: span 10 / span 10;
    }

    .gform_wrapper .gfield--width-three-quarter {
      grid-column: span 9 / span 9;
    }

    .gform_wrapper .gfield--width-two-thirds {
      grid-column: span 8 / span 8;
    }

    .gform_wrapper .gfield--width-seven-twelfths {
      grid-column: span 7 / span 7;
    }

    .gform_wrapper .gfield--width-half {
      grid-column: span 6 / span 6;
    }

    .gform_wrapper .gfield--width-five-twelfths {
      grid-column: span 5 / span 5;
    }

    .gform_wrapper .gfield--width-third {
      grid-column: span 4 / span 4;
    }

    .gform_wrapper .gfield--width-quarter {
      grid-column: span 3 / span 3;
    }

    .gform_wrapper .gfield--width-one-sixth {
      grid-column: span 2 / span 2;
    }

    .gform_wrapper .gfield--width-one-twelfth {
      grid-column: span 1 / span 1;
    }
  }

.gform_wrapper .gfield_required_asterisk {
    margin-left: 0.5rem;
    --text-opacity: 1;
    color: #CB2A16;
    color: rgba(203, 42, 22, var(--text-opacity));
  }

.gform_wrapper .hide-label .gfield_label {
    display: none;
  }

.gform_wrapper .gform_required_legend {
    display: none;
  }

.gform_wrapper .gf_progressbar_title {
    font-weight: 700;
    text-transform: uppercase;
    --text-opacity: 1;
    color: #CB2A16;
    color: rgba(203, 42, 22, var(--text-opacity));
    font-size: 3.4rem;
  }

.gform_wrapper .gf_progressbar {
    display: none;
  }

.gform_wrapper .charleft {
    display: none;
    font-size: 1.7rem
  }

.gform_wrapper .charleft.warningTextareaInfo {
      display: block;
      --text-opacity: 1;
      color: #CB2A16;
      color: rgba(203, 42, 22, var(--text-opacity));
    }

.gform_wrapper .gfield--type-hidden {
    display: none !important;
  }

.gform_wrapper .select2-container .select2-selection--single {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 4.7rem;
  }

.gform_title {
  display: none;
}

.gfield {
  margin-bottom: 2rem;
}

/* labels */

.gfield_label {
  font-size: 1.6rem;
  --text-opacity: 1;
  color: #7C7C7C;
  color: rgba(124, 124, 124, var(--text-opacity));
  text-transform: uppercase;
}

/* gfields */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield !important; /* Firefox */
}

.ginput_container_text,
.ginput_container_date,
.ginput_container_email,
.ginput_container_time,
.ginput_container_phone,
.ginput_container_select,
.ginput_container_number {
  margin-top: 1rem
  /* height: 7.2rem; */
}

.ginput_container_text input,
  .ginput_container_text textarea,
  .ginput_container_text select,
  .ginput_container_date input,
  .ginput_container_date textarea,
  .ginput_container_date select,
  .ginput_container_email input,
  .ginput_container_email textarea,
  .ginput_container_email select,
  .ginput_container_time input,
  .ginput_container_time textarea,
  .ginput_container_time select,
  .ginput_container_phone input,
  .ginput_container_phone textarea,
  .ginput_container_phone select,
  .ginput_container_select input,
  .ginput_container_select textarea,
  .ginput_container_select select,
  .ginput_container_number input,
  .ginput_container_number textarea,
  .ginput_container_number select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

.gfield--number.gf-mini {
  width: 146px !important;
}

.ginput_container_date {
  position: relative
}

.ginput_container_date .ui-datepicker-trigger {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /* replace the image */
    width: 30px;
    height: 30px;
    padding-left: 30px;
    overflow: hidden;
    background: #fff url("../assets/images/calendar-outline.svg");
  }

.ui-datepicker {
  position: absolute;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px
}

.ui-datepicker-title select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin-right: 10px
  }

.ui-datepicker-title select:last-child {
      margin-right: 0;
    }

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 1.7rem;
  cursor: pointer
}

.ui-datepicker-prev:hover,
  .ui-datepicker-prev:focus,
  .ui-datepicker-next:hover,
  .ui-datepicker-next:focus {
    --text-opacity: 1;
    color: #CB2A16;
    color: rgba(203, 42, 22, var(--text-opacity));
  }

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-calendar a,
  .ui-datepicker-calendar .ui-datepicker-unselectable span {
    text-decoration: none;
    display: inline-block;
    padding: 6px
  }

.ui-datepicker-calendar a:hover,
    .ui-datepicker-calendar a:focus,
    .ui-datepicker-calendar .ui-datepicker-unselectable span:hover,
    .ui-datepicker-calendar .ui-datepicker-unselectable span:focus {
      --text-opacity: 1;
      color: #CB2A16;
      color: rgba(203, 42, 22, var(--text-opacity));
    }

.ui-datepicker-calendar .ui-datepicker-unselectable span {
    --text-opacity: 1 !important;
    color: #7C7C7C !important;
    color: rgba(124, 124, 124, var(--text-opacity)) !important;
  }

.ginput_container_select select,
.ui-datepicker-title select {
  cursor: pointer;
  /* min-height: 7.2rem; */
  background-image: url("../assets/images/chevron-down--grey.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 20px center;
}

.ginput_container_text input,
.ginput_container_email input,
.ginput_container_number input,
.ginput_container_time input,
.ginput_container_phone input,
.ginput_container_date input,
.ginput_container_textarea textarea,
.ginput_container_select select,
.ui-datepicker-title select {
  width: 100%;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #7C7C7C;
  border-color: rgba(124, 124, 124, var(--border-opacity));
  padding-left: 2rem;
  outline: none !important;
  -webkit-transition: all 200ms cubic-bezier(0s645, 0.045, 0.355, 1);
  transition: all 200ms cubic-bezier(0s645, 0.045, 0.355, 1);
}

.ui-datepicker-title select:last-child {
  width: 180px;
}

.ui-datepicker-calendar {
  width: 100%;
}

.gfield--section {
  margin-bottom: 0;
  margin-top: 3rem;
}

.gsection_title {
  font-size: 1.6rem;
  --text-opacity: 1;
  color: #ABABAA;
  color: rgba(171, 171, 170, var(--text-opacity));
  text-transform: uppercase;
}

.gsection--large .gsection_title,
.gsection--larger .gsection_title,
.gsection--large > .gfield_label,
.gsection--larger > .gfield_label {
  font-size: 2.2rem;
  --text-opacity: 1;
  color: #484848;
  color: rgba(72, 72, 72, var(--text-opacity));
  font-weight: 600;
  text-transform: none;
}

.gsection--larger .gsection_title,
.gsection--larger > .gfield_label {
  font-size: 3.4rem;
}

.gsection.gsection--large,
.gsection.gsection--larger {
  margin-bottom: 1rem;
}

.gfield_notice {
  --text-opacity: 1;
  color: #818181;
  color: rgba(129, 129, 129, var(--text-opacity));
  margin-top: 1rem;
}

.form-v2 .ginput_container_text input,
  .form-v2 .ginput_container_email input,
  .form-v2 .ginput_container_number input,
  .form-v2 .ginput_container_time input,
  .form-v2 .ginput_container_phone input,
  .form-v2 .ginput_container_date input,
  .form-v2 .ginput_container_textarea textarea,
  .form-v2 .ginput_container_select select,
  .form-v2 .ui-datepicker-title select {
    --bg-opacity: 1;
    background-color: #F4F4F4;
    background-color: rgba(244, 244, 244, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #F4F4F4;
    border-color: rgba(244, 244, 244, var(--border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.form-v2 .gform_fields {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

.form-v2 .ui-datepicker-trigger {
    background-color: transparent !important;
  }

.form-v2 {
  /* fix issue with conditional logic since we move that field with javascript */
}

.form-v2 .water-extra-input1 input {
    display: block !important;
  }

.form-v2 textarea {
    padding-top: 0.5rem !important;
    resize: none;
    height: 250px !important;
  }

.form-v2 .partie-endommagee textarea {
    height: 120px !important;
  }

.form-v2 .gfield-radio-separator {
    margin-left: 0;
  }

.form-v2 .is-bold-label > legend,
    .form-v2 .is-bold-label > label {
      font-size: 2rem;
      --text-opacity: 1;
      color: #484848;
      color: rgba(72, 72, 72, var(--text-opacity));
      font-weight: 600;
      text-transform: none;
    }

.form-v2 .gfield.hidden_label .gfield_label {
    display: none !important;
  }

.form-v2 .gfield {
    margin-bottom: 0rem;
  }

.form-v2 .gfield_label {
    text-transform: none;
  }

.form-v2 .ginput_container_text,
  .form-v2 .ginput_container_date,
  .form-v2 .ginput_container_email,
  .form-v2 .ginput_container_time,
  .form-v2 .ginput_container_phone,
  .form-v2 .ginput_container_select,
  .form-v2 .ginput_container_number {
    margin-top: 0.5rem;
  }

.form-v2 .gfield--type-section + .gfield--type-section {
    margin-top: 0;
  }

.form-v2 {
  /* for preview pdf */
}

@media (min-width: 800px) {

.form-v2 .gfield_html_formatted img {
      margin-left: -60px;

      width: 760px;

      max-width: calc(100vw - 40px)
  }
    }

.form-v2 .gsection--large .gsection_title,
  .form-v2 .gsection--larger .gsection_title,
  .form-v2 .gsection--large > .gfield_label,
  .form-v2 .gsection--larger > .gfield_label,
  .form-v2 .gsection_description .is-larger {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    font-weight: 700;
  }

.form-v2 .gsection_description .is-larger {
    font-size: 2.2rem;
  }

.form-v2 .incident-causes,
  .form-v2 .date-sinistre {
    margin-top: 1.5rem;
  }

.form-v2 .gfield-radio-separator {
    --text-opacity: 1;
    color: #7C7C7C;
    color: rgba(124, 124, 124, var(--text-opacity));
    font-size: 1.6rem;
  }

.gform_fields .gfield textarea {
  padding-top: 2.3rem;
}

/* gfields focus & active */

.ginput_container_text input:focus,
.ginput_container_text input:active,
.ginput_container_date input:focus,
.ginput_container_date input:active,
.ginput_container_email input:focus,
.ginput_container_email input:active,
.ginput_container_time input:focus,
.ginput_container_time input:active,
.ginput_container_phone input:focus,
.ginput_container_phone input:active,
.ginput_container_textarea textarea:focus,
.ginput_container_textarea textarea:active,
.ginput_container_select select:focus,
.ginput_container_select select:hover,
.ginput_container_select select:active,
.ui-datepicker-title select:focus,
.ui-datepicker-title select:hover,
.ui-datepicker-title select:active,
.ginput_container_number input:focus,
.ginput_container_number input:active {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  border-width: 2px;
  outline: none !important;
}

/* placeholder */

.gform_fields .gfield input::-webkit-input-placeholder, .gform_fields .gfield textarea::-webkit-input-placeholder {
  font-size: 2.2rem !important;
  --text-opacity: 1 !important;
  color: #818181 !important;
  color: rgba(129, 129, 129, var(--text-opacity)) !important;
}

.gform_fields .gfield input::-moz-placeholder, .gform_fields .gfield textarea::-moz-placeholder {
  font-size: 2.2rem !important;
  --text-opacity: 1 !important;
  color: #818181 !important;
  color: rgba(129, 129, 129, var(--text-opacity)) !important;
}

.gform_fields .gfield input:-ms-input-placeholder, .gform_fields .gfield textarea:-ms-input-placeholder {
  font-size: 2.2rem !important;
  --text-opacity: 1 !important;
  color: #818181 !important;
  color: rgba(129, 129, 129, var(--text-opacity)) !important;
}

.gform_fields .gfield input::-ms-input-placeholder, .gform_fields .gfield textarea::-ms-input-placeholder {
  font-size: 2.2rem !important;
  --text-opacity: 1 !important;
  color: #818181 !important;
  color: rgba(129, 129, 129, var(--text-opacity)) !important;
}

.gform_fields .gfield input::placeholder,
.gform_fields .gfield textarea::placeholder,
.ginput_container_select select option,
.ui-datepicker-title select option {
  font-size: 2.2rem !important;
  --text-opacity: 1 !important;
  color: #818181 !important;
  color: rgba(129, 129, 129, var(--text-opacity)) !important;
}

/* Time specific css */

.gfield--time .clear-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative
}

.gfield--time .clear-multi .ginput_container_time {
    width: calc(50% - 10px);
  }

.ginput_container_time i {
  /* Hide the : below next to hh */
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  font-style: normal;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gfield_time_hour label,
.gfield_time_minute label {
  font-size: 1.6rem;
}

.form-v2 .gfield--type-time .ginput_complex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative
  }

.form-v2 .gfield--type-time .ginput_complex .ginput_container_time {
      width: calc(50% - 10px);
    }

/* checkbox, consent, radio */

.gfield--radio input {
    display: none
  }

.gfield--radio input + label {
      display: block;
      position: relative;
      padding-left: 4.2rem;
      --text-opacity: 1;
      color: #818181;
      color: rgba(129, 129, 129, var(--text-opacity))
    }

.gfield--radio input + label:before {
        content: "";
        position: absolute;
        left: 0;
        display: block;
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        border-width: 2px;
        border-radius: 9999px;
        cursor: pointer;
        --border-opacity: 1;
        border-color: #ABABAA;
        border-color: rgba(171, 171, 170, var(--border-opacity));
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 2.2rem;
        height: 2.2rem;
      }

.gfield--radio input + label:after {
      content: "";
      position: absolute;
      display: block;
      --bg-opacity: 1;
      background-color: #000;
      background-color: rgba(0, 0, 0, var(--bg-opacity));
      border-radius: 9999px;
      cursor: pointer;
      border-width: 1px;
      --border-opacity: 1;
      border-color: #818181;
      border-color: rgba(129, 129, 129, var(--border-opacity));
      width: 1.2rem;
      height: 1.2rem;
      left: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%) scale(0);
              transform: translateY(-50%) scale(0);
      -webkit-transition: all 0.15s;
      transition: all 0.15s;
    }

.gfield--radio input:checked + label:after {
      -webkit-transform: translateY(-50%) scale(1);
              transform: translateY(-50%) scale(1);
    }

.gfield--radio input:checked + label:before {
      --border-opacity: 1;
      border-color: #000;
      border-color: rgba(0, 0, 0, var(--border-opacity));
    }

.gfield--checkbox input, .gfield--consent input {
    display: none
  }

.gfield--checkbox input + label, .gfield--consent input + label {
      display: block;
      position: relative;
      padding-left: 4.2rem;
      --text-opacity: 1;
      color: #818181;
      color: rgba(129, 129, 129, var(--text-opacity))
    }

.gfield--checkbox input + label:before, .gfield--consent input + label:before {
        content: "";
        position: absolute;
        left: 0;
        display: block;
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        border-width: 2px;
        cursor: pointer;
        --border-opacity: 1;
        border-color: #ABABAA;
        border-color: rgba(171, 171, 170, var(--border-opacity));
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 2.2rem;
        height: 2.2rem;
      }

.gfield--checkbox input + label:after, .gfield--consent input + label:after {
      content: "";
      position: absolute;
      display: block;
      cursor: pointer;
      width: 1.2rem;
      height: 1.1rem;
      left: 5px;
      top: 11px;
      background-image: url("../assets/images/checkmark.svg");
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all 0.15s;
      transition: all 0.15s;
    }

.gfield--checkbox input:checked + label:after, .gfield--consent input:checked + label:after {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

.gfield--checkbox input:checked + label:before, .gfield--consent input:checked + label:before {
      --border-opacity: 1;
      border-color: #000;
      border-color: rgba(0, 0, 0, var(--border-opacity));
    }

/* progress bar */

.gf_progressbar_wrapper {
  margin-bottom: 4rem;
}

.gf_progressbar {
  --bg-opacity: 1;
  background-color: #F4F4F4;
  background-color: rgba(244, 244, 244, var(--bg-opacity));
}

.gf_progressbar_percentage {
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  height: 6px
}

.gf_progressbar_percentage span {
    display: none;
  }

.form-v2 .gf_progressbar_wrapper {
    margin-bottom: 0.25rem;
    font-size: 2.6rem;
  }

/* footer */

.gform_page_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gform_footer,
.gform_page_footer {
  margin-top: 4rem;
}

/* submit button */

.gform_button,
.gform_next_button,
.gform_previous_button,
.gform_button_select_files {
  font-size: 2.3rem;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-weight: 900;
  text-transform: uppercase;
  background-color: transparent;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: auto;
  cursor: pointer;
  border-radius: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s
}

.gform_button:hover,
  .gform_button:focus,
  .gform_next_button:hover,
  .gform_next_button:focus,
  .gform_previous_button:hover,
  .gform_previous_button:focus,
  .gform_button_select_files:hover,
  .gform_button_select_files:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.gform_previous_button {
  margin-left: 0 !important;
}

.gform_button_select_files {
  width: auto;
  margin: 10px 0 0;
}

.ginput_preview {
}

.gform_drop_area {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  --bg-opacity: 1;
  background-color: #F4F4F4;
  background-color: rgba(244, 244, 244, var(--bg-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}

.gform_drop_area span {
    font-size: 1.7rem;
  }

.ginput_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem
}

.ginput_preview strong {
    font-weight: normal;
  }

.ginput_preview:first-child {
    margin-top: 10px;
  }

.gform_delete {
  margin-right: 1rem;
}

/* errors */

.gform_validation_errors {
  font-size: 2.2rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
  padding: 19px 20px 18px 64px;
}

.gform_validation_errors::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../assets/images/alert-circle.svg");
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
}

.validation_message {
  font-size: 1.7rem;
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
  position: relative;
  font-weight: 700;
  line-height: 31.2px;
}

.gfield_error .ginput_container_text input,
.gfield_error .ginput_container_number input,
.gfield_error .ginput_container_date input,
.gfield_error .gfield_time_hour input,
.gfield_error .gfield_time_minute input,
.gfield_error .ginput_container_phone input,
.gfield_error .ginput_container_email input,
.gfield_error .ginput_container_textarea textarea,
.gfield_error .ginput_container_select select,
.gfield_error
  .ginput_container_select
  .chosen-container:not(.chosen-with-drop)
  .chosen-single {
  --border-opacity: 1;
  border-color: #CB2A16;
  border-color: rgba(203, 42, 22, var(--border-opacity));
}

.gfield_error .ginput_container_text,
.gfield_error .ginput_container_number,
.gfield_error .ginput_container_email,
.gfield_error .ginput_container_phone,
.gfield_error .ginput_container_radio,
.gfield_error .ginput_container_textarea,
.gfield_error .ginput_container_select {
  position: relative;
}

@media (min-width: 1024px) {
  .gfield_error .ginput_container_text::after,
  .gfield_error .ginput_container_number::after,
  .gfield_error .ginput_container_email::after,
  .gfield_error .ginput_container_date::after,
  .gfield_error .ginput_container_phone::after,
  .gfield_error .ginput_container_radio::after,
  .gfield_error .ginput_container_textarea::after,
  .gfield_error .ginput_container_select::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../assets/images/warning.svg");
    background-repeat: no-repeat;
    width: 2.2rem;
    height: 2.2rem;
  }
    .is-npa .ginput_container_number::after, .is-indemnity-npa .ginput_container_number::after, .is-street .ginput_container_text::after, .is-buildingStreet .ginput_container_text::after, .is-indemnity-street .ginput_container_text::after {
      display: none;
    }
}

@media (min-width: 768px) {
  /* submit button */

  .gform_button,
  .gform_next_button,
  .gform_previous_button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.gfield-radio-separator {
  margin-top: 1rem;
  margin-left: -5px;
}

.gfield.is-npa ul[role="listbox"],
.gfield.is-indemnity-npa ul[role="listbox"] {
  width: 320px !important;
  max-width: calc(100vw - 40px);
}

.spacer.gfield {
  margin-bottom: 0;
}

.form-v2 .select2-container .select2-selection--single {
    --bg-opacity: 1;
    background-color: #F4F4F4;
    background-color: rgba(244, 244, 244, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #F4F4F4;
    border-color: rgba(244, 244, 244, var(--border-opacity))
  }

.form-v2 .select2-container .select2-selection--single[aria-expanded="true"] {
      --border-opacity: 1;
      border-color: #000;
      border-color: rgba(0, 0, 0, var(--border-opacity));
    }

.form-v2 .gfield-radio-separator {
    list-style: none
  }

.form-v2 .gfield-radio-separator::marker {
      content: none;
    }

.form-v2 .gsection_description ul {
    margin-top: 0.5rem;
  }

.form-v2 .gsection_description li {
    margin: 0;
  }

.form-v2 .gsection_description .is-larger {
    font-weight: 700;
  }

.form-v2 {
  /* Fix z-index issue with phone flag below */
  /* & .is-street,
  & .is-buildingStreet,
  & .is-npa,
  & .is-indemnity-npa {
    @apply relative z-20;
  } */
}

.form-v2 .gfield--type-phone {
    position: relative;
    z-index: 0;
  }

.ginput_container_consent label a {
  text-decoration: underline
}

.ginput_container_consent label a:hover,
  .ginput_container_consent label a:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

.is-water-warn,
.is-description-alert .gfield_description:not(.validation_message) {
  font-size: 2rem
}

.is-water-warn::before, .is-description-alert .gfield_description:not(.validation_message)::before {
    content: "";
    position: absolute;
    display: block;
    left: 9px;
    top: 9px;
    background-image: url('../assets/images/warning-outline--white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
  }

.is-description-alert .gfield_description:not(.validation_message) {
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 20px
}

.is-description-alert .gfield_description:not(.validation_message) li {
    position: relative;
    padding-left: 2rem
  }

.is-description-alert .gfield_description:not(.validation_message) li::before {
      content: "";
      position: absolute;
      left: 0;
      background-image: url('../assets/images/minus--white.svg');
      background-repeat: no-repeat;
      width: 8px;
      height: 2px;
      top: 13px;
    }

.incident-causes .gchoice {
  position: relative;
}

.is-water-warn {
  position: absolute;
  top: 0;
  left: 0;
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding: 2.5rem;
  padding-left: 4rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  z-index: 50;
  width: 840px;
  max-width: calc(100vw - 5.75rem);
  padding-right: 60px;
  -webkit-transform: translateY(calc(-100% - 4px));
          transform: translateY(calc(-100% - 4px));
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.is-water-warn p:not(:last-child) {
    margin-bottom: 1em;
  }

.is-water-warn .close {
    background-color: transparent;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px
  }

.is-water-warn .close::before,
    .is-water-warn .close::after {
      content: "";
      position: absolute;
      display: block;
      --bg-opacity: 1;
      background-color: #fff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      width: 2px;
      height: 20px;
      top: 5px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }

.is-water-warn .close::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }

.is-water-warn .close::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }

.grants-search {
  margin-bottom: 3rem;
}

.grants-search__label {
  font-weight: 600;
  font-size: 1.8rem;
}

.grants-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.2rem;
  gap: 0.8rem;
}

.grants-search__input {
  width: 100%;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #7C7C7C;
  border-color: rgba(124, 124, 124, var(--border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.8rem;
  height: 4.5rem;
  border-radius: 4px;
  border-color: #E7E7ED;
  padding-right: 3.8rem;
  background-image: url('../assets/images/search-subvention.svg');
  background-repeat: no-repeat;
  background-position: right 1.1rem center
}

.grants-search__input:focus {
    outline: 0;
  }

.grants-search__input:focus-visible {
    -webkit-box-shadow: 0 0 0 2px #CB2A16;
            box-shadow: 0 0 0 2px #CB2A16;
  }

.grants-search__filter-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #272833;
  border-color: rgba(39, 40, 51, var(--border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  font-size: 1.8rem;
  border-radius: 4px;
  gap: 0.8rem;
  -webkit-transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, transform 0.2s;
  transition: color 0.2s, transform 0.2s, -webkit-transform 0.2s
}

.grants-search__filter-toggle:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

.grants-search__filter-toggle:focus {
    outline: 0;
  }

.grants-search__filter-toggle:focus-visible {
    -webkit-box-shadow: 0 0 0 2px #CB2A16;
            box-shadow: 0 0 0 2px #CB2A16;
  }

.grants-search__filter-toggle svg {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

.grants-search__filter-toggle.is-active svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

.grants-search__tags {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem;
  gap: 1.2rem
}

.grants-search__tags.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.grants-search__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --text-opacity: 1;
  color: #6B6C7E;
  color: rgba(107, 108, 126, var(--text-opacity));
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  --bg-opacity: 1;
  background-color: #E2E4EA;
  background-color: rgba(226, 228, 234, var(--bg-opacity));
  gap: 1rem;
  border-radius: 4px;
  padding: 1.2rem 2.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s
}

.grants-search__tag:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

.grants-search__tag:active {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }

.grants-search__tag:focus {
    outline: 0;
  }

.grants-search__tag:focus-visible {
    -webkit-box-shadow: 0 0 0 2px #CB2A16;
            box-shadow: 0 0 0 2px #CB2A16;
  }

.grants-search__tag.is-active {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

.grants-search__tag .grants-search__tag__double-label {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    border-radius: 9999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: none;
    margin-top: -1rem;
    margin-bottom: -1rem;
    width: 2.8rem;
    height: 2.8rem;
  }

.header-standard__notice {
  padding: 54px 20px 18px 20px;
}

.header-standard__notice::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  background-image: url('../assets/images/alert-circle.svg');
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
}

@media (min-width: 1024px) {
  .header-standard__notice {
    padding-top: 19px;
    padding-left: 64px;
  }

  .header-standard__notice::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.header-advanced__wrapper {
  margin-bottom: 8rem;
}

.header-advanced__img-wrapper {
  height: 24.5rem;
}

.header-advanced__illustration {
  opacity: 0.08;
  margin-top: 7.5rem;
}

.header-advanced__quicklinks {
  top: -6.5rem;
}

.header-advanced__quicklink {
  padding: 5px 38px 0px 38px;
  border-color: #CDCDCD;
}

.header-advanced__quicklink h5 {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.header-advanced__quicklink:hover h5 {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.header-advanced__quicklink-icon {
  max-width: 100px;
}

.header-advanced__img {
  mix-blend-mode: multiply;
}

@media (min-width: 1024px) {
  .header-advanced__wrapper {
    margin-bottom: 0;
  }

  .header-advanced__img-wrapper {
    height: 43.9rem;
  }

  .header-advanced__illustration {
    margin-top: 0rem;
  }

  .header-advanced__quicklinks {
    margin-top: -25.5rem;
  }

  .header-advanced__quicklink {
    padding: 10px 38px 20px 38px;
    max-width: 195px;
    min-height: 195px;
    width: 195px;
  }

  .header-advanced__quicklink-icon {
    max-width: 85%;
  }
}

.header-frontpage__wrapper {
  height: 76.5rem;
}

.header-frontpage__quicklinks {
  margin-left: -8px;
}

.header-frontpage__quicklink {
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-width: 5px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.header-frontpage__quicklink:last-child {
  margin-right: 0;
}

.header-frontpage__quicklink:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
  border-width: 5px;
  --border-opacity: 1;
  border-color: #CB2A16;
  border-color: rgba(203, 42, 22, var(--border-opacity));
}

.header-frontpage__quicklink-icon {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.header-frontpage__quicklink:hover .header-frontpage__quicklink-icon {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.header-frontpage__slideshow {
  bottom: -8px;
  height: 269px !important;
}

@media (min-width: 768px) {
  .header-frontpage__wrapper {
    height: 72.5rem;
  }

  .header-frontpage__quicklinks {
    margin-left: 0px;
  }

  .header-frontpage__slideshow {
    height: 335px !important;
  }
}

@media (min-width: 1024px) {
  .header-frontpage__quicklink {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    border-width: 5px;
    --border-opacity: 1;
    border-color: #CB2A16;
    border-color: rgba(203, 42, 22, var(--border-opacity));
    min-width: 0;
    outline: 8px solid #fff;
    margin-right: 28px;
  }

  .header-frontpage__wrapper {
    height: 81.4rem;
  }

  .header-frontpage__slideshow {
    top: unset;
    bottom: 0;
    height: 475px !important;
  }
}

.header-standard--search .heading h1 {
  font-size: 5.8rem !important;
  font-style: italic !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
  .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
  .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
  .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: calc(100vw - 100px);
  max-height: calc(100vh - 100px);
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-container {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-container {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-container {
  opacity: 0;
}

/* MENU MOBILE */

.mfp-menu.mfp-bg,
.mfp-menu.mfp-wrap {
  position: fixed !important;
  top: 123px !important;
}

.mfp-menu.mfp-wrap {
  -webkit-overflow-scrolling: touch;
}

.mfp-menu.mfp-bg {
  opacity: 1;
  height: 0 !important;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #fff;
}

.mfp-menu.mfp-bg.mfp-ready {
  opacity: 1;
  height: 100vh !important;
}

.mfp-menu.mfp-wrap {
  bottom: 0 !important;
  height: auto !important;
  overflow: hidden auto;
}

.mfp-menu .mfp-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mfp-menu .mfp-content {
  vertical-align: top !important;
  min-height: 100% !important;
}

.link {
  -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}

.link .link__icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 3rem;
}

.link .link__icon svg {
  max-width: 3rem;
  max-height: 3rem;
}

.link--red {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.link--black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.link--white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.link--simple {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.link.link--black:hover {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.link__icon:first-of-type {
  margin-right: 2rem;
  opacity: 1;
  -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}

.link__icon:last-of-type {
  margin-left: 2rem;
  opacity: 0;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}

.link__text {
  -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}

.link:hover .link__text {
  /* padding-left: 2rem; */
}

.link:hover {
  -webkit-transform: translateX(-39px);
          transform: translateX(-39px);
}

.link--black:hover .link__icon:last-of-type {
  margin-left: 2rem;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: #CB2A16 !important;
}

.link--black:hover .link__icon:first-of-type {
  opacity: 0;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  color: #CB2A16 !important;
}

.single__content .link:hover {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

.single__categories .link:hover {
    -webkit-transform: translateX(-45px);
            transform: translateX(-45px);
  }

.single__categories .link.link--arrow-right:hover, .single__posts .link.link--arrow-right:hover {
    -webkit-transform: translateX(-34px) !important;
            transform: translateX(-34px) !important;
  }

/* to align the different icons/text in links list modules */

.links .link__icon, .link-list .link__icon {
    min-width: 30px;
  }

.links .link:hover, .link-list .link:hover {
    -webkit-transform: translateX(-52px);
            transform: translateX(-52px);
  }

.link--simple {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.link--simple:hover {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.link--simple:hover .link__icon {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.link--simple:hover .link__icon:first-of-type {
  opacity: 0;
  -webkit-transform: translateX(0rem);
          transform: translateX(0rem);
}

.link--simple:hover .link__icon:last-of-type {
  opacity: 1;
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}

.link--simple:hover .link__text {
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
  padding-left: 0;
}

.link--white.link--simple {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.link--white.link--simple:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.link--white.link--simple:hover .link__icon {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.link__icon--down-show,
.link__icon--down-hide {
  display: none;
}

.link--file,
.link--download {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  position: relative
}

.link--file:hover, .link--download:hover {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

.link--file .link__icon,
.link--download .link__icon {
  display: none;
}

.link--file .link__icon--down-show,
.link--file .link__icon--down-hide,
.link--download .link__icon--down-show,
.link--download .link__icon--down-hide {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}

.link--file .link__icon--down-hide,
.link--download .link__icon--down-hide {
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  visibility: visible;
  opacity: 1;
}

.link--file .link__icon--down-show,
.link--download .link__icon--down-show {
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  visibility: hidden;
  opacity: 0;
}

.link--file:hover .link__icon--down-hide,
.link--download:hover .link__icon--down-hide {
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
}

.link--file:hover .link__icon--down-show,
.link--download:hover .link__icon--down-show {
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  visibility: visible;
  opacity: 1;
}

.link--file .link__text,
.link--download .link__text {
  padding-left: 5rem;
}

.link--file:hover .link__text,
.link--download:hover .link__text {
  padding-left: 5rem;
}

.media-item__image,
.media-item__video,
.media-item__embed {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.media-item__poster {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s
}

.media-item__poster.is-hidden {
    opacity: 0;
    visibility: hidden;
  }

.media-item__toggle {
  position: absolute;
  z-index: 2;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  outline: 0 !important
}

.media-item__toggle svg {
    width: 100%;
    height: auto
  }

.media-item__toggle svg g {
      fill: #fff;
    }

.media-item__toggle.is-hidden {
    opacity: 0;
    visibility: hidden;
  }

.media-item__backdrop {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.media-item__backdrop.is-hidden {
    opacity: 0;
    visibility: hidden;
  }

@media (min-width: 768px) {
  .media-item__toggle {
    top: 45%;
  }
}

@media (min-width: 1024px) {
  .media-item__toggle {
    width: 100px;
    height: 100px;
    top: 50%;
  }
}

.member__contact a .member__linkedin,
.member__contact a .member__mail {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.member__contact a:hover .member__linkedin,
.member__contact a:hover .member__mail {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .mfp-menu .nav-main {
    text-transform: none;
    font-size: 1.9rem;
    text-align: left
  }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children > a {
        position: relative;
        width: 100%;
        display: block;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 li.is-depth-mobile-0 {
        text-transform: none;
        font-size: 2rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        font-weight: 700;
        position: relative;
        padding-left: 2rem;
        padding-right: 2rem;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 li.is-depth-mobile-0::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: calc(100% + 40px);
        height: 2px;
        --bg-opacity: 1;
        background-color: #F6F6F6;
        background-color: rgba(246, 246, 246, var(--bg-opacity));
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 li.is-depth-mobile-0:first-child::before {
        display: none;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 li.is-depth-mobile-0.is-highlight {
        font-size: 2rem;
        --text-opacity: 1;
        color: #CB2A16;
        color: rgba(203, 42, 22, var(--text-opacity));
        font-weight: 900;
        text-transform: uppercase;
        position: relative;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 li.is-depth-mobile-0.is-highlight:after {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        right: 2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-image: url('../assets/images/arrow-forward-outline--red.svg');
        background-repeat: no-repeat;
        background-size: 18px 18px;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 li.is-depth-mobile-0.is-open {
        padding-bottom: 0;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-0 > a:after,
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-1> a:after {
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0px;
        opacity: 0;
        background-color: #F6F6F6;
        position: absolute;
        -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-0 > a:before,
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-1 > a:before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        right: 0;
        top: 6px;
        background-repeat: no-repeat;
        background-size: 18px 18px;
        -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-0 > a:before {
        background-image: url('../assets/images/chevron-down.svg');
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-1 > a:before {
        background-image: url('../assets/images/chevron-down--grey.svg');
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-1,
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-li.is-depth-mobile-1 {
        font-size: 1.6rem;
        --text-opacity: 1;
        color: #585858;
        color: rgba(88, 88, 88, var(--text-opacity));
        font-weight: 300;
        text-transform: uppercase;
        border-bottom-width: 2px;
        --border-opacity: 1;
        border-color: #F6F6F6;
        border-color: rgba(246, 246, 246, var(--border-opacity));
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin-left: 2rem;
        margin-right: 2rem;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-1:first-child,
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-li.is-depth-mobile-1:first-child {
        padding-top: 0;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-1:last-child,
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-li.is-depth-mobile-1:last-child {
        border-bottom-width: 0;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item.is-depth-mobile-2 {
        font-size: 1.9rem;
        --text-opacity: 1;
        color: #000;
        color: rgba(0, 0, 0, var(--text-opacity));
        font-weight: 600;
        border-bottom-width: 2px;
        --border-opacity: 1;
        border-color: #F6F6F6;
        border-color: rgba(246, 246, 246, var(--border-opacity));
        padding-top: 1rem;
        padding-bottom: 1rem;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item.is-depth-mobile-2:first-child {
        padding-top: 0;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item.is-depth-mobile-2:last-child {
        border-bottom-width: 0;
        padding-bottom: 0;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-0.is-open > a,
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-1.is-open > a {
        padding-bottom: 1.5rem;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-0.is-open > a:after,
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-1.is-open > a:after {
        width: 100%;
        height: 2px;
        opacity: 1;
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-0.is-open > a:before,
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-1.is-open > a:before {
        -webkit-transform-origin: center;
                transform-origin: center;
        background-image: url('../assets/images/chevron-down--red.svg');
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-0 ul.is-depth-mobile-1,
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-1 ul.is-depth-mobile-2 {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      }
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-0.is-open ul.is-depth-mobile-1,
      .mfp-menu .nav-main ul.is-depth-mobile-0 .menu-item-has-children.is-depth-mobile-1.is-open ul.is-depth-mobile-2  {
        padding-top: 1.6rem;
        opacity: 1;
        max-height: 70rem;
        text-transform: none !important;
      }
}

@media (min-width: 1024px) {
  .nav-main__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.1333333333
    /*
      * We avoid relative position in ul/li so that when we set "absolute"
      * position on the submenu, it will be relative to the ".container" which has the relative position.
      * This way the submenu will have the correct full container width.
      */
  }
    .nav-main__menu > li {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }
    .nav-main__menu li a {
      position: relative;
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
    }
    .nav-main__menu .menu-li.is-depth-0 {
      height: 100%;
    }
  .nav-main__menu {
    /* only hide direct submenu. sub-sub-menu should be shown by default. */
    /* direct submenu with white background */
  }
      .nav-main__menu .menu-li.is-depth-0 > ul {
        position: absolute;
        left: 0;
        right: 0;
        padding-top: 5rem;
        padding-bottom: 5rem;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-left: auto;
        margin-right: auto;
        max-width: 144rem;
        left: 0;
        right: 0;
        top: 123px;
        z-index: 30;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
      }
      .nav-main__menu .menu-li.is-depth-0 > ul::before {
        position: absolute;
        left: 0;
        right: 0;
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        -webkit-box-shadow: 5px 14px 16px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 5px 14px 16px 0 rgba(0, 0, 0, 0.1);
        content: "";
        height: 100%;
        top: 0px;
        z-index: 10;
        left: -50vw;
        width: 150vw;
      }
      .nav-main__menu .menu-li.is-depth-0 > ul li {
        z-index: 30;
      }
    .nav-main__menu .menu-li.is-depth-0 a {
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
    }
    .nav-main__menu .menu-li.is-depth-0:hover a {
      --text-opacity: 1;
      color: #CB2A16;
      color: rgba(203, 42, 22, var(--text-opacity));
    }
  .nav-main__menu {
    /* Columns with sub-memus */
  }
    .nav-main__menu .menu-li.is-depth-1 {
      width: 33.33%
      /* Children pages links (grey uppercase) styling  */
    }
      .nav-main__menu .menu-li.is-depth-1 > a {
        display: block;
        font-size: 1.6rem;
        --text-opacity: 1;
        color: #7C7C7C;
        color: rgba(124, 124, 124, var(--text-opacity));
        font-weight: 300;
        text-transform: uppercase;
        padding-bottom: 1rem;
        border-bottom-width: 2px;
        --border-opacity: 1;
        border-color: #F6F6F6;
        border-color: rgba(246, 246, 246, var(--border-opacity));
      }
  .nav-main__menu {
    /* Links with borders */
  }
    .nav-main__menu .menu-li ul.is-depth-2 {
      display: block;
      text-align: left
    }
      .nav-main__menu .menu-li ul.is-depth-2 .menu-li.is-depth-2 {
        margin-right: 0
      }
        .nav-main__menu .menu-li ul.is-depth-2 .menu-li.is-depth-2 > a {
          display: block;
          font-size: 1.9rem;
          --text-opacity: 1;
          color: #000;
          color: rgba(0, 0, 0, var(--text-opacity));
          font-weight: 600;
          padding-top: 1rem;
          padding-bottom: 1rem;
          border-bottom-width: 2px;
          --border-opacity: 1;
          border-color: #F6F6F6;
          border-color: rgba(246, 246, 246, var(--border-opacity));
        }
      .nav-main__menu .menu-li.is-depth-0:hover > ul {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
      }
    .nav-main__menu .menu-li.is-depth-0:hover {
      /*
      * We add a transparent box above the submenu so that when we move the cursor
      * the submenu stays open even if we are not over the li/submenu.
      */
    }
      .nav-main__menu .menu-li.is-depth-0:hover::before {
        content: "";
        display: block;
        position: absolute;
        top: 96px;
        left: 0;
        right: 0;
        height: 87px;
        background: rgba(255, 0, 0, 0);
        cursor: pointer;
      }
  .nav-main__menu {
    /* Highlight primary active link */
  }
    .nav-main__menu > .current-menu-item > a,
    .nav-main__menu > .current-menu-parent > a,
    .nav-main__menu > .current-menu-ancestor > a {
      --text-opacity: 1 !important;
      color: #CB2A16 !important;
      color: rgba(203, 42, 22, var(--text-opacity)) !important;
    }
  .nav-main__menu {
    .menu-li.is-depth-0 a {
      position: relative;
    }
    .menu-li.is-depth-0 > a:after {
      display: block;
      --bg-opacity: 1;
      background-color: #CB2A16;
      background-color: rgba(203, 42, 22, var(--bg-opacity));
      position: absolute;
      left: 0;
      width: 100%;
      bottom: -30%;
      content: '';
      height: 2px;
      visibility: hidden;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
    }
    .menu-li.is-depth-0:hover > a:after {
      visibility: visible;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
  }

  .nav-main__menu .is-highlight {
    font-size: 1.6rem;
    --text-opacity: 1;
    color: #CB2A16;
    color: rgba(203, 42, 22, var(--text-opacity));
    border-width: 2px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --border-opacity: 1;
    border-color: #CB2A16;
    border-color: rgba(203, 42, 22, var(--border-opacity));
    font-weight: 900;
    text-transform: uppercase;
    margin-left: 3rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .nav-main__menu .is-highlight a::after {
    display: none !important;
  }

  .nav-main__menu .is-highlight:hover a {
    color: #fff !important;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .nav-main__menu .is-highlight:hover {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #CB2A16;
    border-color: rgba(203, 42, 22, var(--border-opacity));
  }
}

.nav-main__menu .menu-item-icon a {
  position: relative;
  padding-left: 26px;
}

.nav-main__menu .menu-item-icon a::before {
  content: "";
  position: absolute;
  background-image: url('../assets/images/menu.svg');
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: center;
  width: 12px;
  height: 8px;
  left: 0px;
  top: 6px;
}

.no-link {
  pointer-events: none
}

.no-link > a {
    border-style: none;
  }

.no-link ul.is-depth-2 {
    pointer-events: auto;
  }

.no-link .quicklink a {
    border-style: none;
    position: relative;
    padding-left: 3.6rem;
  }

.no-link .quicklink a::before {
    content: "";
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center center;
    width: 26px;
    height: 26px;
    top: 7px;
  }

.no-link .quicklink--flash a::before {
    background-image: url('../assets/images/flash-outline--red.svg');
  }

.no-link .quicklink--cloud a::before {
    background-image: url('../assets/images/cloudy-outline--red.svg');
  }

.no-link .quicklink--bus a::before {
    background-image: url('../assets/images/bus-outline--red.svg');
  }

.no-link .quicklink--calendar a::before {
    background-image: url('../assets/images/calendar-outline--red.svg');
  }

.no-link .quicklink--newspaper a::before {
    background-image: url('../assets/images/newspaper-outline--red.svg');
  }

.no-link .quicklink--document-text a::before {
    background-image: url('../assets/images/document-text-outline--red.svg');
  }

.no-link .quicklink--clipboard a::before {
    background-image: url('../assets/images/clipboard-outline--red.svg');
  }

.no-link .quicklink--chevron-forward a::before {
    background-image: url('../assets/images/chevron-forward-outline--red.svg');
  }

.no-link .quicklink--chatbubbles a::before {
    background-image: url('../assets/images/chatbubbles-outline--red.svg');
  }

.no-link .quicklink--arrow-forward a::before {
    background-image: url('../assets/images/arrow-forward-outline--red.svg');
  }

.no-link .quicklink--school a::before {
    background-image: url('../assets/images/school-outline--red.svg');
  }

.hamburger {
  background-color: transparent;
  opacity: 1 !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  outline: 0 !important;
}

.hamburger-box {
  display: inline-block;
  position: relative;
  top: 0;
  right: 2rem;
}

.hamburger,
.hamburger-box {
  height: 20px;
}

.site-header__toggle-text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 52px;
}

.hamburger,
.hamburger-box,
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 2rem !important;
}

.is-menu-open {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  width: 100%;
  position: fixed;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  position: absolute;
  display: block;
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  border-radius: 9999px;
  right: 0;
  height: 2px;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}

.hamburger-inner {
  top: 4px;
}

.hamburger-inner::before {
  top: 5px;
}

.hamburger-inner::after {
  top: 10px;
}

.is-menu-open .site-header__toggle-text {
  right: 58px;
}

.is-menu-open .hamburger,
.is-menu-open .hamburger-box {
  height: 14px !important;
}

.is-menu-open .hamburger-box {
  right: 2.6rem;
}

.is-menu-open .hamburger-inner {
  background: transparent;
}

.is-menu-open .hamburger-inner::before,
.is-menu-open .hamburger-inner::after {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  width: 18px !important;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 3px;
}

.is-menu-open .hamburger-inner::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-menu-open .hamburger-box {
  width: 14px !important;
}

.is-menu-open .hamburger {
  right: 0;
  width: 14px !important;
}

.is-menu-open .hamburger-inner {
  width: 18px !important;
}

@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.menu-item--people a,
.menu-item--flame a,
.menu-item--prevention a,
.menu-item--formation a,
.menu-item--access a {
  border-style: none;
  position: relative;
  padding-left: 2.2rem;
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

@media (min-width: 1280px) {

.menu-item--people a,
.menu-item--flame a,
.menu-item--prevention a,
.menu-item--formation a,
.menu-item--access a {
    padding-left: 2.7rem
}
  }

.menu-item--people a::before,
.menu-item--flame a::before,
.menu-item--prevention a::before,
.menu-item--formation a::before,
.menu-item--access a::before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  width: 18px;
  height: 18px;
  top: 4px;
}

.menu-item--people a::before {
  background-image: url('../assets/images/people-outline--red.svg');
}

.menu-item--flame a::before {
  background-image: url('../assets/images/flame-outline--red.svg');
}

.menu-item--prevention a::before {
  background-image: url('../assets/images/umbrella-outline--red.svg');
}

.menu-item--access a::before {
  background-image: url('../assets/images/open-outline--red.svg');
}

.menu-item--formation a::before {
  background-image: url('../assets/images/school-outline--red.svg');
}

.menu-item--flame:hover a,
.menu-item--prevention:hover a,
.menu-item--formation:hover a,
.menu-item--access:hover a {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.site-header__locales .current-lang {
  font-weight: 700;
}

.site-header__locales .lang-item:first-child {
  padding-right: 6px;
  margin-right: 5px;
  position: relative;
}

.site-header__locales .lang-item:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #ABABAA;
  right: 0;
  top: 7px;
}

@media (min-width: 1024px) {
  .menu-item--flame a::before,
  .menu-item--formation a::before,
  .menu-item--people a::before,
  .menu-item--prevention a::before,
  .menu-item--access a::before {
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    top: 4px;
  }

  .site-header__locales {
    margin-left: 1.5rem;
  }

  .site-header__locales .lang-item:first-child::after {
    top: 4px;
    height: 14px;
  }
}

@media (min-width: 1280px) {
  .site-header__locales {
    margin-left: 2rem;
  }
}

.menu-quicklinks .quicklink--white a {
    border-style: none;
    position: relative;
    padding-left: 3.6rem;
  }

.menu-quicklinks .quicklink--white a::before {
    content: "";
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center center;
    width: 26px;
    height: 26px;
    top: 4px;
  }

.menu-quicklinks .quicklink--flash a::before {
    background-image: url('../assets/images/flash-outline--white.svg');
  }

.menu-quicklinks .quicklink--cloud a::before {
    background-image: url('../assets/images/cloudy-outline--white.svg');
  }

.menu-quicklinks .quicklink--bus a::before {
    background-image: url('../assets/images/bus-outline--white.svg');
  }

.menu-quicklinks .quicklink--help a::before {
    background-image: url('../assets/images/help-outline--white.svg');
  }

.menu-quicklinks .quicklink--calendar a::before {
    background-image: url('../assets/images/calendar-outline--white.svg');
  }

.menu-quicklinks .quicklink--newspaper a::before {
    background-image: url('../assets/images/newspaper-outline--white.svg');
  }

.menu-quicklinks .quicklink--document-text a::before {
    background-image: url('../assets/images/document-text-outline--white.svg');
  }

.menu-quicklinks .quicklink--clipboard a::before {
    background-image: url('../assets/images/clipboard-outline--white.svg');
  }

.menu-quicklinks .quicklink--chevron-forward a::before {
    background-image: url('../assets/images/chevron-forward-outline--white.svg');
  }

.menu-quicklinks .quicklink--chatbubbles a::before {
    background-image: url('../assets/images/chatbubbles-outline--white.svg');
  }

.menu-quicklinks .quicklink--arrow-forward a::before {
    background-image: url('../assets/images/arrow-forward-outline--white.svg');
  }

.menu-quicklinks .quicklink--school a::before {
    background-image: url('../assets/images/school-outline--white.svg');
  }

.menu-quicklinks .menu-quicklinks-li a {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

.menu-quicklinks .menu-quicklinks-li:hover a {
    opacity: 0.4;
  }

/* Only hide inner on mobile/tablet and only if js is not enabled.  */

.js .nav-main__inner {
  display: none;
}

.nav-main__inner .is-active {
  display: block;
}

.mfp-content .nav-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* min-height: calc(100vh - 68px); */
  min-height: 100% !important;
  font-size: 2.2rem;
  text-align: center;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  text-transform: uppercase;
  width: 100%;
  min-height: 100%;
}

.mfp-content > .container {
  padding: 0 !important;
}

@media (min-width: 1024px) {
  .js .nav-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pagination__next svg {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.pagination__next span,
.pagination__prev span,
.pagination__number {
  -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.pagination__number:hover {
  opacity: 0.75;
  font-weight: 600;
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #CB2A16;
  border-color: rgba(203, 42, 22, var(--border-opacity));
}

.pagination__next:hover a span,
.pagination__prev:hover a span {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

/* MOBILE */

.search-header__mobile-container {
  padding-left: 3.6rem;
}

.search-header__mobile-form-icon {
  left: 0;
}

.search-header__mobile-form-icon svg {
  width: 18px;
  height: 18px;
}

.search-header__mobile-form-input {
  display: block !important;
  max-width: 100% !important;
  border: 1px solid #E2E2E2;
  height: 37px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.search-header__mobile-form-input::-webkit-input-placeholder {
  --text-opacity: 1;
  color: #585858;
  color: rgba(88, 88, 88, var(--text-opacity));
  opacity: 1;
  font-weight: 700;
}

.search-header__mobile-form-input::-moz-placeholder {
  --text-opacity: 1;
  color: #585858;
  color: rgba(88, 88, 88, var(--text-opacity));
  opacity: 1;
  font-weight: 700;
}

.search-header__mobile-form-input:-ms-input-placeholder {
  --text-opacity: 1;
  color: #585858;
  color: rgba(88, 88, 88, var(--text-opacity));
  opacity: 1;
  font-weight: 700;
}

.search-header__mobile-form-input::-ms-input-placeholder {
  --text-opacity: 1;
  color: #585858;
  color: rgba(88, 88, 88, var(--text-opacity));
  opacity: 1;
  font-weight: 700;
}

.search-header__mobile-form-input::placeholder {
  --text-opacity: 1;
  color: #585858;
  color: rgba(88, 88, 88, var(--text-opacity));
  opacity: 1;
  font-weight: 700;
}

/* DESKTOP */

.search-header {
  min-width: 96px;
}

.search-header__form--inline input {
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-header__form-item label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}

.search-header .search-header__form-item {
  display: block;
  width: 96px;
  height: 26px;
  margin: 0;
  visibility: hidden;
  -webkit-transition: width .3s, visibility .3s;
  transition: width .3s, visibility .3s;
}

.search-header__form--inline .search-header__form-item {
  float: left;
}

.search-header__form-wrapper {
  cursor: pointer;
}

.search-header__form-search {
  display: block;
  max-width: 100%;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #ABABAA;
  border-color: rgba(171, 171, 170, var(--border-opacity));
  height: 26px;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  padding: 1px 8px;
  -webkit-transition: padding .3s;
  transition: padding .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-header__form-button {
  display: block;
  padding: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0px;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border-radius: 0;
  padding: 0;
  border: 0;
  appearance: none !important;
  background-image: url('../assets/images/search-outline-small.svg');
  background-repeat: no-repeat;
  background-position: left;
  width: 9.6rem;
  height: 2.6rem;
}

[lang="de-DE"] .search-header__form-button {
  width: 76px;
}

.search-header__title {
  display: block;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%)
}

.search-header__title:hover,
  .search-header__title:focus {
    --text-opacity: 1;
    color: #CB2A16;
    color: rgba(203, 42, 22, var(--text-opacity));
  }

.is-search-visible .search-header__form-item {
  visibility: visible;
  width: 300px;
}

.is-search-visible .search-header__form-search {
  padding-right: 20px;
}

.is-search-visible .nav-secondary__menu {
  opacity: 0;
  visibility: hidden;
}

.is-search-visible .search-header__form-button {
  width: 1.4rem;
}

.is-search-visible .search-header__title {
  opacity: 0;
  visibility: hidden;
}

.nav-secondary__menu {
  will-change: opacity, visibility;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

/* class applies to select element itself, not a wrapper element */

.gfield_select {
  display: block;
  color: #444;
  padding: 1rem 1.25rem;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('../assets/images/default-chevron-down.svg');
  background-repeat: no-repeat;
  /* arrow icon position (1em from the right, 50% vertical) */
  background-position: right 1rem top 50%;
  background-size: 12px auto;
}

/* Hide arrow icon in IE browsers */

.gfield_select::-ms-expand {
  display: none;
}

/* Hover style */

.gfield_select:hover {
  border-color: #888;
}

/* Focus style */

.gfield_select:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
          box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

/* Set options to normal weight */

.gfield_select option {
  font-weight:normal;
}

/* Disabled styles */

.gfield_select:disabled, .gfield_select[aria-disabled=true] {
  color: graytext;
  /* background-image: url('../assets/images/default-chevron-down.svg'); */
}

.gfield_select:disabled:hover, .gfield_select[aria-disabled=true] {
  border-color: #aaa;
}

/* Select2 */

.select2-container {
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
    border-width: 2px;
    --border-opacity: 1;
    border-color: #7C7C7C;
    border-color: rgba(124, 124, 124, var(--border-opacity));
    --text-opacity: 1;
    color: #484848;
    color: rgba(72, 72, 72, var(--text-opacity));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 7.2rem;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    color: #444;
    padding: 1.7rem 2rem;
    background-image: url('../assets/images/chevron-down--grey.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 20px center
  }

.select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 0;
      padding-right: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

.select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em;
    }

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0;
    }
    .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em;
    }
  }

.select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      margin-left: 5px;
      padding: 0;
      max-width: 100%;
      resize: none;
      height: 18px;
      vertical-align: bottom;
      font-family: sans-serif;
      overflow: hidden;
      word-break: keep-all
    }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none;
      }

.select2-container .select2-results > .select2-results__options {
    max-height: 180px;
    overflow-y: auto;
  }

.gfield_error .select2-container .select2-selection--single {
  --border-opacity: 1;
  border-color: #CB2A16;
  border-color: rgba(203, 42, 22, var(--border-opacity));
}

.select2-dropdown {
  border-width: 2px;
  --border-opacity: 1;
  border-color: #7C7C7C;
  border-color: rgba(124, 124, 124, var(--border-opacity));
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer
}

.select2-results__option--selectable:hover,
  .select2-results__option--selectable:focus {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.select2-results__option--highlighted {
  --bg-opacity: 1;
  background-color: #D7D7D7;
  background-color: rgba(215, 215, 215, var(--bg-opacity));
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
    width: 100%;
    border-width: 2px;
    --border-opacity: 1;
    border-color: #7C7C7C;
    border-color: rgba(124, 124, 124, var(--border-opacity));
    padding-left: 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none !important;
    -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url('../assets/images/search-outline-grey.svg');
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: right 14px center
  }

.select2-search--dropdown .select2-search__field:active,
    .select2-search--dropdown .select2-search__field:focus {
      --border-opacity: 1;
      border-color: #000;
      border-color: rgba(0, 0, 0, var(--border-opacity));
      border-width: 2px;
      outline: none !important;
    }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none;
    }

.select2-search--dropdown.select2-search--hide {
    display: none;
  }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.share-item {
  -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}

.share-item:hover {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.site-footer__icon svg {
  width: 2.4rem;
  height: 2.4rem;
}

.site-footer__social a {
  display: block;
  display: block;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  margin-right: 1rem;
  text-indent: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
}

.site-footer__social a:last-child {
  margin-bottom: 0;
}

.social__item {
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.social__item:hover {
  opacity: 0.75;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.facebook {
  background-image: url('../assets/images/logo-facebook--white.svg');
}

.linkedin {
  background-image: url('../assets/images/logo-linkedin--white.svg');
}

.tel,
.fax,
.email {
  cursor: pointer;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tel:after,
.fax:after,
.email:after {
  display: block;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -5%;
  content: '';
  height: 2px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.tel:hover:after,
.fax:hover:after,
.email:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.site-footer__social a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.site-footer__social a:hover {
  opacity: 0.4;
}

.site-footer__policies,
.site-footer__impressum {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.site-footer__policies:hover,
.site-footer__impressum:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.site-header__wrapper {
  height: 12.9rem;
  position: relative;
}

.site-header__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 2px;
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity))
}

@media (min-width: 768px) {

.site-header__wrapper::after {
    left: -28px;

    width: calc(100% + 56px)
}
  }

@media (min-width: 1024px) {

.site-header__wrapper::after {
    left: -30px;

    width: calc(100% + 60px)
}
  }

@media (min-width: 1024px) {
  .site-header__wrapper::after {
    display: none;
  }
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@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') format('woff');

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

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

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

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

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

/* CSS Mode */

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

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

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

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

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

: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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

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

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

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

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

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

/* Common Styles */

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

/* Bullets */

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          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: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

/* 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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.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-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

.swiper-container {
}

.swiper-button-prev {
}

.swiper-button-next {
}

.swiper-scrollbar {
}

.swiper-slide {
}

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

[data-slideshow] .swiper-button {
    --text-opacity: 1;
    color: #484848;
    color: rgba(72, 72, 72, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    width: 52px;
    height: 32px;
  }

[data-slideshow] .swiper-button-next {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.slideshow-frontpage {
  height: 269px !important;
  /* Add max-width to align the arrows on large screen. Same width as .container */
  max-width: 144rem
}

.slideshow-frontpage .swiper-slide {
    height: 100%;
    margin-top: auto;
  }

.slideshow-frontpage .swiper-wrapper,
  .slideshow-frontpage .swiper-slide {
    height: 269px !important;
  }

.slideshow-frontpage .swiper-slide {
    overflow: hidden !important;
  }

.slideshow-frontpage .slideshow-frontpage__image {
    height: 100%;
    -webkit-transform: scale(2) translateX(-3.5rem);
            transform: scale(2) translateX(-3.5rem);
  }

.slideshow-frontpage .swiper-buttons__wrapper {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff !important;
    width: 80px;
    height: 24px;
    bottom: 40px;
    padding: 6px 5px;
  }

.slideshow-frontpage .swiper-buttons__wrapper::before {
    content: "";
    background-color: #fff !important;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
  }

.slideshow-frontpage .swiper-button {
    --text-opacity: 1 !important;
    color: #484848 !important;
    color: rgba(72, 72, 72, var(--text-opacity)) !important;
  }

.slideshow-frontpage .swiper-button-next,
  .slideshow-frontpage .swiper-button-prev {
    background: none;
    width: 24px !important;
  }

.slideshow-frontpage .swiper-button-next {
    -webkit-transform: scale(-1);
            transform: scale(-1);
    right: 6px;
  }

.slideshow-frontpage .swiper-button-prev {
    left: 6px;
  }

.slideshow-frontpage .swiper-button-next svg,
  .slideshow-frontpage .swiper-button-prev svg {
    width: 24px;
    height: 16px;
  }

@media (min-width: 768px) {
  .slideshow-frontpage {
    height: 335px !important
  }
    .slideshow-frontpage .swiper-wrapper,
    .slideshow-frontpage .swiper-slide {
      height: 335px !important;
    }
    .slideshow-frontpage .slideshow-frontpage__image {
      height: 100%;
      -webkit-transform: scale(1) translateX(0rem);
              transform: scale(1) translateX(0rem);
    }
    .slideshow-frontpage .swiper-button-next,
    .slideshow-frontpage .swiper-button-prev {
      width: 30px !important;
    }
    .slideshow-frontpage .swiper-button-next {
      right: 1rem;
    }
    .slideshow-frontpage .swiper-button-prev {
      left: 1rem;
    }
    .slideshow-frontpage .swiper-button-next svg,
    .slideshow-frontpage .swiper-button-prev svg {
      width: 30px;
      height: 20px;
    }
    .slideshow-frontpage .swiper-buttons__wrapper {
      width: 114px;
      height: 32px;
      bottom: 75px;
      padding: 6px 10px;
    }
}

@media (min-width: 1024px) {
  .slideshow-frontpage {
    height: 475px !important
  }
    .slideshow-frontpage .swiper-wrapper,
    .slideshow-frontpage .swiper-slide {
      height: 475px !important;
    }
    .slideshow-frontpage .slideshow-frontpage__image {
      height: 100%;
      -webkit-transform: scale(1) translateX(0rem);
              transform: scale(1) translateX(0rem);
    }
    .slideshow-frontpage .swiper-buttons__wrapper {
      width: 114px;
      height: 32px;
      margin-left: auto;
      margin-right: 3rem;
      bottom: 6rem;
      padding: 6px 10px;
    }
}

.teaser-grant {
  position: relative;
  border-radius: 4px
}

@media (min-width: 768px) {

.teaser-grant {
    min-height: 30rem
}
  }

.teaser-grant a:focus {
      outline: 0;
    }

.teaser-grant a:focus-visible {
      -webkit-box-shadow: rgb(255, 255, 255) 0px 0px 0px 0.2rem, rgb(236, 72, 153) 0px 0px 0px 0.4rem, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
              box-shadow: rgb(255, 255, 255) 0px 0px 0px 0.2rem, rgb(236, 72, 153) 0px 0px 0px 0.4rem, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }

a.teaser-grant__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  gap: 2rem;
  padding: 1.2rem 2.1rem 1.2rem 0.8rem
}

@media (min-width: 768px) {

a.teaser-grant__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    gap: 0;

    padding: 1.2rem 1.6rem 2.4rem
}
  }

@media (min-width: 768px) {

.teaser-grant__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    -webkit-box-flex: 1;

        -ms-flex-positive: 1;

            flex-grow: 1
}
  }

.teaser-grant__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms
}

@media (max-width: 767px) {

.teaser-grant__title {
    margin-bottom: 1.2rem
}
  }

.teaser-grant:hover .teaser-grant__title {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.teaser-grant__double-label {
  position: absolute;
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 600;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  bottom: 1.6rem;
  right: 1.6rem;
  width: 3rem;
  height: 3rem
}

@media (min-width: 768px) {

.teaser-grant__double-label {
    font-size: 2rem;

    bottom: auto;

    top: 1.2rem;

    right: 1.2rem;

    width: 4rem;

    height: 4rem
}
  }

.teaser-grant__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}

@media (max-width: 767px) {

.teaser-grant__image-wrap {
    width: 7.4rem;

    -ms-flex-negative: 0;

        flex-shrink: 0
}
  }

@media (min-width: 768px) {

.teaser-grant__image-wrap {
    margin-bottom: 1.2rem
}
  }

.teaser-grant__image-wrap img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-width: 15.5rem;
    max-height: 13.5rem
  }

@media (max-width: 767px) {

.teaser-grant__image-wrap img {
      max-width: 7.4rem;

      max-height: 7.4rem
  }
    }

.teaser-grant__label {
  font-size: 1.4rem
}

.teaser-grant__label strong {
    font-weight: 600;
    font-size: 1.6rem;
  }

.teaser-grant__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-left: -2rem;
  width: 2.8rem;
  height: 2.8rem
}

@media (min-width: 768px) {

.teaser-grant__icon {
    margin-left: -7.7rem;

    width: 5.3rem;

    height: 5.3rem
}
  }

.teaser-grant__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

.teaser-post__bg,
.teaser-post__image {
  height: 26rem;
}

.teaser-post__icon svg {
  width: 9.4rem;
  height: 9.4rem;
}

.teaser-post__title {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.teaser-post__title:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.teaser-rent__link,
.teaser-rent__bg,
.teaser-rent__image {
  height: 41.4rem;
}

.teaser-rent__icon svg {
  width: 9.4rem;
  height: 9.4rem;
}

.teaser-search em {
    font-weight: 600;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

.teaser-search__title {
  -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}

.teaser-search__title:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.js .accordion__content {
  display: none;
}

.accordion__button {
  width: 36px;
}

.accordion__chevron {
  top: 1.3rem;
  right: -3rem;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.accordion__chevron svg {
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.accordion__title,
.accordion__content {
  padding: 18.5px 30px 18.5px 0px;
}

.accordion__content {
  padding: 18.5px 0px 18.5px 0px;
}

@media (min-width: 1024px) {
  .accordion__title,
  .accordion__content {
    padding: 18.5px;
  }

  .accordion__content {
    padding-right: 6rem;
  }

  .accordion__chevron {
    right: 0;
  }
}

.opened .accordion__chevron svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }

.contact__right {
  height: 375px;
}

.contact__icon svg {
  width: 2.4rem;
  height: 2.4rem;
}

@media (min-width: 1024px) {
  .contact__right {
    height: unset;
  }

  .contact_data__contact .tel:after,
  .contact_data__contact .fax:after,
  .contact_data__contact .email:after {
    display: block;
    --bg-opacity: 1;
    background-color: #7C7C7C;
    background-color: rgba(124, 124, 124, var(--bg-opacity));
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -5%;
    content: '';
    height: 2px;
    visibility: hidden;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .contact_data__contact .tel:hover:after,
  .contact_data__contact .fax:hover:after,
  .contact_data__contact .email:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.faq__item-inner {
  border-bottom-width: 2px;
  border-color: #B7B7B7;
}

.faq__item:last-child .faq__item-inner {
  border-bottom-width: 0;
}

@media (min-width: 768px) {
  .faq__item-inner {
    border-bottom-width: 0;
  }

  .faq__item:nth-child(n+3) .faq__item-inner{
    border-top-width: 2px;
    border-color: #B7B7B7;
  }
}

@media (min-width: 1024px) {
  .faq__item:nth-child(n+3) .faq__item-inner {
    border-top-width: 0;
  }

  .faq__item:nth-child(n+4) .faq__item-inner {
    border-top-width: 2px;
    border-color: #B7B7B7;
  }
}

.partners__logo-item {
  width: 250px;
  height: 150px;
}

.partners__logo-item-img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .partners__logo-item {
    width: 220px;
    height: 220px;
  }

  .partners__logo-item-img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 80%;
  }
}

@media (min-width: 1024px) {
  .partners__logo-item {
    width: 193px;
    height: 193px;
  }

  .partners__logo-item-img {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .partners__logo-item:hover .partners__logo-item-img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}

.front-header__quicklink {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.front-header__quicklink:hover {
  --bg-opacity: 1;
  background-color: #7C7C7C;
  background-color: rgba(124, 124, 124, var(--bg-opacity));
}

.link__icon:first-of-type {
  margin-right: 2rem;
  opacity: 1;
  -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}

.link__icon:last-of-type {
  margin-left: 2rem;
  opacity: 0;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}

.front-header__quicklink:hover .link__icon:last-of-type {
  margin-left: 2rem;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.front-header__quicklink:hover .link__icon:first-of-type {
  opacity: 0;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

.link__text {
  -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}

.front-header__quicklink .link {
}

.front-header__quicklink .link {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.front-header__quicklink:hover .link {
  -webkit-transform: translateX(-38px);
          transform: translateX(-38px);
}

.front-header__quicklink:hover .link__text {
  padding-left: 0;
}

@media (min-width: 768px) {
  .front-header__quicklink {
    width: calc(50% - 4.5rem / 2);
  }

  .front-header__quicklink:nth-child(2n+2) {
    margin-right: 0;
  }
}

.team.module.bg-lt-grey {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem
}

@media (min-width: 1024px) {

.team.module.bg-lt-grey {
    padding-top: 15rem;

    padding-bottom: 15rem
}
  }

.team.module.bg-white {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem
}

@media (min-width: 1024px) {

.team.module.bg-white {
    margin-top: 15rem;

    margin-bottom: 15rem
}
  }

.team.module.bg-lt-grey {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.two-columns__notice {
  margin-top: 3.2rem;
}

.two-columns__notice:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url('../assets/images/warning.svg');
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 0;
}

@media (min-width: 1024px) {
  .two-columns__notice {
    padding-left: 4.2rem;
  }

  .two-columns__notice:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url('../assets/images/warning.svg');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.search__form {
  height: 6.9rem !important;
}

.search__form-icon {
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search__form-icon svg {
  width: 38px;
  height: 38px;
}

.search__form-input {
  border-color: #979797;
}

.search__form-input::-webkit-input-placeholder {
  --text-opacity: 1;
  color: #7C7C7C;
  color: rgba(124, 124, 124, var(--text-opacity));
  opacity: 0.75;
}

.search__form-input::-moz-placeholder {
  --text-opacity: 1;
  color: #7C7C7C;
  color: rgba(124, 124, 124, var(--text-opacity));
  opacity: 0.75;
}

.search__form-input:-ms-input-placeholder {
  --text-opacity: 1;
  color: #7C7C7C;
  color: rgba(124, 124, 124, var(--text-opacity));
  opacity: 0.75;
}

.search__form-input::-ms-input-placeholder {
  --text-opacity: 1;
  color: #7C7C7C;
  color: rgba(124, 124, 124, var(--text-opacity));
  opacity: 0.75;
}

.search__form-input::placeholder {
  --text-opacity: 1;
  color: #7C7C7C;
  color: rgba(124, 124, 124, var(--text-opacity));
  opacity: 0.75;
}

.search__themes {
  -webkit-transition: all .3s cubic-bezier(.785,.135,.15,.86);
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}

.search__themes:hover {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.page-template-template-myecab .module {
    margin-top: 5rem;
    margin-bottom: 5rem
  }

@media (min-width: 768px) {

.page-template-template-myecab .module {
      margin-top: 10rem;

      margin-bottom: 10rem
  }
    }

.page-template-template-myecab .module.videos,
    .page-template-template-myecab .module.testimonials {
      margin-top: 0;
      margin-bottom: 0;
    }

.page-template-template-myecab .page-header__actions {
    margin-top: 4.4rem;
  }

.page-template-template-myecab .site-header__nav {
    gap: 1rem
  }

@media (min-width: 768px) {

.page-template-template-myecab .site-header__nav {
      gap: 9.2rem
  }
    }

@media (max-width: 767px) {

.page-template-template-myecab .site-header__logo {
      width: 10rem
  }
    }

@media (max-width: 767px) {

.page-template-template-myecab .site-header .button {
      font-size: 1.6rem;

      padding-left: 1rem;

      padding-right: 1rem;

      white-space: nowrap
  }
    }

.page-template-template-myecab .site-header__top-lang-menu {
    position: relative;
    top: 1px
  }

.page-template-template-myecab .site-header__top-lang-menu .dropbutton__label,
    .page-template-template-myecab .site-header__top-lang-menu .dropbutton__list {
      text-transform: uppercase;
      font-size: 1.6rem;
    }

.page-template-template-myecab .site-header__top-lang-menu .dropbutton__button:not([aria-expanded="true"]) {
      border-color: transparent !important;
    }

.page-template-template-myecab .site-header__top-lang-menu .dropbutton__icon {
      width: 2rem;
      height: 2rem
    }

@media (max-width: 767px) {

.page-template-template-myecab .site-header__top-lang-menu .dropbutton__icon {
        width: 1.6rem;

        height: 1.6rem
    }
      }

.page-template-template-myecab .site-header__top-lang-menu .current-lang {
      display: none;
    }

.page-template-template-myecab .button {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-weight: 500;
    --border-opacity: 1;
    border-color: #FF334B;
    border-color: rgba(255, 51, 75, var(--border-opacity));
    border-width: 0.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    font-size: 1.6rem;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s
  }

.page-template-template-myecab .button:hover {
      --bg-opacity: 1;
      background-color: #fff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      --text-opacity: 1;
      color: #FF334B;
      color: rgba(255, 51, 75, var(--text-opacity));
    }

@media (min-width: 768px) {

.page-template-template-myecab .button {
      font-size: 1.8rem
  }
    }

.page-template-template-myecab .button path {
      fill: currentColor;
    }

.page-template-template-myecab .button--large {
    font-size: 1.8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem
  }

@media (min-width: 768px) {

.page-template-template-myecab .button--large {
      padding-top: 1.5rem;

      padding-bottom: 1.5rem;

      padding-left: 2.5rem;

      padding-right: 2.5rem;

      font-size: 2.2rem
  }
    }

.page-template-template-myecab .link__help {
    display: inline-block;
    text-decoration: underline;
    font-size: 1.6rem;
    --text-opacity: 1;
    color: #AACAAC;
    color: rgba(170, 202, 172, var(--text-opacity));
    margin-top: 1.4rem;
  }

.page-template-template-myecab .text-myecab-h2 span,
  .page-template-template-myecab .text-myecab-h2-mobile span {
    --text-opacity: 1;
    color: #FF334B;
    color: rgba(255, 51, 75, var(--text-opacity));
  }

.page-template-template-myecab .page-header__icons {
    position: relative
  }

@media (max-width: 768px) {

.page-template-template-myecab .page-header__icons {
      top: -1.5rem;

      -webkit-box-ordinal-group: 0;

          -ms-flex-order: -1;

              order: -1;

      height: 22.6rem;

      left: calc(-50vw + 15rem)
  }
    }

.page-template-template-myecab .page-header__icon {
    position: absolute;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-width: 1px;
    --border-opacity: 1;
    border-color: #AACAAC;
    border-color: rgba(170, 202, 172, var(--border-opacity));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    aspect-ratio: 1 / 1;
    border-width: 0.6rem;
    --border-size: 0.6rem;
    --megaphone-size: 11.7rem;
    --computer-size: 8.1rem;
    --home-size: 15rem;
    --computer-margin-top: -3rem
  }

@media (min-width: 1024px) {

.page-template-template-myecab .page-header__icon {
      --megaphone-size: 15.6rem;

      --computer-size: 10.8rem;

      --home-size: 20rem;

      --computer-margin-top: -3rem
  }
    }

.page-template-template-myecab .page-header__icon.is-computer {
      width: var(--computer-size);
      right: calc(var(--megaphone-size) - var(--border-size));
      top: 50%;
      margin-top: var(--computer-margin-top);
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%)
    }

@media (max-width: 1023px) {
        .page-template-template-myecab .page-header__icon.is-computer svg {
          width: 4.125rem;
        }
      }

.page-template-template-myecab .page-header__icon.is-megaphone {
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: var(--megaphone-size)
    }

@media (max-width: 1023px) {
        .page-template-template-myecab .page-header__icon.is-megaphone svg {
          width: 7.7125rem;
        }
      }

.page-template-template-myecab .page-header__icon.is-home {
      width: var(--home-size);
      right: calc(var(--megaphone-size) - var(--border-size));
      top: 50%;
      margin-top: calc(var(--computer-margin-top) - var(--border-size))
    }

@media (max-width: 1023px) {
        .page-template-template-myecab .page-header__icon.is-home svg {
          width: 9.9rem;
        }
      }

.page-template-template-myecab .page-header {
    padding-bottom: 24.6rem;
  }

.page-template-template-myecab .page-header__video {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    margin-top: -17.6rem;
    top: -1px
  }

@media (min-width: 768px) {
      .page-template-template-myecab .page-header__video,
      .page-template-template-myecab .page-header__video .media-item__video-inner {
        height: 53rem;
      }
    }

.page-template-template-myecab .page-header__video .media-item {
      width: 100%;
      height: 100%;
    }

.page-template-template-myecab .page-header__video video {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
    }

.page-template-template-myecab .card__title {
    --text-opacity: 1;
    color: #1A535C;
    color: rgba(26, 83, 92, var(--text-opacity));
    margin-bottom: 2.25rem;
    font-size: 1.9rem;
    line-height: 1.15384615
  }

@media (min-width: 768px) {

.page-template-template-myecab .card__title {
      margin-bottom: 3rem;

      font-size: 2.6rem;

      min-height: 3.5em
  }
    }

.page-template-template-myecab .card__icon {
    width: 100%;
    height: auto;
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.5rem;
    margin-bottom: 1.9rem;
    aspect-ratio: 316 / 264
  }

@media (min-width: 768px) {

.page-template-template-myecab .card__icon {
      margin-bottom: 2.6rem
  }
    }

.page-template-template-myecab .card__icon img {
      width: 15rem
    }

@media (min-width: 768px) {

.page-template-template-myecab .card__icon img {
        width: 20rem
    }
      }

.page-template-template-myecab .card__text {
    font-size: 1.6rem;
    line-height: 1.5
  }

@media (min-width: 768px) {

.page-template-template-myecab .card__text {
      font-size: 2rem
  }
    }

.page-template-template-myecab .text-video__inner {
    padding-top: 5rem;
    border-top: 1px solid #979797
  }

@media (min-width: 768px) {

.page-template-template-myecab .text-video__inner {
      padding-top: 10rem
  }
    }

.page-template-template-myecab .text-video__title {
    font-size: 2.4rem;
    line-height: 1.1875;
    margin-bottom: 1.875rem
  }

@media (min-width: 768px) {

.page-template-template-myecab .text-video__title {
      font-size: 3.2rem;

      margin-bottom: 2.5rem
  }
    }

.page-template-template-myecab .text-video__text {
    font-size: 1.6rem;
    line-height: 1.5
  }

@media (min-width: 768px) {

.page-template-template-myecab .text-video__text {
      font-size: 2rem
  }
    }

.page-template-template-myecab .videos__text {
    font-size: 2rem
  }

@media (min-width: 768px) {

.page-template-template-myecab .videos__text {
      font-size: 2.6rem
  }
    }

.page-template-template-myecab .media-item__toggle {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    -webkit-transform: none;
            transform: none
  }

.page-template-template-myecab .media-item__toggle:hover circle {
        fill: #fff;
      }

.page-template-template-myecab .media-item__toggle:hover path {
        fill: #FF334B;
      }

.page-template-template-myecab .videos__video {
    position: relative;
    aspect-ratio: 1 / 1;
    height: auto;
    video {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }

.page-template-template-myecab .videos__video .media-item,
    .page-template-template-myecab .videos__video .media-item__wrap,
    .page-template-template-myecab .videos__video .media-item__video-inner {
      height: 100%;
    }

.page-template-template-myecab .testimonials__text {
    font-size: 2rem;
    line-height: 1.23076923
  }

@media (min-width: 768px) {

.page-template-template-myecab .testimonials__text {
      font-size: 2.6rem
  }
    }

.page-template-template-myecab .testimonial {
    --border-opacity: 1;
    border-color: #AACAAC;
    border-color: rgba(170, 202, 172, var(--border-opacity));
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-width: 0.6rem;
  }

.page-template-template-myecab .testimonial__thumb {
    --border-opacity: 1;
    border-color: #AACAAC;
    border-color: rgba(170, 202, 172, var(--border-opacity));
    overflow: hidden;
    border-bottom-width: 0.6rem
  }

@media (min-width: 768px) {

.page-template-template-myecab .testimonial__thumb {
      border-right-width: 0.6rem;

      border-bottom-width: 0
  }
    }

.page-template-template-myecab .testimonial__thumb img {
      height: 100% !important;
    }

.page-template-template-myecab .testimonial__text {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 1.5
  }

@media (min-width: 768px) {

.page-template-template-myecab .testimonial__text {
      padding-right: 3.2rem
  }
    }

@media (min-width: 1024px) {

.page-template-template-myecab .testimonial__text {
      font-size: 2.6rem
  }
    }

.page-template-template-myecab .testimonial__text::before {
      content: '“';
    }

.page-template-template-myecab .testimonial__text::after {
      content: '”';
    }

.page-template-template-myecab .testimonial__content {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

@media (max-width: 767px) {

.page-template-template-myecab .testimonial__content {
      padding: 3.2rem 2.4rem
  }
    }

.page-template-template-myecab .testimonial__name {
    font-style: italic;
    font-size: 1.6rem;
    line-height: 1.5
  }

.page-template-template-myecab .testimonial__name::before {
      content: '— ';
    }

@media (min-width: 1024px) {

.page-template-template-myecab .testimonial__name {
      font-size: 2rem
  }
    }

.page-template-template-myecab .swiper-button {
    background-color: transparent;
    width: 5rem;
    height: 5.1rem
  }

.page-template-template-myecab .swiper-button svg {
      height: 100%;
      width: 100%;
    }

.page-template-template-myecab .swiper-button:hover circle {
        fill: #fff;
      }

.page-template-template-myecab .swiper-button:hover path {
        fill: #FF334B;
      }

.page-template-template-myecab .swiper-button-prev {
    left: -7.5rem
  }

@media (min-width: 1024px) {

.page-template-template-myecab .swiper-button-prev {
      left: -9.7rem
  }
    }

@media (max-width: 767px) {

.page-template-template-myecab .swiper-button-prev {
      display: none
  }
    }

.page-template-template-myecab .swiper-button-next {
    right: -7.5rem
  }

@media (min-width: 1024px) {

.page-template-template-myecab .swiper-button-next {
      right: -9.7rem
  }
    }

@media (max-width: 767px) {

.page-template-template-myecab .swiper-button-next {
      display: none
  }
    }

.page-template-template-myecab .swiper-container {
    overflow: visible !important;
  }

.page-template-template-myecab .swiper-pagination {
    bottom: -5.1rem;
  }

.page-template-template-myecab .swiper-pagination-bullet {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    opacity: 1;
  }

.page-template-template-myecab .swiper-pagination-bullet-active {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

.page-template-template-myecab .site-footer__social-item {
    margin: 0;
    width: 2.4rem;
    height: 2.4rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

.page-template-template-myecab .facebook {
    background-image: url('../assets/images/logo-facebook-green2.svg');
  }

.page-template-template-myecab .linkedin {
    background-image: url('../assets/images/logo-linkedin-green2.svg');
  }

.page-template-template-myecab .site-footer a:hover {
      text-decoration: underline;
    }

.page-template-template-myecab .site-footer__logo {
    display: block;
    width: 21.9rem;
    max-width: 100%
  }

@media (max-width: 767px) {

.page-template-template-myecab .site-footer__logo {
      width: 10rem;

      margin-bottom: 2rem
  }
    }

.page-template-template-myecab .mfp-wrap {
    background: #fff;
  }

.page-template-template-myecab .mfp-content video {
    margin: auto;
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 8rem);
  }

.page-template-template-myecab .mfp-close {
    font-family: Inter, sans-serif;
    font-weight: 300;
    font-size: 4.4rem;
    color: #000;
  }

html {
  /* to make 1rem == 10px */
  font-size: 62.5%;
}

@media (prefers-reduced-motion: reduce) {
  html {
  }
}

/* Text meant only for screen readers, used by wordpress/gravityform. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

body {
  font-family: "Source Sans 3";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  overflow-x: hidden;
}

.heading1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  color: inherit;
}

.heading2 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2.2rem;
  color: inherit;
}

.heading2alt {
  font-size: 2.8rem;
}

/* container */

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 144rem;
}

.module {
  margin-top: 3rem;
  margin-bottom: 3rem
}

@media (min-width: 1024px) {

.module {
    margin-top: 7.5rem;

    margin-bottom: 7.5rem
}
  }

body:not(.page-has-sidebar) .module.bg-lt-grey{
  padding-top: 3rem;
  padding-bottom: 3rem
}

@media (min-width: 1024px) {

body:not(.page-has-sidebar) .module.bg-lt-grey{
    padding-top: 7.5rem;

    padding-bottom: 7.5rem
}
  }

body:not(.page-has-sidebar) .module.bg-lt-grey + .module.bg-lt-grey {
  padding-top: 0
}

@media (min-width: 1024px) {

body:not(.page-has-sidebar) .module.bg-lt-grey + .module.bg-lt-grey {
    padding-top: 0
}
  }

/* Remove margin top of first module in advanced templates */

.page-advanced .page__content + .bg-lt-grey {
  margin-top: 0 !important;
}

.module:last-of-type {
  margin-bottom: 7.5rem;
}

body:not(.page-has-sidebar) .module:last-of-type.bg-lt-grey {
    margin-bottom: 0;
  }

/* when there is two grey column one after the other, remove the margin between them */

body:not(.page-has-sidebar) .module.bg-lt-grey + .module.bg-lt-grey {
  margin-top: -3rem
}

@media (min-width: 1024px) {

body:not(.page-has-sidebar) .module.bg-lt-grey + .module.bg-lt-grey {
    margin-top: -7.5rem
}
  }

/* disable all module grey background on page with sidebar */

.page-has-sidebar .module.bg-lt-grey {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

@media (min-width: 768px) {
  .container {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .module:last-of-type {
    margin-bottom: 10rem;
  }
}

/* Style wysiwyg output */

.rich-text p, .gsection_description p {
    margin-bottom: 1em;
    margin-top: 0
  }

.rich-text p:last-child, .gsection_description p:last-child {
      margin-bottom: 0;
    }

.rich-text ul,
  .rich-text ol,
  .gsection_description ul,
  .gsection_description ol {
    margin-bottom: 2rem;
  }

.rich-text ul:last-child,
  .rich-text ol:last-child,
  .gsection_description ul:last-child,
  .gsection_description ol:last-child {
    margin-bottom: 0;
  }

.rich-text li, .gsection_description li {
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    position: relative;
  }

.rich-text li:before, .gsection_description li:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url('../assets/images/minus--red.svg');
    background-repeat: no-repeat;
    width: 11px;
    height: 4px;
    top: 16px;
  }

.rich-text ul li ul li:before, .gsection_description ul li ul li:before {
    top: 13px;
    background-image: url('../assets/images/arrow-right--list.svg');
    width: 14px;
    height: 15px;
  }

.rich-text ol li, .gsection_description ol li {
    list-style-type: decimal;
  }

.rich-text li:last-child, .gsection_description li:last-child {
    margin-bottom: 0;
  }

.rich-text blockquote, .gsection_description blockquote {
    border-left-width: 5px;
    --border-opacity: 1;
    border-color: #CB2A16;
    border-color: rgba(203, 42, 22, var(--border-opacity));
    --text-opacity: 1;
    color: #585858;
    color: rgba(88, 88, 88, var(--text-opacity));
    font-family: Bitter;
    font-weight: 700;
    padding-left: 3rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

.rich-text h4, .gsection_description h4 {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    font-size: 2.4rem;
    font-family: Bitter;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

.rich-text h3, .gsection_description h3 {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    font-size: 3.4rem;
    font-family: Bitter;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

.rich-text h3:first-child, .gsection_description h3:first-child {
    margin-top: 0;
  }

.rich-text a:not(.button), .gsection_description a:not(.button) {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    font-weight: 600;
    text-decoration: underline;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }

.rich-text a:not(.button):hover, .gsection_description a:not(.button):hover {
    --text-opacity: 1;
    color: #CB2A16;
    color: rgba(203, 42, 22, var(--text-opacity));
    text-decoration: underline;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }

.rich-text .highlight, .gsection_description .highlight {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
    font-size: 2.2rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-weight: 900;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0.5rem;
  }

@media (min-width: 1024px) {
    .rich-text h3, .gsection_description h3 {
      margin-top: 6rem;
      margin-bottom: 2rem;
    }
  }

.rich-text.is-red-links a:not(.button), .gsection_description.is-red-links a:not(.button) {
    --text-opacity: 1;
    color: #CB2A16;
    color: rgba(203, 42, 22, var(--text-opacity))
  }

.rich-text.is-red-links a:not(.button):hover, .gsection_description.is-red-links a:not(.button):hover {
      --text-opacity: 1;
      color: #272833;
      color: rgba(39, 40, 51, var(--text-opacity));
      text-decoration: underline;
    }

.rich-text a.link-with-icon, .gsection_description a.link-with-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1.2rem;
    gap: 1.2rem;
    font-weight: 600;
    --text-opacity: 1;
    color: #272833;
    color: rgba(39, 40, 51, var(--text-opacity));
    text-decoration: none
  }

.rich-text a.link-with-icon::before, .gsection_description a.link-with-icon::before {
      content: '';
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 1.8rem;
      height: 2.8rem;
      margin-top: -1rem;
      margin-bottom: -1rem;
    }

.rich-text a.link-with-icon:hover, .gsection_description a.link-with-icon:hover {
      text-decoration: underline;
    }

.rich-text a.link-with-icon.link-external::before, .gsection_description a.link-with-icon.link-external::before {
      background-image: url('../assets/images/link-external-red.svg');
    }

.rich-text a.link-with-icon.link-arrow-down::before, .gsection_description a.link-with-icon.link-arrow-down::before {
      background-image: url('../assets/images/arrow-down.svg');
    }

.is-grey-text {
  --text-opacity: 1;
  color: #6B6C7E;
  color: rgba(107, 108, 126, var(--text-opacity));
}

.is-red-text {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
}

.menu-secondary .menu-item > a:hover,
  .menu-secondary .menu-item > a:focus {
    --text-opacity: 1;
    color: #CB2A16;
    color: rgba(203, 42, 22, var(--text-opacity));
  }

.select2-dropdown {
  min-width: 240px
}

.select2-dropdown::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: 2px;
    background-color: rgba(124, 124, 124, 1);
  }

.select2-dropdown.select2-dropdown--above::before {
      top: auto;
      bottom: -2px;
    }

.smaller-checkbox {
  margin-bottom: 20px !important
}

.smaller-checkbox .gform-field-label--type-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    min-height: 30px
  }

.smaller-checkbox .gform-field-label--type-inline::before {
      top: 5px;
      -webkit-transform: none;
              transform: none;
    }

.smaller-checkbox .gform-field-label--type-inline::before,
    .smaller-checkbox .gform-field-label--type-inline::after {
      font-size: 2.2rem;
    }

body [data-service] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
  font-size: 1.9rem;
  text-align: center;
  display: flex !important;
  height: 100% !important;
}

[data-service] .cc-text {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity))
}

body [data-service] .cll .cc-text a {
  --text-opacity: 1;
  color: #CB2A16;
  color: rgba(203, 42, 22, var(--text-opacity));
  border-width: 0
}

body [data-service] .cll .cc-text a:hover,
  body [data-service] .cll .cc-text a:focus {
    --text-opacity: 1;
    color: #CB2A16;
    color: rgba(203, 42, 22, var(--text-opacity));
    text-decoration: underline;
  }

body [data-service] .cll button.c-l-b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #CB2A16;
  border-color: rgba(203, 42, 22, var(--border-opacity));
  border-radius: 0.25rem;
  margin-top: 3rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background 0.2s, border 0.2s, color 0.2s;
  transition: background 0.2s, border 0.2s, color 0.2s;
  padding: 1.3rem 2rem
}

body [data-service] .cll button.c-l-b:hover,
  body [data-service] .cll button.c-l-b:focus,
  body [data-service] .cll button.c-l-b:active {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

div[data-service] .cll .c-bg::before {
  background: #F6F6F6 !important;
  opacity: 0.8;
}

.page-template-template-subventions .accordion-component__inner {
    --text-opacity: 1;
    color: #6B6C7E;
    color: rgba(107, 108, 126, var(--text-opacity));
    padding-left: 1.2rem;
  }

.page-template-template-subventions .accordion-component__head button {
    padding-left: 1.2rem;
  }

.header-grant__intro {
  margin-top: 3rem
}

@media (min-width: 1024px) {

.header-grant__intro {
    margin-top: 2.4rem
}
  }

.grant__featured-image {
  margin-left: auto;
  margin-right: auto;
  width: 32.5rem;
  max-width: 100%;
  margin-bottom: 3.2rem
}

@media (min-width: 1024px) {

.grant__featured-image {
    width: 100%
}
  }

.grant-support__text p {
    margin-bottom: 0.8rem;
    line-height: 1.3
  }

.grant-support__text p:last-child {
      margin-bottom: 0;
    }

.grant-support__text strong {
    font-weight: 600;
  }

.grant-support__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}

.grant-support__double-label {
  --bg-opacity: 1;
  background-color: #CB2A16;
  background-color: rgba(203, 42, 22, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 600;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1rem;
  margin-bottom: -1rem;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.8rem;
  text-transform: none;
}

.grant-why__title {
  margin-bottom: 2rem;
}

.grant-why__text a:not(.button) {
    --text-opacity: 1;
    color: #CB2A16;
    color: rgba(203, 42, 22, var(--text-opacity))
  }

.grant-why__text a:not(.button):hover {
      --text-opacity: 1;
      color: #272833;
      color: rgba(39, 40, 51, var(--text-opacity));
    }

.grants-list__heading {
  margin-bottom: 3rem;
}

.header-grants__video {
  margin-top: 3rem
}

@media (max-width: 1023px) {

.header-grants__video {
    width: 32.5rem;

    max-width: 100%;

    margin-left: auto;

    margin-right: auto
}
  }

.grant-login {
  margin-top: 10rem;
}

.grant-login__title {
  font-size: 4.2rem;
  line-height: 1.3;
  margin-bottom: 2rem
}

@media (min-width: 1024px) {

.grant-login__title {
    font-size: 6.8rem;

    margin-bottom: 4rem
}
  }

.grant-login__content {
  padding: 4rem 2rem;
}

.grant__subgrant-intro strong {
  font-weight: 600;
}

.myecab__video-header {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.header-grants__video {
  aspect-ratio: 416 / 569
}

.header-grants__video .media-item,
  .header-grants__video .media-item__video,
  .header-grants__video .media-item__video-inner {
    height: 100%;
  }

.header-grants__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

.mfp-content video {
  max-height: 90vh;
  width: auto;
  height: auto;
  margin: auto;
}

@media (min-width: 640px) {
  .sm\:bg-red {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .sm\:bg-blue {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .sm\:bg-orange {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .sm\:bg-green {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .sm\:bg-green2 {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .sm\:bg-green2-light {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .sm\:bg-green2-lighter {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .sm\:bg-red2 {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .sm\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange:hover {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .sm\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .sm\:hover\:bg-green2:hover {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .sm\:hover\:bg-green2-light:hover {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .sm\:hover\:bg-green2-lighter:hover {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .sm\:hover\:bg-red2:hover {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .sm\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange:focus {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .sm\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .sm\:focus\:bg-green2:focus {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .sm\:focus\:bg-green2-light:focus {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .sm\:focus\:bg-green2-lighter:focus {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .sm\:focus\:bg-red2:focus {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm\:-mx-gutter {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .sm\:px-gutter {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .md\:bg-red {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .md\:bg-blue {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .md\:bg-orange {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .md\:bg-green {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .md\:bg-green2 {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .md\:bg-green2-light {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .md\:bg-green2-lighter {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .md\:bg-red2 {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .md\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .md\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .md\:hover\:bg-orange:hover {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .md\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .md\:hover\:bg-green2:hover {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .md\:hover\:bg-green2-light:hover {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .md\:hover\:bg-green2-lighter:hover {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .md\:hover\:bg-red2:hover {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .md\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .md\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .md\:focus\:bg-orange:focus {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .md\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .md\:focus\:bg-green2:focus {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .md\:focus\:bg-green2-light:focus {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .md\:focus\:bg-green2-lighter:focus {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .md\:focus\:bg-red2:focus {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:text-5 {
    font-size: 2.2rem;
  }

  .md\:text-myecab-h1 {
    font-size: 5rem;
  }

  .md\:text-myecab-h2 {
    font-size: 4rem;
  }

  .md\:text-myecab-lead {
    font-size: 3.5rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-gutter {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-mx-gutter {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .md\:-mx-27\.5px {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mb-4\.5 {
    margin-bottom: 1.2rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-gutter {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .md\:px-27\.5px {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:fill-current {
    fill: currentColor;
  }

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

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-9\/18 {
    width: 50%;
  }

  .md\:w-16\/18 {
    width: 88.88%;
  }

  .md\:w-grant-icon {
    width: 8.9rem;
  }

  .md\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:gap-18 {
    grid-gap: 4.5rem;
    gap: 4.5rem;
  }

  .md\:gap-myecab-grid {
    grid-gap: 3.2rem;
    gap: 3.2rem;
  }

  .md\:gap-grant-icon-small {
    grid-gap: 2.4rem;
    gap: 2.4rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }
}

@media (min-width: 1024px) {
  .lg\:bg-red {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .lg\:bg-blue {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .lg\:bg-orange {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .lg\:bg-green {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .lg\:bg-green2 {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .lg\:bg-green2-light {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .lg\:bg-green2-lighter {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .lg\:bg-red2 {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .lg\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange:hover {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .lg\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .lg\:hover\:bg-green2:hover {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .lg\:hover\:bg-green2-light:hover {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .lg\:hover\:bg-green2-lighter:hover {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .lg\:hover\:bg-red2:hover {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .lg\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange:focus {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .lg\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .lg\:focus\:bg-green2:focus {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .lg\:focus\:bg-green2-light:focus {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .lg\:focus\:bg-green2-lighter:focus {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .lg\:focus\:bg-red2:focus {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .lg\:border-soft-grey {
    --border-opacity: 1;
    border-color: #F4F4F4;
    border-color: rgba(244, 244, 244, var(--border-opacity));
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:text-6 {
    font-size: 2.3rem;
  }

  .lg\:text-8 {
    font-size: 2.6rem;
  }

  .lg\:text-9 {
    font-size: 2.8rem;
  }

  .lg\:text-10 {
    font-size: 3.4rem;
  }

  .lg\:text-11 {
    font-size: 5.8rem;
  }

  .lg\:text-tiny {
    font-size: 1.4rem;
  }

  .lg\:text-cta {
    font-size: 6.8rem;
  }

  .lg\:leading-heading {
    line-height: 101.4px;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-gutter {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .lg\:-mx-gutter {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-18 {
    margin-top: 4.5rem;
  }

  .lg\:mr-18 {
    margin-right: 4.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .lg\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:px-gutter {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pt-30 {
    padding-top: 7.5rem;
  }

  .lg\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem;
  }

  .lg\:pt-80 {
    padding-top: 20.5rem;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

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

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-4\/18 {
    width: 22.22%;
  }

  .lg\:w-5\/18 {
    width: 27.77%;
  }

  .lg\:w-6\/18 {
    width: 33.33%;
  }

  .lg\:w-7\/18 {
    width: 38.88%;
  }

  .lg\:w-8\/18 {
    width: 44.44%;
  }

  .lg\:w-9\/18 {
    width: 50%;
  }

  .lg\:w-10\/18 {
    width: 55.55%;
  }

  .lg\:w-11\/18 {
    width: 61.11%;
  }

  .lg\:w-12\/18 {
    width: 66.66%;
  }

  .lg\:w-13\/18 {
    width: 72.22%;
  }

  .lg\:w-14\/18 {
    width: 77.77%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-18 {
    grid-template-columns: repeat(18, minmax(0, 1fr));
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-14 {
    grid-column: span 14 / span 14;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }
}

@media (min-width: 1280px) {
  .xl\:bg-red {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .xl\:bg-blue {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .xl\:bg-orange {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .xl\:bg-green {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .xl\:bg-green2 {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .xl\:bg-green2-light {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .xl\:bg-green2-lighter {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .xl\:bg-red2 {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .xl\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange:hover {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .xl\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .xl\:hover\:bg-green2:hover {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .xl\:hover\:bg-green2-light:hover {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .xl\:hover\:bg-green2-lighter:hover {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .xl\:hover\:bg-red2:hover {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .xl\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange:focus {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .xl\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .xl\:focus\:bg-green2:focus {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .xl\:focus\:bg-green2-light:focus {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .xl\:focus\:bg-green2-lighter:focus {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .xl\:focus\:bg-red2:focus {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}

@media (min-width: 1440px) {
  .xxl\:bg-red {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .xxl\:bg-blue {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .xxl\:bg-orange {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .xxl\:bg-green {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .xxl\:bg-green2 {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .xxl\:bg-green2-light {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .xxl\:bg-green2-lighter {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .xxl\:bg-red2 {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .xxl\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .xxl\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .xxl\:hover\:bg-orange:hover {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .xxl\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .xxl\:hover\:bg-green2:hover {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .xxl\:hover\:bg-green2-light:hover {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .xxl\:hover\:bg-green2-lighter:hover {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .xxl\:hover\:bg-red2:hover {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .xxl\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #CB2A16;
    background-color: rgba(203, 42, 22, var(--bg-opacity));
  }

  .xxl\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #09698B;
    background-color: rgba(9, 105, 139, var(--bg-opacity));
  }

  .xxl\:focus\:bg-orange:focus {
    --bg-opacity: 1;
    background-color: #E19318;
    background-color: rgba(225, 147, 24, var(--bg-opacity));
  }

  .xxl\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #57830D;
    background-color: rgba(87, 131, 13, var(--bg-opacity));
  }

  .xxl\:focus\:bg-green2:focus {
    --bg-opacity: 1;
    background-color: #1A535C;
    background-color: rgba(26, 83, 92, var(--bg-opacity));
  }

  .xxl\:focus\:bg-green2-light:focus {
    --bg-opacity: 1;
    background-color: #AACAAC;
    background-color: rgba(170, 202, 172, var(--bg-opacity));
  }

  .xxl\:focus\:bg-green2-lighter:focus {
    --bg-opacity: 1;
    background-color: #EBFFF1;
    background-color: rgba(235, 255, 241, var(--bg-opacity));
  }

  .xxl\:focus\:bg-red2:focus {
    --bg-opacity: 1;
    background-color: #FF334B;
    background-color: rgba(255, 51, 75, var(--bg-opacity));
  }

  .xxl\:fill-current {
    fill: currentColor;
  }
}

