﻿.plus-icon-wrapper,
html.no-touch .quick-search__close:hover .close-icon:after,
html.no-touch .quick-search__close:hover .close-icon:before {
  background: #0923c5;
}
.content-style .full-image.video,
.full-image.video,
.lion-decorator {
  object-fit: cover;
}
.modal-card .modal-card__paragraph a,
html.no-touch .dropdown-wrapper__link:hover,
html.no-touch .story-card__description a:hover {
  text-decoration: underline;
}
.content-layout__bg img,
.main-hero-cp .main-hero__fader img {
  object-position: var(--focal-point);
}
.selectric .label,
.story-card__handler time {
  white-space: nowrap;
}
.selectric-input,
.sr-only {
  clip: rect(0, 0, 0, 0) !important;
}
.mediaPopup .owl-carousel,
.mediaPopup .owl-carousel .owl-item,
a,
a:active,
a:hover,
a:link,
a:visited,
body,
html {
  -webkit-tap-highlight-color: transparent;
}
:root {
  --viewport-overage: calc(100vw - 1600px);
  --rootFontSize: max(62.5%, calc(0.5vw - 0.625em) + 0.625rem);
  --cp-container-width: clamp(72rem, 17.3611111111vw + 54.2222222222rem, 82rem);
  --cp-col-gap: 3rem;
  --cp-row-gap: 3rem;
  --cp-row-spacing: clamp(4rem, 1.5873015873vw + 3.4603174603rem, 6rem);
  --navigation-width: 5rem;
  --navigation-half-width: 2.5rem;
  --cp-container-guide: 30px;
  --cp-container-guide2: 10px;
  --cp-container-guide3: 10px;
  --cp-container-padding: 30px;
  --swiper-theme-color: #007aff;
  --shadow-margin: 2rem;
  --shadow-margin-neg: -2rem;
}
*,
.shTemplReset *,
.shTemplReset :after,
.shTemplReset :before,
:after,
:before {
  box-sizing: border-box;
}
.swiper-wrapper,
hr {
  box-sizing: content-box;
}
* {
  -webkit-touch-callout: none;
}
body,
html {
  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;
  background: #fff;
}
html {
  overflow-y: auto;
  font-size: var(--rootFontSize);
}
body {
  font-size: 1.6rem;
  overflow: hidden;
  background: var(--body-bg);
  color: var(--body-color);
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
}
.shTemplReset :focus,
.shTemplReset button:focus,
:focus html.touch,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  outline: 0;
}
legend {
  color: inherit;
  display: table;
  white-space: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.modal-card .card-trigger-link ~ .modal-card__content .g-icon-arrow-right,
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  height: 0;
  display: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.menu-levels .link.current,
strong {
  font-weight: 700;
}
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
hr {
  height: 0;
  overflow: visible;
}
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;
}
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder,
input::-moz-placeholder {
  opacity: 1;
}
input,
textarea {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.content-style img[src*=".png"],
input {
  box-shadow: none;
}
a {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}
a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.main-layout .main-layout__sidebar,
[hidden] {
  display: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
}
@font-face {
  font-family: global-icons;
  src: url("../fonts/global-icons.ttf") format("truetype"),
    url("../fonts/global-icons.woff") format("woff"),
    url("../images/global-icons.svg#global-icons") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.dnnForm.panels .dnnFormSectionHead:before,
.form .form__select .selectric:before,
.g-icon {
  font-family: global-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.common-description a,
.custom-button,
.custom-menu .back-button,
.custom-menu .sublevel-heading,
.custom-readmore,
.is-modal .is-modal__close--text,
.modal-link,
.skip-to-content {
  text-transform: uppercase;
}
.g-link:before {
  content: "";
}
.g-whatsapp:before {
  content: "";
}
.g-messenger:before {
  content: "";
  color: #00b2ff;
}
.g-account:before {
  content: "";
  color: #fff;
}
.social-vimeo:before {
  content: "";
}
.social-youtube:before {
  content: "";
}
.social-news:before {
  content: "";
}
.social-flickr:before {
  content: "";
}
.social-issuu:before {
  content: "";
}
.social-linkedin:before {
  content: "";
}
.social-pinterest:before {
  content: "";
}
.social-soundcloud:before {
  content: "";
}
.g-mail:before {
  content: "";
  color: #0923c5;
}
.g-new-window:before {
  content: "";
  color: #0923c5;
}
.g-file-pdf:before {
  content: "";
  color: #0923c5;
}
.g-pin:before {
  content: "";
  color: #0923c5;
}
.g-time:before {
  content: "";
  color: #0923c5;
}
.form .form__select .selectric:before,
.g-chevron-slim-small-top:before {
  content: "";
}
.g-chevron-fat-arrow:before {
  content: "";
}
.g-chevron-fat-right:before {
  content: "";
}
.g-chevron-slim-left:before {
  content: "";
}
.g-phone:before {
  content: "";
  color: #fff;
}
.g-big-arrow-up:before {
  content: "";
}
.g-search:before {
  content: "";
}
.dnnForm.panels .dnnFormSectionHead:before,
.g-small-arrow-left:before {
  content: "";
}
.g-small-arrow-right:before {
  content: "";
}
.social-facebook:before {
  content: "";
}
.social-instagram:before {
  content: "";
}
.social-x:before {
  content: "";
}
.g-big-arrow-down:before {
  content: "";
}
.close-icon {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.close-icon:after,
.close-icon:before {
  content: "";
  background: #343434;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.close-icon:before {
  width: 0.2rem;
  height: 100%;
  left: 50%;
  margin-left: -0.1rem;
}
.close-icon:after {
  width: 100%;
  height: 0.2rem;
  top: 50%;
  margin-top: -0.1rem;
}
.close-icon.v2 {
  width: 1.2rem;
  height: 1.2rem;
}
.close-icon.v2:before,
.plus-icon:before {
  width: 0.1rem;
  margin-left: -0.05rem;
}
.close-icon.v2:after {
  height: 0.1rem;
  margin-top: -0.05rem;
}
.plus-icon {
  width: 14px;
  height: 14px;
  position: relative;
}
.plus-icon:after,
.plus-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.plus-icon:before {
  content: "";
  height: 100%;
  left: 50%;
}
.plus-icon:after {
  width: 100%;
  height: 0.1rem;
  top: 50%;
  margin-top: -0.05rem;
}
.plus-icon-wrapper {
  width: 2rem;
  height: 2rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}
.icon-toggle-muted,
.icon-toggle-play {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.icon-toggle-muted:after,
.icon-toggle-muted:before,
.icon-toggle-play:after,
.icon-toggle-play:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  background-position: center center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.icon-toggle-play:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' data-name='Layer 2' viewBox='0 0 9 13'%3E%3Cpath d='M9 6.5 0 13V0l9 6.5Z' data-name='Layer 1'/%3E%3C/svg%3E");
}
.icon-toggle-play:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' data-name='Layer 2' viewBox='0 0 9.37 11.71'%3E%3Cg data-name='Layer 1'%3E%3Cpath d='M2.63 11.71H.3c-.16 0-.3-.13-.3-.29V.29C0 .13.13 0 .29 0h2.33c.16 0 .3.13.3.29v11.12c0 .16-.13.29-.3.29ZM9.07 11.71H6.74c-.16 0-.3-.13-.3-.29V.29C6.43.13 6.57 0 6.73 0h2.33c.16 0 .3.13.3.29v11.12c0 .16-.13.29-.3.29Z'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-toggle-muted:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' data-name='Layer 2' viewBox='0 0 14.91 13.92'%3E%3Cpath d='M14.91 8.62v1.32h-1.32l-1.66-1.67-1.66 1.67H8.95V8.62l1.66-1.66-1.66-1.67V3.97h1.32l1.66 1.67 1.66-1.66h1.32v1.31l-1.66 1.66 1.66 1.67Zm-8.45 5.29a.47.47 0 0 1-.35-.15L2.28 9.93H.5c-.28 0-.5-.22-.5-.5V4.46c0-.28.22-.5.5-.5h1.78L6.11.14c.2-.19.51-.19.71.01.09.09.14.21.14.34v12.92c0 .28-.22.5-.5.5Z' data-name='Layer 1'/%3E%3C/svg%3E");
}
.icon-toggle-muted:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' data-name='Layer 2' viewBox='0 0 6.96 13.92'%3E%3Cpath d='M6.46 13.91a.47.47 0 0 1-.35-.15L2.28 9.93H.5c-.28 0-.5-.22-.5-.5V4.46c0-.28.22-.5.5-.5h1.78L6.11.14c.2-.19.51-.19.71.01.09.09.14.21.14.34v12.92c0 .28-.22.5-.5.5Z' data-name='Layer 1'/%3E%3C/svg%3E");
}
html.theme-1 {
  --body-bg: #f2f0ec;
  --body-color: #343434;
}
.quick-search {
  width: 22.3rem;
  height: 3rem;
  position: absolute;
  left: 3rem;
  top: 2.3rem;
  z-index: 333;
}
.quick-search__wrapper,
.stats-card {
  position: relative;
}
.quick-search__form {
  width: 100%;
  position: relative;
  padding-left: 3.5rem;
  z-index: 2;
}
.quick-search__form .g-search {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  font-size: 2.2rem;
  pointer-events: none;
}
.quick-search__submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  text-align: right;
  padding-right: 0.4rem;
}
.quick-search__submit .g-small-arrow-right {
  color: #343434;
  font-size: 0.8rem;
  line-height: 3rem;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
}
.quick-search__results-wrapper .highlight,
.quick-search__results-wrapper a .highlight,
html.no-touch .quick-search__results-wrapper a:hover {
  color: #0923c5;
}
html.no-touch .quick-search__submit:hover .g-small-arrow-right {
  -webkit-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
}
.quick-search__input {
  width: 100%;
  height: 3rem;
  position: relative;
  border-bottom: 1px solid rgba(52, 52, 52, 0.3);
}
.quick-search__close,
.quick-search__input input {
  background: rgba(0, 0, 0, 0);
  border: none;
  position: absolute;
}
.quick-search__input input {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #343434;
  padding-right: 3rem;
  padding-left: 1rem;
}
.quick-search__close {
  width: 3rem;
  height: 3rem;
  right: 1rem;
  top: 3rem;
  cursor: pointer;
}
.quick-search__list {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -1rem, 0);
  transform: translate3d(0, -1rem, 0);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s,
    -webkit-transform 0.3s;
}
.active .quick-search__list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, visibility 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s;
}
.quick-search__results-wrapper {
  width: 52rem;
  position: absolute;
  top: -3rem;
  left: -1.5rem;
  background: #fff;
  padding: 9rem 3rem 3rem 5rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, visibility 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s;
  box-shadow: 0 3px 46px rgba(0, 0, 0, 0.16);
}
.main-layout,
body {
  background: #f2f0ec;
}
.active .quick-search__results-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s,
    -webkit-transform 0.3s;
}
.quick-search__results-wrapper li,
.secondary-menu__item {
  margin-bottom: 1rem;
}
.quick-search__results-wrapper li:last-child {
  margin-bottom: 0;
  padding-top: 0.5rem;
}
.quick-search__results-wrapper a {
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  display: inline-block;
}
.quick-search__results-wrapper a.link-search {
  font-size: 1.6rem;
  color: #0923c5;
}
.dnnForm.panels
  .quick-search__results-wrapper
  a.link-search
  .dnnFormSectionHead:before,
.form
  .form__select
  .quick-search__results-wrapper
  a.link-search
  .selectric:before,
.quick-search__results-wrapper
  a.link-search
  .dnnForm.panels
  .dnnFormSectionHead:before,
.quick-search__results-wrapper
  a.link-search
  .form
  .form__select
  .selectric:before,
.quick-search__results-wrapper a.link-search .g-icon {
  font-size: 1.3rem;
  display: inline-block;
  margin-left: 0.5rem;
  top: 0.1rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.dnnForm.panels
  html.no-touch
  .quick-search__results-wrapper
  a.link-search:hover
  .dnnFormSectionHead:before,
.form
  .form__select
  html.no-touch
  .quick-search__results-wrapper
  a.link-search:hover
  .selectric:before,
html.no-touch
  .quick-search__results-wrapper
  a.link-search:hover
  .dnnForm.panels
  .dnnFormSectionHead:before,
html.no-touch
  .quick-search__results-wrapper
  a.link-search:hover
  .form
  .form__select
  .selectric:before,
html.no-touch .quick-search__results-wrapper a.link-search:hover .g-icon {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
@media (max-width: 460px) {
  :root {
    --cp-col-gap: 15px;
  }
}
.main-layout {
  width: 100%;
  position: relative;
  z-index: 4;
}
.main-layout.no-bottom-stories {
  padding-bottom: clamp(3rem, 1.5873015873vw + 2.4603174603rem, 5rem);
}
.main-layout__container,
body:not(.originalStructure) .DNNModuleContent:has([id^="dnn"]) > div,
body:not(.originalStructure) .DNNModuleContent:not(:has([id^="dnn"])),
body:not(.originalStructure) .DnnModule:has(> .module-content),
body:not(.originalStructure)
  .DnnModule
  > div:not(.module-content)
  .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
  > div:not(.redactor-box),
body:not(.originalStructure)
  .DnnModule
  > div:not(.module-content)
  .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
  > div:not(.redactor-box):not(:has(> .dnnForm)) {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr var(--cp-container-guide3) var(
      --cp-container-guide2
    ) var(--cp-container-guide) minmax(0, var(--cp-container-width)) var(
      --cp-container-guide
    ) var(--cp-container-guide2) var(--cp-container-guide3) 1fr;
  -webkit-column-gap: var(--cp-col-gap);
  -moz-column-gap: var(--cp-col-gap);
  column-gap: var(--cp-col-gap);
}
.main-layout .featured-paragraph {
  grid-column: 4/7;
  grid-template-columns: inherit;
  -webkit-column-gap: inherit;
  -moz-column-gap: inherit;
  column-gap: inherit;
  padding: 0 0 clamp(4rem, 3.1746031746vw + 2.9206349206rem, 8rem);
  text-align: center;
}
.main-layout__container-with-menu {
  width: 100%;
  display: grid;
  grid-template-columns: inherit;
  -webkit-column-gap: inherit;
  -moz-column-gap: inherit;
  column-gap: inherit;
  grid-column: 1/10;
}
.main-layout__container-with-menu #dnn_ContentPane {
  grid-column: 5/6;
  padding-top: 4rem;
  padding: clamp(4rem, 3.1746031746vw + 2.9206349206rem, 8rem) 0;
}
.main-layout__container-with-menu #dnn_ContentPane .featured-paragraph {
  padding-top: 0;
}
body:not(.originalStructure)
  .main-layout__container-with-menu
  .DNNModuleContent:has([id^="dnn"])
  > div,
body:not(.originalStructure)
  .main-layout__container-with-menu
  .DNNModuleContent:not(:has([id^="dnn"])) {
  display: block;
}
.dnnForm,
.module-content {
  position: relative;
  grid-column: 5/6;
}
.common-description p:last-child,
.dnnForm {
  margin: 0;
}
@-webkit-keyframes loaderAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-widget--has-loader:not(.loaded) {
  min-width: 100%;
}
.module-widget--has-loader:not(.loaded):before {
  content: "";
  width: 4rem;
  height: 4rem;
  border: 0.3rem solid #243f86;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite loaderAnimation;
  animation: 1s linear infinite loaderAnimation;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  pointer-events: none;
}
.main-header.fixed .custom-logo,
.main-header.fixed .header-menu__link,
.main-header.fixed .ticker-bar-wrapper,
.module-widget--has-loader.loaded:before,
html.custom-menu-active .custom-logo {
  opacity: 0;
  visibility: hidden;
}
.module-widget--has-loader:not(.loaded) > * {
  height: 10rem;
  position: relative;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.content-layout,
.module-widget {
  position: relative;
  grid-column: 1/10;
  display: grid;
  grid-template-columns: 1fr var(--cp-container-guide3) var(
      --cp-container-guide2
    ) var(--cp-container-guide) minmax(0, var(--cp-container-width)) var(
      --cp-container-guide
    ) var(--cp-container-guide2) var(--cp-container-guide3) 1fr;
  -webkit-column-gap: var(--cp-col-gap);
  -moz-column-gap: var(--cp-col-gap);
  column-gap: var(--cp-col-gap);
}
.content-layout,
.custom-menu.opened .lazyload,
.main-header.noHeader .custom-logo img.dark,
.module-content .content-layout,
.module-content .module-widget {
  display: block;
}
.content-layout .module-widget__wrapper,
.module-widget .module-widget__wrapper {
  grid-column: 3/4;
}
.content-layout .module-widget__wrapper--fill-right,
.module-widget .module-widget__wrapper--fill-right {
  grid-column: 1/10;
  position: relative;
}
.content-layout .module-widget__wrapper--fill-content,
.module-widget .module-widget__wrapper--fill-content {
  grid-column: 5/6;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .content-layout
    .module-widget__wrapper--fill-content:not(
      .module-widget__wrapper--fill-content-big
    ),
  .module-widget
    .module-widget__wrapper--fill-content:not(
      .module-widget__wrapper--fill-content-big
    ) {
    grid-column: 3/6;
  }
}
@media (max-width: 767px) {
  .quick-search {
    position: relative;
    width: calc(100% - 8rem);
    margin-left: 4rem;
    margin-bottom: 2.5rem;
    left: auto;
    top: auto;
  }
  .quick-search__close {
    right: 0.5rem;
    top: 1.8rem;
  }
  .quick-search__results-wrapper {
    width: calc(100% + 8rem);
    left: 0;
    top: -1.5rem;
    margin-left: -4rem;
  }
  .main-layout .featured-paragraph {
    grid-column: 1/10;
    padding-left: var(--cp-col-gap);
    padding-right: var(--cp-col-gap);
  }
  .main-layout__container-with-menu #dnn_ContentPane {
    grid-column: 1/10;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .module-content {
    grid-column: 1/-1 !important;
    padding: 0 var(--cp-col-gap) !important;
  }
  .content-layout .module-widget__wrapper--fill-content,
  .module-widget .module-widget__wrapper--fill-content {
    grid-column: 1/10;
    padding: 0 var(--cp-col-gap);
  }
}
.content-layout .module-widget__wrapper--fill-content-big,
.module-widget .module-widget__wrapper--fill-content-big {
  grid-column: 3/7;
}
.content-layout .module-widget__wrapper--fill-full,
.module-widget .module-widget__wrapper--fill-full {
  grid-column: 1/10;
}
.module-widget--has-carousel,
.module-widget--has-grid {
  padding-bottom: var(--cp-row-spacing);
}
.module-widget--in-content-layout {
  max-width: 100%;
  position: relative;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -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: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
}
.custom-menu.opened .custom-menu__container,
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-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,
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: transform, -webkit-transform;
  display: block;
}
.mediaPopup .owl-carousel.owl-refresh .owl-item,
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.module-widget--promos .promo-card-cp,
.module-widget--staff .staff-card,
.module-widget--stats .stats-card,
.module-widget--stories .story-card,
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.mediaPopup .owl-carousel .owl-item img.owl-lazy,
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-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-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-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-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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.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;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.module-widget--promos.module-widget--in-content-layout
  .module-carousel
  .swiper-slide,
.module-widget--stats.module-widget--in-content-layout
  .module-carousel
  .swiper-slide {
  width: clamp(26rem, 12.6984126984vw + 21.6825396825rem, 42rem);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: 1s linear infinite swiper-preloader-spin;
  animation: 1s linear infinite swiper-preloader-spin;
}
.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(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.dnnForm.panels .go-to .dnnFormSectionHead:before,
.form .form__select .go-to .selectric:before,
.go-to .dnnForm.panels .dnnFormSectionHead:before,
.go-to .form .form__select .selectric:before,
.go-to .g-icon,
.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;
}
body,
html {
  font-family: Roboto;
  font-weight: 400;
  color: #1a1919;
}
html {
  height: auto !important;
}
body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  color: #343434;
}
.safe-wrap,
.secondary-menu--mobile .secondary-menu__title,
.secondary-menu__link {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.staff-card-cp__image,
main {
  display: block;
  position: relative;
  z-index: 1;
}
body.secondLvl main,
main #content {
  pointer-events: all;
}
.sr-only {
  left: -10000px;
  top: auto;
}
.common-description {
  color: #243f86;
  font-weight: 400;
  font-size: clamp(1.6rem, 0.4761904762vw + 1.4380952381rem, 2.2rem);
}
.common-description p,
.footer__smallhead {
  margin-bottom: 1.5rem;
}
.common-description a {
  line-height: inherit;
  color: inherit;
  font-weight: 600;
  font-size: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
html.no-touch .common-description a:hover {
  color: #10cfc9;
}
.custom-readmore {
  color: #fff;
  font-size: clamp(1.6rem, 0.2380952381vw + 1.519047619rem, 1.9rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: clamp(2rem, 0.3968253968vw + 1.8650793651rem, 2.5rem);
  position: relative;
  display: inline-block;
  padding-right: clamp(2.4rem, 0.4761904762vw + 2.2380952381rem, 3rem);
}
.custom-readmore .dnnForm.panels .dnnFormSectionHead:before,
.custom-readmore .form .form__select .selectric:before,
.custom-readmore .g-icon,
.dnnForm.panels .custom-readmore .dnnFormSectionHead:before,
.form .form__select .custom-readmore .selectric:before {
  font-size: clamp(1.6rem, 0.2380952381vw + 1.519047619rem, 1.9rem);
  line-height: clamp(2rem, 0.3968253968vw + 1.8650793651rem, 2.5rem);
  position: absolute;
  right: 0;
  top: 0;
}
.fit-image {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content-style .full-image,
.full-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background: #0923c5;
}
.content-style .full-image img,
.full-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}
.content-style .full-image img.lazyload,
.full-image img.lazyload,
.toggle-controls.paused .icon-toggle-play:after,
.toggle-sound.muted .icon-toggle-muted:after {
  opacity: 0;
}
.content-style .full-image img.lazyloaded,
.full-image img.lazyloaded,
.toggle-controls .icon-toggle-play:after,
.toggle-controls.paused .icon-toggle-play:before,
.toggle-sound .icon-toggle-muted:after,
.toggle-sound.muted .icon-toggle-muted:before {
  opacity: 1;
}
.content-style .full-image--shadow:after,
.full-image--shadow:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  opacity: 0.65;
  z-index: 2;
}
.full-url {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.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;
}
.go-to {
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0);
  border: none;
  font-size: 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 3;
}
.go-to__smaller {
  position: absolute;
  font-size: 3rem;
  bottom: -0.8rem;
  width: 100%;
  text-align: center;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  display: block;
}
.toggle-controls,
.toggle-sound {
  width: 5.4rem;
  height: 5.4rem;
  background: rgba(0, 0, 0, 0);
  border: none;
  z-index: 3;
  cursor: pointer;
}
html.no-touch .go-to:hover {
  color: #e4ab33;
}
html.no-touch .go-to:hover .go-to__smaller {
  -webkit-transform: translate3d(0, -0.8rem, 0);
  transform: translate3d(0, -0.8rem, 0);
}
.go-to.go-down .go-to__smaller {
  bottom: 2.5rem;
}
html.no-touch .go-to.go-down:hover .go-to__smaller {
  -webkit-transform: translate3d(0, 0.8rem, 0);
  transform: translate3d(0, 0.8rem, 0);
}
.toggle-controls {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.toggle-controls:before,
.toggle-sound:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #eba900;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
html.no-touch .toggle-controls:hover:before,
html.no-touch .toggle-sound:hover:before {
  background: #eba900;
}
.toggle-sound {
  position: relative;
}
.dnnPrimaryAction,
.dnnSecondaryAction,
.g-button {
  max-width: 100%;
  min-height: 4rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #0923c5;
  color: #fff;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 1.1;
  font-size: 2rem;
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  border: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-button,
.dnnSecondaryAction,
.g-button--secondary {
  color: #343434;
  background: #D4AF37;
}
.dnnPrimaryAction .txt,
.dnnSecondaryAction .txt,
.g-button .txt {
  z-index: 3;
  position: relative;
}
.dnnPrimaryAction .icon,
.dnnSecondaryAction .icon,
.g-button .icon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dnnForm.panels .dnnPrimaryAction .dnnFormSectionHead:before,
.dnnForm.panels .dnnSecondaryAction .dnnFormSectionHead:before,
.dnnForm.panels .g-button .dnnFormSectionHead:before,
.dnnPrimaryAction .dnnForm.panels .dnnFormSectionHead:before,
.dnnPrimaryAction .form .form__select .selectric:before,
.dnnPrimaryAction .g-icon,
.dnnSecondaryAction .dnnForm.panels .dnnFormSectionHead:before,
.dnnSecondaryAction .form .form__select .selectric:before,
.dnnSecondaryAction .g-icon,
.form .form__select .dnnPrimaryAction .selectric:before,
.form .form__select .dnnSecondaryAction .selectric:before,
.form .form__select .g-button .selectric:before,
.g-button .dnnForm.panels .dnnFormSectionHead:before,
.g-button .form .form__select .selectric:before,
.g-button .g-icon {
  font-size: 1rem;
}
.dnnPrimaryAction .g-chevron-slim-left,
.dnnSecondaryAction .g-chevron-slim-left,
.g-button .g-chevron-slim-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 1.2rem;
}
.dnnPrimaryAction .txt,
.g-button--primary .txt {
  padding: 1rem 6rem 1rem 2.5rem;
}
.dnnPrimaryAction .decorator,
.g-button--primary .decorator {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #343434;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%) translateX(-1.4rem);
  transform: translateX(100%) translateX(-1.4rem);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.dnnPrimaryAction .decorator span:after,
.dnnPrimaryAction .decorator span:before,
.g-button--primary .decorator span:after,
.g-button--primary .decorator span:before {
  content: "";
  width: 4.5rem;
  height: calc(100% + 1px);
  left: -3rem;
  top: 0;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    65.628% 50.4%,
    0% 0%
  );
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 65.628% 50.4%, 0% 0%);
  background: #343434;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.dnnPrimaryAction .decorator span:before,
.g-button--primary .decorator span:before {
  background: #e4ab33;
  left: -3.5rem;
  z-index: 1;
}
html.no-touch .dnnPrimaryAction:hover .decorator,
html.no-touch .g-button--primary:hover .decorator {
  -webkit-transform: translateX(0) translateX(3rem);
  transform: translateX(0) translateX(3rem);
}
.g-button--with-icon .txt {
  padding-right: 10rem;
}
.g-button--with-icon .decorator {
  -webkit-transform: translateX(100%) translateX(-4rem);
  transform: translateX(100%) translateX(-4rem);
}
.dnnSecondaryAction .txt,
.g-button--secondary .txt {
  padding: 1rem 2rem;
}
.g-button--secondary.g-button--with-icon .txt,
.g-button--with-icon.dnnSecondaryAction .txt {
  padding-right: 4rem;
}
.bordered.dnnSecondaryAction,
.g-button--secondary.bordered {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #1a1919;
}
html.no-touch .dnnSecondaryAction:hover,
html.no-touch .g-button--secondary:hover {
  background: #0923c5;
  border-color: #0923c5;
  color: #fff;
}
.styling--light-text .content-style ul li:before,
html.no-touch .dnnSecondaryAction:hover .close-icon:after,
html.no-touch .dnnSecondaryAction:hover .close-icon:before,
html.no-touch .g-button--secondary:hover .close-icon:after,
html.no-touch .g-button--secondary:hover .close-icon:before {
  background: #fff;
}
.g-button--secondary.icon-left .txt,
.icon-left.dnnSecondaryAction .txt {
  padding-left: 3.4rem;
  padding-right: 2rem;
}
.g-button--secondary.icon-left .icon,
.icon-left.dnnSecondaryAction .icon {
  left: 2rem;
  right: auto;
}
.custom-button {
  min-width: 29.7rem;
  min-height: 4.8rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 2rem;
  border: none;
  cursor: pointer;
}
@media (max-width: 410px) {
  .custom-button {
    min-width: 23rem;
    font-size: 1.6rem;
  }
}
.custom-button .plus-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.custom-button--v2 {
  background: #0923c5;
  color: #fff;
  padding-left: 3rem;
  padding-right: 7.1rem;
}
.custom-button--v2 .plus-icon {
  right: 2.2rem;
  position: absolute;
  z-index: 3;
}
.custom-button--v2 .txt {
  z-index: 2;
}
.custom-button--v2 .decorator {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 2.5rem;
  top: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.custom-button--v2 .decorator:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #343434;
  left: 100%;
  position: absolute;
  top: 0;
}
.custom-button--v2 .g-chevron-fat-arrow {
  font-size: 6rem;
  right: -1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #343434;
}
.custom-button--v2 .g-chevron-slim-left {
  font-size: 5.5rem;
  position: absolute;
  right: 5.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #e4ab33;
}
.custom-button--v3 .txt,
.title-area {
  position: relative;
  z-index: 2;
}
html.no-touch .custom-button--v2:hover .decorator {
  -webkit-transform: translateX(-72%);
  transform: translateX(-72%);
}
.custom-button--v3 .dnnForm.panels .dnnFormSectionHead:before,
.custom-button--v3 .form .form__select .selectric:before,
.custom-button--v3 .g-icon,
.dnnForm.panels .custom-button--v3 .dnnFormSectionHead:before,
.form .form__select .custom-button--v3 .selectric:before {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 7.8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: green;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 1;
}
.dnnForm.panels
  html.no-touch
  .custom-button--v3:hover
  .dnnFormSectionHead:before,
.form .form__select html.no-touch .custom-button--v3:hover .selectric:before,
html.no-touch
  .custom-button--v3:hover
  .dnnForm.panels
  .dnnFormSectionHead:before,
html.no-touch .custom-button--v3:hover .form .form__select .selectric:before,
html.no-touch .custom-button--v3:hover .g-icon {
  -webkit-transform: translateY(-50%) translateX(-80%);
  transform: translateY(-50%) translateX(-80%);
}
.title-area {
  padding: 2rem 3rem 5rem;
}
.title-area .title-area__heading {
  font-size: clamp(3.9rem, 4.0476190476vw + 2.5238095238rem, 9rem);
  line-height: 1.06;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.lion-decorator {
  width: 55.12%;
  height: 91.27%;
  right: -10%;
  top: 0;
  position: absolute;
  object-position: left top;
  object-fit: contain;
  opacity: 0.15;
  mix-blend-mode: pass-through;
  z-index: 1;
  pointer-events: none;
}
.skip-to-content {
  left: 0;
  position: fixed;
  opacity: 0;
  background: #b90124;
  font-size: 13px;
  color: #fff;
  padding: 10px;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 99999;
}
.skip-to-content:focus {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.hidden-content,
.lity-hide,
.swiper-button--lock,
body.homepage .skip-to-content {
  display: none;
}
.general-dots,
.swiper-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.featured-paragraph--styling {
  padding: 4rem 0;
  position: relative;
}
.featured-paragraph--styling .content-style p {
  font-size: clamp(3rem, 1.5873015873vw + 2.4603174603rem, 5rem);
  font-weight: 600;
  position: relative;
  color: #0923c5;
  line-height: 1.12;
}
.content-layout .secondLvlCss ol:last-child,
.content-layout .secondLvlCss p:last-child,
.content-layout .secondLvlCss ul:last-child,
.content-style
  ol:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar)
  li:last-child,
.content-style table td p:last-child,
.content-style table th p:last-child,
.content-style
  ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar)
  li:last-child,
.custom-menu .promo-card:last-child,
.featured-paragraph--styling .content-style > :last-child,
.modal-card:last-child,
.styling--light-text .content-style p:last-child {
  margin-bottom: 0;
}
.general-dots {
  width: 100%;
  z-index: 2;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  padding-top: 3rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.general-dots .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.general-dots .swiper-pagination-bullet:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #e4ab33;
}
.general-dots .swiper-pagination-bullet:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  background: #343434;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.carousel-btn,
.modal-link,
.swiper-button {
  border: none;
  background: rgba(0, 0, 0, 0);
}
.general-dots .swiper-pagination-bullet-active:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
html.no-touch
  .general-dots
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:after {
  opacity: 0.5;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.swiper-button {
  width: 4.8rem;
  height: 4.8rem;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.dnnForm.panels .swiper-button .dnnFormSectionHead:before,
.form .form__select .swiper-button .selectric:before,
.swiper-button .dnnForm.panels .dnnFormSectionHead:before,
.swiper-button .form .form__select .selectric:before,
.swiper-button .g-icon {
  font-size: 3.3rem;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.dnnForm.panels .swiper-button-next .dnnFormSectionHead:before,
.form .form__select .swiper-button-next .selectric:before,
.swiper-button-next .dnnForm.panels .dnnFormSectionHead:before,
.swiper-button-next .form .form__select .selectric:before,
.swiper-button-next .g-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
}
.dnnForm.panels .swiper-button--small .dnnFormSectionHead:before,
.form .form__select .swiper-button--small .selectric:before,
.swiper-button--small .dnnForm.panels .dnnFormSectionHead:before,
.swiper-button--small .form .form__select .selectric:before,
.swiper-button--small .g-icon {
  font-size: 2.5rem;
}
.dnnForm.panels
  .swiper-button--small.swiper-button-next
  .dnnFormSectionHead:before,
.form .form__select .swiper-button--small.swiper-button-next .selectric:before,
.swiper-button--small.swiper-button-next
  .dnnForm.panels
  .dnnFormSectionHead:before,
.swiper-button--small.swiper-button-next .form .form__select .selectric:before,
.swiper-button--small.swiper-button-next .g-icon {
  top: -2px;
}
.swiper-button--disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none !important;
}
.dnnForm.panels html.no-touch .swiper-button:hover .dnnFormSectionHead:before,
.form .form__select html.no-touch .swiper-button:hover .selectric:before,
html.no-touch .carousel-btn:hover,
html.no-touch .custom-menu .arrow:hover,
html.no-touch .custom-menu .link:hover,
html.no-touch .swiper-button:hover .dnnForm.panels .dnnFormSectionHead:before,
html.no-touch .swiper-button:hover .form .form__select .selectric:before,
html.no-touch .swiper-button:hover .g-icon {
  color: #0923c5;
}
html.no-touch .is-modal .is-modal__close--text:hover,
html.no-touch .modal-link:hover {
  color: #a5c5ed;
}
.dnnForm.panels .swiper-button-light .dnnFormSectionHead:before,
.form .form__select .swiper-button-light .selectric:before,
.swiper-button-light .dnnForm.panels .dnnFormSectionHead:before,
.swiper-button-light .form .form__select .selectric:before,
.swiper-button-light .g-icon {
  color: #fff !important;
}
.dnnForm.panels
  html.no-touch
  .swiper-button-light:hover
  .dnnFormSectionHead:before,
.form .form__select html.no-touch .swiper-button-light:hover .selectric:before,
html.no-touch
  .swiper-button-light:hover
  .dnnForm.panels
  .dnnFormSectionHead:before,
html.no-touch .swiper-button-light:hover .form .form__select .selectric:before,
html.no-touch .swiper-button-light:hover .g-icon {
  -webkit-transform: translate3d(-0.5rem, 0, 0);
  transform: translate3d(-0.5rem, 0, 0);
}
.dnnForm.panels
  html.no-touch
  .swiper-button-light:hover.swiper-button-next
  .dnnFormSectionHead:before,
.form
  .form__select
  html.no-touch
  .swiper-button-light:hover.swiper-button-next
  .selectric:before,
html.no-touch
  .swiper-button-light:hover.swiper-button-next
  .dnnForm.panels
  .dnnFormSectionHead:before,
html.no-touch
  .swiper-button-light:hover.swiper-button-next
  .form
  .form__select
  .selectric:before,
html.no-touch .swiper-button-light:hover.swiper-button-next .g-icon {
  -webkit-transform: rotate(180deg) translate3d(-0.5rem, 0, 0);
  transform: rotate(180deg) translate3d(-0.5rem, 0, 0);
}
.module-carousel {
  width: calc(100% + var(--shadow-margin));
  position: relative;
  overflow: hidden;
  padding-top: var(--shadow-margin);
  padding-bottom: var(--shadow-margin);
  margin: var(--shadow-margin-neg) 0;
}
.module-carousel--centered {
  padding-left: 0;
}
.module-carousel .swiper-slide {
  width: clamp(32rem, 12.3015873016vw + 27.8174603175rem, 47.5rem);
  padding-right: clamp(3rem, 1.9841269841vw + 2.3253968254rem, 5.5rem);
}
.module-carousel--direction-reversed .swiper-slide {
  direction: ltr;
}
.module-carousel__navigation {
  pointer-events: none;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.carousel-btn,
.custom-menu .level a,
.custom-menu .level button,
.module-carousel__navigation a,
.module-carousel__navigation button {
  pointer-events: auto;
}
.module-carousel__navigation--left {
  height: 100%;
  position: absolute;
  left: -2.5rem;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module-carousel__navigation--left .carousel-btn:first-child {
  margin-bottom: 15px;
}
.module-carousel__navigation--mobile {
  display: none;
}
@media (max-width: 767px) {
  .content-layout .module-widget__wrapper--fill-content-big,
  .module-widget .module-widget__wrapper--fill-content-big {
    grid-column: 1/10;
    padding: 0 var(--cp-col-gap);
  }
  .toggle-controls:not(.paused) {
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
    opacity: 0;
  }
  .featured-paragraph--styling {
    padding: 1rem 0 3rem;
  }
  .swiper-button {
    width: 3.6rem;
    height: 3.6rem;
  }
  .dnnForm.panels .swiper-button .dnnFormSectionHead:before,
  .form .form__select .swiper-button .selectric:before,
  .swiper-button .dnnForm.panels .dnnFormSectionHead:before,
  .swiper-button .form .form__select .selectric:before,
  .swiper-button .g-icon {
    font-size: 2.4rem;
  }
  .module-carousel__navigation--left {
    display: none;
  }
  .module-carousel__navigation--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: var(--cp-col-gap);
  }
}
.module-carousel__navigation--buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.module-carousel__controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inline-navigation,
.modal-link .counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
@media (max-width: 767px) {
  .module-carousel__controller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
  }
}
.module-carousel__controller--centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.carousel-btn {
  width: 4.8rem;
  height: 4.8rem;
  position: relative;
  box-shadow: none;
  cursor: pointer;
  color: #343434;
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.carousel-btn .dnnForm.panels .dnnFormSectionHead:before,
.carousel-btn .form .form__select .selectric:before,
.carousel-btn .g-icon,
.dnnForm.panels .carousel-btn .dnnFormSectionHead:before,
.form .form__select .carousel-btn .selectric:before {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 2.3rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
}
.carousel-btn--next .dnnForm.panels .dnnFormSectionHead:before,
.carousel-btn--next .form .form__select .selectric:before,
.carousel-btn--next .g-icon,
.dnnForm.panels .carousel-btn--next .dnnFormSectionHead:before,
.form .form__select .carousel-btn--next .selectric:before {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -0.15rem;
}
.carousel-btn.carousel-btn--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.carousel-btn.carousel-btn--hidden {
  display: none;
}
.inline-navigation {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}
.module-grid {
  display: grid;
  grid-auto-flow: row;
}
.modal-link {
  color: #fff;
  font-size: clamp(1.4rem, 0.3968253968vw + 1.2650793651rem, 1.9rem);
  font-weight: 500;
  line-height: 2.5rem;
  display: inline-block;
  position: relative;
  padding-left: clamp(3rem, 0.4761904762vw + 2.8380952381rem, 3.6rem);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  letter-spacing: 0.025em;
}
.dnnForm.panels .modal-link .dnnFormSectionHead:before,
.form .form__select .modal-link .selectric:before,
.modal-link .dnnForm.panels .dnnFormSectionHead:before,
.modal-link .form .form__select .selectric:before,
.modal-link .g-icon {
  font-size: clamp(2.1rem, 0.3174603175vw + 1.9920634921rem, 2.5rem);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-link .counter {
  min-width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1;
  position: absolute;
  border-radius: 50%;
  background: #f53d3d;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  top: -0.8rem;
  left: 1.1rem;
}
.is-modal .is-modal__inner,
.modal-card .modal-card__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.modal-link .counter.two-digits {
  aspect-ratio: none;
  padding: 1.3rem;
  left: 0.8rem;
}
.modal-link.modal-link--alert {
  padding-left: clamp(3.5rem, 0.4761904762vw + 3.3380952381rem, 4.1rem);
}
.is-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000001;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, scale 0.3s 0.3s,
    background-color 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, scale 0.3s 0.3s,
    background-color 0.3s;
  scale: 0.7;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.is-modal .progress-bar {
  --progressScale: 0;
  width: 0.5rem;
  height: calc(
    100% - clamp(14.4rem, 3.9930555556vw + 10.3111111111rem, 16.7rem)
  );
  left: calc(50% - clamp(33rem, 16.0590277778vw + 16.5555555556rem, 42.25rem));
  margin-left: -4.3rem;
  top: clamp(11.4rem, 3.9930555556vw + 7.3111111111rem, 13.7rem);
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  visibility: hidden;
  pointer-events: none;
}
.custom-menu.opened .link,
.is-modal .progress-bar.show,
.is-modal.opened {
  visibility: visible;
}
.is-modal .progress-bar:before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(var(--progressScale));
  transform: scaleY(var(--progressScale));
  -webkit-transform-origin: top center;
  transform-origin: top center;
  position: absolute;
  top: 0;
  left: 0;
  background: #c2e76b;
}
@media (max-width: 767px) {
  .is-modal .progress-bar {
    height: calc(100% - 6rem);
    top: 3rem;
    left: calc(50% - clamp(16rem, 17.8970917226vw + 10.2729306488rem, 24rem));
    margin-left: -0.5rem;
  }
}
@media (max-width: 370px) {
  .is-modal .progress-bar {
    left: 1.7rem;
  }
}
.is-modal.opened {
  -webkit-transition: opacity 0.3s, visibility 0.3s, scale 0.3s,
    background-color 0.3s 0.3s;
  transition: opacity 0.3s, visibility 0.3s, scale 0.3s,
    background-color 0.3s 0.3s;
  opacity: 1;
  scale: 1;
  background: rgba(0, 0, 0, 0.7);
}
.is-modal.opened .is-modal__close--mobile {
  -webkit-transition: opacity 0.3s 0.5s, visibility 0.3s 0.5s;
  transition: opacity 0.3s 0.5s, visibility 0.3s 0.5s;
  opacity: 1;
  visibility: visible;
}
.is-modal .is-modal__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
}
.is-modal .is-modal__card-container {
  width: 100%;
  max-width: clamp(66rem, 32.1180555556vw + 33.1111111111rem, 84.5rem);
  margin: auto;
  padding: 3rem;
}
.is-modal .is-modal__header {
  color: #fff;
  font-size: clamp(3.5rem, 1.7361111111vw + 1.7222222222rem, 4.5rem);
  line-height: 1.3;
  margin-bottom: clamp(3rem, 1.7361111111vw + 1.2222222222rem, 4rem);
  text-align: center;
  position: relative;
}
.is-modal .is-modal__title {
  font-weight: 500;
}
.is-modal .is-modal__close--text {
  font-size: clamp(1.7rem, 0.1587301587vw + 1.646031746rem, 1.9rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  background: rgba(0, 0, 0, 0);
  border: none;
  position: absolute;
  right: 0;
  padding-right: 2.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateY(0.3rem);
  transform: translateY(-50%) translateY(0.3rem);
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.is-modal .is-modal__close--text .g-icon-close {
  font-size: 1.5rem;
  line-height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-logo img.dark,
.custom-menu .lazyload,
.custom-menu .level .item--calendar,
.is-modal .is-modal__close--mobile,
.main-header.noHeader .custom-logo img.light,
.modal-card .modal-card__mobile-header {
  display: none;
}
.modal-card {
  --image-width: 21.6rem;
  --min-height: clamp(25.7rem, 6.1904761905vw + 23.5952380952rem, 33.5rem);
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto 3rem;
}
.modal-card.modal-card--notices {
  --min-height: 19.2rem;
}
html.no-touch .modal-card .card-trigger-link:hover ~ .modal-card__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
html.no-touch
  .modal-card
  .card-trigger-link:hover
  ~ .modal-card__content
  .g-icon-arrow-right {
  -webkit-transform: translateX(0.3rem);
  transform: translateX(0.3rem);
}
.modal-card .modal-card__wrapper {
  width: 100%;
  min-height: var(--min-height);
  position: relative;
  display: flex;
  background: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.custom-menu .level-wrapper,
.footer__col,
.modal-card .modal-card__content,
.stats-card__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.modal-card .modal-card__image {
  width: var(--image-width);
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-card .modal-card__image:before {
  content: "";
  width: calc(100% + 0.3rem);
  height: 100%;
  background: #fff;
  top: 0;
  left: -0.3rem;
  z-index: 2;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.modal-card .modal-card__image img {
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #fff;
}
.modal-card .modal-card__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 var(--image-width);
  -ms-flex: 1 1 var(--image-width);
  flex: 1 1 var(--image-width);
  padding: 3rem 3rem 3rem clamp(3rem, 3.4722222222vw + -0.5555555556rem, 5rem);
  font-size: clamp(1.8rem, 0.6944444444vw + 1.0888888889rem, 2.2rem);
  line-height: 1.39;
  font-weight: 400;
  color: #243f86;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-card .modal-card__head {
  font-size: clamp(2.3rem, 0.7142857143vw + 2.0571428571rem, 3.2rem);
  font-weight: 500;
  line-height: 1.21;
  color: #243f86;
}
.modal-card .modal-card__head .g-icon-alert {
  font-size: 2.5rem;
  margin-right: 1.3rem;
}
.modal-card .modal-card__head .g-icon-arrow-right {
  font-size: clamp(1.4rem, 0.3472222222vw + 1.0444444444rem, 1.6rem);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: none;
}
.modal-card .modal-card__paragraph {
  margin: 1.5rem 0;
}
.modal-card .modal-card__paragraph a {
  color: inherit;
  font-size: inherit;
}
.modal-card .modal-card__updated {
  font-size: clamp(1.4rem, 0.6349206349vw + 1.1841269841rem, 2.2rem);
  color: rgba(36, 63, 134, 0.6);
  font-weight: 500;
}
.dnnForm.panels
  .modal-card
  .modal-card__mobile-header
  .dnnFormSectionHead:before,
.form .form__select .modal-card .modal-card__mobile-header .selectric:before,
.modal-card
  .modal-card__mobile-header
  .dnnForm.panels
  .dnnFormSectionHead:before,
.modal-card .modal-card__mobile-header .form .form__select .selectric:before,
.modal-card .modal-card__mobile-header .g-icon {
  font-size: 2rem;
  margin-right: 0.8rem;
  top: -0.2rem;
}
.shTplGBlockScroll-html,
html.alert-opened,
html.custom-menu-active {
  overflow: hidden;
}
.custom-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0s 0.8s, visibility 0s 0.8s,
    background 0.8s ease-in-out;
  transition: opacity 0s 0.8s, visibility 0s 0.8s, background 0.8s ease-in-out;
}
.custom-menu .sublevel-heading {
  width: 100%;
  display: none;
  position: relative;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.8rem;
  color: #343434;
  border-bottom: 2px solid #e4ab33;
  font-weight: 700;
}
.custom-menu .quick-search {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}
.custom-menu.opened,
.custom-menu.opened .quick-search {
  opacity: 1;
  visibility: visible;
}
.custom-menu.opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.custom-menu .back-button,
.custom-menu .link,
.header-menu__link,
.open-main-menu {
  background: rgba(0, 0, 0, 0);
  border: none;
}
.custom-menu .back-button {
  font-size: 1.5rem;
  color: #343434;
  font-weight: 600;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
}
.custom-menu .back-button .dnnForm.panels .dnnFormSectionHead:before,
.custom-menu .back-button .form .form__select .selectric:before,
.custom-menu .back-button .g-icon,
.dnnForm.panels .custom-menu .back-button .dnnFormSectionHead:before,
.form .form__select .custom-menu .back-button .selectric:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.5rem;
  font-size: 1.3rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.dnnForm.panels
  html.no-touch
  .custom-menu
  .back-button:hover
  .dnnFormSectionHead:before,
.form
  .form__select
  html.no-touch
  .custom-menu
  .back-button:hover
  .selectric:before,
html.no-touch
  .custom-menu
  .back-button:hover
  .dnnForm.panels
  .dnnFormSectionHead:before,
html.no-touch
  .custom-menu
  .back-button:hover
  .form
  .form__select
  .selectric:before,
html.no-touch .custom-menu .back-button:hover .g-icon {
  -webkit-transform: translateY(-50%) translate3d(-5px, 0, 0);
  transform: translateY(-50%) translate3d(-5px, 0, 0);
}
.custom-menu .custom-menu__container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}
.custom-menu .back-item {
  position: relative;
  margin-bottom: 1rem;
}
.custom-menu .link {
  position: relative;
  z-index: 1;
  line-height: 1.3;
  font-weight: 500;
  pointer-events: auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  text-align: left;
  color: #343434;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  visibility: hidden;
}
.custom-menu .arrow {
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #343434;
}
.custom-menu .promo-card__text,
.header-menu__link,
.open-main-menu {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.custom-menu .arrow:before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 0;
  bottom: 0;
}
.custom-menu .level {
  width: 100%;
  margin: auto 0;
  display: none;
  outline: 0;
  pointer-events: none;
}
.custom-menu .level .item {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
  padding: 0.8rem;
}
.custom-menu .level-wrapper,
.custom-menu .panel,
.custom-menu .panel:before {
  position: absolute;
  left: 0;
  pointer-events: auto;
  width: 100%;
}
.custom-menu .level .item.current .link {
  border-bottom: 5px solid #e4ab33;
}
.custom-menu .level .item.has-children .link {
  padding-right: 3rem;
  width: 100%;
}
.custom-menu .level-wrapper {
  height: calc(100% - 6rem);
  top: 6rem;
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 clamp(2rem, 4.8019207683vw + -1.6830732293rem, 6rem);
  opacity: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease-in, visibility 0.6s ease-in,
    -webkit-transform 0.6s ease-in;
  transition: opacity 0.6s ease-in, visibility 0.6s ease-in,
    transform 0.6s ease-in, -webkit-transform 0.6s ease-in;
}
.custom-menu .panel {
  height: 100%;
  top: 0;
  z-index: 5;
  pointer-events: none;
}
.header-menu:before,
.main-header {
  pointer-events: none;
  pointer-events: none;
}
.custom-menu .panel:before {
  content: "";
  height: 100%;
  top: 0;
  background: #f2f0ec;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.custom-menu .panel.level-active .level-wrapper,
.custom-menu .panel.panel-level1 .level-wrapper,
.open-main-menu.active .txt.v2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.custom-menu .panel.level-active:before,
.custom-menu .panel.panel-level1:before,
.main-header.fixed .open-main-menu:before,
html.custom-menu-active .header-menu:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.custom-menu .panel.panel-level1 {
  width: 50%;
  z-index: 1;
}
.custom-menu .panel.panel-level1 .link {
  font-size: clamp(3rem, 1.4285714286vw + 2.5142857143rem, 2.8rem);
  font-weight: 700;
  text-transform: uppercase;
}
.custom-menu .panel.panel-level1 .level {
  display: block;
  max-width: clamp(28.3rem, 14.4057623049vw + 17.2507803121rem, 40.3rem);
}
.custom-menu .panel.panel-level2 {
  width: clamp(24.7rem, 46.818727491vw + -11.2099639856rem, 63.7rem);
  left: clamp(30.7rem, 19.2076830732vw + 15.9677070828rem, 46.7rem);
  z-index: 2;
}
.custom-menu .panel.panel-level2 .level-wrapper {
  padding: clamp(1rem, 3.1746031746vw + -0.0793650794rem, 5rem);
}
.custom-menu .panel.panel-level2 .link {
  font-size: clamp(2rem, 0.1587301587vw + 1.946031746rem, 2.2rem);
}
.custom-menu .panel.panel-level2 .level {
  max-width: 24.4rem;
}
.custom-menu .panel.panel-level3 {
  width: clamp(24.7rem, 12.1428571429vw + 20.5714285714rem, 40rem);
  left: clamp(53.3rem, 46.4585834334vw + 17.6662665066rem, 92rem);
  z-index: 3;
}
.custom-menu .panel.panel-level3 .link {
  font-size: 2.1rem;
}
.custom-menu .panel.panel-level3 .level {
  max-width: 21.1rem;
}
.custom-menu__promos {
  width: 100%;
  position: relative;
  padding: clamp(3rem, 2.380952381vw + 2.1904761905rem, 6rem);
  z-index: 1;
}
.content-style
  ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar)
  li.has-nested
  ul
  li,
.main-header {
  padding-left: 3rem;
}
.custom-menu .promo-card {
  width: 100%;
  position: relative;
  margin-bottom: clamp(2rem, 3.1746031746vw + 0.9206349206rem, 6rem);
}
.custom-menu .promo-card .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  z-index: 2;
}
.custom-menu .promo-card img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.custom-menu .promo-card img.lazyloaded + .shadow {
  opacity: 0.5;
}
.custom-menu .promo-card__inner {
  width: 100%;
  padding-top: 46.42%;
  min-height: 15rem;
}
html.no-touch .custom-menu .promo-card__inner:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.custom-menu .promo-card__link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.custom-menu .promo-card__text {
  width: 100%;
  padding: 0 2rem;
  font-size: clamp(2rem, 1.0317460317vw + 1.6492063492rem, 3.3rem);
  text-align: center;
  position: absolute;
  bottom: 2rem;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: clamp(9rem, 4.6428571429vw + 7.4214285714rem, 14.85rem);
}
@media screen and (min-width: 768px) {
  .custom-menu .custom-menu__container {
    height: 100% !important;
  }
  .custom-menu .panel {
    position: absolute !important;
  }
  .custom-menu .panel .level-wrapper {
    padding-top: 1rem;
    -webkit-mask-image: -webkit-linear-gradient(
      bottom,
      transparent 0%,
      #fff 2% 98%,
      transparent 99%
    );
    mask-image: linear-gradient(
      to top,
      transparent 0%,
      #fff 2% 98%,
      transparent 99%
    );
  }
  .custom-menu.loaded .custom-menu__container {
    opacity: 1;
  }
}
.header-menu:before,
.open-main-menu:before {
  height: 100%;
  position: absolute;
  background: #0923c5;
  content: "";
}
.main-header.no-ticker-bar,
.main-header:not(:has(.ticker-bar-wrapper)) {
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
}
.main-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 2rem;
  z-index: 31;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  grid-template-columns: auto 35rem -webkit-max-content;
  grid-template-columns: auto 35rem max-content;
}
@media (max-width: 1023px) and (min-width: 768px) {
  html.searchIsActive .main-header {
    z-index: 29;
  }
}
.custom-logo {
  width: clamp(14.7rem, 6.9841269841vw + 12.3253968254rem, 23.5rem);
  position: relative;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: auto;
}
.custom-logo img {
  width: 100%;
  height: auto;
  position: relative;
}
.header-menu {
  position: relative;
  padding-right: clamp(2rem, 1.7361111111vw + 0.2222222222rem, 3rem);
  padding-left: 1.4rem;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
}
.header-menu:before {
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.header-menu__link {
  font-size: clamp(1.8rem, 0.1587301587vw + 1.746031746rem, 2rem);
  line-height: 1;
  display: block;
  -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out,
    color 0.3s;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out, color 0.3s;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}
.dnnForm.panels
  html:not(.custom-menu-active)
  .main-header.noHeader
  .header-menu__link
  .dnnFormSectionHead:before,
.form
  .form__select
  html:not(.custom-menu-active)
  .main-header.noHeader
  .header-menu__link
  .selectric:before,
html:not(.custom-menu-active) .main-header.noHeader .header-menu__link,
html:not(.custom-menu-active)
  .main-header.noHeader
  .header-menu__link
  .dnnForm.panels
  .dnnFormSectionHead:before,
html:not(.custom-menu-active)
  .main-header.noHeader
  .header-menu__link
  .form
  .form__select
  .selectric:before,
html:not(.custom-menu-active)
  .main-header.noHeader
  .header-menu__link
  .g-icon:before,
html:not(.custom-menu-active)
  .main-header.noHeader:not(.fixed)
  .open-main-menu {
  color: #343434;
}
html.no-touch .header-menu__link:hover,
html.no-touch .open-main-menu:hover {
  color: #e4ab33 !important;
}
@media (max-width: 1080px) {
  .main-header {
    grid-template-columns: auto -webkit-max-content -webkit-max-content;
    grid-template-columns: auto max-content max-content;
  }
  .header-menu__link:nth-of-type(2) {
    display: none;
  }
}
.header-menu__item {
  margin-right: clamp(2.1rem, 1.2698412698vw + 1.6682539683rem, 3.7rem);
}
.header-menu__item:last-child {
  margin: 0;
}
.cp-fixed-menu.opened .menu-levels,
html.custom-menu-active .header-menu .header-menu__link {
  opacity: 1;
  visibility: visible;
}
.open-main-menu {
  position: relative;
  font-size: 2.4rem;
  cursor: pointer;
  padding-right: 4.2rem;
  pointer-events: auto;
}
.open-main-menu:before {
  width: calc(100% + clamp(3.4rem, 1.7361111111vw + 1.6222222222rem, 4.4rem));
  left: -1.4rem;
  top: 0;
  z-index: 1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.open-main-menu .txt {
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.3s, visibility 0.3s, color 0.3s,
    -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, color 0.3s,
    -webkit-transform 0.3s;
}
.open-main-menu .txt.v2 {
  position: absolute;
  right: 4rem;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.open-main-menu .hamb-icon {
  width: 3rem;
  height: 1.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.open-main-menu .hamb-icon:after,
.open-main-menu .hamb-icon:before {
  content: "";
  width: 100%;
  height: 0.3rem;
  position: absolute;
  left: 0;
  background: #e4ab33;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.open-main-menu .hamb-icon:before {
  top: 0;
}
.open-main-menu .hamb-icon:after {
  bottom: 0;
}
.open-main-menu.active .txt {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.open-main-menu.active .hamb-icon:before {
  -webkit-transform: rotate(45deg) translate3d(0.2rem, 0.2rem, 0);
  transform: rotate(45deg) translate3d(0.2rem, 0.2rem, 0);
}
.open-main-menu.active .hamb-icon:after {
  -webkit-transform: rotate(-45deg) translate3d(0.4rem, -0.4rem, 0);
  transform: rotate(-45deg) translate3d(0.4rem, -0.4rem, 0);
}
.dropdown-wrapper {
  position: relative;
  margin-right: 1rem;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.dropdown-wrapper__container {
  width: 19.3rem;
  position: absolute;
  top: -1rem;
  left: -1rem;
  background: #fff;
  padding: 5rem 2rem 2rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  display: block;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s,
    pointer-events 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s,
    pointer-events 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.dropdown-wrapper .header-menu__link {
  margin-right: 0;
}
.dropdown-wrapper .g-big-arrow-up {
  font-size: 1rem;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  display: block;
  position: absolute;
  right: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.dropdown-wrapper__link {
  font-size: 1.8rem;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.dropdown-wrapper__item {
  display: block;
  margin-bottom: 0.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.dnnForm.panels
  .dropdown-wrapper__item
  .profile-account
  .dnnFormSectionHead:before,
.dropdown-wrapper__item
  .profile-account
  .dnnForm.panels
  .dnnFormSectionHead:before,
.dropdown-wrapper__item .profile-account .form .form__select .selectric:before,
.dropdown-wrapper__item .profile-account .g-icon:before,
.form .form__select .dropdown-wrapper__item .profile-account .selectric:before,
html.no-touch .menu-levels .item.has-open-child .link-container:hover .link,
html.no-touch .menu-levels .link:hover {
  color: #0923c5 !important;
}
.dropdown-wrapper.active,
html.no-touch .dropdown-wrapper:hover {
  z-index: 4;
}
.dropdown-wrapper.active .dropdown-wrapper__container,
html.no-touch .dropdown-wrapper:hover .dropdown-wrapper__container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s, visibility 0.3s, pointer-events 0.3s 0.3s,
    -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
    pointer-events 0.3s 0.3s, -webkit-transform 0.3s;
  pointer-events: auto;
}
.mediaPopup.shareIsOpened a,
.menu-levels .open-level-js,
.module-widget--promos .module-carousel .swiper-slide button,
.module-widget--staff .module-carousel .swiper-slide button,
.module-widget--stats .module-carousel .swiper-slide button,
.story-card {
  pointer-events: none;
}
.dropdown-wrapper.active .g-big-arrow-up,
html.no-touch .dropdown-wrapper:hover .g-big-arrow-up {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  color: rgba(26, 25, 25, 0.5);
}
.dropdown-wrapper.active .dropdown-wrapper__item,
html.no-touch .dropdown-wrapper:hover .dropdown-wrapper__item {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0.1s, visibility 0.3s 0.1s;
  transition: opacity 0.3s 0.1s, visibility 0.3s 0.1s;
}
.dropdown-wrapper.active .header-menu__link,
html.no-touch .dropdown-wrapper:hover .header-menu__link {
  color: #1a1919;
}
.dropdown-wrapper--profile {
  line-height: 1;
  margin-right: 0;
}
.dropdown-wrapper--profile .profile-account {
  font-size: 2.8rem;
  font-weight: 400;
  color: #0923c5;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.dropdown-wrapper--profile .header-menu__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dropdown-wrapper--profile .header-menu__link .g-account {
  margin-left: 0.5rem;
}
.dropdown-wrapper--profile .dropdown-wrapper__container {
  width: 36.3rem;
  left: 50%;
  margin-left: -15rem;
  background: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}
.dropdown-wrapper--profile .dropdown-wrapper__inner {
  background: #fff;
  padding: 2.5rem;
  position: relative;
}
.dropdown-wrapper--profile .dropdown-wrapper__inner:before {
  content: "";
  width: 5.1rem;
  height: 2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -1.5rem;
  background: #fff;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.dropdown-wrapper--profile .dropdown-wrapper__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1.3;
}
.dropdown-wrapper--profile .dropdown-wrapper__link .g-small-arrow-right {
  display: block;
  position: relative;
  font-size: 1rem;
  color: inherit;
  margin-left: 0.6rem;
}
html.no-touch .dropdown-wrapper--profile .dropdown-wrapper__link:hover {
  color: #0923c5;
  text-decoration: none;
}
.dropdown-wrapper--profile.active .header-menu__link,
.styling--light-text
  .content-style
  a:not(.g-button):not(.dnnPrimaryAction):not(.dnnSecondaryAction),
.styling--light-text .content-style blockquote,
.styling--light-text .content-style h2,
.styling--light-text .content-style h3,
.styling--light-text .content-style h4,
.styling--light-text .content-style h5,
.styling--light-text .content-style h6,
.styling--light-text .content-style li,
.styling--light-text .content-style ol li:before,
.styling--light-text .content-style p,
html.no-touch .dropdown-wrapper--profile:hover .header-menu__link {
  color: #fff;
}
html.no-touch
  .content-style
  a:not(.g-button):not(.dnnPrimaryAction):not(.dnnSecondaryAction):not(
    .full-url
  ):not(.athletics-schedule-item__location):not(.addModuleHandler):not(
    [name]
  ):hover,
html.no-touch .footer__info a:hover,
html.no-touch .footer__link:hover,
html.no-touch .footer__text a:hover {
  color: #e4ab33;
}
.footer {
  width: 100%;
  background: #343434;
  position: relative;
  z-index: 2;
}
.footer__top {
  background: #0923c5;
  padding: 10rem 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.footer__top-decorator {
  position: absolute;
  top: 5rem;
  right: -15rem;
  z-index: 0;
  display: block;
  opacity: 0.3;
}
.footer__buttons,
.footer__head,
.footer__link {
  z-index: 1;
  position: relative;
}
.footer__bottom {
  padding: clamp(5.5rem, 13.0952380952vw + 1.0476190476rem, 22rem) 0
    clamp(4.2rem, -1.1904761905vw + 4.6047619048rem, 2.7rem);
}
.footer__buttons {
  margin-top: 4.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}
.footer__buttons .custom-button {
  margin: 1.6rem;
}
.footer__info p:last-child,
.footer__row:last-child {
  margin: 0;
}
.footer__head {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 1rem;
}
.footer__head h2 {
  color: #fff;
  font-size: clamp(2.2rem, 6.1904761905vw + 0.0952380952rem, 10rem);
  font-weight: 400;
}
.footer .credits__copyright,
.footer__info a {
  font-size: 1.4rem;
}
.footer__head h2 strong {
  display: block;
  font-size: clamp(2.8rem, 6.5079365079vw + 0.5873015873rem, 11rem);
}
.footer__link {
  font-size: 2.2rem;
  color: #fff;
  display: inline-block;
  border-bottom: 3px solid #e4ab33;
  margin: 2.7rem 0 0;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__link i {
  font-weight: 600;
}
.footer__row {
  margin-bottom: 2.7rem;
}
.footer__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100rem;
  padding: 0 2rem;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__col,
.footer__social-list {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.footer__col {
  width: 33.33%;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__text {
  color: #fff;
  font-size: clamp(1.6rem, 0.1587301587vw + 1.546031746rem, 1.8rem);
}
.content-style,
.content-style table td,
.content-style table th {
  font-size: clamp(1.6rem, 0.3174603175vw + 1.4920634921rem, 2rem);
}
.footer__text p {
  margin-bottom: 0.5rem;
}
.footer__text a {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__info {
  color: rgba(255, 255, 255, 0.6);
  max-width: 79rem;
  text-align: center;
  margin: 0 auto;
  line-height: 1.43;
  padding: 4.5rem 3rem 2.8rem;
}
.footer__info p,
.footer__socials {
  margin-bottom: 1.8rem;
}
.footer__info a {
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__social-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-top: -0.3rem;
}
.footer__social-list-item,
.mediaPopup .story-card {
  padding: 1rem;
}
.footer__social-list-item a {
  font-size: 1.6rem;
}
.footer .telephone {
  position: relative;
  padding-left: 2rem;
}
.dnnForm.panels .footer .telephone .dnnFormSectionHead:before,
.footer .telephone .dnnForm.panels .dnnFormSectionHead:before,
.footer .telephone .form .form__select .selectric:before,
.footer .telephone .g-icon,
.form .form__select .footer .telephone .selectric:before {
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo-card-cp__image,
.promo-card-cp__inner {
  -webkit-transform: translate3d(0, 0, 0);
  width: 100%;
}
.footer .telephone .txt {
  border-bottom: 1px solid #e4ab33;
}
.footer__go-back {
  padding-top: 1rem;
}
.content-style {
  color: inherit;
}
.content-style h2 {
  font-size: clamp(3.3rem, 1.5079365079vw + 2.7873015873rem, 5.2rem);
  line-height: 1.1;
  font-weight: 700;
  color: #0923c5;
  margin-bottom: clamp(2rem, 1.5873015873vw + 1.4603174603rem, 4rem);
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-transform: uppercase;
}
.content-style h4,
.content-style h5 {
  font-size: clamp(2.4rem, 0.4761904762vw + 2.2380952381rem, 3rem);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: clamp(2rem, 1.5873015873vw + 1.4603174603rem, 4rem);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.content-style h3:not(.title) {
  font-size: clamp(3rem, 1.2698412698vw + 2.5682539683rem, 4.6rem);
  line-height: 1.15;
  font-weight: 700;
  color: #0923c5;
  margin-bottom: clamp(2rem, 1.5873015873vw + 1.4603174603rem, 4rem);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-transform: uppercase;
}
.content-style h4 {
  color: #343434;
  text-transform: uppercase;
}
.content-style h5 {
  color: #343434;
}
.content-style p:not(.head-1) {
  margin-bottom: clamp(2rem, 1.5873015873vw + 1.4603174603rem, 4rem);
}
.content-style
  p:not(.head-1)
  a:not(.g-button):not(.dnnPrimaryAction):not(.dnnSecondaryAction) {
  font-size: inherit;
  line-height: inherit;
}
.content-style hr {
  width: 100%;
  max-width: 20rem;
  height: 0.2rem;
  display: block;
  position: relative;
  margin: clamp(2rem, 1.5873015873vw + 1.4603174603rem, 4rem) 0;
  background: #0923c5;
  border: none;
}
.content-style blockquote {
  font-size: clamp(3rem, 1.5873015873vw + 2.4603174603rem, 5rem);
  font-weight: 600;
  line-height: 1.2;
  color: #0923c5;
  position: relative;
  text-align: center;
  margin: clamp(3rem, 1.5873015873vw + 2.4603174603rem, 5rem) 0;
}
.content-style blockquote:before {
  content: "“";
}
.content-style blockquote:after {
  content: "”";
}
.content-style table {
  max-width: 100%;
  margin: 0 0 clamp(2rem, 1.5873015873vw + 1.4603174603rem, 4rem);
  position: relative;
  overflow-y: auto;
  overflow-x: auto;
  display: block;
  background: #fff;
  box-shadow: inset 0 0 0 0.1rem #c7c7c7, 0 3px 30px rgba(0, 0, 0, 0.1);
}
.content-style .embed-container,
.content-style img {
  margin: 0 0 clamp(3rem, 1.5873015873vw + 2.4603174603rem, 5rem);
  position: relative;
}
.content-style table tbody,
.content-style table thead {
  width: 100%;
  display: table;
}
.content-style table colgroup col {
  width: auto !important;
}
html.touch .content-style table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.content-style table td,
.content-style table th {
  padding: 2rem;
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  vertical-align: top;
}
.content-style table td p,
.content-style table th p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.content-style table td {
  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.content-style table tr:nth-child(2n + 2) td {
  background: #f7f9fa;
}
.content-style table th {
  line-height: 1.2;
  font-weight: 700;
  background: #0923c5;
  color: #fff;
  text-transform: uppercase;
}
.content-style ol:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) {
  margin-bottom: clamp(2rem, 1.5873015873vw + 1.4603174603rem, 4rem);
  counter-reset: li;
}
.content-style ol:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li {
  position: relative;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.45;
  color: #343434;
  margin-bottom: 1.6rem;
  list-style-type: none;
  display: block;
  padding-left: 4rem;
}
.content-style
  ol:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar)
  li:before {
  content: "  " counter(li) ".";
  counter-increment: li;
  color: #0923c5;
  font-weight: 700;
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
}
.dnnForm.panels .dnnFormSectionHead a,
.dnnForm.panels ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li {
  font-weight: inherit;
  font-size: inherit;
}
.content-style
  ol:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar)
  li:first-letter,
.content-style
  ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar)
  li:first-letter {
  text-transform: uppercase;
}
.content-style ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) {
  display: block;
  margin-bottom: clamp(2rem, 1.5873015873vw + 1.4603174603rem, 4rem);
}
.content-style ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar) li {
  font-size: inherit;
  font-weight: 400;
  list-style-type: none;
  padding-left: 4rem;
  position: relative;
  color: #343434;
  margin-bottom: 1.5rem;
}
.content-style
  ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar)
  li:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: block;
  background: #0923c5;
  position: absolute;
  left: 0.9rem;
  top: 1.1rem;
}
.content-style
  ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar)
  li.has-nested:before {
  top: 1.4rem;
}
.content-style
  ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar)
  li.has-nested
  ul {
  margin: 1rem 0 0;
}
.content-style
  ul:not(.slick-dots):not(.dnnActions):not(.redactor-toolbar)
  li.has-nested
  ul
  li:before {
  left: 0;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #0923c5;
}
.content-style img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.content-style
  a:not(.g-button):not(.dnnPrimaryAction):not(.dnnSecondaryAction):not(
    .full-url
  ):not(.athletics-schedule-item__location):not(.addModuleHandler):not([name]) {
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  display: inline;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
  color: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: underline;
}
.content-style .embed-container {
  padding-bottom: 56.25%;
  padding-top: 3rem;
  height: 0;
  overflow: hidden;
}
.content-style .embed-container embed,
.content-style .embed-container iframe,
.content-style .embed-container object,
.content-style .embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-layout .iframe-container iframe,
.content-layout--two-column
  .content-layout__column--elem
  .embed-container
  iframe {
  height: 100% !important;
  width: 100% !important;
}
.event-fader-item,
.event-fader-item .event-fader-item__wrapper,
.event-list-card,
.promo-card-cp {
  width: 100%;
  position: relative;
}
.promo-card-cp .card-trigger-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  z-index: 3;
}
.promo-card-cp__inner {
  position: relative;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
html.no-touch .promo-card-cp__inner:hover .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
html.no-touch .promo-card-cp__inner:hover .image:after {
  opacity: 1;
}
.promo-card-cp__image {
  padding-top: 66%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.promo-card-cp__image .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.promo-card-cp__image:before {
  content: "";
  width: 100%;
  height: 70%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  z-index: 2;
  opacity: 0.7;
}
.promo-card-cp__txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-weight: 700;
  font-size: clamp(2.8rem, 0.3968253968vw + 2.6650793651rem, 3.3rem);
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  padding: clamp(2rem, 0.3968253968vw + 1.8650793651rem, 2.5rem);
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.module-widget--promos .module-widget__title {
  text-align: center;
}
.module-widget--promos .module-carousel {
  margin-bottom: 2rem;
}
.module-widget--promos .module-grid {
  grid-template-columns: repeat(
    auto-fill,
    minmax(clamp(20rem, 33.0132052821vw + -5.3211284514rem, 47.5rem), 1fr)
  );
  grid-gap: clamp(3rem, 1.746031746vw + 2.4063492063rem, 5.2rem);
}
@media (max-width: 767px) {
  .is-modal .is-modal__card-container {
    --min-height: 0;
    max-width: clamp(32rem, 35.7941834452vw + 20.5458612975rem, 48rem);
  }
  .is-modal .is-modal__header {
    display: none;
  }
  .is-modal .is-modal__close--mobile {
    width: 9.8rem;
    height: 16rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
    cursor: pointer;
    border: none;
    background: rgba(0, 0, 0, 0);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s 0.1s, visibility 0.15s 0.1s;
    transition: opacity 0.15s 0.1s, visibility 0.15s 0.1s;
  }
  .is-modal .is-modal__close--mobile .decorator {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
    background: #3b57a3;
    pointer-events: auto;
  }
  .dnnForm.panels .is-modal .is-modal__close--mobile .dnnFormSectionHead:before,
  .form .form__select .is-modal .is-modal__close--mobile .selectric:before,
  .is-modal .is-modal__close--mobile .dnnForm.panels .dnnFormSectionHead:before,
  .is-modal .is-modal__close--mobile .form .form__select .selectric:before,
  .is-modal .is-modal__close--mobile .g-icon {
    z-index: 2;
    position: absolute;
    right: 1.8rem;
    top: 2.3rem;
    color: #fff;
    font-size: 2.7rem;
  }
  .modal-card {
    --min-height: 0;
  }
  .modal-card .modal-card__image {
    width: 100%;
    min-height: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-top: 74%;
  }
  .modal-card .modal-card__head .g-icon-alert,
  .modal-card .modal-card__image:before {
    display: none;
  }
  .modal-card .modal-card__content {
    padding: 2rem;
  }
  .modal-card .modal-card__mobile-header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #243f86;
    color: #fff;
    padding: 1rem 1.5rem;
    min-height: 5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .custom-menu .sublevel-heading {
    display: block;
  }
  .custom-menu {
    -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, visibility 0.5s, transform 0.5s,
      -webkit-transform 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    background: #f2f0ec;
  }
  .custom-menu .level-wrapper {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .main-header {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }
  .main-header .custom-logo {
    left: 2rem;
  }
  .custom-logo {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .header-menu__link {
    opacity: 0;
    visibility: hidden;
  }
  .header-menu {
    grid-row: 1/3;
    grid-column: 1/3;
  }
  html:not(.custom-menu-active)
    .main-header.noHeader:not(.fixed)
    .open-main-menu {
    color: #fff;
  }
  .open-main-menu:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .dropdown-wrapper--profile .dropdown-wrapper__container {
    margin-left: -7rem;
  }
  .dropdown-wrapper--profile .dropdown-wrapper__inner:before {
    left: 4rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .footer__columns {
    display: block;
    max-width: none;
  }
  .footer__col {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
  }
  .footer__socials-col .footer__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer__socials-col .footer__links,
  .footer__socials-col .footer__socials {
    width: 50%;
  }
  .footer__key-links-col .footer__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .footer__key-links-col .footer__smallhead {
    grid-column: 1/-1;
  }
  .promo-card-cp.grid-card .promo-card__inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: clamp(13.6rem, 3.2786885246vw + 12.4852459016rem, 15rem);
    aspect-ratio: 1/0.23;
  }
  .promo-card-cp.grid-card .promo-card__image {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 0;
  }
  .promo-card-cp.grid-card .promo-card__image:before {
    height: 100%;
    background: #243f86;
  }
  .promo-card-cp.grid-card .promo-card__txt {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
    font-size: 2.2rem;
  }
  .module-widget--promos .module-grid {
    grid-template-columns: repeat(
      auto-fill,
      minmax(clamp(16rem, 23.4192037471vw + 8.037470726rem, 26rem), 1fr)
    );
  }
}
.module-widget--stats .module-grid,
.module-widget--stories .module-grid {
  grid-template-columns: repeat(
    auto-fill,
    minmax(clamp(25rem, 3.9682539683vw + 23.6507936508rem, 30rem), 1fr)
  );
  grid-gap: clamp(1.5rem, 1.1904761905vw + 1.0952380952rem, 3rem);
}
.module-widget--promos .module-carousel .swiper-slide {
  width: clamp(42rem, 14.2857142857vw + 37.1428571429rem, 60rem);
  padding: 0 clamp(1rem, 0.7936507937vw + 0.7301587302rem, 2rem);
}
@media (min-width: 767px) {
  .main-layout__container-with-menu {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    grid-template-columns: 1fr 3rem clamp(
        25rem,
        4.7619047619vw + 23.380952381rem,
        31rem
      ) 3rem minmax(0, var(--cp-container-width)) 3rem 0 0 1fr;
  }
  .main-layout__container-with-menu .featured-paragraph {
    grid-column: 5/6;
    text-align: left;
  }
  .main-layout--sidebar {
    display: grid;
    grid-template-columns: 1fr minmax(28rem, 0) minmax(
        auto,
        var(--cp-container-width)
      ) 1fr;
  }
  .main-layout--sidebar .main-layout__sidebar {
    grid-column: 1/3;
    background: #eff2f7;
    padding-top: 45px;
    grid-template-columns: minmax(2rem, 6rem) 1fr minmax(20rem, 37rem) minmax(
        2rem,
        6rem
      );
    display: grid;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
  }
  .main-layout--sidebar .main-layout__sidebar .main-sidebar {
    grid-column: 3/4;
  }
  .main-layout--sidebar .main-layout__container,
  .main-layout--sidebar
    body:not(.originalStructure)
    .DNNModuleContent:has([id^="dnn"])
    > div,
  .main-layout--sidebar
    body:not(.originalStructure)
    .DNNModuleContent:not(:has([id^="dnn"])),
  .main-layout--sidebar
    body:not(.originalStructure)
    .DnnModule:has(> .module-content),
  .main-layout--sidebar
    body:not(.originalStructure)
    .DnnModule
    > div:not(.module-content)
    .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
    > div:not(.redactor-box),
  body:not(.originalStructure)
    .DnnModule
    > div:not(.module-content)
    .main-layout--sidebar
    .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
    > div:not(.redactor-box),
  body:not(.originalStructure)
    .main-layout--sidebar
    .DNNModuleContent:has([id^="dnn"])
    > div,
  body:not(.originalStructure)
    .main-layout--sidebar
    .DNNModuleContent:not(:has([id^="dnn"])),
  body:not(.originalStructure)
    .main-layout--sidebar
    .DnnModule:has(> .module-content) {
    grid-column: 3/5;
    grid-row: 1/-1;
    grid-template-columns: minmax(2rem, 6rem) minmax(
        38rem,
        var(--cp-container-width)
      ) minmax(2rem, 6rem) 1fr;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
  }
  .main-layout--sidebar .content-layout,
  .main-layout--sidebar .module-widget {
    grid-column: 1/5;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .main-layout--sidebar .content-layout__wrapper--fill-left,
  .main-layout--sidebar .content-layout__wrapper--fill-right,
  .main-layout--sidebar .module-widget__wrapper--fill-left,
  .main-layout--sidebar .module-widget__wrapper--fill-right {
    grid-column: 2/5;
  }
  .main-layout--sidebar .content-layout__wrapper--fill-content,
  .main-layout--sidebar .module-widget__wrapper--fill-content {
    grid-column: 2/3;
  }
  .main-layout--sidebar-right {
    grid-template-columns: 1fr minmax(auto, var(--cp-container-width)) minmax(
        280px,
        0
      ) 1fr;
  }
  .main-layout--sidebar-right .main-layout__sidebar {
    grid-column: 3/5;
    grid-template-columns: minmax(20px, 60px) minmax(200px, 370px) 1fr minmax(
        20px,
        60px
      );
  }
  .main-layout--sidebar-right .main-layout__sidebar .main-sidebar {
    grid-column: 2/3;
  }
  .main-layout--sidebar-right .main-layout__container,
  .main-layout--sidebar-right
    body:not(.originalStructure)
    .DNNModuleContent:has([id^="dnn"])
    > div,
  .main-layout--sidebar-right
    body:not(.originalStructure)
    .DNNModuleContent:not(:has([id^="dnn"])),
  .main-layout--sidebar-right
    body:not(.originalStructure)
    .DnnModule:has(> .module-content),
  .main-layout--sidebar-right
    body:not(.originalStructure)
    .DnnModule
    > div:not(.module-content)
    .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
    > div:not(.redactor-box),
  body:not(.originalStructure)
    .DnnModule
    > div:not(.module-content)
    .main-layout--sidebar-right
    .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
    > div:not(.redactor-box),
  body:not(.originalStructure)
    .main-layout--sidebar-right
    .DNNModuleContent:has([id^="dnn"])
    > div,
  body:not(.originalStructure)
    .main-layout--sidebar-right
    .DNNModuleContent:not(:has([id^="dnn"])),
  body:not(.originalStructure)
    .main-layout--sidebar-right
    .DnnModule:has(> .module-content) {
    grid-column: 1/3;
    grid-template-columns: 1fr minmax(20px, 60px) minmax(
        380px,
        var(--cp-container-width)
      ) minmax(20px, 60px);
  }
  .main-layout--sidebar-right .module-content {
    grid-column: 3/4;
  }
  .main-layout--sidebar-right .content-layout,
  .main-layout--sidebar-right .module-widget {
    grid-column: 1/5;
  }
  .main-layout--sidebar-right .content-layout__wrapper--fill-left,
  .main-layout--sidebar-right .content-layout__wrapper--fill-right,
  .main-layout--sidebar-right .module-widget__wrapper--fill-left,
  .main-layout--sidebar-right .module-widget__wrapper--fill-right {
    grid-column: 3/5;
  }
  .main-layout--sidebar-right .content-layout__wrapper--fill-content,
  .main-layout--sidebar-right .module-widget__wrapper--fill-content {
    grid-column: 3/4;
  }
  .title-area {
    padding-bottom: 7rem;
  }
  .noHeader .title-area {
    padding-bottom: 0;
  }
  .module-widget__wrapper--fill-right .module-carousel {
    padding-left: 10rem;
  }
  .content-layout .module-carousel__navigation {
    gap: 0;
  }
  .custom-menu.opened {
    -webkit-transition: opacity, visibility, background 0.8s ease-in-out;
    transition: opacity, visibility, background 0.8s ease-in-out;
    background: rgba(242, 240, 236, 0.96);
  }
  .custom-menu .custom-menu__container {
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .custom-menu__promos {
    overflow-y: auto;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    padding-top: 11.6rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  }
  .custom-menu__promos .promo-card {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out,
      -webkit-transform 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out,
      transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  }
  .custom-menu.opened .custom-menu__promos {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu.opened .custom-menu__promos .promo-card {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .footer__top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .module-widget--promos .module-carousel.module-carousel--direction-reversed {
    padding-right: 0;
    padding-left: clamp(2rem, 2.7777777778vw + 1.0555555556rem, 5.5rem);
  }
}
.stats-card .full-url {
  z-index: 10;
}
.stats-card .bg-chevron {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 2' viewBox='0 0 539.33 398.3'%3E%3Cpath fill='none' stroke='%23e4ab33' stroke-width='8' d='M3.31 396.04 268.34 7.08l267.7 388.96' data-name='Layer 1'/%3E%3C/svg%3E");
  background-position: center 8rem;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.25;
}
.content-layout__wrapper--color-2 .stats-card__inner,
.content-layout__wrapper--color-3 .stats-card__inner,
html.no-touch .stats-card.has-link .stats-card__inner:hover {
  background: #e4ab33;
}
.stats-card__inner {
  background: #0923c5;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  aspect-ratio: 1/1;
  position: relative;
  box-shadow: 0 3px 10px rgba(40, 43, 51, 0.2);
  overflow: hidden;
}
.blank-card__inner,
.story-card__inner {
  -webkit-flex-direction: column;
  -webkit-box-direction: normal;
}
.staff-card__inner,
.story-card__inner {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.content-layout__wrapper--color-2 .stats-card__inner .stats-card__description,
.content-layout__wrapper--color-2 .stats-card__inner .stats-card__head,
.content-layout__wrapper--color-3 .stats-card__inner .stats-card__description,
.content-layout__wrapper--color-3 .stats-card__inner .stats-card__head {
  color: #343434;
}
.content-layout__wrapper--color-2 .stats-card__inner .bg-chevron,
.content-layout__wrapper--color-3 .stats-card__inner .bg-chevron {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 2' viewBox='0 0 539.33 398.3'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='8' d='M3.31 396.04 268.34 7.08l267.7 388.96' data-name='Layer 1'/%3E%3C/svg%3E");
}
.stats-card.has-link .stats-card__inner {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
html.no-touch
  .content-layout__wrapper--color-2
  .stats-card.has-link
  .stats-card__inner:hover,
html.no-touch
  .content-layout__wrapper--color-3
  .stats-card.has-link
  .stats-card__inner:hover {
  background: #0923c5;
}
.stats-card__image {
  width: 5.6rem;
  height: 5.6rem;
  position: relative;
  margin-bottom: 2.6rem;
  z-index: 2;
}
.stats-card__head {
  width: 100%;
  font-size: clamp(6rem, 3.1746031746vw + 4.9206349206rem, 10rem);
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 20rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem;
}
.staff-card-cp__name,
.staff-card__name,
.stats-card__description,
.story-card__description {
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.menu-levels .item:last-child,
.stats-card__head:last-child {
  margin: 0;
}
.stats-card__description {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.module-widget--stats .module-carousel {
  padding-bottom: 5rem;
}
.module-widget--stats .module-carousel .swiper-slide {
  width: clamp(32rem, 12.3015873016vw + 27.8174603175rem, 47.5rem);
}
.module-widget--stats .module-carousel.module-carousel--direction-reversed {
  padding-left: 0;
  padding-right: clamp(2rem, 2.7777777778vw + 1.0555555556rem, 5.5rem);
}
.story-card {
  display: block;
  color: #343434;
  text-align: left;
}
.story-card .full-url {
  background: rgba(0, 0, 0, 0);
  border: none;
}
.story-card__inner {
  width: 100%;
  z-index: 1;
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
}
html.no-touch .story-card__inner:hover .story-card__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.story-card__image {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative !important;
  z-index: 1 !important;
  padding-top: 100%;
}
.story-card .story-card__social-icon,
.story-card__handler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.story-card__image img {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s !important;
  z-index: 1;
}
.story-card__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.6834385121) 0,
    rgba(0, 0, 0, 0.4033264673) 92%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6834385121) 0,
    rgba(0, 0, 0, 0.4033264673) 92%
  );
  opacity: 0.65;
  z-index: 2;
}
.story-card__content {
  width: 100%;
  padding: 2rem;
  z-index: 2;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.story-card__description {
  font-size: clamp(1.8rem, 0.1587301587vw + 1.746031746rem, 2rem);
  font-weight: 400;
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  max-height: clamp(8.1rem, 0.7142857143vw + 7.8571428571rem, 9rem);
  display: -webkit-box;
}
.story-card__description a {
  font-weight: 600;
}
.story-card__handler {
  width: 100%;
  color: rgba(52, 52, 52, 0.5);
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.story-card__handler span:first-child {
  padding-right: 1rem;
}
.story-card__time-2 {
  font-size: 1.8rem;
  font-weight: 300;
  opacity: 0.75;
  margin-top: 2rem;
  display: block;
}
.blank-card .form .form__select .selectric,
.blank-card .g-chevron-slim-small-top,
.dnnForm.panels .staff-card .dnnFormSectionHead:before,
.dnnForm.panels .staff-card-cp .dnnFormSectionHead:before,
.form .form__select .blank-card .selectric,
.form .form__select .staff-card .selectric:before,
.form .form__select .staff-card-cp .selectric:before,
.form .form__select .story-card .selectric,
.staff-card .dnnForm.panels .dnnFormSectionHead:before,
.staff-card .form .form__select .selectric:before,
.staff-card .g-icon,
.staff-card-cp .dnnForm.panels .dnnFormSectionHead:before,
.staff-card-cp .form .form__select .selectric:before,
.staff-card-cp .g-icon,
.story-card .form .form__select .selectric,
.story-card .g-chevron-slim-small-top {
  position: absolute;
  left: 0;
  font-size: 25rem;
  z-index: 1;
  bottom: -5rem;
  line-height: 11rem;
  width: 100%;
  text-align: center;
  opacity: 0.03;
  color: #343434;
}
.module-widget--staff.module-widget--in-content-layout
  .module-carousel
  .swiper-slide,
.module-widget--stories.module-widget--in-content-layout
  .module-carousel
  .swiper-slide {
  width: clamp(26rem, 12.6984126984vw + 21.6825396825rem, 42rem);
}
.story-card .story-card__social-icon {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: #d6249f;
  background: -webkit-linear-gradient(left, #ca449a, #e7457b, #f75761);
  background: linear-gradient(to right, #ca449a, #e7457b, #f75761);
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.story-card__social-icon-with-handle,
.story-card__social-icon-with-handle .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.dnnForm.panels .story-card .story-card__social-icon .dnnFormSectionHead:before,
.form .form__select .story-card .story-card__social-icon .selectric:before,
.story-card .story-card__social-icon .dnnForm.panels .dnnFormSectionHead:before,
.story-card .story-card__social-icon .form .form__select .selectric:before,
.story-card .story-card__social-icon .g-icon {
  font-size: 2rem;
  line-height: 2rem;
  z-index: 2;
  position: relative;
}
.form .form__select .story-card .story-card__social-icon .selectric,
.story-card .story-card__social-icon .form .form__select .selectric,
.story-card .story-card__social-icon .g-chevron-slim-small-top {
  font-size: 4rem;
  left: 50%;
  margin-left: -2rem;
  bottom: auto;
  top: 1rem;
  z-index: 2;
  opacity: 1;
  color: #fff;
  opacity: 0.15;
  position: absolute;
}
.staff-card-cp .full-url,
.story-card .full-url {
  z-index: 3;
}
.story-card__social-icon-with-handle {
  position: absolute;
  z-index: 2;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  bottom: 2rem;
  left: 2rem;
}
.story-card__social-icon-with-handle .icon {
  width: 4.1rem;
  height: 2.4rem;
  position: relative;
  background: #000;
  box-shadow: 0 8px 4px rgba(0, 0, 0, 0.3);
  margin-right: 0.7rem;
  font-size: 1.4rem;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module-widget--stories .module-widget__has-btn {
  margin-top: 2rem;
}
@media (min-width: 767px) {
  .module-widget--stats .module-carousel.module-carousel--direction-reversed {
    padding-right: 0;
    padding-left: clamp(2rem, 2.7777777778vw + 1.0555555556rem, 5.5rem);
  }
  .module-widget--stories .module-widget__has-btn {
    display: none;
  }
}
.module-widget--stories.module-widget--has-grid .module-widget__has-btn {
  margin-top: clamp(2rem, 2.380952381vw + 1.1904761905rem, 5rem);
  display: block;
}
.module-widget--stories .module-widget__title {
  font-size: clamp(4.3rem, 1.3492063492vw + 3.8412698413rem, 6rem);
  margin-bottom: 0;
}
.module-widget--stories .module-carousel {
  margin: -3rem 0;
}
.module-widget--stories .module-carousel .story-card {
  padding: 5rem 2rem;
}
@media (min-width: 767px) {
  .module-widget--stories .module-carousel.module-carousel--direction-reversed {
    padding-right: 0;
    padding-left: clamp(2rem, 2.7777777778vw + 1.0555555556rem, 5.5rem);
  }
}
.staff-card,
.staff-card-cp {
  display: block;
  color: #343434;
  text-align: left;
}
.staff-card__inner {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  z-index: 1;
  position: relative;
}
.staff-card__image {
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 100%;
  height: auto;
}
.staff-card__image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.staff-card-cp__content,
.staff-card__content {
  width: 100%;
  position: relative;
  padding: 2rem;
  z-index: 2;
  overflow: hidden;
}
.staff-card-cp__name,
.staff-card__name {
  font-size: clamp(2.2rem, 0.6349206349vw + 1.9841269841rem, 3rem);
  line-height: 1.1;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
  max-height: clamp(9.9rem, 2.8571428571vw + 8.9285714286rem, 13.5rem);
  display: -webkit-box;
}
.staff-card-cp__role,
.staff-card__role {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 2;
  max-height: 6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.staff-card .full-url {
  z-index: 3;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
}
html.no-touch .staff-card .full-url:hover ~ .staff-card__image img,
html.no-touch .staff-card-cp .full-url:hover ~ .staff-card__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
html.no-touch
  .staff-card
  .full-url:hover
  ~ .staff-card__content
  .plus-icon-wrapper,
html.no-touch
  .staff-card-cp
  .full-url:hover
  ~ .staff-card__content
  .plus-icon-wrapper {
  background: #e4ab33;
}
.staff-card .plus-icon-wrapper,
.staff-card-cp .plus-icon-wrapper {
  margin: 1rem auto 0;
  z-index: 2;
}
.staff-card-cp__inner {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  background: #fff;
  box-shadow: 0 28px 40px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
}
.staff-card-cp__image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.staff-card-extended {
  position: relative;
  display: grid;
  grid-template-columns: 10rem 1fr;
}
.blank-card__inner,
.content-card-image__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: relative;
}
.staff-card-extended--in-filtered {
  grid-template-columns: minmax(10rem, 20rem) minmax(1fr, 23rem);
}
@media (min-width: 500px) {
  .staff-card-extended--in-filtered {
    grid-template-columns: 20rem 1fr;
  }
}
.staff-card-extended--in-non-filtered {
  grid-template-columns: minmax(10rem, 20rem) minmax(1fr, 23rem);
}
.event-card,
.mediaPopup .mediaPopup__extraDescWrapper,
.staff-card-extended__image {
  position: relative;
}
.staff-card-extended__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #343434;
}
.staff-card-extended__content {
  background: #fff;
  padding: 1.6rem 2rem;
  position: relative;
}
.staff-card-extended__description {
  font-size: 1.8rem;
  color: #343434;
  margin-top: 0.8rem;
}
.staff-card-extended__description p {
  margin-bottom: 1.2rem;
}
.staff-card-extended__description p span {
  display: block;
}
.staff-card-extended__description a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.dnnForm.panels
  html.no-touch
  .menu-levels
  .open-level:hover
  .dnnFormSectionHead:before,
.form
  .form__select
  html.no-touch
  .menu-levels
  .open-level:hover
  .selectric:before,
html.no-touch
  .menu-levels
  .open-level:hover
  .dnnForm.panels
  .dnnFormSectionHead:before,
html.no-touch
  .menu-levels
  .open-level:hover
  .form
  .form__select
  .selectric:before,
html.no-touch .menu-levels .open-level:hover .g-icon,
html.no-touch .staff-card-extended__description a:hover {
  color: #0923c5;
}
.staff-card-extended .mailto {
  position: relative;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dnnForm.panels .staff-card-extended .mailto .dnnFormSectionHead:before,
.form .form__select .staff-card-extended .mailto .selectric:before,
.staff-card-extended .mailto .dnnForm.panels .dnnFormSectionHead:before,
.staff-card-extended .mailto .form .form__select .selectric:before,
.staff-card-extended .mailto .g-icon {
  width: 2rem;
  height: 2rem;
  color: #fff;
  position: relative;
  background: #0923c5;
  left: 0;
  top: 0;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.9rem;
}
.dnnForm.panels .staff-card-extended .mailto .dnnFormSectionHead:before,
.form .form__select .staff-card-extended .mailto .selectric:before,
.staff-card-extended .mailto .dnnForm.panels .dnnFormSectionHead:before,
.staff-card-extended .mailto .form .form__select .selectric:before,
.staff-card-extended .mailto .g-icon:before {
  color: #fff;
}
.module-widget--staff .module-grid {
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  grid-gap: clamp(1.5rem, 1.1904761905vw + 1.0952380952rem, 3rem);
}
.module-widget--cards .module-grid,
.module-widget--events .module-grid {
  grid-template-columns: repeat(
    auto-fill,
    minmax(clamp(25rem, 3.9682539683vw + 23.6507936508rem, 30rem), 1fr)
  );
  grid-gap: clamp(1.5rem, 1.1904761905vw + 1.0952380952rem, 3rem);
}
.module-widget--staff .module-carousel {
  margin: -3rem 0;
}
.module-widget--staff .module-carousel .staff-card {
  padding: 5rem 1.5rem;
}
.module-widget--staff .module-carousel .swiper-slide {
  width: clamp(32rem, 12.3015873016vw + 27.8174603175rem, 47.5rem);
}
.blank-card {
  width: 100%;
  max-width: 38rem;
  position: relative;
}
.blank-card__inner {
  width: 100%;
  background: #fff;
  padding: clamp(2rem, 0.7936507937vw + 1.7301587302rem, 3rem);
  box-shadow: 0 28px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.blank-card__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.11;
  color: #1a1919;
  margin-bottom: 1.7rem;
  position: relative;
  z-index: 2;
}
.blank-card .dnnPrimaryAction,
.blank-card .dnnSecondaryAction,
.blank-card .g-button {
  margin-top: 3.5rem;
  z-index: 2;
}
.blank-card__description {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.blank-card__description a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
html.no-touch .alert-button:hover,
html.no-touch .blank-card__description a:hover {
  color: #e4ab33;
}
.content-card {
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #fff;
  z-index: 1;
}
.content-card__inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 36rem;
  min-height: 51rem;
  position: relative;
}
.content-card__image {
  width: 100%;
  height: 100%;
  position: relative;
  grid-column: 1/2;
}
.content-card__content {
  padding: 8rem clamp(2rem, 2.0634920635vw + 1.2984126984rem, 4.6rem);
  grid-column: 2/3;
  align-self: center;
}
.content-card__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.11;
  color: #0923c5;
  text-transform: uppercase;
}
.content-card__description {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.44;
  margin: 1.7rem 0;
}
.content-card-image,
.cp-fixed-menu .fm-current-page .txt,
.menu-levels,
.menu-levels .link-container {
  width: 100%;
  display: block;
  position: relative;
}
.event-card--no-image .event-card__image,
.event-fader-item .event-list-item__date.has-multi-day + img,
.main-hero-cp .main-hero__fader .has-both-images .img-desktop {
  display: none;
}
.content-card-image__inner {
  display: flex;
  aspect-ratio: 247/129;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10rem;
}
.content-card-image__image,
.event-fader-item .image img,
.mediaPopup .owl-carousel .owl-animated-out {
  z-index: 1;
}
.content-card-image__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  z-index: 2;
}
.content-card-image__content {
  max-width: 58rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 4rem 3rem 7rem;
}
.content-card-image__title {
  font-size: clamp(3rem, 0.7936507937vw + 2.7301587302rem, 4rem);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.content-card-image__description {
  font-size: 18px;
  font-weight: 700;
}
.module-widget--cards {
  width: 100%;
  margin: 0 auto;
  grid-template-columns: 1fr var(--cp-container-guide3) var(
      --cp-container-guide2
    ) var(--cp-container-guide) minmax(0, var(--cp-container-width)) var(
      --cp-container-guide
    ) var(--cp-container-guide2) var(--cp-container-guide3) 1fr;
}
.module-widget--cards .module-widget__has-btn {
  margin-top: 2rem;
}
@media (min-width: 767px) {
  .module-widget--staff .module-carousel.module-carousel--direction-reversed {
    padding-right: 0;
    padding-left: clamp(2rem, 2.7777777778vw + 1.0555555556rem, 5.5rem);
  }
  .module-widget--cards .module-widget__has-btn {
    display: none;
  }
}
.module-widget--cards.module-widget--has-grid .module-widget__has-btn {
  margin-top: clamp(2rem, 2.380952381vw + 1.1904761905rem, 5rem);
  display: block;
}
.module-widget--cards .module-widget__title {
  font-size: clamp(4.3rem, 1.3492063492vw + 3.8412698413rem, 6rem);
  margin-bottom: 0;
}
.module-widget--cards .module-carousel {
  margin: -3rem 0;
}
.module-widget--cards .module-carousel .blank-card {
  padding: 5rem 2rem;
}
.module-widget--cards .module-carousel .blank-card .blank-card__inner {
  height: 100%;
}
.module-widget--cards.module-widget--in-content-layout
  .module-carousel
  .swiper-slide {
  width: clamp(32rem, 7.9365079365vw + 29.3015873016rem, 42rem);
}
.module-widget--cards .module-grid .blank-card {
  margin: 0 auto;
}
.module-widget--cards .module-grid .blank-card,
.module-widget--cards .module-grid .blank-card__inner {
  min-height: 100%;
}
.module-widget--cards .blank-card {
  height: auto;
}
.event-card__image {
  width: 100%;
  height: 27.2rem;
  position: relative;
  z-index: 1;
}
.event-card__inner {
  width: 100%;
  position: relative;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  overflow: hidden;
}
html.no-touch .event-card__inner.has-url:hover {
  background: #dfdfdf;
}
.event-card .form .form__select .selectric,
.event-card .g-chevron-slim-small-top,
.form .form__select .event-card .selectric {
  position: absolute;
  left: 0;
  font-size: 20rem;
  z-index: 1;
  bottom: -7rem;
  line-height: 11rem;
  width: 100%;
  text-align: center;
  opacity: 0.03;
  color: #343434;
}
.event-card__text {
  padding: 2.5rem 2rem;
}
.event-card__title {
  font-size: 2.6rem;
  line-height: 1.11;
  font-weight: 700;
  margin-bottom: 1.2rem;
  min-height: 6.8rem;
}
.event-card__time {
  font-weight: 300;
  font-size: clamp(1.6rem, 0.1587301587vw + 1.546031746rem, 1.8rem);
  white-space: pre;
}
.event-card__date {
  width: 7.7rem;
  height: 11.1rem;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}
.event-card__date-txt {
  width: 100%;
  height: 6.5rem;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.1;
  font-size: 600;
}
.event-card .month {
  font-size: 2.2rem;
}
.event-card__date-decorator {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.event-card__date-decorator:after,
.event-card__date-decorator:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(
    0.039% 58.026%,
    0% 0%,
    99.961% 0%,
    100% 58.026%,
    50.414% 100%,
    0.039% 58.026%
  );
  clip-path: polygon(
    0.039% 58.026%,
    0% 0%,
    99.961% 0%,
    100% 58.026%,
    50.414% 100%,
    0.039% 58.026%
  );
  background: #343434;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.event-card__date-decorator:after {
  background: #e4ab33;
  z-index: 1;
  bottom: -0.4rem;
}
.event-card--no-image .event-card__inner {
  padding-left: 7.8rem;
}
.event-card--no-image .event-card__text {
  padding: 1.2rem 2rem;
}
.event-fader-item .item-content__row--has-btn,
.event-fader-item .item-content__row--has-description {
  padding-bottom: clamp(4rem, 1.5873015873vw + 3.4603174603rem, 6rem);
}
.event-card--no-image .event-card__title {
  font-size: 1.8rem;
}
.event-fader-item .event-fader-item__content {
  min-height: clamp(51.3rem, 14.0476190476vw + 46.5238095238rem, 69rem);
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.event-fader-item .image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, #000 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, #000 0, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.event-fader-item .item-content__row {
  position: relative;
  padding-left: clamp(2rem, 4.7619047619vw + 0.380952381rem, 8rem);
  padding-right: clamp(2rem, 4.7619047619vw + 0.380952381rem, 8rem);
}
.event-fader-item .item-content__row--has-date {
  padding-left: 0;
  padding-right: 0;
}
.event-fader-item .item-content__row--has-description {
  padding-top: clamp(4rem, 1.5873015873vw + 3.4603174603rem, 6rem);
}
.event-fader-item .item-content__title {
  font-size: clamp(4.3rem, 1.3492063492vw + 3.8412698413rem, 6rem);
  line-height: 1;
  display: block;
  color: #fff;
  font-weight: 500;
}
.event-fader-item .event-list-item__date {
  position: relative;
  color: #fff;
  font-size: clamp(2.6rem, 0.7142857143vw + 2.3571428571rem, 3.5rem);
  line-height: 1;
  background: #4766ba;
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: clamp(1.5rem, 1.1904761905vw + 1.0952380952rem, 3rem);
  padding-right: clamp(0.6rem, 1.1111111111vw + 0.2222222222rem, 2rem);
  font-weight: 500;
  min-height: clamp(10rem, 4.7619047619vw + 8.380952381rem, 16rem);
}
.event-fader-item .event-list-item__date:before {
  content: "";
  width: clamp(6rem, 2.8571428571vw + 5.0285714286rem, 9.6rem);
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  background: inherit;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 5% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 5% 100%, 0 100%, 0 0);
  height: 100%;
}
.event-fader-item .event-list-item__date .conn-word {
  margin: -3.8rem 0.8rem 0;
}
.event-fader-item .event-list-item__date .day {
  font-size: clamp(2.4rem, 2.0634920635vw + 1.6984126984rem, 5rem);
  line-height: 1.4;
  margin-top: -2rem;
  margin-bottom: 0.2rem;
}
.event-fader-item .event-list-item__date span {
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.event-fader-item .event-list-item__date .month {
  font-size: clamp(1.7rem, 1.4285714286vw + 1.2142857143rem, 3.5rem);
  letter-spacing: 0.06em;
}
.event-fader-item .event-list-item__date.has-multi-day {
  left: 0;
}
@media screen and (max-width: 767px) {
  .custom-menu {
    overflow-y: auto;
    padding-top: 9rem;
  }
  .custom-menu .custom-menu__container {
    width: 100%;
    left: auto;
    top: auto;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-menu .custom-menu__container .panel {
    width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .custom-menu .custom-menu__container .panel.panel-level2,
  .custom-menu .custom-menu__container .panel.panel-level3 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .custom-menu .custom-menu__container .panel.level-active {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu .custom-menu__container .panel-level1 {
    position: relative;
  }
  .custom-menu .custom-menu__container .level {
    padding: 0 20px;
    -webkit-transition: display 0.5s 0.5s;
    transition: display 0.5s 0.5s;
  }
  .custom-menu .custom-menu__container .panel-level1 .item {
    padding: 0.72rem 0;
  }
  .custom-menu .custom-menu__container .level-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
  .custom-menu .custom-menu__container .level-wrapper .level {
    padding-bottom: 3.5rem;
  }
  .event-fader-item .event-list-item__date:before {
    width: 4rem;
  }
  .event-fader-item .event-list-item__date .day {
    font-size: 2.4rem;
  }
  .event-fader-item .event-list-item__date .month {
    font-size: 1.7rem;
  }
  .event-fader-item .event-list-item__date {
    left: auto;
    margin-right: 5rem;
    position: relative;
  }
}
.event-fader-item .downloadBtn {
  min-width: clamp(19.3rem, 8.4920634921vw + 16.4126984127rem, 30rem);
  font-size: clamp(1.5rem, 0.7142857143vw + 1.2571428571rem, 2.4rem);
  font-weight: 500;
  text-align: center;
}
.event-fader-item .event-countdown,
.module-widget--events .module-widget__has-btn {
  margin-top: 2rem;
}
.event-fader-item .event-countdown .col {
  display: inline-block;
  color: #fff;
  border-right: 0.2rem solid rgba(255, 255, 255, 0.3);
  padding-right: 2rem;
  margin-right: 2rem;
}
.event-fader-item .event-countdown .col:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.event-fader-item .event-countdown .main-nr {
  font-size: clamp(2rem, 1.9047619048vw + 1.3523809524rem, 4.4rem);
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.event-fader-item .event-countdown .sec {
  font-size: clamp(1.7rem, 0.2380952381vw + 1.619047619rem, 2rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 767px) {
  .module-widget--cards .module-carousel.module-carousel--direction-reversed {
    padding-right: 0;
    padding-left: clamp(2rem, 2.7777777778vw + 1.0555555556rem, 5.5rem);
  }
  .module-widget--events .module-widget__has-btn {
    display: none;
  }
}
.module-widget--events.module-widget--has-grid .module-widget__has-btn {
  margin-top: clamp(2rem, 2.380952381vw + 1.1904761905rem, 5rem);
  display: block;
}
.module-widget--events .module-widget__title {
  font-size: clamp(4.3rem, 1.3492063492vw + 3.8412698413rem, 6rem);
  margin-bottom: 0;
}
.module-widget--events .module-carousel .swiper-slide {
  width: clamp(32rem, 12.3015873016vw + 27.8174603175rem, 47.5rem);
  padding-right: clamp(2rem, 2.7777777778vw + 1.0555555556rem, 5.5rem);
}
.module-widget--events .module-carousel .event-card {
  padding: 3rem 1.5rem;
}
.module-widget--events.module-widget--in-content-layout
  .module-carousel
  .swiper-slide {
  width: clamp(26rem, 12.6984126984vw + 21.6825396825rem, 42rem);
}
.module-widget--events.module-widget--events-list .title {
  font-size: clamp(3rem, 2.380952381vw + 2.1904761905rem, 6rem);
  line-height: 1.15;
  font-weight: 700;
  color: #0923c5;
  margin-bottom: clamp(2rem, 1.5873015873vw + 1.4603174603rem, 4rem);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-transform: uppercase;
}
.module-widget--events.module-widget--events-fader {
  margin-bottom: var(--cp-row-spacing);
}
.module-widget--events .event-card {
  height: auto;
}
.content-layout {
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}
.content-layout .content-style h2 {
  font-size: clamp(4.2rem, 1.8253968254vw + 3.5793650794rem, 6.5rem);
}
.content-layout .content-style h3 {
  font-size: clamp(3.7rem, 0.2380952381vw + 3.619047619rem, 4rem);
}
.content-layout .content-style blockquote {
  font-size: clamp(2.5rem, 0.7936507937vw + 2.2301587302rem, 3.5rem);
  text-align: left;
  margin-top: 0;
}
.content-layout + .content-layout {
  margin-top: -4rem;
}
.content-layout .secondLvlCss blockquote:after {
  right: -2rem;
  bottom: -3rem;
}
.content-layout--two-column.content-layout--reverse
  .content-layout__column--elem
  img,
.content-layout--two-column.content-layout--reverse-mobile
  .content-layout__column--elem
  img {
  left: auto;
  right: 0;
}
.athletics-schedule-item,
.content-layout .secondLvlCss p {
  margin-bottom: clamp(2rem, 0.7936507937vw + 1.7301587302rem, 3rem);
}
.content-layout .secondLvlCss h2:before {
  background: #edb7e3;
}
.content-layout .secondLvlCss ol:first-child,
.content-layout .secondLvlCss ul:first-child {
  margin-top: 0;
}
.content-layout .iframe-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contentTemplates-img:before {
  content: "";
  width: clamp(10rem, 8.5069444444vw + 1.2888888889rem, 14.9rem);
  height: clamp(16.7rem, 14.0625vw + 2.3rem, 24.8rem);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.content-layout__wrapper {
  display: grid;
  background: rgba(0, 0, 0, 0);
  min-height: 42rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-layout__wrapper--auto-size {
  min-height: 0;
}
.content-layout__wrapper--color-2 {
  background: #0923c5;
}
.content-layout__wrapper--color-3 {
  background: #6689b0;
}
.content-layout--single-column {
  width: 100%;
  z-index: 2;
}
.content-layout--single-column .content-layout__column {
  text-align: center;
  min-height: 70rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.content-layout--two-column .content-layout__wrapper {
  min-height: 0;
}
.content-layout--two-column .content-layout__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.content-layout--two-column .content-layout__column--elem {
  position: relative;
  min-height: 240px;
}
.content-layout--two-column .content-layout__column--elem img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.content-layout--two-column .content-layout__column--elem .embed-container,
.fader-content-templates,
.main-hero-cp .main-hero__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content-layout--two-column .content-layout__column--carousel,
.content-layout__column,
.images-fader .swiper-button {
  z-index: 2;
}
.content-layout--two-column
  .content-layout__column--carousel
  .module-carousel__navigation--cl {
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-layout--two-column
  .content-layout__column--carousel
  .module-carousel__navigation--cl
  .carousel-btn:first-child {
  margin-bottom: 1.5rem;
}
@media (min-width: 767px) {
  .module-widget--events .module-carousel.module-carousel--direction-reversed {
    padding-right: 0;
    padding-left: clamp(2rem, 2.7777777778vw + 1.0555555556rem, 5.5rem);
  }
  .content-layout .secondLvlCss blockquote:after {
    right: -4rem;
  }
  .content-layout--two-column .content-layout__wrapper {
    grid-template-columns: 50% 50%;
  }
  .content-layout--two-column
    .content-layout__column--carousel
    .module-widget--carousel-cl-left {
    padding-right: calc(
      (50vw - clamp(30rem, 36.0144057623vw + 2.3769507803rem, 60rem)) / 2
    );
  }
  .content-layout--two-column
    .content-layout__column--carousel
    .module-widget--carousel-cl-left
    .module-carousel__navigation--cl {
    right: -25px;
  }
}
@media (max-width: 767px) {
  .content-card__image {
    height: 23.1rem;
  }
  .content-card__content {
    padding-top: 10rem;
  }
  .event-fader-item .item-content__row--has-description {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .module-widget--events.module-widget--events-list {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .module-widget--events.module-widget--events-fader .module-widget__wrapper {
    padding-left: 0;
  }
  .content-layout__wrapper {
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-layout--two-column .content-layout__column {
    width: 100%;
  }
  .content-layout--two-column
    .content-layout__column--carousel
    .module-carousel__navigation--cl {
    display: none;
  }
  .content-layout--two-column
    .content-layout__column--carousel
    .module-widget--carousel-cl-left {
    padding-left: 0;
  }
}
.content-layout--two-column
  .content-layout__column--carousel
  .module-widget--carousel-cl-right
  .module-carousel__navigation--cl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 767px) {
  .content-layout--two-column
    .content-layout__column--carousel
    .module-widget--carousel-cl-right {
    padding-left: calc(
      (50vw - clamp(30rem, 36.0144057623vw + 2.3769507803rem, 60rem)) / 2
    );
  }
  .content-layout--two-column
    .content-layout__column--carousel
    .module-widget--carousel-cl-right
    .module-carousel__navigation--cl {
    left: -25px;
  }
  .content-layout--two-column .content-layout__column--carousel {
    padding-top: clamp(4rem, 4.8019207683vw + 0.3169267707rem, 8rem);
    padding-bottom: clamp(4rem, 4.8019207683vw + 0.3169267707rem, 8rem);
  }
}
@media (max-width: 767px) {
  .content-layout--two-column
    .content-layout__column--carousel
    .module-widget--carousel-cl-right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
  }
  .content-layout__column--text .content-layout__column-text {
    padding-left: clamp(3rem, 6.1162079511vw + 0.3088685015rem, 5rem);
    padding-right: clamp(3rem, 6.1162079511vw + 0.3088685015rem, 5rem);
  }
}
@media (min-width: 767px) {
  .content-layout--two-column .content-layout__column--carousel.no-arrows {
    display: grid;
  }
  .content-layout--two-column
    .content-layout__column--carousel.no-arrows
    .module-widget--carousel-cl-left {
    justify-self: flex-end;
    padding-right: 0;
  }
  .content-layout__column {
    min-height: 38.6rem;
  }
}
@media (min-width: 768px) {
  .modal-card .modal-card__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .content-layout--single-column .content-layout__column .secondLvlCss {
    min-width: clamp(45rem, 18.0072028812vw + 31.1884753902rem, 60rem);
  }
  .content-layout--two-column .content-layout__column--elem {
    min-height: 100%;
  }
  .content-layout--two-column.content-layout--reverse
    .content-layout__column:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 768px) {
  .content-card__inner {
    display: block;
  }
  .content-layout--two-column.content-layout--reverse-mobile
    .content-layout__column:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .content-layout--two-column.content-layout--reverse-mobile
    .content-layout__column:last-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.content-layout__bg,
.pinned-content--variant .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.content-layout__bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
.content-layout__auto-size {
  width: 100%;
  height: 100%;
  position: relative;
}
.content-layout__auto-size img {
  width: 100%;
  height: auto;
  position: relative;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  display: block;
}
.content-layout__column--color-2 {
  background: #0923c5;
}
.content-layout__column--color-3 {
  background: #6689b0;
}
.content-layout__bg--shadow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  opacity: 0.75;
  z-index: 2;
}
.content-layout__column--text {
  padding-top: clamp(4rem, 4.8019207683vw + 0.3169267707rem, 8rem);
  padding-bottom: clamp(4rem, 4.8019207683vw + 0.3169267707rem, 8rem);
}
.content-layout__column--text :last-child,
.content-layout__column--text-light .content-style p:last-child {
  margin-bottom: 0;
}
.content-layout__column--text .content-layout__column-text {
  margin: 0 auto;
}
.content-layout--no-text .content-layout__column img {
  position: relative;
  min-height: 42rem;
}
.content-layout__column--text-light .content-style a:not(.downloadBtn),
.content-layout__column--text-light .content-style blockquote,
.content-layout__column--text-light .content-style h2,
.content-layout__column--text-light .content-style h3,
.content-layout__column--text-light .content-style h4,
.content-layout__column--text-light .content-style h5,
.content-layout__column--text-light .content-style h6,
.content-layout__column--text-light .content-style li,
.content-layout__column--text-light .content-style ol,
.content-layout__column--text-light .content-style ol li:before,
.content-layout__column--text-light .content-style p {
  color: #fff;
}
.content-layout__column--text-light .content-style ul li:before {
  background: #fff;
}
#dnn_mainHeroPane
  .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
  > div,
#dnn_mainHeroPane .DNNModuleContent:not(:has([id^="dnn"])),
#dnn_mainHeroPane .DnnModule:has(> .module-content),
#dnn_mainHeroPane
  .DnnModule
  > div:not(.module-content)
  .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
  > div:not(.redactor-box),
#dnn_mainHeroPane
  .DnnModule
  > div:not(.module-content)
  .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
  > div:not(.redactor-box):not(:has(> .dnnForm)) {
  width: 100%;
  display: block !important;
}
.main-hero-cp {
  width: 100%;
  display: grid;
  grid-template-rows: minmax(40rem, 1fr) auto;
  position: relative;
  margin-bottom: clamp(4rem, 3.1746031746vw + 2.9206349206rem, 8rem);
}
.main-hero-cp .video-section__controls {
  position: absolute;
  bottom: 2rem;
  left: 10rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.main-hero-cp .video-section__cc {
  width: 3rem;
  height: 3rem;
  background: #323232;
  position: absolute;
  bottom: 1rem;
  z-index: 4;
  right: 5rem;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
.main-hero-cp .video-section__cc.active,
html.no-touch .main-hero-cp .video-section__cc:hover {
  color: #323232;
  background: #eba900;
}
.main-hero-cp .go-down {
  bottom: 3rem;
}
.main-hero-cp .main-hero__fader {
  width: 100%;
  height: 100%;
  background: #0923c5;
  position: absolute;
}
.main-hero-cp .main-hero__fader:before {
  content: "";
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: 2;
  mix-blend-mode: multiply;
}
.main-hero-cp .main-hero__fader:after {
  content: "";
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: 2;
  mix-blend-mode: multiply;
}
.main-hero-cp .main-hero__fader-item {
  position: relative;
  z-index: 1;
}
.main-hero-cp .img {
  width: 100%; 
  object-fit: contain;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.main-hero-cp .main-hero__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.main-hero-cp__translate {
  width: 26rem;
  position: absolute;
  right: 3rem;
  bottom: 5rem;
}
.main-hero-cp__translate .gtranslate_wrapper {
  position: relative;
  z-index: 10;
}
.main-hero-cp__translate .gt_float_switcher .gt-selected {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  z-index: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  pointer-events: none;
}
.main-hero-cp__translate .gt_float_switcher .gt-selected img {
  z-index: 2;
  position: relative;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cp-fixed-menu.opened .fm-current-page .txt .arrow:after,
.main-hero-cp__translate .gt_float_switcher .gt-selected .gt-lang-code,
.menu-levels .item.active i:after,
html.no-touch .ISFilteredGrid .ISFilteredGrid__desktopClear:hover i:before,
html.no-touch .ISFilteredGrid .ISFilteredGrid__mobileClear:hover i:before {
  opacity: 0;
}
.main-hero-cp__translate .gt_float_switcher .gt-selected.gt-selected-open {
  pointer-events: auto;
}
.main-hero-cp__translate .gt_float_switcher .gt-current-lang {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  display: inline-block;
  padding: 1rem 1rem 1rem 0;
}
.fader-content-templates .swiper-pagination-bullet:after,
.main-hero-cp__translate .gt_float_switcher .gt-selected-open {
  background: #fff;
}
.form__checkbox input:checked + .checkmark:before,
.form__checkbox input:checked + .radio-checkmark:before,
.main-hero-cp__translate .gt_float_switcher .gt-selected-open .gt-lang-code,
.selectric-items .selectric-group.disabled li,
html.no-touch .ISFilteredGrid .ISFilteredGrid__desktopClear:hover i:after,
html.no-touch .ISFilteredGrid .ISFilteredGrid__mobileClear:hover i:after,
span.checkbox input:checked + .checkmark:before,
span.checkbox input:checked + .radio-checkmark:before {
  opacity: 1;
}
.main-hero-cp__translate .gt_float_switcher .gt-selected-open:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main-hero-cp__translate .gt_float_switcher .gt-selected-open img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.main-hero-cp__translate .gt_float_switcher .gt_options {
  position: absolute;
  height: 25rem;
  bottom: 4.5rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.main-hero-cp__translate .gt_float_switcher .gt_options:after {
  content: "";
  width: 100%;
  height: 4rem;
  background: #fff;
  z-index: 1;
  bottom: -4rem;
  left: 0;
}
.main-hero-cp.noHeader {
  height: auto;
  min-height: 0;
  grid-template-rows: auto;
  margin-bottom: 0;
}
.main-hero-cp.noHeader .go-down,
.main-hero-cp.noHeader .main-hero-cp__translate,
.menu-levels .dropdown-js {
  display: none;
}
.dnnForm.panels .dnnFormSectionHead,
.menu-levels .open-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.main-hero-cp.noHeader .title-area__heading {
  padding-top: 15rem;
  color: #343434;
}
.dnnForm.panels {
  width: 100%;
  position: relative;
  margin: clamp(3rem, 1.5873015873vw + 2.4603174603rem, 5rem) 0;
}
.dnnForm.panels .dnnFormSectionHead {
  color: #0923c5;
  font-size: 2rem;
  font-weight: 700;
  min-height: 6rem;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 1.6rem 12rem 1.6rem 2rem;
  position: relative;
  margin-bottom: 3rem;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.dnnForm.panels .dnnFormSectionHead:before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: 3;
  right: 1.76rem;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.dnnForm.panels .dnnFormSectionHead.active:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.dnnForm.panels .dnnFormSectionHead a {
  width: 100%;
  color: inherit;
  border-bottom: none;
  display: inline-block;
  text-decoration: none !important;
}
.dnnForm.panels .dnnFormSectionHead a:after,
.dnnForm.panels .dnnFormSectionHead a:before {
  content: "";
  width: 8.8rem;
  height: 100%;
  background: #343434;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(
    41.909% 0%,
    100% 0%,
    100% 100%,
    41.909% 100%,
    0% 50.393%,
    41.909% 0%
  );
  clip-path: polygon(
    41.909% 0%,
    100% 0%,
    100% 100%,
    41.909% 100%,
    0% 50.393%,
    41.909% 0%
  );
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.dnnForm.panels .dnnFormSectionHead a:after {
  background: #e4ab33;
  right: 0.6rem;
  z-index: 1;
}
html.no-touch .dnnForm.panels .dnnFormSectionHead:hover a:after,
html.no-touch .dnnForm.panels .dnnFormSectionHead:hover a:before {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.dnnForm.panels .dnnCollapsiblePanel {
  top: -3rem;
  position: relative;
  background: #fff;
  padding: clamp(2rem, 1.5873015873vw + 1.4603174603rem, 4rem)
    clamp(2rem, 0.7936507937vw + 1.7301587302rem, 3rem);
  line-height: 1.43;
  font-weight: 400;
}
.menu-levels .open-level {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dnnForm.panels .menu-levels .open-level .dnnFormSectionHead:before,
.form .form__select .menu-levels .open-level .selectric:before,
.menu-levels .open-level .dnnForm.panels .dnnFormSectionHead:before,
.menu-levels .open-level .form .form__select .selectric:before,
.menu-levels .open-level .g-icon {
  font-size: 1.4rem;
  display: block;
  position: relative;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-levels .item .link-container {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.menu-levels .item.active .link-container,
.menu-levels .link.active {
  border-color: #e4ab33;
}
.dnnForm.panels .menu-levels .item.active .dnnFormSectionHead:before,
.form .form__select .menu-levels .item.active .selectric:before,
.menu-levels .item.active .dnnForm.panels .dnnFormSectionHead:before,
.menu-levels .item.active .form .form__select .selectric:before,
.menu-levels .item.active .g-icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
html.no-touch
  .menu-levels
  .item.has-open-child
  .link-container:hover
  .open-level-icon:after,
html.no-touch
  .menu-levels
  .item.has-open-child
  .link-container:hover
  .open-level-icon:before {
  background: #0923c5 !important;
}
.menu-levels .dropdown .item,
.selectric-open .ISFilteredGrid .selectric {
  border: none;
}
.menu-levels .dropdown .link {
  font-size: 1.8rem;
  border: none;
}
.menu-levels .ml-list {
  width: 100%;
  display: block;
}
.menu-levels .open-level-js {
  background: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  display: block;
}
.menu-levels .open-level {
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: -0.5rem;
  top: -0.1rem;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.menu-levels .open-level i {
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 50%;
  margin-left: -0.5rem;
}
.menu-levels .open-level i:after,
.menu-levels .open-level i:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}
.menu-levels .open-level i:before {
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.menu-levels .open-level i:after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
}
.menu-levels .item {
  position: relative;
  margin-bottom: 10px;
}
.menu-levels .link {
  color: #343434;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  line-height: 26px;
  position: relative;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  padding-right: 2rem;
}
.menu-levels .dropdown {
  width: 100%;
  margin-top: 1rem;
  padding-left: 1.5rem;
  position: relative;
}
.cp-fixed-menu {
  max-height: calc(100% - 20rem);
  width: 31rem;
  height: 7rem;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #f2f0ec;
  overflow: hidden;
  -webkit-transition: height 0.5s, overflow 0.5s 0.4s, opacity 0.5s;
  transition: height 0.5s, overflow 0.5s 0.4s, opacity 0.5s;
  opacity: 0;
  display: block;
  pointer-events: all;
  z-index: 28;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}
.sidebar-layout .cp-fixed-menu {
  z-index: -99999;
}
.cp-fixed-menu .fm-current-page {
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #0923c5;
  color: #fff;
  min-height: 7rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 3rem;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  border-left: none;
  cursor: pointer;
}
.cp-fixed-menu .fm-current-page .txt .arrow {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cp-fixed-menu
  .fm-current-page
  .txt
  .arrow
  .dnnForm.panels
  .dnnFormSectionHead:before,
.cp-fixed-menu
  .fm-current-page
  .txt
  .arrow
  .form
  .form__select
  .selectric:before,
.cp-fixed-menu .fm-current-page .txt .arrow .g-icon,
.dnnForm.panels
  .cp-fixed-menu
  .fm-current-page
  .txt
  .arrow
  .dnnFormSectionHead:before,
.form
  .form__select
  .cp-fixed-menu
  .fm-current-page
  .txt
  .arrow
  .selectric:before {
  font-size: 1.4rem;
  display: block;
  position: relative;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cp-fixed-menu .menu-levels {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.cp-fixed-menu.opened {
  height: calc(100% - 10rem) !important;
  -webkit-transition: width 0.5s, height 0.5s, overflow 0.5s, overflow 0.5s;
  transition: width 0.5s, height 0.5s, overflow 0.5s, overflow 0.5s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cp-fixed-menu .fm-wrapper {
  padding: 2rem;
}
.breadcrumbs {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  pointer-events: all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.8rem;
  padding: clamp(3rem, 1.5873015873vw + 2.4603174603rem, 5rem) 0;
}
.breadcrumbs__link {
  color: #0923c5;
  font-size: inherit;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
  border-bottom: 1px solid #0923c5;
}
.breadcrumbs__item {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: #343434;
  text-transform: uppercase;
}
.breadcrumbs.v2 {
  padding: clamp(1rem, 0.7936507937vw + 0.7301587302rem, 2rem) 0;
}
.breadcrumbs.v2 .breadcrumbs__link {
  color: #eaeaea;
}
.breadcrumbs.v2 .breadcrumbs__item,
html.no-touch .breadcrumbs.v2 .breadcrumbs__link:hover {
  color: #fff;
}
.breadcrumbs__current-page {
  vertical-align: middle;
  display: inline-block;
  color: inherit;
}
.sidebar-box {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(152, 170, 207, 0.3);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sidebar-box:last-child {
  margin: 0;
  padding: 0;
}
.sidebar-title {
  margin-bottom: 25px;
  z-index: 2;
  position: relative;
}
.fader-content-templates .swiper-pagination {
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
}
.fader-content-templates .swiper-pagination-bullet:before {
  border-color: #fff;
}
.tabbed-content {
  width: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: clamp(3rem, 4.7619047619vw + 1.380952381rem, 9rem);
}
.event-list-card__inner,
.form {
  box-shadow: 0 28px 40px rgba(0, 0, 0, 0.2);
}
.tabbed-content .DNNModuleContent:has([id^="dnn"]) > div:not(.redactor-box),
.tabbed-content .DNNModuleContent:not(:has([id^="dnn"])) {
  display: block;
}
.tabbed-content__controls {
  width: calc(100% + 1px);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  background: #343434;
}
.ISFilteredGrid ul li:before,
.form .form__select .selectric .button,
.form .form__select li:before,
.tabbed-content__description {
  display: none;
}
.tabbed-content__button {
  background: #343434;
  border: none;
  font-size: 2rem;
  color: #fff;
  padding: 1.1rem;
  border-right: 1px solid rgba(242, 240, 236, 0.25);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.tabbed-content__button.active,
html.no-touch .tabbed-content__button:hover {
  background: #0923c5;
}
.tabbed-content__description-wrapper {
  background: #fff;
  position: relative;
}
.dnnActions fieldset,
.dnnForm .dnnFormItem fieldset,
.form,
.form__item fieldset {
  display: block;
  width: 100%;
}
.tabbed-content__description.active {
  height: auto;
}
.tabbed-content__text {
  padding: clamp(3rem, 2.380952381vw + 2.1904761905rem, 6rem);
}
.athletics-schedule-item:last-child,
.pinned-content .title,
.tabbed-content__text > :last-child {
  margin-bottom: 0;
}
.form {
  grid-column: 3/8;
  background: #fff;
  padding: clamp(5rem, 3.9682539683vw + 3.6507936508rem, 10rem) 3rem 3rem;
  margin: clamp(5rem, 4.7619047619vw + 3.380952381rem, 11rem) 0;
}
.form .form__select,
.masonry-grid,
.mediaPopup.defaultLayout .mediaPopup__singleImage,
.selectric-responsive {
  width: 100%;
}
.form .form__select .selectric {
  background: #fff;
  border: 1px solid rgba(26, 25, 25, 0.3);
  text-align: left;
  padding: 0 1rem;
  font-size: 1.6rem;
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form .form__select .selectric .label {
  font-size: 1.6rem;
}
.form .form__select .selectric:before {
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.form .form__select label {
  text-align: left;
}
.form .form__select li {
  font-size: 1.6rem;
  text-align: left;
  margin: 0;
  padding: 1rem 2rem;
}
.form__inner {
  width: 100%;
  max-width: 45.5rem;
  margin: 0 auto;
}
.form__head {
  margin-bottom: 2rem !important;
  width: 100%;
  text-align: left;
}
.athletics .module-widget__has-title,
.form__text,
.list__content {
  text-align: center;
}
.form__col--full {
  text-align: left;
  width: 100%;
  margin-bottom: 1rem;
}
.dnnActions,
.dnnForm .dnnFormItem,
.form__item {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dnnActions,
.form__item--has-buttons {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2rem;
}
.form__item--grid {
  display: grid;
  grid-template-columns: 10rem 1fr;
  grid-gap: clamp(2rem, 1.5873015873vw + 1.4603174603rem, 4rem);
}
.form__checkbox,
span.checkbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #1a1919;
}
.form__checkbox input,
span.checkbox input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
}
.form__checkbox .checkmark,
span.checkbox .checkmark {
  width: 2rem;
  height: 2rem;
  position: relative;
  border: 1px solid #e4ab33;
  margin-right: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.event-list-card__inner,
.form .radio-checkmark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.form__checkbox .checkmark:before,
span.checkbox .checkmark:before {
  content: "";
  width: 0.8rem;
  height: 0.7rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.452 6.082'%3E%3Cpath fill='%230923c5' d='M8.256.197a.67.67 0 0 0-.948 0L3.041 4.463l-1.9-1.9a.67.67 0 0 0-.94.949l2.37 2.37a.67.67 0 0 0 .948 0L8.26 1.141a.67.67 0 0 0-.004-.944Z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form .radio-checkmark {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.2rem;
  border: 1px solid #e4ab33;
}
.form .radio-checkmark:before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #0923c5;
  position: relative;
  opacity: 0;
}
.dnnFormItem textarea,
.form .textarea {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
.dnnFormItem textarea textarea,
.form .textarea textarea {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(26, 25, 25, 0.3);
  padding: 2rem;
  resize: vertical;
}
.form .separator {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: #e4ab33;
  margin: 50px 0;
}
.form__input {
  width: 100%;
  min-width: 100%;
  background: #fff;
  border: 0.1rem solid rgba(26, 25, 25, 0.3);
  position: relative;
  height: 5rem;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.form__input:before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background: #0923c5;
  border-radius: 50%;
  position: absolute;
  right: 0.45rem;
  top: 0.45rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.form__input input {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #1a1919;
  padding: 0 2rem;
  left: 0;
  top: 0;
}
.form__input--has-error {
  border-color: #0923c5;
}
.form__input--has-error:before {
  opacity: 1;
  visibility: visible;
}
.dnnFormItem > .dnnLabel label,
.form__label {
  color: #1a1919;
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 0.8rem;
  padding-right: 1rem;
}
.dnnFormItem .NormalRed,
.form__label--error {
  padding-right: 0;
  color: #0923c5;
}
.form__small-head {
  width: 100%;
  margin-bottom: 2rem;
}
.dnnForm.panels
  html.no-touch
  .ISFilteredGrid
  .ISFilteredGrid__nextPage:hover
  .dnnFormSectionHead:before,
.dnnForm.panels
  html.no-touch
  .ISFilteredGrid
  .ISFilteredGrid__prevPage:hover
  .dnnFormSectionHead:before,
.form
  .form__select
  html.no-touch
  .ISFilteredGrid
  .ISFilteredGrid__nextPage:hover
  .selectric:before,
.form
  .form__select
  html.no-touch
  .ISFilteredGrid
  .ISFilteredGrid__prevPage:hover
  .selectric:before,
.form .required,
.requiredFieldSymbol,
html.no-touch
  .ISFilteredGrid
  .ISFilteredGrid__nextPage:hover
  .dnnForm.panels
  .dnnFormSectionHead:before,
html.no-touch
  .ISFilteredGrid
  .ISFilteredGrid__nextPage:hover
  .form
  .form__select
  .selectric:before,
html.no-touch .ISFilteredGrid .ISFilteredGrid__nextPage:hover .g-icon,
html.no-touch
  .ISFilteredGrid
  .ISFilteredGrid__prevPage:hover
  .dnnForm.panels
  .dnnFormSectionHead:before,
html.no-touch
  .ISFilteredGrid
  .ISFilteredGrid__prevPage:hover
  .form
  .form__select
  .selectric:before,
html.no-touch .ISFilteredGrid .ISFilteredGrid__prevPage:hover .g-icon {
  color: #0923c5;
}
.dnnFormItem .NormalRed {
  font-weight: 500;
}
.list {
  grid-column: 1/10;
  margin-bottom: clamp(3rem, 9.9206349206vw + -0.373015873rem, 15.5rem);
  grid-template-columns: inherit;
  display: grid;
}
.module-content .list,
.selectric-open .selectric-items {
  display: block;
}
.list__container {
  grid-column: 4/7;
}
.list__item {
  margin-bottom: 3rem;
}
.images-fader__item img,
.list__item:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .breadcrumbs,
  .cp-fixed-menu
    .fm-current-page
    .txt
    .arrow
    .dnnForm.panels
    .dnnFormSectionHead:before,
  .cp-fixed-menu
    .fm-current-page
    .txt
    .arrow
    .form
    .form__select
    .selectric:before,
  .cp-fixed-menu .fm-current-page .txt .arrow .g-icon,
  .dnnForm.panels
    .cp-fixed-menu
    .fm-current-page
    .txt
    .arrow
    .dnnFormSectionHead:before,
  .form
    .form__select
    .cp-fixed-menu
    .fm-current-page
    .txt
    .arrow
    .selectric:before,
  .main-hero-cp .main-hero__fader:after,
  .main-hero-cp .main-hero__fader:before,
  .main-hero-cp .video-section__controls {
    display: none;
  }
  .main-hero-cp__translate {
    bottom: 2rem;
    right: 1rem;
  }
  .main-hero-cp:not(.noHeader) {
    margin-bottom: 2rem;
  }
  .menu-levels .item .link-container {
    border: none;
  }
  .menu-levels .open-level {
    width: 2rem;
    height: 2rem;
    background: #e4ab33;
    top: 0.2rem;
  }
  .dnnForm.panels .menu-levels .open-level .dnnFormSectionHead:before,
  .form .form__select .menu-levels .open-level .selectric:before,
  .menu-levels .open-level .dnnForm.panels .dnnFormSectionHead:before,
  .menu-levels .open-level .form .form__select .selectric:before,
  .menu-levels .open-level .g-icon {
    font-size: 0.9rem;
  }
  .cp-fixed-menu {
    width: 30rem;
    height: 5rem;
  }
  .cp-fixed-menu .fm-current-page {
    min-height: 5rem;
    padding: 1rem 2.2rem;
    font-size: 2rem;
  }
  .cp-fixed-menu .fm-current-page .txt .arrow {
    width: 2rem;
    height: 2rem;
    background: #fff;
    margin-top: -1rem;
  }
  .cp-fixed-menu .fm-current-page .txt .arrow:before {
    content: "";
    width: 1.3rem;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0923c5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cp-fixed-menu .fm-current-page .txt .arrow:after {
    content: "";
    width: 1px;
    height: 1.3rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #0923c5;
  }
  .form,
  .list__container {
    grid-column: 1/10;
  }
  .list {
    grid-column: 1/10;
    padding: 3rem;
  }
}
.list--color-2,
.list--color-3 {
  padding: clamp(3rem, 9.9206349206vw + -0.373015873rem, 15.5rem);
}
.list--color-2 {
  background: #0923c5;
}
.list--color-3 {
  background: #6689b0;
}
.event-list-card__inner {
  width: 100%;
  min-height: 21.2rem;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding-left: 21.2rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
html.no-touch .event-list-card__inner.has-url:hover {
  background: #dfdfdf;
}
.event-list-card--no-image .event-list-card__inner {
  padding-left: 0;
}
.event-list-card__image {
  width: 21.2rem;
  max-height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0;
}
.images-fader__image,
.masonry-grid img {
  width: 100%;
  height: auto;
}
.event-list-card__image img {
  object-fit: cover;
  box-shadow: none !important;
}
.event-list-card__content {
  font-size: clamp(1.8rem, 0.1587301587vw + 1.746031746rem, 2rem);
  padding: clamp(2rem, 0.7936507937vw + 1.7301587302rem, 3rem);
}
.event-list-card__location,
.event-list-card__time {
  padding-left: 2.3rem;
  margin-top: 1rem;
}
.event-list-card__title {
  font-size: 2.6rem;
  line-height: 1.11;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.event-list-card__additionals,
.event-list-card__location,
.event-list-card__time {
  margin-bottom: 0 !important;
  position: relative;
}
.dnnForm.panels .event-list-card .dnnFormSectionHead:before,
.event-list-card .dnnForm.panels .dnnFormSectionHead:before,
.event-list-card .form .form__select .selectric:before,
.event-list-card .g-icon,
.form .form__select .event-list-card .selectric:before {
  position: absolute;
  left: 0;
  color: #0923c5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.event-list-card .g-pin {
  left: 0.2rem;
}
.event-list-card__additionals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
  padding-right: 2rem;
}
.event-list-card__additionals .g-small-arrow-right {
  position: absolute;
  right: 0;
  left: auto;
  color: #343434;
  font-size: 1.2rem;
  line-height: 1;
  top: 50%;
  margin-top: 0.35rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.event-list-card__location {
  margin-right: 2rem;
}
.images-fader {
  margin-bottom: clamp(4rem, 4.7619047619vw + 2.380952381rem, 10rem);
  position: relative;
}
.images-fader__image {
  display: block;
  object-fit: cover;
  position: relative;
}
.images-fader .swiper-button-next {
  position: absolute;
  right: -6.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.images-fader .swiper-button-prev {
  position: absolute;
  left: -6.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.images-fader--in-side-content .buttons-controller {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3rem;
}
.images-fader--in-side-content .buttons-controller .swiper-pagination {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1rem;
}
.images-fader--in-side-content .buttons-controller .swiper-button {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 767px) and (max-width: 1366px) {
  .main-layout__container-with-menu .images-fader .swiper-button {
    color: #fff;
  }
  .main-layout__container-with-menu .images-fader .swiper-button-next {
    right: 2rem;
  }
  .main-layout__container-with-menu .images-fader .swiper-button-prev {
    left: 2rem;
  }
  .images-fader--in-side-content .buttons-controller .swiper-button {
    color: var(--body-color);
  }
  .images-fader--in-side-content .buttons-controller .swiper-button-next {
    right: auto;
  }
  .images-fader--in-side-content .buttons-controller .swiper-button-prev {
    left: auto;
  }
}
.masonry-grid__wrapper {
  grid-column: 3/8;
  margin-bottom: clamp(4rem, 3.1746031746vw + 2.9206349206rem, 8rem);
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-disabled,
.selectric-items .disabled {
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaa;
}
.selectric-hover .selectric,
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-disabled {
  cursor: default;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: none !important;
  background: 0 0 !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items li,
.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #e0e0e0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444;
}
.selectric-items li:hover {
  background: #d5d5d5;
  color: #444;
}
html.no-touch .ISFilteredGrid .ISFilteredGrid__desktopClear:hover span,
html.no-touch .ISFilteredGrid .ISFilteredGrid__mobileClear:hover span,
html.no-touch .ISFilteredGrid .ISFilteredGrid__tag button:hover {
  color: #000;
}
.selectric-items .disabled {
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.ISFilteredGrid {
  width: 100%;
  margin: 3rem auto;
  grid-column: 3/7;
}
.ISFilteredGrid .ISFilteredGrid__topRowFilters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
}
.ISFilteredGrid .ISFilteredGrid__mainFilters {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 10rem;
  grid-gap: 1rem;
}
.ISFilteredGrid .ISFilteredGrid__mobileOnlyButtons {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 18px;
}
.ISFilteredGrid .ISFilteredGrid__label {
  color: #1a1919;
  font-size: 20px;
  letter-spacing: 0.01em;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear,
.ISFilteredGrid .ISFilteredGrid__mobileClear {
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #0923c5;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear i,
.ISFilteredGrid .ISFilteredGrid__mobileClear i {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear i:after,
.ISFilteredGrid .ISFilteredGrid__desktopClear i:before,
.ISFilteredGrid .ISFilteredGrid__mobileClear i:after,
.ISFilteredGrid .ISFilteredGrid__mobileClear i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear i:after,
.ISFilteredGrid .ISFilteredGrid__mobileClear i:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' transform='translate(2 2)'%3E%3Cpath d='m12.5 1.5c2.4138473 1.37729434 4 4.02194088 4 7 0 4.418278-3.581722 8-8 8s-8-3.581722-8-8 3.581722-8 8-8'/%3E%3Cpath d='m12.5 5.5v-4h4'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0;
}
.ISFilteredGrid .ISFilteredGrid__desktopClear i:before,
.ISFilteredGrid .ISFilteredGrid__mobileClear i:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%230923c5' stroke-linecap='round' stroke-linejoin='round' transform='translate(2 2)'%3E%3Cpath d='m12.5 1.5c2.4138473 1.37729434 4 4.02194088 4 7 0 4.418278-3.581722 8-8 8s-8-3.581722-8-8 3.581722-8 8-8'/%3E%3Cpath d='m12.5 5.5v-4h4'/%3E%3C/g%3E%3C/svg%3E");
}
.ISFilteredGrid .ISFilteredGrid__desktopClear span,
.ISFilteredGrid .ISFilteredGrid__mobileClear span {
  font-size: 2rem;
  letter-spacing: 0.01em;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5rem;
}
.ISFilteredGrid .ISFilteredGrid__content {
  padding-top: 20px;
  gap: 20px 20px;
  font-size: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1080px) {
  .ISFilteredGrid .ISFilteredGrid__content {
    grid-template-columns: 1fr;
  }
}
.ISFilteredGrid .ISFilteredGrid__noResults {
  text-align: center;
  max-width: 520px;
  padding: 0 20px 50px;
  margin: 0 auto;
}
.ISFilteredGrid .ISFilteredGrid__noResults h2 {
  font-size: 32px;
  letter-spacing: 0.06em;
  color: #000;
  font-weight: 400;
  padding: 13px 0 18px;
}
.ISFilteredGrid .ISFilteredGrid__noResults p {
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.27;
  color: #a20038;
}
.ISFilteredGrid ul {
  margin: 0;
  padding-left: 0;
}
.ISFilteredGrid ul li {
  line-height: normal;
  margin-bottom: 0;
  padding-left: 0;
}
.ISFilteredGrid .ISFilteredGrid__filterName,
.ISFilteredGrid .selectric .label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  vertical-align: middle;
  padding-right: 10px;
}
.ISFilteredGrid .ISFilteredGrid__filterIcon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__filterIcon:after,
.ISFilteredGrid .ISFilteredGrid__filterIcon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__filterIcon:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 4.21875 10.78125 L 2.78125 12.21875 L 15.28125 24.71875 L 16 25.40625 L 16.71875 24.71875 L 29.21875 12.21875 L 27.78125 10.78125 L 16 22.5625 Z' fill='%237BA1D5' /%3E%3C/svg%3E");
}
.ISFilteredGrid .ISFilteredGrid__filterIcon:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 4.21875 10.78125 L 2.78125 12.21875 L 15.28125 24.71875 L 16 25.40625 L 16.71875 24.71875 L 29.21875 12.21875 L 27.78125 10.78125 L 16 22.5625 Z' fill='%230175BC' /%3E%3C/svg%3E");
  opacity: 0;
}
.ISFilteredGrid .ISFilteredGrid__filterBy {
  background: 0 0;
  border: 1px solid rgba(99, 100, 99, 0.29);
  cursor: pointer;
  width: 100%;
  height: 5rem;
}
.ISFilteredGrid .ISFilteredGrid__filterBy .selectric {
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1rem;
}
.ISFilteredGrid .ISFilteredGrid__filterBy select,
.ISFilteredGrid .selectric-items li.disabled,
.ISFilteredGrid .selectric-items li.isDisabled {
  display: none;
}
html.no-touch
  .ISFilteredGrid
  .ISFilteredGrid__filterBy
  .selectric:hover
  .ISFilteredGrid__filterIcon:after,
html.no-touch
  .ISFilteredGrid
  .ISFilteredGrid__filterBy.isButtonSort:not(.filterActive):hover
  .ISFilteredGrid__filterIcon:after {
  opacity: 0;
}
html.no-touch
  .ISFilteredGrid
  .ISFilteredGrid__filterBy
  .selectric:hover
  .ISFilteredGrid__filterIcon:before,
html.no-touch
  .ISFilteredGrid
  .ISFilteredGrid__filterBy.isButtonSort:not(.filterActive):hover
  .ISFilteredGrid__filterIcon:before {
  opacity: 1;
}
.ISFilteredGrid
  .ISFilteredGrid__filterBy.filterActive
  .ISFilteredGrid__filterName {
  color: #1a1919;
}
.ISFilteredGrid
  .ISFilteredGrid__filterBy.descendingOrder
  .ISFilteredGrid__filterIcon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ISFilteredGrid .ISFilteredGrid__filterBy.js-GraduationDecade {
  min-width: 100px;
}
.ISFilteredGrid .ISFilteredGrid__filterBy.isButtonSort {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10rem;
  -ms-flex: 0 0 10rem;
  flex: 0 0 10rem;
  max-width: 10rem;
}
.ISFilteredGrid .ISFilteredGrid__filterBy.isButtonSort em {
  vertical-align: middle;
  padding-right: 14px;
}
.ISFilteredGrid .ISFilteredGrid__tagWrapper {
  padding-right: 20px;
}
.ISFilteredGrid .ISFilteredGrid__tagWrapper > li,
.ISGridSearch .ISGridSearch__searchTerms .ISFilteredGrid__tag {
  margin-top: 1rem;
}
.ISFilteredGrid .ISFilteredGrid__tag {
  background: #f7f5f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}
.ISFilteredGrid .ISFilteredGrid__tag:not(:last-of-type) {
  margin-bottom: 5px;
}
.ISFilteredGrid .ISFilteredGrid__tag span {
  font-size: 13px;
  color: #2c2c2c;
  padding: 0 5px 0 12px;
  vertical-align: middle;
  cursor: initial;
}
.ISFilteredGrid .ISFilteredGrid__tag button {
  width: 23px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #626262;
  background: 0 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__tag button:after,
.ISFilteredGrid .ISFilteredGrid__tag button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 1px;
  margin-left: -5px;
  margin-top: -1px;
  background: currentColor;
}
.ISFilteredGrid .ISFilteredGrid__tag button:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ISFilteredGrid .ISFilteredGrid__tag button:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ISFilteredGrid .selectric {
  background: 0 0;
  border: 0;
}
.ISFilteredGrid .selectric .label {
  margin: 0;
  height: auto;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #262626;
  text-transform: none;
}
.ISFilteredGrid .selectric-items {
  border: none;
  z-index: 1;
  max-width: 100%;
}
.ISFilteredGrid .selectric-items li {
  font-size: 15px;
  min-height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  padding: 8px 15px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.ISFilteredGrid .selectric-items .selectric-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.ISFilteredGrid .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.ISFilteredGrid .ISFilteredGrid__nextPage,
.ISFilteredGrid .ISFilteredGrid__prevPage {
  width: 33px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: 0 0;
  cursor: pointer;
  border: none;
}
.ISFilteredGrid
  .ISFilteredGrid__nextPage
  .dnnForm.panels
  .dnnFormSectionHead:before,
.ISFilteredGrid .ISFilteredGrid__nextPage .form .form__select .selectric:before,
.ISFilteredGrid .ISFilteredGrid__nextPage .g-icon,
.ISFilteredGrid
  .ISFilteredGrid__prevPage
  .dnnForm.panels
  .dnnFormSectionHead:before,
.ISFilteredGrid .ISFilteredGrid__prevPage .form .form__select .selectric:before,
.ISFilteredGrid .ISFilteredGrid__prevPage .g-icon,
.dnnForm.panels
  .ISFilteredGrid
  .ISFilteredGrid__nextPage
  .dnnFormSectionHead:before,
.dnnForm.panels
  .ISFilteredGrid
  .ISFilteredGrid__prevPage
  .dnnFormSectionHead:before,
.form .form__select .ISFilteredGrid .ISFilteredGrid__nextPage .selectric:before,
.form
  .form__select
  .ISFilteredGrid
  .ISFilteredGrid__prevPage
  .selectric:before {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__nextPage.isDisabled,
.ISFilteredGrid .ISFilteredGrid__prevPage.isDisabled {
  pointer-events: none;
  opacity: 0.4;
}
.ISFilteredGrid .ISFilteredGrid__prevPage {
  margin-left: 14px;
}
.ISFilteredGrid .ISFilteredGrid__prevPage:after,
.ISFilteredGrid .ISFilteredGrid__prevPage:before {
  margin-top: -6px;
}
.ISFilteredGrid .ISFilteredGrid__nextPage {
  margin-left: 7px;
}
.ISFilteredGrid .ISFilteredGrid__pagination {
  font-size: 0;
  margin-top: 20px;
  text-align: right;
  display: none;
}
.ISFilteredGrid .ISFilteredGrid__pagination.isVisible,
.ISFilteredGrid.noResults .ISFilteredGrid__content {
  display: block;
}
.ISFilteredGrid .ISFilteredGrid__pagination fieldset {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 6px;
}
.ISFilteredGrid .ISFilteredGrid__pagination span {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  vertical-align: middle;
}
.ISFilteredGrid .ISFilteredGrid__pagination span em,
.shTemplReset address,
.shTemplReset em,
.shTemplReset i {
  font-style: normal;
}
.ISFilteredGrid .ISFilteredGrid__pagination input {
  width: 26px;
  height: 26px;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
  background: 0 0;
  text-align: center;
  line-height: 26px;
  color: #262626;
  border: 1px solid #1a1919;
}
.ISFilteredGrid .ISFilteredGrid__pagination input::-ms-clear {
  display: none;
}
.ISFilteredGrid .ISFilteredGrid__pagination input:-moz-placeholder,
.ISFilteredGrid .ISFilteredGrid__pagination input:-ms-input-placeholder,
.ISFilteredGrid .ISFilteredGrid__pagination input::-moz-placeholder,
.ISFilteredGrid .ISFilteredGrid__pagination input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
}
.ISFilteredGrid .ISFilteredGrid__pagination input::-webkit-inner-spin-button,
.ISFilteredGrid .ISFilteredGrid__pagination input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ISFilteredGrid .ISFilteredGrid__pagination input[type="number"] {
  -moz-appearance: textfield;
}
.ISFilteredGrid .ISFilteredGrid__pagination input.warning {
  border: 1px solid #db7093;
}
.ISFilteredGrid .ISFilteredGrid__paginationErrorMessage {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
  background: rgba(26, 25, 25, 0.9);
  position: absolute;
  left: 50%;
  top: -45px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 250px;
  text-align: center;
  display: inline-block;
  padding: 4px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ISFilteredGrid .ISFilteredGrid__paginationErrorMessage.isVisible {
  opacity: 1;
}
.ISFilteredGrid .ISFilteredGrid__paginationErrorMessage:after {
  content: "";
  border-top: 5px solid rgba(26, 25, 25, 0.9);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 0 0 0 -5px;
}
.ISFilteredGrid.noDecade .js-GraduationDecade {
  pointer-events: none;
  opacity: 0;
}
.ISGridSearch fieldset {
  border: 1px solid rgba(99, 100, 99, 0.29);
  position: relative;
  height: 5rem;
}
.ISGridSearch input {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 1.5rem;
  border-radius: 0;
  -webkit-appearance: none;
  background: 0 0;
  padding: 0 4rem 0 3rem;
  color: #000;
}
.ISGridSearch input::-ms-clear {
  display: none;
}
.ISGridSearch input:-moz-placeholder,
.ISGridSearch input:-ms-input-placeholder,
.ISGridSearch input::-moz-placeholder,
.ISGridSearch input::-webkit-input-placeholder {
  color: #000;
  font-size: 12px;
}
.ISGridSearch .ISGridSearch__reset {
  display: none;
  position: absolute;
  z-index: 2;
  width: 33px;
  height: 29px;
  border: 0;
  top: 0;
  right: 0;
  background: 0 0;
  cursor: pointer;
  text-indent: -9999px;
}
.ISGridSearch .ISGridSearch__reset:after,
.ISGridSearch .ISGridSearch__reset:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 1px;
  background: #1a1919;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ISGridSearch .ISGridSearch__reset:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ISGridSearch .ISGridSearch__reset:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ISGridSearch .ISGridSearch__reset.isVisible,
.mediaPopup .no-js .owl-carousel,
.mediaPopup .owl-carousel.owl-loaded,
.shTemplReset main,
.shTemplReset time {
  display: block;
}
html.no-touch .ISGridSearch .ISGridSearch__reset:hover:after,
html.no-touch .ISGridSearch .ISGridSearch__reset:hover:before {
  background: #000;
}
.ISGridSearch .search-icon {
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11z' fill='%237BA1D5' fill-rule='evenodd'/%3E%3C/svg%3E");
  left: 1.3rem;
}
.ISGridSearch .ISGridSearch__submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}
.ISGridSearch .ISGridSearch__submit.isHidden {
  pointer-events: none;
  opacity: 0;
}
html.no-touch .ISGridSearch .ISGridSearch__submit:hover:after {
  opacity: 0;
}
.ISGridSearch .ISGridSearch__errorMessage.isVisible,
.ISGridSearch .ISGridSearch__loader.isVisible,
html.no-touch .ISGridSearch .ISGridSearch__submit:hover:before {
  opacity: 1;
}
.ISGridSearch .ISGridSearch__errorMessage {
  color: red;
  padding: 2px 3px;
  position: absolute;
  top: -21px;
  left: 50%;
  font-size: 10px;
  z-index: 2;
  border: 1px solid red;
  opacity: 0;
  pointer-events: none;
  white-space: pre;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ISGridSearch .ISGridSearch__loader {
  height: 18px;
  width: 18px;
  -webkit-animation: 1.2s linear infinite rotateAnimation;
  animation: 1.2s linear infinite rotateAnimation;
  border: 2px solid #000;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 29px;
  margin: -9px 0 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ISGridSearch .ISGridSearch__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  max-height: 459px;
  overflow-y: auto;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.ISGridSearch .ISGridSearch__suggestions::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.ISGridSearch .ISGridSearch__suggestions::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.ISGridSearch .ISGridSearch__suggestions li {
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
  color: #464646;
  font-size: 15px;
  border-top: 1px solid #f0f0f0;
  font-weight: 700;
}
html.no-touch .ISGridSearch .ISGridSearch__suggestions li:hover {
  background: #e6e6e6;
}
.dnnFormMessage {
  width: 100%;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 1.65rem 2rem;
  margin-bottom: 1.3rem;
}
.dnnFormWarning {
  border: 1px solid #e4ab33;
  background: rgba(228, 171, 51, 0.3);
  text-transform: uppercase;
}
.dnnFormInfo {
  border: 1px solid #6689b0;
  background: rgba(102, 137, 176, 0.3);
}
.dnnFormSuccess {
  border: 1px solid #a2a64c;
  background: rgba(162, 166, 76, 0.3);
  text-transform: uppercase;
}
.dnnFormValidationSummary {
  border: 1px solid #0923c5;
  background: rgba(191, 43, 52, 0.3);
  text-transform: uppercase;
}
.secondary-menu {
  width: 100%;
  position: relative;
  grid-column: 3/4;
  padding: clamp(4rem, 3.1746031746vw + 2.9206349206rem, 8rem) 0;
}
.secondary-menu__inner {
  background: rgba(52, 52, 52, 0.04);
  padding: 1.6rem 2.5rem;
}
.secondary-menu__title {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #343434;
  font-weight: 700;
  margin-bottom: 2rem;
}
.secondary-menu__link {
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.secondary-menu__link.current,
html.no-touch .secondary-menu__link:hover {
  color: #0923c5;
}
.secondary-menu__item:last-child {
  margin: 0;
}
.secondary-menu .item--link-dropdown-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.secondary-menu .item--link-dropdown-js .arrow-icon {
  position: relative;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 1.4rem;
  margin-left: 1rem;
}
.dnnForm.panels
  .secondary-menu
  .item--link-dropdown-js
  .arrow-icon
  .dnnFormSectionHead:before,
.form
  .form__select
  .secondary-menu
  .item--link-dropdown-js
  .arrow-icon
  .selectric:before,
.secondary-menu
  .item--link-dropdown-js
  .arrow-icon
  .dnnForm.panels
  .dnnFormSectionHead:before,
.secondary-menu
  .item--link-dropdown-js
  .arrow-icon
  .form
  .form__select
  .selectric:before,
.secondary-menu .item--link-dropdown-js .arrow-icon .g-icon {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
}
.dnnForm.panels
  .secondary-menu
  .item--link-dropdown-js.active
  .arrow-icon
  .dnnFormSectionHead:before,
.form
  .form__select
  .secondary-menu
  .item--link-dropdown-js.active
  .arrow-icon
  .selectric:before,
.secondary-menu
  .item--link-dropdown-js.active
  .arrow-icon
  .dnnForm.panels
  .dnnFormSectionHead:before,
.secondary-menu
  .item--link-dropdown-js.active
  .arrow-icon
  .form
  .form__select
  .selectric:before,
.secondary-menu .item--link-dropdown-js.active .arrow-icon .g-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.secondary-menu__list--inside {
  padding: 2rem 2rem 0;
  position: relative;
  display: none;
}
.secondary-menu__list--inside .secondary-menu__link {
  font-size: 1.8rem;
}
.secondary-menu__list--inside:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  background: #e4ab33;
}
.secondary-menu--mobile {
  z-index: 20;
  position: relative;
  padding: 0;
  pointer-events: none;
  width: auto;
  margin: var(--cp-col-gap);
}
.secondary-menu--mobile .secondary-menu__inner {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.secondary-menu--mobile .secondary-menu__title {
  width: 100%;
  background: #0923c5;
  color: #fff;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 2.5rem;
  margin: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  z-index: 2;
  position: relative;
  pointer-events: auto;
}
.shTemplReset:before,
.shTplGContainer:after {
  display: table;
  content: "";
  clear: both;
}
.mediaPopup .owl-carousel.owl-hidden,
.secondary-menu--mobile .secondary-menu__title.active .plus-icon:before {
  opacity: 0;
}
.secondary-menu--mobile .secondary-menu__title .icon {
  min-width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
  margin-left: 1rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.secondary-menu--mobile .secondary-menu__title .plus-icon:after,
.secondary-menu--mobile .secondary-menu__title .plus-icon:before {
  background: #0923c5;
}
.secondary-menu--mobile .secondary-menu__mobile-menu {
  width: 100%;
  padding: 2.5rem;
  position: absolute;
  background: #fff;
  z-index: 1;
  margin-bottom: -100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
  pointer-events: auto;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.16);
}
.secondary-menu--mobile .secondary-menu__mobile-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.secondary-menu--mobile .item--link-dropdown-js .arrow-icon {
  min-width: 2rem;
  height: 2rem;
  display: block;
  background: #e4ab33;
  color: #1a1919;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9rem;
}
@-webkit-keyframes stRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes stRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.shTemplReset {
  line-height: initial;
  font-size: initial;
}
.shTemplReset:before {
  margin-top: -0.1rem;
  height: 0;
}
.shTemplReset button {
  cursor: pointer;
}
.shTemplReset fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
.shTemplReset input {
  border: 0;
  border-radius: 0;
}
.shTemplReset [type="button"]:-moz-focusring,
.shTemplReset [type="reset"]:-moz-focusring,
.shTemplReset [type="submit"]:-moz-focusring,
.shTemplReset button:-moz-focusring {
  border-style: none;
  outline: 0;
}
.shTemplReset input:-webkit-autofill,
.shTemplReset input:-webkit-autofill:focus,
.shTemplReset input:-webkit-autofill:hover,
.shTemplReset select:-webkit-autofill,
.shTemplReset select:-webkit-autofill:focus,
.shTemplReset select:-webkit-autofill:hover,
.shTemplReset textarea:-webkit-autofill,
.shTemplReset textarea:-webkit-autofill:focus,
.shTemplReset textarea:-webkit-autofill:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-transition: background-color 5000s ease-in-out;
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: 0 0 0 50px #fff inset;
}
.shTemplReset img {
  border-style: none;
}
.shTemplReset ul,
.shTemplReset ul li {
  list-style-type: none;
}
.shTemplReset ul {
  padding: 0;
  margin: 0;
}
.shTemplReset a,
.shTemplReset button,
.shTemplReset div,
.shTemplReset span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.shTemplReset hr,
.shTemplReset svg {
  overflow: visible;
}
.shTemplReset :focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.shTplGContainer {
  max-width: 134rem;
  padding: 0 3rem;
  margin: 0 auto;
}
.mediaPopup .mediaPopup__type h4,
.shTplGResetHeaders {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.mediaPopup .mediaPopup__type h4:first-letter,
.shTplGResetHeaders:first-letter {
  text-transform: capitalize;
}
.mediaPopup .mediaPopup__desc .featuredParagraph a,
.mediaPopup .mediaPopup__postTitle.forNews a,
.shTplResetAnchor {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}
.shTplGBlockScroll {
  position: relative;
  overflow: hidden;
}
@media (max-width: 730px) {
  .shTplGBlockScroll {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
.mtGenericLoader {
  height: 3rem;
  width: 3rem;
  -webkit-animation: 1.2s linear infinite stRotate;
  animation: 1.2s linear infinite stRotate;
  border: 0.2rem solid #97012e;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 7rem;
  z-index: 2;
  margin: -1.5rem 0 0;
}
@-webkit-keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(
        white 40px,
        #fff 99%,
        transparent 0
      ),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, #000 99%, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, #000 99%, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0),
      -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, #fff 99%, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.5) 100%, #000 99%, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.15) 100%, #000 99%, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0),
      linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 0 10px,
      calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px,
      calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px,
      80px 8px, 100% 100%;
    background-position: 0 0, 40px 0, 0 0, 20px 55%, 20px 60%, 20px 64%,
      20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
  }
  100% {
    background-image: -webkit-linear-gradient(
        white 40px,
        #fff 99%,
        transparent 0
      ),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, #000 99%, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, #000 99%, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0),
      -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, #fff 99%, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.5) 100%, #000 99%, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.15) 100%, #000 99%, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0),
      linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px,
      calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px,
      calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px,
      80px 8px, 100% 100%;
    background-position: 0 0, 40px 0, 0 0, 20px 55%, 20px 60%, 20px 64%,
      20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
  }
}
@keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(
        white 40px,
        #fff 99%,
        transparent 0
      ),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, #000 99%, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, #000 99%, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0),
      -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, #fff 99%, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.5) 100%, #000 99%, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.15) 100%, #000 99%, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0),
      linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 0 10px,
      calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px,
      calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px,
      80px 8px, 100% 100%;
    background-position: 0 0, 40px 0, 0 0, 20px 55%, 20px 60%, 20px 64%,
      20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
  }
  100% {
    background-image: -webkit-linear-gradient(
        white 40px,
        #fff 99%,
        transparent 0
      ),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, #000 99%, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, #000 99%, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0),
      -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, #fff 99%, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.5) 100%, #000 99%, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.15) 100%, #000 99%, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0),
      linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0),
      linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px,
      calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px,
      calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px,
      80px 8px, 100% 100%;
    background-position: 0 0, 40px 0, 0 0, 20px 55%, 20px 60%, 20px 64%,
      20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
  }
}
.mediaPopup .owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.mediaPopup .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.mediaPopup .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mediaPopup .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.mediaPopup .owl-carousel .owl-item,
.mediaPopup .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.mediaPopup .owl-carousel .owl-item {
  position: relative;
  min-height: 0.1rem;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.mediaPopup .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.mediaPopup .owl-carousel .owl-dots.disabled,
.mediaPopup .owl-carousel .owl-nav.disabled,
.mediaPopup .owl-carousel .owl-video-playing .owl-video-play-icon,
.mediaPopup .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.mediaPopup .owl-carousel .owl-dot,
.mediaPopup .owl-carousel .owl-nav .owl-next,
.mediaPopup .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mediaPopup .owl-carousel .owl-nav button.owl-next,
.mediaPopup .owl-carousel .owl-nav button.owl-prev,
.mediaPopup .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.mediaPopup .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.mediaPopup .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mediaPopup .owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.mediaPopup .owl-carousel.owl-rtl {
  direction: rtl;
}
.mediaPopup .owl-carousel.owl-rtl .owl-item {
  float: right;
}
.mediaPopup .owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.mediaPopup .owl-carousel .owl-animated-in {
  z-index: 0;
}
.mediaPopup .owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mediaPopup .owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.mediaPopup .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mediaPopup .owl-carousel .owl-item .owl-lazy:not([src]),
.mediaPopup .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.mediaPopup .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.mediaPopup .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 8rem;
  width: 8rem;
  left: 50%;
  top: 50%;
  margin-left: -4rem;
  margin-top: -4rem;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.mediaPopup .owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.mediaPopup .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mediaPopup .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.mediaPopup {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9999998;
  overflow: hidden;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mediaPopup:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-animation: 0.3s ease-in-out forwards fadeIn;
  animation: 0.3s ease-in-out forwards fadeIn;
}
.mediaPopup .mediaPopup__inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 737px;
  margin: 0 0 0 auto;
  z-index: 2;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mediaPopup .mediaPopup__content {
  min-height: calc(100% - 50px);
  overflow-y: auto;
  height: calc(100% - 50px);
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
}
html.touch .mediaPopup .mediaPopup__content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mediaPopup .secondLvlCss {
  text-align: left;
  margin: 0;
  padding: 0;
  max-width: unset;
  min-width: unset;
}
.mediaPopup .mediaPopup__featuredPost {
  padding: 30px;
  position: relative;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mediaPopup .mediaPopup__featuredPost:after {
  display: table;
  content: "";
  clear: both;
}
.mediaPopup .mediaPopup__featuredPost a {
  color: currentColor;
}
.mediaPopup .mediaPopup__featuredPost a i,
.mediaPopup .mediaPopup__featuredPost a:after,
.mediaPopup .mediaPopup__featuredPost a:before {
  display: none !important;
}
.mediaPopup .mediaPopup__url {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  z-index: 1;
}
.mediaPopup .mediaPopup__topNav {
  position: relative;
  max-width: 737px;
  margin: 0 0 0 auto;
  font-size: 0;
  z-index: 3;
  background: #0923c5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.mediaPopup .mediaPopup__topNav .decorator {
  width: 16.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.mediaPopup .mediaPopup__topNav .decorator:after,
.mediaPopup .mediaPopup__topNav .decorator:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #343434;
  -webkit-clip-path: polygon(
    20.303% 0%,
    100% 0%,
    100% 100%,
    20.303% 100%,
    0% 50.4%,
    20.303% 0%
  );
  clip-path: polygon(
    20.303% 0%,
    100% 0%,
    100% 100%,
    20.303% 100%,
    0% 50.4%,
    20.303% 0%
  );
  z-index: 2;
}
.mediaPopup .mediaPopup__topNav .decorator:after {
  left: -0.6rem;
  z-index: 1;
  background: #e4ab33;
}
.mediaPopup .mediaPopup__type {
  position: absolute;
  left: 50px;
  right: 0;
  top: 0;
  background: #0923c5;
  height: 50px;
  padding-left: 15px;
}
.mediaPopup .mediaPopup__type h4 {
  line-height: 50px;
  color: #fff;
}
.mediaPopup .mediaPopup__button {
  width: 50px;
  height: 50px;
  position: relative;
  background: #343434;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 3;
}
.mediaPopup .mediaPopup__button i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mediaPopup .mediaPopup__close {
  display: inline-block;
  border: none;
  background: #0923c5;
  position: relative;
}
.mediaPopup .mediaPopup__close:before {
  content: "";
  width: 1px;
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  right: 0;
  z-index: 2;
  background: #fff;
}
.mediaPopup .mediaPopup__close i {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mediaPopup .mediaPopup__close i:after,
.mediaPopup .mediaPopup__close i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #fff;
}
.mediaPopup .mediaPopup__close i:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mediaPopup .mediaPopup__close i:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mediaPopup .mediaPopup__close i:last-child,
html.no-touch .mediaPopup .mediaPopup__close:hover i {
  opacity: 0;
}
.mediaPopup .mediaPopup__close i:last-child:after,
.mediaPopup .mediaPopup__close i:last-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #e4ab33;
}
.mediaPopup .mediaPopup__share i:after,
.mediaPopup .mediaPopup__share i:before,
.mediaPopup.facebook .mediaPopup__feedIcon,
.mediaPopup.facebook .mediaPopup__more i:after,
.mediaPopup.facebook .mediaPopup__more i:before,
.mediaPopup.instagram .mediaPopup__feedIcon,
.mediaPopup.instagram .mediaPopup__more i:after,
.mediaPopup.instagram .mediaPopup__more i:before,
.mediaPopup.twitter .mediaPopup__feedIcon,
.mediaPopup.twitter .mediaPopup__more i:after,
.mediaPopup.twitter .mediaPopup__more i:before {
  background-repeat: no-repeat;
  background-size: contain;
}
.mediaPopup .mediaPopup__close i:last-child:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mediaPopup .mediaPopup__close i:last-child:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html.no-touch .mediaPopup .mediaPopup__close:hover i:last-child {
  opacity: 1;
}
.mediaPopup .mediaPopup__more,
.mediaPopup .mediaPopup__share {
  position: absolute;
  top: 0;
  border: none;
}
.mediaPopup .mediaPopup__more {
  right: 60px;
}
.mediaPopup .mediaPopup__more i {
  width: 23px;
  margin: auto;
}
.mediaPopup .mediaPopup__share {
  right: 0;
}
.mediaPopup .mediaPopup__share i {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
}
.mediaPopup .mediaPopup__share i:after,
.mediaPopup .mediaPopup__share i:before,
.mediaPopup.facebook .mediaPopup__more i:after,
.mediaPopup.facebook .mediaPopup__more i:before,
.mediaPopup.instagram .mediaPopup__more i:after,
.mediaPopup.instagram .mediaPopup__more i:before,
.mediaPopup.twitter .mediaPopup__more i:after,
.mediaPopup.twitter .mediaPopup__more i:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  left: 0;
  top: 0;
}
.mediaPopup .mediaPopup__share i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 56c-4.813 0-9.12 2.137-12.054 5.501L39.643 51.35c.23-1.081.357-2.201.357-3.35s-.127-2.269-.357-3.349l20.303-10.152C62.879 37.864 67.187 40 72 40c8.836 0 16-7.164 16-16S80.836 8 72 8s-16 7.164-16 16c0 1.149.127 2.269.357 3.349L36.054 37.501C33.121 34.136 28.814 32 24 32c-8.836 0-16 7.164-16 16s7.164 16 16 16c4.814 0 9.12-2.137 12.054-5.501l20.304 10.152C56.127 69.731 56 70.851 56 72c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0-40a8 8 0 1 1 0 16 8 8 0 0 1 0-16zM24 56a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm48 24a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/svg%3E");
  background-position: center center;
}
.mediaPopup .mediaPopup__share i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23e4ab33%27%20viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 56c-4.813 0-9.12 2.137-12.054 5.501L39.643 51.35c.23-1.081.357-2.201.357-3.35s-.127-2.269-.357-3.349l20.303-10.152C62.879 37.864 67.187 40 72 40c8.836 0 16-7.164 16-16S80.836 8 72 8s-16 7.164-16 16c0 1.149.127 2.269.357 3.349L36.054 37.501C33.121 34.136 28.814 32 24 32c-8.836 0-16 7.164-16 16s7.164 16 16 16c4.814 0 9.12-2.137 12.054-5.501l20.304 10.152C56.127 69.731 56 70.851 56 72c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0-40a8 8 0 1 1 0 16 8 8 0 0 1 0-16zM24 56a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm48 24a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/svg%3E");
  background-position: center center;
  opacity: 0;
}
html.no-touch .mediaPopup .mediaPopup__share:hover i:after,
html.no-touch .mediaPopup.facebook .mediaPopup__more:hover i:after,
html.no-touch .mediaPopup.instagram .mediaPopup__more:hover i:after,
html.no-touch .mediaPopup.twitter .mediaPopup__more:hover i:after {
  opacity: 1;
}
html.no-touch .mediaPopup .mediaPopup__share:hover i:before,
html.no-touch .mediaPopup.facebook .mediaPopup__more:hover i:before,
html.no-touch .mediaPopup.instagram .mediaPopup__more:hover i:before,
html.no-touch .mediaPopup.twitter .mediaPopup__more:hover i:before {
  opacity: 0;
}
.mediaPopup .mediaPopup__iframeContainer {
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 26px;
  z-index: 1;
}
.mediaPopup .mediaPopup__iframeContainer iframe,
.mediaPopup .mediaPopup__iframeContainer video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mediaPopup .mediaPopup__singleImage {
  float: right;
  display: inline-block;
  position: relative;
  width: 50%;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 0;
}
.mediaPopup .mediaPopup__singleImage img {
  width: 100%;
}
.mediaPopup .mediaPopup__singleImage img:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  opacity: 0;
}
.mediaPopup .mediaPopup__singleImage.showBigImage img:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s;
}
.mediaPopup .mediaPopup__singleImage.isPortrait {
  width: 40%;
}
.mediaPopup .mediaPopup__feedInfo {
  margin-top: 0 !important;
  margin-bottom: 13px !important;
}
.mediaPopup .mediaPopup__feedInfo > a {
  display: inline-block !important;
  vertical-align: middle;
  text-decoration: none !important;
  border-bottom: 0 !important;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  position: relative;
  -webkit-transition: none;
  transition: none;
}
.mediaPopup .mediaPopup__desc .featuredParagraph:after,
.mediaPopup .mediaPopup__desc .featuredParagraph:before,
.mediaPopup .mediaPopup__feedInfo > a:after,
.mediaPopup .mediaPopup__feedInfo > a:before {
  display: none !important;
}
.mediaPopup .mediaPopup__related.isSecondary,
.pinned-content--variant .pagination .pagination__item:before {
  display: none;
}
.mediaPopup .mediaPopup__feedInfo span {
  display: inline-block;
  vertical-align: middle;
}
.mediaPopup .mediaPopup__feedIcon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 20px;
  height: 30px;
  background-position: center center;
}
.mediaPopup .mediaPopup__feedName {
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.mediaPopup .mediaPopup__date {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  color: #535353;
  font-size: 90%;
  position: relative;
}
.mediaPopup .mediaPopup__desc .secondLvlCss a {
  position: relative;
  z-index: 1;
  color: currentColor;
}
.mediaPopup .mediaPopup__postTitle.forNews a {
  text-decoration: none !important;
  border: none !important;
}
.mediaPopup p.mediaPopup__postTitle {
  font-size: 18px;
  white-space: pre-wrap;
}
.mediaPopup p.mediaPopup__postTitle a {
  font-size: 18px;
}
.mediaPopup .mediaPopup__extraDescWrapper img {
  max-width: 100%;
}
.mediaPopup .mediaPopup__related {
  position: relative;
  padding: 26px 30px 30px;
  overflow: hidden;
  background: #edeae7;
}
.mediaPopup .mediaPopup__related .mtGenericLoader {
  height: 50px;
  width: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-color: #e94938;
}
.mediaPopup .mediaPopup__relatedHeaderWrapper:after {
  display: table;
  content: "";
  clear: both;
}
.mediaPopup .mediaPopup__relatedHeaderWrapper .content-style {
  float: left;
  vertical-align: middle;
  margin-right: 30px;
}
.mediaPopup .mediaPopup__relatedHeaderWrapper .content-style h4 {
  text-transform: uppercase;
  color: #535353;
  margin-bottom: 0;
  padding: 0 1rem;
}
.mediaPopup .mediaPopup__relatedContainer {
  margin-top: 23px;
  clear: both;
}
.mediaPopup .mediaPopup__col {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-bottom: 10px;
}
.mediaPopup .mediaPopup__col:nth-of-type(odd) {
  padding-right: 5px;
}
.mediaPopup .mediaPopup__col:nth-of-type(2n) {
  padding-left: 5px;
}
.mediaPopup .mediaPopup__col .js-cardPopup,
.mediaPopup .mediaPopup__col .js-staffPopup,
.mediaPopup .mediaPopup__col .mtStoryItem {
  width: 100%;
  padding: 0 5px 20px;
}
.mediaPopup .mediaPopup__moreStoriesButton {
  padding: 0 30px 30px;
}
.mediaPopup.facebook
  .mediaPopup__desc
  .mediaPopup__extraDescWrapper
  a:not(.downloadBtn),
.mediaPopup.facebook .mediaPopup__desc .mediaPopup__postTitle a,
.mediaPopup.facebook .mediaPopup__feedName {
  color: #3b5998;
}
.mediaPopup.facebook .mediaPopup__more i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 430.113 430.114' %3E%3Cpath d='M158.081 83.3v59.218h-43.385v72.412h43.385v215.183h89.122V214.936h59.805s5.601-34.721 8.316-72.685H247.54V92.74c0-7.4 9.717-17.354 19.321-17.354h48.557V.001h-66.021C155.878-.004 158.081 72.48 158.081 83.3z'/%3E%3C/svg%3E");
  background-position: center center;
}
.mediaPopup.facebook .mediaPopup__more i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23e4ab33%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 430.113 430.114' %3E%3Cpath d='M158.081 83.3v59.218h-43.385v72.412h43.385v215.183h89.122V214.936h59.805s5.601-34.721 8.316-72.685H247.54V92.74c0-7.4 9.717-17.354 19.321-17.354h48.557V.001h-66.021C155.878-.004 158.081 72.48 158.081 83.3z'/%3E%3C/svg%3E");
  background-position: center center;
  opacity: 0;
}
.mediaPopup.facebook .mediaPopup__feedIcon {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%233b5998%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 430.113 430.114' %3E%3Cpath d='M158.081 83.3v59.218h-43.385v72.412h43.385v215.183h89.122V214.936h59.805s5.601-34.721 8.316-72.685H247.54V92.74c0-7.4 9.717-17.354 19.321-17.354h48.557V.001h-66.021C155.878-.004 158.081 72.48 158.081 83.3z'/%3E%3C/svg%3E");
  background-position: center center;
}
.mediaPopup.twitter
  .mediaPopup__desc
  .mediaPopup__extraDescWrapper
  a:not(.downloadBtn),
.mediaPopup.twitter .mediaPopup__desc .mediaPopup__postTitle a,
.mediaPopup.twitter .mediaPopup__feedName {
  color: #0f1419;
}
.mediaPopup.twitter .mediaPopup__more i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 245.737 230'%3E%3Cg id='layer1' transform='translate(-281.5 -167.31)'%3E%3Cpath id='path1009' d='M282.1,167.31l94.876,126.859L281.5,397.31h21.488l83.589-90.3,67.537,90.3h73.124L427.022,263.316,515.89,167.31H494.4l-76.981,83.166-62.2-83.166Zm31.6,15.828h33.594L495.633,381.48H462.04Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
}
.mediaPopup.twitter .mediaPopup__more i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23e4ab33%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 245.737 230'%3E%3Cg id='layer1' transform='translate(-281.5 -167.31)'%3E%3Cpath id='path1009' d='M282.1,167.31l94.876,126.859L281.5,397.31h21.488l83.589-90.3,67.537,90.3h73.124L427.022,263.316,515.89,167.31H494.4l-76.981,83.166-62.2-83.166Zm31.6,15.828h33.594L495.633,381.48H462.04Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  opacity: 0;
}
.mediaPopup.twitter .mediaPopup__feedIcon {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230f1419%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 245.737 230'%3E%3Cg id='layer1' transform='translate(-281.5 -167.31)'%3E%3Cpath id='path1009' d='M282.1,167.31l94.876,126.859L281.5,397.31h21.488l83.589-90.3,67.537,90.3h73.124L427.022,263.316,515.89,167.31H494.4l-76.981,83.166-62.2-83.166Zm31.6,15.828h33.594L495.633,381.48H462.04Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
}
.mediaPopup.instagram
  .mediaPopup__desc
  .mediaPopup__extraDescWrapper
  a:not(.downloadBtn),
.mediaPopup.instagram .mediaPopup__desc .mediaPopup__postTitle a,
.mediaPopup.instagram .mediaPopup__feedName {
  color: #7a41ae;
}
.mediaPopup.instagram .mediaPopup__more i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zm2.156 0c0 3.406-2.75 6.156-6.156 6.156S5.844 17.406 5.844 14 8.594 7.844 12 7.844s6.156 2.75 6.156 6.156zm1.688-6.406c0 .797-.641 1.437-1.437 1.437S16.97 8.39 16.97 7.594s.641-1.437 1.437-1.437 1.437.641 1.437 1.437zM12 4.156c-1.75 0-5.5-.141-7.078.484-.547.219-.953.484-1.375.906s-.688.828-.906 1.375c-.625 1.578-.484 5.328-.484 7.078s-.141 5.5.484 7.078c.219.547.484.953.906 1.375s.828.688 1.375.906c1.578.625 5.328.484 7.078.484s5.5.141 7.078-.484c.547-.219.953-.484 1.375-.906s.688-.828.906-1.375c.625-1.578.484-5.328.484-7.078s.141-5.5-.484-7.078c-.219-.547-.484-.953-.906-1.375s-.828-.688-1.375-.906C17.5 4.015 13.75 4.156 12 4.156zM24 14c0 1.656.016 3.297-.078 4.953-.094 1.922-.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656.094-3.297.078-4.953.078s-3.297.016-4.953-.078c-1.922-.094-3.625-.531-5.031-1.937S.173 20.875.08 18.953C-.014 17.297.002 15.656.002 14s-.016-3.297.078-4.953c.094-1.922.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-.094 3.297-.078 4.953-.078s3.297-.016 4.953.078c1.922.094 3.625.531 5.031 1.937s1.844 3.109 1.937 5.031C24.016 10.703 24 12.344 24 14z'/%3E%3C/svg%3E");
  background-position: center center;
}
.mediaPopup.instagram .mediaPopup__more i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23e4ab33%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zm2.156 0c0 3.406-2.75 6.156-6.156 6.156S5.844 17.406 5.844 14 8.594 7.844 12 7.844s6.156 2.75 6.156 6.156zm1.688-6.406c0 .797-.641 1.437-1.437 1.437S16.97 8.39 16.97 7.594s.641-1.437 1.437-1.437 1.437.641 1.437 1.437zM12 4.156c-1.75 0-5.5-.141-7.078.484-.547.219-.953.484-1.375.906s-.688.828-.906 1.375c-.625 1.578-.484 5.328-.484 7.078s-.141 5.5.484 7.078c.219.547.484.953.906 1.375s.828.688 1.375.906c1.578.625 5.328.484 7.078.484s5.5.141 7.078-.484c.547-.219.953-.484 1.375-.906s.688-.828.906-1.375c.625-1.578.484-5.328.484-7.078s.141-5.5-.484-7.078c-.219-.547-.484-.953-.906-1.375s-.828-.688-1.375-.906C17.5 4.015 13.75 4.156 12 4.156zM24 14c0 1.656.016 3.297-.078 4.953-.094 1.922-.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656.094-3.297.078-4.953.078s-3.297.016-4.953-.078c-1.922-.094-3.625-.531-5.031-1.937S.173 20.875.08 18.953C-.014 17.297.002 15.656.002 14s-.016-3.297.078-4.953c.094-1.922.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-.094 3.297-.078 4.953-.078s3.297-.016 4.953.078c1.922.094 3.625.531 5.031 1.937s1.844 3.109 1.937 5.031C24.016 10.703 24 12.344 24 14z'/%3E%3C/svg%3E");
  background-position: center center;
  opacity: 0;
}
.mediaPopup.instagram .mediaPopup__feedIcon {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%237a41ae%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zm2.156 0c0 3.406-2.75 6.156-6.156 6.156S5.844 17.406 5.844 14 8.594 7.844 12 7.844s6.156 2.75 6.156 6.156zm1.688-6.406c0 .797-.641 1.437-1.437 1.437S16.97 8.39 16.97 7.594s.641-1.437 1.437-1.437 1.437.641 1.437 1.437zM12 4.156c-1.75 0-5.5-.141-7.078.484-.547.219-.953.484-1.375.906s-.688.828-.906 1.375c-.625 1.578-.484 5.328-.484 7.078s-.141 5.5.484 7.078c.219.547.484.953.906 1.375s.828.688 1.375.906c1.578.625 5.328.484 7.078.484s5.5.141 7.078-.484c.547-.219.953-.484 1.375-.906s.688-.828.906-1.375c.625-1.578.484-5.328.484-7.078s.141-5.5-.484-7.078c-.219-.547-.484-.953-.906-1.375s-.828-.688-1.375-.906C17.5 4.015 13.75 4.156 12 4.156zM24 14c0 1.656.016 3.297-.078 4.953-.094 1.922-.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656.094-3.297.078-4.953.078s-3.297.016-4.953-.078c-1.922-.094-3.625-.531-5.031-1.937S.173 20.875.08 18.953C-.014 17.297.002 15.656.002 14s-.016-3.297.078-4.953c.094-1.922.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-.094 3.297-.078 4.953-.078s3.297-.016 4.953.078c1.922.094 3.625.531 5.031 1.937s1.844 3.109 1.937 5.031C24.016 10.703 24 12.344 24 14z'/%3E%3C/svg%3E");
  background-position: center center;
}
.mediaPopup p.isExtraField {
  font-weight: 600;
  margin: 0 0 15px;
}
.mediaPopup .mediaPopups__tabs {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #d0d0d0;
}
.mediaPopup .mediaPopups__tabs button {
  background: 0 0;
  border: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  padding: 15px;
  font-size: 16px;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.mediaPopup .mediaPopups__tabs button.hasBigText {
  font-size: 0.9em;
}
.mediaPopup .mediaPopups__tabs button:not(:last-of-type) {
  border-right: 0;
}
.mediaPopup .mediaPopups__tabs button.isActive,
html.no-touch .mediaPopup .mediaPopups__tabs button:hover {
  background: #fff;
  color: #222;
}
.mediaPopup .mediaPopup__inner.isShowing {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mediaPopup .mediaPopup__inner.isShowing.noAnimation {
  -webkit-transition: none;
  transition: none;
}
.mediaPopup.noAnimation:after {
  -webkit-animation: none;
  animation: none;
}
@media (max-width: 850px) {
  .mediaPopup .mediaPopup__content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .event-list-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    min-height: 0;
  }
  .event-list-card__image,
  .event-list-card__image img {
    position: relative;
    height: auto;
  }
  .event-list-card__image {
    width: 100%;
    left: auto;
    top: auto;
  }
  .event-list-card__content {
    width: 100%;
  }
  .images-fader,
  .shTplGContainer {
    padding: 0 2rem;
  }
  .images-fader .swiper-button {
    width: 2.8rem;
  }
  .images-fader .swiper-button-next {
    right: -3.8rem;
  }
  .images-fader .swiper-button-prev {
    left: -3.8rem;
  }
  .masonry-grid__wrapper {
    grid-column: 1/10;
    padding: 0 3rem;
  }
  .ISFilteredGrid {
    grid-column: 1/10;
    padding: 0 2rem;
  }
  .ISFilteredGrid .ISFilteredGrid__filterBy.isButtonSort {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5rem;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    width: 13rem;
  }
  .ISFilteredGrid .ISFilteredGrid__pagination.isBeforeContent,
  .secondary-menu--desktop {
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__topRowFilters {
    padding: 0 0 7px;
  }
  .ISFilteredGrid .ISFilteredGrid__mobileOnlyButtons .isButtonSort {
    margin-top: 0;
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters .ISFilteredGrid__filterBy select,
  .ISFilteredGrid .ISFilteredGrid__tagWrapper.isVisible {
    display: block;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    border-bottom: 0;
    padding: 0;
  }
  .ISFilteredGrid .ISFilteredGrid__mainFilters .ISFilteredGrid__filterBy {
    max-width: 100%;
  }
  .ISFilteredGrid
    .ISFilteredGrid__mainFilters
    .ISFilteredGrid__filterBy
    .selectric-wrapper {
    margin: 0 20px;
  }
  .ISFilteredGrid
    .ISFilteredGrid__mainFilters
    .ISFilteredGrid__filterBy
    .selectric-wrapper
    .selectric {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ISFilteredGrid .ISFilteredGrid__tagWrapper {
    padding: 0 20px 10px;
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__tag {
    background: #1a1919;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
  }
  .ISFilteredGrid .ISFilteredGrid__tag button,
  .ISFilteredGrid .ISFilteredGrid__tag span {
    color: #fff;
  }
  .ISGridSearch {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
  .ISGridSearch fieldset {
    border: 0;
    background: #fff;
    height: 55px;
  }
  .ISGridSearch .ISGridSearch__searchTerms .ISFilteredGrid__tag {
    margin: 10px 10px 10px 20px;
  }
  .mediaPopup .mediaPopup__featuredPost {
    padding: 20px 0;
  }
  .mediaPopup .mediaPopup__desc {
    padding: 0 20px;
  }
  .mediaPopup .mediaPopup__singleImage {
    margin-left: 20px;
    margin-bottom: 12px;
  }
  .mediaPopup .mediaPopup__related {
    padding: 16px 10px 20px;
  }
}
@media (max-width: 650px) {
  .mediaPopup .mediaPopup__col:nth-of-type(odd) {
    padding-right: 0;
    max-width: 330px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .mediaPopup .mediaPopup__col:nth-of-type(2n) {
    display: none;
  }
  .mediaPopup .mediaPopup__categories {
    overflow: visible;
  }
}
@media (max-width: 500px) {
  .custom-menu .level .item--calendar {
    display: block;
  }
  .header-menu__item--calendar {
    display: none;
  }
  .ISFilteredGrid .ISFilteredGrid__content {
    grid-template-columns: 1fr;
  }
  .ISFilteredGrid .ISFilteredGrid__pagination {
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
  }
  .ISFilteredGrid .ISFilteredGrid__pagination li {
    width: 26px;
    height: 26px;
    line-height: 25px;
  }
  .mediaPopup .mediaPopup__featuredPost {
    padding: 0 0 20px;
  }
  .mediaPopup .mediaPopup__singleImage {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .mediaPopup .mediaPopup__singleImage.isPortrait {
    width: 100%;
  }
  .mediaPopup .mediaPopup__related header {
    max-width: 360px;
    margin: 0 auto;
  }
  .mediaPopup .mediaPopup__relatedContainer .mtStoryItem {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 0 0 10px;
  }
}
.pinned-content {
  min-height: 100vh;
  display: grid;
  grid-column: 1/10;
  grid-template-columns: 1fr 1fr;
  margin: clamp(5rem, 3.9682539683vw + 3.6507936508rem, 10rem) 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.pinned-content__pin {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: clamp(1.7rem, 1.0317460317vw + 1.3492063492rem, 3rem);
}
.pinned-content .pagination,
.pinned-content__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.pinned-content__item {
  min-height: 100vh;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pinned-content .content-style.with-padding {
  padding: clamp(3rem, 5.5555555556vw + 1.1111111111rem, 10rem)
    clamp(3rem, 3.9682539683vw + 1.6507936508rem, 8rem);
}
.pinned-content__static-text {
  font-size: clamp(9.1rem, 5.4761904762vw + 7.2380952381rem, 16rem);
  font-weight: 900;
  color: #fff;
  line-height: 0.8;
  letter-spacing: -0.004em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.pinned-content__static-text p {
  margin-left: clamp(4rem, -1.5873015873vw + 4.5396825397rem, 2rem);
  position: relative;
}
.pinned-content__static-text p span {
  position: relative;
  z-index: 2;
}
.pinned-content__static-text .head-1:before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: clamp(1.4rem, 0.7936507937vw + 1.1301587302rem, 2.4rem);
  width: clamp(14rem, 7.9365079365vw + 11.3015873016rem, 24rem);
  background: #e4ab33;
  z-index: 1;
}
.pinned-content__static-text .sub {
  font-size: 4rem;
  font-style: italic;
  letter-spacing: 0;
  font-weight: 400;
  left: 1rem;
  position: relative;
}
.pinned-content__pin-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pinned-content__pin-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: inherit;
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.6834385121) 0,
    rgba(0, 0, 0, 0.4033264673) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6834385121) 0,
    rgba(0, 0, 0, 0.4033264673) 100%
  );
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.5;
}
.alert-popup.opened,
.pinned-content__image.active,
.pinned-content__in-item .pinned-content__image {
  opacity: 1;
  visibility: visible;
}
.pinned-content__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: visible;
  -webkit-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;
}
.pinned-content .pagination {
  position: relative;
  z-index: 2;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  gap: 1.1rem;
  padding: 0 4rem;
}
.pinned-content .pagination__text {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
  margin-top: 4rem;
  margin-bottom: 0.7rem;
  padding-left: 4rem;
  font-weight: 700;
}
.pinned-content .pagination__item {
  width: 100%;
  height: 0.7rem;
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
}
.pinned-content .pagination__item:before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.fader-cards,
.pinned-content--variant .pagination .pagination__item,
.pinned-content__in-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.pinned-content .pagination__item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  background: #e4ab33;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.pinned-content .pagination__item.active:after,
html.no-touch .pinned-content .pagination__item:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.pinned-content__in-item {
  width: 100%;
  min-height: 30rem;
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 2rem 0;
}
@media (min-width: 767px) {
  .content-layout__column--text {
    padding-bottom: clamp(4rem, 4.8019207683vw + 0.3169267707rem, 8rem);
  }
  .content-layout__column--text .content-layout__column-text {
    max-width: clamp(30rem, 36.0144057623vw + 2.3769507803rem, 60rem);
  }
  .content-layout--has-elem-in-column
    .content-layout__column--text
    .content-layout__column-text {
    padding-right: clamp(0rem, 11.5246098439vw + -8.8393757503rem, 9.6rem);
  }
  .content-layout--has-elem-in-column
    .content-layout__column--text
    .content-layout__column-text.is-blockquote {
    padding-right: 0;
  }
  .main-hero-cp {
    min-height: 100vh;
    min-height: 100svh;
  }
  .main-hero-cp .main-hero__fader .has-both-images .img-desktop {
    display: block;
  }
  .main-hero-cp .main-hero__fader .has-both-images .img-mobile,
  .pinned-content--variant .bg,
  .pinned-content__in-item,
  .secondary-menu--mobile {
    display: none;
  }
  .main-hero-cp .main-hero__fader {
    position: absolute;
  }
  .cp-fixed-menu.opened .fm-current-page .txt .arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
.pinned-content--variant .content-style,
.pinned-content--variant .pinned-content__in-item {
  position: relative;
  z-index: 2;
}
.pinned-content--variant .pinned-content__item {
  position: relative;
}
.pinned-content--variant .pinned-content__pin {
  top: 3rem;
  grid-column: 2/3;
}
.pinned-content--variant .pinned-content__pin-wrapper {
  height: calc(100% - 6rem);
}
.pinned-content--variant .pagination {
  gap: 0;
  padding: 6rem 10rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
.pinned-content--variant .pagination .pagination__item {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid #e4ab33;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pinned-content--variant .pagination .pagination__item:after {
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.pinned-content--variant .pagination .pagination__item.active:after,
html.no-touch
  .pinned-content--variant
  .pagination
  .pagination__item:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fader-cards {
  width: 100%;
  margin: 100px 0;
  grid-column: 1/10;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.athletics,
.fader-cards__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.fader-cards .module-carousel__navigation {
  position: absolute;
  right: 6rem;
  bottom: 2rem;
}
.dnnForm.panels
  .fader-cards
  .module-carousel__navigation
  .dnnFormSectionHead:before,
.fader-cards
  .module-carousel__navigation
  .dnnForm.panels
  .dnnFormSectionHead:before,
.fader-cards .module-carousel__navigation .form .form__select .selectric:before,
.fader-cards .module-carousel__navigation .g-icon,
.form
  .form__select
  .fader-cards
  .module-carousel__navigation
  .selectric:before {
  color: #fff !important;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
  pointer-events: none;
}
.dnnForm.panels
  html.no-touch
  .fader-cards
  .module-carousel__navigation
  .swiper-button-prev:hover
  .dnnFormSectionHead:before,
.form
  .form__select
  html.no-touch
  .fader-cards
  .module-carousel__navigation
  .swiper-button-prev:hover
  .selectric:before,
html.no-touch
  .fader-cards
  .module-carousel__navigation
  .swiper-button-prev:hover
  .dnnForm.panels
  .dnnFormSectionHead:before,
html.no-touch
  .fader-cards
  .module-carousel__navigation
  .swiper-button-prev:hover
  .form
  .form__select
  .selectric:before,
html.no-touch
  .fader-cards
  .module-carousel__navigation
  .swiper-button-prev:hover
  .g-icon {
  -webkit-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
}
.dnnForm.panels
  html.no-touch
  .fader-cards
  .module-carousel__navigation
  .swiper-button-next:hover
  .dnnFormSectionHead:before,
.form
  .form__select
  html.no-touch
  .fader-cards
  .module-carousel__navigation
  .swiper-button-next:hover
  .selectric:before,
html.no-touch
  .fader-cards
  .module-carousel__navigation
  .swiper-button-next:hover
  .dnnForm.panels
  .dnnFormSectionHead:before,
html.no-touch
  .fader-cards
  .module-carousel__navigation
  .swiper-button-next:hover
  .form
  .form__select
  .selectric:before,
html.no-touch
  .fader-cards
  .module-carousel__navigation
  .swiper-button-next:hover
  .g-icon {
  -webkit-transform: translateX(0.5rem) rotate(180deg);
  transform: translateX(0.5rem) rotate(180deg);
}
.fader-cards .swiper-wrapper {
  box-shadow: 0 28px 40px rgba(0, 0, 0, 0.2);
}
.fader-cards__item {
  width: 100%;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fader-cards__inner {
  width: 100%;
  max-width: 104.5rem;
  position: relative;
  margin: 0 auto;
  padding: 0 3rem;
}
.fader-cards .paginator {
  color: #fff;
  background: #0923c5;
  position: absolute;
  z-index: 10;
  right: 36rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  font-size: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2rem;
  top: 2rem;
}
.fader-cards .paginator .swiper-pagination-current {
  font-size: 3rem;
  font-weight: 600;
}
.fader-cards .paginator .swiper-pagination-total {
  position: relative;
  top: -0.25rem;
  margin-left: 0.2rem;
}
.fader-cards--variant .paginator {
  right: auto;
  top: 2.5rem;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.athletics {
  grid-column: 4/7;
  margin: clamp(5rem, 3.9682539683vw + 3.6507936508rem, 10rem) 0;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.athletics .dnnPrimaryAction,
.athletics .dnnSecondaryAction,
.athletics .g-button {
  margin: clamp(2rem, 0.7936507937vw + 1.7301587302rem, 3rem) auto;
}
.athletics-schedule-item__inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 9.6rem;
  background: #fff;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: 0 28px 40px rgba(0, 0, 0, 0.05);
}
.athletics-schedule-item .team-image {
  width: 8rem;
  height: 8rem;
  position: relative;
  display: block;
  margin-right: 2rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.athletics-schedule-item .team-image .full-image {
  background: rgba(0, 0, 0, 0);
  object-fit: contain;
}
.athletics-schedule-item .time,
.athletics-schedule-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.athletics-schedule-item__team {
  font-size: clamp(1.8rem, 0.3174603175vw + 1.6920634921rem, 2.2rem);
  font-weight: 700;
}
.athletics-schedule-item__where {
  font-size: clamp(1.6rem, 0.1587301587vw + 1.546031746rem, 1.8rem);
  font-weight: 700;
}
.athletics-schedule-item__where span {
  font-weight: 300;
}
.athletics-schedule-item__content {
  padding: 1rem 1rem 1rem 0;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.athletics-schedule-item__content p {
  margin-bottom: 0.5rem !important;
}
.athletics-schedule-item__location {
  font-weight: 300;
  font-size: 1.8rem;
  text-decoration: underline !important;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  margin-left: 2rem;
}
.alert-button,
.alert-popup__head {
  font-weight: 700;
  text-transform: uppercase;
}
.athletics-schedule-item__location.no-url {
  text-decoration: none !important;
}
.athletics-schedule-item__location .g-pin {
  color: #0923c5;
  position: absolute;
  font-size: 2rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-100%) translateX(-1rem);
  transform: translateY(-50%) translateX(-100%) translateX(-1rem);
}
html.no-touch .athletics-schedule-item__location:not(.no-url):hover {
  color: #0923c5;
}
.athletics-schedule-item .time {
  width: 9rem;
  min-height: 9.6rem;
  position: relative;
  color: #fff;
  line-height: 1;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-right: 8rem;
}
.athletics-schedule-item .time .decorator:after,
.athletics-schedule-item .time .decorator:before {
  content: "";
  width: 14rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0923c5;
  z-index: 2;
  -webkit-clip-path: polygon(
    58.09% 100%,
    0% 100%,
    0% 0%,
    58.09% 0%,
    100% 49.604%,
    58.09% 100%
  );
  clip-path: polygon(
    58.09% 100%,
    0% 100%,
    0% 0%,
    58.09% 0%,
    100% 49.604%,
    58.09% 100%
  );
}
.athletics-schedule-item .time .decorator:after {
  background: #e4ab33;
  z-index: 1;
  left: 0.8rem;
}
.athletics-schedule-item .time .small {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.athletics-schedule-item .time .date {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0.2rem 0;
}
.athletics-schedule-item:nth-child(2n) .time .decorator:before {
  background: #343434;
}
body:not(.originalStructure) main.DNNModuleContent:not(:has([id^="dnn"])),
body:not(.originalStructure) main.DnnModule:has(> .module-content),
body:not(.originalStructure) main.main-layout__container {
  display: block;
}
.alert-popup__card-wrapper,
.alert-popup__inner,
body:not(.originalStructure) .dnnForm ul.dnnActions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
body:not(.originalStructure) .DNNModuleContent:has([id^="dnn"]) > div > *,
body:not(.originalStructure) .DnnModule:has(> .module-content) > *,
body:not(.originalStructure)
  .DnnModule
  > div:not(.module-content)
  .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
  > div:not(.redactor-box):not(:has(> .dnnForm))
  > *,
body:not(.originalStructure)
  .DnnModule
  > div:not(.module-content)
  .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
  > div:not(.redactor-box)
  > * {
  grid-column: 1/-1;
}
body:not(.originalStructure)
  .DNNModuleContent:has([id^="dnn"])
  > div
  .columns.estimate,
body:not(.originalStructure)
  .DNNModuleContent:has([id^="dnn"])
  > div
  .module-content,
body:not(.originalStructure)
  .DnnModule:has(> .module-content)
  .columns.estimate,
body:not(.originalStructure) .DnnModule:has(> .module-content) .module-content,
body:not(.originalStructure)
  .DnnModule
  > div:not(.module-content)
  .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
  > div:not(.redactor-box)
  .columns.estimate,
body:not(.originalStructure)
  .DnnModule
  > div:not(.module-content)
  .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
  > div:not(.redactor-box)
  .module-content,
body:not(.originalStructure)
  .DnnModule
  > div:not(.module-content)
  .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
  > div:not(.redactor-box):not(:has(> .dnnForm))
  .columns.estimate,
body:not(.originalStructure)
  .DnnModule
  > div:not(.module-content)
  .DNNModuleContent:has([id^="dnn"]):not(:has(.content-layout))
  > div:not(.redactor-box):not(:has(> .dnnForm))
  .module-content {
  grid-column: 5/6;
}
body:not(.originalStructure) .dnnForm ul.dnnActions {
  display: flex;
}
body:not(.originalStructure) .grid {
  grid-column: 1/-1;
}
body:not(.originalStructure) .module-title-red {
  text-align: center;
  display: block;
}
.alert-button {
  color: #fff;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 8;
  background: rgba(0, 0, 0, 0);
  border: none;
  font-size: 1.8rem;
  line-height: 3rem;
  padding-left: 4rem;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.has-notices .alert-button {
  top: 50%;
  -webkit-transform: translateY(-50%) translateY(-10rem);
  transform: translateY(-50%) translateY(-10rem);
}
.alert-button .alert-icon-wrapper {
  width: 3rem;
  height: 3rem;
  background: #9d1019;
  left: 0;
  top: 0;
  position: absolute;
}
.alert-button .alert-icon-wrapper:before {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.934 18.934'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h18.934v18.934H0Z' class='a'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url("/assets/Styles/Legacy/%23a")'%3E%3Cpath d='M15.975 18.341H2.958A2.962 2.962 0 0 1 0 15.383a2.961 2.961 0 0 1 .379-1.449L6.884 2.106A2.967 2.967 0 0 1 9.467.59a2.964 2.964 0 0 1 2.58 1.51l6.512 11.84a2.954 2.954 0 0 1 .375 1.443 2.962 2.962 0 0 1-2.959 2.958ZM9.466 2.069a1.483 1.483 0 0 0-1.291.756L1.666 14.652a1.486 1.486 0 0 0-.192.73 1.481 1.481 0 0 0 1.479 1.479H15.97a1.481 1.481 0 0 0 1.479-1.479 1.478 1.478 0 0 0-.189-.724l-6.512-11.84a1.48 1.48 0 0 0-1.282-.749Z' class='a'/%3E%3Cpath d='M9.467 11.685a.74.74 0 0 1-.74-.74V6.507a.74.74 0 0 1 .74-.74.74.74 0 0 1 .74.74v4.438a.74.74 0 0 1-.74.74ZM10.206 13.904a.74.74 0 0 1-.74.74.74.74 0 0 1-.74-.74.74.74 0 0 1 .74-.74.74.74 0 0 1 .74.74' class='a'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .pinned-content {
    grid-template-columns: 1fr;
  }
  .athletics-schedule-item .team-image,
  .pinned-content__pin {
    display: none;
  }
  .fader-cards .paginator {
    top: 26rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: auto;
    left: 0;
  }
  .athletics {
    grid-column: 1/10;
    padding: 0 1rem;
  }
  .athletics-schedule-item .time {
    margin-right: 5rem;
  }
  .athletics-schedule-item .time .decorator:after,
  .athletics-schedule-item .time .decorator:before {
    width: 11.7rem;
  }
  .alert-button {
    right: auto;
    left: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}
.alert-popup,
.alert-popup__inner {
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
}
@media (max-height: 600px) {
  .alert-button {
    -webkit-transform: translateY(-50%) translateY(-5rem) !important;
    transform: translateY(-50%) translateY(-5rem) !important;
  }
}
.alert-popup {
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.alert-popup.opened .alert-popup__inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.alert-popup__inner {
  position: absolute;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.alert-popup__close {
  width: 5rem;
  height: 5rem;
  -webkit-transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  background: #0923c5;
  border: none;
  cursor: pointer;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  overflow: hidden;
  z-index: 4;
}
.alert-popup__close .form .form__select .selectric,
.alert-popup__close .g-chevron-slim-small-top,
.form .form__select .alert-popup__close .selectric {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  font-size: 6rem;
  z-index: 1;
  text-align: center;
  opacity: 0.15;
  color: #fff;
}
.alert-popup__close .close-icon:after,
.alert-popup__close .close-icon:before {
  background: #fff;
}
html.no-touch .alert-popup__close:hover {
  background: #e4ab33;
}
.alert-popup__card {
  width: 100%;
  max-width: 84rem;
  margin: auto;
  padding: 2rem;
  position: relative;
}
.alert-popup__card.no-image .alert-popup__image {
  display: none;
}
html.no-touch .alert-popup__card:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.alert-popup__card-wrapper {
  width: 100%;
  background: #fff;
  position: relative;
  display: flex;
}
.alert-popup__card-wrapper .alert-url {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.alert-popup__image {
  -webkit-flex-basis: 40rem;
  -ms-flex-preferred-size: 40rem;
  flex-basis: 40rem;
  min-height: 100%;
  background: #fff;
  position: relative;
}
.alert-popup__image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.alert-popup .g-small-arrow-right {
  color: #0923c5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  font-size: 1.3rem;
}
.alert-popup__card-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  min-height: 40rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: clamp(2rem, 1.5873015873vw + 1.4603174603rem, 4rem);
  position: relative;
}
.alert-popup__head {
  font-size: clamp(2.2rem, 0.4761904762vw + 2.0380952381rem, 2.8rem);
  color: #0923c5;
}
.alert-popup__content {
  font-size: clamp(1.8rem, 0.1587301587vw + 1.746031746rem, 2rem);
  font-weight: 400;
  margin-top: 1.6rem;
}
.alert-popup__updated {
  font-size: clamp(1.6rem, 0.1587301587vw + 1.546031746rem, 1.8rem);
  line-height: 1.3;
  color: rgba(26, 25, 25, 0.6);
  margin-top: 1.6rem;
  position: relative;
}
.alert-popup__updated .g-small-arrow-right {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: none;
}
@media (max-width: 767px) {
  .alert-popup__inner {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .alert-popup__close {
    right: -0.8rem;
    top: -2.3rem;
  }
  .alert-popup__card {
    max-width: 40rem;
    padding: 5.4rem 3.6rem;
  }
  .alert-popup__card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .alert-popup__image {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    aspect-ratio: 1/1;
  }
  .alert-popup__card-content {
    min-height: 0;
  }
  .alert-popup__card-content > .g-small-arrow-right {
    display: none;
  }
  .alert-popup__updated {
    padding-right: 2rem;
  }
  .alert-popup__updated .g-small-arrow-right {
    display: block;
  }
}

.dnnFormItem select {
  color: #444;
  width: 100%;
  max-width: inherit;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: inherit;
  height: 5rem;
}
.separator {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: #e4ab33;
  margin: 50px 0;
}
.dnnActions {
  display: flex !important;
  margin-bottom: 3rem;
}
.dnnActions li {
  float: none;
  margin-right: 0;
}
.dnnActions li::before {
  display: none !important;
}
.dnnFormItem textarea {
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 100% !important;
  width: 100% !important;
  max-width: inherit;
}
.dnnFormItem > .dnnLabel {
  margin-top: auto;
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  padding-right: 0;
  margin-right: 0;
  overflow: auto;
}
.dnnFormItem input {
  height: 5rem;
  width: 100% !important;
  background-color: #fff !important;
  color: #1a1919 !important;
  padding: 0 2rem !important;
  border: 0.1rem solid rgba(26, 25, 25, 0.3) !important;
  border-radius: 0 !important;
  font-size: 100% !important;
  box-shadow: none !important;
  max-width: inherit !important;
}
.dnnFormItem span.dnnFormMessage.dnnFormError {
  position: relative;
  right: 0;
  overflow: auto;
  bottom: 0;
  width: auto;
  background: none;
  color: #0923c5;
  font-size: 100%;
  font-weight: 500;
  padding: 0;
  border-radius: 0;
  line-height: 1.4;
}
.dnnForm .txtField {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.dnnPrimaryAction,
.dnnPrimaryAction:active {
  background: #0923c5 !important;
  color: #fff !important;
  min-width: auto;
  text-shadow: none !important;
  border: 1px solid #0923c5 !important;
  box-shadow: none !important;
  margin-bottom: 0;
  border-radius: 0;
  font-weight: inherit;
  padding: 0.5rem 2rem;
}
.dnnSecondaryAction,
.dnnSecondaryAction:active {
  background: #f2f0ec !important;
  color: #343434 !important;
  min-width: auto;
  text-shadow: none !important;
  border: 1px solid #1a1919 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  padding: 0.5rem 2rem;
}
.dnnFormAndList h2.dnnFormSectionHead:not(:first-child) {
  border-top: 2px solid #e4ab33;
  padding-top: 3rem;
}
.dnnFormAndList h2.dnnFormSectionHead {
  border-bottom: 0;
}
.FeedbackForm .dnnPrimaryAction,
.recaptcha-container + .dnnActions .dnnPrimaryAction {
  padding: 0.5rem 2.5rem !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  display: inline-flex !important;
}
.dnnCheckbox,
.dnnRadiobutton {
  margin: 0 !important;
  margin-right: 1rem !important;
}
.dnnRadiobutton img,
.dnnCheckbox img {
  margin: 0 !important;
  box-shadow: none !important;
}
.normalRadioButton {
  padding: 0;
  margin: 0 !important;
}
table.normalRadioButton {
  width: auto !important;
  display: table !important;
  box-shadow: none !important;
}
.normalRadioButton li:before {
  display: none !important;
}
.normalRadioButton li {
  margin-bottom: 0rem !important;
}
.normalRadioButton li {
  display: flex;
  justify-content: flex-start;
}
table.normalRadioButton td {
  width: auto;
  min-width: auto;
  border-right: none !important;
  border-left: none !important;
  padding: 0 !important;
}
table.normalRadioButton tr:nth-child(2n + 2) td {
  background: inherit;
}
table.normalRadioButton td input[type="radio"],
.normalRadioButton li input[type="radio"],
.normalRadioButton input[type="radio"] {
  height: auto;
  width: auto !important;
  margin-right: 1rem;
}
.normalCheckBox input[type="checkbox"] {
  margin-right: 1rem;
  height: 2rem;
  width: 2rem !important;
  padding: 0 !important;
}

.personabar-visible,
.personabar-visible .main-header,
.personabar-visible .custom-menu {
  width: calc(100% - 80px);
  margin-left: 80px;
}
.personabar-visible .cp-fixed-menu {
  margin-left: 80px;
}
.personabar-visible #dnn_mainHeroPane .DnnModule {
  position: inherit;
}
.personabar-visible .linkitem a img,
.personabar-visible .edit img,
.personabar-visible .dnnFormAndListConfig img {
  width: auto !important;
  margin: 0 !important;
}
.personabar-visible .edit,
.personabar-visible .linkitem a:nth-child(1) {
  border-bottom: none !important;
}
.personabar-visible .dnnFormAndListConfig {
  display: block !important;
}
#kbxmTabs {
  display: block;
}
.content-style .rpTemplate table,
.content-style table.nostyle,
.content-style table.no-style {
  max-width: inherit !important;
  margin: 0 !important;
  background: inherit !important;
  box-shadow: none !important;
}
.content-style .rpTemplate td,
.content-style table.nostyle td,
.content-style table.no-style td {
  border-right: 0 !important;
  border-left: 0 !important;
  vertical-align: top;
  padding: 0;
}
.content-style .rpTemplate table tr:nth-child(2n + 2) td,
.content-style table.nostyle tr:nth-child(2n + 2) td,
.content-style table.no-style tr:nth-child(2n + 2) td {
  background: inherit;
}
.ISFilteredGrid ul {
  margin-bottom: 0 !important;
}
.ISFilteredGrid ul li {
  line-height: normal !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.ISFilteredGrid ul li:before {
  display: none !important;
}
.ISGridSearch .ISGridSearch__suggestions li {
  line-height: 50px !important;
  padding: 0 20px !important;
  -webkit-transition: 0.3s ease-in-out !important;
  background: #fff !important;
  color: #464646 !important;
  font-size: 15px !important;
  font-weight: bold !important;
}
.ISFilteredGrid .selectric-items li {
  font-size: 15px !important;
  padding-left: 2rem !important;
}
.two-columns {
  display: flex;
}
@media (max-width: 767px) {
  .two-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.two-columns {
  display: grid;
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 767px) {
  .two-columns {
    grid-template-columns: 50% 50%;
  }
}
.ddrmenu .module-widget__wrapper {
  grid-column: 1/-1;
}
.ddrmenu .stats-card__inner {
  aspect-ratio: 2/1;
}
.ddrmenu .stats-card__inner p {
  margin: 0;
}
.lity-wrap {
  background: rgba(0, 0, 0, 0.8);
}
.redactor-box {
  display: block !important;
}
.redactor-toolbar li a {
  display: block !important;
  text-decoration: none !important;
}
.module-widget--staff .module-grid {
  grid-template-columns: repeat(auto-fill, minmax(31rem, 1fr)) !important;
}
.staff-card-extended__title {
  margin-bottom: 0 !important;
}
.staff-card-extended {
  grid-template-columns: 20rem 1fr;
}
.staff-card-extended__description p {
  margin-bottom: 1.2rem !important;
}
.staff-card-extended__description a {
  text-decoration: none !important;
  font-weight: 500 !important;
}
@media (min-width: 768px) {
  .staff-card-extended {
    min-height: 25rem;
  }
}
@media (max-width: 767px) {
  .staff-card-extended {
    grid-template-columns: 11rem 1fr;
  }
}
.flex-justify-normal {
  justify-content: normal;
}
.news-detail > h4 > a img {
  width: auto;
  margin: 0;
}
@media (min-width: 767px) {
  .masonry-grid__wrapper {
    grid-column: 3/8 !important;
  }
}
@media (max-width: 767px) {
  .masonry-grid__wrapper {
    grid-column: 1/10 !important;
  }
}
.icons__socials {
  margin-top: 3rem;
}
.icons__smallhead {
  margin-bottom: 0.5rem !important;
  font-size: 120%;
}
.icons__social-list {
  display: flex !important;
  justify-content: flex-start;
  margin-left: -1rem !important;
  margin-top: -0.3rem !important;
}
.icons__social-list-item {
  padding: 1rem !important;
}
.icons__social-list-item:before {
  display: none !important;
}
.icons__social-list-item a {
  transition: color 0.3s ease !important;
  text-decoration: none !important;
}
.icons__social-list-item a:before {
  display: none !important;
}
.mediaPopup__extraDescWrapper h5 + p:has(.phone) {
  margin-bottom: 0 !important;
}
.Headerathletics .stats-card__description {
  font-size: 4rem;
}
.Headerathletics .blank-card__inner {
  align-items: center;
  text-align: center;
}
.noHeaderathletics .tabbed-content .DNNModuleContent:not(:has([id^="dnn"])) {
  display: block;
}
.noHeaderathletics .athletics {
  margin: clamp(3rem, 3.9682539683vw + 3.6507936508rem, 6rem) 0;
}
.noHeaderathletics .alert-button {
  position: relative;
  color: inherit;
  z-index: 0 !important;
  line-height: inherit;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
  transform: inherit !important;
}
.athletics .stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.athletics .stats .excuse {
  font-size: 80%;
  font-weight: 300;
}
.noHeaderathletics .tabbed-content__text {
  padding: 3rem;
}
@media (max-width: 767px) {
  .noHeaderathletics .tabbed-content__text {
    padding: 3rem 0.5rem;
  }
}
.noHeaderathletics .tabbed-content__text table {
  display: table !important;
}
.Headeradmission .tabbed-content__text:has(.dnnForm.panels) {
  padding: clamp(1rem, 2.380952381vw + 2.1904761905rem, 4rem);
}
.Headeradmission .tabbed-content__text .dnnForm.panels {
  margin: 0 auto;
}
.grid-image-text {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(clamp(25rem, 3.9682539683vw + 23.6507936508rem, 30rem), 1fr)
  );
}
.grid-image-text a {
  text-align: center;
}
.grid-image-text hr {
  display: none;
}
.Head {
  display: inherit !important;
  margin-bottom: 0 !important;
}
.NormalDisabled {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}
.DNN_Documents
  td:not(.TitleHeader, .DescriptionHeader, .TitleCell, .DescriptionCell) {
  display: none;
}
.personabar-visible
  .DNN_Documents
  td:not(.TitleHeader, .DescriptionHeader, .TitleCell, .DescriptionCell) {
  display: table-cell;
  width: 1%;
}
.DNN_Documents .dnnGridHeader td {
  background: #0923c5;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.DNN_Documents img {
  width: auto !important;
  margin: 0 auto;
}
.LoginPanel .dnnForm .dnnFormItem:nth-child(3) {
  display: none;
}
.LoginPanel .dnnPrimaryAction {
  margin-right: 2rem;
}
.LoginPanel .dnnForm .dnnFormItem:nth-child(4) {
  justify-content: start;
}
.LoginPanel .dnnForm .dnnFormItem:nth-child(5) {
  margin-left: 6px;
  margin-bottom: 0;
}
.LoginPanel .dnnForm .dnnFormItem:nth-child(5) .dnnFormLabel {
  display: none;
}
.link_module {
  display: block !important;
}
.linklist {
  padding: 0 !important;
  margin: 0 !important;
}
.linklist li:before {
  display: none !important;
}
.linklist ul {
  margin: 0 !important;
}
.ModDNNReportsC .dnnLoading.dnnPanelLoading {
  display: none;
}
.dnnFormAndList .dnnFormItem table {
  background: transparent;
  margin: 0;
  box-shadow: none;
  max-width: auto;
  width: auto !important;
  overflow-y: inherit;
  overflow-x: inherit;
}
.dnnFormAndList .dnnFormItem table td {
  border-left: 0 !important;
  border-right: 0 !important;
  width: auto;
  padding: 0;
  font-weight: normal;
  min-width: auto;
}
.dnnFormAndList .dnnFormItem table tr:nth-child(2n + 2) td {
  background: transparent;
}
.dnnFormAndList .dnnFormItem img {
  margin: 0;
  box-shadow: none;
}
.dnnForm.FeedbackForm .dnnFormItem .dnnLabel {
  width: 100% !important;
}
.dnnFormMessage:empty {
  display: none !important;
}
