/*
! tailwindcss v3.0.22 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: FFUnitPro, sans-serif; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}
  @font-face {
    font-family: "FFUnitPro";
    src: url(./etc/fonts/FFUnitPro-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "FFUnitPro";
    src: url(./etc/fonts/FFUnitPro-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "FFUnitPro";
    src: url(./etc/fonts/FFUnitPro-Bold-Italic.woff2) format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "FFUnitSlabPro";
    src: url(./etc/fonts/FFUnitSlabPro-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "FFUnitSlabPro";
    src: url(./etc/fonts/FFUnitSlabPro-Italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }

  html {
  font-family: FFUnitPro, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

  img {
  max-width: 100%;
}

  a:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000000;
}

  button:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000000;
}

  i {
  font-style: italic;
}

  b {
  font-weight: 700;
}

  h1, h2, h3, h4, h5 {
  font-family: FFUnitPro, sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
}

  p {
  font-family: FFUnitSlabPro, serif;
  font-size: 17px;
  line-height: 27px;
}

    p a {
  text-decoration-line: underline;
}

    p a:hover {
  --tw-text-opacity: 1;
  color: rgb(198 198 198 / var(--tw-text-opacity));
}

  p + p {
  margin-top: 1rem;
}

  a:hover {
  text-decoration-line: underline;
}

  ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  font-family: FFUnitSlabPro, serif;
  font-size: 17px;
  line-height: 27px;
}

  ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: FFUnitSlabPro, serif;
  font-size: 17px;
  line-height: 27px;
}

    ol li::marker {
  font-weight: 700;
}

  section {
  width: 100%;
}

  section + section, article + section {
  margin-top: 12rem;
}

  @media (max-width: 1391px) {

  section + section, article + section {
    margin-top: 10rem;
  }
}

  @media (max-width: 1023px) {

  section + section, article + section {
    margin-top: 8rem;
  }
}

  @media (max-width: 767px) {

  section + section, article + section {
    margin-top: 6rem;
  }
}

  @media (max-width: 639px) {

  section + section, article + section {
    margin-top: 5rem;
  }
}

  label {
  cursor: pointer;
}

  input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="url"], input[type="search"], input[type="tel"] {
  cursor: text;
}

  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000000;
}

  select {
  cursor: pointer;
}

  select:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000000;
}

  textarea {
  min-height: 10rem;
}

  textarea:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000000;
}

  input[type="text"], input[type="email"], input[type="search"], textarea {
  border-width: 0px;
}

  address {
  font-style: normal;
}

  details {
  max-width: 100%;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.article-card:hover .btn-underline > *:last-child:before {
  width: 100%;
  opacity: 1;
}
.articles-section-stacked .container {
  align-items: flex-start;
}
@media (max-width: 1023px) {

  .articles-section-stacked .text-content {
    order: 1;
  }

  .articles-section-stacked .image-content {
    order: 2;
  }
}
.articles-section-stacked-nav-link.is-active svg:first-child {
  opacity: 1;
}
.articles-section-stacked-nav-link.is-active svg:last-child {
  opacity: 0;
}
.articles-section-stacked-content-item.is-active {
  visibility: visible;
}
@media (max-width: 1727px) {

  .button-scroll-to-top.btn-underline > *:last-child {
    display: none;
  }
}
.collapsible-list-mark:before {
    content: url(./images/plus.svg);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    height: 0.5rem;
    width: 0.5rem;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    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));
    font-size: 20px;
    line-height: 30px;
    line-height: 0;
  }
details[open] > summary .collapsible-list-mark:before {
    content: url(./images/minus.svg);
  }
details summary {
    list-style: none
  }
details summary::marker,
    details summary::-webkit-details-marker {
      display: none;
    }
/* Override global section margins to provide more space for scroll */
.competitors-section {
  margin-top: 6rem;
}
@media (max-width: 1391px) {

  .competitors-section {
    margin-top: 5rem;
  }
}
@media (max-width: 1023px) {

  .competitors-section {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {

  .competitors-section {
    margin-top: 3rem;
  }
}
@media (max-width: 639px) {

  .competitors-section {
    margin-top: 2.5rem;
  }
}
.competitors-section {
  padding-top: 6rem;
}
@media (max-width: 1391px) {

  .competitors-section {
    padding-top: 5rem;
  }
}
@media (max-width: 1023px) {

  .competitors-section {
    padding-top: 4rem;
  }
}
@media (max-width: 767px) {

  .competitors-section {
    padding-top: 3rem;
  }
}
@media (max-width: 639px) {

  .competitors-section {
    padding-top: 2.5rem;
  }
}
.competitors-textcontent-item.is-active {
  display: block;
}
.competitors-menu-item.is-active svg:first-child {
  opacity: 1;
}
.competitors-menu-item.is-active svg:last-child {
  opacity: 0;
}
.gallery-section {
    contain: none;
    overflow: hidden;
  }
/* //////////////// */
/* THUMBNAILS */
/* //////////////// */
.gallery-section-main {
    contain: content
  }
.gallery-section-main .button-prev, .gallery-section-main .button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 3.5rem;
  width: 3.5rem;
  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));
  cursor: pointer;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (max-width: 1023px) {

  .gallery-section-main .button-prev, .gallery-section-main .button-next {
    height: 2.5rem;
  }

  .gallery-section-main .button-prev, .gallery-section-main .button-next {
    width: 2.5rem;
  }
}
.gallery-section-main .button-prev {
  left: 10%;
}
@media (max-width: 1023px) {

  .gallery-section-main .button-prev {
    left: 0px;
  }
}
.gallery-section-main .button-prev {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
}
@media (max-width: 1023px) {

  .gallery-section-main .button-prev {
    --tw-translate-x: 0.5rem;
    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));
  }
}
.gallery-section-main .button-prev:hover {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  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));
}
@media (max-width: 1023px) {

  .gallery-section-main .button-prev:hover {
    --tw-translate-x: 0.5rem;
    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));
  }

  .gallery-section-main .button-prev:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
}
.gallery-section-main .button-next {
  right: 10%;
}
@media (max-width: 1023px) {

  .gallery-section-main .button-next {
    right: 0px;
  }
}
.gallery-section-main .button-next {
  --tw-translate-x: 50%;
  --tw-translate-y: -50%;
  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));
}
@media (max-width: 1023px) {

  .gallery-section-main .button-next {
    --tw-translate-x: -0.5rem;
    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));
  }
}
.gallery-section-main .button-next:hover {
  --tw-translate-x: 50%;
  --tw-translate-y: -50%;
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  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));
}
@media (max-width: 1023px) {

  .gallery-section-main .button-next:hover {
    --tw-translate-x: -0.5rem;
    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));
  }

  .gallery-section-main .button-next:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
}
.gallery-section-main-item, .gallery-section-main-item.swiper-slide {
  width: auto;
    max-height: 70vh;
    max-width: 80vw;
}
/* //////////////// */
/* LIGHTBOX */
/* //////////////// */
.gallery-section-lightbox {
    contain: strict;
    z-index: 1000
  }
.gallery-section-lightbox .button-next, .gallery-section-lightbox .button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 3.5rem;
  width: 3.5rem;
  cursor: pointer;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (max-width: 1023px) {

  .gallery-section-lightbox .button-next, .gallery-section-lightbox .button-prev {
    height: 2.5rem;
  }

  .gallery-section-lightbox .button-next, .gallery-section-lightbox .button-prev {
    width: 2.5rem;
  }
}
.gallery-section-lightbox .button-next, .gallery-section-lightbox .button-prev {
  --tw-translate-y: -50%;
  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));
}
.gallery-section-lightbox .button-next:hover, .gallery-section-lightbox .button-prev:hover {
  --tw-translate-y: -50%;
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  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));
}
@media (max-width: 1023px) {

  .gallery-section-lightbox .button-next:hover, .gallery-section-lightbox .button-prev:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
}
.gallery-section-lightbox .button-next {
  right: 1.25rem;
}
@media (max-width: 1023px) {

  .gallery-section-lightbox .button-next {
    right: 0px;
  }
}
.gallery-section-lightbox .button-prev {
  left: 1.25rem;
}
@media (max-width: 1023px) {

  .gallery-section-lightbox .button-prev {
    left: 0px;
  }
}
.gallery-section-lightbox .button-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 50;
  height: 3.5rem;
  width: 3.5rem;
  cursor: pointer;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (max-width: 1023px) {

  .gallery-section-lightbox .button-close {
    top: 0px;
  }

  .gallery-section-lightbox .button-close {
    right: 0px;
  }

  .gallery-section-lightbox .button-close {
    height: 2.5rem;
  }

  .gallery-section-lightbox .button-close {
    width: 2.5rem;
  }
}
.gallery-section-lightbox .button-close:hover {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  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));
}
.gallery-section-lightbox-background {
    background-color: rgba(54, 56, 58, 0.85);
  }
.gallery-section .gallery-section-lightbox-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
    z-index: 3;
    left: 0;
    bottom: 25px;
    transform: translateY(50%);
}
.hero-section {
    height: calc(100vh - 6rem - 50px);
  }
.org-structure-section .container {
  align-items: flex-start;
}
#page-header a:hover {
  text-decoration-line: none;
}
.page-header-main {
  height: 100%;
}
.page-header-submenu {
    top: 6rem;
    max-height: calc(100vh - 6rem);
    transition: transform 300ms ease-in-out 200ms, top 300ms ease-in-out 0ms;
  }
.headroom-not-top .page-header-submenu {
    top: 4rem;
    max-height: calc(100vh - 4rem);
  }
.hamburger-line:nth-of-type(1) {
      transform: translate(-50%, calc(-50% - 5px));
    }
.hamburger-line:nth-of-type(2) {
      transform: translate(-50%, -50%);
    }
.hamburger-line:nth-of-type(3) {
      transform: translate(-50%, calc(-50% + 5px));
    }
.is-active {
    /* Page header hamburger */
  }
.is-active .hamburger-line:nth-of-type(1) {
        transform: translate(-50%, calc(-50% - 0px)) rotate(-45deg);
      }
.is-active .hamburger-line:nth-of-type(2) {
        transform: translate(-50%, -50%);
        opacity: 0;
      }
.is-active .hamburger-line:nth-of-type(3) {
        transform: translate(-50%, calc(-50% - 0px)) rotate(45deg);
      }
@media (max-width: 1279px) {
    .page-header-main {
      height: calc(100vh - 4rem);
    }
      .is-active .page-header-main {
    --tw-translate-y: 0px;
    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));
  }

    .page-header-submenu, .headroom-not-top .page-header-submenu {
    max-height: 100%;
  }
      .page-header-submenu .btn-underline *:after {
    display: none;
  }
  }
/* .group-hover\:submenu-slide,
  .group:hover .group-hover\:submenu-slide {
    transform: none;
  } */
.stacked-images.swiper-container {
  position: sticky;
  top: 6rem;
}
.tiles-section-tile {
    min-height: 450px;
    outline: 1px solid #c6c6c6;
  }
.timeline {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(198 198 198 / var(--tw-bg-opacity));
}
@media (max-width: 639px) {

  .timeline {
    position: absolute;
  }

  .timeline {
    left: 0px;
  }

  .timeline {
    top: 0.5rem;
  }

  .timeline {
    z-index: -1;
  }

  .timeline {
    width: 1px;
  }
}
.timeline-item.is-active .timeline-item-label {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.timeline-item.is-active .timeline-item-dot {
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(198 198 198 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.3;
}
.timeline-item-tooltip {
    /* bottom caret */
  }
.timeline-item-tooltip:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 50%;
      height: 0.75rem;
      width: 0.75rem;
      --tw-translate-x: -50%;
      --tw-translate-y: 50%;
      --tw-rotate: 45deg;
      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));
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
@media (max-width: 639px) {
    .timeline {
      height: calc(100% - 1rem);
    }
  }
.container {
    max-width: 1312px;
  }
@media (max-width: 1391px) {

  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 639px) {

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.label {
  font-family: FFUnitPro, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-solid {
  cursor: pointer;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: FFUnitPro, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-solid:hover {
  text-decoration-line: none;
}
.btn-solid:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000000;
}
.btn-solid {
    letter-spacing: 1px;
  }
.btn-underline {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: FFUnitPro, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-underline:hover {
  text-decoration-line: none;
}
.btn-underline {
    letter-spacing: 1px
  }
.btn-underline:hover > *:last-child:after {
  width: 100%;
  opacity: 1;
}
.btn-underline > *:last-child {
  position: relative;
  display: inline-block;
}
.btn-underline > *:last-child:after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 10;
        height: 0.125rem;
        width: 0px;
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        opacity: 0;
        transition-property: width;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
.btn-underline-listitem {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: FFUnitPro, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-underline-listitem:hover {
  text-decoration-line: none;
}
.btn-underline-listitem {
    letter-spacing: 1px
  }
.btn-underline-listitem:hover:after {
  width: 100%;
  opacity: 1;
}
.btn-underline-listitem:after {
      content: "";
      position: absolute;
      left: 0px;
      bottom: -1px;
      z-index: 10;
      height: 0.125rem;
      width: 0px;
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
      opacity: 0;
      transition-property: width;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
.btn-small {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 12px;
    line-height: 16px;
}
.btn-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 147 147 / var(--tw-bg-opacity));
}
.btn-black {
  outline-offset: 2px;
}
.btn-black:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000000;
}
.btn-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(240 244 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(198 198 198 / var(--tw-bg-opacity));
}
.btn-scale-up {
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 230ms;
}
.btn-scale-up:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-1\/2 {
  top: 50%;
}
.left-6 {
  left: 1.5rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.left-0 {
  left: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-0 {
  bottom: 0px;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-4 {
  top: 1rem;
}
.top-44 {
  top: 11rem;
}
.top-24 {
  top: 6rem;
}
.top-8 {
  top: 2rem;
}
.top-full {
  top: 100%;
}
.bottom-2 {
  bottom: 0.5rem;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-20 {
  z-index: 20;
}
.z-0 {
  z-index: 0;
}
.z-30 {
  z-index: 30;
}
.-z-1 {
  z-index: -1;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-auto {
  margin-top: auto;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-8 {
  margin-left: 2rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.mt-48 {
  margin-top: 12rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!grid {
  display: grid !important;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-72 {
  height: 18rem;
}
.h-80 {
  height: 20rem;
}
.h-96 {
  height: 24rem;
}
.h-112 {
  height: 28rem;
}
.h-128 {
  height: 32rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-1\/10 {
  height: 10%;
}
.h-2\/10 {
  height: 20%;
}
.h-3\/10 {
  height: 30%;
}
.h-4\/10 {
  height: 40%;
}
.h-5\/10 {
  height: 50%;
}
.h-6\/10 {
  height: 60%;
}
.h-7\/10 {
  height: 70%;
}
.h-8\/10 {
  height: 80%;
}
.h-9\/10 {
  height: 90%;
}
.h-1\/2 {
  height: 50%;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-2\/3 {
  height: 66.666667%;
}
.h-1\/4 {
  height: 25%;
}
.h-2\/4 {
  height: 50%;
}
.h-3\/4 {
  height: 75%;
}
.h-1\/5 {
  height: 20%;
}
.h-2\/5 {
  height: 40%;
}
.h-3\/5 {
  height: 60%;
}
.h-4\/5 {
  height: 80%;
}
.h-1\/6 {
  height: 16.666667%;
}
.h-2\/6 {
  height: 33.333333%;
}
.h-3\/6 {
  height: 50%;
}
.h-4\/6 {
  height: 66.666667%;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-full {
  height: 100%;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-160 {
  height: 40rem;
}
.h-screen {
  height: 100vh;
}
.h-auto {
  height: auto;
}
.max-h-192 {
  max-height: 48rem;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-full {
  max-height: 100%;
}
.max-h-6\/10 {
  max-height: 60%;
}
.max-h-144 {
  max-height: 36rem;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-144 {
  min-height: 36rem;
}
.w-1 {
  width: 0.25rem;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-80 {
  width: 20rem;
}
.w-96 {
  width: 24rem;
}
.w-112 {
  width: 28rem;
}
.w-128 {
  width: 32rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-1\/10 {
  width: 10%;
}
.w-2\/10 {
  width: 20%;
}
.w-3\/10 {
  width: 30%;
}
.w-4\/10 {
  width: 40%;
}
.w-5\/10 {
  width: 50%;
}
.w-6\/10 {
  width: 60%;
}
.w-7\/10 {
  width: 70%;
}
.w-8\/10 {
  width: 80%;
}
.w-9\/10 {
  width: 90%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/4 {
  width: 25%;
}
.w-2\/4 {
  width: 50%;
}
.w-3\/4 {
  width: 75%;
}
.w-1\/5 {
  width: 20%;
}
.w-2\/5 {
  width: 40%;
}
.w-3\/5 {
  width: 60%;
}
.w-4\/5 {
  width: 80%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-3\/6 {
  width: 50%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-3\/12 {
  width: 25%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6\/12 {
  width: 50%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9\/12 {
  width: 75%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-80 {
  min-width: 20rem;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-max {
  max-width: max-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  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));
}
.-translate-x-3 {
  --tw-translate-x: -0.75rem;
  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));
}
.-translate-y-3 {
  --tw-translate-y: -0.75rem;
  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));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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 {
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-help {
  cursor: help;
}
.cursor-zoomin {
  cursor: zoom-in;
}
.cursor-default {
  cursor: default;
}
.cursor-zoomout {
  cursor: zoom-out;
}
.list-none {
  list-style-type: none;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-36 {
  gap: 9rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-px {
  gap: 1px;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-medium > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(198 198 198 / var(--tw-divide-opacity));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.justify-self-start {
  justify-self: start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-gray-medium {
  --tw-border-opacity: 1;
  border-color: rgb(198 198 198 / var(--tw-border-opacity));
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(240 244 247 / var(--tw-border-opacity));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(240 244 247 / var(--tw-bg-opacity));
}
.bg-gray-light2 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-green-light {
  --tw-bg-opacity: 1;
  background-color: rgb(190 211 155 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.fill-gray-medium {
  fill: #c6c6c6;
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-top {
  object-position: top;
}
.object-center {
  object-position: center;
}
.p-2 {
  padding: 0.5rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-0 {
  padding: 0px;
}
.p-12 {
  padding: 3rem;
}
.p-4 {
  padding: 1rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-16 {
  padding: 4rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-1\/10 {
  padding-top: 10%;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pr-32 {
  padding-right: 8rem;
}
.pl-32 {
  padding-left: 8rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.font-serif {
  font-family: FFUnitSlabPro, serif;
}
.font-sans {
  font-family: FFUnitPro, sans-serif;
}
.text-lg {
  font-size: 20px;
  line-height: 30px;
}
.text-xs {
  font-size: 12px;
  line-height: 22px;
}
.text-sm {
  font-size: 14px;
  line-height: 24px;
}
.text-3xl {
  font-size: 44px;
  line-height: 54px;
}
.text-xl {
  font-size: 26px;
  line-height: 36px;
}
.text-base {
  font-size: 17px;
  line-height: 27px;
}
.text-2xl {
  font-size: 36px;
  line-height: 46px;
}
.text-5xl {
  font-size: 68px;
  line-height: 74px;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black-light {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-2 {
  outline-width: 2px;
}
.outline-offset-2 {
  outline-offset: 2px;
}
.-outline-offset-4 {
  outline-offset: -4px;
}
.-outline-offset-2 {
  outline-offset: -2px;
}
.outline-transparent {
  outline-color: transparent;
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-height {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-230 {
  transition-duration: 230ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
/**
 * 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 {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-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 {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  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: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  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;
  transition: 300ms opacity;
  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 {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-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%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  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;
}
@keyframes swiper-preloader-spin {
  100% {
    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 {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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 {
  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;
  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;
}
/* Components */
.address-book-filter summary::marker {
    display: none;
    content: "";
  }
.address-book-filter .address-book-filter-summary-marker {
  --tw-rotate: -90deg;
  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));
}
.address-book-filter[open] .address-book-filter-summary-marker {
  --tw-rotate: 0deg;
  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));
}
@media (max-width: 1023px) {
    .competitors-images .swiper-wrapper {
      height: 70vh;
    }
}
[data-tooltip]:before {
  visibility: hidden;
  position: absolute;
  top: -0.25rem;
  left: 50%;
  width: max-content;
  --tw-translate-x: -50%;
  --tw-translate-y: -100%;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  font-size: 14px;
  line-height: 24px;
  content: attr(data-tooltip);
  max-width: 280px;
  box-shadow: 0 5px 25px -5px rgba(0, 0, 0, 0.5),
    0 10px 10px -5px rgba(0, 0, 0, 0.1);
}
[data-tooltip]:after {
  content: "";
  visibility: hidden;
  position: absolute;
  top: -0.25rem;
  left: 50%;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  visibility: visible;
}
.flash-message[data-open="false"] {
  display: none;
}
.gallery-section-lightbox[data-open="false"] {
  display: none;
}
.guarantor-map svg #areas > path {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.guarantor-map svg #areas > path:hover {
    fill: #c6c6c6;
  }
.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.guarantor-map img {
  max-width: 100%;
  display: block;
  padding: 2%;
}
.guarantor-map .svg-wrap {
  left: 0.2%;
  top: -36.53%;
}
.guarantor-map svg .region {
  opacity: 0;
}
.guarantor-map svg .region:hover {
  stroke: #ff6438;
  stroke-width: 5px;
  opacity: 1;
}
.image-comparison {
  position: relative;
  --thumb-width: 56px;
  height: 100%;
}
.image-comparison img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-comparison img:first-of-type {
  clip-path: inset(0 calc(100% - var(--fraction, 50%)) 0 0);
}
.image-comparison img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 0 0 var(--fraction, 50%));
}
.image-comparison input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  appearance: none;
  width: calc(100% + var(--thumb-width));
  margin-left: calc(-1 * var(--thumb-width) / 2);
  margin-right: calc(-1 * var(--thumb-width) / 2);
  background: transparent;
  cursor: ew-resize;
}
.image-comparison input:focus {
  outline: none;
}
/* Chrome */
input::-webkit-slider-thumb {
  appearance: none;
  height: var(--thumb-width);
  width: var(--thumb-width);
  border-radius: 50%;
  background: black;
  cursor: ew-resize;
  background-image: url("images/caret_slider_round.svg");
  background-size: 100% 100%;
  background-position: center center;
}
/* All the same stuff for Firefox */
input::-moz-range-thumb {
  height: var(--thumb-width);
  width: var(--thumb-width);
  border-radius: 50%;
  background: black;
  cursor: ew-resize;
  background-image: url("images/caret_slider_round.svg");
  background-size: 100% 100%;
  background-position: center center;
}
.group-hover\:submenu-slide {
  transform: translateY(calc(-100% - 20px));
}
.group:hover .group-hover\:submenu-slide {
  transform: translateY(0%);
}
.headroom-not-top .group:hover .group-hover\:submenu-slide {
  transform: translateY(0%);
}
.project-map-section.is-filtered .project-map-section-filter > *:not(.is-active) {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.project-map-section.is-filtered .project-map-card.is-active {
  z-index: 40;
}
.project-map-section.is-filtered .project-map-card.is-active.is-hover, .project-map-section.is-filtered .project-map-card.is-active:hover {
  z-index: 50;
}
.project-map-section.is-filtered .project-map-card:not(.is-active) {
  pointer-events: none;
}
.project-map-section.is-filtered .project-map-card:not(.is-active) .project-map-card-pin {
  opacity: 0.3;
}
.project-map-section .project-map-card.is-hover, .project-map-section .project-map-card:hover {
  z-index: 50;
  text-decoration-line: none;
}
.project-map-section .project-map-card.is-hover .project-map-card-pin, .project-map-section .project-map-card:hover .project-map-card-pin {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.project-map-section .project-map-card.is-hover .project-map-card-content, .project-map-section .project-map-card:hover .project-map-card-content {
  display: block;
}
.project-map-pins {
  height: calc(100% - 15rem);
}
@media (max-width: 1023px) {
    .stacked-images .swiper-wrapper {
      height: 70vh;
    }
  .stacked-images.swiper-container {
    position: relative;
  }
  .stacked-images.swiper-container {
    top: 0px;
  }
}
.stats-section-card {
  outline: 1px solid #c6c6c6
}
.stats-section-card:hover svg {
      filter: invert(1);
    }
.text-image-section details .text-image-section-readmore {
  display: block;
}
.text-image-section details .text-image-section-readless {
  display: none;
}
.text-image-section details[open] .text-image-section-readmore {
  display: none;
}
.text-image-section details[open] .text-image-section-readless {
  display: block;
}
.text-image-section-image {
  max-height: calc(100vh - 8rem);
}
/* Base of the grid */
.game-grid {
  display:flex;
  flex-wrap: wrap;
  width: 720px;
  height: 600px;
  background-image: url(./images/tetris/grid.png);
}
.game {
  width: 720px;
}
.block-base {
  background-image: url(./images/tetris/whitebase_block.svg);
}
.end {
  background-color: #d8edea;
}
.hide-message{
  display: none;
}
.t-ucase {
  text-transform: uppercase;
}
.end {
  background-image: url(/Users/limit/development/Tetris/images/blue_block.png);
}
/* Dashboard */
.dashboard {
  width: 720px;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.btn2 {
  width: 200px;
  cursor: pointer;
  border-radius: 9999px;
  padding: 1rem 2.5rem;
  line-height: 1.5;
  font-size: 18px;
  letter-spacing: 1px;
}
.btn-play {
  background-color: #000000;
  color: #ffffff;
}
.btn-tryagain {
  background-color: #ffffff;
  color: #000000;
}
/* Counter */
.display-counter {
  width: 720px;
  text-align: left;
}
.block-counter {
  width: 250px;
  margin: 40px 10px;
  border: black 1px solid;
  padding: 10px;
  font-size: 20px;
  color: black;
}
/* Message End of Game */
.display-message {
  width: 720px;
  text-align: center;
}
.message, .game-over {
  margin: 40px auto;
  font-size: 20px;
  color: black;
}
/* Page specific overrides */
#home-intro {
  min-height: calc(100vh - 6rem);
}
@media (max-width: 1535px) {
  #home-intro {
    min-height: calc(100vh - 4rem);
  }
}
.page-about-history .text-image-section .container {
  align-items: flex-start;
}
.page-about-history .history-record {
  display: none;
}
.page-about-history .history-record.is-active {
  display: block;
}
body.page-contact-guarantor .guarantor-section > .grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
body.page-contact-guarantor .guarantor-section > .grid > *:last-child {
  order: -10;
}
body.page-contact-guarantor .guarantor-section > .grid .guarantor-cards {
      overflow: initial;
    }
body {
  padding-top: 6rem;
}
@media (max-width: 1279px) {

  body {
    padding-top: 4rem;
  }
}
body.page-project-map, body.page-news-list, body.page-news-article, body.page-about-structure, body.page-about-history, body.page-search-tag, body.page-search-default, body.page-error {
  padding-top: 12rem;
}
@media (max-width: 1023px) {

  body.page-project-map, body.page-news-list, body.page-news-article, body.page-about-structure, body.page-about-history, body.page-search-tag, body.page-search-default, body.page-error {
    padding-top: 10rem;
  }
}
@media (max-width: 767px) {

  body.page-project-map, body.page-news-list, body.page-news-article, body.page-about-structure, body.page-about-history, body.page-search-tag, body.page-search-default, body.page-error {
    padding-top: 8rem;
  }
}
.wysiwyg h3 {
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 639px) {

  .wysiwyg h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.wysiwyg h4 {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 639px) {

  .wysiwyg h4 {
    font-size: 17px;
    line-height: 27px;
  }
}
.wysiwyg h5 + p, .wysiwyg h5 + ul, .wysiwyg h5 + ol {
  margin-top: 0.5rem;
}
.wysiwyg h3 + p, .wysiwyg h4 + p, .wysiwyg h3 + ul, .wysiwyg h4 + ul, .wysiwyg h3 + ol, .wysiwyg h4 + ol, .wysiwyg ul + p, .wysiwyg p + ul, .wysiwyg ol + p, .wysiwyg p + ol {
  margin-top: 1rem;
}
.wysiwyg h3 + h5, .wysiwyg h4 + h5 {
  margin-top: 1.5rem;
}
.wysiwyg p + h3, .wysiwyg p + h4, .wysiwyg p + h5, .wysiwyg ul + h3, .wysiwyg ul + h4, .wysiwyg ul + h5, .wysiwyg ol + h3, .wysiwyg ol + h4, .wysiwyg ol + h5, .wysiwyg * + .btn-wysiwyg, .wysiwyg .btn-wysiwyg + * {
  margin-top: 2rem;
}
.wysiwyg ul a, .wysiwyg ol a {
  text-decoration-line: underline;
}
.wysiwyg .btn-wysiwyg {
  position: relative;
  display: flex;
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  flex-direction: row;
  gap: 1rem;
  font-family: FFUnitPro, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.wysiwyg .btn-wysiwyg:hover {
  text-decoration-line: none;
}
.wysiwyg .btn-wysiwyg {
    letter-spacing: 1px
  }
.wysiwyg .btn-wysiwyg:hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg .btn-wysiwyg:after {
      content: "";
      position: absolute;
      left: 2.5rem;
      bottom: 0px;
      z-index: 10;
      height: 0.125rem;
      width: 0px;
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
      opacity: 0;
      transition-property: width;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      max-width: calc(100% - 2.5rem);
    }
.wysiwyg .btn-wysiwyg:before {
      content: "";
      height: 1.5rem;
      width: 1.5rem;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("images/arrow_round_right.svg");
    }
.wysiwyg .btn-wysiwyg a {
  flex: 1 1 0%;
}
.wysiwyg .btn-wysiwyg a:hover {
  text-decoration-line: none;
}
[data-animation-reveal] {
  animation-name: slideUp;
  animation-duration: 800ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
@media (max-width: 639px) {
  [data-animation-reveal] {
    animation-name: none;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
[data-animation-reveal-curtain] {
  animation-name: removeCurtain;
  animation-duration: 1200ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
@keyframes removeCurtain {
  from {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}
.vocabulary-arrow-right::after {
  content: '\25ba';
  font-size: 20px;
  padding-left: 1.5%;
  color: #c6c6c6;
}
.vocabulary-arrow-down::after {
  content: '\25bc';
  font-size: 30px;
  padding-left: 1.5%;
  color: #191919;
}
.focus-within\:translate-x-0:focus-within {
  --tw-translate-x: 0px;
  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));
}
.hover\:z-50:hover {
  z-index: 50;
}
.hover\:scale-115:hover {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  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));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.focus\:outline:focus {
  outline-style: solid;
}
.focus\:outline-2:focus {
  outline-width: 2px;
}
.focus\:outline-black:focus {
  outline-color: #000000;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:inline-block {
  display: inline-block;
}
.group:hover .group-hover\:scale-115 {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  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));
}
.group:hover .group-hover\:scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}
.group:hover .group-hover\:bg-gray-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(198 198 198 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-yellow-visu {
  --tw-text-opacity: 1;
  color: rgb(241 206 13 / var(--tw-text-opacity));
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:btn-underline-group-hover > *:last-child:after {
  width: 100%;
  opacity: 1;
}
@media (max-width: 1727px) {

  .\33xl\:rounded-full {
    border-radius: 9999px;
  }
}
@media (max-width: 1535px) {

  .\32xl\:left-2 {
    left: 0.5rem;
  }

  .\32xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem;
  }
}
@media (max-width: 1391px) {

  .xl\:ml-0 {
    margin-left: 0px;
  }

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

  .xl\:h-144 {
    height: 36rem;
  }

  .xl\:h-112 {
    height: 28rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

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

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:text-sm {
    font-size: 14px;
    line-height: 24px;
  }

  .xl\:text-4xl {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 1279px) {

  .\32lg\:static {
    position: static;
  }

  .\32lg\:absolute {
    position: absolute;
  }

  .\32lg\:left-0 {
    left: 0px;
  }

  .\32lg\:top-16 {
    top: 4rem;
  }

  .\32lg\:z-auto {
    z-index: auto;
  }

  .\32lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32lg\:mt-0 {
    margin-top: 0px;
  }

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

  .\32lg\:inline-block {
    display: inline-block;
  }

  .\32lg\:flex {
    display: flex;
  }

  .\32lg\:hidden {
    display: none;
  }

  .\32lg\:h-auto {
    height: auto;
  }

  .\32lg\:w-full {
    width: 100%;
  }

  .\32lg\:-translate-y-full {
    --tw-translate-y: -100%;
    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));
  }

  .\32lg\:transform-none {
    transform: none;
  }

  .\32lg\:flex-col {
    flex-direction: column;
  }

  .\32lg\:items-start {
    align-items: flex-start;
  }

  .\32lg\:items-center {
    align-items: center;
  }

  .\32lg\:gap-5 {
    gap: 1.25rem;
  }

  .\32lg\:gap-0 {
    gap: 0px;
  }

  .\32lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .\32lg\:border-0 {
    border-width: 0px;
  }

  .\32lg\:border-r-0 {
    border-right-width: 0px;
  }

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

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

  .\32lg\:p-8 {
    padding: 2rem;
  }

  .\32lg\:p-0 {
    padding: 0px;
  }

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

  .\32lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32lg\:text-lg {
    font-size: 20px;
    line-height: 30px;
  }

  .\32lg\:normal-case {
    text-transform: none;
  }

  .\32lg\:tracking-normal {
    letter-spacing: 0em;
  }
}
@media (max-width: 1023px) {

  .lg\:visible {
    visibility: visible;
  }

  .lg\:static {
    position: static;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

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

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-128 {
    height: 32rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

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

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

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

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

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

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

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

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

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

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

  .lg\:text-2xl {
    font-size: 36px;
    line-height: 46px;
  }

  .lg\:text-lg {
    font-size: 20px;
    line-height: 30px;
  }

  .lg\:text-3xl {
    font-size: 44px;
    line-height: 54px;
  }

  .lg\:text-4xl {
    font-size: 56px;
    line-height: 66px;
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (max-width: 767px) {

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .md\:hidden {
    display: none;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-36 {
    width: 9rem;
  }

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

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

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

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

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

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

  .md\:text-xs {
    font-size: 12px;
    line-height: 22px;
  }

  .md\:text-sm {
    font-size: 14px;
    line-height: 24px;
  }

  .md\:text-3xl {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 639px) {

  .sm\:static {
    position: static;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

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

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

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

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:max-h-112 {
    max-height: 28rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    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));
  }

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

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

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

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

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

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

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

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

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

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

  .sm\:text-2xl {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 539px) {

  .xs\:p-2 {
    padding: 0.5rem;
  }
}
