/*
Theme Name: Epicod PRC
Theme URI:
Author: Epicod
Author URI:
Description: Custom WordPress theme with ACF flexible content. Classic editor, no Gutenberg.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: epicod-prc
*/
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v28/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiS2ccg.ttf) format('truetype');
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v28/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSyccg.ttf) format('truetype');
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v28/NGSpv5_NC0k9P_v6ZUCbLRAHxK1E1yyccg.ttf) format('truetype');
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v28/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiSyccg.ttf) format('truetype');
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v28/NGSpv5_NC0k9P_v6ZUCbLRAHxK1Euyyccg.ttf) format('truetype');
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v28/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EVyuccg.ttf) format('truetype');
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v28/NGSpv5_NC0k9P_v6ZUCbLRAHxK1Ebiuccg.ttf) format('truetype');
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v28/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSuccg.ttf) format('truetype');
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v28/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EICuccg.ttf) format('truetype');
}
@font-face {
  font-family: 'Suez One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/suezone/v15/taiJGmd_EZ6rqscQgNFJ.ttf) format('truetype');
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 1vw;
  line-height: 1.5;
  scrollbar-gutter: stable;
  overflow-x: clip;
  scroll-behavior: smooth;
  scrollbar-width: auto;
  scrollbar-color: #2C3138 #E6E6E6;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.2vw;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 3.6vw;
  }
}
::-webkit-scrollbar {
  width: 0.85rem;
  height: 0.85rem;
}
::-webkit-scrollbar-track {
  background: #E6E6E6;
  border-radius: 999px;
}
::-webkit-scrollbar-thumb {
  background-color: #2C3138;
  border-radius: 999px;
  border: 0.2rem solid #E6E6E6;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #1f2227;
}
::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.has-scrollbar {
  overflow-y: auto;
  -webkit-padding-end: 1.5rem;
          padding-inline-end: 1.5rem;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  color: #2C3138;
  background-color: #FAFAF8;
  overflow-x: clip;
}
@media (max-width: 1024px) {
  body {
    font-size: 1.15rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Suez One", serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  color: #2C3138;
}
h1,
h2 {
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  h1,
  h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
h3 {
  font-size: 1.3rem;
  font-family: "Heebo", sans-serif;
  color: #2C3138;
  line-height: 1;
  margin: 0.3rem 0;
}
h4 {
  font-weight: normal;
  font-size: 1.8rem;
  color: #2C3138;
}
p {
  margin: 0 0 1rem;
}
a {
  text-decoration: none;
  color: #2C3138;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #E66A3C;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #d2d2d2;
  margin: 0.5rem 0;
}
form {
  direction: rtl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
}
input:not([type="submit"]),
select,
textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.55rem 1.2rem;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  outline: none;
}
input:not([type="submit"])::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
input:not([type="submit"])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
input:not([type="submit"]):-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
input:not([type="submit"])::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
input:not([type="submit"])::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
input:not([type="submit"]):focus,
select:focus,
textarea:focus,
input:not([type="submit"]):focus-visible,
select:focus-visible,
textarea:focus-visible {
  border-color: #2C3138;
  -webkit-box-shadow: 0 0 0 2px rgba(230, 106, 60, 0.45);
          box-shadow: 0 0 0 2px rgba(230, 106, 60, 0.45);
  outline: 2px solid transparent;
}
input[type='checkbox'] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 2px solid #2C3138;
  background: #FFFFFF;
  margin: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-height: 0;
  padding: 0;
}
input[type='checkbox']:checked {
  background: #2C3138;
  background-image: url('assets/images/check.svg');
  background-position: center;
  background-size: 0.5rem;
  background-repeat: no-repeat;
}
strong {
  font-weight: 700;
}
.form-field {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.form-field--select select,
.form-field--select .form-select {
  width: 100%;
  -webkit-padding-end: 2.2rem;
          padding-inline-end: 2.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.form-field__icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2C3138;
  font-size: 0.9rem;
  line-height: 1;
  pointer-events: none;
}
.form-field--multi .form-multi-toggle {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.55rem 1.2rem;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
  outline: none;
  background: transparent;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.35rem;
  -webkit-padding-end: 2.2rem;
          padding-inline-end: 2.2rem;
  cursor: pointer;
  text-align: right;
  font-weight: 400;
}
.form-field--multi .form-multi-toggle::-webkit-input-placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
.form-field--multi .form-multi-toggle::-moz-placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
.form-field--multi .form-multi-toggle:-ms-input-placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
.form-field--multi .form-multi-toggle::-ms-input-placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
.form-field--multi .form-multi-toggle::placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
.form-field--multi .form-multi-toggle:focus,
.form-field--multi .form-multi-toggle:focus-visible {
  border-color: #2C3138;
  -webkit-box-shadow: 0 0 0 2px rgba(230, 106, 60, 0.45);
          box-shadow: 0 0 0 2px rgba(230, 106, 60, 0.45);
  outline: 2px solid transparent;
}
.form-field--multi .form-multi-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.form-field--multi .form-multi-count {
  font-weight: 400;
}
.form-field--multi .form-multi-count[data-count="0"] {
  display: none;
}
.form-field--multi .form-multi-panel {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  width: 100%;
  min-width: 0;
  max-height: 14rem;
  overflow: auto;
  border: 2px solid #2C3138;
  background: #FFFFFF;
  z-index: 50;
  padding: 0.35rem 0.55rem;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: rtl;
}
.form-field--multi .form-multi-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.35rem;
  padding: 0.25rem 0;
  cursor: pointer;
  font-family: "Heebo", sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
  color: #2C3138;
}
.form-field--multi .form-multi-item input[type='checkbox'] {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 1024px) {
  .form-field--multi .form-multi-item {
    padding: 0.5rem 0;
  }
  .form-field--multi .form-multi-item input[type='checkbox'] {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.form-field--dark.form-field--select select,
.form-field--dark.form-field--select .form-select {
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}
.form-field--dark.form-field--select select option,
.form-field--dark.form-field--select .form-select option {
  color: #2C3138;
  background-color: #FFFFFF;
}
.form-field--dark .form-field__icon {
  color: #FFFFFF;
}
.form-field--dark.form-field--multi .form-multi-toggle {
  border-color: #FFFFFF;
  color: #FFFFFF;
  font-weight: 600;
}
.form-field--dark.form-field--multi .form-multi-title {
  font-weight: 600;
}
.form-field--dark.form-field--multi .form-multi-panel {
  border-color: #FFFFFF;
}
textarea {
  resize: vertical;
}
input[type="submit"]:not(.button):not(.is-icon-submit),
button[type="submit"]:not(.button):not(.is-icon-submit) {
  min-height: 3rem;
  padding: 0.55rem 1.6rem;
  border: 0;
  border-radius: 999px;
  background-color: #E66A3C;
  color: #FFFFFF;
  font-family: "Heebo", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
input[type="submit"]:not(.button):not(.is-icon-submit):hover,
button[type="submit"]:not(.button):not(.is-icon-submit):hover {
  background-color: #dd501c;
}
.alignleft {
  float: left;
  margin: 0.35rem 1.5rem 1rem 0;
}
.alignright {
  float: right;
  margin: 0.35rem 0 1rem 1.5rem;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignnone {
  margin: 0 0 1rem;
}
.wp-caption {
  max-width: 100%;
  margin: 0 0 1rem;
  background: transparent;
}
.image__caption,
.wp-caption-text,
.wp-element-caption,
.simple-gallery__caption {
  margin: 0;
  padding: 1rem 1.25rem;
  background-color: #FFFFFF;
  color: #2C3138;
  font-size: 0.85rem;
  line-height: 1.45;
  text-align: right;
}
.wp-caption img,
.wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.text-content,
.entry-content,
.content-section__body,
.large-title__content,
.card__content {
  line-height: 1.6;
}
.text-content--standalone,
.entry-content--standalone,
.content-section__body--standalone,
.large-title__content--standalone,
.card__content--standalone {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 1024px) {
  .text-content--standalone,
  .entry-content--standalone,
  .content-section__body--standalone,
  .large-title__content--standalone,
  .card__content--standalone {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.text-content .has-small-font-size,
.entry-content .has-small-font-size,
.content-section__body .has-small-font-size,
.large-title__content .has-small-font-size,
.card__content .has-small-font-size {
  line-height: 1.75;
}
.text-content .has-normal-font-size,
.entry-content .has-normal-font-size,
.content-section__body .has-normal-font-size,
.large-title__content .has-normal-font-size,
.card__content .has-normal-font-size {
  line-height: 1.6;
}
.text-content .has-medium-font-size,
.entry-content .has-medium-font-size,
.content-section__body .has-medium-font-size,
.large-title__content .has-medium-font-size,
.card__content .has-medium-font-size {
  line-height: 1.55;
}
.text-content .has-large-font-size,
.entry-content .has-large-font-size,
.content-section__body .has-large-font-size,
.large-title__content .has-large-font-size,
.card__content .has-large-font-size {
  line-height: 1.35;
}
.text-content .has-huge-font-size,
.entry-content .has-huge-font-size,
.content-section__body .has-huge-font-size,
.large-title__content .has-huge-font-size,
.card__content .has-huge-font-size {
  line-height: 1.2;
}
.text-content [style*="font-size"],
.entry-content [style*="font-size"],
.content-section__body [style*="font-size"],
.large-title__content [style*="font-size"],
.card__content [style*="font-size"] {
  line-height: 1.6;
}
.text-content table,
.entry-content table,
.content-section__body table,
.large-title__content table,
.card__content table {
  width: 100%;
  margin: 1rem 0;
  border: 1px solid #2C3138;
  border-collapse: collapse;
  table-layout: fixed;
}
.text-content table th,
.entry-content table th,
.content-section__body table th,
.large-title__content table th,
.card__content table th,
.text-content table thead td,
.entry-content table thead td,
.content-section__body table thead td,
.large-title__content table thead td,
.card__content table thead td {
  padding: 0.85rem 0.75rem;
  border: 1px solid #2C3138;
  background-color: #2C3138;
  color: #FFFFFF;
  font-family: "Suez One", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  vertical-align: middle;
}
.text-content table:not(:has(thead)) > tbody > tr:first-child > td,
.entry-content table:not(:has(thead)) > tbody > tr:first-child > td,
.content-section__body table:not(:has(thead)) > tbody > tr:first-child > td,
.large-title__content table:not(:has(thead)) > tbody > tr:first-child > td,
.card__content table:not(:has(thead)) > tbody > tr:first-child > td,
.text-content table:not(:has(thead)) > tr:first-child > td,
.entry-content table:not(:has(thead)) > tr:first-child > td,
.content-section__body table:not(:has(thead)) > tr:first-child > td,
.large-title__content table:not(:has(thead)) > tr:first-child > td,
.card__content table:not(:has(thead)) > tr:first-child > td {
  padding: 0.85rem 0.75rem;
  border: 1px solid #2C3138;
  background-color: #2C3138;
  color: #FFFFFF;
  font-family: "Suez One", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  vertical-align: middle;
}
.text-content table tbody td,
.entry-content table tbody td,
.content-section__body table tbody td,
.large-title__content table tbody td,
.card__content table tbody td {
  padding: 0.85rem 0.75rem;
  border: 1px solid #2C3138;
  background-color: #FFFFFF;
  color: #2C3138;
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: right;
  vertical-align: middle;
}
.text-content table:has(thead) tbody tr:nth-child(odd) td,
.entry-content table:has(thead) tbody tr:nth-child(odd) td,
.content-section__body table:has(thead) tbody tr:nth-child(odd) td,
.large-title__content table:has(thead) tbody tr:nth-child(odd) td,
.card__content table:has(thead) tbody tr:nth-child(odd) td {
  background-color: #F8F4F1;
}
.text-content table:has(thead) tbody tr:nth-child(even) td,
.entry-content table:has(thead) tbody tr:nth-child(even) td,
.content-section__body table:has(thead) tbody tr:nth-child(even) td,
.large-title__content table:has(thead) tbody tr:nth-child(even) td,
.card__content table:has(thead) tbody tr:nth-child(even) td {
  background-color: #FFFFFF;
}
.text-content table:not(:has(thead)) > tbody > tr:nth-child(even) > td,
.entry-content table:not(:has(thead)) > tbody > tr:nth-child(even) > td,
.content-section__body table:not(:has(thead)) > tbody > tr:nth-child(even) > td,
.large-title__content table:not(:has(thead)) > tbody > tr:nth-child(even) > td,
.card__content table:not(:has(thead)) > tbody > tr:nth-child(even) > td,
.text-content table:not(:has(thead)) > tr:nth-child(even) > td,
.entry-content table:not(:has(thead)) > tr:nth-child(even) > td,
.content-section__body table:not(:has(thead)) > tr:nth-child(even) > td,
.large-title__content table:not(:has(thead)) > tr:nth-child(even) > td,
.card__content table:not(:has(thead)) > tr:nth-child(even) > td {
  background-color: #F8F4F1;
}
.text-content table:not(:has(thead)) > tbody > tr:nth-child(odd):not(:first-child) > td,
.entry-content table:not(:has(thead)) > tbody > tr:nth-child(odd):not(:first-child) > td,
.content-section__body table:not(:has(thead)) > tbody > tr:nth-child(odd):not(:first-child) > td,
.large-title__content table:not(:has(thead)) > tbody > tr:nth-child(odd):not(:first-child) > td,
.card__content table:not(:has(thead)) > tbody > tr:nth-child(odd):not(:first-child) > td,
.text-content table:not(:has(thead)) > tr:nth-child(odd):not(:first-child) > td,
.entry-content table:not(:has(thead)) > tr:nth-child(odd):not(:first-child) > td,
.content-section__body table:not(:has(thead)) > tr:nth-child(odd):not(:first-child) > td,
.large-title__content table:not(:has(thead)) > tr:nth-child(odd):not(:first-child) > td,
.card__content table:not(:has(thead)) > tr:nth-child(odd):not(:first-child) > td {
  background-color: #FFFFFF;
}
.text-content ul,
.entry-content ul,
.content-section__body ul,
.large-title__content ul,
.card__content ul {
  padding: 0;
  margin: 1rem 0;
  list-style: none;
}
.text-content ul li,
.entry-content ul li,
.content-section__body ul li,
.large-title__content ul li,
.card__content ul li {
  position: relative;
  margin-bottom: 0.75rem;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
}
.text-content ul li::after,
.entry-content ul li::after,
.content-section__body ul li::after,
.large-title__content ul li::after,
.card__content ul li::after {
  content: '';
  position: absolute;
  top: 0.45em;
  inset-inline-start: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #E66A3C;
}
.text-content ol,
.entry-content ol,
.content-section__body ol,
.large-title__content ol,
.card__content ol {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  counter-reset: ordered-item;
}
.text-content ol ol,
.entry-content ol ol,
.content-section__body ol ol,
.large-title__content ol ol,
.card__content ol ol {
  margin: 0.5rem 0 0.35rem;
  padding: 0;
  counter-reset: ordered-item;
}
.text-content ol > li,
.entry-content ol > li,
.content-section__body ol > li,
.large-title__content ol > li,
.card__content ol > li,
.text-content ol ol > li,
.entry-content ol ol > li,
.content-section__body ol ol > li,
.large-title__content ol ol > li,
.card__content ol ol > li {
  position: relative;
  margin-bottom: 0.55rem;
  -webkit-padding-start: 2.25rem;
          padding-inline-start: 2.25rem;
  counter-increment: ordered-item;
}
.text-content ol > li::before,
.entry-content ol > li::before,
.content-section__body ol > li::before,
.large-title__content ol > li::before,
.card__content ol > li::before,
.text-content ol ol > li::before,
.entry-content ol ol > li::before,
.content-section__body ol ol > li::before,
.large-title__content ol ol > li::before,
.card__content ol ol > li::before {
  content: counters(ordered-item, ".") ".";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  color: #2C3138;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: inherit;
  direction: ltr;
  unicode-bidi: isolate;
  text-align: right;
}
.text-content ol ol > li,
.entry-content ol ol > li,
.content-section__body ol ol > li,
.large-title__content ol ol > li,
.card__content ol ol > li {
  -webkit-padding-start: 2.75rem;
          padding-inline-start: 2.75rem;
}
.text-content ol ol ol > li,
.entry-content ol ol ol > li,
.content-section__body ol ol ol > li,
.large-title__content ol ol ol > li,
.card__content ol ol ol > li {
  -webkit-padding-start: 3.5rem;
          padding-inline-start: 3.5rem;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto;
  clip-path: none;
  display: block;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0.85rem 1.25rem;
  top: 1rem;
  inset-inline-start: 1rem;
  z-index: 100000;
  background-color: #FFFFFF;
  color: #2C3138;
  border: 2px solid #E66A3C;
  border-radius: 0.35rem;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 18px rgba(44, 49, 56, 0.16);
          box-shadow: 0 4px 18px rgba(44, 49, 56, 0.16);
}
#primary {
  scroll-margin-top: 7.5rem;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.button,
button[type='submit']:not(.is-icon-submit),
input[type='submit']:not(.is-icon-submit) {
  position: relative;
  isolation: isolate;
  min-height: 3rem;
  padding: 0.75rem 1.75rem;
  border: 2px solid transparent;
  border-radius: 999px;
  background-color: #E66A3C;
  color: #FFFFFF;
  font-family: "Heebo", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.65rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color border-color color;
  transition: background-color border-color color;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button::after,
button[type='submit']:not(.is-icon-submit)::after,
input[type='submit']:not(.is-icon-submit)::after {
  content: '';
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.93rem;
  height: 0.8rem;
  background-color: currentColor;
  -webkit-mask: url('assets/images/button-double-arrows.svg') no-repeat center / contain;
  mask: url('assets/images/button-double-arrows.svg') no-repeat center / contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.button:hover,
button[type='submit']:not(.is-icon-submit):hover,
input[type='submit']:not(.is-icon-submit):hover {
  background-color: #dd501c;
  color: #FFFFFF;
}
.button:hover::after,
button[type='submit']:not(.is-icon-submit):hover::after,
input[type='submit']:not(.is-icon-submit):hover::after {
  -webkit-transform: translateX(0.2rem);
          transform: translateX(0.2rem);
}
.button.secondary,
button[type='submit']:not(.is-icon-submit).secondary,
input[type='submit']:not(.is-icon-submit).secondary {
  background-color: transparent;
  color: #E66A3C;
  border-color: #E66A3C;
}
.button.secondary:hover,
button[type='submit']:not(.is-icon-submit).secondary:hover,
input[type='submit']:not(.is-icon-submit).secondary:hover {
  background-color: #E66A3C;
  color: #FFFFFF;
}
[style*="text-align:center"] > .button,
[style*="text-align: center"] > .button,
[style*="text-align:center"] > a.button,
[style*="text-align: center"] > a.button,
[style*="text-align:center"] > button[type='submit']:not(.is-icon-submit),
[style*="text-align: center"] > button[type='submit']:not(.is-icon-submit),
[style*="text-align:center"] > abutton[type='submit']:not(.is-icon-submit),
[style*="text-align: center"] > abutton[type='submit']:not(.is-icon-submit),
[style*="text-align:center"] > input[type='submit']:not(.is-icon-submit),
[style*="text-align: center"] > input[type='submit']:not(.is-icon-submit),
[style*="text-align:center"] > ainput[type='submit']:not(.is-icon-submit),
[style*="text-align: center"] > ainput[type='submit']:not(.is-icon-submit) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.button.aligncenter,
button[type='submit']:not(.is-icon-submit).aligncenter,
input[type='submit']:not(.is-icon-submit).aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.button--youtube {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.45rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 0;
  padding: 0.9rem 1.5rem;
  border: 0;
  border-radius: 0.4rem;
  background-color: #E66A3C;
  color: #FFFFFF;
  font-family: "Heebo", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  direction: ltr;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color opacity ease;
  transition: background-color opacity ease;
}
.button--youtube::before {
  content: '';
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.55rem;
  height: 1.1rem;
  background: url('assets/images/youtube-button-icon.svg') no-repeat center / contain;
}
.button--youtube::after {
  content: none;
  display: none;
}
.button--youtube:hover,
.button--youtube:focus-visible {
  background-color: #dd501c;
  color: #FFFFFF;
  opacity: 1;
}
.stylished-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55rem;
  color: inherit;
  font-family: "Heebo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.stylished-link::before {
  content: '';
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.97rem;
  height: 0.97rem;
  background: url('assets/images/stylished-link-icon.svg') no-repeat center / contain;
}
.stylished-link:hover {
  color: #E66A3C;
}
.button--read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  background: none;
  border: 0;
  padding: 0;
  color: #E66A3C;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.button--read-more::after {
  content: '';
  display: inline-block;
  width: 0.95rem;
  height: 0.85rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.828' height='12.829' viewBox='0 0 14.828 12.829'%3E%3Cg transform='translate(-1318.585 -1210.586)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'%3E%3Cg transform='translate(1320 1212)'%3E%3Cline x1='5' y2='5'/%3E%3Cline x1='5' y1='5' transform='translate(0 5)'/%3E%3C/g%3E%3Cg transform='translate(1326.905 1212)'%3E%3Cline x1='5' y2='5' transform='translate(0.095)'/%3E%3Cline x1='5' y1='5' transform='translate(0.095 5)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.828' height='12.829' viewBox='0 0 14.828 12.829'%3E%3Cg transform='translate(-1318.585 -1210.586)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'%3E%3Cg transform='translate(1320 1212)'%3E%3Cline x1='5' y2='5'/%3E%3Cline x1='5' y1='5' transform='translate(0 5)'/%3E%3C/g%3E%3Cg transform='translate(1326.905 1212)'%3E%3Cline x1='5' y2='5' transform='translate(0.095)'/%3E%3Cline x1='5' y1='5' transform='translate(0.095 5)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.button--read-more:hover {
  color: #d44d1b;
}
.button--read-more:hover::after {
  -webkit-transform: translateX(-0.2rem);
          transform: translateX(-0.2rem);
}
.button--clear-filters {
  min-height: auto;
  padding: 0.35rem 0.75rem;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.35rem;
}
.button--clear-filters::after {
  content: '\00d7';
  font-family: "Heebo", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #2C3138;
  width: auto;
  height: auto;
  background: none;
  -webkit-mask: none;
  mask: none;
}
.button--clear-filters:hover {
  background-color: transparent;
  color: #2C3138;
}
.button--clear-filters:hover::after {
  -webkit-transform: none;
          transform: none;
  color: #2C3138;
}
.btn {
  --btn-clip-size: 2rem;
  height: 4.3rem;
  aspect-ratio: 1;
  border: 0;
  background-color: #2C3138;
  color: #FFFFFF;
  font-family: "Suez One", serif;
  font-size: 0;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clip-path: polygon(0 0, calc(100% - var(--btn-clip-size)) 0, 100% var(--btn-clip-size), 100% 100%, 0 100%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btn::after {
  content: '\e907';
  display: inline-block;
  font-family: 'icomoon';
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: 0.35rem;
}
.btn.play::after {
  content: '\e91d';
  font-size: 1.6rem;
  -webkit-transform: none !important;
          transform: none !important;
  margin-top: 0;
}
.btn.tickets {
  --btn-clip-size: 1.35rem;
  background-color: #E66A3C;
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--btn-clip-size) 100%, 0 calc(100% - var(--btn-clip-size)));
}
.btn.tickets::after {
  content: '\e93c';
  font-size: 1.55rem;
  -webkit-transform: none !important;
          transform: none !important;
  margin: 0 0 0.4rem 0.2rem;
}
.btn.tickets:hover {
  background-color: #e35521;
}
.btn.tickets:hover::after {
  -webkit-transform: none;
          transform: none;
}
.btn:hover {
  background-color: #1f2227;
  color: #FFFFFF;
}
.btn:hover::after {
  -webkit-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
}
.btn.accent {
  background-color: #E66A3C;
}
.btn.accent:hover {
  background-color: #e35521;
}
.btn.dark {
  background-color: #2C3138;
}
.btn.dark:hover {
  background-color: #1f2227;
}
button {
  cursor: pointer;
}
.swiper-button-prev,
.swiper-button-next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 0.8rem;
  background-color: #FFFFFF;
  color: #2C3138;
  z-index: 10;
  border-radius: 0.2rem;
  border: 2px solid rgba(44, 49, 56, 0.18);
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: none !important;
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  display: block;
  width: 1.15rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
}
.swiper-button-prev i,
.swiper-button-next i {
  display: none !important;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navigation.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 2.5rem 0 0;
  padding: 0;
}
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.navigation.pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.6rem;
  min-height: 2.6rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(44, 49, 56, 0.14);
  border-radius: 999px;
  background-color: #FFFFFF;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus-visible {
  border-color: #E66A3C;
  color: #E66A3C;
  outline: 2px solid rgba(230, 106, 60, 0.55);
  outline-offset: 2px;
}
.navigation.pagination .page-numbers.current {
  border-color: #E66A3C;
  background-color: #E66A3C;
  color: #FFFFFF;
  cursor: default;
  pointer-events: none;
}
.navigation.pagination .page-numbers.dots {
  min-width: auto;
  padding-inline: 0.35rem;
  border-color: transparent;
  background: transparent;
  color: rgba(44, 49, 56, 0.45);
  pointer-events: none;
}
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
  gap: 0.35rem;
  min-width: auto;
  padding-inline: 1.15rem;
  background-color: #F8F4F1;
  border-color: transparent;
}
.navigation.pagination .page-numbers.prev:hover,
.navigation.pagination .page-numbers.prev:focus-visible,
.navigation.pagination .page-numbers.next:hover,
.navigation.pagination .page-numbers.next:focus-visible {
  background-color: rgba(230, 106, 60, 0.12);
  border-color: transparent;
  color: #E66A3C;
}
.swiper-pagination {
  --swiper-pagination-color: var(--text-color, #2C3138);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.7rem;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  bottom: auto;
  left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper-pagination-bullet {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0 !important;
  opacity: 1;
  background: transparent;
  border: 2px solid var(--swiper-pagination-color);
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: background-color border-color opacity;
  transition: background-color border-color opacity;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus-visible {
  opacity: 0.85;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color);
}
@media (max-width: 1024px) {
  .swiper-pagination {
    gap: 0.35rem;
    padding: 0 0.75rem;
    row-gap: 0.35rem;
  }
  .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    border-width: 1.5px;
  }
}
.epicod-datepicker {
  position: absolute;
  z-index: 9999;
  width: 19.5rem;
}
.epicod-datepicker[hidden] {
  display: none !important;
}
.epicod-datepicker__panel {
  border: 4px solid #2C3138;
  background: #FFFFFF;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  padding: 0.7rem;
}
.epicod-datepicker__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.2rem 0.5rem 1fr 0.5rem 2.2rem;
  grid-template-columns: 2.2rem 1fr 2.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2C3138;
  color: #FFFFFF;
  padding: 0.4rem;
  gap: 0.5rem;
}
.epicod-datepicker__title {
  text-align: center;
  font-family: "Suez One", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.epicod-datepicker__nav {
  width: 2.2rem;
  height: 2.2rem;
  border: 2px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color color 0.3s ease;
  transition: background-color color 0.3s ease;
}
.epicod-datepicker__nav:hover {
  background: rgba(255, 255, 255, 0.12);
}
.epicod-datepicker__dow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr;
  grid-template-columns: repeat(7, 1fr);
  padding: 0.6rem 0.6rem 0;
  gap: 0.35rem;
}
.epicod-datepicker__dow-item {
  text-align: center;
  font-family: "Suez One", serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2C3138;
}
.epicod-datepicker__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr;
  grid-template-columns: repeat(7, 1fr);
  padding: 0.6rem 0.6rem 0.75rem;
  gap: 0.35rem;
}
.epicod-datepicker__day {
  position: relative;
  height: 2.2rem;
  border: 1px solid #2C3138;
  background: #FFFFFF;
  color: #2C3138;
  font-family: "Suez One", serif;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background-color color border-color 0.3s ease;
  transition: background-color color border-color 0.3s ease;
}
.epicod-datepicker__day:hover {
  background: #2C3138;
  border-color: #2C3138;
  color: #FFFFFF;
}
.epicod-datepicker__day:hover .epicod-datepicker__clear {
  color: #2C3138;
}
.epicod-datepicker__day.is-today {
  border-color: #2C3138;
  color: #2C3138;
  font-weight: 700;
}
.epicod-datepicker__day.is-active {
  background: #E66A3C;
  border-color: #E66A3C;
  color: #FFFFFF;
}
.epicod-datepicker__day .epicod-datepicker__clear {
  position: absolute;
  top: 0.1rem;
  right: 0.15rem;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  line-height: 0.5;
  cursor: pointer;
}
.epicod-datepicker__day--disabled {
  border-color: rgba(44, 49, 56, 0.28);
  color: rgba(44, 49, 56, 0.38);
  cursor: not-allowed;
  background: #FFFFFF;
}
.epicod-datepicker__day--disabled:hover {
  background: #FFFFFF;
  border-color: rgba(44, 49, 56, 0.28);
  color: rgba(44, 49, 56, 0.38);
}
.epicod-datepicker__day--blank {
  border-color: transparent;
  background: transparent;
  cursor: default;
}
.ico-list-sm:before {
  content: "\e915";
}
.ico-cart-sm:before {
  content: "\e928";
}
#page {
  padding-bottom: 3.4rem;
  overflow-x: clip;
}
@media (max-width: 1024px) {
  #page {
    padding-bottom: 0;
  }
}
.container {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 3.4rem;
}
.container.large {
  max-width: 100vw;
}
.container.full {
  max-width: 100%;
  padding: 0;
}
.container.small {
  max-width: 55rem;
}
.container.medium {
  max-width: 86rem;
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}
.site-content {
  min-height: 50vh;
  position: relative;
  z-index: 1;
}
.page-section {
  position: relative;
}
.page-section {
  padding-top: var(--spacing-top);
  padding-bottom: var(--spacing-bottom);
}
.site-header {
  color: #2C3138;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  overflow: visible;
  padding: 1rem;
}
.site-header .inner-header {
  background-color: #FAFAF8;
  -webkit-box-shadow: 0 3px 6px rgba(44, 49, 56, 0.14);
          box-shadow: 0 3px 6px rgba(44, 49, 56, 0.14);
  padding: 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  min-height: 5.5rem;
}
.site-header .right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding: 0.5rem 0;
}
.site-header .site-branding {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 11rem;
  margin: 0;
  -webkit-transform: none;
          transform: none;
}
.site-header .site-branding a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-branding img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 3.6rem;
}
.site-header .main-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .main-navigation__search {
  display: none;
}
.site-header .main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation .menu > .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .main-navigation .menu > .menu-item > a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  color: #2C3138;
  font-size: 1.05rem;
  font-weight: 400;
  padding: 0.5rem 0;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.site-header .main-navigation .menu > .menu-item > a:hover,
.site-header .main-navigation .menu > .menu-item > a:focus-visible {
  color: #E66A3C;
}
.site-header .main-navigation .menu > .menu-item.current-menu-item > a,
.site-header .main-navigation .menu > .menu-item.current-menu-ancestor > a,
.site-header .main-navigation .menu > .menu-item.is-open > a {
  color: #E66A3C;
}
.site-header .main-navigation .menu > .menu-item.primary > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 32px;
  max-height: 32px;
  min-height: 0;
  padding: 0 1.25rem;
  border-radius: 999px;
  background-color: #2C3138;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: background-color color ease;
  transition: background-color color ease;
}
.site-header .main-navigation .menu > .menu-item.primary > a:hover,
.site-header .main-navigation .menu > .menu-item.primary > a:focus-visible {
  background-color: #1f2227;
  color: #FFFFFF;
}
.site-header .main-navigation .menu > .menu-item.primary.current-menu-item > a,
.site-header .main-navigation .menu > .menu-item.primary.current-menu-ancestor > a,
.site-header .main-navigation .menu > .menu-item.primary.is-open > a {
  color: #FFFFFF;
}
.site-header .main-navigation .menu > .menu-item.primary .menu-item__toggle {
  display: none;
}
.site-header .main-navigation .menu-item__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.8rem;
  height: 0.43rem;
  -webkit-margin-start: 0.15rem;
          margin-inline-start: 0.15rem;
  border: 0;
  -webkit-transform: none;
          transform: none;
  pointer-events: none;
  background-color: #E66A3C;
  -webkit-mask: url('assets/images/menu-arrow-down.svg') no-repeat center / contain;
  mask: url('assets/images/menu-arrow-down.svg') no-repeat center / contain;
  -webkit-transition: -webkit-transform background-color ease;
  transition: -webkit-transform background-color ease;
  transition: transform background-color ease;
  transition: transform background-color ease, -webkit-transform background-color ease;
}
.site-header .main-navigation .menu-item__toggle::before {
  content: none;
}
.site-header .main-navigation .menu > .menu-item:not(.menu-item-has-children) .menu-item__toggle {
  display: none;
}
.site-header .main-navigation .menu > .menu-item.is-open > a .menu-item__toggle,
.site-header .main-navigation .menu > .menu-item:hover > a .menu-item__toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-header .main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 60;
  min-width: 13.5rem;
  margin: 0;
  padding: 1rem;
  list-style: none;
  background-color: #FAFAF8;
  -webkit-box-shadow: 0 4px 12px rgba(44, 49, 56, 0.12);
          box-shadow: 0 4px 12px rgba(44, 49, 56, 0.12);
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(0.35rem);
          transform: translateY(0.35rem);
  -webkit-transition: opacity visibility transform 0.3s ease;
  transition: opacity visibility transform 0.3s ease;
}
.site-header .main-navigation .sub-menu::before {
  content: '';
  position: absolute;
  top: -0.75rem;
  right: 0;
  left: 0;
  height: 0.75rem;
}
.site-header .main-navigation .sub-menu > .menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(44, 49, 56, 0.1);
}
.site-header .main-navigation .sub-menu > .menu-item:last-child {
  border-bottom: 0;
}
.site-header .main-navigation .sub-menu a {
  display: block;
  padding: 0.5rem;
  color: rgba(44, 49, 56, 0.78);
  font-size: 0.8rem;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color background-color ease;
  transition: color background-color ease;
}
.site-header .main-navigation .sub-menu a:hover,
.site-header .main-navigation .sub-menu a:focus-visible {
  color: #E66A3C;
}
.site-header .main-navigation .sub-menu > .menu-item.current-menu-item > a,
.site-header .main-navigation .sub-menu > .menu-item.current-page-item > a,
.site-header .main-navigation .sub-menu > .menu-item.current-menu-ancestor > a {
  color: #E66A3C;
}
.site-header .main-navigation .menu > .menu-item:hover > .sub-menu,
.site-header .main-navigation .menu > .menu-item:focus-within > .sub-menu,
.site-header .main-navigation .menu > .menu-item.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .left-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 1.25rem;
}
.site-header .header-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  gap: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  direction: ltr;
  border-right: 1px solid rgba(44, 49, 56, 0.16);
  padding-right: 1rem;
  margin-right: 0.5rem;
}
.site-header .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.site-header .header-actions .header-search-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0;
  max-width: 17rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: width 240ms ease, opacity 180ms ease;
  transition: width 240ms ease, opacity 180ms ease;
}
.site-header .header-actions .header-search-form__field {
  width: 17rem;
  height: 2.45rem;
  border: 0;
  border-radius: 999px;
  background-color: #F8F4F1 !important;
  color: #2C3138;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.site-header .header-actions .header-search-form__field::-webkit-input-placeholder {
  color: rgba(44, 49, 56, 0.35);
}
.site-header .header-actions .header-search-form__field::-moz-placeholder {
  color: rgba(44, 49, 56, 0.35);
}
.site-header .header-actions .header-search-form__field:-ms-input-placeholder {
  color: rgba(44, 49, 56, 0.35);
}
.site-header .header-actions .header-search-form__field::-ms-input-placeholder {
  color: rgba(44, 49, 56, 0.35);
}
.site-header .header-actions .header-search-form__field::placeholder {
  color: rgba(44, 49, 56, 0.35);
}
.site-header .header-actions .header-search-form__field:focus,
.site-header .header-actions .header-search-form__field:focus-visible {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.site-header .header-actions .header-search-trigger {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.site-header .header-actions:hover .header-search-form,
.site-header .header-actions .header-search-form:focus-within {
  width: 17rem;
  opacity: 1;
  pointer-events: auto;
}
.site-header .header-actions .header-search-form__submit {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.site-header .header-actions button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  color: #2C3138;
}
.site-header .header-actions button svg {
  display: block;
  width: 1.235rem;
  height: 1.235rem;
}
.site-header .header-lang {
  position: relative;
  z-index: 30;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 32px;
  max-height: 32px;
  gap: 0;
  padding: 3px;
  border-radius: 999px;
  background-color: #2C3138;
  color: #FFFFFF;
  direction: ltr;
}
.site-header .header-lang__option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  min-width: 2.1rem;
  min-height: 0;
  padding: 0 0.55rem;
  border-radius: 999px;
  color: #FFFFFF;
  font-family: "Heebo", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color color ease;
  transition: background-color color ease;
}
.site-header .header-lang__option:hover,
.site-header .header-lang__option:focus-visible {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.12);
  outline: none;
}
.site-header .header-lang__option.is-active {
  background-color: #E66A3C;
  color: #FFFFFF;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .site-header .main-navigation {
    display: none;
  }
  .site-header .right-part {
    gap: 0;
    padding-right: 0.7rem;
  }
  .site-header .left-part {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
  .site-header .left-part .header-actions {
    display: none;
  }
  .site-header .header-tools {
    gap: 0;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .site-header .container {
    padding: 0;
  }
  .site-header .inner-header {
    min-height: 5rem;
    padding: 0;
  }
  .site-header .header-lang {
    margin-inline: 0.5rem;
  }
}
.mobile-trigger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2C3138;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color color ease;
  transition: background-color color ease;
}
.mobile-trigger:hover,
.mobile-trigger:focus-visible {
  background-color: rgba(44, 49, 56, 0.06);
}
.mobile-trigger__lines {
  position: relative;
  display: block;
  width: 1.6rem;
  height: 1.15rem;
}
.mobile-trigger__line {
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity, top;
  -webkit-transition: opacity 180ms ease, top 280ms cubic-bezier(0.2, 0.9, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.2, 0.9, 0.2, 1);
  transition: opacity 180ms ease, top 280ms cubic-bezier(0.2, 0.9, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.2, 0.9, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 180ms ease, top 280ms cubic-bezier(0.2, 0.9, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 180ms ease, top 280ms cubic-bezier(0.2, 0.9, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.2, 0.9, 0.2, 1);
}
.mobile-trigger__line:nth-child(1) {
  top: 0;
}
.mobile-trigger__line:nth-child(2) {
  top: 0.48rem;
}
.mobile-trigger__line:nth-child(3) {
  top: 0.96rem;
}
.mobile-trigger.is-open .mobile-trigger__line:nth-child(1) {
  top: 0.48rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-trigger.is-open .mobile-trigger__line:nth-child(2) {
  opacity: 0;
}
.mobile-trigger.is-open .mobile-trigger__line:nth-child(3) {
  top: 0.48rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-header-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(44, 49, 56, 0.55);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity visibility ease;
  transition: opacity visibility ease;
}
body.is-nav-open {
  overflow: hidden;
}
body.is-nav-open .site-header-overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .site-header .right-part {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .site-header .inner-header {
    height: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .site-header .left-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .site-header .site-branding {
    max-width: 10rem;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 1rem;
  }
  .site-header .mobile-trigger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 5rem;
    height: 100%;
    min-height: 5rem;
    aspect-ratio: auto;
    color: #2C3138;
    background: transparent;
    -webkit-border-end: none;
            border-inline-end: none;
    -webkit-border-start: 1px solid rgba(44, 49, 56, 0.12);
            border-inline-start: 1px solid rgba(44, 49, 56, 0.12);
  }
  .site-header .mobile-trigger:hover,
  .site-header .mobile-trigger:focus-visible {
    background-color: rgba(44, 49, 56, 0.06);
  }
  .site-header .mobile-trigger:active {
    background-color: rgba(44, 49, 56, 0.1);
  }
  .site-header .mobile-trigger .mobile-trigger__lines {
    width: 1.9rem;
    height: 0.95rem;
  }
  .site-header .mobile-trigger .mobile-trigger__line {
    height: 2px;
  }
  .site-header .mobile-trigger .mobile-trigger__line:nth-child(1) {
    top: 0;
  }
  .site-header .mobile-trigger .mobile-trigger__line:nth-child(2) {
    top: 0.47rem;
  }
  .site-header .mobile-trigger .mobile-trigger__line:nth-child(3) {
    top: 0.94rem;
  }
  .site-header .mobile-trigger.is-open .mobile-trigger__line:nth-child(1),
  .site-header .mobile-trigger.is-open .mobile-trigger__line:nth-child(3) {
    top: 0.47rem;
  }
  .site-header .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: calc(1rem + 5rem + 0.65rem);
    left: 1rem;
    right: 1rem;
    width: auto;
    bottom: auto;
    z-index: 95;
    background: #FAFAF8;
    color: #2C3138;
    padding: 0;
    margin-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(-0.75rem);
            transform: translateY(-0.75rem);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    will-change: transform, opacity;
    -webkit-transition: opacity 260ms ease, visibility 0ms linear 420ms, -webkit-transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1);
    transition: opacity 260ms ease, visibility 0ms linear 420ms, -webkit-transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1);
    transition: transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1), opacity 260ms ease, visibility 0ms linear 420ms;
    transition: transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1), opacity 260ms ease, visibility 0ms linear 420ms, -webkit-transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1);
    max-height: calc(100vh - 1rem - 5rem - 1rem - 0.65rem);
    overflow-y: auto;
  }
  .site-header .main-navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .site-header .main-navigation .menu .menu-item {
    width: 100%;
    margin: 0;
    display: block;
  }
  .site-header .main-navigation .menu .menu-item.menu-item-has-children {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header .main-navigation .menu > .menu-item > a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3.35rem 1fr;
    grid-template-columns: 3.35rem 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.2;
    color: #2C3138;
    background: transparent;
    text-decoration: none;
    direction: ltr;
  }
  .site-header .main-navigation .menu > .menu-item > a:hover,
  .site-header .main-navigation .menu > .menu-item > a:focus-visible {
    color: #2C3138;
  }
  .site-header .main-navigation .menu > .menu-item:not(.primary) > a {
    border-bottom: 1px solid rgba(44, 49, 56, 0.14);
  }
  .site-header .main-navigation .menu > .menu-item.current-menu-item > a,
  .site-header .main-navigation .menu > .menu-item.current-menu-ancestor > a,
  .site-header .main-navigation .menu > .menu-item.is-open > a {
    background: transparent;
    color: #E66A3C;
  }
  .site-header .main-navigation .menu-item__label {
    -ms-grid-column: 2;
    grid-column: 2;
    padding: 1.15rem 1.35rem 1.15rem 1rem;
    text-align: right;
    direction: rtl;
  }
  .site-header .main-navigation .menu > .menu-item:not(.menu-item-has-children) > a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .site-header .main-navigation .menu > .menu-item:not(.menu-item-has-children) > a .menu-item__label {
    -ms-grid-column: 1;
    grid-column: 1;
    padding: 1.15rem 1.35rem;
  }
  .site-header .main-navigation .menu-item__toggle {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-border-end: 1px solid rgba(44, 49, 56, 0.14);
            border-inline-end: 1px solid rgba(44, 49, 56, 0.14);
    background: none;
    -webkit-mask: none;
    mask: none;
    pointer-events: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .site-header .main-navigation .menu-item__toggle::before {
    content: '';
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    border-left: 2px solid #E66A3C;
    border-bottom: 2px solid #E66A3C;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .site-header .main-navigation .menu > .menu-item.is-open > a .menu-item__toggle,
  .site-header .main-navigation .menu > .menu-item:hover > a .menu-item__toggle {
    -webkit-transform: none;
            transform: none;
  }
  .site-header .main-navigation .menu > .menu-item.is-open > a .menu-item__toggle::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .site-header .main-navigation .menu > .menu-item.primary {
    padding: 0;
    margin: 0;
  }
  .site-header .main-navigation .menu > .menu-item.primary > a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    min-height: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(44, 49, 56, 0.14);
    background-color: transparent;
    color: #2C3138;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.2;
    direction: ltr;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .site-header .main-navigation .menu > .menu-item.primary > a .menu-item__label {
    -ms-grid-column: 1;
    grid-column: 1;
    display: block;
    padding: 1.15rem 1.35rem;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    direction: rtl;
  }
  .site-header .main-navigation .menu > .menu-item.primary > a:hover,
  .site-header .main-navigation .menu > .menu-item.primary > a:focus-visible {
    background-color: transparent;
    color: #2C3138;
  }
  .site-header .main-navigation .menu > .menu-item.primary.current-menu-item > a,
  .site-header .main-navigation .menu > .menu-item.primary.current-menu-ancestor > a,
  .site-header .main-navigation .menu > .menu-item.primary.is-open > a {
    background-color: transparent;
    color: #E66A3C;
  }
  .site-header .main-navigation .menu > .menu-item.primary.current-menu-item > a .menu-item__label,
  .site-header .main-navigation .menu > .menu-item.primary.current-menu-ancestor > a .menu-item__label,
  .site-header .main-navigation .menu > .menu-item.primary.is-open > a .menu-item__label {
    color: inherit;
  }
  .site-header .main-navigation .menu > .menu-item.primary.current-menu-item > a:hover,
  .site-header .main-navigation .menu > .menu-item.primary.current-menu-ancestor > a:hover,
  .site-header .main-navigation .menu > .menu-item.primary.is-open > a:hover,
  .site-header .main-navigation .menu > .menu-item.primary.current-menu-item > a:focus-visible,
  .site-header .main-navigation .menu > .menu-item.primary.current-menu-ancestor > a:focus-visible,
  .site-header .main-navigation .menu > .menu-item.primary.is-open > a:focus-visible {
    background-color: transparent;
    color: #E66A3C;
  }
  .site-header .main-navigation .sub-menu {
    position: static;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(248, 244, 241, 0.7);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    display: none;
    list-style: none;
  }
  .site-header .main-navigation .sub-menu > .menu-item {
    width: 100%;
    border-bottom: 1px solid rgba(44, 49, 56, 0.1);
  }
  .site-header .main-navigation .sub-menu > .menu-item:last-child {
    border-bottom: 0;
  }
  .site-header .main-navigation .sub-menu a {
    display: block;
    width: 100%;
    padding: 1rem 1.35rem;
    font-size: 1.15rem;
    font-weight: 400;
    white-space: normal;
    text-align: right;
  }
  .site-header .main-navigation .sub-menu > .menu-item.current-menu-item > a,
  .site-header .main-navigation .sub-menu > .menu-item.current-page-item > a,
  .site-header .main-navigation .sub-menu > .menu-item.current-menu-ancestor > a {
    color: #E66A3C;
  }
  .site-header .main-navigation .mega-menu__panel {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    pointer-events: auto;
    display: none;
  }
  .site-header .main-navigation .mega-menu__columns {
    display: block;
    width: 100%;
    padding: 0.75rem 1.35rem 1rem;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    list-style: none;
  }
  .site-header .main-navigation .mega-menu__columns .menu-item a {
    display: block;
    padding: 0.85rem 0;
    font-size: 1.05rem;
    text-align: right;
  }
  .site-header .main-navigation .mega-menu__columns .menu-item.current-menu-item > a,
  .site-header .main-navigation .mega-menu__columns .menu-item.current-page-item > a,
  .site-header .main-navigation .mega-menu__columns .menu-item.current-menu-ancestor > a {
    color: #E66A3C;
  }
  .site-header .main-navigation__search {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .site-header .main-navigation__search-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3.35rem 0 1fr;
    grid-template-columns: 3.35rem 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 0;
    border: 0;
    direction: ltr;
  }
  .site-header .main-navigation__search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    gap: 0;
    color: #2C3138;
    background: transparent;
    border: 0;
    border-bottom: 0;
    -webkit-border-end: 1px solid rgba(44, 49, 56, 0.14);
            border-inline-end: 1px solid rgba(44, 49, 56, 0.14);
    border-radius: 0;
    cursor: pointer;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .site-header .main-navigation__search-icon::before,
  .site-header .main-navigation__search-icon::after {
    content: none;
    display: none;
  }
  .site-header .main-navigation__search-icon svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
  }
  .site-header .main-navigation__search-icon:hover,
  .site-header .main-navigation__search-icon:focus,
  .site-header .main-navigation__search-icon:focus-visible {
    background: transparent;
    color: #2C3138;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .site-header .main-navigation__search-field {
    width: 100%;
    margin: 0;
    padding: 1.15rem 1.35rem 1.15rem 1rem;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    background: transparent;
    color: #2C3138;
    font-family: "Heebo", sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: right;
    direction: rtl;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .site-header .main-navigation__search-field::-webkit-search-decoration,
  .site-header .main-navigation__search-field::-webkit-search-cancel-button,
  .site-header .main-navigation__search-field::-webkit-search-results-button,
  .site-header .main-navigation__search-field::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
  }
  .site-header .main-navigation__search-field::-webkit-input-placeholder {
    color: rgba(44, 49, 56, 0.42);
  }
  .site-header .main-navigation__search-field::-moz-placeholder {
    color: rgba(44, 49, 56, 0.42);
  }
  .site-header .main-navigation__search-field:-ms-input-placeholder {
    color: rgba(44, 49, 56, 0.42);
  }
  .site-header .main-navigation__search-field::-ms-input-placeholder {
    color: rgba(44, 49, 56, 0.42);
  }
  .site-header .main-navigation__search-field::placeholder {
    color: rgba(44, 49, 56, 0.42);
  }
  .site-header .main-navigation__search-field:focus,
  .site-header .main-navigation__search-field:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
  }
  body.is-nav-open .site-header .main-navigation {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    -webkit-transition: opacity 260ms ease, visibility 0ms linear 0ms, -webkit-transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1);
    transition: opacity 260ms ease, visibility 0ms linear 0ms, -webkit-transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1);
    transition: transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1), opacity 260ms ease, visibility 0ms linear 0ms;
    transition: transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1), opacity 260ms ease, visibility 0ms linear 0ms, -webkit-transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1);
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 1024px) {
  .site-header .main-navigation,
  body.is-nav-open .site-header .main-navigation,
  .site-header-overlay {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.header-slider {
  position: relative;
  height: clamp(24rem, 52vw, 46rem);
  max-height: 46rem;
  z-index: 2;
  overflow: hidden;
}
.header-slider__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.header-slider__timer {
  display: none !important;
}
.header-slider .swiper {
  width: 100%;
  height: 100%;
}
.header-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.header-slider__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.header-slider__image,
.header-slider__video,
.header-slider__oembed-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.header-slider__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: min(38rem, 44vw);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  text-align: right;
  height: 100%;
  background: transparent;
}
.header-slider__text--sticky {
  z-index: 4;
}
.header-slider--sticky-text .swiper-slide .header-slider__text {
  display: none;
}
.header-slider__text-inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 9rem 20% 6rem;
  background: transparent;
  color: #2C3138;
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: auto;
  z-index: 4;
}
.header-slider__text-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #F8F4F1;
  -webkit-transform: skewX(-14deg);
          transform: skewX(-14deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  z-index: 0;
}
.header-slider__text-inner > * {
  position: relative;
  z-index: 1;
}
.header-slider__text-inner h1,
.header-slider__text-inner h2,
.header-slider__text-inner h3,
.header-slider__text-inner h4,
.header-slider__text-inner h5,
.header-slider__text-inner h6 {
  color: #2C3138;
  margin-top: 0;
}
.header-slider__text-inner p:last-child {
  margin-bottom: 0;
}
.header-slider__controls {
  position: absolute;
  top: 50% !important;
  left: max(3.4rem, calc((100% - 96rem) / 2 + 3.4rem)) !important;
  right: auto !important;
  bottom: auto !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 12;
  pointer-events: none;
  width: auto !important;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-slider__controls-spacer,
.header-slider__nav {
  display: none !important;
}
.header-slider__pagination-home {
  position: static !important;
  width: auto !important;
  pointer-events: none;
}
.header-slider .swiper-pagination {
  position: static !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.7rem;
  margin: 0;
  pointer-events: auto;
  --swiper-pagination-color: #FFFFFF;
}
.header-slider .swiper-pagination-bullet {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0 !important;
  opacity: 1;
  background: transparent;
  border: 2px solid var(--swiper-pagination-color);
}
.header-slider .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color);
}
.header-slider__oembed {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #2C3138;
}
.header-slider__oembed-player {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.header-slider__oembed-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100%;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .header-slider {
    height: auto;
    max-height: none;
    min-height: 0;
    overflow: hidden;
  }
  .header-slider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    overflow: visible;
  }
  .header-slider .swiper {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    overflow: visible;
  }
  .header-slider__picture {
    display: block;
    width: 100%;
    height: clamp(22rem, 55vh, 34rem);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden;
  }
  .header-slider__image,
  .header-slider__video {
    width: 100%;
    height: 100%;
    min-height: clamp(22rem, 55vh, 34rem);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .header-slider__oembed {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(22rem, 55vh, 34rem);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden;
  }
  .header-slider__oembed-player {
    position: absolute;
    inset: 0;
  }
  .header-slider__text {
    position: relative;
    inset: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    margin-top: -6.5rem;
    z-index: 3;
    display: block;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    background: #F8F4F1;
    clip-path: polygon(0 6.5rem, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
  }
  .header-slider__text--sticky {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header-slider__text-inner {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 7.5rem 1.5rem 2.5rem;
    background: transparent;
  }
  .header-slider__text-inner::before {
    display: none;
  }
  .header-slider__text-inner.container {
    width: 100%;
    max-width: 100%;
    padding: 8.5rem 1.5rem 2.5rem;
  }
  .header-slider__controls {
    top: clamp(7rem, 24vw, 11rem) !important;
    left: 1.5rem !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.breadcrumbs {
  font-size: 0.8rem;
}
.page-banner {
  position: relative;
  height: clamp(22rem, 42vw, 36rem);
  max-height: 36rem;
  overflow: hidden;
  background-color: #F8F4F1;
  z-index: 1;
}
.page-banner__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.page-banner__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.page-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-banner__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: min(48rem, 55vw);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
  pointer-events: none;
  background-color: #F8F4F1;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
  height: 101%;
}
.page-banner__text-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 7.5rem 16% 2.5rem 20%;
  color: #2C3138;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.05rem;
  line-height: 1.55;
  pointer-events: auto;
}
.page-banner__text-inner > * {
  position: relative;
  z-index: 1;
}
.page-banner__text-inner h1,
.page-banner__text-inner h2,
.page-banner__text-inner h3,
.page-banner__text-inner h4,
.page-banner__text-inner h5,
.page-banner__text-inner h6 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #2C3138;
  font-family: "Suez One", serif;
  font-weight: 400;
  line-height: 1.15;
}
.page-banner__text-inner h1 {
  font-size: clamp(3rem, 3.2vw, 3rem);
}
.page-banner__text-inner p:last-child {
  margin-bottom: 0;
}
.page-banner--has-text:not(.page-banner--has-image) .page-banner__text {
  width: 100%;
  clip-path: none;
}
.page-banner--has-text:not(.page-banner--has-image) .page-banner__text-inner {
  padding-right: 3.4rem;
  padding-left: 3.4rem;
  max-width: 96rem;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .page-banner {
    height: auto;
    max-height: none;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .page-banner__media {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(22rem, 55vh, 34rem);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-banner__image {
    min-height: clamp(22rem, 55vh, 34rem);
  }
  .page-banner__text {
    position: relative;
    inset: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    margin-top: -6.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    background: #F8F4F1;
    clip-path: polygon(0 6.5rem, 100% 0, 100% 100%, 0 100%);
  }
  .page-banner__text-inner {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 8.5rem 1.5rem 4rem;
    text-align: center;
  }
  .page-banner .page-banner__scroll-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-banner__scroll-arrow {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 0.75rem;
  margin: 0;
  padding: 0;
  color: #E66A3C;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: page-banner-scroll-bounce 1.6s ease-in-out infinite;
          animation: page-banner-scroll-bounce 1.6s ease-in-out infinite;
}
.page-banner__scroll-arrow svg {
  display: block;
  width: 1.5rem;
  height: auto;
}
@-webkit-keyframes page-banner-scroll-bounce {
  0%,
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(0.4rem);
            transform: translateX(-50%) translateY(0.4rem);
  }
}
@keyframes page-banner-scroll-bounce {
  0%,
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(0.4rem);
            transform: translateX(-50%) translateY(0.4rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-banner__scroll-arrow {
    -webkit-animation: none;
            animation: none;
  }
}
.page-banner--404 .page-banner__text-inner {
  gap: 0.65rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-banner--404 .page-banner__text-inner .error-404__code {
  margin: 0;
  color: #2C3138;
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
}
.page-banner--404 .page-banner__text-inner .error-404__title {
  margin: 0;
  color: #E66A3C;
  font-family: "Suez One", serif;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .page-banner--404 .page-banner__text-inner .error-404__code {
    font-size: 3.25rem;
  }
  .page-banner--404 .page-banner__text-inner .error-404__title {
    font-size: 1.75rem;
  }
}
.error-404__body {
  background-color: #F8F4F1;
  padding: 3.5rem 0 4.5rem;
}
.error-404__body .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
.error-404__text {
  margin: 0;
  max-width: 42rem;
  color: #2C3138;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.55;
}
.error-404__cta {
  margin: 0;
}
@media (max-width: 1024px) {
  .error-404__body {
    padding: 2.5rem 0 3rem;
  }
  .error-404__text {
    font-size: 1.05rem;
  }
}
.image-banner {
  padding: 3.4rem 0;
}
.image-banner.simple-banner {
  padding-top: 11.5rem;
  padding-bottom: 2rem;
  background-color: #F8F4F1;
}
.image-banner.simple-banner .page-header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .image-banner.simple-banner {
    padding-top: 8.5rem;
    padding-bottom: 1.5rem;
  }
}
.image-banner .page-header h1 {
  margin-bottom: 2rem;
  color: #2C3138;
}
.image-banner__media {
  margin-top: 2rem;
}
.image-banner__desktop {
  display: block;
}
.image-banner__mobile {
  display: none;
}
@media (max-width: 768px) {
  .image-banner__desktop {
    display: none;
  }
  .image-banner__mobile {
    display: block;
  }
}
.image-banner__text {
  margin-top: 1rem;
}
.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.image--align-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.image--align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image--align-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.image__desktop,
.image__mobile {
  width: var(--image-width, 100%);
  max-width: 100%;
  line-height: 0;
}
.image__mobile {
  display: none;
}
.image:not(.image--has-desktop) .image__mobile {
  display: block;
}
.image__img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .image--has-mobile .image__desktop {
    display: none;
  }
  .image__mobile {
    display: block;
  }
}
.video {
  width: 100%;
}
.video__card {
  margin: 0;
}
.video__card--inline {
  position: relative;
  width: 100%;
  aspect-ratio: 1.77777778;
  min-height: 21rem;
  background: #2C3138;
  overflow: hidden;
}
.video__media--embed {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #2C3138;
}
.video__media--embed .video__embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.video__caption {
  margin: 0.85rem 0 0;
  color: #2C3138;
  text-align: center;
}
.video__trigger {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.77777778;
  min-height: 21rem;
  padding: 0;
  border: 0;
  background: #2C3138;
  color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
  line-height: 0;
}
.video__trigger::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(44, 49, 56, 0.28);
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.video__trigger:hover .video__cover,
.video__trigger:focus .video__cover,
.video__trigger:hover .video__placeholder,
.video__trigger:focus .video__placeholder {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.video__trigger:hover .video__play,
.video__trigger:focus .video__play {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.video__trigger:hover::after,
.video__trigger:focus::after {
  background: rgba(44, 49, 56, 0.36);
}
.video__trigger:focus-visible {
  outline: 3px solid #E66A3C;
  outline-offset: 0.35rem;
}
.video__media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}
.video__cover,
.video__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 21rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.video__placeholder {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 49, 56, 0.35)), to(rgba(44, 49, 56, 0.35))), #F8F4F1;
  background: linear-gradient(rgba(44, 49, 56, 0.35), rgba(44, 49, 56, 0.35)), #F8F4F1;
}
.video__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.35rem;
  padding: 1.5rem;
  text-align: center;
  line-height: normal;
}
.video__play {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #E66A3C;
  color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.video__play svg {
  display: block;
  width: 1.35rem;
  height: auto;
  -webkit-margin-start: 0.15rem;
          margin-inline-start: 0.15rem;
}
.video__title {
  display: block;
  max-width: min(28rem, 85%);
  margin: 0;
  color: #FFFFFF;
  font-family: "Heebo", sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.55rem);
  font-weight: 700;
  line-height: 1.35;
}
.video__title--description {
  font-size: clamp(0.95rem, 1.4vw, 1.2rem);
  font-weight: 600;
  line-height: 1.45;
}
@media (max-width: 1024px) {
  .video__trigger {
    min-height: 16rem;
  }
  .video__trigger:hover .video__cover,
  .video__trigger:focus .video__cover,
  .video__trigger:hover .video__placeholder,
  .video__trigger:focus .video__placeholder {
    -webkit-transform: none;
            transform: none;
  }
  .video__trigger:hover .video__play,
  .video__trigger:focus .video__play {
    -webkit-transform: none;
            transform: none;
  }
  .video__cover,
  .video__placeholder {
    min-height: 0;
  }
  .video__overlay {
    inset: 0;
    gap: 1rem;
    padding: 1rem;
  }
  .video__play {
    width: 3.8rem;
    height: 3.8rem;
  }
  .video__play svg {
    width: 1.05rem;
  }
  .video__title {
    font-size: 1.05rem;
  }
  .video__title--description {
    font-size: 0.95rem;
  }
  .video__card--inline {
    aspect-ratio: auto;
    min-height: 0;
    background: transparent;
    overflow: visible;
  }
  .video__media--embed {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 1.77777778;
  }
}
.items-grid {
  --items-grid-gap: 2.75rem 2rem;
  width: 100%;
  color: #2C3138;
}
.items-grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--items-grid-gap);
  --gap: 2rem;
}
.items-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.items-grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.9rem;
  min-width: 0;
  width: 100%;
}
.items-grid a.items-grid__item:hover .items-grid__title {
  color: #E66A3C;
}
.items-grid__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: rgba(44, 49, 56, 0.08);
  overflow: hidden;
}
.items-grid__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.items-grid__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-top: 0.15rem;
  text-align: start;
}
.items-grid__title {
  margin: 0;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
}
.items-grid__line {
  display: block;
  width: 1.1rem;
  height: 0.36rem;
  margin: 0.45rem 0 0.5rem;
  background-color: #E66A3C;
}
.items-grid__subtitle {
  margin: 0;
  color: rgba(44, 49, 56, 0.78);
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.45;
  max-width: 85%;
}
.items-grid__more {
  margin-top: 1.25rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.items-grid--card .items-grid__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: ;
  grid-template-columns: repeat(var(--items-grid-per-row, 3), minmax(0, 1fr));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: var(--items-grid-gap);
}
.items-grid--card .items-grid__row > [class*="col-"] {
  width: auto;
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.items-grid--card .items-grid__item--card {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 1.5rem;
  background-color: #F8F4F1;
  border-radius: 0.3rem;
  --text-color: #2C3138;
  --text-color-rgb: 44, 49, 56;
  color: #2C3138;
}
.items-grid--card .items-grid__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.items-grid--card .items-grid__more {
  margin-top: auto;
  padding-top: 1.25rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.items-grid--card.items-grid--slider .swiper,
.items-grid--card.items-grid--slider .swiper-wrapper,
.items-grid--card.items-grid--slider .swiper-slide {
  height: auto;
}
.items-grid--card.items-grid--slider .swiper-slide .items-grid__row {
  height: 100%;
}
@media (max-width: 1024px) {
  .items-grid--card .items-grid__row {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .items-grid--card .items-grid__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.items-grid__slider-wrap {
  position: relative;
  width: 100%;
}
.items-grid__swiper {
  overflow: hidden;
}
.items-grid--slider .swiper-slide {
  height: auto;
}
.items-grid--has-arrows .items-grid__nav {
  position: absolute;
  bottom: calc(100% + 2.5rem);
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  direction: ltr;
}
.items-grid--has-arrows .items-grid__nav .swiper-button-prev,
.items-grid--has-arrows .items-grid__nav .swiper-button-next {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  -webkit-transform: none;
          transform: none;
}
.items-grid--has-arrows .items-grid__nav .swiper-button-prev.swiper-button-disabled,
.items-grid--has-arrows .items-grid__nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.items-grid--has-arrows .items-grid__nav .swiper-button-prev.swiper-button-lock,
.items-grid--has-arrows .items-grid__nav .swiper-button-next.swiper-button-lock {
  display: none;
}
@media (max-width: 1024px) {
  .items-grid {
    --items-grid-gap: 2rem 1.5rem;
  }
  .items-grid__media {
    width: 4.75rem;
    height: 4.75rem;
  }
  .items-grid__title {
    font-size: 1.3rem;
  }
  .items-grid__subtitle {
    font-size: 14px;
    max-width: 100%;
  }
  .items-grid:not(.items-grid--card) .items-grid__row {
    --gap: 1.5rem;
  }
  .items-grid:not(.items-grid--card) .items-grid__row .col-3,
  .items-grid:not(.items-grid--card) .items-grid__row .col-4,
  .items-grid:not(.items-grid--card) .items-grid__row .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - (var(--gap) / 2));
            flex: 0 1 calc(50% - (var(--gap) / 2));
    max-width: calc(50% - (var(--gap) / 2));
    width: calc(50% - (var(--gap) / 2));
  }
  .items-grid--card .items-grid__item--card {
    padding: 1.25rem;
  }
  .items-grid--has-arrows .items-grid__nav {
    bottom: calc(100% + 1.75rem);
  }
}
@media (max-width: 768px) {
  .items-grid:not(.items-grid--card) .items-grid__row .col-3,
  .items-grid:not(.items-grid--card) .items-grid__row .col-4,
  .items-grid:not(.items-grid--card) .items-grid__row .col-6,
  .items-grid:not(.items-grid--card) .items-grid__row .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
  .items-grid--has-arrows .items-grid__nav {
    position: static;
    bottom: auto;
    margin-bottom: 2.25rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.page-section.row .column .items-grid__more {
  color: #E66A3C;
}
.page-section.row .column .items-grid__more:hover,
.page-section.row .column .items-grid__more:focus-visible {
  color: #d44d1b;
}
.featured-banner {
  --featured-banner-clip-inset: 5rem;
  width: 100%;
  background-color: var(--featured-banner-bg, #2C3138);
  color: #FFFFFF;
}
.featured-banner__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 11rem;
  overflow: hidden;
}
.featured-banner__panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  min-height: 11rem;
}
.featured-banner__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  min-height: inherit;
  padding: 2rem 4rem 2rem 31%;
  color: #FFFFFF;
  background-color: var(--featured-banner-bg, #2C3138);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--featured-banner-clip-inset)) 100%, 0 100%);
}
.featured-banner__content > *:last-child {
  margin-bottom: 0;
}
.featured-banner__content h1,
.featured-banner__content h2 {
  color: #FFFFFF;
}
.featured-banner__media {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: auto;
  max-width: 50%;
  overflow: hidden;
  line-height: 0;
}
.featured-banner__img {
  display: block;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.featured-banner__arrow {
  --featured-banner-arrow-stroke: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(7rem, 30%, 18rem);
  padding-right: 2rem;
  background-color: #2C3138;
  color: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, calc(100% - 4rem) 100%, 0 100%);
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.featured-banner__arrow svg {
  display: block;
  width: clamp(2.7rem, 4vw, 5rem);
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.featured-banner__arrow svg line {
  stroke-width: var(--featured-banner-arrow-stroke);
}
.featured-banner__link {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.featured-banner--image-left .featured-banner__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.featured-banner--image-left .featured-banner__arrow {
  right: 0;
  left: auto;
  padding-right: 0;
  padding-left: 2rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 4rem 100%);
}
.featured-banner--image-left .featured-banner__arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.featured-banner--image-left .featured-banner__content {
  padding-left: 4rem;
  padding-right: 22%;
  clip-path: polygon(var(--featured-banner-clip-inset) 0, 100% 0, 100% 100%, 0 100%);
}
.featured-banner:hover .featured-banner__arrow,
.featured-banner:focus-within .featured-banner__arrow {
  background-color: #394049;
}
.featured-banner:hover .featured-banner__arrow svg,
.featured-banner:focus-within .featured-banner__arrow svg {
  -webkit-transform: translateX(-0.45rem);
          transform: translateX(-0.45rem);
}
.featured-banner:hover .featured-banner__img,
.featured-banner:focus-within .featured-banner__img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.featured-banner--image-left:hover .featured-banner__arrow svg,
.featured-banner--image-left:focus-within .featured-banner__arrow svg {
  -webkit-transform: rotate(180deg) translateX(-0.45rem);
          transform: rotate(180deg) translateX(-0.45rem);
}
@media (max-width: 1024px) {
  .featured-banner {
    --featured-banner-clip-inset: 2.75rem;
    margin: 0 -2rem;
    width: auto;
  }
  .featured-banner__inner,
  .featured-banner--image-left .featured-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: 0;
  }
  .featured-banner__panel {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    min-height: 7.5rem;
  }
  .featured-banner__content {
    width: 100%;
    min-height: 7.5rem;
    padding: 2.35rem 1.5rem 2.35rem 30%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .featured-banner__media {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: 100%;
    max-width: 100%;
  }
  .featured-banner__img {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .featured-banner__arrow {
    --featured-banner-arrow-stroke: 4;
    width: clamp(5.5rem, 28%, 9rem);
    padding-right: 1rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
  }
  .featured-banner__arrow svg {
    width: clamp(1.8rem, 7vw, 2.6rem);
  }
  .featured-banner--image-left .featured-banner__content {
    padding: 1.35rem 30% 1.35rem 1.5rem;
  }
  .featured-banner--image-left .featured-banner__arrow {
    padding-left: 1rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2.5rem 100%);
  }
  .featured-banner:hover .featured-banner__img,
  .featured-banner:focus-within .featured-banner__img {
    -webkit-transform: none;
            transform: none;
  }
}
.lined-heading {
  width: 100%;
  color: #2C3138;
  margin-bottom: 1.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lined-heading__row {
  display: block;
}
.lined-heading__title {
  margin: 0;
}
.lined-heading__line {
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--lined-heading-line-color, #E66A3C);
}
.lined-heading__chevron {
  display: none;
}
@media (max-width: 768px) {
  .lined-heading--close-on-mobile {
    width: 100%;
  }
  .lined-heading--close-on-mobile .lined-heading__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    width: 100%;
    cursor: pointer;
    padding: 0.7rem 0;
  }
  .lined-heading--close-on-mobile .lined-heading__chevron {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: #2C3138;
    line-height: 1;
    -webkit-transition: -webkit-transform 220ms ease;
    transition: -webkit-transform 220ms ease;
    transition: transform 220ms ease;
    transition: transform 220ms ease, -webkit-transform 220ms ease;
  }
  .lined-heading--close-on-mobile .lined-heading__chevron::before {
    content: '\e900';
    font-family: 'icomoon';
    font-size: 0.9rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lined-heading--close-on-mobile.is-open .lined-heading__chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.large-button {
  --large-button-clip: 2.5rem;
  width: 100%;
}
.large-button__inner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 7.3rem;
  color: var(--large-button-text, #FFFFFF);
  text-decoration: none;
  overflow: hidden;
  direction: ltr;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.large-button__inner:hover,
.large-button__inner:focus {
  color: var(--large-button-text, #FFFFFF);
  -webkit-filter: brightness(0.97);
          filter: brightness(0.97);
}
.large-button__inner:focus-visible {
  outline: 3px solid #2C3138;
  outline-offset: 0.35rem;
}
.large-button__label {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 7.3rem;
  width: 100%;
  padding: 1.25rem 2rem 1.25rem clamp(5rem, 20%, 8rem);
  background-color: var(--large-button-bg, #2C3138);
  direction: rtl;
  font-family: "Suez One", serif;
  font-size: clamp(1.15rem, 2.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.large-button__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(4.5rem, 22%, 9.5rem);
  padding-right: 0.75rem;
  background-color: var(--large-button-accent, rgba(248, 244, 241, 0.5));
  color: var(--large-button-text, #FFFFFF);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--large-button-clip)) 100%, 0 100%);
  pointer-events: none;
}
.large-button__arrow i {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .large-button {
    --large-button-clip: 1.75rem;
  }
  .large-button__inner,
  .large-button__label {
    min-height: 5.5rem;
  }
  .large-button__label {
    padding: 1rem 1.25rem 1rem clamp(4rem, 24%, 6rem);
    font-size: clamp(1.8rem, 6vw, 1.25rem);
  }
  .large-button__arrow {
    width: clamp(3.75rem, 22%, 5.5rem);
  }
  .large-button__arrow i {
    font-size: 1.4rem;
  }
}
.buttons-grid {
  width: 100%;
}
.buttons-grid__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  --gap: 1rem;
}
.buttons-grid__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.33% - var(--gap));
          flex: 1 1 calc(33.33% - var(--gap));
  min-width: 12rem;
  min-height: 6.5rem;
  padding: 2rem 1.5rem;
  border: 2px solid #2C3138;
  background-color: var(--buttons-grid-item-bg-color, rgba(44, 49, 56, 0.12));
  color: #2C3138;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: background-color border-color color;
  transition: background-color border-color color;
}
.buttons-grid__item p {
  font-size: 1.3rem;
}
.buttons-grid__item:hover {
  color: #2C3138;
  border-color: #2C3138;
}
.buttons-grid__text {
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.35;
}
.buttons-grid__text > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .buttons-grid__item {
    padding: 1.2rem 1.5rem;
  }
  .buttons-grid__item p {
    font-size: 1.7rem;
  }
}
.featured-content-card {
  width: 100%;
}
.featured-content-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  min-height: 100%;
  padding: 1.6rem;
  background-color: var(--featured-card-bg, #2C3138);
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.featured-content-card__inner:hover {
  color: #FFFFFF;
  background-color: var(--featured-card-bg, #2C3138);
}
.featured-content-card__content {
  --clipped-panel-clip-inset: 14%;
  width: 82%;
  min-height: 100%;
  margin-left: auto;
  padding: 4rem 3.5rem 5rem 5rem;
  color: #2C3138;
}
.featured-content-card__content > *:last-child {
  margin-bottom: 0;
}
.featured-content-card__arrow {
  position: absolute;
  left: 0;
  top: 50%;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.featured-content-card__arrow svg {
  display: block;
  width: clamp(2rem, 4vw, 6.2rem);
  height: auto;
}
@media (max-width: 1024px) {
  .featured-content-card__arrow {
    width: 17%;
  }
  .featured-content-card__content {
    padding: 2rem 2.5rem 2.5rem 2.5rem;
    width: 95%;
  }
}
.related-posts {
  width: 100%;
}
.related-posts__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.5rem;
  --gap: 2.5rem;
}
@media (max-width: 1024px) {
  .related-posts__grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 0 2rem;
    margin: 0 -2rem;
  }
  .related-posts__grid::-webkit-scrollbar {
    display: none;
  }
  .related-posts__grid .post-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 82%;
    max-width: 36rem;
  }
}
.share-buttons__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  border-top: 4px solid #2C3138;
  border-bottom: 4px solid #2C3138;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.share-buttons__title {
  font-size: 3.5rem;
  font-weight: 600;
  font-family: "Suez One", serif;
  color: #2C3138;
}
.share-buttons__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.share-buttons__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.45rem;
  min-height: 2.6rem;
  padding: 0.45rem 1rem;
  background-color: #2C3138;
  color: #FFFFFF;
  font-family: "Suez One", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}
.share-buttons__button:hover {
  background-color: #1a1d21;
  color: #FFFFFF;
}
.share-buttons__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
}
.share-buttons__icon--facebook::before {
  content: 'f';
}
.share-buttons__icon--linkedin::before {
  content: 'in';
  font-size: 0.7rem;
}
.share-buttons__icon--email::before {
  content: '@';
}
.share-buttons__icon--whatsapp::before {
  content: 'w';
}
@media (max-width: 1024px) {
  .share-buttons {
    text-align: center;
  }
  .share-buttons__button {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
  }
  .share-buttons__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .share-buttons__title {
    font-size: 2.5rem;
  }
}
.details-list {
  --details-list-gap: 0.65rem;
  --details-list-item-h: auto;
  --details-list-per-view: 4;
  width: 100%;
  color: #2C3138;
}
.details-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-right: 4rem;
}
.details-list__title {
  margin: 0 0 1.5rem;
  color: #2C3138;
  font-size: 1.75rem;
}
.details-list__viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.details-list__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 0.45rem;
}
.details-list__nav .swiper-button-prev,
.details-list__nav .swiper-button-next {
  position: static;
  inset: auto;
  margin: 0;
}
.details-list__nav .swiper-button-prev.swiper-button-disabled,
.details-list__nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.details-list__nav .swiper-button-prev.swiper-button-lock,
.details-list__nav .swiper-button-next.swiper-button-lock {
  display: none;
}
.details-list__nav .swiper-button-prev svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.details-list__nav .swiper-button-next svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.details-list__swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  height: auto;
  margin: 0;
  overflow: hidden;
}
.details-list:not(.details-list--has-nav) .details-list__swiper {
  overflow: visible;
}
.details-list:not(.details-list--has-nav) .details-list__swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--details-list-gap);
  -webkit-transform: none !important;
          transform: none !important;
}
.details-list:not(.details-list--has-nav) .details-list__swiper .swiper-slide {
  height: auto;
}
.details-list--has-nav .details-list__swiper .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: var(--details-list-slide-h, auto);
}
.details-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #FFFFFF;
  color: #2C3138;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: rtl;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.details-list__item:hover,
.details-list__item:focus-visible {
  color: #2C3138;
  -webkit-box-shadow: 0 0.35rem 1rem rgba(44, 49, 56, 0.08);
          box-shadow: 0 0.35rem 1rem rgba(44, 49, 56, 0.08);
}
.details-list__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.8rem 1.7rem;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.details-list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #2C3138;
  color: #FFFFFF;
  font-size: 1.1rem;
  line-height: 1;
}
.details-list__icon .dashicons,
.details-list__icon i,
.details-list__icon span {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: 1;
  color: inherit;
}
.details-list__icon img {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.details-list__text {
  min-width: 0;
  color: #2C3138;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
}
.details-list__text h3 {
  margin: 0;
  color: #2C3138;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}
.details-list__text p {
  margin: 0;
  color: rgba(44, 49, 56, 0.72);
  font-weight: 400;
}
.details-list__text p + p {
  margin-top: 0.15rem;
}
.details-list__text h3 + p {
  margin-top: 0.15rem;
}
.details-list__text strong,
.details-list__text b {
  color: #2C3138;
  font-weight: 700;
}
.details-list__chevron {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 13%;
  color: #E66A3C;
  border-right: 1px solid rgba(44, 49, 56, 0.18);
}
.details-list__chevron svg {
  display: block;
  width: 1.25rem;
  height: auto;
}
.details-list > .button,
.details-list .details-list__inner > .button,
.details-list > button[type='submit']:not(.is-icon-submit),
.details-list .details-list__inner > button[type='submit']:not(.is-icon-submit),
.details-list > input[type='submit']:not(.is-icon-submit),
.details-list .details-list__inner > input[type='submit']:not(.is-icon-submit) {
  --button-clip-size: 1.5rem;
  width: 100%;
  height: 4.2rem;
  margin-top: 1.5rem;
}
@media (min-width: 1025px) {
  .details-list--nav-mobile-only .details-list__nav {
    display: none;
  }
  .details-list--nav-mobile-only .details-list__viewport {
    gap: 0;
  }
}
@media (max-width: 1024px) {
  .details-list {
    --details-list-per-view: 2;
    --details-list-gap: 0.85rem;
  }
  .details-list__inner {
    padding-right: 0;
  }
  .details-list__viewport {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.55rem;
  }
  .details-list__nav {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    gap: 0.55rem;
  }
  .details-list__nav .swiper-button-prev,
  .details-list__nav .swiper-button-next {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0.65rem;
  }
  .details-list__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.85rem;
    padding: 1.35rem 1.35rem 1.35rem 1.5rem;
  }
  .details-list__icon {
    width: 3.1rem;
    height: 3.1rem;
  }
  .details-list__icon img {
    width: 1.55rem;
    height: 1.55rem;
  }
  .details-list__text {
    font-size: 0.95rem;
  }
  .details-list__text h3 {
    font-size: 1.3rem;
    line-height: 1.25;
  }
  .details-list__chevron {
    width: 20%;
    min-width: 3.4rem;
  }
  .details-list__chevron svg {
    width: 0.85rem;
    height: auto;
  }
}
.mosaic {
  --mosaic-text-bg: #2C3138;
  position: relative;
}
.mosaic-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1.5rem;
  border: 5px solid #2C3138;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #FFFFFF;
  gap: 1.5rem;
}
.mosaic-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  background-color: var(--mosaic-text-bg);
  padding: 6.2rem 6.2rem 8rem 6.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.mosaic-content__inner h1,
.mosaic-content__inner h2,
.mosaic-content__inner h3,
.mosaic-content__inner h4,
.mosaic-content__inner h5,
.mosaic-content__inner h6,
.mosaic-content__inner p,
.mosaic-content__inner li,
.mosaic-content__inner a {
  color: inherit;
}
.mosaic-content__inner a:hover {
  color: #E66A3C;
}
.mosaic-content__inner > :last-child {
  margin-bottom: 0;
}
.mosaic-content--long-copy .mosaic-content__inner {
  font-size: 0.95em;
  line-height: 1.55;
}
.mosaic-content__cta {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mosaic-content__cta-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #2C3138;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mosaic-content__cta-link:hover {
  background-color: #E66A3C;
  color: #FFFFFF;
}
.mosaic-content__cta-link svg {
  display: block;
}
.mosaic-image {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.mosaic-image__link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.mosaic-image img {
  width: 100%;
  height: 100%;
  min-height: clamp(22rem, 52vw, 745px);
  max-height: 745px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mosaic--image-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1024px) {
  .mosaic-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0.8rem;
  }
  .mosaic-content {
    padding: 3.5rem 2.5rem 5rem;
  }
}
.banner-button {
  --banner-button-bg: var(--banner-button-bg);
  --banner-button-border-color: var(--banner-button-border-color);
  --banner-button-media-clip-inset: 11%;
}
.banner-button__inner {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #FFFFFF;
}
.banner-button--has-border {
  border: 4px solid var(--banner-button-border-color);
}
.banner-button__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  padding: clamp(1.5rem, 4vw, 3rem) clamp(0.5rem, 2vw, 1.5rem) clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-button__content > :last-child:not(.banner-button__link-wrap) {
  margin-bottom: 0;
}
.banner-button__link-wrap {
  width: 100%;
}
.banner-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--banner-button-link-color, #2C3138);
  line-height: 0;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-button__link:hover {
  color: #E66A3C;
}
.banner-button__link svg {
  display: block;
  width: clamp(4rem, 6vw, 6.2rem);
  height: auto;
}
.banner-button__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 60%;
          flex: 0 60%;
  overflow: hidden;
  line-height: 0;
  clip-path: polygon(var(--banner-button-media-clip-inset) 0%, 100% 0%, 100% 100%, 4% 100%);
}
.banner-button__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner-button--on-left .banner-button__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.banner-button--on-left .banner-button__media {
  clip-path: polygon(0% 0%, calc(100% - var(--banner-button-media-clip-inset)) 0%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .banner-button__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-button--on-left .banner-button__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-button__media {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    clip-path: none;
  }
  .banner-button__media img {
    min-height: 0;
    height: auto;
  }
  .banner-button--on-left .banner-button__media {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 1024px) {
  .banner-button__inner {
    padding: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.global-section {
  display: contents;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(91.6667% - (var(--gap, 1rem) * 0.0833));
          flex: 0 1 calc(91.6667% - (var(--gap, 1rem) * 0.0833));
  max-width: calc(91.6667% - (var(--gap, 1rem) * 0.0833));
  width: calc(91.6667% - (var(--gap, 1rem) * 0.0833));
}
@media (max-width: 1024px) {
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(83.3333% - (var(--gap, 1rem) * 0.1667));
          flex: 0 1 calc(83.3333% - (var(--gap, 1rem) * 0.1667));
  max-width: calc(83.3333% - (var(--gap, 1rem) * 0.1667));
  width: calc(83.3333% - (var(--gap, 1rem) * 0.1667));
}
@media (max-width: 1024px) {
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(75% - (var(--gap, 1rem) * 0.25));
          flex: 0 1 calc(75% - (var(--gap, 1rem) * 0.25));
  max-width: calc(75% - (var(--gap, 1rem) * 0.25));
  width: calc(75% - (var(--gap, 1rem) * 0.25));
}
@media (max-width: 1024px) {
  .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(66.6667% - (var(--gap, 1rem) * 0.3333));
          flex: 0 1 calc(66.6667% - (var(--gap, 1rem) * 0.3333));
  max-width: calc(66.6667% - (var(--gap, 1rem) * 0.3333));
  width: calc(66.6667% - (var(--gap, 1rem) * 0.3333));
}
@media (max-width: 1024px) {
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
  }
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(58.3333% - (var(--gap, 1rem) * 0.4167));
          flex: 0 1 calc(58.3333% - (var(--gap, 1rem) * 0.4167));
  max-width: calc(58.3333% - (var(--gap, 1rem) * 0.4167));
  width: calc(58.3333% - (var(--gap, 1rem) * 0.4167));
}
@media (max-width: 1024px) {
  .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - var(--gap, 1rem) / 2);
          flex: 0 1 calc(50% - var(--gap, 1rem) / 2);
  max-width: calc(50% - var(--gap, 1rem) / 2);
  width: calc(50% - var(--gap, 1rem) / 2);
}
@media (max-width: 1024px) {
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(41.6667% - (var(--gap, 1rem) * 0.5833));
          flex: 0 1 calc(41.6667% - (var(--gap, 1rem) * 0.5833));
  max-width: calc(41.6667% - (var(--gap, 1rem) * 0.5833));
  width: calc(41.6667% - (var(--gap, 1rem) * 0.5833));
}
@media (max-width: 1024px) {
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.3333% - (var(--gap, 1rem) * 0.6667));
          flex: 0 1 calc(33.3333% - (var(--gap, 1rem) * 0.6667));
  max-width: calc(33.3333% - (var(--gap, 1rem) * 0.6667));
  width: calc(33.3333% - (var(--gap, 1rem) * 0.6667));
}
@media (max-width: 1024px) {
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - (var(--gap, 1rem) * 0.75));
          flex: 0 1 calc(25% - (var(--gap, 1rem) * 0.75));
  max-width: calc(25% - (var(--gap, 1rem) * 0.75));
  width: calc(25% - (var(--gap, 1rem) * 0.75));
}
@media (max-width: 1024px) {
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - (var(--gap, 1rem) / 2));
            flex: 0 1 calc(50% - (var(--gap, 1rem) / 2));
    max-width: calc(50% - (var(--gap, 1rem) / 2));
    width: calc(50% - (var(--gap, 1rem) / 2));
  }
}
@media (max-width: 768px) {
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(16.6667% - (var(--gap, 1rem) * 0.8333));
          flex: 0 1 calc(16.6667% - (var(--gap, 1rem) * 0.8333));
  max-width: calc(16.6667% - (var(--gap, 1rem) * 0.8333));
  width: calc(16.6667% - (var(--gap, 1rem) * 0.8333));
}
@media (max-width: 1024px) {
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(8.3333% - (var(--gap, 1rem) * 0.9167));
          flex: 0 1 calc(8.3333% - (var(--gap, 1rem) * 0.9167));
  max-width: calc(8.3333% - (var(--gap, 1rem) * 0.9167));
  width: calc(8.3333% - (var(--gap, 1rem) * 0.9167));
}
@media (max-width: 1024px) {
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.column.col-custom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--column-width);
          flex: 0 0 var(--column-width);
  max-width: var(--column-width);
  width: var(--column-width);
}
@media (max-width: 1024px) {
  .column.col-custom {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.page-section.row {
  position: relative;
  background-color: var(--bg-color, transparent);
  background-image: var(--bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: var(--spacing-top, 0);
  padding-right: var(--spacing-right, 0);
  padding-bottom: var(--spacing-bottom, 0);
  padding-left: var(--spacing-left, 0);
  margin-top: var(--offset-top, 0);
  margin-bottom: var(--offset-bottom, 0);
}
.page-section.row .row__visual-element {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  line-height: 0;
  width: var(--row-ve-width, auto);
  height: var(--row-ve-height, auto);
}
.page-section.row .row__visual-element img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .page-section.row {
    background-image: var(--bg-image-mobile, none);
    padding-top: calc(var(--spacing-top-mobile, var(--spacing-top, 0)) / 2);
    padding-right: calc(var(--spacing-right-mobile, var(--spacing-right, 0)) / 2);
    padding-bottom: calc(var(--spacing-bottom-mobile, var(--spacing-bottom, 0)) / 2);
    padding-left: calc(var(--spacing-left-mobile, var(--spacing-left, 0)) / 2);
    margin-top: var(--offset-top-mobile, var(--offset-top, 0));
    margin-bottom: var(--offset-bottom-mobile, var(--offset-bottom, 0));
  }
  .page-section.row .row__visual-element {
    width: calc(var(--row-ve-width, 0rem) / 3);
    height: calc(var(--row-ve-height, 0rem) / 3);
  }
}
.page-section.row .container {
  position: relative;
  z-index: 2;
}
.page-section.row .column {
  padding-top: var(--column-spacing-top, 0);
  padding-right: var(--column-spacing-right, 0);
  padding-bottom: var(--column-spacing-bottom, 0);
  padding-left: var(--column-spacing-left, 0);
  margin-top: var(--column-offset-top, 0);
  margin-right: var(--column-offset-right, 0);
  margin-bottom: var(--column-offset-bottom, 0);
  margin-left: var(--column-offset-left, 0);
  color: var(--text-color, inherit);
}
.page-section.row .column h1,
.page-section.row .column h2,
.page-section.row .column h3,
.page-section.row .column h4,
.page-section.row .column h5,
.page-section.row .column h6,
.page-section.row .column p,
.page-section.row .column li,
.page-section.row .column a:not(.button):not(.button-icon):not(.button-secondary):not(.button-primary):not(.read-more):not(.stylished-link):not(.button--read-more):not(.button--youtube):not(.profile-cards__link),
.page-section.row .column span,
.page-section.row .column strong,
.page-section.row .column em,
.page-section.row .column small,
.page-section.row .column ul,
.page-section.row .column ol,
.page-section.row .column blockquote,
.page-section.row .column figcaption,
.page-section.row .column label {
  color: var(--text-color, inherit);
}
.page-section.row .column--has-text-color {
  color: var(--text-color);
}
.page-section.row .column--has-text-color hr {
  background-color: rgba(var(--text-color-rgb, 240, 240, 240), 0.28);
}
.page-section.row .column--has-text-color a:hover,
.page-section.row .column--has-text-color a:focus-visible {
  color: inherit;
  opacity: 0.85;
}
.page-section.row .column--has-background {
  background-color: var(--column-bg-color, transparent);
}
@media (max-width: 1024px) {
  .page-section.row .column--has-background {
    padding: 2rem 2.5rem;
  }
}
.page-section.row .column .text-content select {
  color: inherit;
  accent-color: #E66A3C;
}
.page-section.row .column .text-content select option {
  color: #2C3138;
  background-color: #FFFFFF;
}
.page-section.row .column form label {
  color: var(--text-color, inherit);
}
.page-section.row .column form input,
.page-section.row .column form textarea,
.page-section.row .column form select,
.page-section.row .column form option,
.page-section.row .column form .file-input-wrapper {
  color: var(--text-color, inherit);
  border-color: var(--text-color, inherit);
}
.page-section.row .column form input::-webkit-input-placeholder, .page-section.row .column form textarea::-webkit-input-placeholder, .page-section.row .column form select::-webkit-input-placeholder, .page-section.row .column form option::-webkit-input-placeholder, .page-section.row .column form .file-input-wrapper::-webkit-input-placeholder {
  color: var(--text-color, inherit);
}
.page-section.row .column form input::-moz-placeholder, .page-section.row .column form textarea::-moz-placeholder, .page-section.row .column form select::-moz-placeholder, .page-section.row .column form option::-moz-placeholder, .page-section.row .column form .file-input-wrapper::-moz-placeholder {
  color: var(--text-color, inherit);
}
.page-section.row .column form input:-ms-input-placeholder, .page-section.row .column form textarea:-ms-input-placeholder, .page-section.row .column form select:-ms-input-placeholder, .page-section.row .column form option:-ms-input-placeholder, .page-section.row .column form .file-input-wrapper:-ms-input-placeholder {
  color: var(--text-color, inherit);
}
.page-section.row .column form input::-ms-input-placeholder, .page-section.row .column form textarea::-ms-input-placeholder, .page-section.row .column form select::-ms-input-placeholder, .page-section.row .column form option::-ms-input-placeholder, .page-section.row .column form .file-input-wrapper::-ms-input-placeholder {
  color: var(--text-color, inherit);
}
.page-section.row .column form input::placeholder,
.page-section.row .column form textarea::placeholder,
.page-section.row .column form select::placeholder,
.page-section.row .column form option::placeholder,
.page-section.row .column form .file-input-wrapper::placeholder {
  color: var(--text-color, inherit);
}
.page-section.row .column form input svg path,
.page-section.row .column form textarea svg path,
.page-section.row .column form select svg path,
.page-section.row .column form option svg path,
.page-section.row .column form .file-input-wrapper svg path {
  fill: var(--text-color, inherit);
}
@media (max-width: 1024px) {
  .page-section.row .column {
    margin-right: 0;
    margin-left: 0;
    margin-top: var(--column-offset-top-mobile, var(--column-offset-top, 0));
    margin-bottom: var(--column-offset-bottom-mobile, var(--column-offset-bottom, 0));
    padding-top: calc(var(--column-spacing-top-mobile, var(--column-spacing-top, 0)) / 2);
    padding-right: calc(var(--column-spacing-right-mobile, var(--column-spacing-right, 0)) / 2);
    padding-bottom: calc(var(--column-spacing-bottom-mobile, var(--column-spacing-bottom, 0)) / 2);
    padding-left: calc(var(--column-spacing-left-mobile, var(--column-spacing-left, 0)) / 2);
  }
}
.page-section.row .column .data-hub-card,
.page-section.row .column .collaboration-card,
.page-section.row .column .content-cards__card,
.page-section.row .column .items-grid__item--card {
  --text-color: #2C3138;
  --text-color-rgb: 44, 49, 56;
  color: #2C3138;
}
.page-section.row .column .profile-cards--light .profile-cards__card {
  --text-color: #2C3138;
  --text-color-rgb: 44, 49, 56;
  color: #2C3138;
}
.page-section.row .column .profile-cards--dark .profile-cards__card {
  --text-color: #FFFFFF;
  --text-color-rgb: 255, 255, 255;
  color: #FFFFFF;
}
.page-section.row .column .profile-cards__link,
.page-section.row .column .profile-cards__more-trigger {
  color: #E66A3C;
}
.page-section.row .column .data-hub-card__icon {
  color: #FFFFFF;
}
.page-section.row .column .data-hub-card__title {
  color: #2C3138;
}
.page-section.row .column .data-hub-card__link:hover .data-hub-card__title {
  color: #E66A3C;
}
.page-section.row .column .data-hub-card__author,
.page-section.row .column .data-hub-card__cta {
  color: #E66A3C;
}
.page-section.row .column .items-grid__item--card .items-grid__title {
  color: #2C3138;
}
.page-section.row .column .items-grid__item--card .items-grid__subtitle {
  color: rgba(44, 49, 56, 0.78);
}
.row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: var(--content-flex-direction, row);
          flex-direction: var(--content-flex-direction, row);
  -webkit-box-align: var(--content-align-items, stretch);
      -ms-flex-align: var(--content-align-items, stretch);
          align-items: var(--content-align-items, stretch);
  -webkit-box-pack: var(--content-justify-content, flex-start);
      -ms-flex-pack: var(--content-justify-content, flex-start);
          justify-content: var(--content-justify-content, flex-start);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: var(--content-gap, 0);
  --gap: var(--content-gap, 0);
  background-color: var(--content-bg-color, transparent);
  background-image: var(--content-bg-image, none);
  background-size: cover;
  background-position: center;
  padding-top: var(--content-spacing-top, 0);
  padding-right: var(--content-spacing-right, 0);
  padding-bottom: var(--content-spacing-bottom, 0);
  padding-left: var(--content-spacing-left, 0);
}
@media (max-width: 1024px) {
  .row-wrapper {
    padding-top: calc(var(--content-spacing-top-mobile, var(--content-spacing-top, 0)) / 2);
    padding-right: calc(var(--content-spacing-right-mobile, var(--content-spacing-right, 0)) / 2);
    padding-bottom: calc(var(--content-spacing-bottom-mobile, var(--content-spacing-bottom, 0)) / 2);
    padding-left: calc(var(--content-spacing-left-mobile, var(--content-spacing-left, 0)) / 2);
    gap: calc(var(--content-gap-mobile, var(--content-gap, 0)) / 2);
    --gap: calc(var(--content-gap-mobile, var(--content-gap, 0)) / 2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row-wrapper--layout-none {
  display: block;
}
@media (max-width: 1024px) {
  .row-wrapper--reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.row-wrapper--vertical-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.row-wrapper--vertical-stretch > .column,
.row-wrapper--vertical-stretch > * {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.row-wrapper--horizontal-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.row-wrapper--horizontal-stretch > .column,
.row-wrapper--horizontal-stretch > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.masonry-gallery {
  width: 100%;
}
.masonry-gallery__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
.masonry-gallery__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.masonry-gallery--cols-2 .masonry-gallery__column:nth-child(even),
.masonry-gallery--cols-3 .masonry-gallery__column:nth-child(even),
.masonry-gallery--cols-4 .masonry-gallery__column:nth-child(even) {
  padding-top: 2.4rem;
}
.masonry-gallery--cols-3 .masonry-gallery__column:nth-child(3n),
.masonry-gallery--cols-4 .masonry-gallery__column:nth-child(3n) {
  padding-top: 1.2rem;
}
.masonry-gallery__item {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.masonry-gallery__img {
  display: block;
  width: 100%;
  height: auto;
}
.masonry-gallery--cols-1 {
  --gallery-columns: 1;
}
.masonry-gallery--cols-2 {
  --gallery-columns: 2;
}
.masonry-gallery--cols-3 {
  --gallery-columns: 3;
}
.masonry-gallery--cols-4 {
  --gallery-columns: 4;
}
@media (max-width: 1024px) {
  .masonry-gallery__grid {
    gap: 0.75rem;
  }
  .masonry-gallery__column {
    gap: 0.75rem;
  }
  .masonry-gallery__item {
    border-radius: 0.55rem;
  }
  .masonry-gallery--cols-2 .masonry-gallery__column:nth-child(even),
  .masonry-gallery--cols-3 .masonry-gallery__column:nth-child(even),
  .masonry-gallery--cols-4 .masonry-gallery__column:nth-child(even) {
    padding-top: 1.6rem;
  }
  .masonry-gallery--cols-3 .masonry-gallery__grid,
  .masonry-gallery--cols-4 .masonry-gallery__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .masonry-gallery--cols-3 .masonry-gallery__column,
  .masonry-gallery--cols-4 .masonry-gallery__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0.4rem);
            flex: 1 1 calc(50% - 0.4rem);
    max-width: calc(50% - 0.4rem);
  }
  .masonry-gallery--cols-3 .masonry-gallery__column:nth-child(3n),
  .masonry-gallery--cols-4 .masonry-gallery__column:nth-child(3n) {
    padding-top: 0;
  }
  .masonry-gallery--cols-3 .masonry-gallery__column:nth-child(even),
  .masonry-gallery--cols-4 .masonry-gallery__column:nth-child(even) {
    padding-top: 1.6rem;
  }
}
@media (max-width: 768px) {
  .masonry-gallery__grid {
    gap: 0.75rem;
  }
  .masonry-gallery--cols-2 .masonry-gallery__grid,
  .masonry-gallery--cols-3 .masonry-gallery__grid,
  .masonry-gallery--cols-4 .masonry-gallery__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .masonry-gallery--cols-2 .masonry-gallery__column,
  .masonry-gallery--cols-3 .masonry-gallery__column,
  .masonry-gallery--cols-4 .masonry-gallery__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0.4rem);
            flex: 1 1 calc(50% - 0.4rem);
    max-width: calc(50% - 0.4rem);
  }
  .masonry-gallery--cols-2 .masonry-gallery__column:nth-child(even),
  .masonry-gallery--cols-3 .masonry-gallery__column:nth-child(even),
  .masonry-gallery--cols-4 .masonry-gallery__column:nth-child(even) {
    padding-top: 1.6rem;
  }
  .masonry-gallery--cols-3 .masonry-gallery__column:nth-child(3n),
  .masonry-gallery--cols-4 .masonry-gallery__column:nth-child(3n) {
    padding-top: 0;
  }
}
.heading {
  width: 100%;
  margin-bottom: 1rem;
  color: #2C3138;
}
.heading__eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-weight: regular;
  line-height: 1.2;
}
.heading__eyebrow-text {
  color: #E66A3C !important;
}
.heading__eyebrow-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.heading__eyebrow-icon-image {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.heading__eyebrow-text {
  display: inline-block;
}
.heading__content {
  color: inherit;
}
.heading__content > *:first-child {
  margin-top: 0;
}
.heading__content > *:last-child {
  margin-bottom: 0;
}
.heading__content h1,
.heading__content h2 {
  margin-bottom: 1rem;
}
.heading--align-right {
  text-align: right;
}
.heading--align-right .heading__eyebrow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.heading--align-left {
  text-align: left;
}
.heading--align-left .heading__eyebrow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.heading--align-center {
  text-align: center;
}
.heading--align-center .heading__eyebrow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
}
@media (max-width: 1024px) {
  .heading__content br {
    display: none;
  }
  .heading__eyebrow {
    font-size: 1rem;
  }
  .heading__eyebrow-icon-image {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.content-cards {
  --content-cards-gap: 1.75rem;
}
.content-cards__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: var(--content-cards-gap);
  --gap: var(--content-cards-gap);
}
.content-cards__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 18rem;
  padding: 3.3rem;
  border-radius: 0.75rem;
  background: #F8F4F1;
  --text-color: #2C3138;
  --text-color-rgb: 44, 49, 56;
  color: #2C3138;
}
.content-cards__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
  color: #E66A3C;
  line-height: 0;
}
.content-cards__quote svg {
  display: block;
  width: 4rem;
  height: auto;
}
.content-cards__quote-img {
  display: block;
  max-width: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-cards__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: inherit;
  max-height: 21rem;
}
.content-cards__text p {
  margin: 0 0 0.75rem;
}
.content-cards__text p:last-child {
  margin-bottom: 0;
}
.content-cards__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1.5rem;
}
.content-cards__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-cards__divider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.4rem;
  height: 0.8rem;
  background: #E66A3C;
}
.content-cards__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  color: inherit;
}
.content-cards--dark .content-cards__card {
  background: #2C3138;
  color: #FFFFFF;
}
.content-cards--dark .content-cards__quote {
  color: #E66A3C;
}
.content-cards--dark .content-cards__divider {
  background: #E66A3C;
}
.content-cards--ticker .content-cards__ticker-wrap {
  position: relative;
}
.content-cards--ticker .content-cards__swiper {
  overflow: hidden;
}
.content-cards--ticker .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-cards--ticker .swiper-slide .content-cards__card {
  width: 100%;
  height: 100%;
}
.content-cards--ticker .content-cards__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  direction: ltr;
}
.content-cards--ticker .content-cards__nav .swiper-button-prev,
.content-cards--ticker .content-cards__nav .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
}
.content-cards--ticker .content-cards__nav .swiper-button-prev {
  -webkit-margin-start: -0.25rem;
          margin-inline-start: -0.25rem;
}
.content-cards--ticker .content-cards__nav .swiper-button-next {
  -webkit-margin-end: -0.25rem;
          margin-inline-end: -0.25rem;
}
@media (max-width: 1024px) {
  .content-cards__grid .col-6,
  .content-cards__grid .col-4,
  .content-cards__grid .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding: 2rem;
  }
  .content-cards--ticker .content-cards__nav .swiper-button-prev {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .content-cards--ticker .content-cards__nav .swiper-button-next {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}
.profile-cards {
  --profile-cards-gap: 1.75rem;
  width: 100%;
}
.profile-cards__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: var(--profile-cards-gap);
  --gap: var(--profile-cards-gap);
}
.profile-cards__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  padding: 3rem 3rem 4rem 5rem;
  border-radius: 0.75rem;
  background: #e9e9e9;
  --text-color: #2C3138;
  --text-color-rgb: 44, 49, 56;
  color: #2C3138;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.profile-cards__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(44, 49, 56, 0.08);
}
.profile-cards__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.profile-cards__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  text-align: start;
}
.profile-cards__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.profile-cards__rule {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0.36rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: #E66A3C;
}
.profile-cards__heading-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.profile-cards__title {
  margin: 0;
  color: inherit;
  font-family: "Heebo", sans-serif;
  font-size: clamp(1.5rem, 1.55vw, 1.3rem);
  font-weight: 700;
  line-height: 1.25;
}
.profile-cards__subtitle {
  margin: 0;
}
.profile-cards__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: inherit;
}
.profile-cards__text > *:first-child {
  margin-top: 0;
}
.profile-cards__text > *:last-child {
  margin-bottom: 0;
}
.profile-cards__text p {
  margin: 0 0 0.75rem;
  color: inherit;
}
.profile-cards__text p:last-child {
  margin-bottom: 0;
}
.profile-cards__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  padding-top: 1.25rem;
  color: #E66A3C;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.profile-cards__link svg {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.97rem;
  height: 0.97rem;
}
.profile-cards__link:hover {
  opacity: 0.8;
}
.profile-cards__more-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  padding: 1.25rem 0 0;
  border: 0;
  background: none;
  color: #E66A3C;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.profile-cards__more-trigger:hover,
.profile-cards__more-trigger:focus {
  opacity: 0.8;
}
.profile-cards__more-trigger + .profile-cards__link {
  margin-top: 0.75rem;
  padding-top: 0;
}
.profile-cards__overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 3rem;
  background: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.profile-cards__overlay[hidden] {
  display: none;
}
.profile-cards__overlay-close {
  position: absolute;
  top: 0.85rem;
  inset-inline-end: 0.85rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(44, 49, 56, 0.08);
  color: inherit;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background-color opacity ease;
  transition: background-color opacity ease;
}
.profile-cards__overlay-close:hover,
.profile-cards__overlay-close:focus {
  opacity: 0.8;
}
.profile-cards__overlay-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  padding-top: 0.5rem;
  -webkit-padding-end: 1.75rem;
          padding-inline-end: 1.75rem;
  color: inherit;
  font-size: 0.95rem;
  line-height: 1.55;
}
.profile-cards__overlay-content > *:first-child {
  margin-top: 0;
}
.profile-cards__overlay-content > *:last-child {
  margin-bottom: 0;
}
.profile-cards__overlay-content p {
  margin: 0 0 0.75rem;
  color: inherit;
}
.profile-cards__overlay-content p:last-child {
  margin-bottom: 0;
}
.profile-cards__card.is-more-open .profile-cards__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-cards__card--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 2rem 2rem 2rem 7rem;
}
.profile-cards__card--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.25rem;
}
.profile-cards__card--vertical .profile-cards__content {
  padding-right: 1rem;
}
.profile-cards--light .profile-cards__card {
  background: #F8F4F1;
  --text-color: #2C3138;
  --text-color-rgb: 44, 49, 56;
  color: #2C3138;
}
.profile-cards--dark .profile-cards__card {
  background: #2C3138;
  --text-color: #FFFFFF;
  --text-color-rgb: 255, 255, 255;
  color: #FFFFFF;
}
.profile-cards--dark .profile-cards__subtitle {
  opacity: 0.8;
}
.profile-cards--dark .profile-cards__overlay-close {
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .profile-cards {
    --profile-cards-gap: 1.25rem;
  }
  .profile-cards__media {
    width: 8.25rem;
    height: 8.25rem;
  }
  .profile-cards__card {
    padding: 1.5rem;
  }
  .profile-cards__grid .col-3,
  .profile-cards__grid .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - (var(--profile-cards-gap) / 2));
            flex: 0 1 calc(50% - (var(--profile-cards-gap) / 2));
    max-width: calc(50% - (var(--profile-cards-gap) / 2));
    width: calc(50% - (var(--profile-cards-gap) / 2));
  }
  .profile-cards__card--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .profile-cards__card--horizontal .profile-cards__media {
    width: 8.25rem;
    height: 8.25rem;
  }
}
@media (max-width: 768px) {
  .profile-cards__grid .col-3,
  .profile-cards__grid .col-4,
  .profile-cards__grid .col-6,
  .profile-cards__grid .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.content-columns {
  width: 100%;
}
.content-columns__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.content-columns__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: right;
  position: relative;
}
.content-columns__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 5.2632rem;
  height: 5.2632rem;
  margin-bottom: 1rem;
}
.content-columns__icon-image {
  display: block;
  max-width: 5.2632rem;
  max-height: 5.2632rem;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-columns__title {
  position: relative;
  margin: 0 0 0.75rem;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.15;
}
.content-columns__title::after {
  content: '';
  display: block;
  width: 1.1rem;
  height: 0.36rem;
  margin-top: 0.5rem;
  background-color: #E66A3C;
}
.content-columns__text {
  max-width: 19rem;
  color: #2C3138;
}
.content-columns__text > *:first-child {
  margin-top: 0;
}
.content-columns__text > *:last-child {
  margin-bottom: 0;
}
.content-columns__text p {
  color: #2C3138;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .content-columns__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .content-columns__text {
    max-width: 100%;
    width: 100%;
  }
}
.content-columns--with-divider .content-columns__item {
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
}
.content-columns--with-divider .content-columns__item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: rgba(44, 49, 56, 0.18);
  background-color: rgba(var(--text-color-rgb, 44, 49, 56), 0.18);
}
.content-columns--with-divider .content-columns__item:first-child::before {
  display: none;
}
@media (max-width: 1200px) {
  .content-columns--with-divider .content-columns__item {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    padding-top: 1.25rem;
  }
  .content-columns--with-divider .content-columns__item::before {
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }
  .content-columns--with-divider .content-columns__item:first-child {
    padding-top: 0;
  }
}
.content-rows {
  width: 100%;
}
.content-rows hr {
  margin: 2.5rem 0;
  background-color: #d2d2d2;
}
.content-rows__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-rows__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: right;
  position: relative;
  padding: 2rem 0;
}
.content-rows__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 5.2632rem;
  height: 5.2632rem;
  margin-bottom: 1rem;
}
.content-rows__icon-image {
  display: block;
  max-width: 5.2632rem;
  max-height: 5.2632rem;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-rows__title {
  margin: 0 0 0.75rem;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.15;
}
.content-rows__title::after {
  content: '';
  display: block;
  width: 1.1rem;
  height: 0.36rem;
  margin-top: 0.5rem;
  background-color: #E66A3C;
}
.content-rows__text {
  color: #2C3138;
}
.content-rows__text > *:first-child {
  margin-top: 0;
}
.content-rows__text > *:last-child {
  margin-bottom: 0;
}
.content-rows__text p {
  color: #2C3138;
  line-height: 1.6;
}
.content-rows--with-divider .content-rows__item {
  border-bottom: 1px solid rgba(44, 49, 56, 0.18);
  border-bottom-color: rgba(var(--text-color-rgb, 44, 49, 56), 0.18);
}
.content-rows--with-divider .content-rows__item:last-child {
  border-bottom: none;
}
.content-rows--with-divider .content-rows__item:first-child {
  padding-top: 0;
}
.content-rows--with-divider .content-rows__item:first-child::before {
  display: none;
}
@media (max-width: 768px) {
  .content-rows__title {
    font-size: 1.5rem;
  }
}
.paired-rows {
  --paired-rows-gap: 2.75rem;
  --paired-rows-col-gap: clamp(1.5rem, 4vw, 3.5rem);
  --paired-rows-aside-share: 0.28;
  --paired-rows-aside-pad-x: 2.4rem;
  --paired-rows-edge-pad: 3.75rem;
  width: 100%;
}
.paired-rows__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--paired-rows-gap);
  isolation: isolate;
}
.paired-rows__list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  width: calc((100% - var(--paired-rows-col-gap)) * var(--paired-rows-aside-share));
  background-color: #F8F4F1;
  z-index: 0;
  pointer-events: none;
}
.paired-rows__row {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 0.28fr) var(--paired-rows-col-gap) minmax(0, 0.72fr);
  grid-template-columns: minmax(0, 0.28fr) minmax(0, 0.72fr);
  -webkit-column-gap: var(--paired-rows-col-gap);
     -moz-column-gap: var(--paired-rows-col-gap);
          column-gap: var(--paired-rows-col-gap);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.paired-rows__aside {
  padding: 0 var(--paired-rows-aside-pad-x);
  text-align: right;
  color: #2C3138;
  background-color: transparent;
}
.paired-rows__body {
  color: #2C3138;
  padding: 0;
  padding-left: 15%;
}
.paired-rows__body > *:first-child {
  margin-top: 0;
}
.paired-rows__body > *:last-child {
  margin-bottom: 0;
}
.paired-rows__body p {
  color: #2C3138;
}
.paired-rows__row:first-child .paired-rows__aside,
.paired-rows__row:first-child .paired-rows__body {
  padding-top: var(--paired-rows-edge-pad);
}
.paired-rows__row:last-child .paired-rows__aside,
.paired-rows__row:last-child .paired-rows__body {
  padding-bottom: var(--paired-rows-edge-pad);
}
.paired-rows__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.paired-rows__rule {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0.36rem;
  height: 1.1rem;
  background-color: #E66A3C;
}
.paired-rows__title {
  margin: 0;
  color: #2C3138;
  font-family: "Suez One", serif;
  font-size: 1.84rem;
  line-height: 1.25;
}
.paired-rows__short {
  color: #2C3138;
  font-size: 1.21rem;
  line-height: 1.55;
  font-weight: 400;
}
.paired-rows__short > *:first-child {
  margin-top: 0;
}
.paired-rows__short > *:last-child {
  margin-bottom: 0;
}
.paired-rows__toggle {
  display: none;
}
@media (max-width: 1024px) {
  .paired-rows {
    --paired-rows-gap: 1.75rem;
    --paired-rows-aside-pad-x: 1.5rem;
    --paired-rows-edge-pad: 1.25rem;
  }
  .paired-rows__list::before {
    display: none;
  }
  .paired-rows__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 0;
    background-color: #F8F4F1;
  }
  .paired-rows__aside {
    background-color: transparent;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .paired-rows__body {
    padding-left: 0;
    padding-right: var(--paired-rows-aside-pad-x);
    padding-left: var(--paired-rows-aside-pad-x);
    padding-bottom: 1.25rem;
    color: rgba(44, 49, 56, 0.72);
    font-weight: 400;
  }
  .paired-rows__row--has-body:not(.is-open) .paired-rows__body {
    display: none;
  }
  .paired-rows__row:first-child .paired-rows__aside,
  .paired-rows__row:first-child .paired-rows__body {
    padding-top: var(--paired-rows-edge-pad);
  }
  .paired-rows__row:last-child .paired-rows__aside,
  .paired-rows__row:last-child .paired-rows__body {
    padding-bottom: var(--paired-rows-edge-pad);
  }
  .paired-rows__row--has-body:not(.is-open) .paired-rows__aside {
    padding-bottom: 1.25rem;
  }
  .paired-rows__row--has-body.is-open .paired-rows__aside {
    padding-bottom: 0.85rem;
  }
  .paired-rows__short {
    font-weight: 700;
  }
  .paired-rows__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
    gap: 0.4rem;
    margin-top: 1rem;
    padding: 0;
    border: 0;
    background: none;
    color: #E66A3C;
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .paired-rows__toggle::before {
    content: '';
    display: block;
    width: 0.45rem;
    height: 0.45rem;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .paired-rows__toggle:hover,
  .paired-rows__toggle:focus-visible {
    color: #dd501c;
  }
  .paired-rows__row.is-open .paired-rows__toggle::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
.section-header {
  text-align: var(--align, center);
  width: 100%;
  padding-top: var(--spacing-top, 0);
  padding-bottom: var(--spacing-bottom, 0);
}
.large-title {
  --large-title-visual-color: #F8F4F1;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.large-title__visual {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  pointer-events: none;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.large-title__visual svg {
  display: block;
  height: auto;
  max-width: 26rem;
}
.large-title__visual svg path {
  fill: var(--large-title-visual-color);
}
.large-title__content {
  position: relative;
  z-index: 1;
}
.large-title__content h1,
.large-title__content h2,
.large-title__content h3 {
  margin: 0;
}
.large-title__content > :last-child {
  margin-bottom: 0;
}
.large-title--visual-single_rec .large-title__visual svg {
  width: min(8.8rem, 72vw);
}
.large-title--visual-three_rec .large-title__visual svg {
  width: min(31.5rem, 92vw);
  opacity: 0.55;
}
section.teasers .teasers-swiper.swiper {
  width: 100%;
}
section.teasers .teasers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  --gap: 1rem;
}
section.teasers .teaser {
  padding: 1rem 1rem 0 1rem;
  border: 4px solid #2C3138;
  background-color: #FFFFFF;
  font-size: 0.95rem;
  position: relative;
  height: auto;
}
section.teasers .teaser .teaser-image {
  overflow: hidden;
  width: 100%;
}
section.teasers .teaser .teaser-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  aspect-ratio: 2;
}
section.teasers .teaser .teaser-cta {
  position: absolute;
  bottom: 0;
  left: 0;
}
section.teasers .teaser:hover .teaser-image img {
  -webkit-transform: scale(1.05) rotate(1deg);
          transform: scale(1.05) rotate(1deg);
}
section.teasers .teaser:hover a {
  color: #2C3138;
}
section.teasers .teaser-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1.3rem 0.3rem 3.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.teasers .teaser-text p {
  margin-bottom: 0.5rem;
  color: #2C3138;
}
section.teasers .teaser--no-link .teaser-text {
  padding-bottom: 2rem;
}
section.teasers .text-title {
  width: 30%;
}
section.teasers .text-title h3 {
  margin: 0;
}
section.teasers.teasers--title-top .teaser-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 5rem;
}
section.teasers.teasers--title-top .text-title,
section.teasers.teasers--title-top .text {
  width: 100%;
}
@media (max-width: 1024px) {
  section.teasers {
    width: 100%;
  }
  section.teasers .teaser {
    padding: 0.8rem;
    font-size: 1.1rem;
  }
  section.teasers .teaser .teaser-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.teasers .teaser .teaser-text .text-title,
  section.teasers .teaser .teaser-text .text {
    width: 100%;
  }
  section.teasers.teasers--overlapped .teasers-swiper.swiper {
    overflow: hidden;
    margin: 0 -2rem;
    padding: 0 2rem;
    width: auto;
  }
  section.teasers.teasers--overlapped .teasers-wrapper.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0 !important;
  }
  section.teasers.teasers--overlapped .teaser.swiper-slide {
    width: 72% !important;
    max-width: 82% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0.45;
    -webkit-transition: opacity 220ms ease;
    transition: opacity 220ms ease;
    scale: 0.9;
  }
  section.teasers.teasers--overlapped .teaser.swiper-slide-active {
    opacity: 1;
    scale: 1;
  }
}
.page-section.row:has(.posts-grid--ticker-overflow),
.page-section.row:has(.simple-slider),
.page-section.row:has(.media-gallery) {
  overflow: visible;
}
.page-section.row:has(.posts-grid--ticker-overflow) .container,
.page-section.row:has(.simple-slider) .container,
.page-section.row:has(.media-gallery) .container,
.page-section.row:has(.posts-grid--ticker-overflow) .row-wrapper,
.page-section.row:has(.simple-slider) .row-wrapper,
.page-section.row:has(.media-gallery) .row-wrapper,
.page-section.row:has(.posts-grid--ticker-overflow) .column,
.page-section.row:has(.simple-slider) .column,
.page-section.row:has(.media-gallery) .column {
  overflow: visible;
}
section.posts-grid {
  width: 100%;
  overflow: visible;
}
section.posts-grid.posts-grid--ticker-overflow {
  overflow: visible;
}
section.posts-grid .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.posts-grid .swiper-wrapper .swiper-slide {
  height: auto;
}
section.posts-grid .swiper-wrapper .post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 100%;
}
section.posts-grid .swiper-wrapper .post-card > article,
section.posts-grid .swiper-wrapper .post-card.data-hub-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
}
section.posts-grid .posts-grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.5rem;
  --gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.posts-grid .posts-grid-wrapper .post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.posts-grid .posts-grid-wrapper .post-card > article,
section.posts-grid .posts-grid-wrapper .post-card.data-hub-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
}
section.posts-grid--align-right .posts-grid-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.posts-grid--align-middle .posts-grid-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.posts-grid--align-left .posts-grid-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.posts-grid--ticker .posts-grid-ticker-wrapper {
  position: relative;
  width: calc(50% + 50vw);
  max-width: none;
  margin-left: calc(50% - 50vw);
}
section.posts-grid--ticker .posts-grid-ticker-wrapper .swiper {
  overflow: hidden;
  padding-top: 1.5rem;
}
section.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-slide > * {
  width: 100%;
  height: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
section.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-slide .data-hub-card,
section.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-slide .post-card.data-hub-card {
  overflow: visible;
}
section.posts-grid--ticker.posts-grid--ticker-overflow .posts-grid-ticker-wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  overflow: visible;
}
section.posts-grid--ticker.posts-grid--ticker-overflow .posts-grid-ticker-wrapper .swiper {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  overflow: visible;
}
section.posts-grid--ticker.posts-grid--ticker-simple .posts-grid-ticker-wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  overflow: visible;
}
section.posts-grid--ticker.posts-grid--ticker-simple .posts-grid-ticker-wrapper .swiper {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
section.posts-grid--has-arrows:not(.posts-grid--arrows-top) .posts-grid-ticker-wrapper > .posts-grid__nav {
  position: static;
  display: block;
  z-index: 5;
  direction: ltr;
  pointer-events: none;
}
section.posts-grid--has-arrows:not(.posts-grid--arrows-top) .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-prev,
section.posts-grid--has-arrows:not(.posts-grid--arrows-top) .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-next {
  position: absolute;
  top: calc(50% + 0.75rem);
  z-index: 10;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: auto;
}
section.posts-grid--has-arrows:not(.posts-grid--arrows-top) .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-prev.swiper-button-disabled,
section.posts-grid--has-arrows:not(.posts-grid--arrows-top) .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
section.posts-grid--has-arrows:not(.posts-grid--arrows-top) .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-prev.swiper-button-lock,
section.posts-grid--has-arrows:not(.posts-grid--arrows-top) .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-next.swiper-button-lock {
  display: none;
}
section.posts-grid--has-arrows:not(.posts-grid--arrows-top) .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-next {
  left: calc(100% - 1.5rem);
  right: auto;
}
section.posts-grid--has-arrows:not(.posts-grid--arrows-top) .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-prev {
  right: calc(100% - 1.5rem);
  left: auto;
}
section.posts-grid--arrows-top .posts-grid-ticker-wrapper > .posts-grid__nav {
  position: absolute;
  bottom: calc(100% + 1.5rem);
  left: 0;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0;
  z-index: 5;
  direction: ltr;
  pointer-events: auto;
}
section.posts-grid--arrows-top .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-prev,
section.posts-grid--arrows-top .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-next {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
}
section.posts-grid--arrows-top .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-prev.swiper-button-disabled,
section.posts-grid--arrows-top .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
section.posts-grid--arrows-top .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-prev.swiper-button-lock,
section.posts-grid--arrows-top .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-next.swiper-button-lock {
  display: none;
}
section.posts-grid--arrows-in-filters.posts-grid--ticker .posts-grid-ticker-wrapper > .posts-grid__nav {
  display: none;
}
section.posts-grid--has-filters .posts-grid__body {
  width: 100%;
}
section.posts-grid--filters-dark .posts-grid__empty,
section.posts-grid--filters-dark .posts-grid__filters-meta {
  color: #FFFFFF;
}
section.posts-grid--filters-dark .posts-grid__filters-meta {
  border-top-color: rgba(255, 255, 255, 0.25);
}
section.posts-grid .posts-grid__filters-meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1rem auto;
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  margin: -1rem 0 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(44, 49, 56, 0.2);
  color: #2C3138;
  direction: ltr;
}
section.posts-grid .posts-grid__filters-meta-text {
  -ms-grid-column: 1;
  grid-column: 1;
  direction: rtl;
  min-width: 0;
  text-align: left;
}
section.posts-grid .posts-grid__filters-meta-text > :first-child {
  margin-top: 0;
}
section.posts-grid .posts-grid__filters-meta-text > :last-child {
  margin-bottom: 0;
}
section.posts-grid .posts-grid__filters-meta-count {
  -ms-grid-column: 2;
  grid-column: 2;
  direction: rtl;
  font-weight: 600;
  text-align: right;
  -ms-grid-column-align: end;
      justify-self: end;
}
section.posts-grid .posts-grid__filters-meta-count p {
  margin: 0;
}
section.posts-grid .posts-grid__filters {
  width: 100%;
  margin-bottom: 2rem;
}
section.posts-grid .posts-grid__filters-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
section.posts-grid .posts-grid__filters-row--split {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 1.5rem;
}
section.posts-grid .posts-grid__filters-row--ticker {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--filters {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}
section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  max-width: 100%;
}
section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date),
section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields .form-field {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16rem;
          flex: 0 1 16rem;
  width: auto;
  min-width: 11rem;
  max-width: 20rem;
}
section.posts-grid .posts-grid__filters-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.85rem;
  min-width: 0;
}
section.posts-grid .posts-grid__filters-side--filters {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.posts-grid .posts-grid__filters-side--actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85rem;
}
section.posts-grid .posts-grid__filters-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
section.posts-grid .posts-grid__filters-nav.is-locked {
  display: none;
}
section.posts-grid .posts-grid__filters-nav .swiper-button-prev,
section.posts-grid .posts-grid__filters-nav .swiper-button-next {
  position: static !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
}
section.posts-grid .posts-grid__filters-nav .swiper-button-prev.swiper-button-lock,
section.posts-grid .posts-grid__filters-nav .swiper-button-next.swiper-button-lock {
  display: none !important;
}
section.posts-grid .posts-grid__filters-nav .swiper-button-prev.swiper-button-disabled:not(.swiper-button-lock),
section.posts-grid .posts-grid__filters-nav .swiper-button-next.swiper-button-disabled:not(.swiper-button-lock) {
  opacity: 0.35;
}
section.posts-grid .posts-grid__filters-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-width: 0;
}
section.posts-grid .posts-grid__filters-fields .posts-grid__filter,
section.posts-grid .posts-grid__filters-fields .form-field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: none;
}
section.posts-grid .posts-grid__filters-fields .posts-grid__filter--date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
section.posts-grid .posts-grid__filters-fields .form-field--select select,
section.posts-grid .posts-grid__filters-fields .form-field--multi select,
section.posts-grid .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date) select,
section.posts-grid .posts-grid__filters-fields .form-field--select .form-select,
section.posts-grid .posts-grid__filters-fields .form-field--multi .form-select,
section.posts-grid .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date) .form-select,
section.posts-grid .posts-grid__filters-fields .form-field--select .form-multi-toggle,
section.posts-grid .posts-grid__filters-fields .form-field--multi .form-multi-toggle,
section.posts-grid .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date) .form-multi-toggle {
  width: 100%;
}
section.posts-grid .posts-grid__filters-fields .button--clear-filters {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: none;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button:hover {
  background: rgba(255, 255, 255, 0.1);
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button.is-open,
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button.has-value {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #2C3138;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button.is-open:hover,
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button.has-value:hover {
  background: #FFFFFF;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button.is-open .posts-grid__filter-date-icon,
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button.has-value .posts-grid__filter-date-icon {
  color: #2C3138;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-icon {
  color: #FFFFFF;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-icon i {
  font-size: 1.2rem;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-clear {
  border-color: #FFFFFF;
  background: #2C3138;
  color: #FFFFFF;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-clear:hover {
  background: #FFFFFF;
  color: #2C3138;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filters-nav .swiper-button-prev:hover,
section.posts-grid .posts-grid__filters--dark .posts-grid__filters-nav .swiper-button-next:hover {
  opacity: 0.9;
}
@media (max-width: 1024px) {
  section.posts-grid .posts-grid__filters-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.posts-grid .posts-grid__filters-row--ticker {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75rem;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--filters,
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    max-width: 100%;
    gap: 0.65rem;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date),
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields .form-field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields .posts-grid__filter--date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.65rem;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions .posts-grid__cta-inline {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions .posts-grid__cta-inline .posts-grid__cta,
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions .posts-grid__cta-inline .button,
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions .posts-grid__cta-inline button[type='submit']:not(.is-icon-submit),
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions .posts-grid__cta-inline input[type='submit']:not(.is-icon-submit) {
    width: 100%;
    max-width: 100%;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions .posts-grid__filters-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  section.posts-grid .posts-grid__filters-side--filters {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  section.posts-grid .posts-grid__filters-side--actions {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.posts-grid .posts-grid__filters-fields {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 0.85rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    width: 100%;
    max-width: 100%;
  }
  section.posts-grid .posts-grid__filters-fields .posts-grid__filter,
  section.posts-grid .posts-grid__filters-fields .form-field,
  section.posts-grid .posts-grid__filters-fields .button--clear-filters {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  section.posts-grid .posts-grid__filters-fields .posts-grid__filter--date {
    width: auto;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  section.posts-grid .posts-grid__filters-fields .posts-grid__filter-date-button {
    width: 3rem;
    min-width: 3rem;
  }
  section.posts-grid .posts-grid__filters-fields .form-field--select select,
  section.posts-grid .posts-grid__filters-fields .form-field--multi select,
  section.posts-grid .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date) select,
  section.posts-grid .posts-grid__filters-fields .form-field--select .form-select,
  section.posts-grid .posts-grid__filters-fields .form-field--multi .form-select,
  section.posts-grid .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date) .form-select,
  section.posts-grid .posts-grid__filters-fields .form-field--select .form-multi-toggle,
  section.posts-grid .posts-grid__filters-fields .form-field--multi .form-multi-toggle,
  section.posts-grid .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date) .form-multi-toggle {
    width: 100%;
  }
  section.posts-grid .posts-grid__filters-fields .button--clear-filters {
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.25rem 0.55rem;
    font-size: 1.1rem;
    line-height: 1.15;
    gap: 0.3rem;
    overflow: hidden;
  }
  section.posts-grid .posts-grid__filters-fields .button--clear-filters .button__label {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    white-space: normal;
    overflow: hidden;
    text-align: center;
    line-height: 1.15;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  section.posts-grid .posts-grid__filters-fields .button--clear-filters::after {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 0.85rem;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
}
section.posts-grid .posts-grid__filter {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  max-width: 100%;
}
section.posts-grid .posts-grid__filter--date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  min-width: auto;
  max-width: none;
}
section.posts-grid .posts-grid__filter-date-button {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  padding: 0;
  border: 2px solid #2C3138;
  border-radius: 0;
  background: transparent;
  color: #2C3138;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color color border-color 0.3s ease;
  transition: background-color color border-color 0.3s ease;
}
section.posts-grid .posts-grid__filter-date-button:hover {
  background: rgba(44, 49, 56, 0.08);
}
section.posts-grid .posts-grid__filter-date-clear {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: 2px solid #2C3138;
  background: #FFFFFF;
  color: #2C3138;
  font-size: 1rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color color border-color 0.3s ease;
  transition: background-color color border-color 0.3s ease;
}
section.posts-grid .posts-grid__filter-date-clear:hover {
  background: #2C3138;
  color: #FFFFFF;
}
section.posts-grid .posts-grid__filter-date-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  color: inherit;
}
section.posts-grid .posts-grid__filter-date-icon i {
  font-size: 1.1rem;
  line-height: 1;
}
section.posts-grid .posts-grid__empty {
  width: 100%;
  padding: 2rem 0;
  color: #2C3138;
  font-size: 1.05rem;
  text-align: center;
}
section.posts-grid.posts-grid--filters-dark .posts-grid__empty,
section.posts-grid.posts-grid--filters-dark .posts-grid__filters-meta {
  color: #FFFFFF;
}
section.posts-grid .posts-grid__footer-wrap {
  width: 100%;
}
section.posts-grid .posts-grid__cta-wrap {
  width: 100%;
  margin-top: 2rem;
}
section.posts-grid .posts-grid__cta-inline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
section.posts-grid--cta-in-toolbar .posts-grid__cta-wrap {
  display: none;
}
@media (max-width: 1024px) {
  section.posts-grid--cta-in-toolbar .posts-grid__cta-inline {
    display: none;
  }
  section.posts-grid--cta-in-toolbar .posts-grid__cta-wrap {
    display: block;
    margin-top: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  section.posts-grid--cta-in-toolbar.posts-grid--arrows-in-filters .posts-grid__cta-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  section.posts-grid--cta-in-toolbar.posts-grid--arrows-in-filters .posts-grid__cta-wrap {
    display: none;
  }
}
section.posts-grid .posts-grid__cta.button.secondary,
section.posts-grid .posts-grid__ctabutton[type='submit']:not(.is-icon-submit).secondary,
section.posts-grid .posts-grid__ctainput[type='submit']:not(.is-icon-submit).secondary {
  background-color: #FFFFFF;
  color: #2C3138;
  border-color: rgba(44, 49, 56, 0.2);
}
section.posts-grid .posts-grid__cta.button.secondary .button__label,
section.posts-grid .posts-grid__ctabutton[type='submit']:not(.is-icon-submit).secondary .button__label,
section.posts-grid .posts-grid__ctainput[type='submit']:not(.is-icon-submit).secondary .button__label {
  color: #2C3138;
}
section.posts-grid .posts-grid__cta.button.secondary::after,
section.posts-grid .posts-grid__ctabutton[type='submit']:not(.is-icon-submit).secondary::after,
section.posts-grid .posts-grid__ctainput[type='submit']:not(.is-icon-submit).secondary::after {
  color: #2C3138;
}
section.posts-grid .posts-grid__cta.button.secondary:hover,
section.posts-grid .posts-grid__ctabutton[type='submit']:not(.is-icon-submit).secondary:hover,
section.posts-grid .posts-grid__ctainput[type='submit']:not(.is-icon-submit).secondary:hover {
  background-color: #F8F4F1;
  color: #2C3138;
  border-color: rgba(44, 49, 56, 0.3);
}
section.posts-grid .posts-grid__cta.button.secondary:hover::after,
section.posts-grid .posts-grid__ctabutton[type='submit']:not(.is-icon-submit).secondary:hover::after,
section.posts-grid .posts-grid__ctainput[type='submit']:not(.is-icon-submit).secondary:hover::after {
  color: #2C3138;
}
section.posts-grid.is-loading .posts-grid__body {
  opacity: 0.55;
  pointer-events: none;
}
@media (max-width: 1024px) {
  section.posts-grid--ticker .posts-grid-ticker-wrapper {
    width: auto;
    overflow: hidden;
    margin-left: -2rem !important;
    margin-right: -2rem !important;
    padding-top: 1.5rem;
    padding-right: 2rem !important;
  }
  section.posts-grid--ticker .posts-grid-ticker-wrapper .swiper {
    width: auto;
    padding: 0 0 0 2rem;
    margin: 0;
    overflow: visible;
  }
  section.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-slide {
    width: 105%;
    max-width: 36rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  section.posts-grid--ticker.posts-grid--ticker-overflow .posts-grid-ticker-wrapper {
    overflow: visible;
    padding-top: 0;
    margin-top: 4.5rem;
  }
  section.posts-grid--ticker.posts-grid--ticker-overflow .posts-grid-ticker-wrapper > .posts-grid__nav {
    right: 2rem;
    left: auto;
  }
  section.posts-grid--ticker.posts-grid--ticker-overflow .posts-grid-ticker-wrapper .swiper {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0;
    overflow: visible;
  }
  section.posts-grid--ticker.posts-grid--ticker-simple .posts-grid-ticker-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: visible;
  }
  section.posts-grid--ticker.posts-grid--ticker-simple .posts-grid-ticker-wrapper .swiper {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 1.5rem 0 0;
    overflow: hidden;
  }
  section.posts-grid--ticker.posts-grid--ticker-simple .posts-grid-ticker-wrapper .swiper-slide {
    max-width: none;
    padding-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section.posts-grid--ticker.posts-grid--ticker-simple .posts-grid-ticker-wrapper .data-hub-card,
  section.posts-grid--ticker.posts-grid--ticker-simple .posts-grid-ticker-wrapper .post-card.data-hub-card {
    overflow: visible;
  }
  section.posts-grid--ticker.posts-grid--ticker-simple.posts-grid--has-arrows:not(.posts-grid--arrows-top) .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-prev,
  section.posts-grid--ticker.posts-grid--ticker-simple.posts-grid--has-arrows:not(.posts-grid--arrows-top) .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-next {
    top: calc(1.5rem + (100% - 1.5rem) / 2);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #FFFFFF;
  }
  section.posts-grid--ticker.posts-grid--ticker-simple.posts-grid--has-arrows:not(.posts-grid--arrows-top) .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-next {
    left: calc(100% - 1.5rem);
    right: auto;
  }
  section.posts-grid--ticker.posts-grid--ticker-simple.posts-grid--has-arrows:not(.posts-grid--arrows-top) .posts-grid-ticker-wrapper > .posts-grid__nav .swiper-button-prev {
    right: calc(100% - 1.5rem);
    left: auto;
  }
  section.posts-grid--ticker.posts-grid--has-arrows:not(.posts-grid--ticker-simple) .posts-grid-ticker-wrapper {
    margin-left: -2rem !important;
  }
}
.simple-slider {
  width: 100%;
}
.simple-slider__wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
  background: transparent;
}
.simple-slider__swiper {
  width: 100%;
  overflow: hidden;
  border-radius: 0.4rem;
}
.simple-slider__slide {
  line-height: 0;
  overflow: hidden;
  border-radius: 0.4rem;
}
.simple-slider__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.4rem;
}
.simple-slider .swiper-button-prev,
.simple-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FFFFFF;
  color: #2C3138;
}
.simple-slider .swiper-button-next {
  left: calc(100% - 1.5rem);
  right: auto;
}
.simple-slider .swiper-button-prev {
  right: calc(100% - 1.5rem);
  left: auto;
}
.simple-slider__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  z-index: 3;
  width: 100%;
  margin: 0;
  --swiper-pagination-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .simple-slider .swiper-button-prev,
  .simple-slider .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0.55rem;
  }
  .simple-slider .swiper-button-next {
    left: calc(100% - 1.25rem);
    right: auto;
  }
  .simple-slider .swiper-button-prev {
    right: calc(100% - 1.25rem);
    left: auto;
  }
  .simple-slider__pagination {
    bottom: 0.75rem;
  }
}
section.simple-text {
  line-height: 1.7;
}
section.simple-text .simple-text-content.text-content--columns {
  -webkit-column-count: var(--cols, 1);
     -moz-column-count: var(--cols, 1);
          column-count: var(--cols, 1);
  -webkit-column-gap: clamp(1.5rem, 3vw, 3rem);
     -moz-column-gap: clamp(1.5rem, 3vw, 3rem);
          column-gap: clamp(1.5rem, 3vw, 3rem);
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}
section.simple-text .simple-text-content.text-content--columns > * {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
section.simple-text .simple-text-content.text-content--columns > p,
section.simple-text .simple-text-content.text-content--columns > ul,
section.simple-text .simple-text-content.text-content--columns > ol {
  -webkit-column-break-inside: auto;
     -moz-column-break-inside: auto;
          break-inside: auto;
}
section.simple-text .simple-text-content.text-content--columns > h1,
section.simple-text .simple-text-content.text-content--columns > h2,
section.simple-text .simple-text-content.text-content--columns > h3,
section.simple-text .simple-text-content.text-content--columns > h4,
section.simple-text .simple-text-content.text-content--columns > h5,
section.simple-text .simple-text-content.text-content--columns > h6 {
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
}
@media (max-width: 1024px) {
  section.simple-text .simple-text-content.text-content--columns {
    -webkit-column-count: min(var(--cols, 1), 2);
       -moz-column-count: min(var(--cols, 1), 2);
            column-count: min(var(--cols, 1), 2);
  }
}
@media (max-width: 768px) {
  section.simple-text .simple-text-content.text-content--columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.spacer {
  height: var(--spacer-height, 0);
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .spacer {
    height: calc(var(--spacer-height, 0rem) / 2);
  }
}
.tabs {
  --tabs-border-color: rgba(var(--text-color-rgb, 154, 154, 154), 0.4);
  width: 100%;
}
.tabs__nav-wrap {
  position: relative;
  width: 100%;
}
.tabs__arrow {
  display: none;
}
.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 1px solid var(--tabs-border-color);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.tabs__nav::-webkit-scrollbar {
  display: none;
}
.tabs__trigger {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  text-align: center;
  padding: 1.35rem 1.25rem;
  margin: 0;
  background: transparent;
  border: none;
  -webkit-border-start: 1px solid var(--tabs-border-color);
          border-inline-start: 1px solid var(--tabs-border-color);
  color: var(--text-color, #FFFFFF);
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.tabs__trigger:first-child {
  -webkit-border-start: none;
          border-inline-start: none;
}
.tabs__trigger:hover {
  color: #E66A3C;
}
.tabs__trigger.is-active {
  color: #E66A3C;
  background: transparent;
}
.tabs__panels {
  position: relative;
  background: transparent;
  padding: 2.75rem 0 0;
}
.tabs__panel {
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.tabs__panel.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 2;
}
.tabs__panel--has-columns.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  --gap: 4rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 1024px) {
  .tabs__nav-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3.35rem minmax(0, 1fr) 3.35rem;
    grid-template-columns: 3.35rem minmax(0, 1fr) 3.35rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    direction: ltr;
    width: 100%;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background-color: #2C3138;
  }
  .tabs__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 3.35rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: color background-color ease;
    transition: color background-color ease;
  }
  .tabs__arrow:hover,
  .tabs__arrow:focus-visible {
    color: #E66A3C;
    background-color: rgba(255, 255, 255, 0.06);
    outline: none;
  }
  .tabs__arrow--prev {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.28);
            border-inline-end: 1px solid rgba(255, 255, 255, 0.28);
  }
  .tabs__arrow--next {
    -webkit-border-start: 1px solid rgba(255, 255, 255, 0.28);
            border-inline-start: 1px solid rgba(255, 255, 255, 0.28);
  }
  .tabs__arrow-icon {
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
  }
  .tabs__arrow--prev .tabs__arrow-icon {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .tabs__arrow--next .tabs__arrow-icon {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .tabs__nav {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
  }
  .tabs__trigger {
    display: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    min-width: 0;
    padding: 1.05rem 0.85rem;
    border: 0;
    -webkit-border-start: 0;
            border-inline-start: 0;
    color: #E66A3C;
    font-size: 1.15rem;
    pointer-events: none;
  }
  .tabs__trigger.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs__trigger:hover,
  .tabs__trigger.is-active {
    color: #E66A3C;
    background: transparent;
  }
  .tabs__panels {
    padding-top: 2rem;
  }
  .tabs__panels .details-list {
    margin: 0;
  }
}
.ticker-gallery {
  width: 100%;
}
.ticker-gallery__wrapper {
  position: relative;
  width: 100%;
}
.ticker-gallery__swiper {
  width: 100%;
  overflow: hidden;
  padding: 1.5rem 0 0.5rem;
}
.ticker-gallery__swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticker-gallery__swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ticker-gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 15.625rem;
  margin: 0 auto;
  text-align: center;
  direction: rtl;
  -webkit-transform: scale(0.72);
          transform: scale(0.72);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.ticker-gallery .swiper-slide-active .ticker-gallery__item {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.ticker-gallery--few-slides .ticker-gallery__item,
.ticker-gallery--few-slides .swiper-slide-active .ticker-gallery__item {
  -webkit-transform: none;
          transform: none;
}
.ticker-gallery__image {
  width: 100%;
  aspect-ratio: 1;
  margin: 0 0 1rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(44, 49, 56, 0.08);
  position: relative;
}
.ticker-gallery__img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ticker-gallery__title {
  margin: 0;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
}
.ticker-gallery__title::after {
  content: '';
  display: block;
  width: 1.1rem;
  height: 0.28rem;
  margin: 0.55rem auto 0.45rem;
  background-color: #E66A3C;
}
.ticker-gallery__subtitle {
  margin: 0;
  color: rgba(44, 49, 56, 0.72);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.35;
}
.ticker-gallery__nav .swiper-button-prev,
.ticker-gallery__nav .swiper-button-next {
  position: absolute;
  top: 42%;
  z-index: 20;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
}
.ticker-gallery__nav .swiper-button-prev.swiper-button-disabled,
.ticker-gallery__nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.ticker-gallery__nav .swiper-button-prev.swiper-button-lock,
.ticker-gallery__nav .swiper-button-next.swiper-button-lock {
  display: none;
}
.ticker-gallery__nav .swiper-button-prev {
  left: 0;
  right: auto;
}
.ticker-gallery__nav .swiper-button-next {
  left: auto;
  right: 0;
}
.ticker-gallery__pagination {
  position: static;
  margin-top: 1.25rem;
}
.ticker-gallery--has-arrows .ticker-gallery__swiper {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
@media (max-width: 1024px) {
  .ticker-gallery {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .ticker-gallery > .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .ticker-gallery__wrapper {
    width: 100%;
  }
  .ticker-gallery__swiper {
    padding: 1.25rem 0 0.35rem;
  }
  .ticker-gallery__swiper .swiper-slide {
    width: 58%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ticker-gallery--has-arrows .ticker-gallery__swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .ticker-gallery__nav {
    display: none;
  }
  .ticker-gallery__item {
    max-width: 100%;
    width: 100%;
    -webkit-transform: scale(0.78);
            transform: scale(0.78);
  }
  .ticker-gallery .swiper-slide-active .ticker-gallery__item {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .ticker-gallery--few-slides .ticker-gallery__item,
  .ticker-gallery--few-slides .swiper-slide-active .ticker-gallery__item {
    -webkit-transform: scale(0.78);
            transform: scale(0.78);
  }
  .ticker-gallery--few-slides .swiper-slide-active .ticker-gallery__item {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .ticker-gallery__image {
    margin-bottom: 1.15rem;
  }
  .ticker-gallery__title {
    font-size: 1.2rem;
  }
  .ticker-gallery__subtitle {
    font-size: 0.92rem;
  }
}
.media-gallery {
  width: 100%;
  overflow: visible;
}
.media-gallery--fit .media-gallery__swiper {
  overflow: hidden;
}
.media-gallery__wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
}
.media-gallery__swiper {
  width: 100%;
  overflow: hidden;
}
.media-gallery__swiper .swiper-slide {
  height: auto;
}
.media-gallery__item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.77777778;
  border-radius: 0.4rem;
  overflow: hidden;
  background: #2C3138;
  color: #FFFFFF;
  direction: rtl;
}
.media-gallery__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.media-gallery__cover,
.media-gallery__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.media-gallery__cover--video {
  pointer-events: none;
}
.media-gallery__placeholder {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 49, 56, 0.4)), to(rgba(44, 49, 56, 0.4))), #F8F4F1;
  background: linear-gradient(rgba(44, 49, 56, 0.4), rgba(44, 49, 56, 0.4)), #F8F4F1;
}
.media-gallery__heading {
  position: absolute;
  top: 1.25rem;
  inset-inline-start: 1.25rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.65rem;
  max-width: calc(100% - 2.5rem);
  text-align: start;
  pointer-events: none;
}
.media-gallery__rule {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.28rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  min-height: 2.4rem;
  background: #E66A3C;
  border-radius: 1px;
}
.media-gallery__title {
  margin: 0;
  color: #FFFFFF;
  font-family: "Heebo", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 1px 8px rgba(44, 49, 56, 0.45);
  white-space: pre-line;
}
.media-gallery__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85rem;
  min-height: 4.25rem;
  padding: 0.85rem 1rem;
  background: rgba(248, 244, 241, 0.88);
  color: #2C3138;
  direction: ltr;
}
.media-gallery__play {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #E66A3C;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: -webkit-transform background-color ease;
  transition: -webkit-transform background-color ease;
  transition: transform background-color ease;
  transition: transform background-color ease, -webkit-transform background-color ease;
}
.media-gallery__play svg {
  display: block;
  width: 0.95rem;
  height: auto;
  -webkit-margin-start: 0.12rem;
          margin-inline-start: 0.12rem;
}
.media-gallery__play:hover,
.media-gallery__play:focus-visible {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.media-gallery__play:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}
.media-gallery__caption {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: start;
  direction: rtl;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.media-gallery__nav .swiper-button-prev,
.media-gallery__nav .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.media-gallery__nav .swiper-button-prev.swiper-button-lock,
.media-gallery__nav .swiper-button-next.swiper-button-lock,
.media-gallery__nav .swiper-button-prev.swiper-button-disabled,
.media-gallery__nav .swiper-button-next.swiper-button-disabled {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
.media-gallery__nav .swiper-button-next {
  left: calc(100% - 1.5rem);
  right: auto;
}
.media-gallery__nav .swiper-button-prev {
  right: calc(100% - 1.5rem);
  left: auto;
}
.media-gallery__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  z-index: 3;
  width: 100%;
  margin: 0;
  --swiper-pagination-color: #FFFFFF;
}
.media-gallery--has-arrows .media-gallery__swiper {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .media-gallery__nav .swiper-button-prev,
  .media-gallery__nav .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0.55rem;
    background-color: #FFFFFF;
  }
  .media-gallery__nav .swiper-button-next {
    left: calc(100% - 1.25rem);
    right: auto;
  }
  .media-gallery__nav .swiper-button-prev {
    right: calc(100% - 1.25rem);
    left: auto;
  }
  .media-gallery__pagination {
    bottom: 0.75rem;
  }
  .media-gallery__item {
    aspect-ratio: 1.33333333;
  }
  .media-gallery__heading {
    top: 1rem;
    inset-inline-start: 1rem;
  }
  .media-gallery__title {
    font-size: 0.95rem;
  }
  .media-gallery__play {
    width: 2.85rem;
    height: 2.85rem;
  }
}
@media (max-width: 768px) {
  .media-gallery__footer {
    min-height: 3.75rem;
    padding: 0.7rem 0.85rem;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.wysiwyg-font-mikhmoret {
  font-family: "Suez One", serif;
}
div.h1,
div.h2,
div.h3 {
  font-family: "Suez One", serif;
  font-weight: 400;
  color: #2C3138;
  margin: 0 0 0.8em;
}
@media (max-width: 1024px) {
  div.h1,
  div.h2,
  div.h3 {
    margin-bottom: 0.5rem;
  }
}
div.h1 {
  font-size: 2.45em;
  line-height: 1.1;
}
div.h2 {
  font-size: 1.95em;
  line-height: 1.15;
}
div.h3 {
  font-size: 1.55em;
  line-height: 1.2;
}
.wysiwyg-read-more__intro > *:last-child,
.wysiwyg-read-more__content > *:last-child {
  margin-bottom: 0;
}
.wysiwyg-read-more__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  margin-top: 0.5rem;
  padding: 0;
  border: 0;
  background: none;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.wysiwyg-read-more__button::before {
  content: '\2193';
  display: inline-block;
  font-size: 1.15em;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wysiwyg-read-more__button:hover,
.wysiwyg-read-more__button:focus {
  color: #2C3138;
}
.wysiwyg-read-more__button:hover::before,
.wysiwyg-read-more__button:focus::before {
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
.wysiwyg-read-more.is-open .wysiwyg-read-more__button::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wysiwyg-read-more__content {
  margin-top: 1.5rem;
}
.hidden {
  display: none;
}
.circle-arrow-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--circle-arrow-icon-size, 2.6rem);
  height: var(--circle-arrow-icon-size, 2.6rem);
  border: 1px solid var(--circle-arrow-icon-color, #2C3138);
  border-radius: 50%;
  color: var(--circle-arrow-icon-color, #2C3138);
  padding-top: 0.2rem;
  -webkit-transition: -webkit-transform color border-color;
  transition: -webkit-transform color border-color;
  transition: transform color border-color;
  transition: transform color border-color, -webkit-transform color border-color;
}
.circle-arrow-icon i {
  display: block;
  font-size: var(--circle-arrow-icon-font-size, 0.75rem);
  font-style: normal;
  line-height: 1;
  -webkit-transform: all 0.4s ease;
          transform: all 0.4s ease;
}
.accordion {
  width: 100%;
}
.accordion__items {
  border-bottom: 2px solid #E66A3C;
}
.accordion__item {
  border-top: 2px solid #E66A3C;
}
.accordion__heading {
  margin: 0;
}
.accordion__trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 4.1rem;
  padding: 1.5rem 0 1.5rem 3.2rem;
  border: 0;
  background: transparent;
  color: #2C3138;
  font-family: "Suez One", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 700;
  line-height: 1;
  text-align: right;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.accordion__trigger:hover,
.accordion__trigger:focus {
  color: #1c2024;
}
.accordion__title {
  display: block;
}
.accordion__icon {
  position: absolute;
  left: 0;
  top: 50%;
  --circle-arrow-icon-color: #2C3138;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion__content {
  color: #2C3138;
}
.accordion__body {
  padding: 0.4rem 0 2.3rem;
  font-size: 1rem;
  line-height: 1.75;
}
.accordion__body > *:last-child {
  margin-bottom: 0;
}
.accordion__item.is-open .accordion__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.informative-accordion {
  width: 100%;
  overflow-anchor: none;
}
.informative-accordion__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #2C3138;
}
.informative-accordion__item {
  background-color: #FFFFFF;
  overflow: hidden;
}
.informative-accordion__item p {
  color: #2C3138;
}
.informative-accordion__heading {
  margin: 0;
}
.informative-accordion__trigger,
.informative-accordion__title--static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 3.6rem;
  padding: 0.9rem 1.2rem 0.9rem 3.4rem;
  background-color: #2C3138;
  color: #FFFFFF;
  font-family: "Suez One", serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
}
.informative-accordion__trigger {
  position: relative;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.informative-accordion__trigger:hover,
.informative-accordion__trigger:focus {
  background-color: #1f2227;
}
.informative-accordion__title--static {
  position: relative;
}
.informative-accordion__icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  --circle-arrow-icon-color: #FFFFFF;
  --circle-arrow-icon-size: 2.2rem;
  --circle-arrow-icon-font-size: 0.65rem;
  border-color: #FFFFFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.informative-accordion__list {
  padding: 0.35rem 1.2rem;
  background-color: #FFFFFF;
}
.informative-accordion__list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2rem 0.75rem minmax(0, 1fr);
  grid-template-columns: 2rem minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(44, 49, 56, 0.28);
  direction: rtl;
}
.informative-accordion__list-item:first-child {
  border-top: 0;
}
.informative-accordion__list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: rgba(44, 49, 56, 0.18);
  color: #2C3138;
  font-size: 0.85rem;
  line-height: 1;
}
.informative-accordion__list-icon .dashicons,
.informative-accordion__list-icon i,
.informative-accordion__list-icon span {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: 1;
}
.informative-accordion__list-icon img {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.informative-accordion__list-text {
  color: #2C3138;
  font-size: 0.95rem;
  line-height: 1.45;
}
.informative-accordion__list-text strong {
  font-weight: 700;
}
.informative-accordion__body {
  padding: 1rem;
  color: #2C3138;
  font-size: 0.95rem;
  line-height: 1.5;
}
.informative-accordion__body > *:last-child {
  margin-bottom: 0;
}
.informative-accordion__item.is-open .informative-accordion__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.clipped-panel {
  background-color: var(--clipped-panel-bg, #FFFFFF);
}
.clipped-panel--bottom-left {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, var(--clipped-panel-clip-inset, 11%) 100%);
}
.video-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease visibility 0.3s ease ease;
  transition: opacity 0.3s ease visibility 0.3s ease ease;
}
.video-popup[hidden] {
  display: none;
}
.video-popup.is-open {
  opacity: 1;
  visibility: visible;
}
.video-popup__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.video-popup__container {
  position: relative;
  width: 98%;
  max-width: 1600px;
  z-index: 1;
}
.video-popup__close {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #E66A3C;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 1rem;
  z-index: 10;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.video-popup__close svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.video-popup__close:hover {
  background-color: #d44d1b;
}
.video-popup__content {
  position: relative;
  width: 100%;
  background-color: #2C3138;
}
.video-popup__player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-popup__player iframe,
.video-popup__player video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-popup__player video {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #2C3138;
}
body.video-popup-open {
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.post-labels,
.event-card-grid__labels {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-labels--spaced,
.event-card-grid__labels--spaced {
  margin-bottom: 0.75rem;
}
.post-label,
.event-card-grid__label {
  display: inline-block;
  padding: 0.25rem 1.7rem 0.25rem 1.5rem;
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0.75rem 100%);
  margin-left: -0.9rem;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.post-label:nth-child(odd),
.event-card-grid__label:nth-child(odd) {
  background-color: #424a55;
}
.post-label:nth-child(odd):hover,
.event-card-grid__label:nth-child(odd):hover {
  background-color: #2C3138;
}
.post-label:nth-child(even),
.event-card-grid__label:nth-child(even) {
  background-color: #2C3138;
}
.post-label:nth-child(even):hover,
.event-card-grid__label:nth-child(even):hover {
  background-color: #1a1d21;
}
.post-label:last-child,
.event-card-grid__label:last-child {
  padding-right: 1rem;
}
.post-label:first-child,
.event-card-grid__label:first-child {
  margin-left: 0;
}
.post-label:only-child,
.event-card-grid__label:only-child {
  margin-left: 0;
  padding-right: 1rem;
}
.post-label--inline,
.event-card-grid__label--inline {
  margin: 0 0.15rem;
  padding: 0.25rem 1rem 0.25rem 1.5rem;
  background-color: #2C3138;
  vertical-align: middle;
}
.post-label--inline:hover,
.event-card-grid__label--inline:hover {
  background-color: #1a1d21;
}
.post-label--inline.post-label--dark,
.event-card-grid__label--inline.post-label--dark {
  background-color: #2C3138;
}
.post-label--inline.post-label--dark:hover,
.event-card-grid__label--inline.post-label--dark:hover {
  background-color: #1f2227;
}
.post-label--inline.post-label--light,
.event-card-grid__label--inline.post-label--light {
  background-color: #424a55;
}
.post-label--inline.post-label--light:hover,
.event-card-grid__label--inline.post-label--light:hover {
  background-color: #2C3138;
}
.card-details-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}
.card-details-layout > .more-details {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1024px) {
  .card-details-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-details-layout__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.more-details {
  width: 4rem;
  background-color: #2C3138;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  overflow: visible;
}
.more-details.is-open .more-details-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.more-details-btn {
  background-color: transparent;
  color: #FFFFFF;
  font-family: "Suez One", serif;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 1.4rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.more-details-btn .more-details-btn-text {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  -webkit-transition: gap 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: gap 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: gap 0.3s ease-in-out, transform 0.3s ease;
  transition: gap 0.3s ease-in-out, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.more-details-btn .more-details-btn-text i {
  font-size: 0.9rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.more-details-btn:hover .more-details-btn-text {
  gap: 0.4rem;
}
.more-details-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #2C3138;
  color: #FFFFFF;
  min-width: 280px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 1rem 1.5rem 2rem;
  gap: 1rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.more-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}
.more-details-item p {
  margin: 0;
}
.more-details-item i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: #FFFFFF;
  color: #2C3138;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .more-details-item {
    font-size: 1.1rem;
  }
  .more-details-item i {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .more-details {
    width: 100%;
    z-index: 5;
  }
  .more-details .more-details-btn {
    min-height: 4rem;
    height: auto;
    padding: 0.7rem 1.5rem;
  }
  .more-details .more-details-btn .more-details-btn-text {
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.35rem;
    font-size: 1.6rem;
    line-height: 1;
  }
  .more-details.is-open .more-details-btn .more-details-btn-text i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .more-details .more-details-content {
    position: static;
    right: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    padding: 0 1.5rem;
    -webkit-transition: max-height 0.35s ease, padding 0.35s ease;
    transition: max-height 0.35s ease, padding 0.35s ease;
  }
  .more-details.is-open .more-details-content {
    max-height: 30rem;
    padding: 1.25rem 1.5rem 1.5rem;
  }
}
section.breadcrumbs {
  padding-bottom: 2rem;
}
@media (max-width: 1024px) {
  section.breadcrumbs {
    display: none;
  }
}
@media (max-width: 1024px) {
  .search-page .search-banner .breadcrumbs {
    display: none;
  }
}
.search-page .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10%;
  padding-bottom: 1rem;
}
.search-page .search-wrapper h1 {
  margin-bottom: 0;
  color: #2C3138;
  font-family: "Suez One", serif;
}
.search-page .search-wrapper .site-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  min-width: 0;
}
.search-page .search-wrapper .site-search-form__field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  min-height: 3rem;
  height: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.55rem 1.2rem;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  outline: none;
  border: 1px solid rgba(44, 49, 56, 0.18);
}
.search-page .search-wrapper .site-search-form__field::-webkit-input-placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
.search-page .search-wrapper .site-search-form__field::-moz-placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
.search-page .search-wrapper .site-search-form__field:-ms-input-placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
.search-page .search-wrapper .site-search-form__field::-ms-input-placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
.search-page .search-wrapper .site-search-form__field::placeholder {
  color: rgba(44, 49, 56, 0.55);
  opacity: 1;
}
.search-page .search-wrapper .site-search-form__field:focus,
.search-page .search-wrapper .site-search-form__field:focus-visible {
  border-color: #2C3138;
  -webkit-box-shadow: 0 0 0 2px rgba(230, 106, 60, 0.45);
          box-shadow: 0 0 0 2px rgba(230, 106, 60, 0.45);
  outline: 2px solid transparent;
}
.search-page .search-wrapper .site-search-form__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3rem;
  height: 3rem;
}
@media (max-width: 1024px) {
  .search-page .search-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.25rem;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  .search-page .search-wrapper h1 {
    width: 100%;
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.85rem;
  }
  .search-page .search-wrapper .site-search-form__field {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form__field::-webkit-input-placeholder {
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form__field::-moz-placeholder {
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form__field:-ms-input-placeholder {
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form__field::-ms-input-placeholder {
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form__field::placeholder {
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form__submit {
    width: 100%;
    min-width: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search-page .search-results {
  display: none;
  padding: 2.5rem 0 4rem;
}
.search-page .search-results.is-open,
.search-page .search-results.is-loading {
  display: block;
}
.search-page .search-results.is-loading {
  opacity: 0.65;
}
.search-page .search-results__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.search-page .search-results__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
.search-page .search-results__header h2 {
  margin: 0;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.35;
}
.search-page .search-results__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.search-page .search-results__empty {
  margin: 0;
  color: #2C3138;
  font-size: 1.2rem;
}
.search-page .search-result-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #F8F4F1;
  color: #2C3138;
}
.search-page .search-result-card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
          flex: 0 0 7rem;
  width: 7rem;
  height: 7rem;
  overflow: hidden;
  border-radius: 0.35rem;
}
.search-page .search-result-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-page .search-result-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  gap: 0.55rem;
}
.search-page .search-result-card__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}
.search-page .search-result-card__term-path {
  color: rgba(44, 49, 56, 0.62);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.35;
}
.search-page .search-result-card__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}
.search-page .search-result-card__title a {
  color: #2C3138;
  text-decoration: none;
}
.search-page .search-result-card__title a:hover,
.search-page .search-result-card__title a:focus-visible {
  color: #E66A3C;
}
.search-page .search-result-card__excerpt {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(44, 49, 56, 0.78);
}
.search-page .search-result-card__excerpt p {
  margin: 0 0 0.45rem;
}
.search-page .search-result-card__excerpt p:last-child {
  margin-bottom: 0;
}
.search-page .search-result-card__more {
  margin-top: auto;
  padding-top: 0.75rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 768px) {
  .search-page .search-result-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-page .search-result-card .search-result-card__image {
    width: 100%;
    height: 10rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.search-page .navigation.pagination {
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.event-card-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
  height: 100%;
  overflow: hidden;
}
.event-card-grid__image {
  display: block;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.event-card-grid__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.event-card-grid__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.event-card-grid__ticket {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: 2;
  height: 3.75rem;
  pointer-events: none;
}
.event-card-grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.3rem 0;
}
.event-card-grid__content > .button:last-child,
.event-card-grid__content > button[type='submit']:not(.is-icon-submit):last-child,
.event-card-grid__content > input[type='submit']:not(.is-icon-submit):last-child {
  margin-top: auto;
}
.event-card-grid .top-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.event-card-grid__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  font-size: 1.1rem;
  font-weight: 500;
}
.event-card-grid__date,
.event-card-grid__time {
  font-size: 0.9rem;
}
.event-card-grid__separator {
  opacity: 0.7;
}
.event-card-grid__title {
  margin: 0 0 0.5rem;
}
.event-card-grid__title a {
  color: #FFFFFF;
}
.event-card-grid__excerpt {
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10%;
}
.event-card-grid__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-family: "Suez One", serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-card-grid__cta i {
  font-size: 0.7rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.event-card-grid__cta:hover {
  background-color: #FFFFFF;
  color: #2C3138;
}
.event-card-grid__cta:hover i {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.media-card-grid__image {
  aspect-ratio: 1.77777778;
}
.media-card-grid__content {
  padding-top: 1rem;
}
.media-card-grid .top-meta {
  margin-bottom: 0.75rem;
}
.media-card-grid__meta,
.media-card-grid__date {
  font-size: 0.82rem;
}
.media-card-grid__label {
  font-size: 0.75rem;
}
.media-card-grid__title {
  margin-bottom: 0.75rem;
  font-size: clamp(1.7rem, 2.35vw, 2.45rem);
  line-height: 1.05;
}
.media-card-grid__excerpt {
  margin-bottom: 1rem;
  padding-left: 6%;
  font-size: 0.9rem;
  line-height: 1.5;
}
.media-card-grid__excerpt p:last-child {
  margin-bottom: 0;
}
.media-card-grid__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  min-width: 7rem;
  padding-block: 0.45rem;
  font-size: 0.9rem;
}
.team-member-card {
  height: 100%;
  color: #2C3138;
}
.team-member-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.team-member-card__inner h3 {
  font-size: 1.8rem;
  margin: 0;
}
.team-member-card__inner:hover .team-member-card__img,
.team-member-card__inner:focus .team-member-card__img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.team-member-card__inner:hover .team-member-card__title,
.team-member-card__inner:focus .team-member-card__title {
  color: #1a1d21;
}
.team-member-card__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.25rem;
          flex: 0 0 5.25rem;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}
.team-member-card__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.team-member-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  text-align: right;
  padding-top: 0.5rem;
}
.team-member-card__subtitle {
  margin-top: 0.25rem;
  color: #2C3138;
  font-size: 0.9rem;
  line-height: 1.3;
  max-width: 73%;
}
.movie-card {
  position: relative;
  min-height: 13rem;
  height: 100%;
  padding: 0;
  background-color: #F8F4F1;
  color: #2C3138;
  overflow: hidden;
}
.movie-card__body {
  min-height: inherit;
  height: 100%;
}
.movie-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  height: 100%;
  padding: 1.5rem;
}
.movie-card__media {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
}
.movie-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.movie-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.movie-card__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.movie-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: right;
  padding: 1rem 0 1rem 4rem;
}
.movie-card .card-short-text {
  color: #2C3138;
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 1.45;
}
.movie-card__title {
  font-size: 1.7rem;
  margin-bottom: 0;
}
.movie-card__title a {
  color: inherit;
  text-decoration: none;
}
.movie-card__title a:hover {
  color: #16181b;
}
.movie-card__subtitle {
  margin-bottom: 0.35rem;
  color: #2C3138;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}
.movie-card__sinopsis {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #FFFFFF;
}
.movie-card__sinopsis p {
  margin: 0 0 0.25rem;
}
.movie-card__sinopsis p:last-child {
  margin-bottom: 0;
}
.movie-card__details {
  z-index: 5;
}
@media (min-width: 1025px) {
  .movie-card__details .more-details-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100vw - 4rem);
    max-width: 34rem;
    padding: 2rem;
  }
}
.movie-card__media .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .movie-card {
    min-height: 0;
  }
  .movie-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .movie-card__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .movie-card__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2rem 1.5rem 0.5rem;
  }
  .movie-card__media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: 100%;
    padding: 1.5rem;
  }
  .movie-card__image {
    aspect-ratio: auto;
  }
  .movie-card__image img {
    height: auto;
  }
  .movie-card__title {
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .movie-card__title a {
    color: #2C3138;
  }
  .movie-card__subtitle {
    margin-top: 0.35rem;
    font-size: 1.15rem;
  }
  .movie-card .card-short-text {
    margin-top: 1.25rem;
    font-size: 1.2rem;
  }
}
.course-card {
  position: relative;
  height: 100%;
  min-height: 19rem;
  border: 2px solid #2C3138;
  background-color: #FFFFFF;
  color: #2C3138;
  overflow: hidden;
}
.course-card__body {
  min-height: inherit;
  height: 100%;
}
.course-card__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: inherit;
  height: 100%;
}
.course-card__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  overflow: hidden;
  line-height: 0;
}
.course-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.course-card__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.course-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  padding: 2rem 2rem 3.5rem;
}
.course-card__title {
  margin: 0 0 0.75rem;
  color: #2C3138;
  font-size: 1.65rem;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.course-card__title i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.course-card__title a {
  color: inherit;
  text-decoration: none;
}
.course-card__title a:hover {
  color: #16181b;
}
.course-card__excerpt {
  color: #2C3138;
  font-size: 0.95rem;
  line-height: 1.55;
}
.course-card__excerpt p {
  margin: 0 0 0.4rem;
}
.course-card__excerpt p:last-child {
  margin-bottom: 0;
}
.course-card__link {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .course-card {
    min-height: 0;
    height: auto;
    background-color: #FFFFFF;
  }
  .course-card__body {
    min-height: 0;
    height: auto;
  }
  .course-card__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 0;
    height: auto;
  }
  .course-card__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: 100%;
    aspect-ratio: 1.6;
  }
  .course-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .course-card__content {
    padding: 1.5rem 1.5rem 6.2rem 2.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .course-card__title {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 0.85rem;
  }
  .course-card__title i {
    margin-bottom: 0.65rem;
  }
  .course-card__excerpt {
    font-size: 1.2rem;
  }
  .course-card__link {
    z-index: 2;
  }
}
.diploma-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 18rem;
  height: 100%;
  padding: 0.5rem;
  border: 2px solid #2C3138;
  background-color: #FFFFFF;
  color: #2C3138;
  overflow: hidden;
}
.diploma-card__image {
  display: block;
  aspect-ratio: 1.77777778;
  margin-bottom: 0.9rem;
  overflow: hidden;
  line-height: 0;
}
.diploma-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.diploma-card__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.diploma-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3.8rem;
}
.diploma-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
  padding: 1rem 1.2rem;
  background-color: #2C3138;
  color: #FFFFFF;
}
.diploma-card__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 2rem;
  line-height: 1;
}
.diploma-card__title {
  margin: 0;
  color: inherit;
  font-size: 1.5rem;
  line-height: 1.15;
}
.diploma-card__title a {
  color: inherit;
  text-decoration: none;
}
.diploma-card__subtitle {
  margin: 0 1.2rem 0.6rem;
  color: #2C3138;
  font-weight: 700;
  line-height: 1.35;
}
.diploma-card__excerpt {
  margin: 0 1.2rem;
  font-size: 0.95rem;
  line-height: 1.6;
}
.diploma-card__excerpt p {
  margin: 0 0 0.4rem;
}
.diploma-card__excerpt p:last-child {
  margin-bottom: 0;
}
.diploma-card__link {
  position: absolute;
  bottom: 0;
  left: 0;
}
.scholarship-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  height: 100%;
  background-color: #F8F4F1;
  color: #2C3138;
  overflow: hidden;
}
.scholarship-card__image {
  display: block;
  margin: 1.1rem 1.1rem 0;
  aspect-ratio: 3.2;
  overflow: hidden;
  line-height: 0;
}
.scholarship-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.scholarship-card__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.scholarship-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 2rem 4rem;
}
.scholarship-card__title {
  line-height: 1.05;
}
.scholarship-card__title a {
  color: inherit;
  text-decoration: none;
}
.scholarship-card__title a:hover {
  color: #16181b;
}
.scholarship-card__subtitle {
  color: #2C3138;
}
.scholarship-card__excerpt {
  color: #2C3138;
  font-size: 1.05rem;
}
.scholarship-card__excerpt p {
  margin: 0 0 0.4rem;
}
.scholarship-card__excerpt p:last-child {
  margin-bottom: 0;
}
.scholarship-card__link {
  position: absolute;
  bottom: 0;
  left: 0;
}
.collaboration-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #F8F4F1;
  --text-color: #2C3138;
  --text-color-rgb: 44, 49, 56;
  color: #2C3138;
  text-align: right;
  border-radius: 0.3rem;
}
.collaboration-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2.5rem 1.5rem 1.5rem;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.collaboration-card__title {
  margin: 0 0 0.5rem;
  font-weight: 700;
}
.collaboration-card__title::after {
  content: '';
  display: block;
  width: 1.1rem;
  height: 0.36rem;
  margin-top: 0.5rem;
  background-color: #E66A3C;
}
.collaboration-card__title a {
  color: inherit;
  text-decoration: none;
}
.collaboration-card__title a:hover,
.collaboration-card__title a:focus-visible {
  color: #E66A3C;
}
.collaboration-card__excerpt {
  margin: 0;
}
.collaboration-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  padding-top: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.collaboration-card__image {
  display: block;
  width: 100%;
  margin: 0 0 1.5rem;
  line-height: 0;
  overflow: hidden;
  border-radius: 0.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.collaboration-card__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.collaboration-card__more {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-section.row .column .collaboration-card__more {
  color: #E66A3C;
}
.page-section.row .column .collaboration-card__more:hover,
.page-section.row .column .collaboration-card__more:focus-visible {
  color: #d44d1b;
}
.data-hub {
  padding: 2rem 0 3.4rem;
}
.data-hub__term-trigger {
  display: none;
}
.data-hub__nav-panel {
  display: block;
}
.data-hub__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  background-color: #F8F4F1;
}
.data-hub__title {
  margin: 0;
  color: #2C3138;
  font-family: "Suez One", serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 2.4vw, 2.5rem);
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.data-hub__toolbar-actions {
  --data-hub-control-height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: auto;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.data-hub__search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32rem;
          flex: 0 0 32rem;
  width: 18rem;
  max-width: 18rem;
}
.data-hub__search-input {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: var(--data-hub-control-height);
  min-height: var(--data-hub-control-height);
  max-height: var(--data-hub-control-height);
  margin: 0;
  padding: 0 1.1rem;
  border: 1px solid rgba(44, 49, 56, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1;
  outline: none;
  -webkit-transition: border-color 160ms ease, -webkit-box-shadow 160ms ease;
  transition: border-color 160ms ease, -webkit-box-shadow 160ms ease;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  transition: border-color 160ms ease, box-shadow 160ms ease, -webkit-box-shadow 160ms ease;
}
.data-hub__search-input::-webkit-input-placeholder {
  color: rgba(44, 49, 56, 0.4);
}
.data-hub__search-input::-moz-placeholder {
  color: rgba(44, 49, 56, 0.4);
}
.data-hub__search-input:-ms-input-placeholder {
  color: rgba(44, 49, 56, 0.4);
}
.data-hub__search-input::-ms-input-placeholder {
  color: rgba(44, 49, 56, 0.4);
}
.data-hub__search-input::placeholder {
  color: rgba(44, 49, 56, 0.4);
}
.data-hub__search-input:focus {
  border-color: rgba(230, 106, 60, 0.7);
  -webkit-box-shadow: 0 0 0 2px rgba(230, 106, 60, 0.18);
          box-shadow: 0 0 0 2px rgba(230, 106, 60, 0.18);
}
.data-hub__search-input::-webkit-search-decoration,
.data-hub__search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.data-hub__views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.35rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: var(--data-hub-control-height);
}
.data-hub__view-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--data-hub-control-height);
  height: var(--data-hub-control-height);
  padding: 0;
  border: 1px solid rgba(44, 49, 56, 0.18);
  border-radius: 0;
  background: #fff;
  color: #2C3138;
  cursor: pointer;
  -webkit-transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.data-hub__view-btn:hover {
  border-color: rgba(44, 49, 56, 0.35);
}
.data-hub__view-btn.is-active {
  background: #E66A3C;
  border-color: #E66A3C;
  color: #fff;
}
.data-hub__view-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}
.data-hub__view-icon svg {
  display: block;
  width: 1.05rem;
  height: auto;
}
.data-hub__view-icon--list svg {
  width: 1.1rem;
}
.data-hub__view-icon--grid svg {
  width: 1.05rem;
}
.data-hub__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(14rem, 18rem) 3.4rem minmax(0, 1fr);
  grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
  gap: 3.4rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.data-hub__nav {
  min-width: 0;
}
.data-hub__main {
  min-width: 0;
}
.data-hub__content {
  min-height: 8rem;
}
.data-hub.is-loading .data-hub__content {
  opacity: 0.45;
  pointer-events: none;
  -webkit-transition: opacity 160ms ease;
  transition: opacity 160ms ease;
}
.data-hub__empty {
  margin: 0;
  padding-top: 2.5rem;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.4;
}
.data-hub--list .data-hub-group__grid {
  gap: 1rem;
  --gap: 1rem;
}
.data-hub--list .data-hub-group__grid .data-hub-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  padding: 1.25rem 1.5rem;
  border-radius: 0;
}
.data-hub--list .data-hub-group__grid .data-hub-card .data-hub-card__link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.data-hub--list .data-hub-group__grid .data-hub-card .data-hub-card__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 3.1rem;
  height: 3.1rem;
  margin: 0;
}
.data-hub--list .data-hub-group__grid .data-hub-card .data-hub-card__body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  gap: 0.35rem;
  text-align: start;
}
.data-hub--list .data-hub-group__grid .data-hub-card .data-hub-card__chevron {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #E66A3C;
  line-height: 0;
}
.data-hub--list .data-hub-group__grid .data-hub-card .data-hub-card__chevron svg {
  display: block;
  width: 0.5rem;
  height: auto;
}
.data-hub--list .data-hub-group__grid .data-hub-card:has(.data-hub-card__cta) .data-hub-card__chevron {
  display: none;
}
.data-hub--list .data-hub-group__grid .data-hub-card[dir="ltr"] .data-hub-card__chevron svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.data-hub--list .data-hub-group__grid .data-hub-card .data-hub-card__title {
  padding-top: 0;
  text-align: start;
}
.data-hub--list .data-hub-group__grid .data-hub-card .data-hub-card__divider {
  margin-top: 0.5rem;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.data-hub--list .data-hub-group__grid .data-hub-card .data-hub-card__excerpt {
  max-height: 3.2em;
  overflow: hidden;
  text-align: start;
}
.data-hub--list .data-hub-group__grid .data-hub-card .data-hub-card__author {
  margin: 0;
}
.data-hub--list .data-hub-group__grid .data-hub-card .data-hub-card__cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
  white-space: nowrap;
}
.data-hub--list .data-hub-group__grid .data-hub-card[dir="ltr"] .data-hub-card__cta::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 1024px) {
  .data-hub {
    padding-top: 1rem;
  }
  .data-hub__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .data-hub__nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .data-hub__main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .data-hub__term-trigger {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 3.35rem;
    grid-template-columns: minmax(0, 1fr) 3.35rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(44, 49, 56, 0.14);
    background: #F8F4F1;
    color: #2C3138;
    text-align: start;
    cursor: pointer;
    direction: rtl;
  }
  .data-hub__term-trigger-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.2rem;
    min-width: 0;
    padding: 0.95rem 1.1rem;
  }
  .data-hub__term-trigger-name {
    display: block;
    color: #2C3138;
    font-family: "Heebo", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .data-hub__term-trigger-desc {
    display: block;
    color: rgba(44, 49, 56, 0.72);
    font-family: "Heebo", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4;
  }
  .data-hub__term-trigger-desc.is-empty {
    display: none;
  }
  .data-hub__term-trigger-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-start: 1px solid rgba(44, 49, 56, 0.14);
            border-inline-start: 1px solid rgba(44, 49, 56, 0.14);
    color: #E66A3C;
    line-height: 0;
  }
  .data-hub__term-trigger-arrow svg {
    display: block;
    width: 1rem;
    height: auto;
    -webkit-transition: -webkit-transform 320ms ease;
    transition: -webkit-transform 320ms ease;
    transition: transform 320ms ease;
    transition: transform 320ms ease, -webkit-transform 320ms ease;
  }
  .data-hub.is-term-menu-open .data-hub__term-trigger-arrow svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .data-hub__nav-panel {
    display: none;
    margin-top: 0.35rem;
    border: 1px solid rgba(44, 49, 56, 0.14);
    background: #F8F4F1;
    overflow: hidden;
  }
  .data-hub__toolbar {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  .data-hub__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .data-hub__toolbar-actions {
    --data-hub-control-height: 2.75rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    margin: 0;
    gap: 0.5rem;
  }
  .data-hub__search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .data-hub__search-input {
    border-radius: 0;
    border-color: rgba(44, 49, 56, 0.18);
    font-size: 0.92rem;
  }
  .data-hub__views {
    gap: 0.4rem;
    direction: ltr;
  }
}
.data-hub-nav {
  --data-hub-nav-top: 7rem;
  --data-hub-nav-bottom-gap: 1.5rem;
  position: sticky;
  top: var(--data-hub-nav-top);
  background-color: #F8F4F1;
  padding: 2.6rem;
  direction: ltr;
}
.data-hub-nav.is-stuck {
  max-height: calc(100vh - var(--data-hub-nav-top) - var(--data-hub-nav-bottom-gap));
  max-height: calc(100dvh - var(--data-hub-nav-top) - var(--data-hub-nav-bottom-gap));
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
body.admin-bar .data-hub-nav {
  --data-hub-nav-top: calc(7rem + 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .data-hub-nav {
    --data-hub-nav-top: calc(7rem + 46px);
  }
}
@media (max-width: 1024px) {
  .data-hub-nav {
    position: static;
    padding: 0.35rem 0.85rem 0.65rem;
    background: transparent;
  }
  .data-hub-nav.is-stuck {
    max-height: none;
    overflow: visible;
  }
  .data-hub-nav__children,
  .data-hub-nav__chevron {
    display: none !important;
  }
  .data-hub-nav__row {
    padding: 0.85rem 0.25rem;
  }
  .data-hub-nav__parent {
    font-size: 1.05rem;
    font-weight: 500;
  }
  .data-hub-nav__description {
    font-size: 0.82rem;
  }
  .data-hub-nav__item.is-active .data-hub-nav__parent {
    color: #E66A3C;
  }
}
.data-hub-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  direction: rtl;
}
.data-hub-nav__row {
  display: block;
  border-bottom: 1px solid rgba(44, 49, 56, 0.12);
  padding: 0.75rem 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.data-hub-nav__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
.data-hub-nav__parent {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #2C3138;
  font-size: 1.1rem;
  line-height: 1.3;
}
.data-hub-nav__row:hover .data-hub-nav__parent {
  color: #E66A3C;
}
.data-hub-nav__item.is-active .data-hub-nav__parent {
  color: #E66A3C;
  font-weight: 500;
}
.data-hub-nav__item.is-active .data-hub-nav__chevron {
  color: #E66A3C;
}
.data-hub-nav__chevron {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2C3138;
  line-height: 0;
  -webkit-transition: -webkit-transform 180ms ease;
  transition: -webkit-transform 180ms ease;
  transition: transform 180ms ease;
  transition: transform 180ms ease, -webkit-transform 180ms ease;
}
.data-hub-nav__chevron svg {
  display: block;
  width: 0.8rem;
  height: auto;
}
.data-hub-nav__item.is-open .data-hub-nav__chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.data-hub-nav__description {
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
  color: #2C3138;
  font-weight: 300;
  line-height: 1.45;
}
.data-hub-nav__description p {
  margin: 0;
}
.data-hub-nav__children {
  list-style: none;
  margin: 0;
  padding: 1.5rem 0;
}
.data-hub-nav__child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0 0.4rem 0.75rem;
  color: #2C3138;
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.data-hub-nav__child a:before {
  content: "";
  display: block;
  width: 0.36rem;
  height: 0.78rem;
  background-color: #E66A3C;
}
.data-hub-nav__child a:hover,
.data-hub-nav__child a.is-active {
  color: #E66A3C;
}
.data-hub-groups {
  padding-top: 3rem;
}
.data-hub-groups--search {
  padding-top: 4rem;
}
.data-hub-group {
  margin-bottom: 3.4rem;
}
.data-hub-group__header {
  margin-bottom: 3.5rem;
}
.data-hub-group__line {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.65rem;
  background: #E66A3C;
}
.data-hub-group__title {
  margin: 0;
  color: #E66A3C;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.5vw, 1.15rem);
  line-height: 1.3;
}
.data-hub-group__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.5rem;
  --gap: 2.5rem;
}
.data-hub-subgroup {
  margin-top: 2.75rem;
}
.data-hub-subgroup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
  max-width: 70%;
}
.data-hub-subgroup__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  overflow: hidden;
  background: #F8F4F1;
}
.data-hub-subgroup__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.data-hub-subgroup__intro {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.data-hub-subgroup__title {
  margin: 0 0 1rem;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.35;
}
.data-hub-subgroup__description {
  margin: 0;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 0.88rem;
  line-height: 1.5;
}
.data-hub-subgroup__description > *:first-child {
  margin-top: 0;
}
.data-hub-subgroup__description > *:last-child {
  margin-bottom: 0;
}
.data-hub-subgroup__description p {
  margin: 0 0 0.5rem;
}
.data-hub-subgroup__header.has-thumb .data-hub-subgroup__title {
  margin-bottom: 0.65rem;
}
.data-hub-subgroup .data-hub-group__grid {
  margin-top: 2.75rem;
  padding-top: 0.75rem;
}
.data-hub-subgroup .data-hub__empty {
  margin-top: 2rem;
}
.data-hub-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8F4F1;
  padding: 0 1.5rem 1.5rem;
  border-radius: 0.5rem;
  --text-color: #2C3138;
  --text-color-rgb: 44, 49, 56;
  color: #2C3138;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.data-hub-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}
.data-hub-card__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  background: #E66A3C;
  color: #FFFFFF;
  margin: -1.45rem auto 0;
}
.data-hub-card__icon svg {
  display: block;
  width: 1.15rem;
  height: auto;
}
.data-hub-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  gap: 0.75rem;
  min-width: 0;
}
.data-hub-card__chevron {
  display: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.data-hub-card__title {
  margin: 0;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.2vw, 1.25rem);
  line-height: 1.4;
  padding-top: 0.7rem;
}
.data-hub-card__divider {
  display: block;
  width: 1.1rem;
  height: 0.36rem;
  background-color: #E66A3C;
}
.data-hub-card__excerpt {
  margin: 0;
  line-height: 1.45;
}
.data-hub-card__excerpt > *:first-child {
  margin-top: 0;
}
.data-hub-card__excerpt > *:last-child {
  margin-bottom: 0;
}
.data-hub-card__excerpt p {
  margin: 0 0 0.45rem;
  line-height: inherit;
}
.data-hub-card__author,
.data-hub-card__cta {
  margin: auto 0 0;
  color: #E66A3C;
  font-size: clamp(1.2rem, 1.15vw, 0.95rem);
  line-height: 1.3;
}
.data-hub-card__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  gap: 0.4em;
  margin: auto auto 0 0;
  font-weight: 500;
}
.data-hub-card__cta::after {
  content: '';
  display: inline-block;
  width: 0.95rem;
  height: 0.85rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.828' height='12.829' viewBox='0 0 14.828 12.829'%3E%3Cg transform='translate(-1318.585 -1210.586)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'%3E%3Cg transform='translate(1320 1212)'%3E%3Cline x1='5' y2='5'/%3E%3Cline x1='5' y1='5' transform='translate(0 5)'/%3E%3C/g%3E%3Cg transform='translate(1326.905 1212)'%3E%3Cline x1='5' y2='5' transform='translate(0.095)'/%3E%3Cline x1='5' y1='5' transform='translate(0.095 5)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.828' height='12.829' viewBox='0 0 14.828 12.829'%3E%3Cg transform='translate(-1318.585 -1210.586)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'%3E%3Cg transform='translate(1320 1212)'%3E%3Cline x1='5' y2='5'/%3E%3Cline x1='5' y1='5' transform='translate(0 5)'/%3E%3C/g%3E%3Cg transform='translate(1326.905 1212)'%3E%3Cline x1='5' y2='5' transform='translate(0.095)'/%3E%3Cline x1='5' y1='5' transform='translate(0.095 5)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.data-hub-card__link:hover .data-hub-card__title {
  color: #E66A3C;
}
.hub-audio-post {
  padding: 2rem 0 3rem;
}
.hub-audio-post__content {
  margin: 0 0 1.25rem;
}
.hub-audio-post__content > *:first-child {
  margin-top: 0;
}
.hub-audio-post__content > *:last-child {
  margin-bottom: 0;
}
.hub-audio-post .hub-audio-player {
  padding: 0;
}
.hub-audio-player {
  padding: 2rem 0 3.4rem;
}
.hub-audio-player__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 1.35rem 1.5rem;
  background: #F8F4F1;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 8px 28px rgba(44, 49, 56, 0.08);
          box-shadow: 0 8px 28px rgba(44, 49, 56, 0.08);
}
.hub-audio-player__toggle {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #E66A3C;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: background-color 160ms ease, -webkit-transform 160ms ease;
  transition: background-color 160ms ease, -webkit-transform 160ms ease;
  transition: transform 160ms ease, background-color 160ms ease;
  transition: transform 160ms ease, background-color 160ms ease, -webkit-transform 160ms ease;
}
.hub-audio-player__toggle:hover {
  background: #e35521;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.hub-audio-player__toggle:focus-visible {
  outline: 2px solid rgba(230, 106, 60, 0.45);
  outline-offset: 3px;
}
.hub-audio-player__icon {
  position: absolute;
  inset: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hub-audio-player__icon svg {
  display: block;
}
.hub-audio-player__icon--play {
  opacity: 1;
  visibility: visible;
}
.hub-audio-player__icon--play svg {
  -webkit-margin-start: 0.15rem;
          margin-inline-start: 0.15rem;
}
.hub-audio-player__card.is-playing .hub-audio-player__icon--play {
  opacity: 0;
  visibility: hidden;
}
.hub-audio-player__card.is-playing .hub-audio-player__icon--pause {
  opacity: 1;
  visibility: visible;
}
.hub-audio-player__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.85rem;
}
.hub-audio-player__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}
.hub-audio-player__title {
  margin: 0;
  color: #2C3138;
  font-family: "Heebo", sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 600;
  line-height: 1.3;
}
.hub-audio-player__author {
  margin: 0;
  color: rgba(44, 49, 56, 0.7);
  font-family: "Heebo", sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.35;
}
.hub-audio-player__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.45rem;
}
.hub-audio-player__track {
  position: relative;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(44, 49, 56, 0.1);
  overflow: hidden;
}
.hub-audio-player__progress {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  width: 0%;
  border-radius: inherit;
  background: #E66A3C;
  pointer-events: none;
}
.hub-audio-player__range {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}
.hub-audio-player__times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  color: rgba(44, 49, 56, 0.65);
  font-family: "Heebo", sans-serif;
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  direction: ltr;
}
.hub-audio-player__audio {
  display: none;
}
@media (max-width: 1024px) {
  .hub-audio-player {
    padding: 1rem 0 2rem;
  }
  .hub-audio-player__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1rem;
    padding: 1.15rem;
  }
  .hub-audio-player__toggle {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.site-footer {
  color: #FFFFFF;
  position: relative;
  margin-top: 3rem;
}
.site-footer .footer-elem {
  width: 100vw;
  height: 63rem;
  position: absolute;
  bottom: 88%;
  z-index: 1;
  left: 0;
}
.site-footer .footer-elem svg {
  width: 100%;
  height: auto;
}
.site-footer .bottom-footer {
  background-color: #2C3138;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 1.35rem 6rem;
  font-size: 0.9rem;
  color: #FFFFFF;
  position: relative;
  font-weight: 200;
}
.site-footer .bottom-footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer .bottom-footer__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.75rem;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.site-footer .bottom-footer__brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.site-footer .bottom-footer__brand-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85rem;
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer .bottom-footer__brand-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #FFFFFF;
  line-height: 0;
}
.site-footer .bottom-footer__brand-icon svg {
  display: block;
  width: 2.5rem;
  height: auto;
}
.site-footer .bottom-footer__brand-logo {
  display: block;
  width: auto;
  max-width: 10rem;
  max-height: 3rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .bottom-footer__brand-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.15rem;
  text-align: right;
  line-height: 1.2;
}
.site-footer .bottom-footer__brand-name {
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
}
.site-footer .bottom-footer__brand-name-line {
  display: inline;
}
.site-footer .bottom-footer__brand-tagline {
  font-family: "Heebo", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}
.site-footer .bottom-footer__nav {
  min-width: 0;
}
.site-footer .bottom-footer__nav ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .bottom-footer__nav ul.menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #FFFFFF;
}
.site-footer .bottom-footer__nav ul.menu li:after {
  content: '|';
  margin: 0 0.7rem;
  color: #FFFFFF;
  opacity: 0.9;
}
.site-footer .bottom-footer__nav ul.menu li:last-child:after {
  display: none;
}
.site-footer .bottom-footer__nav ul.menu li a {
  color: #FFFFFF;
  font-size: 0.9rem;
  white-space: nowrap;
}
.site-footer .bottom-footer__nav ul.menu li a:hover,
.site-footer .bottom-footer__nav ul.menu li a:focus-visible {
  color: rgba(255, 255, 255, 0.75);
}
.site-footer .bottom-footer__copy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.site-footer .bottom-footer__copy p {
  margin: 0;
  color: #FFFFFF;
  font-size: 0.85rem;
  line-height: 1.4;
  white-space: nowrap;
}
.site-footer .footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10%;
}
.site-footer .footer-cols .footer-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.site-footer .widget-title {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  color: inherit;
  font-family: "Suez One", serif;
  font-weight: 400;
}
.site-footer .widget img.widget-image--rem-sized {
  display: block;
  max-width: 100%;
}
.site-footer ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer ul.menu li {
  margin-bottom: 0.1rem;
  color: #FFFFFF;
}
.site-footer ul.menu li a {
  color: #FFFFFF;
  font-size: 1rem;
}
.site-footer ul.menu li a:hover {
  color: #E66A3C;
}
.site-footer .site-info {
  margin-top: 3.4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  text-align: center;
}
.site-footer .footer-col__chevron {
  display: none;
}
.site-footer .footer-col__content {
  display: block;
}
@media (max-width: 1024px) {
  .site-footer {
    margin-top: 0;
  }
  .site-footer .footer-elem {
    display: none;
  }
  .site-footer .container {
    padding: 0;
  }
  .site-footer .top-footer {
    display: none;
  }
  .site-footer .bottom-footer {
    padding: 3.5rem 2rem 4.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    background-image: none;
    text-align: right;
  }
  .site-footer .bottom-footer__start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    width: 100%;
  }
  .site-footer .bottom-footer__brand {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2.75rem;
  }
  .site-footer .bottom-footer__brand-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .site-footer .bottom-footer__brand-text {
    display: none;
  }
  .site-footer .bottom-footer__brand-icon svg,
  .site-footer .bottom-footer__brand-logo {
    width: auto;
    max-width: 11rem;
    max-height: 3.5rem;
  }
  .site-footer .bottom-footer__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2.75rem;
  }
  .site-footer .bottom-footer__nav ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.9rem;
  }
  .site-footer .bottom-footer__nav ul.menu li {
    width: auto;
  }
  .site-footer .bottom-footer__nav ul.menu li:after {
    content: none;
  }
  .site-footer .bottom-footer__nav ul.menu li a {
    font-size: 1.05rem;
    font-weight: 300;
  }
  .site-footer .bottom-footer__copy {
    width: 100%;
    text-align: right;
  }
  .site-footer .bottom-footer__copy p {
    white-space: normal;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.5;
  }
  .site-footer .footer-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .site-footer .footer-cols .footer-col {
    width: 100%;
  }
  .site-footer .footer-cols .footer-col--first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .site-footer .footer-cols .footer-col--accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
  .site-footer .footer-cols .footer-col--accordion .widget {
    margin: 0;
  }
  .site-footer .footer-cols .footer-col--accordion ul li {
    margin-bottom: 0.7rem;
  }
  .site-footer .footer-cols .footer-col--accordion .widget-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    width: 100%;
    margin: 0;
    padding: 1rem 0;
    border: 0;
    background: transparent;
    color: #FFFFFF;
    font: inherit;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: start;
    cursor: pointer;
    font-family: "Suez One", serif;
  }
  .site-footer .footer-cols .footer-col--accordion .footer-col__chevron {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    line-height: 1;
    -webkit-transition: -webkit-transform 220ms ease;
    transition: -webkit-transform 220ms ease;
    transition: transform 220ms ease;
    transition: transform 220ms ease, -webkit-transform 220ms ease;
    padding-top: 0.2rem;
  }
  .site-footer .footer-cols .footer-col--accordion .footer-col__chevron::before {
    content: '\e900';
    font-family: 'icomoon';
    font-size: 0.85rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .site-footer .footer-cols .footer-col--accordion .footer-col__content {
    display: none;
    padding: 0 0 1rem;
  }
  .site-footer .footer-cols .footer-col--accordion.is-open .footer-col__chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.mobile-dock .scroll-to-top {
  position: fixed;
  bottom: 2rem;
  inset-inline-end: 2rem;
  z-index: 110;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  border: 2px solid #2C3138;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #2C3138;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-dock .scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mobile-dock .scroll-to-top:hover,
.mobile-dock .scroll-to-top:focus-visible {
  background-color: #2C3138;
  color: #FFFFFF;
}
.mobile-dock .scroll-to-top__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-dock .scroll-to-top__icon svg {
  display: block;
  width: 1.1rem;
  height: auto;
}
.mobile-actions {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    pointer-events: none;
    padding: 1rem 2rem;
  }
  .mobile-dock .scroll-to-top {
    left: 0.7rem;
    right: auto;
    inset-inline-end: auto;
    bottom: 1.6rem;
    width: 3rem;
    height: 3rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
  }
  .has-mobile-actions #page {
    padding-bottom: 5.5rem;
  }
  .has-mobile-actions .mobile-dock {
    -webkit-filter: drop-shadow(0 -6px 16px rgba(44, 49, 56, 0.18));
            filter: drop-shadow(0 -6px 16px rgba(44, 49, 56, 0.18));
  }
  .has-mobile-actions .mobile-dock .scroll-to-top {
    left: 0.7rem;
    right: auto;
    inset-inline-end: auto;
    bottom: 1.6rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
  }
  .has-mobile-actions .mobile-actions {
    display: block;
    pointer-events: auto;
    width: 100%;
    background-color: #2C3138;
    padding-left: 1.5rem;
    border: 1px solid #FFFFFF;
  }
  .has-mobile-actions .mobile-actions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 4.2rem;
  }
  .has-mobile-actions .mobile-actions__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .has-mobile-actions .mobile-actions__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 22%;
    bottom: 22%;
    left: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.45);
    pointer-events: none;
  }
  .has-mobile-actions .mobile-actions__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 4.2rem;
    padding: 0.75rem 0.5rem;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .has-mobile-actions .mobile-actions__link:hover,
  .has-mobile-actions .mobile-actions__link:focus-visible {
    opacity: 0.8;
    color: #FFFFFF;
  }
  .has-mobile-actions .mobile-actions__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    line-height: 1;
  }
  .has-mobile-actions .mobile-actions__icon .dashicons {
    width: 1.55rem;
    height: 1.55rem;
    font-size: 1.55rem;
  }
  .has-mobile-actions .mobile-actions__icon img {
    display: block;
    width: 1.55rem;
    height: 1.55rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
html.js-reveal-ready .js-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 0.85rem, 0);
          transform: translate3d(0, 0.85rem, 0);
  -webkit-transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1), transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1), transform 0.95s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-delay: var(--reveal-delay, 0ms);
          transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
html.js-reveal-ready .js-reveal.is-revealed {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
html.js-reveal-ready .js-reveal.is-reveal-done {
  will-change: auto;
}
html.js-reveal-ready .masonry-gallery__item.js-reveal {
  -webkit-transform: translate3d(0, 1rem, 0);
          transform: translate3d(0, 1rem, 0);
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}
@media (prefers-reduced-motion: reduce) {
  html.js-reveal-ready .js-reveal {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    will-change: auto;
  }
}
/*# sourceMappingURL=style.css.map */