@font-face {
  font-family: 'PT Root UI';
  src: url('../fonts/pt-root-ui/pt-root-ui-bold.woff2') format('woff2'),
    url('../fonts/pt-root-ui/pt-root-ui-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Root UI';
  src: url('../fonts/pt-root-ui/pt-root-ui-medium.woff2') format('woff2'),
    url('../fonts/pt-root-ui/pt-root-ui-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Root UI';
  src: url('../fonts/pt-root-ui/pt-root-ui-light.woff2') format('woff2'),
    url('../fonts/pt-root-ui/pt-root-ui-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Root UI';
  src: url('../fonts/pt-root-ui/pt-root-ui-regular.woff2') format('woff2'),
    url('../fonts/pt-root-ui/pt-root-ui-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* ======================== */
/* ====== Utilities ======= */
/* ======================== */

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* Image Zoom Effect */
*:has(> .img-effect) {
  display: block;
  position: relative;
  overflow: clip;
}

.img-effect {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

img.img-effect,
video.img-effect {
  object-fit: cover;
  object-position: 50% 50%;
}

.img-effect-wrapper:not(.is-playing-wrapper):hover .img-effect {
  transform: scale(1.1);
}

.text-start {
  text-align: start !important;
}

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

.text-end {
  text-align: end !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* ======================== */
/* ====== Typography ====== */
/* ======================== */

html {
  -webkit-font-smoothing: antialiased;
}

p,
li,
blockquote {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
  margin-bottom: 0;
}

ul,
ol {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

li:where(:first-child) {
  margin-top: 0;
}

li:where(:not(:first-child)) {
  margin-top: 0.25rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 2rem;
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 1.25;
  margin-top: 1.75rem;
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.33;
}

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.43;
  text-transform: uppercase;
}

table {
  margin-top: 1.5rem;
  border-spacing: 0;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
  line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 1399px) {
  h1,
  .h1 {
    font-size: clamp(2.5rem, 5vw + 1rem, 4.242rem);
    line-height: 1.2;
    margin-top: 3rem;
  }

  h2,
  .h2 {
    font-size: clamp(2rem, 3vw + 1rem, 2.828rem);
    line-height: 1.25;
    margin-top: 3rem;
  }

  h3,
  .h3 {
    font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2rem);
    line-height: 1.33;
  }

  h4,
  .h4 {
    font-size: clamp(1.25rem, 2vw + 0.25rem, 1.5rem);
    line-height: 1.4;
  }

  h5,
  .h5 {
    font-size: clamp(1rem, 1.2vw + 0.2rem, 1rem);
    line-height: 1.5;
  }

  h6,
  .h6 {
    font-size: clamp(0.875rem, 1vw + 0.2rem, 0.875rem);
    line-height: 1.43;
    text-transform: uppercase;
  }
}

:where(main ul li li) {
  list-style-type: disc;
}

@media (min-width: 1400px) {
  p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  ul,
  ol {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  li {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  ul ul,
  ol ul,
  ul ol,
  ol ol {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  blockquote {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  h1,
  .h1 {
    font-size: 4.242rem;
    line-height: 1.06;
    margin-top: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.828rem;
    line-height: 1.06;
    margin-top: 3rem;
  }

  h3,
  .h3 {
    font-size: 2rem;
    line-height: 1.33;
  }

  h4,
  .h4 {
    font-size: 1.5rem;
    line-height: 1.33;
  }

  h5,
  .h5 {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.43;
    text-transform: uppercase;
  }

  table {
    margin-top: 1.5rem;
    border-spacing: 0;
    border-collapse: collapse;
  }

  table td,
  table th {
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

/* ======================== */
/* ======= General ======== */
/* ======================== */

:root {
  --white: #fff;
  --black: #000;
  --light: #f5f5f5;
  --primary: #064178;
  --color-1: #84bbdd;
  --color-2: #63a9d4;
  --color-3: #f5c458;
  --color-4: #fec81c;
  --color-5: #0263ea;
  --color-6: #10297f;
  --color-7: #485ea2;
  --color-8: #abcff2;
  --color-9: #cddef2;
  --color-10: #eaecf2;
  --color-11: rgba(0, 0, 0, 0.03);
  --color-12: rgba(0, 0, 0, 0.15);
  --color-13: rgba(0, 5, 25, 0.5);
  --color-14: #f44336;
  --color-15: #009688;
  --color-16: rgba(255, 255, 255, 0.1);
  --color-17: #f3f8fc;
  --box-shadow: 0px 10px 10px -8px rgba(16, 41, 127, 0.3);
  --blur: blur(64px);
  --radius: 4px;
  --radius-full: 999px;
  --fa: 'Font Awesome 6 Free';
}

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

html,
body {
  overscroll-behavior: none;
}

body {
  background-color: var(--color-17);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: repeat;
  background-size: 100%;
  font-size: 100%;
  line-height: 1.33333;
  font-family: 'PT Root UI', sans-serif;
  color: var(--black);
  font-weight: 400;
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

.container {
  max-width: 1560px;
  padding-inline: 16px;
}

@media (min-width: 768px) {
  .container {
    padding-inline: 24px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-inline: 32px;
  }
}

.container-inner {
  max-width: 1112px;
  margin-inline: auto;
}

html {
  padding-top: 86px;
  transition: padding-top 1s ease;
}

@media (min-width: 1152px) {
  html {
    padding-top: 100px;
  }

  html.is-scrolled {
    padding-top: 86px;
  }
}

@media (min-width: 1400px) {
  html {
    padding-top: 180px;
  }

  html.is-scrolled {
    padding-top: 86px;
  }
}

.header {
  position: fixed;
  top: 0;
  top: var(--wp-admin--admin-bar--height, 0);
  left: 0;
  right: 0;
  z-index: 100;
  background-color: var(--color-1);
  color: var(--primary);
  border-bottom: 1px solid var(--lighter);
  height: 86px;
  transition: height 0.5s linear;
  backdrop-filter: var(--blur);
}

.header > .container-fluid,
.header > .container-fluid > .row,
.header .header__inner-container {
  height: 100%;
}
.is-scrolled .header {
  height: 86px;
}

@media (min-width: 1152px) {
  html:not(.is-scrolled) .header {
    height: 120px;
  }
}

@media (min-width: 1400px) {
  html:not(.is-scrolled) .header {
    height: 180px;
  }
}

.header__inner-container {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

@media (min-width: 480px) {
  .header__inner-container {
    gap: 40px;
  }
}

.header .logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 100%;
}

.header .logo__link {
  align-self: center;
  position: relative;
  display: block;
}

.header .logo__img {
  display: block;
  height: 60px;
  width: auto;
  max-width: 100%;
  transition: height 0.5s linear;
}

.is-scrolled .header .logo__img {
  height: 60px;
}

@media (min-width: 1152px) {
  .header .logo__link:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 1px;
    right: 0;
    top: 12px;
    bottom: 12px;
    background-color: var(--lightgray);
  }

  .is-scrolled .header .logo__img {
    height: 72px;
  }

  html:not(.is-scrolled) .header .logo__img {
    height: 100px;
  }
}

@media (min-width: 1400px) {
  html:not(.is-scrolled) .header .logo__img {
    height: 160px;
  }
}

.header__content {
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 20px;
  color: var(--primary);
}

@media (min-width: 1152px) {
  .header__content {
    align-items: center;
  }
}

.header__phone {
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media (min-width: 1152px) {
  .header__phone {
    display: none;
  }
}

.header__phone-link {
  color: var(--white);
  text-decoration: none;
  font-size: 1.25rem;
}

.header__phone-link:hover,
.header__phone-link:focus {
  color: var(--white);
  text-decoration: none;
}

.header__phone-link:active {
  color: var(--white);
  text-decoration: none;
}

.navigation {
  display: none;
}

.hamburger-navigation {
  display: block;
}

.hamburger-navigation__btn {
  color: var(--primary);
}

@media (min-width: 1152px) {
  .navigation {
    display: block;
    flex-grow: 1;
  }

  .hamburger-navigation {
    display: none;
  }
}

.hamburger-navigation__btn {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hamburger-navigation__btn-line {
  display: block;
  width: 32px;
  height: 4px;
  background: var(--white);
  border-radius: 999px;
  transform-origin: 50% 50%;
  transition: all 0.25s ease;
}

.hamburger-navigation__btn[aria-expanded='true']
  .hamburger-navigation__btn-line--2 {
  opacity: 0;
}

.hamburger-navigation__btn[aria-expanded='true']
  .hamburger-navigation__btn-line--1 {
  transform: rotate(-45deg) translate(-7px, 7px);
}

.hamburger-navigation__btn[aria-expanded='true']
  .hamburger-navigation__btn-line--3 {
  transform: rotate(45deg) translate(-7px, -7px);
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu .menu-item {
  margin: 0;
  padding: 0;
}

.main-menu .menu-item a {
  padding: 10px 22px;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: left;
  color: var(--white);
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.5;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transition: all 0.25s ease;
}

.main-menu .menu-item {
  position: relative;
}

.main-menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .sub-menu a {
  justify-content: start;
  color: var(--black);
}

@media (max-width: 1151.98px) {
  html:has(.nav-visible),
  html:has(.nav-visible) body {
    overflow: hidden;
  }

  html:has(.nav-visible) .nav-visible {
    height: calc(100vh - 86px);
  }

  html:has(.nav-visible) .nav-visible > .main-menu {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .nav-visible {
    display: block;
    position: fixed;
    z-index: 10;
    top: 100%;
    right: 0;
    left: 0;
    overflow-x: hidden;
    background-color: var(--white);
  }

  .nav-visible::-webkit-scrollbar {
    display: none;
  }

  .main-menu {
    display: block;
    background-color: var(--color-1);
  }

  .main-menu .sub-menu {
    overflow: clip;
  }

  .main-menu > li:has(.sub-menu):after {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-family: var(--fa);
    content: '\203A';
    color: var(--white);
    pointer-events: none;
    transition: transform 0.25s ease;
  }

  .main-menu > .menu-item.is-expanded:has(.sub-menu):after {
    transform: rotate(90deg);
  }

  .main-menu .menu-item {
    border-bottom: 1px solid var(--color-16);
  }

  .main-menu a {
    background-color: var(--color-1);
    color: var(--white);
    padding: 9px 60px 9px 10px;
    text-decoration: none;
  }

  .main-menu a:hover,
  .main-menu a:focus,
  .main-menu a:active {
    text-decoration: none;
  }

  .main-menu .sub-menu .menu-item a {
    padding-left: 2rem;
    background-color: var(--color-1);
    color: var(--white);
    font-size: 1rem;
  }

  .main-menu .sub-menu .sub-menu .menu-item a {
    padding-left: 4rem;
  }

  .main-menu .sub-menu .menu-item {
    border-top: 1px solid var(--color-16);
    border-bottom-width: 0;
  }

  .main-menu .menu-item-has-children.is-expanded .sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}

@media (min-width: 1152px) {
  .main-menu a {
    justify-content: center;
  }

  .main-menu > li.menu-item > a:hover,
  .main-menu > li.menu-item > a:focus,
  .main-menu > li.menu-item > a:active,
  .main-menu > li.current-menu-item > a,
  .main-menu > li.current-menu-parent > a {
    background-color: var(--color-1);
    color: var(--white);
  }

  .main-menu .current-menu-parent .current-menu-item > a {
    background-color: var(--color-1);
    color: var(--primary);
  }

  .main-menu > .menu-item > a:hover,
  .main-menu > .menu-item > a:hover,
  .main-menu > .menu-item > a:active,
  .main-menu > .menu-item-has-children a:hover,
  .main-menu > .menu-item-has-children a:focus,
  .main-menu > .menu-item-has-children a:active,
  .main-menu > .current-menu-item > a,
  .main-menu > .current-menu-parent > a {
    color: var(--primary);
  }

  .main-menu .menu-item a {
    color: var(--white);
    padding: 8px 16px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }

  .main-menu .menu-item .sub-menu .menu-item > a {
    font-size: 87.5%;
    color: var(--white);
  }

  .main-menu .menu-item .sub-menu .menu-item > a:hover,
  .main-menu .menu-item .sub-menu .menu-item > a:focus,
  .main-menu .menu-item .sub-menu .menu-item > a:active {
    background-color: var(--color-2);
    color: var(--white);
  }

  .main-menu .sub-menu {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 260px;
    background-color: var(--color-1);
  }

  .main-menu .sub-menu .menu-item .sub-menu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    top: 0;
    left: 100%;
  }

  .main-menu > .menu-item:has(a:hover) > .sub-menu,
  .main-menu > .menu-item > .sub-menu > .menu-item:has(a:hover) > .sub-menu,
  .main-menu > .menu-item:has(a:focus) > .sub-menu,
  .main-menu > .menu-item > .sub-menu > .menu-item:has(> a:focus) > .sub-menu,
  .main-menu
    > .menu-item
    > .sub-menu
    > .menu-item
    > .sub-menu:has(> .menu-item > a:focus) {
    visibility: visible;
    opacity: 1;
    height: auto;
  }

  .main-menu .menu-item-has-children > a {
    padding-right: 2rem;
  }

  .main-menu .menu-item-has-children:after {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    z-index: 1;
    display: block;
    content: '';
    font-size: 1rem;
    font-family: var(--fa);
    content: '\203A';
    color: var(--white);
    pointer-events: none;
    transform: translateY(-50%);
    transition: all 0.25s ease;
  }

  .main-menu .sub-menu .menu-item-has-children:after,
  .main-menu .sub-menu .menu-item-has-children:has(.sub-menu a:hover):after,
  .main-menu .sub-menu .menu-item-has-children:has(.sub-menu a:focus):after {
    color: var(--white);
  }

  .main-menu .sub-menu .menu-item-has-children:hover:after,
  .main-menu .sub-menu .menu-item-has-children:focus:after,
  .main-menu
    > .menu-item
    > .sub-menu
    > .menu-item-has-children:has(> a:focus):after {
    color: var(--white);
  }

  .main-menu .sub-menu .menu-item:not(:first-child) > a {
    border-top: 1px solid var(--color-11);
  }

  .main-menu > .menu-item-has-children {
    color: var(--white);
  }

  .main-menu .sub-menu .menu-item a:hover,
  .main-menu .sub-menu .menu-item a:focus,
  .main-menu .sub-menu .menu-item a:active {
    background-color: var(--lightest);
  }
}

@media (min-width: 1400px) {
  .main-menu .menu-item a {
    color: var(--white);
    padding: 8px 22px;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .main-menu .menu-item-has-children > a {
    padding-right: 2rem;
  }
}

@media (min-width: 1560px) {
  .main-menu .menu-item a {
    color: var(--white);
    padding: 8px 22px;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .main-menu .menu-item-has-children > a {
    padding-right: 2rem;
  }
}

.footer {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: transparent;
  color: var(--color-6);
}

.footer__inner-container {
  display: grid;
  gap: 20px 72px;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 992px) {
  .footer__inner-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer__boxes {
  display: grid;
  grid-template-columns: minmax(0, auto);
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .footer__boxes {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.footer .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-menu > *:not(:first-child):before {
  display: inline-block;
  content: '|';
  color: var(--white);
  padding-left: 6px;
  padding-right: 6px;
}

.footer a {
  color: var(--color-5);
  text-decoration: none;
}

.footer a:hover,
.footer a:focus {
  color: var(--color-5);
  text-decoration: none;
}

.footer a:active {
  color: var(--color-5);
  text-decoration: none;
}

.footer .footer-menu a,
.footer .footer__links a {
  font-size: 15px;
  line-height: 1.66666666667;
}

.footer__content h3 {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 20px;
}

@media (min-width: 992px) {
  .footer__content h3 {
    font-size: 20px;
  }
}

.footer__content p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.footer__img {
  display: block;
  width: 342px;
  max-width: 100%;
  height: auto;
}

/* ======================== */
/* ====== Components ====== */
/* ======================== */

/* Component - Button */

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  margin: 0;
  padding: 8px 30px;
  font-size: 16px;
  border-radius: 0;
  background: transparent;
  color: var(--primary);
  border: 1px solid transparent;
  font-size: 17px;
  font-weight: 600;
  border-radius: var(--radius);
  text-decoration: none;
  text-align: center;
}

.btn.btn--default {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--black);
}

.btn.btn--default:hover,
.btn.btn--default:focus {
  background-color: var(--color-10);
  border-color: var(--color-10);
  color: var(--black);
}

.btn.btn--default:active {
  background-color: var(--color-9);
  border-color: var(--color-9);
  color: var(--primary);
}

.btn.btn--primary {
  background-color: var(--color-6);
  border-color: var(--color-6);
  color: var(--white);
}

.btn.btn--primary:hover,
.btn.btn--primary:focus {
  background-color: var(--color-7);
  border-color: var(--color-7);
  color: var(--white);
}

.btn.btn--primary:active {
  background-color: var(--color-7);
  border-color: var(--color-7);
  color: var(--white);
}

.btn.btn--primary-ghost {
  background-color: transparent;
  border-color: var(--color-6);
  color: var(--color-6);
}

.btn.btn--primary-ghost:hover,
.btn.btn--primary-ghost:focus {
  background-color: var(--color-6);
  border-color: var(--color-6);
  color: var(--white);
}

.btn.btn--primary-ghost:active {
  background-color: var(--color-7);
  border-color: var(--color-7);
  color: var(--white);
}

.btn.btn--secondary {
  background-color: var(--color-3);
  border-color: var(--color-3);
  color: var(--black);
}

.btn.btn--secondary:hover,
.btn.btn--secondary:focus {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.btn.btn--secondary:active {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

/* Component - Accordion  */

.accordion {
  --bs-accordion-border-radius: var(--radius);
  --bs-accordion-inner-border-radius: var(--radius);
  --bs-accordion-border-color: var(--light);
  --bs-accordion-btn-focus-border-color: var(--light);
  --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-header {
  margin: 0;
  padding: 0;
}

.accordion-button {
  background-color: var(--white);
  color: var(--black);
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: var(--color-1);
  color: var(--white);
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

/* Component - Card simple */
.card-simple {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  border-radius: var(--radius);
  overflow: clip;
  background-color: var(--white);
  color: var(--black);
  border: 0;
  padding: 1rem;
  box-shadow: var(--box-shadow);
  transition: background-color 0.25s ease, color 0.25s ease;
  height: 100%;
}

.card-simple:hover,
.card-simple:has(a:focus-visible) {
  color: var(--color-6);
}

.card-simple:hover .card-simple__more-btn,
.card-simple:has(a:focus-visible) .card-simple__more-btn {
  background-color: var(--color-6);
  border-color: var(--color-6);
  color: var(--white);
}

@media (min-width: 768px) {
  .card-simple {
    padding: 1.5rem;
  }
}

.card-simple__body {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
}

.card-simple__title {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  text-wrap: balance;
}

.card-simple__content > * {
  margin: 0;
  padding: 0;
}

.card-simple__btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: end;
}

.card-simple__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.card-simple__link {
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
}

.row > [class*='col-'] > .card-simple .card-simple__body {
  display: flex;
  flex-direction: column;
}

.row > [class*='col-'] > .card-simple .card-simple__content {
  flex: 1;
}

/* Component - Card */
.card {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  border-radius: var(--radius);
  overflow: clip;
  background-color: var(--color-1);
  border: 0;
  box-shadow: var(--box-shadow);
  transition: background-color 0.25s ease;
}

.card:hover {
  background-color: var(--color-2);
}

.card__img-box {
  position: relative;
  overflow: clip;
  background-color: var(--color-10);
}

.card__img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 485 / 272;
  object-fit: cover;
  object-position: 50% 50%;
}

.card__body {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
  padding: 1rem;
  color: var(--white);
}

@media (min-width: 768px) {
  .card__body {
    padding: 1.5rem;
  }
}

.card__body .card__title {
  margin: 0;
  padding: 0;
  font-size: 2rem;
}

.card__body .card__content {
  display: grid;
}

.card__body p,
.card__body li {
  font-size: 1.125rem;
}

.card__body a:not(.btn) {
  color: var(--white);
  text-decoration: underline;
}

.card__body a:not(.btn):hover,
.card__body a:not(.btn):focus {
  color: var(--white);
  text-decoration: none;
}

.card__body a:not(.btn):active {
  color: var(--white);
  text-decoration: underline;
}

.card__link {
  position: absolute;
  display: block;
  inset: 0;
}

/* Component - Card 2 */
.card-2 {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  border-radius: var(--radius);
  overflow: clip;
  background-color: var(--white);
  color: var(--black);
  border: 0;
  box-shadow: var(--box-shadow);
  transition: background-color 0.25s ease;
}

.card-2:hover {
  color: var(--color-6);
}

.card-2:hover .card-2__more-btn,
.card-2:has(a:focus-visible) .card-2__more-btn {
  background-color: var(--color-6);
  color: var(--white);
}

.card-2__img-box {
  position: relative;
  overflow: clip;
  background-color: var(--color-10);
}

.card-2__img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 485 / 272;
  object-fit: cover;
  object-position: 50% 50%;
}

.card-2__body {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
  position: relative;
  padding: 1rem;
}

@media (min-width: 768px) {
  .card-2__body {
    padding: 1.5rem;
  }
}

.card-2__title {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}

.card-2__content {
  display: grid;
}

.card-2__body p,
.card-2__body li {
  font-size: 1.125rem;
}

.card-2__body a:not(.btn) {
  color: var(--white);
  text-decoration: underline;
}

.card-2__body a:not(.btn):hover,
.card-2__body a:not(.btn):focus {
  color: var(--white);
  text-decoration: none;
}

.card-2__body a:not(.btn):active {
  color: var(--white);
  text-decoration: underline;
}

.card-2__btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: end;
}

.card-2__link {
  position: absolute;
  display: block;
  inset: 0;
}

/* Component - event card */
.event-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: clip;
  background-color: var(--light);
  border-radius: var(--radius);
  box-shadow: var(--box-shadow);
  text-decoration: none;
}

@media (min-width: 992px) {
  .event-card {
    grid-template-columns: 120px minmax(0, 1fr) 360px;
  }
}

@media (min-width: 992px) {
  .event-card--reverse {
    transform: scaleX(-1);
  }
  .event-card--reverse > * {
    transform: scaleX(-1);
  }

  .event-card--reverse .event-card__body {
    padding-left: 24px;
    padding-right: 0;
  }
}

.event-card__img-box {
  overflow: clip;
}

.event-card__img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: 50% 50%;
}

@media (min-width: 992px) {
  .event-card__img-box {
    order: 1;
  }
  .event-card__img {
    height: 100%;
  }
}

.event-card__date {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
}

.event-card__day {
  display: flex;
  justify-content: center;
  align-items: start;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .event-card__day {
    justify-content: start;
    margin-top: -72px;
    margin-bottom: -100%;
  }
}

.event-card__day-text {
  display: inline-flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  width: max-content;
  border-top-right-radius: var(--radius);
  background-color: var(--white);
  color: var(--black);
}

.event-card:hover .event-card__day-text,
.event-card:focus-within .event-card__day-text {
  color: var(--black);
}

@media (min-width: 992px) {
  .event-card__day-text {
    justify-content: center;
    padding: 24px;
    width: auto;
    background-color: transparent;
    border-top-right-radius: unset;
  }
}

.event-card__day span {
  font-size: 24px;
  font-weight: 600;
}

.event-card__body {
  padding: 16px;
}

@media (min-width: 768px) {
  .event-card__body {
    padding: 24px;
  }
}

@media (min-width: 992px) {
  .event-card__body {
    padding: 24px 24px 24px 0;
  }
}

.event-card__date-text {
  display: inline-flex;
  padding: 2px 8px;
  margin-bottom: 16px;
  font-size: 18px;
  background-color: var(--primary);
  color: var(--white);
  font-weight: 600;
  border-radius: var(--radius);
}

.event-card:hover .event-card__date-text,
.event-card:focus-within .event-card__date-text {
  color: var(--white);
}

.event-card__title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.25;
  text-wrap: balance;
  color: var(--black);
  transition: color 0.25s ease;
  will-change: color;
}

@media (min-width: 768px) {
  .event-card__title {
    font-size: 28px;
    line-height: 1.25;
  }
}

.event-card__venue {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
}

.event-card:hover .event-card__venue,
.event-card:focus-within .event-card__venue {
  color: var(--primary);
}

.event-card__tags {
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--black);
}

.event-card:hover .event-card__tags,
.event-card:focus-within .event-card__tags {
  color: var(--black);
}

.event-card__desc {
  color: var(--black);
  transition: color 0.25s ease;
  will-change: color;
}

.event-card__desc p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.event-card__link {
  position: absolute;
  inset: 0;
  text-decoration: none;
}

.event-card:focus-within .event-card__title,
.event-card:hover .event-card__title {
  color: var(--primary);
}

.event-card:focus-within .event-card__desc,
.event-card:hover .event-card__desc {
  color: var(--primary);
}

/* Component - Team card */
.team-card {
  display: flex;
  flex-direction: column;
  color: var(--black);
  border-radius: var(--radius);
}

.team-card__img-box {
  border-radius: var(--radius-full);
  border: 8px solid var(--light);
}

.team-card__img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-full);
}

.team-card__body {
  background-image: linear-gradient(180deg, var(--white), var(--light));
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--box-shadow);
}

@media (min-width: 768px) {
  .team-card__body {
    padding: 24px;
  }
}

.team-card__body a:not(.btn) {
  color: var(--color-5);
  text-decoration: underline;
}
.team-card__body a:not(.btn):hover,
.team-card__body a:not(.btn):focus,
.team-card__body a:not(.btn):active {
  color: var(--color-5);
  text-decoration: underline;
}

.team-card__title {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 26px;
  color: var(--primary);
}

@media (min-width: 768px) {
  .team-card__title {
    font-size: 28px;
  }
}

.team-card__desc {
  padding-bottom: 12px;
  margin-bottom: auto;
  color: var(--black);
  font-size: 15px;
  line-height: 1.333333;
  transition: color 0.25s ease;
}

.team-card__contact {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.333333;
}

.team-card__docs {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.333333;
}

.team-card__docs-link {
  display: inline-block;
  vertical-align: middle;
  color: var(--color-5);
}

.team-card__details-btn-box {
  margin-top: 16px;
}

.team-card__details-btn {
  width: 100%;
}

.team-card:hover .team-card__desc,
.team-card:focus-within .team-card__desc {
  color: var(--primary);
}

/* Component - Team modal */
.team-modal .modal-header,
.team-modal .modal-footer {
  background-color: var(--color-10);
  border: 0;
}

.team-modal .modal-header .modal-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: var(--primary);
}

.team-modal .modal-body {
  padding-top: 24px;
  padding-bottom: 24px;
}

.team-modal .modal-body h3 {
  margin: 0 0 16px 0;
  padding: 0;
  color: var(--primary);
  font-size: 18px;
}

.team-modal .modal-body > * ~ h3 {
  margin-top: 24px;
}

.team-modal .modal-body ul,
.team-modal .modal-body ol {
  margin-top: 0;
  margin-bottom: 0;
}

.team-modal .modal-body p,
.team-modal .modal-body li {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
}

.team-modal .modal-body li:not(:first-child) {
  margin-top: 4px;
}

/* Component - Reference */
.reference__img-box {
  display: block;
  text-decoration: none;
}

.reference__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 80px;
  object-fit: contain;
  object-position: 50% 50%;
  transition: transform 0.25s ease;
  will-change: transition;
}

.reference__img-box:hover .reference__img {
  transform: scale(1.15);
}

/* Component - Floating CTA */

.floating-cta {
  position: fixed;
  z-index: 2;
  left: 32px;
  right: 32px;
  bottom: 32px;
  height: 114px;
  background-color: var(--color-1);
  color: var(--white);
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  border-radius: var(--radius);
  padding: 16px;
  filter: drop-shadow(0 0 8px var(--color-12));
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}

.floating-cta.is-shown {
  opacity: 1;
  visibility: visible;
}

.floating-cta.is-closed {
  display: none !important;
}

.floating-cta__img-box {
  background-color: var(--white);
  border-radius: calc(var(--radius) + 4px);
  overflow: clip;
  border: 4px solid var(--white);
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}

.floating-cta__img {
  border-radius: var(--radius);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-cta__body {
  text-align: center;
  flex-grow: 1;
  height: 24px;
  overflow: hidden;
}

.floating-cta__list {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.5s ease;
  will-change: transform;
}

.floating-cta__item {
  margin-top: 0;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: var(--white);
}

@media (min-width: 480px) {
  .floating-cta__item {
    font-size: 16px;
  }
}

.floating-cta__btn {
  flex-shrink: 0;
}

.floating-cta__btn-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.floating-cta__close-btn.btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 32px;
  height: 32px;
  min-height: 0;
  color: var(--white);
  border-radius: var(--radius-full);
  background-color: transparent;
  border-color: transparent;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.floating-cta__close-btn.btn:hover,
.floating-cta__close-btn.btn:focus-visible {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
  border-color: transparent;
}

.floating-cta__close-btn:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
  border-color: transparent;
}

.floating-cta__close-btn-icon {
  font-size: 1.25rem;
  color: var(--white);
}

@media (max-width: 1151px) {
  .floating-cta__img-box {
    display: none;
  }

  .floating-cta {
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding: 12px 16px;
  }

  .floating-cta__body {
    order: 1;
    margin-bottom: 0.75rem;
    width: 100%;
  }

  .floating-cta__btn-box {
    order: 2;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .floating-cta {
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0;
  }

  .floating-cta__close-btn.btn {
    top: 0.75rem;
    right: 0.75rem;
    transform: unset;
  }
}

@media (min-width: 1152px) {
  .floating-cta {
    flex-direction: row;
    height: 64px;
  }

  .floating-cta.is-shown {
    height: 80px;
  }

  .floating-cta__btn-box {
    margin-left: auto;
  }

  .floating-cta__close-btn.btn {
    position: relative;
    inset: unset;
    transform: unset;
  }

  .floating-cta__img-box {
    display: block;
  }
}

/* Component - WPCF7 */

.wpcf7 form .wpcf7-response-output {
  margin: 32px auto;
  border-radius: var(--radius);
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 16px;
  background-color: #46b450;
  color: var(--white);
  border: 0;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 16px;
  background-color: var(--color-14);
  color: var(--white);
  border: 0;
}

.wpcf7-not-valid-tip {
  padding-top: 8px;
  color: var(--primary);
  font-size: 12px;
  line-height: 1;
}

.wpcf7-spinner {
  position: relative;
  background-color: var(--primary);
  top: 5px;
  opacity: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 16px;
  background-color: var(--color-15);
  color: var(--white);
  border: 0;
}

/* Component - Video */
.video-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

@media (min-width: 768px) {
  .video-cards {
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .video-cards {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
  }
}

.video-card {
  position: relative;
}

.video-card__inner {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: clip;
  border-radius: var(--radius);
}

.video-card__preview {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transition: transform 0.5s ease;
  will-change: transform;
}

.video-card__embed {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-card__video {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.video-card__video--youtube {
  position: absolute;
  inset: 0;
  border: 0;
  z-index: 1;
}

.video-card__title {
  margin: 16px 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
}

@media (min-width: 992px) {
  .video-card__title {
    font-size: 24px;
  }
}

.video-card__play-btn {
  display: block;
  background: none;
  position: absolute;
  inset: 0;
  overflow: clip;
  border-radius: var(--radius);
  z-index: 1;
  outline: 0;
  box-shadow: none;
  border: 0;
  transition: opacity 0.25s ease;
}

.video-card__play-btn:before {
  display: block;
  position: absolute;
  content: '';
  inset: -999px;
  background-color: var(--color-12);
}

.video-card__play-btn.is-playing {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.video-card__play-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 24px;
  background: var(--color-6);
  color: var(--white);
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 64px;
  height: 64px;
  cursor: pointer;
  z-index: 2;
}

.video-card__play-btn-icon > * {
  position: relative;
  left: 2px;
}

/* Component - Single Image */
.single-image__img-box {
  position: relative;
  overflow: clip;
  border-radius: var(--radius);
}

/* Component - Split Layout */
.split-layout {
  padding-block-start: 32px;
}

.split-layout .content-wrapper {
  margin-top: 64px;
  padding: 24px 16px;
  background-color: var(--white);
  color: var(--black);
  border-radius: var(--radius);
}

@media (min-width: 768px) {
  .split-layout .content-wrapper {
    padding: 32px 24px;
  }
}

@media (min-width: 992px) {
  .split-layout .content-wrapper {
    padding: 48px 32px;
  }
}

@media (min-width: 1200px) {
  .split-layout .content-wrapper {
    padding: 56px 48px;
  }
}

@media (min-width: 1400px) {
  .split-layout .content-wrapper {
    padding: 64px 56px;
  }
}

.split-layout__side {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-layout__side--position-top {
  justify-content: flex-start;
}

.split-layout__side--position-middle {
  justify-content: center;
}

.split-layout__side--position-bottom {
  justify-content: flex-end;
}

.split-layout__side--left {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .split-layout__side--left {
    margin-bottom: 0;
    padding-right: 12px;
  }

  .split-layout__side--right {
    padding-left: 12px;
  }
}

.split-layout__side .video-card,
.split-layout__side .single-image__wrapper {
  height: 100%;
}

.split-layout__side .single-image__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.split-layout__side .single-image__img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Component - Review Card */
.review__card {
  position: relative;
  background-color: var(--color-8);
  color: var(--primary);
  border-radius: var(--radius);
  padding: 16px;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  height: 100%;
}

@media (min-width: 768px) {
  .review__card {
    padding: 24px;
    grid-template-columns: min-content minmax(0, 1fr);
  }
}

.review__card:before {
  position: absolute;
  right: 96px;
  top: 32px;
  z-index: 1;
  color: var(--color-6);
  font-size: 260px;
  font-style: italic;
  font-weight: 600;
  content: '"';
  line-height: 1;
  opacity: 0.25;
}

@media (min-width: 768px) {
  .review__card:before {
    right: auto;
    left: 214px;
    top: -8px;
    font-size: 120px;
  }
}

.review__avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 160px;
  height: 160px;
  padding: 8px;
  background-color: var(--color-1);
  color: var(--white);
  border-radius: var(--radius-full);
  text-align: center;
}

.review__name {
  font-size: 18px;
  font-weight: 600;
}

.review__text {
  position: relative;
  padding: 16px;
  background-color: var(--white);
  border-radius: var(--radius);
}

.review__text:before {
  position: absolute;
  z-index: 0;
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  top: 0;
  left: 72px;
  transform: translateY(-50%) rotate(45deg);
  background-color: var(--white);
}

@media (min-width: 992px) {
  .review__text {
    padding: 24px;
  }

  .review__text:before {
    top: 50%;
    left: -7px;
  }
}

.review__text p {
  margin: 0;
  padding: 0;
}

/* Component - Rating */
.rating__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.rating__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}

.rating__header {
  padding: 16px 24px;
  background-color: var(--color-1);
  border-radius: var(--radius);
}

.rating__title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: var(--white);
}

@media (min-width: 768px) {
  .rating__title {
    font-size: 24px;
  }
}

.rating__icons {
  margin-top: 4px;
}

.rating__icon {
  color: var(--color-4);
  font-size: 16px;
}

.rating__content {
  position: relative;
  display: grid;
  grid-template-columns: minamx(0, 1fr);
  gap: 12px;
  padding: 24px;
  background-color: var(--color-10);
  border-radius: var(--radius);
}

.rating__content:before {
  position: absolute;
  z-index: 0;
  top: -8px;
  left: 24px;
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background-color: var(--color-10);
  transform: rotate(45deg);
}

.rating__content > * {
  margin: 0;
  padding: 0;
}

/* Component - Scroll to top */
.scroll-to-top-btn {
  position: fixed;
  bottom: 68px;
  right: 8px;
  z-index: 100;
  background-color: var(--color-13);
  color: var(--white);
  border: none;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
  border: 2px solid var(--white);
  transition: background-color 0.25s ease, opacity 0.25s ease,
    visibility 0.25s linear 0.25s;
}

.scroll-to-top-btn--show {
  opacity: 1;
  visibility: visible;
  transition: background-color 0.25s ease, opacity 0.25s ease,
    visibility 0.25s linear;
}

.scroll-to-top-btn:hover {
  background-color: var(--color-2);
}

/* Component - Side Panel */
.side-panel {
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  right: 44px;
  max-width: 100%;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  pointer-events: none;
  transition: transform 0.4s ease;
}

.side-panel.is-open {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.075));
}

.side-panel__btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
}

.side-panel__btn.btn {
  white-space: nowrap;
  pointer-events: auto;
  transform: rotate(90deg);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 44px;
}

.side-panel__btn.btn:hover,
.side-panel__btn.btn:focus,
.side-panel__btn.btn:active {
  background-color: var(--color-1);
  border-color: var(--color-1);
  color: var(--white);
}

.side-panel.is-open .side-panel__btn.btn {
  background-color: var(--color-1);
  border-color: var(--color-1);
  color: var(--white);
}

.side-panel__main {
  pointer-events: auto;
  background-color: var(--color-1);
  padding: 16px;
  color: var(--white);
  width: 400px;
  max-width: 100%;
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  min-height: 320px;
  max-height: 80vh;
  overflow-y: auto;
}

.side-panel__main::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.side-panel__main::-webkit-scrollbar-track {
  background: var(--color-1);
  border-radius: 10px;
}

.side-panel__main::-webkit-scrollbar-thumb {
  background: var(--color-3);
  border-radius: 10px;
  border: 2px solid var(--color-1);
}

@media (min-width: 768px) {
  .side-panel__main {
    padding: 24px;
  }
}

.side-panel.is-open {
  transform: translateX(44px) translateY(-50%);
}

.side-panel__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .side-panel__title {
    font-size: 20px;
  }
}

.side-panel__subtitle {
  font-size: 17px;
  line-height: 1.58823529412;
  letter-spacing: 1px;
  color: var(--light);
}

.side-panel__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.side-panel__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
}

.side-panel__item:focus,
.side-panel__item:hover,
.side-panel__item:active {
  color: var(--white);
  text-decoration: none;
}

.side-panel__item:not(:first-child) {
  border-top: 1px solid var(--color-16);
  padding-top: 16px;
}

.side-panel__item-title {
  font-weight: 400;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.333333;
  letter-spacing: 1px;
  color: var(--white);
}

@media (min-width: 768px) {
  .side-panel__item-title {
    font-size: 17px;
  }
}

.side-panel__item-footer {
  width: 100%;
}

.side-panel__item-footer-btn-box {
  display: flex;
  gap: 16px;
}

.side-panel__item-footer-btn:nth-child(1) {
  flex: 1;
}

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

.section {
  position: relative;
}

.section__header {
  margin-bottom: 24px;
}

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

@media (min-width: 1200px) {
  .section__header {
    margin-bottom: 48px;
  }
}

.section__header h1 {
  margin-top: 0;
}

.content-wrapper {
  margin-top: 64px;
  padding: 24px 16px;
  background-color: var(--white);
  color: var(--black);
  border-radius: var(--radius);
  box-shadow: var(--box-shadow);
}

@media (min-width: 768px) {
  .content-wrapper {
    padding: 32px 24px;
  }
}

@media (min-width: 992px) {
  .content-wrapper {
    padding: 48px 32px;
  }
}

@media (min-width: 1200px) {
  .content-wrapper {
    padding: 56px 48px;
  }
}

@media (min-width: 1400px) {
  .content-wrapper {
    padding: 64px 56px;
  }
}

.content-wrapper-inner {
  max-width: 80ch;
  margin-inline: auto;
}

/* Header A11Y */
.header__a11y {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

@media (max-width: 1151.98px) {
  .header__a11y {
    order: -1;
  }
}

.header__a11y-toggle-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.header__a11y-toggle-switch-form-control {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.header__a11y-toggle-switch-toggle-switch-bar {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 2.5rem;
  height: 1.25rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-full);
  transition: background-color 0.25s ease;
  will-change: background-color;
  flex-shrink: 0;
}

.header__a11y-toggle-switch-toggle-switch-bar:before {
  position: absolute;
  top: 50%;
  left: 0.125rem;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  background-color: var(--white);
  border-radius: var(--radius-full);
  transition: transform 0.25s ease;
  will-change: transform;
}

.header__a11y-toggle-switch-form-control:checked
  + .header__a11y-toggle-switch-toggle-switch-bar {
  background-color: var(--color-3);
}

.header__a11y-toggle-switch-form-control:checked
  + .header__a11y-toggle-switch-toggle-switch-bar:before {
  transform: translateX(calc(2.5rem - 100% - 0.125rem)) translateY(-50%);
}

.header__a11y-toggle-switch-form-label {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: 0.9375rem;
  flex-shrink: 0;
}

@media (min-width: 1400px) {
  .header__a11y-toggle-switch-form-label {
    font-size: 1.125rem;
  }
}

@media (min-width: 1560px) {
  .header__a11y-toggle-switch-form-label {
    font-size: 1.25rem;
  }
}

/* Section - Hero */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero__image-box {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero--has-overlay .hero__image-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, transparent, var(--color-1));
  z-index: 2;
  pointer-events: none;
  opacity: 0.8;
}

.hero__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: var(--white);
}

.hero__title {
  font-size: 32px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .hero__title {
    font-size: 48px;
  }
}

.hero__button {
  margin-top: 1rem;
}

/* Section – Hero CTA */

.hero-cta {
  background-color: var(--color-1);
  text-align: center;
}

.hero-cta__banner {
  padding-block: 32px;
}

@media (min-width: 768px) {
  .hero-cta__banner {
    padding-block: 48px;
  }
}

@media (min-width: 992px) {
  .hero-cta__banner {
    padding-block: 56px;
  }
}

@media (min-width: 1200px) {
  .hero-cta__banner {
    padding-block: 64px;
  }
}

.hero-cta__banner-item {
  margin: 0;
  padding: 0;
  color: var(--white);
  text-wrap: balance;
}

.hero-cta__banner-item:not(:first-child) {
  margin-top: 1rem;
}

.hero-cta__banner-link {
  position: relative;
  display: block;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
  border-radius: var(--radius);
  text-decoration: none;
  overflow: clip;
}

.hero-cta__banner-link:hover,
.hero-cta__banner-link:focus-visible {
  color: var(--white);
  text-decoration: none;
}

.hero-cta__banner-link:active {
  color: var(--white);
  text-decoration: none;
}

.hero-cta__banner-link:before {
  position: absolute;
  z-index: 0;
  display: block;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  transition: height 0.25s ease;
  will-change: height;
  background-color: var(--color-6);
}

.hero-cta__banner-link:hover:before {
  height: 100%;
}

.hero-cta__banner-link-text {
  position: relative;
  z-index: 1;
}

/* Section - FAQ */
.faq {
  padding-block: 64px;
}

.faq__title {
  margin: 0 0 32px 0;
  padding: 0;
  color: var(--primary);
}

/* Section - Overview cards */
.overview {
  padding-block-start: 64px;
}

.overview__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

@media (min-width: 768px) {
  .overview__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .overview__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}

/* Section - News */
.news {
  padding-block-start: 64px;
}

.news__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
}

.news__header-title {
  margin: 0;
  padding: 0;
}

.news__header-btn-more {
  color: var(--primary);
  text-decoration: none;
}

.news__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
  align-items: stretch;
}

@media (min-width: 768px) {
  .news__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .news__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}

/* Section - Events */
.events {
  padding-block-start: 64px;
}

.events__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
}

.events__header-title {
  margin: 0;
  padding: 0;
}

.events__header-btn-more {
  color: var(--primary);
  text-decoration: none;
}

.events__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

@media (min-width: 768px) {
  .events__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .events__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}

/* Section - Video */
.video-section {
  margin-top: 64px;
}

.video-section__title {
  margin: 0 0 32px 0;
  padding: 0;
}

/* Section - Review */
.review-section {
  margin-top: 64px;
  margin-bottom: 64px;
}

.review-section__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px 32px;
  margin-bottom: 32px;
}

.review-section__title {
  margin: 0;
  padding: 0;
  color: var(--primary);
}

.review-section__header-btn-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.review-section__header-btn-box > * {
  position: relative;
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.review-section__header-btn-box .carousel-control-prev-icon,
.review-section__header-btn-box .carousel-control-next-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.review-section__list {
  display: flex;
  gap: 24px;
}

/* Section - Contact form */

.contact-section {
  margin-block-start: 64px;
}

.contact-section__boxes {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

@media (min-width: 992px) {
  .contact-section__boxes {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.contact-section__wrapper {
  padding: 24px 16px;
  background-color: var(--color-9);
  color: var(--black);
}

@media (min-width: 768px) {
  .contact-section__wrapper {
    padding: 32px 24px;
  }
}

@media (min-width: 992px) {
  .contact-section__wrapper {
    padding: 48px 32px;
  }
}

@media (min-width: 1200px) {
  .contact-section__wrapper {
    padding: 56px 48px;
  }
}

@media (min-width: 1400px) {
  .contact-section__wrapper {
    padding: 64px 56px;
  }
}

.contact-section__title {
  margin-top: 0;
  color: var(--color-6);
}

.contact-section__map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  border: 0;
}

.contact-section form input[type='text'],
.contact-section form input[type='password'],
.contact-section form input[type='email'],
.contact-section form input[type='tel'],
.contact-section form input[type='file'],
.contact-section form select,
.contact-section form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 13px 14px;
  background-color: var(--white);
  border: 1px solid var(--white);
  color: var(--black);
  font-size: 16px;
  line-height: 1;
  border-radius: var(--radius);
  transition: all 0.25s ease;
}

.contact-section form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2310297f' width='16' height='16' viewBox='0 0 512 512' style='vertical-align: middle; margin-left: 0.3em;'%3E%3Cpath d='M143 352.3l-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0L160 261.5l96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.4-24.6 9.4-33.9 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  appearance: none;
  padding-right: 40px;
}

.contact-section form textarea {
  height: 170px;
}

.contact-section form input[type='text']:focus,
.contact-section form input[type='password']:focus,
.contact-section form input[type='email']:focus,
.contact-section form input[type='tel']:focus,
.contact-section form input[type='file']:focus,
.contact-section form select:focus,
.contact-section form textarea:focus {
  outline: 0;
  border-color: var(--color-6);
  box-shadow: none;
}

.contact-section form input[type='file'] {
  padding: 0 6px 0 0;
  height: 30px;
  border-radius: var(--radius);
}

.contact-section form input[type='file']::file-selector-button {
  margin-right: 8px;
  height: 28px;
  border: none;
  background: var(--secondary);
  padding: 4px 6px;
  color: var(--white);
  cursor: pointer;
  border-radius: var(--radius);
  transition: background 0.2s ease-in-out;
}

.contact-section form input[type='file']::file-selector-button:hover,
.contact-section form input[type='file']::file-selector-button:focus,
.contact-section form input[type='file']::file-selector-button:active {
  background: var(--primary);
}

.contact-section form > p > label {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0 32px;
  font-size: 17px;
  line-height: 1.58823529412;
  color: var(--primary);
}

.contact-section form > p > label > span > span {
  color: var(--tertiary);
}

.contact-section form [type='submit'] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  margin: 0;
  padding: 8px 30px;
  font-size: 16px;
  border-radius: 0;
  background: var(--color-6);
  border: 1px solid var(--color-6);
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
  max-width: 100%;
  width: auto;
  border-radius: var(--radius);
}

.contact-section form [type='submit']:hover,
.contact-section form [type='submit']:focus {
  background-color: var(--color-7);
  border-color: var(--color-7);
  color: var(--white);
}

.contact-section form [type='submit']:active {
  background-color: var(--color-7);
  border-color: var(--color-7);
  color: var(--white);
}

/* Section - Team */
.team__cards {
  margin-top: 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .team__cards {
    width: 322px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .team__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .team__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-inline: -125px;
  }
}

/* Page - References */
.references__header {
  margin-bottom: 32px;
  text-align: center;
}

.references__header-boxes {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 2rem;
}

.references__title {
  margin: 0;
  padding: 0;
}

@media (max-width: 478.98px) {
  .references__title {
    hyphens: auto;
    overflow-wrap: break-word;
  }
}

.references__details {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-6);
}

.references__header-img-box {
  display: inline-flex;
  width: 150px;
  height: 150px;
  border-radius: var(--radius-full);
  border: 4px solid var(--white);
}

.references__header-img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .references__header {
    text-align: left;
  }

  .references__header-boxes {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .references__header-box--1 {
    order: 1;
  }

  .references__header-box--2 > * {
    max-width: 72ch;
  }
}

.references__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 16px;
  margin-top: 64px;
}

@media (min-width: 576px) {
  .references__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .references__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px 24px;
  }
}

@media (min-width: 992px) {
  .references__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .references__list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* ======================== */
/* ======== Pages ========= */
/* ======================== */

.archive-event__title {
  margin: 0;
  padding: 0;
}

.archive-event__search {
  margin-bottom: 32px;
  margin-top: 24px;
}

.archive-search-form input[type='text'] {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 13px 14px;
  background-color: var(--white);
  border: none;
  outline: 2px solid var(--color-6);
  outline-offset: -2px;
  color: var(--black);
  font-size: 16px;
  line-height: 1;
  border-radius: var(--radius);
  transition: all 0.25s ease;
}

.archive-search-form input[type='text']:focus {
  outline: 2px solid var(--color-7);
  outline-offset: -2px;
  box-shadow: none;
}

.archive-search-form .btn {
  width: 100%;
}

.archive-search-form a {
  color: var(--color-6);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.25s ease;
}

.archive-search-form a:hover,
.archive-search-form a:focus {
  color: var(--color-7);
  text-decoration: underline;
}

.archive-event__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .archive-event__cards {
    gap: 24px;
    margin-top: 32px;
  }
}

/* Page - Single event */
.single-event__btn-box--top {
  margin-bottom: 32px;
}

.single-event__btn-box--bottom {
  margin-top: 32px;
}

.single-event__hero-img-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  border-radius: var(--radius);
}

.single-event__hero-img-box > * {
  grid-area: 1 / -1;
}

.single-event__hero-img-box:after {
  display: block;
  content: '';
  inset: 0;
  position: absolute;
  z-index: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), var(--primary));
}

.single-event__hero-img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 420px;
  max-height: 960px;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.25s ease;
}

@media (min-width: 768px) {
  .single-event__hero-img {
    min-height: 560px;
  }
}

@media (min-width: 1200px) {
  .single-event__hero-img {
    min-height: 640px;
  }
}

.single-event__hero-content {
  position: relative;
  z-index: 1;
  padding: 24px;
}

@media (min-width: 768px) {
  .single-event__hero-content {
    padding: 32px;
  }
}

@media (min-width: 992px) {
  .single-event__hero-content {
    padding: 48px;
  }
}

@media (min-width: 1200px) {
  .single-event__hero-content {
    padding: 56px;
  }
}

@media (min-width: 1400px) {
  .single-event__hero-content {
    padding: 64px;
  }
}

.single-event__title {
  margin: 0;
  padding: 0;
  color: var(--white);
  font-size: 32px;
}

@media (max-width: 575.98px) {
  .single-event__title {
    overflow-wrap: break-word;
    hyphens: auto;
  }
}

@media (min-width: 576px) {
  .single-event__title {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .single-event__title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .single-event__title {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .single-event__title {
    font-size: 56px;
  }
}

.single-event__date {
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  margin: 0 0 24px 0;
  padding: 2px 8px;
  background-color: var(--white);
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  border-radius: var(--radius);
}

.single-event__content h3 {
  margin-top: 2rem;
}

.single-event__content h3 + h3 {
  margin-top: 1rem;
}

.single-event__content h4 {
  margin-top: 2rem;
}

.single-event__details {
  margin-top: 48px;
  padding: 24px;
  border-radius: var(--radius);
  background-color: var(--light);
  color: var(--primary);
}

.single-event__details-boxes {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0 24px;
}

@media (min-width: 992px) {
  .single-event__details-boxes {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.single-event__details h2 {
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 32px;
}

.single-event__details-box > h2:not(:first-child) {
  margin-top: 24px;
}

.single-event__details ul {
  margin-block: 0;
}

.single-event__details dt {
  margin-top: 16px;
}

.single-event__details dt,
.single-event__details dd {
  font-size: 18px;
}

.single-event__details abbr {
  text-decoration: none;
}

.single-event__badge {
  display: inline-flex;
  margin-top: 2px;
  padding: 2px 8px;
  background-color: var(--white);
  color: var(--primary);
  border-radius: var(--radius);
  font-weight: 600;
}

.single-event__details-btn-box {
  margin: 24px 0 16px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.single-event__details-btn.dropdown-toggle::after {
  display: none;
}

/* Page - Single news */
.single-news__btn-box--top {
  margin-bottom: 32px;
}

.single-news__btn-box--bottom {
  margin-top: 32px;
}

.single-news__aside {
  display: none;
}

@media (min-width: 992px) {
  .single-news__aside {
    display: block;
  }
}

.single-news--has-aside .single-news__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

@media (min-width: 992px) {
  .single-news--has-aside .single-news__main {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 48px;
  }
}

@media (min-width: 1200px) {
  .single-news--has-aside .single-news__main {
    gap: 64px;
  }
}

.single-news:not(.single-news--has-aside) .single-news__wrapper {
  max-width: 80ch;
  margin-inline: auto;
}

.single-news__nav-mobile {
  display: block;
  margin-bottom: 32px;
}

.single-news__nav-mobile .form-control-box {
  position: relative;
}

.single-news__nav-mobile .form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2310297f' width='16' height='16' viewBox='0 0 512 512' style='vertical-align: middle; margin-left: 0.3em;'%3E%3Cpath d='M143 352.3l-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0L160 261.5l96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.4-24.6 9.4-33.9 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  appearance: none;
  padding-right: 40px;
}

@media (min-width: 992px) {
  .single-news__nav-mobile {
    display: none;
  }
}

.single-news__title {
  margin: 0 0 32px 0;
  padding: 0;
  color: var(--primary);
}

.single-news__aside {
  position: sticky;
  top: calc(32px + var(--header-height));
}

.single-news__aside-title {
  margin: 0 0 16px 0;
  padding: 0;
  color: var(--primary);
}

.single-news__aside-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-news__aside-item:not(:first-child) {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--color-10);
}

.single-news__aside-item-link {
  display: block;
  color: var(--primary);
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
}

/* Page - Archive coaching */
.archive-coaching {
  padding-block: 64px;
}

.archive-coaching__header {
  margin-bottom: 32px;
  text-align: center;
}

.archive-coaching__header-boxes {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
}

.archive-coaching__title {
  margin: 0;
  padding: 0;
}

.archive-coaching__details {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-6);
}

.archive-coaching__header-img-box {
  display: inline-flex;
  width: 150px;
  height: 150px;
  border-radius: var(--radius-full);
  border: 4px solid var(--white);
}

.archive-coaching__header-img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .archive-coaching__header {
    text-align: left;
  }

  .archive-coaching__header-boxes {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .archive-coaching__header-box--1 {
    order: 1;
  }

  .archive-coaching__header-box--2 > * {
    max-width: 72ch;
  }
}

.archive-coaching__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

@media (min-width: 768px) {
  .archive-coaching__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .archive-coaching__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}

.archive-coaching .card-simple {
  padding: 0;
}

.archive-coaching .card-simple__title {
  padding: 24px;
  background-color: var(--color-3);
  color: var(--white);
  align-content: center;
}

.archive-coaching .card-simple__content {
  padding-inline: 24px;
}

.archive-coaching .card-simple__btn-box {
  padding: 0 24px 24px 24px;
}

.archive-coaching__btn-box {
  margin-top: 32px;
  text-align: center;
}

.archive-coaching__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* --- Static Page --- */

.static-page {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 992px) {
  .static-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* --- Page 404 --- */

.page-404 {
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .page-404 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.page-404__num {
  margin-bottom: 56px;
  font-size: 200px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-1);
}

.page-404__title {
  margin: 0;
  padding: 0;
}

.page-404__content {
  margin-top: 24px;
}

.page-404__content > *:last-child {
  margin-bottom: 0;
}

.page-404__btn {
  margin-top: 24px;
}

/* --- Feedbacks --- */
.feedbacks {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 992px) {
  .feedbacks {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.feedbacks__title {
  color: var(--primary);
}

/* --- Pagination --- */
.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: var(--radius, 4px);
  background-color: var(--color-6);
  border: 1px solid var(--color-6);
  color: var(--white);
  text-decoration: none;
  transition: all 0.2s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
.pagination .page-numbers.current {
  background-color: var(--color-7);
  border-color: var(--color-7);
  color: var(--white);
}

.pagination .prev,
.pagination .next {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* --- Thanks --- */
.thanks-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.thanks-container {
  width: 100%;
}

.thanks-content {
  text-align: center;
  padding: 3rem 1.5rem;
}

.thanks-title {
  margin-bottom: 0.5rem;
}

.thanks-subtitle {
  margin-bottom: 1.5rem;
}

/* --- Downloads --- */
.download-section {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border-radius: var(--radius);
  padding: 48px;
}

@media (max-width: 768px) {
  .download-section {
    padding: 16px;
  }
}

.downloads-page a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-6);
  text-decoration: none;
  transition: color 0.3s ease;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--light);
}

.downloads-page a:hover,
.downloads-page a:focus {
  color: var(--color-7);
}

.gallery__content {
  max-width: 100%;
  margin-inline: 0;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 120px;
  grid-auto-flow: dense;
  gap: 6px;
  align-content: start;
  height: fit-content;
}

@media (min-width: 576px) {
  .gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 140px;
    gap: 8px;
  }
}

@media (min-width: 768px) {
  .gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 160px;
    gap: 10px;
  }
}

@media (min-width: 992px) {
  .gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 200px;
    gap: 12px;
  }
}

@media (min-width: 1200px) {
  .gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 220px;
    gap: 14px;
  }
}

@media (min-width: 1400px) {
  .gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 240px;
    gap: 14px;
  }
}

.gallery__item {
  position: relative;
  display: block;
  overflow: clip;
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease;
  grid-row: span 1;
  grid-column: span 1;
}

.gallery__item:hover {
  transform: translateY(-2px);
}

.gallery__item--small {
  grid-row: span 1;
  grid-column: span 1;
}

.gallery__item--wide {
  grid-column: span 2;
  grid-row: span 1;
}

.gallery__item--tall {
  grid-row: span 2;
  grid-column: span 1;
}

.gallery__item--large {
  grid-row: span 2;
  grid-column: span 2;
}

/* Mobil és Tablet: mozaik elrendezés - pattern: large, small, small, wide */
/* Pattern: 2x2, két 1x1 egymás mellett, alattuk 2x1 széles */
@media (max-width: 991.98px) {
  .gallery__item--large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .gallery__item--wide-mobile {
    grid-column: span 2;
    grid-row: span 1;
  }

  /* Desktop tall -> mobil/tablet small (egymás mellett) */
  .gallery__item--tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery__item--tall-mobile {
    grid-column: span 1;
    grid-row: span 1;
  }

  /* Desktop wide -> mobil/tablet small */
  .gallery__item--wide:not(.gallery__item--wide-mobile) {
    grid-column: span 1;
    grid-row: span 1;
  }
}

/* Tablet (576px - 767px): az alsó hosszúkás 3x1 */
@media (min-width: 576px) and (max-width: 767.98px) {
  .gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery__item--large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .gallery__item--wide-mobile {
    grid-column: span 3;
    grid-row: span 1;
  }
}

.gallery__item-hidden {
  display: none !important;
}

.gallery__item-img-box {
  position: relative;
  overflow: clip;
  background-color: var(--color-10);
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery__item-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.3s ease;
}

.gallery__item:hover .gallery__item-img {
  transform: scale(1.08);
}
