/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/style.scss ***!
  \*************************************************************************************************************/
/*! 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.
 */
* {
  box-sizing: border-box;
}

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 {
  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 */
  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=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.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 {
  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=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

/**
 * Remove the inner padding 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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

html {
  --color-red: #e2505e;
  --color-semilight-red: #ffa9b0;
  --color-light-red: #f6cacf;
  --color-yellow: #ffc219;
  --color-orange: #fa940c;
  --color-purple: #b95fb7;
  --color-teal: #75a8ab;
  --color-light-teal: #cfe1e2;
  --color-green: #a8c143;
  --color-lightgray: lightgray;
}

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

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

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

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

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

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

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

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-placement^=top] > .tippy-svg-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-svg-arrow:after, .tippy-box[data-placement^=top] > .tippy-svg-arrow > svg {
  top: 16px;
  transform: rotate(180deg);
}

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow > svg {
  bottom: 16px;
}

.tippy-box[data-placement^=left] > .tippy-svg-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-svg-arrow:after, .tippy-box[data-placement^=left] > .tippy-svg-arrow > svg {
  transform: rotate(90deg);
  top: calc(50% - 3px);
  left: 11px;
}

.tippy-box[data-placement^=right] > .tippy-svg-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-svg-arrow:after, .tippy-box[data-placement^=right] > .tippy-svg-arrow > svg {
  transform: rotate(-90deg);
  top: calc(50% - 3px);
  right: 11px;
}

.tippy-svg-arrow {
  width: 16px;
  height: 16px;
  fill: #333;
  text-align: initial;
}

.tippy-svg-arrow, .tippy-svg-arrow > svg {
  position: absolute;
}

.home section {
  padding: 2em 1.5em;
  overflow: hidden;
}
.home .extra-wrapper {
  max-width: 1155px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
}
@media (max-width: 1165px) {
  .home .extra-wrapper {
    margin: 0 -32px;
    width: auto;
    max-width: unset;
  }
}
.home .events-swiper,
.home .volunteer-swiper {
  overflow: visible;
  margin-top: 2em;
  margin-bottom: 2.5em;
  --swiper-navigation-color: black;
  --swiper-navigation-sides-offset: -38px;
  --swiper-navigation-size: 46px;
  --swiper-pagination-bottom: -35px;
}
.home .events-swiper .swiper-wrapper,
.home .volunteer-swiper .swiper-wrapper {
  overflow: visible;
}
.home .events-swiper .swiper-wrapper .swiper-slide,
.home .volunteer-swiper .swiper-wrapper .swiper-slide {
  border-radius: var(--standard-radius);
  overflow: hidden;
  height: auto;
}
.home .events-swiper .swiper-wrapper .swiper-slide time,
.home .volunteer-swiper .swiper-wrapper .swiper-slide time {
  display: block;
}
.home header#main-header {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.home header#main-header.scrolled {
  background-color: rgb(255, 255, 255);
}
.home .splash {
  padding: 0;
  position: relative;
}
.home .splash .photo-swiper .swiper-wrapper .swiper-slide img {
  display: block;
  aspect-ratio: 17/10;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 799px) {
  .home .splash .photo-swiper .swiper-wrapper .swiper-slide img {
    aspect-ratio: 1080/1350;
  }
}
.home .splash .cta-wrapper {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 799px) {
  .home .splash .cta-wrapper {
    transform: none;
    left: 30px;
  }
  .home .splash .cta-wrapper .btn {
    font-size: 0.71rem;
  }
}
.home .anniversary {
  background-color: var(--color-red);
  color: white;
}
.home .anniversary .wrapper h2 {
  line-height: 1.2;
}
.home .anniversary .wrapper p {
  margin-top: 0.2em;
  line-height: 1.4;
}
@media screen and (max-width: 799px) {
  .home .anniversary .wrapper p br {
    display: none;
  }
}
.home .anniversary .wrapper .grid {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 799px) {
  .home .anniversary .wrapper .grid {
    grid-template-columns: 1fr;
  }
}
.home .anniversary .wrapper .grid .cell {
  display: flex;
  flex-direction: column;
}
.home .anniversary .wrapper .grid .cell span.h2 {
  font-weight: bold;
  margin-bottom: -0.07em;
}
.home .anniversary .wrapper .grid .cell:nth-child(2) {
  text-align: center;
  justify-content: flex-end;
}
@media screen and (max-width: 799px) {
  .home .anniversary .wrapper .grid .cell:nth-child(2) {
    margin-top: 1.5em;
  }
}
.home .anniversary .wrapper .grid .cell:nth-child(3) {
  margin-top: 1em;
  position: relative;
}
@media screen and (max-width: 799px) {
  .home .anniversary .wrapper .grid .cell:nth-child(3) {
    order: 99;
  }
}
.home .anniversary .wrapper .grid .cell:nth-child(3) img.decoration {
  user-select: none;
  pointer-events: none;
  height: 100%;
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 799px) {
  .home .anniversary .wrapper .grid .cell:nth-child(3) img.decoration {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .home .anniversary .wrapper .grid .cell:nth-child(3) .cta-wrapper {
    text-align: center;
    margin-top: 1em;
  }
}
.home .anniversary .wrapper .grid .cell:nth-child(4) {
  margin-top: 1em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 799px) {
  .home .anniversary .wrapper .grid .cell:nth-child(4) {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .anniversary .wrapper .grid .cell:nth-child(4) img {
  display: block;
}
@media screen and (max-width: 799px) {
  .home .anniversary .wrapper .grid .cell:nth-child(4) img {
    width: 100%;
  }
}
.home .anniversary .wrapper .grid .cell:nth-child(4) img.decoration {
  user-select: none;
  height: 100%;
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
.home .anniversary .wrapper .grid .cell:nth-child(4) img.decoration.mobile-only {
  display: none;
}
@media screen and (max-width: 799px) {
  .home .anniversary .wrapper .grid .cell:nth-child(4) img.decoration.mobile-only {
    display: block;
    left: unset;
    right: 100%;
  }
}
.home .anniversary .wrapper .grid .cell:nth-child(6) {
  text-align: center;
  margin-top: 0.3em;
}
.home .anniversary .wrapper .grid .cell:nth-child(6) span.h2 {
  margin-left: 37%;
}
.home .map {
  background-color: var(--color-semilight-red);
  padding: 3em 1.5em;
}
.home .map .wrapper {
  position: relative;
}
.home .map .data h3 {
  margin-top: 1em;
  margin-bottom: 0.2em;
}
.home .map .map-img {
  position: absolute;
  top: calc(50% + 11px);
  transform: translateY(-50%);
  right: calc(-1 * (50vw - 528px));
  width: calc(100vw - 18em - (50vw - 528px));
}
@media (max-width: 1140px) {
  .home .map .map-img {
    right: -50px;
    width: calc(100vw - 15em);
  }
}
@media screen and (max-width: 799px) {
  .home .map .map-img {
    position: static;
    transform: none;
    margin-top: 2em;
    margin-right: -1.5em;
    width: unset;
  }
}
.home .map .notices-wrapper {
  margin-top: 4em;
  min-height: 4.42em;
  border-radius: 2.21em;
  background-color: white;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 799px) {
  .home .map .notices-wrapper {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1em;
  }
}
.home .map .notices-wrapper .title {
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: 0 2em;
}
@media screen and (max-width: 799px) {
  .home .map .notices-wrapper .title {
    padding: 0 1em;
  }
}
.home .map .notices-wrapper .text {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2em;
}
@media screen and (max-width: 799px) {
  .home .map .notices-wrapper .text {
    padding: 0 1em;
  }
}
.home .map .notices-wrapper .text p:not(:first-child) {
  margin-top: 0.4em;
}
.home .activities .intro {
  text-align: center;
}
.home .activities .intro h2 {
  margin-bottom: 0.3em;
}
.home .activities .notice {
  text-align: center;
  font-size: 0.8em;
}
.home .activities .wrapper .events-swiper {
  --swiper-pagination-color: var(--color-orange);
}
.home .activities .wrapper .events-swiper .swiper-wrapper .swiper-slide .event-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home .activities .wrapper .events-swiper .swiper-wrapper .swiper-slide .event-card .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .activities .wrapper > p {
  line-height: 1;
  text-align: center;
}
.home .activities .wrapper .cta-wrapper {
  text-align: center;
  margin-top: 2em;
  line-height: 1;
}
.home .activities .wrapper .cta-wrapper .btn {
  flex-direction: column;
  font-size: 0.9em;
  width: 7.2em;
}
@media screen and (max-width: 799px) {
  .home .activities .wrapper .cta-wrapper .btn {
    margin-bottom: 0.5em;
  }
}
.home .activities .wrapper .cta-wrapper .btn small {
  font-size: 0.7em;
  display: inline-block;
  margin-top: 0.1em;
}
.home .card {
  padding-bottom: 4em;
  overflow: visible;
}
@media screen and (max-width: 799px) {
  .home .card {
    padding: 0;
    overflow: hidden;
  }
}
.home .card .box {
  padding: 70px;
  border-radius: var(--standard-radius);
  background-color: var(--color-purple);
}
@media screen and (max-width: 799px) {
  .home .card .box {
    padding: 40px;
    border-radius: 0;
  }
}
.home .card .box .grid {
  grid-template-columns: 33.333% 1fr;
}
@media screen and (max-width: 799px) {
  .home .card .box .grid {
    display: flex;
    flex-direction: column;
  }
}
.home .card .box .grid .cell {
  position: relative;
}
@media screen and (max-width: 799px) {
  .home .card .box .grid .cell:nth-child(1) {
    order: 99;
  }
}
@media screen and (max-width: 799px) {
  .home .card .box .grid .cell:nth-child(2) {
    margin-left: -60px;
    margin-right: -60px;
  }
  .home .card .box .grid .cell:nth-child(2) img {
    position: static;
    width: 100%;
  }
}
.home .card .box .grid .cell img {
  position: absolute;
  width: 118%;
  top: -190px;
  right: -110px;
}
.home .card .box p,
.home .card .box .cta-wrapper {
  margin-top: 1em;
}
.home .volunteer {
  background-color: #f7ecf6;
}
.home .volunteer .intro {
  text-align: center;
}
.home .volunteer .intro .intro-text {
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
}
.home .volunteer > .cta-wrapper {
  text-align: center;
  padding: 4em 0;
  margin: 0 -40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.home .volunteer > .cta-wrapper .btn:hover {
  opacity: 1;
}
@media (min-width: 1500px) {
  .home .volunteer > .cta-wrapper {
    aspect-ratio: 1442/254;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home .volunteer > .cta-wrapper a {
    font-size: 1.5vw;
  }
}
.home .volunteer .board {
  margin-top: 2em;
}
.home .volunteer .board h2 {
  margin-bottom: 1em;
  text-align: center;
}
.home .volunteer .board .volunteer-swiper {
  --swiper-pagination-color: var(--color-purple);
  font-size: 0.7em;
}
.home .volunteer .board .volunteer-swiper .swiper-wrapper .swiper-slide {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .volunteer .board .volunteer-swiper .swiper-wrapper .swiper-slide.volunteer-announcement {
  background-color: #deb4dd;
}
.home .volunteer .board .volunteer-swiper .swiper-wrapper .swiper-slide.inform-announcement {
  background-color: #ffcbd1;
}
.home .volunteer .board .volunteer-swiper .swiper-wrapper .swiper-slide .date {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  font-weight: bold;
}
.home .volunteer .board .volunteer-swiper .swiper-wrapper .swiper-slide .content .desc {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}
.home .volunteer .board .volunteer-swiper .swiper-wrapper .swiper-slide .content .desc h3 {
  font-family: finalsix, sans-serif;
  text-transform: uppercase;
}
.home .volunteer .board .volunteer-swiper .swiper-wrapper .swiper-slide .content .detail p,
.home .volunteer .board .volunteer-swiper .swiper-wrapper .swiper-slide .content .extra-detail p {
  margin-bottom: 1em;
}
.home .volunteer .board .volunteer-swiper .swiper-wrapper .swiper-slide .content .detail ul,
.home .volunteer .board .volunteer-swiper .swiper-wrapper .swiper-slide .content .extra-detail ul {
  padding-left: 1em;
  font-weight: bold;
}
.home .volunteer .board .volunteer-swiper .swiper-wrapper .swiper-slide .content .extra-detail {
  margin: 15px 0;
  border-top: 1px solid;
  padding-top: 15px;
}
.home .volunteer .board .volunteer-swiper .swiper-wrapper .swiper-slide .content .cta-wrapper {
  font-size: 0.9em;
}
.home .sustain .wrapper h2 {
  margin-bottom: 0.2em;
}
.home .sustain .wrapper .box {
  padding: 30px 25px;
  border-radius: var(--standard-radius);
  background-color: #e3eeee;
  text-align: center;
}
.home .sustain .wrapper .box .grid {
  margin-top: 2em;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 799px) {
  .home .sustain .wrapper .box .grid {
    grid-template-columns: 1fr;
  }
}
.home .sustain .wrapper .box .grid .cell {
  background-color: var(--color-teal);
  padding: 20px 20px 30px;
  border-radius: var(--standard-radius);
  max-width: 100%;
  min-width: 100%;
}
.home .sustain .wrapper .box .grid .cell h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
  min-height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .sustain .wrapper .box .grid .cell p {
  font-size: 0.8em;
}
.home .sustain .wrapper .box .grid .cell p span {
  display: block;
}
.home .sustain .wrapper .box .grid .cell p span strong {
  max-width: 100%;
  display: block;
  word-wrap: break-word;
}
.home .news {
  padding-top: 1em;
}
.home .news .wrapper h2 {
  text-align: center;
  margin-bottom: 1em;
}
.home .news .wrapper .grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}
@media screen and (max-width: 799px) {
  .home .news .wrapper .grid {
    grid-template-columns: 1fr;
  }
}
.home .news .wrapper .grid .article.preview {
  font-size: 22px;
}
@media screen and (max-width: 799px) {
  .home .news .wrapper .grid .article.preview {
    margin-bottom: 1rem;
  }
}
.home .news .wrapper .cta-wrapper {
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 799px) {
  .home .highlighted {
    padding: 0;
  }
}
.home .highlighted .wrapper .box {
  background-color: #f1edeb;
  border-radius: var(--standard-radius);
  padding: 30px;
  text-align: center;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 799px) {
  .home .highlighted .wrapper .box {
    border-radius: 0;
  }
}
.home .highlighted .wrapper .box h2 {
  margin-bottom: 0.4em;
}
.home .highlighted .wrapper .box p {
  margin: 0;
  margin-bottom: 2em;
}
.home .highlighted .wrapper .box ul {
  font-size: 0.84em;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 799px) {
  .home .highlighted .wrapper .box ul {
    grid-template-columns: 1fr;
  }
}
.home .highlighted .wrapper .box ul li {
  width: 100%;
}
.home .highlighted .wrapper .box ul li a {
  width: 100%;
  color: black;
  background-color: var(--article-color);
  margin: 0;
}
.home .photos {
  padding: 0;
  margin-top: 2em;
}
@media screen and (max-width: 799px) {
  .home .photos {
    margin-top: 0;
  }
}
.home .network {
  background-color: var(--color-green);
}
.home .network .wrapper .grid {
  grid-template-columns: calc(27% + 20px) auto;
}
@media screen and (max-width: 799px) {
  .home .network .wrapper .grid {
    grid-template-columns: 1fr;
  }
}
.home .network .wrapper .grid .cell h2 {
  margin-bottom: 0.2em;
}
.home .network .wrapper .grid .cell.text {
  padding-right: 20px;
}
.home .network .wrapper .grid .cell.twirl {
  position: relative;
}
@media screen and (max-width: 799px) {
  .home .network .wrapper .grid .cell.twirl {
    margin-top: 1rem;
  }
}
.home .network .wrapper .grid .cell.twirl > img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 799px) {
  .home .network .wrapper .grid .cell.twirl > img {
    display: none;
  }
}
.home .network .wrapper .grid .cell.twirl > img:nth-child(1), .home .network .wrapper .grid .cell.twirl > img:nth-child(3) {
  position: absolute;
  top: 0;
}
.home .network .wrapper .grid .cell.twirl > img:nth-child(1) {
  left: -100%;
}
.home .network .wrapper .grid .cell.twirl > img:nth-child(3) {
  right: -100%;
}
.home .network .wrapper .grid .cell.twirl .network-logos {
  position: relative;
}
.home .network .wrapper .grid .cell.twirl .network-logos > img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 799px) {
  .home .network .wrapper .grid .cell.twirl .network-logos > img {
    display: none;
  }
}
.home .network .wrapper .grid .cell.twirl .network-logos ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 799px) {
  .home .network .wrapper .grid .cell.twirl .network-logos ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.home .network .wrapper .grid .cell.twirl .network-logos ul li {
  position: absolute;
  width: 21%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 799px) {
  .home .network .wrapper .grid .cell.twirl .network-logos ul li {
    width: 100%;
    padding: 20px;
    text-align: center;
    transform: none;
    position: static;
    border-bottom: 1px solid white;
  }
  .home .network .wrapper .grid .cell.twirl .network-logos ul li:nth-child(odd) {
    border-right: 1px solid white;
  }
  .home .network .wrapper .grid .cell.twirl .network-logos ul li:nth-last-child(1), .home .network .wrapper .grid .cell.twirl .network-logos ul li:nth-last-child(2) {
    border-bottom: none;
  }
}
.home .network .wrapper .grid .cell.twirl .network-logos ul li:nth-child(1) {
  top: 54.8%;
  left: 50%;
}
.home .network .wrapper .grid .cell.twirl .network-logos ul li:nth-child(2) {
  top: 42.4%;
  left: 15%;
}
.home .network .wrapper .grid .cell.twirl .network-logos ul li:nth-child(3) {
  top: 16.6%;
  left: 50%;
}
.home .network .wrapper .grid .cell.twirl .network-logos ul li:nth-child(4) {
  top: 42.4%;
  left: 84.6%;
}
.home .network .wrapper .grid .cell.twirl .network-logos ul li:nth-child(5) {
  top: 85.2%;
  left: 26.5%;
}
.home .network .wrapper .grid .cell.twirl .network-logos ul li:nth-child(6) {
  top: 85.2%;
  left: 73.1%;
}
.home .network .wrapper .grid .cell.twirl .network-logos ul li a {
  display: block;
}
.home .network .wrapper .grid .cell.twirl .network-logos ul li img {
  width: 100%;
}

body.single .h4,
body.page .h4 {
  text-transform: none;
}
body.single article,
body.page article {
  margin-top: 4.6rem;
  --article-secondary-color: color-mix(
    in srgb,
    var(--article-color) 20%,
    transparent
  );
}
@media screen and (max-width: 799px) {
  body.single article,
  body.page article {
    margin-top: 0;
  }
}
body.single article .intro .image,
body.page article .intro .image {
  position: relative;
}
body.single article .intro .image img,
body.page article .intro .image img {
  display: block;
  width: 100%;
}
body.single article .intro .image img:first-child,
body.page article .intro .image img:first-child {
  aspect-ratio: 16/10;
  object-fit: cover;
}
body.single article .intro .image img:last-child,
body.page article .intro .image img:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
body.single article .intro .content,
body.page article .intro .content {
  padding: 0 1.5em;
  margin-bottom: 2.2em;
  margin-top: 2em;
}
body.single article .intro .image + .content,
body.page article .intro .image + .content {
  margin-top: -2.4em;
}
@media screen and (max-width: 799px) {
  body.single article .intro .image + .content,
  body.page article .intro .image + .content {
    margin-top: 0;
  }
}
body.single article .intro .category .terms-list,
body.page article .intro .category .terms-list {
  font-size: 1em;
  position: relative;
  z-index: 2;
}
body.single article .intro .category .terms-list li.primary,
body.page article .intro .category .terms-list li.primary {
  font-weight: bold;
}
body.single article .intro .meta,
body.page article .intro .meta {
  margin-top: 1.7em;
  display: flex;
}
@media screen and (max-width: 799px) {
  body.single article .intro .meta,
  body.page article .intro .meta {
    display: block;
  }
}
body.single article .intro .meta > *,
body.page article .intro .meta > * {
  height: 2em;
  display: flex;
  align-items: center;
  margin-right: 1em;
}
@media screen and (max-width: 799px) {
  body.single article .intro .meta > *,
  body.page article .intro .meta > * {
    display: block;
    height: unset;
  }
}
body.single article .intro .meta > *:not(:first-child),
body.page article .intro .meta > *:not(:first-child) {
  padding-left: 1em;
  border-left: 2px solid var(--article-color);
}
@media screen and (max-width: 799px) {
  body.single article .intro .meta > *:not(:first-child),
  body.page article .intro .meta > *:not(:first-child) {
    display: block;
    margin-top: 0.5em;
    padding-top: 0.5em;
    padding-left: 0;
    border-top: 2px solid var(--article-color);
    border-left: none;
  }
}
body.single article .intro h1,
body.page article .intro h1 {
  margin-top: 1.1em;
}
body.single article .intro .subtitle,
body.page article .intro .subtitle {
  font-family: finalsix, sans-serif;
  font-size: 1.16em;
  font-weight: bold;
  margin-top: 0.35em;
  padding-top: 0.5em;
  border-top: 2px solid var(--article-color);
}
body.single article main,
body.page article main {
  padding: 0 1.5em;
}
body.single article footer,
body.page article footer {
  margin-top: 3em;
}
body.single article footer .content,
body.page article footer .content {
  padding: 0 1.5em;
}
body.single article footer .content .block,
body.page article footer .content .block {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em 0;
  border-top: 2px solid var(--article-color);
  border-bottom: 2px solid var(--article-color);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6em;
}
body.single article footer .content .block .terms-list,
body.page article footer .content .block .terms-list {
  margin: 0;
  padding: 0;
}
body.single article footer .bottom,
body.page article footer .bottom {
  margin-top: 2em;
}
body.single article footer .bottom .share h2,
body.page article footer .bottom .share h2 {
  margin-bottom: 0.8em;
}
body.single article footer .bottom .share a,
body.single article footer .bottom .share button,
body.page article footer .bottom .share a,
body.page article footer .bottom .share button {
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  background-color: var(--article-secondary-color);
  align-items: center;
  justify-content: center;
  margin-right: 0.8em;
  transition: 0.2s opacity, 0.2s translate;
}
body.single article footer .bottom .share a:hover,
body.single article footer .bottom .share button:hover,
body.page article footer .bottom .share a:hover,
body.page article footer .bottom .share button:hover {
  opacity: 0.7;
}
@media (max-width: 419px) {
  body.single article footer .bottom .share a,
  body.single article footer .bottom .share button,
  body.page article footer .bottom .share a,
  body.page article footer .bottom .share button {
    margin-right: 0.4em;
  }
}
body.single article footer .bottom .share a img,
body.single article footer .bottom .share button img,
body.page article footer .bottom .share a img,
body.page article footer .bottom .share button img {
  height: 1em;
}
body.single article footer .more,
body.page article footer .more {
  background-color: var(--article-secondary-color);
  margin-top: 3em;
  padding: 1.5em 1.5em 3.5em;
}
body.single article footer .more h2,
body.page article footer .more h2 {
  margin-bottom: 0.8em;
}
body.single article footer .more .grid,
body.page article footer .more .grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}
@media screen and (max-width: 799px) {
  body.single article footer .more .grid,
  body.page article footer .more .grid {
    grid-template-columns: 1fr;
  }
}
body.single article footer .more .grid .article.preview,
body.page article footer .more .grid .article.preview {
  font-size: 22px;
}

.blog header#blog-header,
.archive header#blog-header {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 4.6rem;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 799px) {
  .blog header#blog-header,
  .archive header#blog-header {
    margin-top: 0;
    padding-top: 0;
  }
}
.blog header#blog-header .term,
.archive header#blog-header .term {
  display: inline-flex;
  font-size: 0.9em;
  align-items: center;
  height: 1.8em;
  border: 1px solid var(--article-color, black);
  padding: 0 1em;
  border-radius: 0.9em;
  margin-top: 0.4em;
}
.blog header#blog-header .term.primary,
.archive header#blog-header .term.primary {
  background-color: var(--article-color, white);
}
.blog header#blog-header .term a,
.archive header#blog-header .term a {
  display: inline-block;
  padding: 0.3em;
  margin: -0.3em -0.3em -0.3em 0.2em;
  transition: 0.2s opacity;
}
.blog header#blog-header .term a:hover,
.archive header#blog-header .term a:hover {
  opacity: 0.7;
}
.blog header#blog-header .term a img,
.archive header#blog-header .term a img {
  height: 0.7em;
}
.blog main,
.archive main {
  margin-bottom: 3em;
  margin-left: 20px;
  margin-right: 20px;
}
.blog main .grid.main-article,
.archive main .grid.main-article {
  margin-bottom: 2em;
}
.blog main .grid.main-article .cell .article.preview > a img,
.archive main .grid.main-article .cell .article.preview > a img {
  aspect-ratio: 16/9;
}
.blog main .grid.all-articles,
.archive main .grid.all-articles {
  margin-bottom: 3em;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em 1em;
}
@media (max-width: 799px) {
  .blog main .grid.all-articles,
  .archive main .grid.all-articles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 579px) {
  .blog main .grid.all-articles,
  .archive main .grid.all-articles {
    grid-template-columns: 1fr;
  }
}
.blog main .navigation.pagination .nav-links,
.archive main .navigation.pagination .nav-links {
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.blog main .navigation.pagination .nav-links span,
.blog main .navigation.pagination .nav-links a,
.archive main .navigation.pagination .nav-links span,
.archive main .navigation.pagination .nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.5em;
  min-width: 1.5em;
  border-radius: 0.75em;
  border: 1px solid;
  padding: 0 0.4em;
}
.blog main .navigation.pagination .nav-links span.current,
.blog main .navigation.pagination .nav-links a.current,
.archive main .navigation.pagination .nav-links span.current,
.archive main .navigation.pagination .nav-links a.current {
  background-color: black;
  border-color: black;
  color: white;
}
.blog main .navigation.pagination .nav-links a,
.archive main .navigation.pagination .nav-links a {
  transition: 0.2s opacity, 0.2s translate;
}
.blog main .navigation.pagination .nav-links a:hover,
.archive main .navigation.pagination .nav-links a:hover {
  opacity: 0.7;
}

.tribe-events {
  padding-top: 4.6rem;
}
@media (max-width: 799px) {
  .tribe-events {
    padding-top: 0;
  }
}

.post-type-archive-tribe_events .tribe-events-header__events-bar {
  display: none;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 1em;
  padding-bottom: 3em;
}
.post-type-archive-tribe_events .tribe-events-calendar-month {
  font-size: 0.8em;
}
.post-type-archive-tribe_events .tribe-events-calendar-month__week:first-child .tribe-events-calendar-month__day {
  border-top: 1px solid lightgray;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
  border-top: 1px solid lightgray !important;
}
.post-type-archive-tribe_events .tribe-events-calendar-month__week {
  border-left: 1px solid lightgray !important;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
  min-height: 4.8em;
  border-color: lightgray;
}
.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container {
  display: none;
}
.post-type-archive-tribe_events .tribe-events-c-top-bar.tribe-events-header__top-bar nav ul li button {
  appearance: none;
  cursor: pointer;
  border: none;
}
.post-type-archive-tribe_events .tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__today-button {
  display: none !important;
}
.post-type-archive-tribe_events .tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker button {
  appearance: none;
  border: none;
  display: inline-flex;
  height: 1.6em;
  font-size: 0.8em;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0.8em;
  background-color: black;
  color: white;
  cursor: pointer;
  transition: 0.2s opacity, 0.2s translate;
}
.post-type-archive-tribe_events .tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker button:hover {
  opacity: 0.7;
}
.post-type-archive-tribe_events .tribe-events-calendar-month__day-date {
  padding-bottom: 0.2em !important;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__calendar-event {
  font-size: 0.6em;
  padding: 0.4em 0.8em !important;
  margin: 0 0.4em 0.4em !important;
  background-color: lightgrey;
  border-radius: 1em;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-datetime {
  font-weight: bold;
  display: inline;
  line-height: 1;
  position: relative;
  bottom: 1px;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-datetime * {
  line-height: 1;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-title {
  display: inline;
  line-height: 1;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-title * {
  line-height: 1;
  cursor: default;
}
.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme {
  width: auto;
  max-width: 300px;
  font-size: 0.8em;
  color: black;
}
.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box {
  border: none;
  overflow: hidden;
  border-radius: 20px;
}
.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tooltipster-content {
  color: black;
}

.tribe-events-calendar-latest-past {
  display: none;
}

@media (max-width: 767px) {
  .tribe-events-c-top-bar.tribe-events-header__top-bar {
    display: flex;
    align-items: center;
  }
  .tribe-events-c-top-bar__nav.tribe-common-a11y-hidden {
    display: block !important;
    visibility: visible;
  }
  .tribe-events-c-top-bar__datepicker {
    display: inline-block;
  }
  td.tribe-events-calendar-month__day.tribe-events-calendar-month__day--past.tribe-events-calendar-month__day--other-month.tribe-events-calendar-month__day--past-month {
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
  }
  button.tribe-events-calendar-month__day-cell.tribe-events-calendar-month__day-cell--mobile {
    background-color: white;
    border: none;
  }
  .tribe-events .tribe-events-calendar-month-mobile-events__day-marker {
    display: none;
  }
  .tribe-events .tribe-events-c-nav__next,
  .tribe-events .tribe-events-c-nav__prev {
    background-color: lightgray;
    padding: 0 10px;
    border-radius: 15px;
    border: none;
  }
}
.block-container .wrapper > * {
  margin-top: 2em;
  margin-bottom: 0;
}
.block-container .wrapper > *:first-child {
  margin-top: 0 !important;
}
.block-container .wrapper h2 {
  font-size: 1.4em;
}
.block-container .wrapper h3,
.block-container .wrapper h4,
.block-container .wrapper h5,
.block-container .wrapper h6 {
  font-size: inherit;
  text-transform: none;
}
.block-container .wrapper ul,
.block-container .wrapper ol {
  padding-left: 0.75em;
}
.block-container .wrapper p {
  margin-top: 1em;
}
.block-container .wrapper p a,
.block-container .wrapper li a {
  font-weight: bold;
  text-decoration: 3px underline var(--article-color);
  transition: 0.2s opacity;
}
.block-container .wrapper p a:hover,
.block-container .wrapper li a:hover {
  opacity: 0.7;
}
.block-container .wrapper .wp-block-focus {
  padding: 1.8em 2em 2em;
  background-color: var(--article-secondary-color);
  border-radius: 1em;
  position: relative;
}
.block-container .wrapper .wp-block-focus .decorative-wrapper {
  position: absolute;
  top: 1.8em;
  left: 0;
  transform: translateX(-50%) translateY(-0.45em);
  margin: 0;
  width: 2.2em;
  height: 2.2em;
  border-radius: 1.1em;
  background-color: var(--article-color);
}
.block-container .wrapper .wp-block-focus .decorative-wrapper img {
  width: 100%;
}
.block-container .wrapper .wp-block-focus h2,
.block-container .wrapper .wp-block-focus h3,
.block-container .wrapper .wp-block-focus h4,
.block-container .wrapper .wp-block-focus h5,
.block-container .wrapper .wp-block-focus h6 {
  font-size: inherit;
}
.block-container .wrapper .wp-block-focus > * {
  margin-top: 1em;
  margin-bottom: 0;
}
.block-container .wrapper .wp-block-focus > *:first-child {
  margin-top: 0 !important;
}
.block-container .wrapper .wp-block-focus ul,
.block-container .wrapper .wp-block-focus ol {
  list-style: none;
  padding-left: 0;
}
.block-container .wrapper .wp-block-focus ul li:not(:last-child),
.block-container .wrapper .wp-block-focus ol li:not(:last-child) {
  margin-bottom: 0.3em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid var(--article-color);
}
.block-container .wrapper .wp-block-columns {
  gap: 1em;
}
.block-container .wrapper .wp-block-columns .wp-block-focus {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
.block-container .wrapper .wp-block-columns .wp-block-column:not(:first-child) .wp-block-focus .decorative-wrapper {
  display: none;
}
.block-container .wrapper .wp-block-quote {
  margin-left: 3em;
  padding: 0.4em 0 0.4em 0.8em;
  border-left: 2px solid var(--article-color);
}
@media screen and (max-width: 799px) {
  .block-container .wrapper .wp-block-quote {
    margin-left: 0;
  }
}
.block-container .wrapper .wp-block-quote p {
  margin-bottom: 0.4em;
  font-size: 0.9em;
}
.block-container .wrapper .wp-block-quote cite {
  font-size: 0.9em;
  font-style: normal;
  font-weight: bold;
}
.block-container .wrapper .wp-block-quote.bigger p {
  font-family: finalsix, sans-serif;
  margin-bottom: 0.4em;
  font-weight: bold;
  font-size: 1em;
}
.block-container .wrapper .wp-block-buttons .wp-block-button .wp-block-button__link.wp-element-button {
  background-color: black;
  color: white;
  font-weight: bold;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  border: none;
  height: 2.57em;
  border-radius: 1.27em;
  padding: 0 1.2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.2em;
  transition: 0.2s opacity, 0.2s translate;
}
.block-container .wrapper .wp-block-buttons .wp-block-button .wp-block-button__link.wp-element-button:hover {
  opacity: 0.7;
}
.block-container .wrapper .wp-block-file {
  font-size: inherit !important;
}
.block-container .wrapper .wp-block-file a:not(.wp-block-file__button.wp-element-button) {
  display: none;
}
.block-container .wrapper .wp-block-file .wp-block-file__button.wp-element-button {
  background-color: black;
  color: white;
  font-weight: bold;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  border: none;
  height: 2.57em;
  border-radius: 1.27em;
  padding: 0 1.2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.2em;
  transition: 0.2s opacity, 0.2s translate;
}
.block-container .wrapper .wp-block-file .wp-block-file__button.wp-element-button:hover {
  opacity: 0.7;
}
.block-container .wrapper .wp-block-answer .question {
  font-weight: bold;
  font-family: finalsix, sans-serif;
}
.block-container .wrapper .wp-block-answer p:not(.question) {
  margin-left: calc(3.8em + 2px);
}
@media screen and (max-width: 799px) {
  .block-container .wrapper .wp-block-answer p:not(.question) {
    margin-left: 0;
  }
}
.block-container .wrapper .wp-block-answer .person {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
  height: 1.3em;
  background-color: var(--article-secondary-color);
  border-radius: 0.65em;
  margin-left: -0.5em;
}
.block-container .wrapper .wp-block-image img {
  width: 100%;
}
.block-container .wrapper .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
.block-container .wrapper .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
.block-container .wrapper .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.block-container .wrapper .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.block-container .wrapper .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.block-container .wrapper .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.77%;
}
.block-container .wrapper .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}
.block-container .wrapper .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.block-container .wrapper .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.block-container .wrapper .wp-block-video video {
  width: 100%;
}

@media (max-width: 799px) {
  body.chi-siamo-page h2 {
    font-size: 1.7em;
  }
}
body.chi-siamo-page main {
  padding-top: 4.6rem;
}
@media (max-width: 799px) {
  body.chi-siamo-page main {
    padding-top: 0;
  }
}
body.chi-siamo-page section {
  padding: 2em 1.5em;
  overflow: hidden;
}
body.chi-siamo-page section.splash {
  position: relative;
  padding: 0;
}
body.chi-siamo-page section.splash .cover-image {
  display: block;
  width: 100%;
}
body.chi-siamo-page section.splash .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
body.chi-siamo-page section.splash .text .title-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.chi-siamo-page section.splash .text .title-wrapper h1 {
  color: white;
}
body.chi-siamo-page section.splash .text .wave {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
  width: auto;
}
body.chi-siamo-page section.intro {
  background-color: var(--color-yellow);
  text-align: center;
  padding-bottom: 2.5em;
}
body.chi-siamo-page section.intro p {
  font-family: finalsix, sans-serif;
  font-size: min(5.8vw, 2rem);
}
body.chi-siamo-page section.intro .cta-wrapper {
  margin-top: 1.3rem;
}
body.chi-siamo-page section.volunteer h2 {
  margin-bottom: 1em;
}
body.chi-siamo-page section.volunteer .wrapper.main-wrapper .grid {
  grid-template-columns: 3fr 2.3fr;
  gap: 3em;
  align-items: start;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.volunteer .wrapper.main-wrapper .grid {
    grid-template-columns: 1fr;
  }
}
body.chi-siamo-page section.volunteer .wrapper.main-wrapper .grid .image {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.volunteer .wrapper.main-wrapper .grid .image {
    width: calc(100vw - 3em);
  }
}
body.chi-siamo-page section.volunteer .wrapper.main-wrapper .grid .image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 260%;
  display: block;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.volunteer .wrapper.main-wrapper .grid .image img {
    position: static;
    transform: translateX(-127vw);
    height: 100vw;
    width: unset;
  }
}
body.chi-siamo-page section.volunteer .wrapper.main-wrapper .grid .text .par {
  flex: 0 0 calc(50% - 0.8em);
  margin-bottom: 1em;
  font-size: 0.9em;
}
body.chi-siamo-page section.volunteer .wrapper.main-wrapper .grid .text .par p {
  margin-bottom: 0.7em;
}
body.chi-siamo-page section.volunteer .wrapper.main-wrapper .grid .text .par p strong,
body.chi-siamo-page section.volunteer .wrapper.main-wrapper .grid .text .par p b {
  font-size: 1.3em;
  font-family: finalsix, sans-serif;
  display: block;
}
body.chi-siamo-page section.values h2 {
  margin-bottom: 1em;
}
body.chi-siamo-page section.values .wrapper .top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2em;
}
body.chi-siamo-page section.values .wrapper .top .col {
  display: flex;
  flex-direction: column;
}
body.chi-siamo-page section.values .wrapper .top .col .image {
  margin-bottom: 1em;
}
body.chi-siamo-page section.values .wrapper .top .col .image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
body.chi-siamo-page section.values .wrapper .top .col .text h3 {
  margin-bottom: 0;
}
body.chi-siamo-page section.values .wrapper .bottom {
  margin-top: 3em;
}
body.chi-siamo-page section.values .wrapper .bottom .grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2em;
  align-items: center;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.values .wrapper .bottom .grid {
    display: block;
  }
}
body.chi-siamo-page section.values .wrapper .bottom .grid .left img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.values .wrapper .bottom .grid .left img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  body.chi-siamo-page section.values .wrapper .bottom .grid .left img.last {
    margin-top: -0.7em;
    margin-bottom: 0.9em;
  }
}
body.chi-siamo-page section.values .wrapper .bottom .grid .right .cta-wrapper {
  margin-top: 1em;
}
body.chi-siamo-page section.history {
  background-color: var(--color-red);
  text-align: center;
}
body.chi-siamo-page section.history h2 {
  margin-bottom: 1rem;
}
body.chi-siamo-page section.history .history-swiper {
  --swiper-theme-color: black;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide {
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  margin-right: -0.5px;
  color: white;
  height: auto;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(1) {
  z-index: 1000;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(2) {
  z-index: 999;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  z-index: 998;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(4) {
  z-index: 997;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(5) {
  z-index: 996;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(6) {
  z-index: 995;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(7) {
  z-index: 994;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(8) {
  z-index: 993;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(9) {
  z-index: 992;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(10) {
  z-index: 991;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide .image img {
  width: 50%;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  margin: 20% auto 0;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide h3 {
  margin-top: 1.5rem;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide h3 a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide h3 a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide p {
  margin-top: 0em;
  font-size: 0.8em;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide .tooltip-wrapper {
  position: absolute;
  top: 0;
  right: 10%;
  width: 9%;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide .tooltip-wrapper:nth-child(2) {
  right: -19%;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide .tooltip-wrapper .tooltip-trigger {
  position: absolute;
  display: block;
  appearance: none;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background-color: var(--color-red);
  border: 5px solid white;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  animation: pulse 2s infinite;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(6n+1) .tooltip-wrapper {
  aspect-ratio: 0.21;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(6n+1) .tooltip-wrapper:nth-child(2) {
  aspect-ratio: 0.206 !important;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(6n+2) .tooltip-wrapper {
  aspect-ratio: 0.16;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(6n+2) .tooltip-wrapper:nth-child(2) {
  aspect-ratio: 0.16 !important;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(6n+3) .tooltip-wrapper {
  aspect-ratio: 0.255;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(6n+3) .tooltip-wrapper:nth-child(2) {
  aspect-ratio: 0.22 !important;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(6n+4) .tooltip-wrapper {
  aspect-ratio: 0.153;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(6n+4) .tooltip-wrapper:nth-child(2) {
  aspect-ratio: 0.156 !important;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(6n+5) .tooltip-wrapper {
  aspect-ratio: 0.22;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(6n+5) .tooltip-wrapper:nth-child(2) {
  aspect-ratio: 0.19 !important;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(6n+6) .tooltip-wrapper {
  aspect-ratio: 0.148;
}
body.chi-siamo-page section.history .history-swiper .swiper-wrapper .swiper-slide:nth-child(6n+6) .tooltip-wrapper:nth-child(2) {
  aspect-ratio: 0.148 !important;
}
body.chi-siamo-page section.history .cta-wrapper {
  margin-top: 2rem;
}
body.chi-siamo-page section.card {
  padding: 3rem 20px;
}
body.chi-siamo-page section.card .box {
  padding: 20px 70px 20px 20px;
  border-radius: var(--standard-radius);
  background-color: var(--color-light-red);
}
body.chi-siamo-page section.card .box > .grid {
  grid-template-columns: 40% 1fr;
  gap: 2em;
  align-items: center;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.card .box > .grid {
    display: block;
  }
}
body.chi-siamo-page section.card .box > .grid .cell:first-child img {
  width: 100%;
  display: block;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.card .box > .grid .cell:first-child img {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.chi-siamo-page section.card .box > .grid .cell:last-child {
  padding: 1.5em 0;
}
body.chi-siamo-page section.card .box > .grid .cell > .grid {
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
}
@media (max-width: 939px) {
  body.chi-siamo-page section.card .box > .grid .cell > .grid {
    display: block;
  }
}
body.chi-siamo-page section.card .box > .grid .cell > .grid p {
  margin-top: 0;
  font-size: 0.9em;
}
body.chi-siamo-page section.card .box h2,
body.chi-siamo-page section.card .box h3 {
  margin-bottom: 0.5em;
}
body.chi-siamo-page section.card .box p,
body.chi-siamo-page section.card .box .cta-wrapper {
  margin-top: 1em;
}
body.chi-siamo-page section.about {
  background-color: var(--color-light-teal);
}
body.chi-siamo-page section.about h2 {
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about h2 {
    text-align: left;
  }
}
body.chi-siamo-page section.about h2:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0;
}
body.chi-siamo-page section.about .grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about .grid {
    display: block;
  }
}
body.chi-siamo-page section.about .grid .cell p {
  font-size: 0.9em;
}
body.chi-siamo-page section.about .grid .cell:first-child p {
  font-weight: bold;
  font-size: 1.3em;
  font-family: finalsix, sans-serif;
  line-height: 1.36;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about .grid .cell:first-child p {
    margin-bottom: 1em;
  }
}
body.chi-siamo-page section.about .grid .cell .cta-wrapper .btn {
  margin-top: 2.5em;
}
body.chi-siamo-page section.about .board-subtitle {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about .board-subtitle {
    text-align: left;
  }
}
body.chi-siamo-page section.about .board {
  position: relative;
  width: 100%;
  max-width: 708px;
  margin-left: auto;
  margin-right: auto;
}
body.chi-siamo-page section.about .board img {
  display: block;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about .board img {
    display: none;
  }
}
body.chi-siamo-page section.about .board img.main-bg {
  width: 100%;
}
body.chi-siamo-page section.about .board img.tail-bg {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
}
body.chi-siamo-page section.about .board .people .person {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about .board .people .person {
    position: static;
    transform: none;
    margin-bottom: 1em;
    text-align: left;
  }
}
body.chi-siamo-page section.about .board .people .person:first-child {
  top: 50%;
  left: 50%;
  width: 43%;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about .board .people .person:first-child {
    width: 100%;
  }
}
body.chi-siamo-page section.about .board .people .person:not(:first-child) {
  font-size: 0.8em;
  width: 20%;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about .board .people .person:not(:first-child) {
    width: 100%;
    font-size: 1em;
  }
}
body.chi-siamo-page section.about .board .people .person:nth-child(2) {
  top: 15%;
  left: 50%;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about .board .people .person:nth-child(2) {
    width: 100%;
  }
}
body.chi-siamo-page section.about .board .people .person:nth-child(3) {
  top: 28%;
  left: 16%;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about .board .people .person:nth-child(3) {
    width: 100%;
  }
}
body.chi-siamo-page section.about .board .people .person:nth-child(4) {
  top: 28%;
  left: 82%;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about .board .people .person:nth-child(4) {
    width: 100%;
  }
}
body.chi-siamo-page section.about .board .people .person:nth-child(5) {
  top: 65%;
  left: 18%;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about .board .people .person:nth-child(5) {
    width: 100%;
  }
}
body.chi-siamo-page section.about .board .people .person:nth-child(6) {
  top: 80%;
  left: 50%;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about .board .people .person:nth-child(6) {
    width: 100%;
  }
}
body.chi-siamo-page section.about .board .people .person:nth-child(7) {
  top: 61%;
  left: 83%;
}
@media (max-width: 799px) {
  body.chi-siamo-page section.about .board .people .person:nth-child(7) {
    width: 100%;
  }
}
body.chi-siamo-page section.wrinkles {
  padding-left: 0;
  padding-right: 0;
}
body.chi-siamo-page section.wrinkles .wrinkle-swiper {
  padding-bottom: 70px;
}
body.chi-siamo-page section.wrinkles .wrinkle-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
body.chi-siamo-page section.wrinkles .wrinkle-swiper .lateral {
  bottom: 0;
  right: 8.1vw;
}
body.chi-siamo-page section.wrinkles .wrinkle-swiper .lateral .swiper-pagination {
  color: black;
  text-shadow: none;
}
body.chi-siamo-page section.wrinkles .wrinkle-swiper .lateral .swiper-button-prev,
body.chi-siamo-page section.wrinkles .wrinkle-swiper .lateral .swiper-button-next,
body.chi-siamo-page section.wrinkles .wrinkle-swiper .lateral .swiper-button-pause {
  box-shadow: none;
  background-color: #f5f2f0;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
body.chi-siamo-page .tippy-box {
  background-color: white;
  color: black;
  font-size: 0.7rem;
}
body.chi-siamo-page .tippy-box > .tippy-svg-arrow {
  fill: tomato;
}
body.chi-siamo-page .history-years-dialog {
  border: none;
  padding: 0;
  background: transparent;
  max-width: 90vw;
  max-height: 90vh;
  width: 800px;
  height: 600px;
}
body.chi-siamo-page .history-years-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
body.chi-siamo-page .history-years-dialog .dialog-content {
  background-color: var(--color-red);
  border-radius: var(--standard-radius);
  padding: 0 0.5em;
  height: 100%;
  position: relative;
  color: white;
}
body.chi-siamo-page .history-years-dialog .dialog-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.1em;
}
body.chi-siamo-page .history-years-dialog .dialog-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
body.chi-siamo-page .history-years-dialog .years-swiper {
  height: 100%;
  --swiper-theme-color: white;
}
body.chi-siamo-page .history-years-dialog .years-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.chi-siamo-page .history-years-dialog .years-swiper .year-slide-content {
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 1.5em 2rem;
}
body.chi-siamo-page .history-years-dialog .years-swiper .year-slide-content .year-title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
body.chi-siamo-page .history-years-dialog .years-swiper .year-slide-content .year-entries-grid {
  display: grid;
  gap: 1rem;
  margin-top: 0;
}
body.chi-siamo-page .history-years-dialog .years-swiper .year-slide-content .year-entries-grid .year-entry {
  color: white;
}
body.chi-siamo-page .history-years-dialog .years-swiper .year-slide-content .year-entries-grid .year-entry h3 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
body.chi-siamo-page .history-years-dialog .years-swiper .year-slide-content .year-entries-grid .year-entry .entry-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
body.chi-siamo-page .history-years-dialog .years-swiper .year-slide-content .year-entries-grid .year-entry .entry-content {
  font-size: 0.8rem;
  line-height: 1.5;
}
body.chi-siamo-page .history-years-dialog .years-swiper .year-slide-content .year-entries-grid .year-entry .entry-content p {
  margin-bottom: 0.5rem;
}
body.chi-siamo-page .history-years-dialog .years-swiper .year-slide-content .year-entries-grid .year-entry .entry-content p:last-child {
  margin-bottom: 0;
}
body.chi-siamo-page.dialog-open {
  overflow: hidden;
}

html,
body {
  scroll-behavior: smooth;
  line-height: 1.3;
  font-size: 26px;
  --standard-radius: 0.77em;
}
@media (max-width: 939px) {
  html,
  body {
    font-size: 23px;
  }
}

.wrapper {
  max-width: 1068px;
  margin: 0 auto;
}

.grid {
  display: grid;
}

.cta-wrapper {
  margin: 0 -0.2em;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
  color: inherit;
  text-decoration: none;
}

a.btn,
button.btn {
  background-color: black;
  color: white;
  font-weight: bold;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  border: none;
  height: 2.57em;
  border-radius: 1.27em;
  padding: 0 1.2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.2em;
  transition: 0.2s opacity, 0.2s translate;
}
a.btn:hover,
button.btn:hover {
  opacity: 0.7;
}
a.btn.btn-small,
button.btn.btn-small {
  font-size: 0.7em;
}

.nowrap {
  white-space: nowrap;
}

.event-card {
  background-color: #ffc79e;
}
.event-card .date {
  background-color: var(--color-orange);
  font-weight: bold;
  padding: 20px;
  line-height: 1;
  width: 100%;
  display: block;
}
.event-card .date > span:nth-child(1) {
  display: block;
}
.event-card .date > span:nth-child(2) {
  font-size: 0.76em;
}
.event-card .content {
  padding: 20px;
  font-size: 0.76em;
  line-height: 1.4;
}
.event-card .content .instructions {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid;
}
.event-card .content .instructions img {
  width: 1.3em;
}
.event-card .content .instructions a {
  text-decoration: underline;
}
.event-card .content .notices {
  margin-top: 0.2em;
}
.event-card .content .notices li {
  align-items: flex-start;
}
.event-card .content .notices li span:first-child {
  min-width: 1.6em;
}
.event-card .content .notices li img {
  width: 1.3em;
}
.event-card .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.event-card .content ul li {
  display: flex;
  align-items: center;
}
.event-card .content ul li img {
  margin-right: 0.4em;
}

ul.terms-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.6em;
  row-gap: 0.6em;
}
ul.terms-list li {
  display: inline-block;
}
ul.terms-list li a {
  display: flex;
  border: 1.4px solid var(--article-color);
  height: 1.8em;
  border-radius: 0.9em;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  transition: 0.2s opacity, 0.2s translate;
}
ul.terms-list li a:hover {
  opacity: 0.7;
}
ul.terms-list li.primary a {
  background-color: var(--article-color);
}

header#main-header {
  padding: 1em 1.5em;
  width: 100%;
  height: 4.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: white;
}
@media screen and (max-width: 799px) {
  header#main-header {
    height: 3.6rem;
    padding-left: 0.7em;
    padding-right: 0.7em;
    overflow: hidden;
  }
}
@media screen and (min-width: 800px) {
  header#main-header {
    position: fixed;
    top: 0;
    z-index: 100;
  }
}
header#main-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header#main-header .wrapper .left img {
  display: block;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 799px) {
  header#main-header .wrapper .left img {
    height: 1.8rem;
  }
}
@media screen and (max-width: 799px) {
  header#main-header .wrapper .right.desktop-right {
    display: block;
    position: fixed;
    top: 3.6rem;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 98;
    transform: translateX(100%);
    transition: transform 0.2s;
  }
}
@media screen and (max-width: 799px) {
  header#main-header .wrapper .right.desktop-right .menu-menu-container {
    height: 100%;
  }
}
header#main-header .wrapper .right.desktop-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -0.5em;
}
@media screen and (max-width: 799px) {
  header#main-header .wrapper .right.desktop-right ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  header#main-header .wrapper .right.desktop-right ul li {
    font-size: 2rem;
  }
}
header#main-header .wrapper .right.desktop-right ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8em;
  font-size: 0.58em;
  height: 1.8em;
  border-radius: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0.5em;
  background-color: #f6f3f2;
  transition: 0.2s opacity, 0.2s translate;
}
header#main-header .wrapper .right.desktop-right ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 799px) {
  header#main-header .wrapper .right.desktop-right ul li a {
    font-family: finalsix, sans-serif;
    background-color: transparent;
    text-transform: none;
  }
}
header#main-header .wrapper .right.desktop-right ul li.current_page_item a {
  background-color: black;
  color: white;
}
@media screen and (max-width: 799px) {
  header#main-header .wrapper .right.desktop-right ul li.current_page_item a {
    background-color: transparent;
    color: var(--color-orange);
  }
}
header#main-header .wrapper .right.mobile-right {
  display: none;
}
@media screen and (max-width: 799px) {
  header#main-header .wrapper .right.mobile-right {
    display: block;
  }
}
header#main-header .wrapper .right.mobile-right button {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 1.7rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-orange);
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 99;
  padding: 0 5px;
}
header#main-header .wrapper .right.mobile-right button span {
  height: 1px;
  background-color: black;
  margin: 0.13em 0;
  display: inline-block;
  width: 80%;
  transition: opacity 0.2s, transform 0.2s;
}
header#main-header .wrapper .right.mobile-right button span:nth-child(3) {
  margin-top: calc(-1px - 0.13em);
}

.standard-swiper {
  position: relative;
}
.standard-swiper .lateral {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: white;
}
.standard-swiper .lateral .swiper-pagination,
.standard-swiper .lateral .swiper-button-prev,
.standard-swiper .lateral .swiper-button-next,
.standard-swiper .lateral .swiper-button-pause {
  position: static;
}
.standard-swiper .lateral .swiper-pagination {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  margin-top: 2px;
  margin-right: 15px;
}
.standard-swiper .lateral .swiper-button-prev,
.standard-swiper .lateral .swiper-button-next,
.standard-swiper .lateral .swiper-button-pause {
  transition: 0.2s opacity, 0.2s translate;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  height: 40px !important;
  width: 40px !important;
  min-width: 40px !important;
  border-radius: 20px;
  background-color: white;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
.standard-swiper .lateral .swiper-button-prev:hover,
.standard-swiper .lateral .swiper-button-next:hover,
.standard-swiper .lateral .swiper-button-pause:hover {
  opacity: 0.7;
}
.standard-swiper .lateral .swiper-button-prev:hover,
.standard-swiper .lateral .swiper-button-next:hover,
.standard-swiper .lateral .swiper-button-pause:hover {
  translate: 0;
}
.standard-swiper .lateral .swiper-button-prev::after,
.standard-swiper .lateral .swiper-button-next::after,
.standard-swiper .lateral .swiper-button-pause::after {
  font-size: 15px;
  color: black;
  display: inline-block;
}
.standard-swiper.photo-swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h2,
.h2 {
  font-size: 2em;
  line-height: 1.15;
}
h2 .light,
.h2 .light {
  font-weight: 300;
}

h3,
.h3 {
  font-size: 1.17em;
}

h4,
.h4 {
  font-size: inherit;
  font-weight: 900;
  text-transform: uppercase;
  font-family: davis-sans, sans-serif;
}

p {
  margin: 0;
}

.article.preview > a:hover img {
  opacity: 0.7;
}
.article.preview > a img {
  transition: 0.2s opacity;
  display: block;
  width: 100%;
  border-radius: var(--standard-radius);
  margin-bottom: 1em;
  aspect-ratio: 1.374;
  object-fit: cover;
}
.article.preview > a h3 {
  font-family: finalsix, sans-serif;
  font-weight: 900;
  text-transform: none;
}
.article.preview > a time {
  font-size: 0.82em;
}
.article.preview .terms-list {
  font-size: 0.68em;
  margin-top: 1em;
}

@media screen and (max-width: 799px) {
  body[data-menu-open] {
    overflow: hidden;
  }
}
body[data-menu-open] header#main-header .wrapper .right.desktop-right {
  transform: translate(0);
}
body[data-menu-open] header#main-header .wrapper .right.mobile-right button span:nth-child(1), body[data-menu-open] header#main-header .wrapper .right.mobile-right button span:nth-child(4) {
  opacity: 0;
}
body[data-menu-open] header#main-header .wrapper .right.mobile-right button span:nth-child(2) {
  transform: rotate(45deg);
}
body[data-menu-open] header#main-header .wrapper .right.mobile-right button span:nth-child(3) {
  transform: rotate(-45deg);
}

footer#main-footer {
  padding: 60px 30px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 799px) {
  footer#main-footer {
    padding: 30px;
  }
}
footer#main-footer .wrapper .grid {
  grid-template-columns: 2fr 2fr 1fr;
}
@media screen and (max-width: 799px) {
  footer#main-footer .wrapper .grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 799px) {
  footer#main-footer .wrapper .grid .cell {
    margin-bottom: 1rem;
  }
}
footer#main-footer .wrapper .grid .cell a {
  text-decoration: underline;
}
footer#main-footer .wrapper .grid .cell .footer-logos .logo-item a {
  display: block;
}
footer#main-footer .wrapper .grid .cell .footer-logos .logo-item img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-top: 15px;
}
footer#main-footer .wrapper .credits {
  grid-template-columns: 4fr 1fr;
  font-size: 0.66em;
  margin-top: 2.3em;
}
@media screen and (max-width: 799px) {
  footer#main-footer .wrapper .credits {
    grid-template-columns: 1fr;
  }
}

.back-to-top-btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background-color: var(--article-color, var(--color-orange));
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  padding: 0;
}
.back-to-top-btn:hover {
  background-color: var(--color-red);
  transform: translateY(0) scale(1.1);
}
.back-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top-btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 768px) {
  .back-to-top-btn {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
