html {
  font-size: 1rem;
}
@media (min-width: 2500px) and (min-height: 1100px) {
  html {
    font-size: 1.375rem;
  }
}

body {
  width: 100%;
  height: 100%;
  background: #fff;
}

html,
body {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
}

html.shTplGBlockScroll-html {
  position: relative;
  overflow: hidden !important;
}

body.shTplGBlockScroll {
  position: relative;
  overflow: hidden !important;
}

.general-truncate,
.truncate-js {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  display: block;
  max-height: 9.375rem;
}
body.media-template .general-truncate,
body.media-template .truncate-js {
  max-height: 12.5rem;
}

.skip-to-content {
  top: 0;
  position: absolute;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  z-index: 99999;
  opacity: 0;
}
html.no-touch .skip-to-content:hover {
  color: #C91235;
}
@media (max-width: 375px) {
  .skip-to-content {
    max-width: 13.75rem;
  }
}
@media (min-width: 1440px) {
  .skip-to-content {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }
}
.skip-to-content:focus {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.swiper-lazy-preloader {
  border-color: #C91235;
  border-top-color: rgba(201, 18, 53, 0.4);
  border-width: 0.1875rem;
}

.hoverDot {
  background: rgba(201, 18, 53, 0.9);
  -moz-border-radius: 50%;
       border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F9F7ED;
  font-weight: 300;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.75rem;
  height: 3.75rem;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  font-family: monospace;
  z-index: 3;
}
.hoverDot .gi-plus {
  font-size: 1.5625rem;
}
@media (max-width: 767px) {
  .hoverDot {
    display: none;
  }
}
@media (min-width: 768px) {
  .hoverDot {
    background: rgba(201, 18, 53, 0.85);
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.8125rem;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  }
}

.afterPlus:after {
  content: "+";
  color: #C91235;
  margin-left: 0.625rem;
  font-size: 130%;
  display: inline-block;
  font-weight: 300;
}

.primaryDownloadBtnStyle {
  font-family: "Lexend Deca", sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  color: #fff;
  background: #C91235;
  padding: 0.9375rem 1.5625rem;
  -moz-border-radius: 2.1875rem;
       border-radius: 2.1875rem;
  border: none;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
  text-transform: capitalize;
}
html.no-touch .primaryDownloadBtnStyle:hover {
  background-color: #E27F8F;
  color: #fff;
}

.secondDownloadBtnStyle {
  color: #fff;
  background: #C8102E;
  border-color: #C8102E;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  transition: background 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
}
html.no-touch .secondDownloadBtnStyle:hover {
  color: #fff;
  background: #E27F8F;
}

body.homepage main#content {
  /* background: #ca1236; */
}

body.homepage .mediaPopup + .mediaPopup {
  display: none;
}

/* Reset */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-touch-callout: none;
}

html,
body {
  line-height: 1.15;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  color: #000;
}

html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, progress {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}

legend {
  color: inherit;
  display: table;
  white-space: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

ol, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font-family: inherit;
  color: inherit;
  font-size: 100%;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  resize: none;
  vertical-align: top;
}

input::-moz-placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  opacity: 1;
}

input,
textarea {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

input {
  -webkit-box-shadow: none;
          box-shadow: none;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus-visible {
  outline: 2px dashed #fff;
}

[hidden] {
  display: none;
}

.clear {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  clear: both;
}

.clearfix:after {
  content: " ";
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  clear: both;
}

.clearfix-margin:after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  display: block;
  position: relative;
}

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

.sr-only {
  position: absolute !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
}

img,
video {
  max-inline-size: 100%;
  block-size: auto;
}

@font-face {
  font-family: "global-icons";
  src: url("/Fonts/icons/global-icons.eot?lf579m");
  src: url("/Fonts/icons/global-icons.eot?lf579m#iefix") format("embedded-opentype"), url("/Fonts/icons/global-icons.ttf?lf579m") format("truetype"), url("/Fonts/icons/global-icons.woff?lf579m") format("woff"), url("/Fonts/icons/global-icons.svg?lf579m#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "social-icons";
  src: url("/Fonts/icons/social-icons.ttf?myev0s") format("truetype"), url("/Fonts/icons/social-icons.woff?myev0s") format("woff"), url("/Fonts/icons/social-icons.svg?myev0s#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "hp-icons";
  src: url("/Fonts/icons/hp-icons.eot?yom1bo");
  src: url("/Fonts/icons/hp-icons.eot?yom1bo#iefix") format("embedded-opentype"), url("/Fonts/icons/hp-icons.ttf?yom1bo") format("truetype"), url("/Fonts/icons/hp-icons.woff?yom1bo") format("woff"), url("/Fonts/icons/hp-icons.svg?yom1bo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.social-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "social-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icon.social-facebook-icon:before {
  content: "\e901";
}
.social-icon.social-news-icon:before {
  content: "\e90b";
}
.social-icon.social-blog-icon:before {
  content: "\e900";
}
.social-icon.social-flickr-icon:before {
  content: "\e902";
}
.social-icon.social-instagram-icon:before {
  content: "\e903";
}
.social-icon.social-issuu-icon:before {
  content: "\e904";
}
.social-icon.social-linkedin-icon:before {
  content: "\e905";
}
.social-icon.social-pinterest-icon:before {
  content: "\e906";
}
.social-icon.social-soundcloud-icon:before {
  content: "\e907";
}
.social-icon.social-twitter-icon:before {
  content: "\e908";
}
.social-icon.social-twitter-old-icon:before {
  content: "\e90e";
}
.social-icon.social-vimeo-icon:before {
  content: "\e909";
}
.social-icon.social-youtube-icon:before {
  content: "\e90a";
}
.social-icon.social-tiktok-icon:before {
  content: "\e90c";
}
.social-icon.social-wordpress-icon:before {
  content: "\e90d";
}

.global-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "global-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.global-icons.gi-plus {
  cursor: pointer;
}
.global-icons.gi-search:before {
  content: "\e901";
}
.global-icons.gi-lock:before {
  content: "\e902";
}
.global-icons.gi-unlock:before {
  content: "\e900";
}
.global-icons.gi-arrow:before {
  content: "\e903";
}
.global-icons.gi-plus:before {
  content: "\e904";
}
.global-icons.gi-minus:before {
  content: "\e905";
}
.global-icons.gi-close:before {
  content: "\e906";
}
.global-icons.gi-play:before {
  content: "\e907";
}

.hp-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "hp-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hp-icon.hp-alert:before {
  content: "\e901";
}
.hp-icon.hp-notices:before {
  content: "\e903";
}
.hp-icon.hp-notices-left:before {
  content: "\e904";
}
.hp-icon.hp-notices-right:before {
  content: "\e900";
}
.hp-icon.hp-calendar:before {
  content: "\e902";
}
.hp-icon.hp-notices-full:before {
  content: "\e905";
}
.hp-icon.hp-pause:before {
  content: "\e906";
}
.hp-icon.hp-play:before {
  content: "\e907";
}
.hp-icon.hp-share:before {
  content: "\e908";
}

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

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px;
}

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
     -moz-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.3125rem;
  margin-top: -1.3125rem;
  z-index: 10;
  -webkit-transform-origin: 50%;
     -moz-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.25rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -moz-border-radius: 50%;
       border-radius: 50%;
  border-top-color: transparent;
}

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

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

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

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

@-moz-keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.header {
  position: relative;
  height: 0;
  z-index: 31;
  pointer-events: none;
}
.header > * {
  pointer-events: all;
}
.header.menu-opened .h-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .header.menu-opened .h-cta {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
.header.menu-opened .h-logo {
  display: none;
}
@media (max-width: 1023px) {
  .header.menu-opened .hc-item .hc-txt,
  .header.menu-opened .hc-item .hc-icon {
    color: #2B2B2B;
  }
}
@media (min-width: 1024px) {
  .header.menu-opened .hc-item .hc-txt,
  .header.menu-opened .hc-item .hc-icon {
    color: #ffffff;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .header.menu-opened .hc-item:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 767px) {
  .header.menu-opened .hc-item:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header.menu-opened .hc-item.logoutBtn .hc-txt:before {
  border-right-color: rgba(36, 35, 39, 0.8);
  border-bottom-color: rgba(36, 35, 39, 0.8);
}
html.no-touch .header.menu-opened .hc-item:hover .hc-icon {
  color: #C91235;
}
.header.menu-opened .h-links {
  opacity: 1 !important;
  visibility: visible !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.calendar .header.menu-opened {
  background: transparent;
}
html.no-touch .header:not(.menu-opened) .hc-item:first-child:hover .hc-icon {
  color: rgba(249, 247, 237, 0.8);
}
body.parentsWelcome .header:not(.menu-opened) .hc-item .logout-dropdown li:first-child a {
  color: #C91235;
  pointer-events: none;
}
body.calendar .header {
  background: #f5f5f5;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 950px) {
  body.calendar .header {
    padding: 0;
  }
}
body.secondLvl .header.hide:not(.menu-opened) .h-cta, body.sharedTemplates:not(.media-template) .header.hide:not(.menu-opened) .h-cta {
  display: none;
}
@media (min-width: 1024px) {
  .header {
    position: fixed;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.875rem 1.875rem 0 1.875rem;
  }
}

body.calendar .header.hide {
  background: transparent;
}

/* Make login button text and icon black in calendar header, but keep white when menu is opened */
body.calendar .header:not(.menu-opened) span.hc-icon.global-icons {
  color: #252429;
}
body.calendar .header:not(.menu-opened) .hc-txt {
  color: #252429;
}
body.calendar .header:not(.menu-opened) .hc-item.loginBtn a:hover span.hc-icon.global-icons,
body.calendar .header:not(.menu-opened) .hc-item.loginBtn a:hover .hc-txt {
  color: #C91235;
}

.h-links {
  background: #C91235;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.375rem;
  -moz-border-radius: 0;
       border-radius: 0;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media (min-width: 767px) {
  .h-links.hide {
    opacity: 0;
    visibility: hidden;
    /* Use visibility and opacity instead of display none to maintain layout */
    /* This prevents the menu button from shifting position */
  }
}
@media (min-width: 1024px) {
  .h-links {
    position: relative;
    background: #C91235;
    width: auto;
    min-height: 3rem;
    -moz-border-radius: 1.5rem;
         border-radius: 1.5rem;
    padding: 0 1.875rem;
  }
}
@media (min-width: 1200px) {
  .h-links {
    padding: 0 2.5rem;
    min-height: 3.75rem;
    -moz-border-radius: 1.8125rem;
         border-radius: 1.8125rem;
  }
}

.hl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0;
  color: #f9f7ed;
  position: relative;
  padding-top: 0.0625rem;
}
.hl-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.125rem;
  height: 0.9375rem;
  background: white;
}
@media (min-width: 1024px) {
  .hl-item:not(:last-child):after {
    background: white;
  }
}
@media (min-width: 767px) {
  .hl-item:first-child {
    padding-right: 0rem;
  }
}
@media (min-width: 1024px) {
  .hl-item:first-child {
    padding-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .hl-item:first-child {
    padding-right: 1.875rem;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .hl-item:nth-child(2) {
    max-width: 11.875rem;
  }
}
@media (min-width: 1024px) {
  .hl-item:nth-child(2) {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1200px) {
  .hl-item:nth-child(2) {
    padding: 0 1.875rem;
  }
}
@media (min-width: 1024px) {
  .hl-item:last-child {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .hl-item:last-child {
    padding-left: 1.875rem;
  }
}
.hl-item a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #fff;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.2s ease-in, opacity 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, opacity 0.2s ease-in;
  transition: color 0.2s ease-in, opacity 0.2s ease-in;
  opacity: 1;
}
html.no-touch .hl-item a:hover {
  opacity: 0.6;
}
@media (min-width: 375px) {
  .hl-item {
    font-size: 1.0625rem;
  }
}
@media (min-width: 767px) {
  .hl-item {
    font-size: 1.25rem;
    max-width: 12.5rem;
  }
}
@media (min-width: 1024px) {
  .hl-item {
    font-size: 0.9375rem;
    color: #242327;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .hl-item {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1024px) {
  .h-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.h-cta {
  display: none;
  position: fixed;
  left: 1.4375rem;
  top: 6.25rem;
  z-index: 10;
}
@media (min-width: 767px) {
  .h-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 8.375rem;
    margin-top: 0.125rem;
  }
}
@media (max-width: 1023px) {
  .h-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .h-cta {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 1.875rem;
  }
}

.hc-item:first-child {
  /* Parents button styling */
}
@media (max-width: 1023px) {
  .hc-item:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* Move Parents after Search on smaller screens */
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .hc-item:first-child {
    display: none;
  }
}
@media (min-width: 767px) {
  .hc-item:first-child .hc-txt,
  .hc-item:first-child .hc-icon {
    color: #fff;
  }
}
.hc-item:last-child {
  margin-left: 1.5625rem;
}
@media (max-width: 1023px) {
  .hc-item:last-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* Move Search before Parents on smaller screens */
    margin-left: 0;
    margin-right: 1.5625rem;
  }
}
.hc-item:last-child .hc-icon {
  font-size: 2.25rem;
}
@media (min-width: 767px) {
  .hc-item:last-child {
    display: none;
  }
}
body.securePage .hc-item.loginBtn {
  pointer-events: none;
}
body.securePage .hc-item.loginBtn .hc-icon {
  opacity: 0.8;
}
.hc-item.logoutBtn {
  position: relative;
}
html.no-touch .hc-item.logoutBtn a:hover .hc-txt:before {
  bottom: -0.9375rem;
}
.hc-item.logoutBtn .hc-txt {
  position: relative;
}
.hc-item.logoutBtn .hc-txt:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.625rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
     -moz-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.64);
  border-top: none;
  border-left: none;
  -webkit-transition: bottom 0.2s ease-in;
  -moz-transition: bottom 0.2s ease-in;
  transition: bottom 0.2s ease-in;
}
html.no-touch .hc-item.logoutBtn:hover .logout-dropdown, .hc-item.logoutBtn.hovered .logout-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateX(5px) translateY(0);
     -moz-transform: translateX(-50%) translateX(5px) translateY(0);
      -ms-transform: translateX(-50%) translateX(5px) translateY(0);
          transform: translateX(-50%) translateX(5px) translateY(0);
}
@media (max-width: 1200px) {
  .hc-item.logoutBtn.hovered .logout-dropdown {
    -webkit-transform: translateX(-50%) translateX(5px) translateY(1.25rem);
       -moz-transform: translateX(-50%) translateX(5px) translateY(1.25rem);
        -ms-transform: translateX(-50%) translateX(5px) translateY(1.25rem);
            transform: translateX(-50%) translateX(5px) translateY(1.25rem);
  }
}
.hc-item .logout-dropdown {
  background: #C91235;
  -moz-border-radius: 5px;
       border-radius: 5px;
  padding: 20px 10px;
  position: absolute;
  min-width: 170px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(5px) translateY(-40px);
     -moz-transform: translateX(-50%) translateX(5px) translateY(-40px);
      -ms-transform: translateX(-50%) translateX(5px) translateY(-40px);
          transform: translateX(-50%) translateX(5px) translateY(-40px);
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.hc-item .logout-dropdown a {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
html.no-touch .hc-item .logout-dropdown a:hover {
  color: #fff;
  text-decoration: underline;
}
.hc-item .logout-dropdown li:first-child {
  margin-bottom: 15px;
}
.hc-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (min-width: 1024px) {
  .hc-item a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hc-icon {
  color: #fff;
  font-size: 2.5rem;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.hc-txt {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0.625rem;
}

.h-logo {
  position: absolute;
  left: 1.625rem;
  top: 5.625rem;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
.h-logo img {
  min-width: 6.375rem;
}
@media (min-width: 767px) and (max-width: 1200px) {
  body:not(.calendar) .h-logo img {
    min-width: 6.375rem;
  }
}
@media (min-width: 767px) {
  .h-logo.hide {
    opacity: 0;
    visibility: hidden;
  }
  body.media-template .h-logo.hide {
    opacity: 1;
    visibility: visible;
  }
}
body.media-template .h-logo {
  display: block;
}
@media (min-width: 767px) {
  .h-logo {
    left: 2.375rem;
    position: fixed;
  }
}
@media (min-width: 1024px) {
  .h-logo {
    width: 8.75rem;
    position: fixed;
    top: auto;
    left: 2.375rem;
  }
}
@media (min-width: 1200px) {
  .h-logo {
    width: 10rem;
  }
}

.h-menu {
  width: 5.25rem;
  height: 5.25rem;
  background: #C91235;
  -moz-border-radius: 50%;
       border-radius: 50%;
  border: none;
  position: fixed;
  top: 5.625rem;
  right: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
          box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
  cursor: pointer;
  /* Ensure menu button doesn't shift when CTAs are hidden */
}
.h-menu.active .menu-burger {
  -webkit-transform: translateX(0.0625rem);
     -moz-transform: translateX(0.0625rem);
      -ms-transform: translateX(0.0625rem);
          transform: translateX(0.0625rem);
}
.h-menu.active .menu-burger span {
  width: 2.1875rem;
}
.h-menu.active .menu-burger span:first-child {
  -webkit-transform: rotate(45deg) translate(0.125rem, 0rem);
     -moz-transform: rotate(45deg) translate(0.125rem, 0rem);
      -ms-transform: rotate(45deg) translate(0.125rem, 0rem);
          transform: rotate(45deg) translate(0.125rem, 0rem);
}
.h-menu.active .menu-burger span:nth-child(2) {
  display: none;
}
.h-menu.active .menu-burger span:last-child {
  -webkit-transform: rotate(-45deg) translate(-0.125rem, 0rem);
     -moz-transform: rotate(-45deg) translate(-0.125rem, 0rem);
      -ms-transform: rotate(-45deg) translate(-0.125rem, 0rem);
          transform: rotate(-45deg) translate(-0.125rem, 0rem);
}
.h-menu:not(.active) .menu-burger-inner {
  -webkit-transform: translateX(0.0625rem);
     -moz-transform: translateX(0.0625rem);
      -ms-transform: translateX(0.0625rem);
          transform: translateX(0.0625rem);
}
html.no-touch .h-menu:hover:not(.active) .menu-burger span {
  width: 1.875rem;
}
@media (min-width: 1200px) {
  html.no-touch .h-menu:hover:not(.active) .menu-burger span {
    width: 2.5rem;
    margin-left: -0.3125rem;
  }
}
html.no-touch .h-menu:hover.active .menu-burger-inner {
  -webkit-transform: scale(1.2) translateX(0.1875rem);
     -moz-transform: scale(1.2) translateX(0.1875rem);
      -ms-transform: scale(1.2) translateX(0.1875rem);
          transform: scale(1.2) translateX(0.1875rem);
}
@media (min-width: 767px) {
  .h-menu {
    right: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .h-menu {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (min-width: 1024px) {
  .h-links.hide ~ .h-menu {
    position: relative;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .h-menu {
    width: 6.5rem;
    height: 6.5rem;
  }
}

.menu-burger span {
  display: block;
  width: 1.5625rem;
  height: 0.1875rem;
  -webkit-transition: width 0.2s ease-in, margin-left 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: width 0.2s ease-in, margin-left 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -moz-transition: width 0.2s ease-in, margin-left 0.2s ease-in, transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: width 0.2s ease-in, margin-left 0.2s ease-in, transform 0.2s ease-in;
  transition: width 0.2s ease-in, margin-left 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  -webkit-transform-origin: 0.25rem 0;
     -moz-transform-origin: 0.25rem 0;
      -ms-transform-origin: 0.25rem 0;
          transform-origin: 0.25rem 0;
  background: #F9F7ED;
}
.menu-burger span:first-child {
  -webkit-transform-origin: 20% -70%;
     -moz-transform-origin: 20% -70%;
      -ms-transform-origin: 20% -70%;
          transform-origin: 20% -70%;
}
@media (min-width: 1200px) {
  .menu-burger span {
    width: 1.9375rem;
  }
}

.menu-burger-inner {
  height: 1.25rem;
  max-height: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  -webkit-transform: translateX(0.1875rem);
     -moz-transform: translateX(0.1875rem);
      -ms-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem);
}
@media (min-width: 1200px) {
  .menu-burger-inner {
    width: 1.9375rem;
    height: 1.9375rem;
  }
}

.header-ref {
  background: #242327;
  height: 10rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
body.homepage .header-ref, body.secondLvl:not(.media-template) .header-ref {
  display: none;
}
body.media-template .header-ref {
  height: 0;
}
@media (min-width: 1024px) {
  body.media-template .header-ref {
    height: 9.0625rem;
  }
}
@media (max-width: 1024px) {
  .header-ref {
    height: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .header-ref {
    height: 10rem;
  }
}

.custom-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.loading-screen-container {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #C91235;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.loading-screen-container.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.loading-screen {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .loading-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
    padding: 0.9375rem;
    gap: 0rem;
  }
}

.ls-left img {
  min-width: 4.6875rem;
}
@media (min-width: 375px) and (max-width: 767px) {
  .ls-left img {
    min-width: 5.6875rem;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .ls-left img {
    min-width: 11.25rem;
  }
}
@media (min-width: 1440px) {
  .ls-left img {
    min-width: 13.4375rem;
    height: auto;
  }
}

.ls-right {
  margin-left: 1.875rem;
}
@media (max-width: 767px) {
  .ls-right {
    margin-left: 0;
    margin-top: 0.9375rem;
    text-align: center;
  }
}
.ls-right .school-name h2 {
  color: white;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  .ls-right .school-name h2 {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.ls-right img {
  min-width: 6.9375rem;
}
@media (min-width: 375px) and (max-width: 767px) {
  .ls-right img {
    min-width: 8.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .ls-right img {
    min-width: 10.5rem;
  }
}
@media (min-width: 1440px) {
  .ls-right img {
    min-width: 11.875rem;
  }
}
@media (min-width: 375px) {
  .ls-right {
    margin-left: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .ls-right {
    margin-left: 1.875rem;
  }
}
@media (min-width: 1440px) {
  .ls-right {
    margin-left: 2.1875rem;
  }
}

body.homepage:not(.hp-visited) > *:not(.loading-screen-container) {
  display: none;
}

.hp-marketing {
  /* background-color: #C91235; */
  margin-top: 2.5rem;
  margin-bottom: 5rem;
}
.hp-marketing img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp-marketing.no-popups-items {
  height: -webkit-calc(100vh - 2.5rem);
  height: -moz-calc(100vh - 2.5rem);
  height: calc(100vh - 2.5rem);
  height: -webkit-calc(100svh - 2.5rem);
  height: -moz-calc(100svh - 2.5rem);
  height: calc(100svh - 2.5rem);
}
.hp-marketing.no-popups-items:after {
  bottom: 0;
}
@media (min-width: 768px) {
  .hp-marketing.no-popups-items {
    height: 100vh;
    height: 100svh;
  }
}
@media (min-width: 768px) {
  .hp-marketing {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    height: 100dvh;
  }
}

.hpm-fade-top,
.hpm-fade-bottom {
  position: absolute;
  left: 0;
  bottom: 5rem;
  width: 100%;
  height: 37%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 12, 38, 0)), to(#0d0c26));
  background: -webkit-linear-gradient(rgba(13, 12, 38, 0) 0%, #0d0c26 100%);
  background: -moz-linear-gradient(rgba(13, 12, 38, 0) 0%, #0d0c26 100%);
  background: linear-gradient(rgba(13, 12, 38, 0) 0%, #0d0c26 100%);
  z-index: 2;
  opacity: 0.63;
  pointer-events: none;
}

.hpm-fade-top {
  height: 27%;
  bottom: auto;
  top: 2.5rem;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  .hpm-fade-top {
    top: 0;
    position: fixed;
  }
}
@media (min-width: 1024px) {
  .hpm-fade-top {
    top: 0;
  }
}

@media (min-width: 768px) {
  .hpm-fade-bottom {
    bottom: 0;
    position: fixed;
  }
}

.hpm-fade {
  /* Hidden on small screens */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.hpm-fade:before, .hpm-fade:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;
}
.hpm-fade:after {
  opacity: 0.75;
  background: -webkit-radial-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.15) 100%);
  background: -moz-radial-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.15) 100%);
  background: radial-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.15) 100%);
}

/* Desktop non-touch overlay */
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .hpm-fade {
    display: block;
  }
}
.hpm-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}

.hpm-carousel-container {
  will-change: transform;
}

.hpm-item {
  background-position: center;
  background-size: cover;
}
.hpm-item img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .hpm-item img.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .hpm-item img.mobile {
    display: none;
  }
}

.hpm-info {
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (min-width: 768px) {
  .hpm-info {
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.hpm-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-0.9375rem);
     -moz-transform: translateX(-0.9375rem);
      -ms-transform: translateX(-0.9375rem);
          transform: translateX(-0.9375rem);
  margin: 0 0 0.3125rem 1.875rem;
}
@media (max-width: 767px) {
  .hpm-pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .hpm-pagination {
    padding: 0;
    margin: 0 0 3.4375rem 2.5rem;
    -webkit-transform: translateX(-0.3125rem);
       -moz-transform: translateX(-0.3125rem);
        -ms-transform: translateX(-0.3125rem);
            transform: translateX(-0.3125rem);
  }
}
@media (min-width: 1024px) {
  .hpm-pagination {
    margin: 0 0 1.25rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .hpm-pagination {
    margin: 0 0 2.5rem 2.5rem;
  }
}

.hpm-headers-container {
  min-height: 3.9375rem;
  position: relative;
}
@media (min-width: 768px) {
  .hpm-headers-container {
    min-height: 8.9375rem;
  }
}

.hpm-headers-item {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .hpm-headers-item {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.hpm-headers-item h2 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #f9f7ed;
}
.hpm-headers-item h2 > span:last-child {
  display: block;
  margin-top: -0.625rem;
}
@media (min-width: 768px) {
  .hpm-headers-item h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .hpm-headers-item h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
.hpm-headers-item strong {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  width: 100%;
  display: inline-block;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .hpm-headers-item strong {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .hpm-headers-item strong {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
.hpm-headers-item:not(.active) strong {
  opacity: 0;
  visibility: hidden;
}
.hpm-headers-item.active .hpm-headers-fixed {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .hpm-headers-item {
    padding: 0 0 0.625rem 2.5rem;
    top: auto;
    bottom: 0;
  }
}

.hpm-headers-fixed {
  opacity: 0;
  visibility: hidden;
}

.hpm-bullet {
  cursor: pointer;
  min-width: 1.25rem;
  width: 1.25rem;
  height: 2.5rem;
  margin: 0 0.3125rem 0 0;
  background: transparent;
  border: none;
}
.hpm-bullet svg {
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
  opacity: 0;
  visibility: hidden;
}
.hpm-bullet circle {
  fill: none;
  stroke-width: 0.375rem;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke: #C91235;
}
.hpm-bullet:not(.swiper-pagination-bullet-active) .hpm-bullet-inner {
  opacity: 0.6;
}
html.no-touch .hpm-bullet:not(.swiper-pagination-bullet-active):hover .hpm-bullet-inner {
  opacity: 1;
}
.hpm-bullet.swiper-pagination-bullet-active svg {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .hpm-bullet {
    margin: 0 0.3125rem;
  }
}

.hpm-bullet-inner {
  width: 0.625rem;
  height: 0.625rem;
  background: #F9F7ED;
  display: block;
  position: relative;
  border: none;
  -moz-border-radius: 50%;
       border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.hpm-scroll {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
     -moz-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  z-index: 3;
  padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
.hpm-scroll .global-icons {
  display: inline-block;
  color: #fff;
  font-size: 1.4375rem;
  pointer-events: none;
  -webkit-animation: bounce 1s ease-in-out infinite alternate;
     -moz-animation: bounce 1s ease-in-out infinite alternate;
          animation: bounce 1s ease-in-out infinite alternate;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
@media (min-width: 1200px) {
  .hpm-scroll .global-icons {
    font-size: 2.8125rem;
  }
}
html.no-touch .hpm-scroll:hover .global-icons {
  color: #C91235;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 767px) {
  .hpm-scroll {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hpm-scroll {
    padding-right: 3.75rem;
  }
}

.hpm-triggers {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  display: none;
  z-index: 20;
}
.hpm-triggers.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.hpm-triggers.active-items-0.active-items-1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hpm-triggers.active-items-0.active-items-1.active-items-2 {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.hpm-triggers.no-popups-items {
  display: none;
}
@media (min-width: 375px) {
  .hpm-triggers {
    width: 60%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .hpm-triggers {
    background-color: transparent;
    right: 1.25rem;
    bottom: 1.25rem;
    left: auto;
    width: auto;
  }
}

.hpm-triggers-wrapper {
  width: 100%;
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  min-height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 1.25rem 0 0.9375rem;
  background: #252429;
  -webkit-box-shadow: 0px -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0px -0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  pointer-events: auto !important;
}
.hpm-triggers-wrapper.no-popups-items {
  display: none;
}
body.secondLvl .hpm-triggers-wrapper {
  position: fixed;
}
@media (min-width: 768px) {
  body.secondLvl .hpm-triggers-wrapper {
    left: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    position: absolute;
    -webkit-transform: translateY(-100%) translateX(-50%);
       -moz-transform: translateY(-100%) translateX(-50%);
        -ms-transform: translateY(-100%) translateX(-50%);
            transform: translateY(-100%) translateX(-50%);
  }
}
@media (min-width: 768px) {
  .hpm-triggers-wrapper {
    position: fixed;
    background: transparent;
    z-index: 4;
    width: auto;
    left: auto;
    right: 1.875rem;
    bottom: 1.25rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .hpm-triggers-wrapper {
    bottom: 1.875rem;
  }
}

.popup-btn {
  background: transparent;
  border: none;
  cursor: pointer;
}
.popup-btn * {
  pointer-events: none;
}
.popup-btn .pb-inner {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html.no-touch .popup-btn.pb-notice:hover .hp-notices {
  opacity: 0.8;
}
html.no-touch .popup-btn.pb-notice:hover .hp-notices-left {
  top: -0.125rem;
  left: -0.1875rem;
}
html.no-touch .popup-btn.pb-notice:hover .hp-notices-right {
  top: -0.125rem;
  right: -0.1875rem;
}
html.no-touch .popup-btn.pb-events:hover .hp-calendar {
  opacity: 0.8;
}
.popup-btn.pb-events .pb-counter {
  right: 0.3125rem;
}
html.no-touch .popup-btn.pb-alert:hover .hp-alert {
  opacity: 0.8;
}
html.no-touch .popup-btn.pb-events:hover [class*=hp-notices],
html.no-touch .popup-btn.pb-events:hover .hp-calendar, html.no-touch .popup-btn.pb-notice:hover [class*=hp-notices],
html.no-touch .popup-btn.pb-notice:hover .hp-calendar {
  color: #F9F7ED;
}
.popup-btn .hp-icon {
  position: relative;
  font-size: 1.5625rem;
  color: #F9F7ED;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.popup-btn .hp-icon.hp-alert {
  color: #C91235;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.popup-btn .hp-icon.hp-notices {
  position: relative;
  display: inline-block;
  width: 1.6875rem;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.popup-btn .hp-icon.hp-calendar {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.popup-btn .hp-icon.hp-notices-left, .popup-btn .hp-icon.hp-notices-right {
  position: absolute;
  top: 0;
  font-size: 0.625rem;
  -webkit-transition: left 0.2s ease-in, right 0.2s ease-in, top 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: left 0.2s ease-in, right 0.2s ease-in, top 0.2s ease-in, color 0.2s ease-in;
  transition: left 0.2s ease-in, right 0.2s ease-in, top 0.2s ease-in, color 0.2s ease-in;
}
.popup-btn .hp-icon.hp-notices-left {
  left: 0;
}
.popup-btn .hp-icon.hp-notices-right {
  right: 0;
}
.popup-btn .pb-title {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #f9f7ed;
  display: block;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .popup-btn .pb-title {
    font-size: 0.8125rem;
  }
}
.popup-btn .pb-counter {
  position: absolute;
  top: -0.375rem;
  right: -0.125rem;
  background: #C91235;
  width: 0.8125rem;
  height: 0.8125rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .popup-btn .pb-counter {
    width: 0.9375rem;
    height: 0.9375rem;
    font-size: 0.75rem;
    display: inline-block;
    padding-top: 0.15625rem;
  }
}
@media (min-width: 768px) {
  .popup-btn:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .popup-btn {
    margin-right: 1.875rem;
  }
}

.custom-popup {
  display: none;
}

.custom-popup.popup-alert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 36, 41, 0.7);
  z-index: 31;
  padding-bottom: 3.125rem;
  overflow-y: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.custom-popup.popup-alert::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.custom-popup.popup-alert.opened {
  display: block;
}
.custom-popup.popup-alert.opened .alert-close {
  display: block;
}
@media (min-width: 1024px) {
  .custom-popup.popup-alert.opened {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.custom-popup.popup-alert.hovered .popup-card.has-url .popup-image:before {
  opacity: 0.25;
}
.custom-popup.popup-alert.hovered .popup-card.has-url .popup-title {
  color: #C91235;
}
.custom-popup.popup-alert .pc-content-wrapper {
  position: relative;
}
.custom-popup.popup-alert .alert-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-20%) translateX(20%);
     -moz-transform: translateY(-20%) translateX(20%);
      -ms-transform: translateY(-20%) translateX(20%);
          transform: translateY(-20%) translateX(20%);
}
.custom-popup.popup-alert .alert-close button {
  width: 5rem;
  height: 5rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #C91235;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
          box-shadow: 0 0.1875rem 0.375rem rgba(24, 21, 62, 0.15);
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .alert-close button {
    width: 6.4375rem;
    height: 6.4375rem;
  }
}
.custom-popup.popup-alert .alert-close span.global-icons {
  display: inline-block;
  font-size: 1.4375rem;
  color: #F9F7ED;
  font-weight: normal;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .alert-close span.global-icons {
    font-size: 1.6875rem;
  }
}
html.no-touch .custom-popup.popup-alert .alert-close:hover span.global-icons {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media (min-width: 350px) {
  .custom-popup.popup-alert .alert-close {
    -webkit-transform: translateY(-20%) translateX(30%);
       -moz-transform: translateY(-20%) translateX(30%);
        -ms-transform: translateY(-20%) translateX(30%);
            transform: translateY(-20%) translateX(30%);
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .alert-close {
    -webkit-transform: translateY(-30%) translateX(40%);
       -moz-transform: translateY(-30%) translateX(40%);
        -ms-transform: translateY(-30%) translateX(40%);
            transform: translateY(-30%) translateX(40%);
  }
}
.custom-popup.popup-alert .popup-wrapper {
  padding-top: 2.5rem;
  overflow: visible;
  max-width: 18.4375rem;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .custom-popup.popup-alert .popup-wrapper {
    max-width: 34.375rem;
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .custom-popup.popup-alert .popup-wrapper {
    max-width: 54.0625rem;
  }
}
@media (min-width: 1336px) {
  .custom-popup.popup-alert .popup-wrapper {
    max-width: 61.875rem;
  }
}
.custom-popup.popup-alert .pc-inner {
  max-width: 18.4375rem;
  margin: 0 0.625rem;
}
@media (min-width: 375px) {
  .custom-popup.popup-alert .pc-inner {
    margin: 0 10%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .pc-inner {
    margin: 0;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .custom-popup.popup-alert .pc-inner {
    max-width: 54.0625rem;
    height: 80vh;
  }
}
@media (min-width: 1336px) {
  .custom-popup.popup-alert .pc-inner {
    max-width: 61.875rem;
    height: 90vh;
  }
}
.custom-popup.popup-alert .pc-content {
  background: #fff;
  -moz-border-radius: 0.3125rem;
       border-radius: 0.3125rem;
  position: relative;
}
@media (min-width: 1024px) {
  .custom-popup.popup-alert .pc-content {
    background: #2B2B2B;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .custom-popup.popup-alert .pc-content .popup-image,
  .custom-popup.popup-alert .pc-content .popup-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.custom-popup.popup-alert .popup-image {
  background-color: #252429;
  height: 12.5rem;
  overflow: hidden;
  -moz-border-radius: 0.3125rem 0.3125rem 0 0;
       border-radius: 0.3125rem 0.3125rem 0 0;
  position: relative;
}
.custom-popup.popup-alert .popup-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #252429;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.custom-popup.popup-alert .popup-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-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 22.5rem;
  }
}
@media (min-width: 1024px) {
  .custom-popup.popup-alert .popup-image {
    height: auto;
    -moz-border-radius: 0.3125rem 0 0 0.3125rem;
         border-radius: 0.3125rem 0 0 0.3125rem;
  }
}
.custom-popup.popup-alert .popup-content {
  background: #fff;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1024px) {
  .custom-popup.popup-alert .popup-content {
    -moz-border-radius: 0 0.3125rem 0.3125rem 0;
         border-radius: 0 0.3125rem 0.3125rem 0;
  }
}
.custom-popup.popup-alert .popup-content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-popup.popup-alert .popup-content-header .popup-header {
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #C91235;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 0.1875rem;
  text-transform: uppercase;
}
.custom-popup.popup-alert .popup-content-header .hp-icon {
  font-size: 1.3125rem;
  color: #C91235;
  display: inline-block;
  margin-right: 0.625rem;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-content-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.custom-popup.popup-alert .popup-content-inner {
  padding: 1.5625rem;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-content-inner {
    padding: 2.8125rem;
  }
}
.custom-popup.popup-alert .popup-title {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.875rem;
  line-height: 2.0625rem;
  font-weight: bold;
  text-align: left;
  color: #252429;
  margin: 1.25rem 0;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 375px) {
  .custom-popup.popup-alert .popup-title {
    font-size: 1.875rem;
    line-height: 2.0625rem;
  }
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-title {
    font-size: 2.375rem;
    line-height: 2.6875rem;
  }
}
.custom-popup.popup-alert .popup-description {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #0D0303;
}
.custom-popup.popup-alert .popup-description p {
  padding-bottom: 0.625rem;
}
.custom-popup.popup-alert .popup-description a {
  color: #C91235;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}
.custom-popup.popup-alert .popup-description a:hover {
  color: #252429;
}
.custom-popup.popup-alert .popup-description > *:last-child:after {
  content: "\e904";
  margin-left: 0.4375rem;
  font-family: "global-icons";
  font-size: 0.75rem;
  color: #C91235;
}
.custom-popup.popup-alert .popup-description ol {
  padding-left: 1.5625rem;
  margin-bottom: 1.875rem;
}
.custom-popup.popup-alert .popup-description ol li {
  list-style-type: decimal;
  margin-bottom: 0.9375rem;
}
.custom-popup.popup-alert .popup-description ol li::marker {
  color: #C91235;
  font-weight: bold;
}
.custom-popup.popup-alert .popup-description ul {
  margin-bottom: 1.875rem;
}
.custom-popup.popup-alert .popup-description ul li {
  list-style: none;
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 0.9375rem;
}
.custom-popup.popup-alert .popup-description ul li:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #C91235;
  position: absolute;
  left: 0;
  top: 0.4375rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .popup-description {
    margin: 1.5625rem 0 0.9375rem;
  }
}
.custom-popup.popup-alert .popup-link-icon {
  pointer-events: none;
  font-size: 0.6875rem;
  color: #C91235;
  display: inline;
  margin-left: 0.625rem;
}
.custom-popup.popup-alert .updated {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: left;
  letter-spacing: 0.05em;
  color: #242327;
  opacity: 0.55;
  text-transform: uppercase;
  margin: 0.9375rem 0 0;
  display: block;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert .updated {
    margin: 1.875rem 0 0;
  }
}
.custom-popup.popup-alert .popup-card.has-url .global-url {
  display: block;
}
.custom-popup.popup-alert .popup-card.no-url .global-url {
  display: none;
}
.custom-popup.popup-alert .popup-card.no-url .popup-description > *:last-child:after {
  display: none;
}
.custom-popup.popup-alert .global-url {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .custom-popup.popup-alert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    background: transparent;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
  }
  .custom-popup.popup-alert .popup-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in 0.2s, visibility 0.2s ease-in 0.2s;
    -moz-transition: opacity 0.2s ease-in 0.2s, visibility 0.2s ease-in 0.2s;
    transition: opacity 0.2s ease-in 0.2s, visibility 0.2s ease-in 0.2s;
  }
  .custom-popup.popup-alert.opened {
    pointer-events: all;
    background: rgba(37, 36, 41, 0.7);
  }
  .custom-popup.popup-alert.opened .popup-wrapper {
    opacity: 1;
    visibility: visible;
  }
}