/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/sass/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --luna-color-black: #000;
  --luna-color-white: #fff;
  --luna-color-baltic-blue: #005889;
  --luna-color-viking-gold: #d69400;
  --luna-color-natt-gray: #55565a;
  --luna-color-larvikite-blue-gray: #627f91;
  --luna-color-dristig-blue: #0092b3;
  --luna-color-calluna-purple: #682d6c;
  --luna-color-skog-green: #6e8c3f;
  --luna-color-magenta: #ba2355;
  --luna-color-lettvekt-gold: #efc37c;
  --wp--preset--spacing--20: 2em;
  --wp--preset--spacing--30: 3em;
  --wp--preset--spacing--40: 4em;
  --wp--preset--spacing--50: 5em;
  --wp--preset--spacing--60: 6em;
  --wp--preset--spacing--70: 7em;
  --wp--preset--spacing--80: 8em;
}

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

.form .field__select select {
  width: 100%;
  border: 2px solid #ba2355;
  padding: 14px 38px 14px 16px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: url("data:image/svg+xml,<svg width=\"14\" height=\"9\" viewBox=\"0 0 14 9\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 1.5L7 7.5L13 1.5\" stroke=\"%2368092B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>") 96% 50%/18px 9px no-repeat white;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  color: #000;
}
.form .field__select select option {
  text-transform: lowercase !important;
}
.form .field input[type=text],
.form .field input[type=email],
.form .field input[type=search] {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  font-size: 2rem;
  line-height: 2rem;
  font-style: italic;
  font-weight: 400;
  padding: 11px 16px;
  background: #fff;
  width: 100%;
}
.form .field input[type=text].-strip,
.form .field input[type=email].-strip,
.form .field input[type=search].-strip {
  border-width: 0 0 2px;
  border-color: #005889;
  border-radius: 0;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.form .select-hidden {
  display: none;
}

.-checkbox__boxes {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px 0;
}
.-checkbox label {
  position: relative;
  display: flex;
  gap: 0 8px;
  width: 100%;
  line-height: 24px;
  cursor: pointer;
}
.-checkbox label input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.-checkbox label::before {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 2px;
  background: #fff;
  transition: 0.2s;
}
.-checkbox label::after {
  position: absolute;
  content: "";
  left: 9px;
  top: 4px;
  width: 6px;
  height: 12px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg) scale(0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.-checkbox label:has(input:checked)::before {
  background: #005889;
  border-color: #005889;
}
.-checkbox label:has(input:checked)::after {
  opacity: 1;
  transform: rotate(45deg);
  visibility: visible;
}

body {
  overflow-x: hidden;
}
body .site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
body .site__content {
  padding: 0 0 80px;
}
body .site section.module .redactor a:not(.btn),
body .site section.module ._redactor a:not(.btn) {
  color: #005889;
}
@media (max-width: 1279.98px) {
  body.-menuOpen {
    overflow: hidden;
  }
}

svg {
  max-width: 100%;
  height: auto;
}

.-color-baltic-blue {
  color: #005889;
}

.-mt-1 {
  margin-top: 8px;
}

.-mt-2 {
  margin-top: 16px;
}

.-mt-3 {
  margin-top: 24px;
}

.-mt-4 {
  margin-top: 32px;
}

.-mb-1 {
  margin-bottom: 8px;
}

.-mb-2 {
  margin-bottom: 16px;
}

.-mb-3 {
  margin-bottom: 24px;
}

.-mb-4 {
  margin-bottom: 32px;
}

.-gap-y-1 {
  gap: 8px 0;
}

.-gap-y-2 {
  gap: 16px 0;
}

.-gap-y-3 {
  gap: 24px 0;
}

.-gap-y-4 {
  gap: 32px 0;
}

.-gap-x-1 {
  gap: 0 8px;
}

.-gap-x-2 {
  gap: 0 16px;
}

.-gap-x-3 {
  gap: 0 24px;
}

.-gap-x-4 {
  gap: 0 32px;
}

figure figcaption {
  font-size: 14px;
  line-height: 1.2;
  font-style: italic;
}

.-multipleLinks > div {
  display: inline-block;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[lang] {
  margin-top: 0 !important;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin-top: 0;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

progress {
  vertical-align: baseline;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

._display {
  font-size: 6.4rem;
  line-height: 6.4rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  ._display {
    font-size: 8rem;
    line-height: 8rem;
  }
}
._display.-small {
  font-size: 4.2rem;
  line-height: 4.2rem;
}
@media (min-width: 1024px) {
  ._display.-small {
    font-size: 5.4rem;
    line-height: 5.4rem;
  }
}

._h1, h1 {
  font-size: 4.2rem;
  line-height: 4.2rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  ._h1, h1 {
    font-size: 5.4rem;
    line-height: 5.4rem;
  }
}

._h2, h2 {
  font-size: 3.2rem;
  line-height: 4.16rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  ._h2, h2 {
    font-size: 4.2rem;
    line-height: 5.04rem;
  }
}
.editor-styles-wrapper ._h2, .editor-styles-wrapper h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0;
}

._h3, h3 {
  font-size: 2.4rem;
  line-height: 3.36rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  ._h3, h3 {
    font-size: 3.2rem;
    line-height: 4.16rem;
  }
}
.editor-styles-wrapper ._h3, .editor-styles-wrapper h3 {
  font-size: 2.1rem;
  line-height: 1.2;
  margin: 0;
}

._h4, h4 {
  font-size: 2.1rem;
  line-height: 2.94rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  ._h4, h4 {
    font-size: 2.4rem;
    line-height: 3.36rem;
  }
}

._subhead, h5 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
}
@media (min-width: 1024px) {
  ._subhead, h5 {
    font-size: 2.15rem;
  }
}
.editor-styles-wrapper ._subhead, .editor-styles-wrapper h5 {
  font-size: 1.6rem;
  line-height: 1.2;
}

._body, .redactor,
._redactor {
  font-size: 1.6rem;
  line-height: 2.56rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  ._body, .redactor,
  ._redactor {
    font-size: 1.8rem;
    line-height: 2.88rem;
  }
}
.editor-styles-wrapper ._body, .editor-styles-wrapper .redactor,
.editor-styles-wrapper ._redactor {
  font-size: 1.4rem;
  line-height: 1.2;
}
._body .txt-link, .redactor .txt-link,
._redactor .txt-link {
  font-size: 1.6rem;
  line-height: 2.56rem;
  font-weight: 600;
  color: #005889;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  ._body .txt-link, .redactor .txt-link,
  ._redactor .txt-link {
    font-size: 1.8rem;
    line-height: 2.88rem;
  }
}

._body-sm {
  font-size: 1.4rem;
  line-height: 2.24rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  ._body-sm {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

._title, h6 {
  font-size: 1.8rem;
  line-height: 2.34rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  ._title, h6 {
    font-size: 2.1rem;
    line-height: 2.73rem;
  }
}
.editor-styles-wrapper ._title, .editor-styles-wrapper h6 {
  font-size: 1.6rem;
  line-height: 1;
}

._title-lg {
  font-size: 2.4rem;
  line-height: 3.12rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  ._title-lg {
    font-size: 3.2rem;
    line-height: 4.16rem;
  }
}

._title-sm {
  font-size: 1.6rem;
  line-height: 2.08rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  ._title-sm {
    font-size: 1.8rem;
    line-height: 2.34rem;
  }
}

._ftd-link {
  font-size: 1.6rem;
  line-height: 2.08rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  ._ftd-link {
    font-size: 2.6rem;
    line-height: 3.38rem;
  }
}

._post-title {
  font-size: 2.6rem;
  line-height: 3.38rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  ._post-title {
    font-size: 3.8rem;
    line-height: 4.94rem;
  }
}

._caption {
  font-size: 1.3rem;
  line-height: 2.08rem;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1024px) {
  ._caption {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

._quoteTxt {
  font-size: 2.2rem;
  line-height: 2.64rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  ._quoteTxt {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

._stat {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  ._stat {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
.editor-styles-wrapper ._stat {
  font-size: 2.4rem;
  line-height: 1;
}

._eyebrow {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #828282;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  ._eyebrow {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #000;
  }
}

._prog-meta {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #005889;
}
@media (min-width: 1024px) {
  ._prog-meta {
    font-size: 1.4rem;
    line-height: 2.24rem;
    font-weight: 600;
  }
}

._filter-title {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #005889;
}
@media (min-width: 1024px) {
  ._filter-title {
    font-size: 1.8rem;
    line-height: 1.6rem;
    font-weight: 600;
  }
}

._side-nav {
  font-size: 1.6rem;
  line-height: 2.08rem;
  font-weight: 400;
  transition: 0.2s;
}
@media (min-width: 1024px) {
  ._side-nav {
    font-size: 1.8rem;
    line-height: 2.34rem;
  }
}
._side-nav:hover {
  text-decoration: underline;
  color: #005889;
}
._side-nav.current-menu-item, ._side-nav.-active {
  font-weight: 700;
}

._breadcrumb {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 600;
  transition: 0.2s;
}
@media (min-width: 1024px) {
  ._breadcrumb {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
._breadcrumb:hover {
  color: #005889;
}
._breadcrumb.-active, ._breadcrumb.active {
  color: #55565a;
}

._filterTitle {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  color: #005889;
}
@media (min-width: 1024px) {
  ._filterTitle {
    font-size: 1.8rem;
  }
}

._listingTitle {
  font-size: 2.1rem;
  line-height: 2.73rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  ._listingTitle {
    font-size: 2.4rem;
    line-height: 3.12rem;
  }
}

html {
  font-size: 10px;
}

body {
  font-family: "Source Sans 3", sans-serif;
  color: #000;
  font-size: 1.6rem;
}

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

.wrapper,
._wr,
.tribe-common .wrapper,
.tribe-common ._wr {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .wrapper,
  ._wr,
  .tribe-common .wrapper,
  .tribe-common ._wr {
    max-width: 1440px;
  }
}

.wrapper-fluid,
.wrapper-full,
._wr-fluid,
._wr-full {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

._w {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}
@media (min-width: 390px) {
  ._w {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media (min-width: 1024px) {
  ._w {
    margin-right: -12px;
    margin-left: -12px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=_] {
  padding-right: 0;
  padding-left: 0;
}

._xxl,
._xxl-auto, ._xxl12, ._xxl11, ._xxl10, ._xxl9, ._xxl8, ._xxl7, ._xxl6, ._xxl5, ._xxl4, ._xxl3, ._xxl2, ._xxl1, ._xl,
._xl-auto, ._xl12, ._xl11, ._xl10, ._xl9, ._xl8, ._xl7, ._xl6, ._xl5, ._xl4, ._xl3, ._xl2, ._xl1, ._l,
._l-auto, ._l12, ._l11, ._l10, ._l9, ._l8, ._l7, ._l6, ._l5, ._l4, ._l3, ._l2, ._l1, ._m,
._m-auto, ._m12, ._m11, ._m10, ._m9, ._m8, ._m7, ._m6, ._m5, ._m4, ._m3, ._m2, ._m1, ._s,
._s-auto, ._s12, ._s11, ._s10, ._s9, ._s8, ._s7, ._s6, ._s5, ._s4, ._s3, ._s2, ._s1, ._xs,
._xs-auto, ._xs12, ._xs11, ._xs10, ._xs9, ._xs8, ._xs7, ._xs6, ._xs5, ._xs4, ._xs3, ._xs2, ._xs1, ._,
._-auto, ._12, ._11, ._10, ._9, ._8, ._7, ._6, ._5, ._4, ._3, ._2, ._1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  padding-right: 4px;
  padding-left: 4px;
}
@media (min-width: 390px) {
  ._xxl,
  ._xxl-auto, ._xxl12, ._xxl11, ._xxl10, ._xxl9, ._xxl8, ._xxl7, ._xxl6, ._xxl5, ._xxl4, ._xxl3, ._xxl2, ._xxl1, ._xl,
  ._xl-auto, ._xl12, ._xl11, ._xl10, ._xl9, ._xl8, ._xl7, ._xl6, ._xl5, ._xl4, ._xl3, ._xl2, ._xl1, ._l,
  ._l-auto, ._l12, ._l11, ._l10, ._l9, ._l8, ._l7, ._l6, ._l5, ._l4, ._l3, ._l2, ._l1, ._m,
  ._m-auto, ._m12, ._m11, ._m10, ._m9, ._m8, ._m7, ._m6, ._m5, ._m4, ._m3, ._m2, ._m1, ._s,
  ._s-auto, ._s12, ._s11, ._s10, ._s9, ._s8, ._s7, ._s6, ._s5, ._s4, ._s3, ._s2, ._s1, ._xs,
  ._xs-auto, ._xs12, ._xs11, ._xs10, ._xs9, ._xs8, ._xs7, ._xs6, ._xs5, ._xs4, ._xs3, ._xs2, ._xs1, ._,
  ._-auto, ._12, ._11, ._10, ._9, ._8, ._7, ._6, ._5, ._4, ._3, ._2, ._1 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1024px) {
  ._xxl,
  ._xxl-auto, ._xxl12, ._xxl11, ._xxl10, ._xxl9, ._xxl8, ._xxl7, ._xxl6, ._xxl5, ._xxl4, ._xxl3, ._xxl2, ._xxl1, ._xl,
  ._xl-auto, ._xl12, ._xl11, ._xl10, ._xl9, ._xl8, ._xl7, ._xl6, ._xl5, ._xl4, ._xl3, ._xl2, ._xl1, ._l,
  ._l-auto, ._l12, ._l11, ._l10, ._l9, ._l8, ._l7, ._l6, ._l5, ._l4, ._l3, ._l2, ._l1, ._m,
  ._m-auto, ._m12, ._m11, ._m10, ._m9, ._m8, ._m7, ._m6, ._m5, ._m4, ._m3, ._m2, ._m1, ._s,
  ._s-auto, ._s12, ._s11, ._s10, ._s9, ._s8, ._s7, ._s6, ._s5, ._s4, ._s3, ._s2, ._s1, ._xs,
  ._xs-auto, ._xs12, ._xs11, ._xs10, ._xs9, ._xs8, ._xs7, ._xs6, ._xs5, ._xs4, ._xs3, ._xs2, ._xs1, ._,
  ._-auto, ._12, ._11, ._10, ._9, ._8, ._7, ._6, ._5, ._4, ._3, ._2, ._1 {
    padding-right: 12px;
    padding-left: 12px;
  }
}

._ {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.__auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

._1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

._2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

._3 {
  flex: 0 0 auto;
  width: 25%;
}

._4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

._5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

._6 {
  flex: 0 0 auto;
  width: 50%;
}

._7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

._8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

._9 {
  flex: 0 0 auto;
  width: 75%;
}

._10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

._11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

._12 {
  flex: 0 0 auto;
  width: 100%;
}

.ord__first {
  order: -1;
}

.ord__last {
  order: 13;
}

.ord_0 {
  order: 0;
}

.ord_1 {
  order: 1;
}

.ord_2 {
  order: 2;
}

.ord_3 {
  order: 3;
}

.ord_4 {
  order: 4;
}

.ord_5 {
  order: 5;
}

.ord_6 {
  order: 6;
}

.ord_7 {
  order: 7;
}

.ord_8 {
  order: 8;
}

.ord_9 {
  order: 9;
}

.ord_10 {
  order: 10;
}

.ord_11 {
  order: 11;
}

.ord_12 {
  order: 12;
}

.ofs_1 {
  margin-left: 8.3333333333%;
}

.ofs_2 {
  margin-left: 16.6666666667%;
}

.ofs_3 {
  margin-left: 25%;
}

.ofs_4 {
  margin-left: 33.3333333333%;
}

.ofs_5 {
  margin-left: 41.6666666667%;
}

.ofs_6 {
  margin-left: 50%;
}

.ofs_7 {
  margin-left: 58.3333333333%;
}

.ofs_8 {
  margin-left: 66.6666666667%;
}

.ofs_9 {
  margin-left: 75%;
}

.ofs_10 {
  margin-left: 83.3333333333%;
}

.ofs_11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 390px) {
  ._xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._xs_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._xs1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  ._xs2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  ._xs3 {
    flex: 0 0 auto;
    width: 25%;
  }
  ._xs4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  ._xs5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  ._xs6 {
    flex: 0 0 auto;
    width: 50%;
  }
  ._xs7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  ._xs8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  ._xs9 {
    flex: 0 0 auto;
    width: 75%;
  }
  ._xs10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  ._xs11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  ._xs12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ord_xs_first {
    order: -1;
  }
  .ord_xs_last {
    order: 13;
  }
  .ord_xs0 {
    order: 0;
  }
  .ord_xs1 {
    order: 1;
  }
  .ord_xs2 {
    order: 2;
  }
  .ord_xs3 {
    order: 3;
  }
  .ord_xs4 {
    order: 4;
  }
  .ord_xs5 {
    order: 5;
  }
  .ord_xs6 {
    order: 6;
  }
  .ord_xs7 {
    order: 7;
  }
  .ord_xs8 {
    order: 8;
  }
  .ord_xs9 {
    order: 9;
  }
  .ord_xs10 {
    order: 10;
  }
  .ord_xs11 {
    order: 11;
  }
  .ord_xs12 {
    order: 12;
  }
  .ofs_xs0 {
    margin-left: 0;
  }
  .ofs_xs1 {
    margin-left: 8.3333333333%;
  }
  .ofs_xs2 {
    margin-left: 16.6666666667%;
  }
  .ofs_xs3 {
    margin-left: 25%;
  }
  .ofs_xs4 {
    margin-left: 33.3333333333%;
  }
  .ofs_xs5 {
    margin-left: 41.6666666667%;
  }
  .ofs_xs6 {
    margin-left: 50%;
  }
  .ofs_xs7 {
    margin-left: 58.3333333333%;
  }
  .ofs_xs8 {
    margin-left: 66.6666666667%;
  }
  .ofs_xs9 {
    margin-left: 75%;
  }
  .ofs_xs10 {
    margin-left: 83.3333333333%;
  }
  .ofs_xs11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  ._s {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._s_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._s1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  ._s2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  ._s3 {
    flex: 0 0 auto;
    width: 25%;
  }
  ._s4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  ._s5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  ._s6 {
    flex: 0 0 auto;
    width: 50%;
  }
  ._s7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  ._s8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  ._s9 {
    flex: 0 0 auto;
    width: 75%;
  }
  ._s10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  ._s11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  ._s12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ord_s_first {
    order: -1;
  }
  .ord_s_last {
    order: 13;
  }
  .ord_s0 {
    order: 0;
  }
  .ord_s1 {
    order: 1;
  }
  .ord_s2 {
    order: 2;
  }
  .ord_s3 {
    order: 3;
  }
  .ord_s4 {
    order: 4;
  }
  .ord_s5 {
    order: 5;
  }
  .ord_s6 {
    order: 6;
  }
  .ord_s7 {
    order: 7;
  }
  .ord_s8 {
    order: 8;
  }
  .ord_s9 {
    order: 9;
  }
  .ord_s10 {
    order: 10;
  }
  .ord_s11 {
    order: 11;
  }
  .ord_s12 {
    order: 12;
  }
  .ofs_s0 {
    margin-left: 0;
  }
  .ofs_s1 {
    margin-left: 8.3333333333%;
  }
  .ofs_s2 {
    margin-left: 16.6666666667%;
  }
  .ofs_s3 {
    margin-left: 25%;
  }
  .ofs_s4 {
    margin-left: 33.3333333333%;
  }
  .ofs_s5 {
    margin-left: 41.6666666667%;
  }
  .ofs_s6 {
    margin-left: 50%;
  }
  .ofs_s7 {
    margin-left: 58.3333333333%;
  }
  .ofs_s8 {
    margin-left: 66.6666666667%;
  }
  .ofs_s9 {
    margin-left: 75%;
  }
  .ofs_s10 {
    margin-left: 83.3333333333%;
  }
  .ofs_s11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  ._m {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._m_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._m1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  ._m2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  ._m3 {
    flex: 0 0 auto;
    width: 25%;
  }
  ._m4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  ._m5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  ._m6 {
    flex: 0 0 auto;
    width: 50%;
  }
  ._m7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  ._m8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  ._m9 {
    flex: 0 0 auto;
    width: 75%;
  }
  ._m10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  ._m11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  ._m12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ord_m_first {
    order: -1;
  }
  .ord_m_last {
    order: 13;
  }
  .ord_m0 {
    order: 0;
  }
  .ord_m1 {
    order: 1;
  }
  .ord_m2 {
    order: 2;
  }
  .ord_m3 {
    order: 3;
  }
  .ord_m4 {
    order: 4;
  }
  .ord_m5 {
    order: 5;
  }
  .ord_m6 {
    order: 6;
  }
  .ord_m7 {
    order: 7;
  }
  .ord_m8 {
    order: 8;
  }
  .ord_m9 {
    order: 9;
  }
  .ord_m10 {
    order: 10;
  }
  .ord_m11 {
    order: 11;
  }
  .ord_m12 {
    order: 12;
  }
  .ofs_m0 {
    margin-left: 0;
  }
  .ofs_m1 {
    margin-left: 8.3333333333%;
  }
  .ofs_m2 {
    margin-left: 16.6666666667%;
  }
  .ofs_m3 {
    margin-left: 25%;
  }
  .ofs_m4 {
    margin-left: 33.3333333333%;
  }
  .ofs_m5 {
    margin-left: 41.6666666667%;
  }
  .ofs_m6 {
    margin-left: 50%;
  }
  .ofs_m7 {
    margin-left: 58.3333333333%;
  }
  .ofs_m8 {
    margin-left: 66.6666666667%;
  }
  .ofs_m9 {
    margin-left: 75%;
  }
  .ofs_m10 {
    margin-left: 83.3333333333%;
  }
  .ofs_m11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  ._l {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._l_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._l1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  ._l2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  ._l3 {
    flex: 0 0 auto;
    width: 25%;
  }
  ._l4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  ._l5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  ._l6 {
    flex: 0 0 auto;
    width: 50%;
  }
  ._l7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  ._l8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  ._l9 {
    flex: 0 0 auto;
    width: 75%;
  }
  ._l10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  ._l11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  ._l12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ord_l_first {
    order: -1;
  }
  .ord_l_last {
    order: 13;
  }
  .ord_l0 {
    order: 0;
  }
  .ord_l1 {
    order: 1;
  }
  .ord_l2 {
    order: 2;
  }
  .ord_l3 {
    order: 3;
  }
  .ord_l4 {
    order: 4;
  }
  .ord_l5 {
    order: 5;
  }
  .ord_l6 {
    order: 6;
  }
  .ord_l7 {
    order: 7;
  }
  .ord_l8 {
    order: 8;
  }
  .ord_l9 {
    order: 9;
  }
  .ord_l10 {
    order: 10;
  }
  .ord_l11 {
    order: 11;
  }
  .ord_l12 {
    order: 12;
  }
  .ofs_l0 {
    margin-left: 0;
  }
  .ofs_l1 {
    margin-left: 8.3333333333%;
  }
  .ofs_l2 {
    margin-left: 16.6666666667%;
  }
  .ofs_l3 {
    margin-left: 25%;
  }
  .ofs_l4 {
    margin-left: 33.3333333333%;
  }
  .ofs_l5 {
    margin-left: 41.6666666667%;
  }
  .ofs_l6 {
    margin-left: 50%;
  }
  .ofs_l7 {
    margin-left: 58.3333333333%;
  }
  .ofs_l8 {
    margin-left: 66.6666666667%;
  }
  .ofs_l9 {
    margin-left: 75%;
  }
  .ofs_l10 {
    margin-left: 83.3333333333%;
  }
  .ofs_l11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  ._xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._xl_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._xl1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  ._xl2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  ._xl3 {
    flex: 0 0 auto;
    width: 25%;
  }
  ._xl4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  ._xl5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  ._xl6 {
    flex: 0 0 auto;
    width: 50%;
  }
  ._xl7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  ._xl8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  ._xl9 {
    flex: 0 0 auto;
    width: 75%;
  }
  ._xl10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  ._xl11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  ._xl12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ord_xl_first {
    order: -1;
  }
  .ord_xl_last {
    order: 13;
  }
  .ord_xl0 {
    order: 0;
  }
  .ord_xl1 {
    order: 1;
  }
  .ord_xl2 {
    order: 2;
  }
  .ord_xl3 {
    order: 3;
  }
  .ord_xl4 {
    order: 4;
  }
  .ord_xl5 {
    order: 5;
  }
  .ord_xl6 {
    order: 6;
  }
  .ord_xl7 {
    order: 7;
  }
  .ord_xl8 {
    order: 8;
  }
  .ord_xl9 {
    order: 9;
  }
  .ord_xl10 {
    order: 10;
  }
  .ord_xl11 {
    order: 11;
  }
  .ord_xl12 {
    order: 12;
  }
  .ofs_xl0 {
    margin-left: 0;
  }
  .ofs_xl1 {
    margin-left: 8.3333333333%;
  }
  .ofs_xl2 {
    margin-left: 16.6666666667%;
  }
  .ofs_xl3 {
    margin-left: 25%;
  }
  .ofs_xl4 {
    margin-left: 33.3333333333%;
  }
  .ofs_xl5 {
    margin-left: 41.6666666667%;
  }
  .ofs_xl6 {
    margin-left: 50%;
  }
  .ofs_xl7 {
    margin-left: 58.3333333333%;
  }
  .ofs_xl8 {
    margin-left: 66.6666666667%;
  }
  .ofs_xl9 {
    margin-left: 75%;
  }
  .ofs_xl10 {
    margin-left: 83.3333333333%;
  }
  .ofs_xl11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  ._xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  ._xxl_auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  ._xxl1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  ._xxl2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  ._xxl3 {
    flex: 0 0 auto;
    width: 25%;
  }
  ._xxl4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  ._xxl5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  ._xxl6 {
    flex: 0 0 auto;
    width: 50%;
  }
  ._xxl7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  ._xxl8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  ._xxl9 {
    flex: 0 0 auto;
    width: 75%;
  }
  ._xxl10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  ._xxl11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  ._xxl12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ord_xxl_first {
    order: -1;
  }
  .ord_xxl_last {
    order: 13;
  }
  .ord_xxl0 {
    order: 0;
  }
  .ord_xxl1 {
    order: 1;
  }
  .ord_xxl2 {
    order: 2;
  }
  .ord_xxl3 {
    order: 3;
  }
  .ord_xxl4 {
    order: 4;
  }
  .ord_xxl5 {
    order: 5;
  }
  .ord_xxl6 {
    order: 6;
  }
  .ord_xxl7 {
    order: 7;
  }
  .ord_xxl8 {
    order: 8;
  }
  .ord_xxl9 {
    order: 9;
  }
  .ord_xxl10 {
    order: 10;
  }
  .ord_xxl11 {
    order: 11;
  }
  .ord_xxl12 {
    order: 12;
  }
  .ofs_xxl0 {
    margin-left: 0;
  }
  .ofs_xxl1 {
    margin-left: 8.3333333333%;
  }
  .ofs_xxl2 {
    margin-left: 16.6666666667%;
  }
  .ofs_xxl3 {
    margin-left: 25%;
  }
  .ofs_xxl4 {
    margin-left: 33.3333333333%;
  }
  .ofs_xxl5 {
    margin-left: 41.6666666667%;
  }
  .ofs_xxl6 {
    margin-left: 50%;
  }
  .ofs_xxl7 {
    margin-left: 58.3333333333%;
  }
  .ofs_xxl8 {
    margin-left: 66.6666666667%;
  }
  .ofs_xxl9 {
    margin-left: 75%;
  }
  .ofs_xxl10 {
    margin-left: 83.3333333333%;
  }
  .ofs_xxl11 {
    margin-left: 91.6666666667%;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

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

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

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

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

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

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

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

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

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

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

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

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9019607843);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(255, 255, 255, 0.9019607843);
  border: var(--plyr-menu-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border: var(--plyr-menu-item-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1019607843);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1019607843);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
  background-image: linear-gradient(90deg, currentColor 0, rgba(0, 0, 0, 0) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(0, 0, 0, 0) var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: rgba(0, 0, 0, 0);
}

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0);
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: rgba(0, 0, 0, 0);
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.2509803922);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.txt-link {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 700;
  padding: 0 6px 0 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #005889;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.2s;
}
.editor-styles-wrapper .txt-link {
  font-weight: 700;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
}
.txt-link.-hoverWhite:hover {
  color: #fff;
}
.txt-link.-light {
  color: #fff;
}
.txt-link:hover {
  gap: 0 12px;
  padding: 0;
}
.txt-link svg {
  flex-shrink: 0;
}
.txt-link svg {
  width: 11px;
  height: 10px;
}
.txt-link.-sm {
  padding: 0 4px 0 0;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.txt-link.-sm svg {
  width: 9px;
  height: 8px;
}
.txt-link.-sm:hover {
  gap: 0 10px;
  padding: 0;
}
.txt-link.-reverse {
  flex-direction: row-reverse;
}
.txt-link.-reverse svg {
  position: relative;
  left: 0;
  transform: rotate(180deg);
  transition: 0.2s;
}
.txt-link.-reverse:hover {
  gap: 0 6px;
}
.txt-link.-reverse:hover svg {
  left: -4px;
}

.site__header {
  position: relative;
  background: #fff;
  z-index: 100;
  border-bottom: 4px solid #005889;
}
.site__header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site__header a {
  text-decoration: none;
  color: inherit;
}
.site__header__content {
  display: flex;
  align-items: center;
  padding: 16px 0;
  gap: 0 24px;
}
@media (min-width: 1024px) {
  .site__header__content {
    padding: 24px 0;
  }
}
.site__header__logo img {
  width: 140px;
  height: auto;
}
@media (min-width: 1024px) {
  .site__header__logo img {
    width: 189px;
  }
}
.site__header__toggleButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d69400;
  margin-left: auto;
  padding: 6px 8px;
  border-radius: 4px;
  line-height: 1;
}
@media (min-width: 1280px) {
  .site__header__toggleButton {
    display: none;
  }
}
.site__header__toggleButton i {
  line-height: 1;
}
.site__header__toggleButton i svg {
  position: relative;
  top: 2px;
}
.site__header__toggleButton.-active {
  padding: 9px 11px;
  background: #55565a;
}
.-active .site__header__toggleButton__open {
  display: none;
}
.site__header__toggleButton__close {
  display: none;
  color: #fff;
}
.-active .site__header__toggleButton__close {
  display: inline-block;
}
.site__header__right {
  flex: 1;
  background: #fff;
}
@media (max-width: 1279.98px) {
  .site__header__right {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.95);
    transition: 0.3s;
  }
}
@media (max-width: 1279.98px) and (min-width: 1024px) {
  .site__header__right {
    top: 114px;
  }
}
@media (max-width: 1279.98px) {
  .-menuOpen .site__header__right {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .site__header__right__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 0 24px;
    overflow: hidden auto;
  }
  .site__header__right .searchForm {
    margin-inline: -24px;
  }
  .site__header__right .site__header__topButtons {
    display: flex;
    flex-direction: column;
    width: calc(100% + 48px);
    margin: auto -24px 0;
    padding-top: 12px;
    order: 5;
  }
  .site__header__right .site__header__topButtons .btn {
    display: block;
    width: 100%;
    background: #005889;
    color: #fff;
    border-radius: 0;
    text-align: left;
    padding: 12px 24px;
    font-size: 2rem;
    line-height: 2rem;
  }
  .site__header__right .site__header__topButtons .btn:first-child {
    padding-top: 24px;
  }
  .site__header__right .site__header__topButtons .btn:last-child {
    padding-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .site__header__right__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .site__header__right .site__header__topButtons {
    display: flex;
    align-items: center;
    gap: 0 24px;
    margin: 0 0 28px;
    padding-right: 44px;
    transition: 0.3s;
  }
  .-openForm .site__header__right .site__header__topButtons {
    opacity: 0;
  }
}

@media (max-width: 1279.98px) {
  .site__nav > .menu {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .site__nav > .menu > .menu-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .site__nav > .menu > .menu-item > a {
    display: inline-block;
    font-size: 2rem;
    line-height: 2rem;
    padding: 12px 0;
    max-width: calc(100% - 4.4rem);
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #005889;
    order: 0;
  }
  .site__nav > .menu > .menu-item > .triggerBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.4rem;
    width: 4.4rem;
    order: 1;
  }
  .site__nav > .menu > .menu-item > .triggerBtn svg {
    width: 14px;
  }
  .site__nav > .menu > .menu-item > .triggerBtn.-active {
    opacity: 0.5;
  }
  .site__nav > .menu > .menu-item > .triggerBtn.-active svg {
    transform: rotate(180deg);
  }
  .site__nav > .menu > .menu-item > .triggerBtn.-active ~ a {
    opacity: 0.5;
  }
  .site__nav > .menu > .menu-item > .triggerBtn.-active ~ .menu {
    grid-template-rows: 1fr;
  }
  .site__nav > .menu > .menu-item > .-submenu {
    width: 100%;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    order: 2;
  }
  .site__nav > .menu > .menu-item > .-submenu .menu-inner {
    overflow: hidden;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    padding-left: 8px;
  }
  .site__nav > .menu > .menu-item > .-submenu .menu-item {
    display: block;
  }
  .site__nav > .menu > .menu-item > .-submenu .menu-item a {
    display: block;
    padding: 8px 0;
    font-size: 1.8rem;
    line-height: 2.263rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
  }
  .site__nav > .menu > .menu-item > .-submenu .menu-item.current-menu-item > a {
    font-weight: 700;
  }
}
@media (min-width: 1280px) {
  .site__nav {
    width: 100%;
  }
  .site__nav > .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 24px;
  }
  .site__nav > .menu > .menu-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .site__nav > .menu > .menu-item .triggerBtn {
    margin-left: 5px;
  }
  .site__nav > .menu > .menu-item .triggerBtn svg {
    position: relative;
    top: -1px;
    width: 12px;
    height: auto;
  }
  .site__nav > .menu > .menu-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: calc(100% - 1px);
    right: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .site__nav > .menu > .menu-item > a {
    font-size: 1.55rem;
    line-height: 2.263rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #005889;
    font-weight: 700;
  }
  .site__nav > .menu > .menu-item:hover::before {
    height: 24px;
    visibility: visible;
    pointer-events: all;
  }
  .site__nav > .menu > .menu-item:hover > a, .site__nav > .menu > .menu-item:hover > .triggerBtn {
    opacity: 0.5;
  }
  .site__nav > .menu > .menu-item:hover > .-submenu {
    display: flex;
  }
  .site__nav > .menu > .menu-item > .-submenu {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 16px);
    padding: 24px 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    min-width: 251px;
  }
  .site__nav > .menu > .menu-item > .-submenu .menu-inner {
    display: flex;
    flex-direction: column;
    gap: 9px 0;
  }
  .site__nav > .menu > .menu-item > .-submenu a {
    display: block;
    font-size: 1.6rem;
    line-height: 2.011rem;
    border-radius: 4px;
    padding: 8px;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  .site__nav > .menu > .menu-item > .-submenu a:hover {
    background: #f8f8f8;
  }
  .site__nav > .menu > .menu-item > .-submenu .current-menu-item > a {
    font-weight: 700;
  }
  .site__nav > .menu > .menu-item > .-submenu .-submenu {
    display: none;
  }
}

.searchForm__inner {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.searchForm__inner .field__group {
  display: flex;
  align-items: center;
  gap: 0 8px;
  width: 100%;
}
.searchForm__inner .field.-input {
  flex: 1;
}
@media (min-width: 768px) {
  .searchForm__inner .field.-submit svg {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .searchForm {
    background: #f8f8f8;
    padding: 24px;
  }
  .searchForm__inner {
    width: 100%;
  }
  .searchForm__inner .field.-submit .btn {
    padding: 1.8rem 1.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 1279.98px) and (max-width: 767.98px) {
  .searchForm__inner .field.-submit .btn {
    padding: 1.3rem 1.7rem;
    font-size: 0;
  }
  .searchForm__inner .field.-submit .btn svg {
    position: relative;
    top: 4px;
  }
  .searchForm__inner .field.-submit .btn svg path {
    fill: #fff;
  }
}
@media (max-width: 1279.98px) {
  .searchForm__inner .field.-search {
    display: none;
  }
}
@media (min-width: 1280px) {
  .searchForm {
    position: absolute;
    right: -5px;
    top: 0;
    margin-left: auto;
    z-index: 5;
  }
  .searchForm__inner {
    display: inline-flex;
    gap: 0 14px;
  }
  .searchForm__inner .field__group {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
  }
  .-openForm .searchForm__inner .field__group {
    max-width: 389px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .searchForm__inner .field.-input input {
    padding: 0.35rem 1.2rem;
    border-color: #005889;
    font-size: 1.8rem;
    line-height: 1.8rem;
    width: 300px;
  }
  .searchForm__inner .field.-submit .btn {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 1rem 1.15rem;
  }
  .searchForm__inner .field.-search {
    line-height: 1;
  }
  .searchForm__inner .field.-search a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
  }
  .searchForm__inner .field.-search i {
    display: inline-block;
  }
  .searchForm__inner .field.-search .searchForm__close {
    display: none;
    color: #005889;
  }
  .searchForm__inner .field.-search .-active .searchForm__open {
    display: none;
  }
  .searchForm__inner .field.-search .-active .searchForm__close {
    display: inline-block;
  }
}

@media (max-width: 1279.98px) {
  .js-moreTrigger .moreMenu__promo {
    display: none;
  }
}
.js-moreTrigger .moreMenu__columns {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 0;
}
.js-moreTrigger .moreMenu__col {
  min-width: 0;
}
.js-moreTrigger .moreMenu__col__heading {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.011rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0 0 12px;
  margin: 0 0 16px;
  text-transform: uppercase;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-width: 0 0 2px;
}
.js-moreTrigger .moreMenu__col .menu.-submenu {
  display: flex !important;
  flex-direction: column;
  gap: 8px 0;
  width: 100%;
  overflow: auto;
  padding: 0 0 24px;
}
@media (max-width: 1279.98px) {
  .js-moreTrigger .triggerBtn.-active ~ .-submenu {
    grid-template-rows: 1fr;
  }
}
@media (min-width: 1280px) {
  .js-moreTrigger:hover::before {
    height: 36px !important;
  }
  .js-moreTrigger .menu.moreMenu.-submenu {
    padding: 0;
    flex-direction: row;
    right: 0;
    left: auto !important;
    width: 100vw;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    height: 420px;
    top: calc(100% + 28px);
  }
  .js-moreTrigger .menu.moreMenu.-submenu .menu-inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
  }
  .js-moreTrigger .moreMenu__promo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 50%/cover no-repeat;
    padding: 64px 24px;
    width: 33.33%;
    flex-shrink: 0;
  }
  .js-moreTrigger .moreMenu__promo::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 88, 137, 0.8);
  }
  .js-moreTrigger .moreMenu__promo__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px 0;
    text-align: center;
    width: 100%;
    max-width: 600px;
  }
  .js-moreTrigger .moreMenu__promo__heading {
    font-size: 2.4rem;
    line-height: 3.12rem;
    font-weight: 700;
    color: #fff;
  }
  .js-moreTrigger .moreMenu__promo__desc {
    display: block;
    display: -webkit-box;
    font-size: 1.8rem;
    line-height: 2.88rem;
    color: #fff;
    text-wrap: balance;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 14.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .js-moreTrigger .moreMenu__promo__link {
    padding-top: 8px;
    color: #fff;
  }
  .js-moreTrigger .moreMenu__promo__link a {
    display: flex !important;
    gap: 0 6px !important;
    padding: 0 !important;
  }
  .js-moreTrigger .moreMenu__promo__link a svg {
    position: relative;
    left: 0;
    transition: 0.2s;
  }
  .js-moreTrigger .moreMenu__promo__link a:hover {
    background: transparent !important;
  }
  .js-moreTrigger .moreMenu__promo__link a:hover svg {
    left: 3px;
  }
  .js-moreTrigger .moreMenu__columns {
    flex-direction: row;
    gap: 0 28px;
    padding: 48px 48px 24px;
    overflow: hidden;
  }
  .js-moreTrigger .moreMenu__col {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .js-moreTrigger .moreMenu__col .menu.-submenu {
    overflow-y: auto;
  }
}

.site__footer {
  position: relative;
  padding: 80px 0 0;
  color: #55565a;
  margin-top: auto;
}
.site__footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site__footer p:last-child {
  margin: 0;
}
.site__footer ._w {
  gap: 24px 0;
}
.site__footer__logo img {
  width: 224px;
}
@media (min-width: 768px) {
  .site__footer__logo img {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .site__footer__logo img {
    width: 260px;
  }
}
.site__footer__desc {
  margin-top: 16px;
}
.site__footer__desc a {
  color: #005889;
}
.site__footer__title {
  color: #005889;
  margin: 0 0 8px;
}
.site__footer__links li a {
  color: inherit;
  text-decoration: none;
}
.site__footer__links li a:hover {
  text-decoration: underline;
}
.site__footer__info a {
  color: inherit;
  text-decoration: none;
}
.site__footer__info a:hover {
  text-decoration: underline;
}
.site__footer__social {
  margin-top: 8px;
}
.site__footer__social ul {
  display: flex;
  align-items: center;
  gap: 5px 8px;
}
.site__footer__social ul i {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #0092b3;
}
.site__footer .bot {
  margin-top: 80px;
  border-top: 1px solid #627f91;
  text-align: center;
  padding: 24px 0;
}

.innerBillboard.-isPage {
  background: #f7f9fa;
}
.innerBillboard.-isPage:not(.-withImage):not(.-withLeftImage) {
  padding: 40px 0;
}
@media (min-width: 576px) {
  .innerBillboard.-isPage:not(.-withImage):not(.-withLeftImage) {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  .innerBillboard.-isPage:not(.-withImage):not(.-withLeftImage) {
    padding: 80px 0;
  }
}
.innerBillboard.-isPage:not(.-withImage):not(.-withLeftImage) .container {
  padding: 0;
}
.innerBillboard.-profileDirectory .container {
  padding-top: 80px;
}
.innerBillboard .container {
  padding: 0 0 32px;
}
@media (min-width: 768px) {
  .innerBillboard .container {
    padding: 0 0 24px;
  }
}
@media (min-width: 1024px) {
  .innerBillboard .container {
    padding: 0;
  }
}
.innerBillboard .wrapper {
  position: relative;
  z-index: 1;
}
.innerBillboard .subhead {
  color: #55565a;
}
@media (min-width: 1280px) {
  .innerBillboard .content {
    max-width: 75%;
  }
  .page-template-template-office-directory .innerBillboard .content, .page-template-template-profile-directory .innerBillboard .content {
    max-width: 100%;
  }
}
.innerBillboard.-isLanding {
  background: #f7f9fa;
}
.innerBillboard.-isLanding:not(.-withImage):not(.-withLeftImage) {
  padding: 40px 0;
}
@media (min-width: 576px) {
  .innerBillboard.-isLanding:not(.-withImage):not(.-withLeftImage) {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  .innerBillboard.-isLanding:not(.-withImage):not(.-withLeftImage) {
    padding: 80px 0;
  }
}
.innerBillboard.-isLanding:not(.-withImage):not(.-withLeftImage) .container {
  padding: 0;
}
@media (max-width: 1023.98px) {
  .innerBillboard.-isLanding .container {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .innerBillboard.-isLanding .content {
    text-align: center;
  }
}
.innerBillboard h1 {
  margin: 0;
}
@media (max-width: 1023.98px) {
  .innerBillboard.-withLeftImage .container {
    padding-top: 0;
  }
}
.innerBillboard.-withLeftImage .container__inner {
  position: relative;
}
@media (min-width: 1024px) {
  .innerBillboard.-withLeftImage .container__inner {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .innerBillboard.-withLeftImage .container .wrapper {
    padding-left: 48px;
    margin-left: 50vw;
  }
  .innerBillboard.-withLeftImage .container .wrapper .content {
    min-height: 414px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .innerBillboard.-withLeftImage .container .wrapper {
    padding-left: 56px;
  }
}
@media (min-width: 1440px) {
  .innerBillboard.-withLeftImage .container .wrapper {
    padding-inline: 50px;
  }
}
.innerBillboard.-withLeftImage .container img {
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 0);
}
@media (min-width: 768px) {
  .innerBillboard.-withLeftImage .container img {
    clip-path: polygon(100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 0);
  }
}
@media (max-width: 1023.98px) {
  .innerBillboard.-withLeftImage .container img {
    margin: 0 0 32px;
  }
}
@media (min-width: 1024px) {
  .innerBillboard.-withLeftImage .container img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
    height: 100%;
    max-height: none;
  }
}
.innerBillboard.-withLeftImage .content {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .innerBillboard.-withLeftImage .content {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .innerBillboard.-withLeftImage .content {
    padding: 96px 0;
  }
}
.innerBillboard.-withImage {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.innerBillboard.-withImage::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(204.89deg, rgba(0, 0, 0, 0) 44.85%, #000000 84.15%);
}
@media (min-width: 768px) {
  .innerBillboard.-withImage::after {
    background: linear-gradient(207.79deg, rgba(0, 0, 0, 0) 55.03%, #000000 94.54%);
  }
}
.innerBillboard.-withImage .content {
  max-width: 100%;
}
.innerBillboard.-withImage .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 64.25);
  padding: 0 0 40px;
}
.innerBillboard.-withImage .container img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .innerBillboard.-withImage .container {
    min-height: 560px;
  }
}
@media (min-width: 768px) {
  .innerBillboard.-withImage.-archive .container {
    min-height: 480px;
  }
}
.innerBillboard__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 32px 0 0;
}
@media (min-width: 768px) {
  .innerBillboard__links {
    margin: 24px 0 0;
  }
}
@media (min-width: 1024px) {
  .innerBillboard__links {
    margin: 32px 0 0;
  }
  .-withLeftImage .innerBillboard__links {
    margin: 30px 0 0;
  }
}
@media (max-width: 767.98px) {
  .-isLanding .innerBillboard__links {
    flex-direction: column;
    text-align: center;
  }
  .-isLanding .innerBillboard__links .innerBillboard__links__link {
    width: 100%;
  }
}

.innerBillboard.homeBillboard .container {
  min-height: calc(100vh - 81px) !important;
  min-height: calc(var(--vh, 1vh) * 100 - 81px) !important;
  padding: 48px 0;
}
@media (min-width: 390px) {
  .innerBillboard.homeBillboard .container {
    padding: 56px 0;
  }
}
@media (min-width: 1024px) {
  .innerBillboard.homeBillboard .container {
    min-height: calc(100vh - 114px) !important;
    min-height: calc(var(--vh, 1vh) * 100 - 114px) !important;
  }
  .innerBillboard.homeBillboard .container .wrapper {
    max-width: 1028px;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .innerBillboard.homeBillboard .container {
    min-height: calc(100vh - 133px) !important;
    min-height: calc(var(--vh, 1vh) * 100 - 133px) !important;
  }
}
@media (min-width: 1440px) {
  .innerBillboard.homeBillboard .container {
    margin-left: 4%;
  }
}
@media (max-width: 767.98px) {
  .innerBillboard.homeBillboard .container .content {
    text-align: center;
  }
}
.innerBillboard.homeBillboard h1 {
  margin: 0;
  color: #fff;
}
@media (max-width: 767.98px) {
  .innerBillboard.homeBillboard h1 br {
    display: none;
  }
}
.innerBillboard.homeBillboard h1 p {
  margin: 0;
}
.innerBillboard.homeBillboard h1 p strong {
  display: inline-block;
  padding-left: 6px;
  padding-right: 9px;
  margin-left: -6px;
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"247\" height=\"25\" viewBox=\"0 0 247 25\" fill=\"none\"><path d=\"M3.00073 13.9714L242.983 16.9035\" stroke=\"%23FFC270\" stroke-width=\"5\" stroke-linecap=\"round\"/><path d=\"M4.2287 20.5916L244.123 13.4717\" stroke=\"%23FFC270\" stroke-width=\"5\" stroke-linecap=\"round\"/></svg>") 50% 100%/contain no-repeat;
}
@media (min-width: 1280px) {
  .innerBillboard.homeBillboard h1 p strong {
    padding-left: 11px;
    margin-left: -11px;
    padding-right: 13px;
  }
}
.innerBillboard.homeBillboard .innerBillboard__links {
  margin: 15px 0 0;
  flex-direction: row;
}
@media (max-width: 389.98px) {
  .innerBillboard.homeBillboard .innerBillboard__links {
    text-align: center;
  }
  .innerBillboard.homeBillboard .innerBillboard__links__link {
    width: 100%;
  }
  .innerBillboard.homeBillboard .innerBillboard__links__link .btn {
    width: 100%;
  }
}
@media (min-width: 390px) {
  .innerBillboard.homeBillboard .innerBillboard__links {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .innerBillboard.homeBillboard .innerBillboard__links {
    justify-content: center;
  }
}
.innerBillboard.homeBillboard.-withVideo .container img {
  display: none;
}
.innerBillboard.homeBillboard.-withVideo .container video {
  position: absolute;
  left: 50%;
  top: calc(50% - 1px);
  min-width: 100%;
  min-height: calc(100% + 1px);
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.innerBillboard.homeBillboard .subhead {
  color: #fff;
}
.innerBillboard h1 + .subhead {
  margin-top: 15px;
}

.select.custom {
  position: relative;
  outline: 0;
}
.select.custom .select-styled {
  position: relative;
  background: #fff;
  border: 2px solid #acacac;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 23px;
  padding: 8px 50px 8px 20px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #9e9e9e;
  overflow: hidden;
}
.select.custom .select-styled.hasValue {
  color: #005889;
}
.select.custom .select-styled::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  right: 20px;
  top: 11px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #acacac;
  transform: rotate(135deg);
}
.select.custom .select-styled.active {
  border-radius: 8px 8px 0 0;
  border-bottom-color: transparent;
}
.select .select-options {
  list-style: none;
  margin: -2px 0 0;
  padding: 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #acacac;
  z-index: 10;
}
.select .select-options li {
  color: #000;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 17px;
  padding: 17px 26px 17px 16px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden;
  transition: 0.2s;
}
.select .select-options li.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.offices__filterListing .select .select-options li {
  text-transform: none;
}
.select .select-options li:hover {
  background: #acacac;
  color: #fff !important;
}
@media (min-width: 768px) {
  .select .select-options {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
  }
}

.profileDirectory__form {
  position: relative;
  margin-top: 42px;
}
.profileDirectory__form .form__inner {
  gap: 16px;
}
@media (min-width: 768px) {
  .profileDirectory__form .form__inner {
    align-items: center;
  }
}
.profileDirectory__form .field__searchIcon {
  width: 100%;
}
@media (min-width: 768px) {
  .profileDirectory__form .field__searchIcon {
    flex: 1;
  }
}
.profileDirectory__form .field__searchIcon label {
  position: relative;
  display: flex;
  align-items: center;
}
.profileDirectory__form .field__searchIcon label svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.profileDirectory__form .field__searchIcon label input {
  padding: 8px 16px 8px 36px !important;
  outline: 0;
}
.profileDirectory__form .field__searchIcon label input:focus, .profileDirectory__form .field__searchIcon label input:focus-within {
  border-color: #000 !important;
}
.profileDirectory__form .field__select {
  width: 100%;
}
@media (min-width: 768px) {
  .profileDirectory__form .field__select {
    width: 312px;
  }
}
.profileDirectory__form .field__pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.profileDirectory__form .field__pills input[type=checkbox],
.profileDirectory__form .field__pills input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.profileDirectory__form .field__pills input[type=checkbox]:checked + .btn,
.profileDirectory__form .field__pills input[type=radio]:checked + .btn {
  background: #005889;
  color: #fff;
}
@media (min-width: 768px) {
  .profileDirectory__form .field__pills {
    width: calc(100% - 100px);
  }
}
.profileDirectory__form .field__reset {
  width: 100%;
}
@media (min-width: 768px) {
  .profileDirectory__form .field__reset {
    flex-shrink: 0;
  }
  .page-template-template-profile-directory .profileDirectory__form .field__reset {
    width: auto;
  }
  .profileDirectory__form .field__reset .resetBtn {
    justify-content: flex-end;
  }
}
.profileDirectory__listing {
  margin-top: 64px;
  gap: 32px 0;
}
.profileDirectory__listing .loadMore {
  margin-top: 64px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .profileDirectory__listing .loadMore {
    max-width: 75%;
  }
}
.profileDirectory__listing__inner {
  gap: 16px 0;
}
@media (min-width: 1024px) {
  .profileDirectory__listing__inner {
    gap: 32px 0;
  }
}
.profileDirectory__item__split {
  display: flex;
  gap: 0 16px;
}
.profileDirectory__item__img {
  flex-shrink: 0;
}
.profileDirectory__item__img img {
  width: 72px;
  height: 72px;
  border: 1px solid #d9d9d9;
  -o-object-fit: none;
     object-fit: none;
}
body .profileDirectory__item__img img {
  border-radius: 50% !important;
}
.profileDirectory__item__img img.hasImage {
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .profileDirectory__item__img img {
    width: 80px;
    height: 80px;
  }
}
.profileDirectory__item__name {
  margin: 0 0 4px;
}
.profileDirectory__item__name a {
  color: inherit;
  text-decoration: none;
}
.profileDirectory__item__name a:hover {
  text-decoration: underline;
  color: #005889;
}
.profileDirectory__item__title {
  margin: 0 0 4px;
}
.profileDirectory__item__contact {
  line-height: 24px;
}
.profileDirectory__item__contact p {
  margin: 0;
}
.profileDirectory__item__contact p:not(:last-child) {
  margin: 0 0 4px;
}
.profileDirectory__item__contact a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.profileDirectory__item__contact a:hover {
  color: #005889;
}
.profileDirectory__item__contact a:first-child:not(:last-child)::after {
  display: inline-block;
  content: "|";
  padding: 0 8px;
  line-height: 16px;
}

.resetBtn {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #005889;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
}
.resetBtn svg {
  transition: 0.2s;
}
.resetBtn:hover svg {
  transform: rotate(35deg);
}

@media (min-width: 1024px) {
  .page-template-default ._breadcrumbs.-aboveBillboard.-toggleHide {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page-template-template-office ._breadcrumbs.-aboveBillboard, .page-template-template-program-finder ._breadcrumbs.-aboveBillboard, body.blog ._breadcrumbs.-aboveBillboard, .page-template-template-landing ._breadcrumbs.-aboveBillboard, .single-program ._breadcrumbs.-aboveBillboard {
    display: none;
  }
}
.page-template-default ._breadcrumbs.-underBillboard {
  display: none;
}
@media (min-width: 1024px) {
  .page-template-default ._breadcrumbs.-underBillboard.-toggleHide {
    display: block;
  }
}
.page-template-template-office ._breadcrumbs.-underBillboard, .page-template-template-program-finder ._breadcrumbs.-underBillboard, body.blog ._breadcrumbs.-underBillboard, .page-template-template-landing ._breadcrumbs.-underBillboard, .single-program ._breadcrumbs.-underBillboard {
  display: none;
}
@media (min-width: 1024px) {
  .page-template-template-office ._breadcrumbs.-underBillboard, .page-template-template-program-finder ._breadcrumbs.-underBillboard, body.blog ._breadcrumbs.-underBillboard, .page-template-template-landing ._breadcrumbs.-underBillboard, .single-program ._breadcrumbs.-underBillboard {
    display: block;
  }
}

.breadcrumbs {
  padding: 24px 0;
}
.breadcrumbs ul,
.breadcrumbs li {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 100%;
}
.breadcrumbs a {
  position: relative;
  display: inline-block;
  padding-right: 21px;
  margin-right: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #005889;
  transition: 0.2s;
}
.breadcrumbs a::after {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml,<svg width=\"6\" height=\"11\" viewBox=\"0 0 6 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0.998047 9.50842L4.99805 5.50842L0.998047 1.50842\" stroke=\"%23D69400\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  font-weight: 900;
  right: 0;
  top: 2px;
  font-size: 13px;
  width: 6px;
  height: 11px;
}
.breadcrumbs a:hover {
  opacity: 1;
  text-decoration: underline;
}
.breadcrumbs span {
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 18px;
}
.breadcrumbs .content-crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1;
}
.breadcrumbs .home-icon::after {
  top: 2px;
}
.breadcrumbs li {
  display: inline-flex;
  flex-wrap: wrap;
  white-space: nowrap;
  line-height: 1;
}
.breadcrumbs li.current_page_item > a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumbs li.current_page_item > a::after {
  display: none;
}
.breadcrumbs .page_item:not(.current_page_ancestor):not(.current_page_item) {
  display: none;
}
.breadcrumbs .page_item.always-show {
  display: inline-flex !important;
}
.no-image-billboard .breadcrumbs.global-brc {
  padding: 0;
}
.yes-image-billboard .breadcrumbs.global-brc {
  padding-bottom: 20px;
}
.breadcrumbs.-umf_profile {
  padding: 32px 0 41px;
}
@media (min-width: 390px) {
  .breadcrumbs.-umf_profile {
    padding: 32px 0 48px;
  }
}

.global-bc {
  max-width: 100%;
}

.error404 .content-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .error404 .content-404 {
    padding: 120px 0;
  }
}
.error404 .content-404 .custom {
  font-size: 90px;
  line-height: 90px;
  font-weight: 900;
  margin: 0;
}
@media (min-width: 1280px) {
  .error404 .content-404 .custom {
    font-size: 120px;
    line-height: 120px;
  }
}
.error404 .content-404 ._h1, .error404 .content-404 h1 {
  margin: 0;
}
.error404 .content-404 ._body, .error404 .content-404 .redactor,
.error404 .content-404 ._redactor {
  margin: 24px 0;
}

@media (min-width: 1024px) {
  ._pageIntroBlock {
    margin: 30px 0;
  }
}
@media (min-width: 1280px) {
  ._pageIntroBlock {
    margin: 40px 0;
  }
}
._pageIntroBlock__title {
  margin: 0 0 8px;
}
@media (min-width: 1024px) {
  ._pageIntroBlock__title {
    margin: 0 0 10px;
  }
}
@media (max-width: 1023.98px) {
  ._pageIntroBlock .content {
    order: 1;
  }
}
@media (min-width: 1024px) {
  ._pageIntroBlock .content {
    padding-right: 20px;
  }
}
._pageIntroBlock .content a {
  color: #005889;
}
@media (max-width: 1023.98px) {
  ._pageIntroBlock aside {
    order: 0;
    margin: 8px 0 32px;
  }
}
@media (min-width: 1024px) {
  ._pageIntroBlock aside {
    padding-left: 20px;
  }
}

._sidebar {
  position: relative;
}
._sidebar__inner {
  position: relative;
  background: #f7f9fa;
  padding: 16px 0;
}
._sidebar__inner::before {
  position: absolute;
  content: "";
  left: -30px;
  right: -30px;
  top: 0;
  bottom: 0;
  background: #f7f9fa;
}
@media (min-width: 768px) {
  ._sidebar__inner::before {
    display: none;
  }
}
@media (min-width: 768px) {
  ._sidebar__inner {
    padding: 16px 32px;
  }
}
@media (min-width: 1024px) {
  ._sidebar__inner {
    padding: 24px;
  }
}
._sidebar * {
  position: relative;
}
@media (max-width: 1023.98px) {
  ._sidebar__trigger {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
  }
}
@media (min-width: 1024px) {
  ._sidebar__trigger {
    display: none;
  }
}
._sidebar__title {
  position: relative;
  color: #005889;
}
@media (max-width: 1023.98px) {
  ._sidebar__title.-subtitle {
    padding-bottom: 16px;
  }
  ._sidebar__title:not(.-subtitle)::before {
    position: absolute;
    content: "";
    right: 11px;
    top: 4px;
    width: 11px;
    height: 11px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-radius: 1px;
    border-color: #d69400;
    transform: rotate(135deg) translate(-50%, -50%);
  }
  .-active + ._sidebar__title {
    padding-bottom: 16px;
  }
  .-active + ._sidebar__title::before {
    right: -4px;
    top: 9px;
    transform: rotate(-45deg) translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  ._sidebar__title {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  ._sidebar__title::before {
    position: absolute;
    content: "";
    left: 0;
    top: calc(100% - 1px);
    height: 2px;
    width: 32px;
    background: #005889;
  }
}
._sidebar__title a {
  color: inherit;
  text-decoration: none;
}
._sidebar__title a:hover {
  text-decoration: underline;
}
@media (max-width: 1023.98px) {
  .-active + ._sidebar__title + ._sidebar__menu {
    position: relative;
    display: flex !important;
    z-index: 10;
  }
}
@media (max-width: 1023.98px) {
  ._sidebar__menu {
    display: none !important;
  }
}
._sidebar__menu li a {
  text-decoration: none;
  color: inherit;
}
._sidebar__menu li a:hover {
  text-decoration: underline;
}
._sidebar__menu li.current_page_item > a {
  font-weight: 700;
}
._sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
._sidebar ul._w {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}
@media (min-width: 390px) {
  ._sidebar ul._w {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media (min-width: 1024px) {
  ._sidebar ul._w {
    margin-right: -12px;
    margin-left: -12px;
  }
}
._sidebar ul._sidebar__menu,
._sidebar ul.children {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  padding: 0;
}
@media (max-width: 1023.98px) {
  ._sidebar ul._sidebar__menu,
  ._sidebar ul.children {
    gap: 16px 0;
  }
}
._sidebar.no-parent ._sidebar__title a {
  pointer-events: none;
}
._sidebar.has-parent .current_page_item .children,
._sidebar.has-parent .page_item_has_children .children {
  display: none;
}
._sidebar.has-parent .current_page_item a {
  pointer-events: none;
}
._sidebar__officeItems {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  ._sidebar__officeItems {
    margin-top: 48px;
  }
}
._sidebar__items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px 0;
}
._sidebar ._sidebar__additionalMenu {
  padding-top: 24px;
}
._sidebar ._sidebar__additionalMenu__inner {
  gap: 32px 0;
}
@media (min-width: 768px) {
  ._sidebar ._sidebar__additionalMenu {
    padding-inline: 32px;
  }
}
@media (min-width: 1024px) {
  ._sidebar ._sidebar__additionalMenu {
    padding: 24px;
  }
}
@media (min-width: 1280px) {
  ._sidebar ._sidebar__additionalMenu {
    padding: 40px 24px;
  }
}
._sidebar ._sidebar__additionalMenu ._sidebar__title {
  padding: 0;
  margin: 0;
}
._sidebar ._sidebar__additionalMenu ._sidebar__title::before {
  display: none;
}
._sidebar ._sidebar__additionalMenu ._title, ._sidebar ._sidebar__additionalMenu h6 {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
._sidebar ._sidebar__additionalMenu ._title::before, ._sidebar ._sidebar__additionalMenu h6::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(100% - 1px);
  height: 2px;
  width: 32px;
  background: #005889;
}
._sidebar ._sidebar__additionalMenu ._content {
  color: #000;
}
@media (min-width: 1024px) {
  ._sidebar ._sidebar__additionalMenu ._content {
    font-size: 16px;
    line-height: 25.6px;
  }
}
._sidebar ._sidebar__additionalMenu p:last-child {
  margin: 0;
}

.officeListing__listing {
  margin-top: 40px;
}
.officeListing__listing__inner {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (min-width: 768px) {
  .officeListing__listing__inner {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.officeListing__item {
  margin-bottom: 32px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media (min-width: 1280px) {
  .officeListing__item {
    margin-bottom: 40px;
  }
}
.officeListing__item__title {
  display: inline-block;
  color: #005889;
  text-decoration: none;
  margin: 0 0 18px;
}
.officeListing__item__title:hover {
  text-decoration: underline;
}
.officeListing__item__department:not(:last-child) {
  margin: 0 0 24px;
}
.officeListing__item__department a {
  text-decoration: none;
  color: inherit;
}
.officeListing__item__department a:hover {
  text-decoration: underline;
}
.officeListing__item__offices {
  margin: 8px 0 0;
}

.redactor h1,
.redactor h2,
.redactor h3,
.redactor h4,
.redactor h5,
.redactor h6,
.redactor p,
._redactor h1,
._redactor h2,
._redactor h3,
._redactor h4,
._redactor h5,
._redactor h6,
._redactor p {
  margin: 0 0 16px;
}
.redactor blockquote,
._redactor blockquote {
  font-style: italic;
  margin: 24px;
}
.redactor ul,
.redactor ol,
._redactor ul,
._redactor ol {
  margin: 0 0 16px;
  padding-left: 20px;
}
.redactor a,
._redactor a {
  color: #005889;
}
.redactor p:last-child,
._redactor p:last-child {
  margin: 0;
}

.clickable-parent:not(a):not(label) {
  position: static;
}
.clickable-parent:not(a):not(label) > a::after, .clickable-parent:not(a):not(label) > label::after {
  content: "";
  position: absolute;
  inset: 0;
  cursor: pointer !important;
  display: flex;
}

.site__alertBars {
  position: relative;
  z-index: 5;
  background: #fff;
}
.-menuOpen .site__alertBars {
  display: none;
}
.site__alertBars a:not(.btn) {
  text-decoration: underline;
  color: inherit;
}
.site__alertBars p:where(:only-of-type) {
  text-wrap: initial;
}
.site__alertBars ._eyebrow {
  margin: 0;
  color: #000;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.site__alertBars__bar__title {
  color: #005889;
}
.dark .site__alertBars__bar__title {
  color: #fff;
}
@media (max-width: 1023.98px) {
  .site__alertBars__bar__title {
    font-size: 2.1rem !important;
  }
}
.site__alertBars .dark {
  background: #005889;
  color: #fff;
}
.site__alertBars .dark ._eyebrow {
  color: #fff;
}
.site__alertBars .dark .ctas .txt-link {
  color: #fff;
}
.site__alertBars .dark .icon span {
  background: #fff;
}
.site__alertBars .trigger {
  padding-top: 30px;
  padding-bottom: 5px;
  line-height: 1;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .site__alertBars .trigger {
    padding-top: 17px;
  }
}
.site__alertBars .trigger .icon.close {
  pointer-events: all;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .site__alertBars ._body, .site__alertBars .redactor,
  .site__alertBars ._redactor {
    font-size: 1.5rem;
    letter-spacing: 0.3px;
  }
}
.site__alertBars .type {
  font-size: 16px;
  line-height: 1;
}
.site__alertBars .data {
  padding-bottom: 25px;
}
.site__alertBars .alert-bar + .alert-bar {
  border-top: 1px solid #000;
}
.site__alertBars ._title p:last-child, .site__alertBars h6 p:last-child {
  margin: 0;
}
.site__alertBars ._title h3, .site__alertBars h6 h3 {
  margin: 0;
}
.site__alertBars ._title + .alert-text, .site__alertBars h6 + .alert-text {
  margin-top: 8px;
}
.site__alertBars ._title a, .site__alertBars h6 a {
  text-decoration: underline;
}
.site__alertBars .body a {
  text-decoration: underline;
}
.site__alertBars .body p {
  margin: 0;
  font-size: 14px;
  line-height: 23.8px;
}
@media (min-width: 1024px) {
  .site__alertBars .body p {
    font-size: 16px;
    line-height: 27.2px;
  }
}
.site__alertBars .icon {
  display: block;
  position: absolute;
  right: 18px;
  top: 0;
  width: 14px;
  height: 14px;
}
.site__alertBars .icon span {
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  background: #005889;
  transition: 0.2s;
}
.site__alertBars .icon span:first-child {
  top: 7px;
  left: 0;
  transform: rotate(-45deg);
}
.site__alertBars .icon span:last-child {
  top: 5px;
  left: 0;
  transform: rotate(45deg);
}
.site__alertBars .ctas {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 4px 16px;
}
.site__alertBars .ctas .txt-link {
  text-decoration: none;
  color: #005889;
}

._programFinder__left {
  position: relative;
  z-index: 5;
}
._programFinder__left__inner {
  position: relative;
  height: 100%;
  background: #eff2f4;
}
._programFinder__left__inner::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -3000px;
  right: -3000px;
  background: #eff2f4;
  pointer-events: none;
}
._programFinder__left__inner > div {
  position: relative;
}
._programFinder__left__inner > div .toggle-filters {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #005889;
}
@media (min-width: 1024px) {
  ._programFinder__left__inner > div .toggle-filters {
    display: none;
  }
}
._programFinder__left__inner > div .toggle-filters .icon {
  width: 32px;
  height: 32px;
}
._programFinder__left__inner > div .toggle-filters .icon__close {
  display: none;
}
._programFinder__left__inner > div .toggle-filters .icon__open {
  display: block;
}
._programFinder__left__inner > div .toggle-filters.-active {
  padding-bottom: 0;
}
@media (max-width: 1023.98px) {
  ._programFinder__left__inner > div .toggle-filters.-active ~ ._programFinder__left__filter {
    display: block;
  }
}
._programFinder__left__inner > div .toggle-filters.-active .icon__close {
  display: block;
}
._programFinder__left__inner > div .toggle-filters.-active .icon__open {
  display: none;
}
@media (min-width: 1024px) {
  ._programFinder__left__inner {
    padding: 80px 24px 80px 0;
  }
  ._programFinder__left__inner::before {
    right: 0;
  }
}
@media (min-width: 1440px) {
  ._programFinder__left {
    position: relative;
  }
}
._programFinder__left__filter {
  padding: 24px 0;
}
@media (max-width: 1023.98px) {
  ._programFinder__left__filter {
    display: none;
  }
}
._programFinder__left__filter:not(:last-child):not(.-select) {
  border-bottom: 1px solid #c8c8c8;
}
._programFinder__left__filter__title {
  margin: 0 0 16px;
  color: #005889;
}
._programFinder__right {
  position: relative;
}
._programFinder__goals {
  padding: 48px 0;
}
@media (min-width: 1024px) {
  ._programFinder__goals {
    padding: 80px 0;
  }
}
._programFinder__goals__eyebrow {
  color: #005889;
}
._programFinder__goals__title {
  margin-top: 8px;
  color: #005889;
}
._programFinder__goals__container {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
._programFinder__goals__item {
  cursor: pointer;
}
._programFinder__goals__item:hover > div {
  background: #005889;
  color: #fff;
}
._programFinder__goals__item:hover > div ._programFinder__goals__item__title {
  color: inherit;
}
._programFinder__goals__item__inner {
  display: flex;
  align-items: center;
  gap: 0 16px;
  border-radius: 8px;
  background: #eef4f7;
  padding: 16px;
}
@media (min-width: 1280px) {
  ._programFinder__goals__item__inner {
    padding: 24px;
    gap: 0 24px;
  }
}
._programFinder__goals__item__icon {
  flex-shrink: 0;
}
._programFinder__goals__item__icon__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
}
@media (min-width: 1280px) {
  ._programFinder__goals__item__icon__img {
    width: 60px;
    height: 60px;
  }
}
._programFinder__goals__item__icon__img img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}
@media (min-width: 1280px) {
  ._programFinder__goals__item__icon__img img {
    width: 40px;
    height: 40px;
  }
}
._programFinder__goals__item__icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #005889;
}
@media (min-width: 1280px) {
  ._programFinder__goals__item__icon i {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
._programFinder__goals__item__title {
  color: #005889;
}
._programFinder__goals__item__content {
  margin-top: 4px;
}
._programFinder .hidden {
  display: none !important;
}
._programFinder__degrees::before {
  position: absolute;
  content: "";
  left: -3000px;
  right: -3000px;
  top: 0;
  bottom: 0;
  background: #f8f8f8;
}
._programFinder__degrees > div {
  position: relative;
}
._programFinder__degrees__container {
  background: #f8f8f8;
}
._programFinder__degrees__item {
  position: relative;
  cursor: pointer;
}
._programFinder__degrees__item.-active ._programFinder__degrees__item__programs {
  display: block;
}
._programFinder__degrees__item.-active .icon__open {
  display: none;
}
._programFinder__degrees__item.-active .icon__close {
  display: block;
}
._programFinder__degrees__item.-active::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 17px;
  background: #fff;
  z-index: 5;
}
._programFinder__degrees__item::before {
  position: absolute;
  content: "";
  left: -3000px;
  right: -3000px;
  top: 0;
  height: 1px;
  background: #627f91;
}
._programFinder__degrees__item__inner {
  position: relative;
  padding: 24px 64px 24px 0;
}
@media (min-width: 1024px) {
  ._programFinder__degrees__item__inner {
    padding: 40px 88px 40px 16px;
  }
}
._programFinder__degrees__item__inner .icon {
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
}
@media (max-width: 1023.98px) {
  ._programFinder__degrees__item__inner .icon {
    width: 32px;
    height: 32px;
    right: 0;
  }
}
._programFinder__degrees__item__programs {
  display: none;
  position: relative;
  background: #fff;
}
@media (min-width: 1024px) {
  ._programFinder__degrees__item__programs {
    padding: 16px 0;
  }
}
._programFinder__degrees__item__programs::before {
  position: absolute;
  content: "";
  left: -50px;
  right: -3000px;
  top: 0;
  bottom: 0;
  background: #fff;
}
._programFinder__degrees__item__programs > * {
  position: relative;
}
._programFinder__degrees__item__program {
  padding: 24px 64px 24px 0;
}
._programFinder__degrees__item__program:not(:last-child) {
  border-bottom: 1px solid #627f91;
}
@media (min-width: 1024px) {
  ._programFinder__degrees__item__program {
    padding: 24px 88px 24px 16px;
  }
}
._programFinder__degrees__item__program .icon__program {
  position: absolute;
  top: 63px;
  right: 10px;
  transform: translateY(-50%);
}
._programFinder__degrees__item__program .icon__program svg {
  width: 16px;
  height: 8px;
}
@media (min-width: 1024px) {
  ._programFinder__degrees__item__program .icon__program {
    right: 50px;
  }
}
._programFinder__degrees__item__program .icon__program__open {
  display: none;
}
._programFinder__degrees__item__program__title p {
  margin: 0 0 8px;
}
._programFinder__degrees__item__program__courses {
  display: none;
}
._programFinder__degrees__item__program__courses p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
._programFinder__degrees__item__program__content {
  display: none;
}
._programFinder__degrees__item__program__content ._prog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
._programFinder__degrees__item__program__content ._prog-meta span {
  padding-inline: 8px;
  border-radius: 100px;
  background-color: #E9E9E9;
}
._programFinder__degrees__item__program.-active ._programFinder__degrees__item__program__courses,
._programFinder__degrees__item__program.-active ._programFinder__degrees__item__program__content {
  display: block;
}
._programFinder__degrees__item__program.-active .icon__program__open {
  display: block;
}
._programFinder__degrees__item__program.-active .icon__program__close {
  display: none;
}
._programFinder__degrees__item__program__overview {
  font-size: 1.8rem;
  line-height: 160%;
  letter-spacing: 0%;
}
._programFinder__degrees__item__program__overview p {
  margin: 0;
}
._programFinder__degrees__item__title {
  color: #005889;
}
._programFinder__degrees__item__content .txt-link {
  text-decoration: none;
}
._programFinder .tag {
  font-size: 1.4rem;
  line-height: 2.24rem;
  font-weight: 600;
  color: #005889;
  background: #e9e9e9;
  border-radius: 100px;
  padding: 1px 7px;
}

@media (max-width: 1023.98px) {
  .blog__listing {
    margin-top: 40px;
  }
}
.blog__listing .wrapper > ._w {
  gap: 32px 0;
}
.blog__listing .tease ._w {
  gap: 16px 0;
}
.blog__listing .tease__left {
  gap: 8px 0;
}
.blog__listing .tease__left .txt-link {
  padding-top: 8px;
}
.blog .stickyPosts {
  margin: 0 0 32px;
}
@media (max-width: 1023.98px) {
  .blog .stickyPosts {
    margin-top: 40px;
  }
}
.blog .stickyPosts h2 {
  margin: 0 0 16px;
}
._search__form {
  display: flex;
  flex-direction: column;
  gap: 16px 24px;
}
._search__form .form {
  display: flex;
  align-items: flex-end;
  gap: 0 16px;
  flex: 1;
  width: 100%;
}
._search__form .form .field__searchIcon {
  position: relative;
  flex: 1;
}
._search__form .form input[type=text] {
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #005889;
  border-radius: 0;
  font-size: 18px;
  line-height: 18px;
  padding: 8px 0 8px 32px;
}
._search__form .form svg {
  position: absolute;
  left: 6px;
  top: 14px;
  width: 16px;
  height: 16px;
}
@media (min-width: 390px) {
  ._search__form {
    flex-direction: row;
    align-items: flex-end;
  }
}
._search__results {
  margin-top: 48px;
}
@media (min-width: 390px) {
  ._search__results {
    margin-top: 64px;
  }
}
._search__results__item:not(:first-child) {
  margin-top: 32px;
}
._search__results__item__title {
  color: #005889;
}
._search__results__item__inner {
  display: flex;
  width: 100%;
  gap: 0 16px;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 390px) {
  ._search__results__item__inner {
    gap: 0 24px;
  }
}
._search__results__item__left {
  flex-shrink: 0;
}
._search__results__item__left i {
  position: relative;
  display: flex;
  align-items: center;
  justify-items: center;
  font-size: 26px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 4px solid #d69400;
  color: #d69400;
}
._search__results__item__left i::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
._search__results__item__right {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  width: 100%;
}

.program__programRequirements div.acalog-permalink,
.program__programRequirements p {
  display: inline;
}
.program__programRequirements h4 {
  margin: 20px 0px 10px 0px;
}
.program__programRequirements ul {
  margin: 10px 0px;
}

.js-aosCourses._12 {
  padding: 0 !important;
}

._w.-gap-y-3:has(> .js-aosCourses) {
  margin: 0 !important;
}

.program__aosCourses__data._12:has(> ._w) {
  padding: 0 !important;
}

.program__courseMap .acalog-permalink-tooltip > .acalog-permalink-container,
.program__aosCourses .acalog-permalink-tooltip > .acalog-permalink-container,
.program__programRequirements .acalog-permalink-tooltip > .acalog-permalink-container {
  position: absolute;
  padding: 10px;
  border: 1px solid #444;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  z-index: 2;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.program__courseMap .acalog-permalink-tooltip > .acalog-permalink-container:empty,
.program__aosCourses .acalog-permalink-tooltip > .acalog-permalink-container:empty,
.program__programRequirements .acalog-permalink-tooltip > .acalog-permalink-container:empty {
  display: none;
}
.program__courseMap .acalog-permalink-tooltip > .acalog-permalink-container .acalog-course-title,
.program__aosCourses .acalog-permalink-tooltip > .acalog-permalink-container .acalog-course-title,
.program__programRequirements .acalog-permalink-tooltip > .acalog-permalink-container .acalog-course-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 5px;
}
.program__courseMap .acalog-permalink-tooltip > .acalog-permalink-container .acalog-course-body,
.program__courseMap .acalog-permalink-tooltip > .acalog-permalink-container .acalog-course-body p,
.program__aosCourses .acalog-permalink-tooltip > .acalog-permalink-container .acalog-course-body,
.program__aosCourses .acalog-permalink-tooltip > .acalog-permalink-container .acalog-course-body p,
.program__programRequirements .acalog-permalink-tooltip > .acalog-permalink-container .acalog-course-body,
.program__programRequirements .acalog-permalink-tooltip > .acalog-permalink-container .acalog-course-body p {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.program__courseMap .acalog-permalink-tooltip > .acalog-permalink-container .acalog-course-body a,
.program__aosCourses .acalog-permalink-tooltip > .acalog-permalink-container .acalog-course-body a,
.program__programRequirements .acalog-permalink-tooltip > .acalog-permalink-container .acalog-course-body a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: default;
}
.program__courseMap .acalog-permalink-tooltip .acalog-close,
.program__aosCourses .acalog-permalink-tooltip .acalog-close,
.program__programRequirements .acalog-permalink-tooltip .acalog-close {
  margin-right: -1px;
  position: absolute;
  right: 0;
  margin-top: 10px;
  padding: 3px;
  border: 1px solid #444;
  border-top: none;
  border-radius: 0 0 3px 3px;
  float: right;
  font-size: 14px;
  background-color: #fff;
}

.program__aosCourses.js-aosProgramCourse .acalog-program-core-course-body {
  display: none;
  position: absolute;
  padding: 10px;
  border: 1px solid #444;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  z-index: 2;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.program__aosCourses.js-aosProgramCourse .acalog-program-core-course-body .acalog-course-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 5px;
}
.program__aosCourses.js-aosProgramCourse .acalog-program-core-course-body .acalog-course-body,
.program__aosCourses.js-aosProgramCourse .acalog-program-core-course-body .acalog-course-body p {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.program__aosCourses.js-aosProgramCourse .acalog-program-core-course-body .acalog-course-body a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: default;
}
.program__aosCourses.js-aosProgramCourse .acalog-program-core-course-body + .acalog-close {
  display: none;
}
.program__aosCourses.js-aosProgramCourse .acalog-close {
  margin-right: -1px;
  position: absolute;
  right: 0;
  margin-top: 10px;
  padding: 3px;
  border: 1px solid #444;
  border-top: none;
  border-radius: 0 0 3px 3px;
  float: right;
  font-size: 14px;
  background-color: #fff;
}
.program__aosCourses.js-aosProgramCourse .acalog-program-core-course-link + .acalog-program-core-course-container > .acalog-program-core-course-title {
  display: none;
}
.program__aosCourses.js-aosProgramCourse h2.acalog-program-core-name {
  margin: 20px 0px 10px 0px;
  color: #000000;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
}
.program__aosCourses.js-aosProgramCourse h3.acalog-program-core-name {
  margin: 20px 0px 10px 0px;
  color: #000000;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
}
.program__aosCourses.js-aosProgramCourse .acalog-program-core-description p {
  font-size: 1.8rem;
  line-height: 2.88rem;
  margin: 10px 0px;
}
.program__aosCourses.js-aosProgramCourse .acalog-program-core-description hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
  height: 0;
}
.program__aosCourses.js-aosProgramCourse .acalog-program-core-description ul {
  margin: 10px 0px;
  padding: 0px 0px 0px 30px;
  list-style-position: outside;
}
.program__aosCourses.js-aosProgramCourse .acalog-program-core-description ul li {
  font-size: 1.8rem;
  line-height: 2.88rem;
  margin: 0px 0px 2px 0px;
}
.program__aosCourses.js-aosProgramCourse .acalog-program-core-course-title {
  font-size: 1.6rem;
  line-height: 2.56rem;
  font-weight: 400;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .program__aosCourses.js-aosProgramCourse .acalog-program-core-course-title {
    font-size: 1.8rem;
    line-height: 2.88rem;
  }
}
.editor-styles-wrapper .program__aosCourses.js-aosProgramCourse .acalog-program-core-course-title {
  font-size: 1.4rem;
  line-height: 1.2;
}
.program__aosCourses.js-aosProgramCourse a {
  color: #005889;
}

.program__module__redactor .acalog-permalink.acalog-permalink-tooltip {
  display: inline-block;
}

body #tribe-events-pg-template#tribe-events-pg-template {
  max-width: 100%;
}
body #tribe-events-pg-template#tribe-events-pg-template #tribe-events-content {
  max-width: 960px;
  margin: 0 auto;
}
body #tribe-events-pg-template#tribe-events-pg-template #tribe-events-content .tribe-events-single-event-description {
  margin-top: 20px;
}
body #tribe-events-pg-template#tribe-events-pg-template #tribe-events-content .tribe-events-single-event-description > .module-common > .container > .wrapper {
  padding: 0;
}
body #tribe-events-pg-template#tribe-events-pg-template #tribe-events-content .tribe-events-event-image img {
  width: 100%;
  height: auto;
}
body #tribe-events-pg-template#tribe-events-pg-template #tribe-events-content img {
  width: 100%;
  height: auto;
}
body.post-type-archive-tribe_events .tribe-common .tribe-common-l-container {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 1024px) {
  body.post-type-archive-tribe_events .content__inner {
    padding: 0 80px;
    max-width: 1480px;
    margin: 0 auto;
  }
}
body.post-type-archive-tribe_events .content__inner .tribe-events-calendar-list__event-row {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  border-radius: 8px;
}

._cpProgramReqs {
  margin-top: 40px;
}
._cpProgramReqs__content {
  position: static;
}
._cpProgramReqs .help_block {
  display: none;
}
._cpProgramReqs a {
  color: #005889;
}
._cpProgramReqs .block_content_outer {
  padding: 0;
}
._cpProgramReqs .block_content_outer td {
  padding: 0;
}
._cpProgramReqs .block_content_outer h1 {
  font-size: 3.2rem;
  line-height: 3.2rem;
  margin: 15px 0 0;
}
._cpProgramReqs .block_content_outer h2 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin: 0 0 10px;
}
._cpProgramReqs .block_content_outer .print_link {
  display: none;
}
._cpProgramReqs .block_content_outer .block_content .table_default .td_dark {
  border: 1px solid transparent;
}
._cpProgramReqs .block_content_outer .block_content .table_default .td_dark.preview_td {
  color: #000;
  text-decoration: none;
}
._cpProgramReqs .block_content_outer .block_content .table_default .td_dark.preview_td ~ .td_dark {
  border-color: #000;
}
._cpProgramReqs .block_content_outer .block_content .table_default .acalog-course .coursepadding {
  padding: 0 10px;
}
._cpProgramReqs .acalog_top_link {
  display: none;
}
._cpProgramReqs div[style="float: right"]:has(a.acalog_top_link) {
  display: none;
}
._cpProgramReqs p:empty {
  display: none;
}
._cpProgramReqs .goBack {
  margin: 0 0 25px;
}
._cpProgramReqs .goBack.hidden {
  display: none;
}
._cpProgramReqs a[href="#top"] {
  display: none;
}

.js-hideAcalog {
  display: none;
}

.tooltip {
  position: absolute;
  width: 300px;
  margin-top: 10px;
  padding: 5px 10px 15px 10px;
  border: 2px solid #666;
  border-left: 2px solid #CCC;
  border-top: 2px solid #CCC;
  background-color: #EEE;
}

.tooltip {
  width: 350px !important;
  border: 1px solid transparent !important;
  opacity: 1 !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) !important;
}

.skip-link-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.btn {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #005889;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  border: 0;
  padding: 1.2rem 4.1rem;
  text-decoration: none;
  transition: 0.2s;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn:not(.-outline):not(.-supernav):not(.-white):not(.-label) {
  overflow: hidden;
}
.btn:not(.-outline):not(.-supernav):not(.-white):not(.-label)::before, .btn:not(.-outline):not(.-supernav):not(.-white):not(.-label)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 0);
  transform: translateX(-20px);
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  transition: 0.2s;
}
.btn:not(.-outline):not(.-supernav):not(.-white):not(.-label)::before {
  right: 8px;
  background: #004a79;
}
.btn:not(.-outline):not(.-supernav):not(.-white):not(.-label)::after {
  right: 28px;
  background: #002d57;
}
.btn:not(.-outline):not(.-supernav):not(.-white):not(.-label):hover::before, .btn:not(.-outline):not(.-supernav):not(.-white):not(.-label):hover::after {
  transform: none;
  visibility: visible;
  opacity: 1;
}
.btn.-white {
  background: #fff;
  color: #005889;
}
.btn.-white:hover {
  background: rgba(255, 255, 255, 0.7);
}
.btn.-outline {
  background: #fff;
  border: 2px solid #005889;
  color: #005889;
  padding: 1rem 3.9rem;
}
.btn.-outline:hover {
  border-color: #d69400;
}
.btn.-sm {
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding: 1rem 2rem;
}
.btn.-sm.-outline {
  padding: 0.8rem 1.8rem;
}
.btn.-supernav {
  background: #fff;
  padding: 0.9rem 1.1rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  border: 1px solid #005889;
  color: #005889;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn.-supernav:hover {
  background: #005889;
  color: #fff;
}
.btn.-label {
  font-size: 1.1rem;
  line-height: 1.1rem;
  padding: 0.7rem 1.16rem 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #0092b3;
  color: #fff;
}
.btn.-label:hover {
  opacity: 0.8;
}
.btn.-label.-green {
  background: #6e8c3f;
}
.btn.-label.-gold {
  background: #efc37c;
  color: #55565a;
}
.btn.-label.-magenta {
  background: #ba2355;
}
.btn.-label.-purple {
  background: #682d6c;
}
.btn.-label.-gray {
  background: #627f91;
}

.single-post .breadcrumbs {
  margin: 0 0 24px;
}
.single-post .singleHeader__post__meta {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.single-post .singleHeader__post__meta span {
  display: inline-block;
}
.single-post .page__content__post {
  padding-bottom: 80px;
}
.single-post .page__content__post .wrapper {
  padding: 0;
}
.single-post .page__content__post .redactor {
  text-wrap: inherit;
}
.single-post .page__content__post .redactor figure {
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .single-post .page__content__post .redactor figure {
    padding-inline: 24px;
  }
}
.single-post .page__content__post .redactor figcaption {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #787878;
  margin-top: 3px;
}
.single-post .page__content__post .redactor a {
  color: #005889;
}
.single-post .page__content__post .redactor section {
  margin: 32px 0;
}
.single-post .page__content__post .redactor section:first-child {
  margin-top: 0;
}
.single-post .post__share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #627f91;
}
.single-post .post__share p {
  margin: 0 0 5px;
}
.single-post .post__share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.single-post .post__share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #0092b3;
  text-decoration: none;
}
.single-post .post__share i {
  color: #fff;
  font-size: 18px;
}
.single-post .post__tags {
  margin-top: 40px;
}
.single-post .post__tags p {
  margin: 0 0 5px;
}
.single-post .post__tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-post .post__tags li {
  display: inline-block;
  margin-right: 6px;
}
.single-post .post__tags .btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  padding: 4px 6px;
}

.singleHeader.-post {
  margin: 0 0 32px;
}
.singleHeader.-post img {
  margin: 32px 0 0;
}
.singleHeader.-post img + .caption {
  margin-top: 8px;
}
.singleHeader__post__title {
  margin: 0 0 8px;
}

.program__module p {
  margin-left: 0 !important;
}
.program__overview {
  padding: 32px 0;
}
.program__careerPathways {
  background: #f9f9f9;
  padding: 32px 0;
}
.program__careerPathways .embedWrapper .container_emsi:has(iframe), .program__careerPathways .embedWrapper .container_emsi:has(video) {
  display: flex;
  justify-content: center;
}
.program__careerPathways .embedWrapper .container_emsi:has(iframe) iframe,
.program__careerPathways .embedWrapper .container_emsi:has(iframe) video, .program__careerPathways .embedWrapper .container_emsi:has(video) iframe,
.program__careerPathways .embedWrapper .container_emsi:has(video) video {
  min-width: 360px !important;
  height: 540px !important;
}
.program__programRequirements {
  padding: 32px 0;
}
.program__programRequirements + .program__programNotes {
  margin-top: -20px;
}
.program__programNotes {
  padding: 32px 0;
}
.program__programNotes h3 {
  margin: 0 !important;
}
.program__programAccreditation {
  padding: 32px 0;
}
.program__programAccreditation table,
.program__programAccreditation table * {
  font-family: inherit !important;
}
.program__courseMap {
  background: #f9f9f9;
  padding: 32px 0;
}
.program__courseMap__semesters {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px 0;
}
.program__courseMap__semester {
  cursor: pointer;
  opacity: 0.5;
  padding: 12px 0 0;
}
.program__courseMap__semester__title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 20px;
  font-size: 2.4rem;
  line-height: 3.12rem;
  font-weight: 600;
  color: #55565a;
  border-bottom: 1px solid rgba(85, 86, 90, 0.25);
  padding: 0 0 12px;
}
@media (min-width: 768px) {
  .program__courseMap__semester__title {
    font-size: 2.8rem;
    line-height: 3.64rem;
  }
}
.program__courseMap__semester .icon-mobile {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .program__courseMap__semester .icon-mobile {
    display: none !important;
  }
}
.program__courseMap__semester .icon-mobile .icon-mobile-open {
  display: none;
}
.program__courseMap__semester .icon-desktop {
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .program__courseMap__semester .icon-desktop {
    display: none !important;
  }
}
.program__courseMap__semester .icon-desktop .icon-mobile-open {
  display: none;
}
.program__courseMap__semester.-active {
  opacity: 1;
}
.program__courseMap__semester.-active .program__courseMap__semester__title {
  color: #005889;
}
.program__courseMap__semester.-active .program__courseMap__semester__title .icon-mobile .icon-mobile-open,
.program__courseMap__semester.-active .program__courseMap__semester__title .icon-desktop .icon-mobile-open {
  display: block;
}
.program__courseMap__semester.-active .program__courseMap__semester__title .icon-mobile .icon-mobile-close,
.program__courseMap__semester.-active .program__courseMap__semester__title .icon-desktop .icon-mobile-close {
  display: none;
}
.program__courseMap__semester.-active .program__courseMap__semester__mobileCourses {
  display: block;
}
.program__courseMap__semester__mobileCourses {
  padding: 32px 0 28px;
  display: none;
}
@media (min-width: 768px) {
  .program__courseMap__semester__mobileCourses {
    display: none !important;
  }
}
.program__courseMap__semester__mobileCourses ._title, .program__courseMap__semester__mobileCourses h6 {
  display: flex;
  justify-content: space-between;
}
.program__courseMap__semester__mobileCourses ._title span:nth-child(2), .program__courseMap__semester__mobileCourses h6 span:nth-child(2) {
  flex-shrink: 0;
  width: 65px;
  text-align: center;
}
@media (min-width: 768px) {
  .program__courseMap__semester__mobileCourses ._title span:nth-child(2), .program__courseMap__semester__mobileCourses h6 span:nth-child(2) {
    width: 100px;
  }
}
.program__courseMap__semester__mobileCourses__course {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.program__courseMap__semester__mobileCourses__course a {
  color: inherit;
  font-size: 16px;
  line-height: 1.3;
}
.program__courseMap__semester__mobileCourses__course .credits {
  flex-shrink: 0;
  width: 65px;
  text-align: center;
}
@media (min-width: 768px) {
  .program__courseMap__semester__mobileCourses__course .credits {
    width: 100px;
  }
}
.program__courseMap__semesters__desktop {
  margin-top: 12px;
}
@media (max-width: 767.98px) {
  .program__courseMap__semesters__desktop {
    display: none;
  }
}
.program__courseMap__semesters__desktop__semester {
  display: none;
}
.program__courseMap__semesters__desktop__semester.-active {
  display: block;
}
.program__courseMap__semesters__desktop__semester ._title, .program__courseMap__semesters__desktop__semester h6 {
  display: flex;
  justify-content: space-between;
}
.program__courseMap__semesters__desktop__semester ._title span:nth-child(2), .program__courseMap__semesters__desktop__semester h6 span:nth-child(2) {
  flex-shrink: 0;
  width: 65px;
  text-align: center;
}
@media (min-width: 768px) {
  .program__courseMap__semesters__desktop__semester ._title span:nth-child(2), .program__courseMap__semesters__desktop__semester h6 span:nth-child(2) {
    width: 100px;
  }
}
.program__courseMap__semesters__desktop__semester__course {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.program__courseMap__semesters__desktop__semester__course a {
  color: inherit;
  font-size: 18px;
  line-height: 1.3;
}
.program__courseMap__semesters__desktop__semester__course a ._body-sm {
  font-size: inherit;
  line-height: 2;
}
.program__courseMap__semesters__desktop__semester__course .credits {
  flex-shrink: 0;
  width: 65px;
  text-align: center;
}
@media (min-width: 768px) {
  .program__courseMap__semesters__desktop__semester__course .credits {
    width: 100px;
  }
}
.program__learningOutcomes {
  padding: 32px 0;
}
.program__aosCourses {
  padding: 32px 0;
}
.program__aosCourses__data__section__course a {
  color: inherit;
}
.program__sidebar__degree:not(:first-child) .program__sidebar__degree__inner {
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
}

.single-course .course__sidebar a {
  color: inherit;
  text-decoration: none;
}
.single-course .course__sidebar a:hover {
  text-decoration: underline;
}

.blog .page__content,
.tag .page__content,
.search .page__content {
  padding: 0 0 80px;
}
.blog .breadcrumbs,
.tag .breadcrumbs,
.search .breadcrumbs {
  margin: 0 0 40px;
}
.blog .archive__listing h2,
.tag .archive__listing h2,
.search .archive__listing h2 {
  margin: 0 0 24px;
  color: #000;
}
.blog .archive__listing.-sticky,
.tag .archive__listing.-sticky,
.search .archive__listing.-sticky {
  margin: 0 0 80px;
}
@media (min-width: 1024px) {
  .blog .archive__listing.-sticky .archive__listing__posts .tease-post:nth-child(even) .tease__right,
  .tag .archive__listing.-sticky .archive__listing__posts .tease-post:nth-child(even) .tease__right,
  .search .archive__listing.-sticky .archive__listing__posts .tease-post:nth-child(even) .tease__right {
    order: 1;
  }
  .blog .archive__listing.-sticky .archive__listing__posts .tease-post:nth-child(even) .tease__left,
  .tag .archive__listing.-sticky .archive__listing__posts .tease-post:nth-child(even) .tease__left,
  .search .archive__listing.-sticky .archive__listing__posts .tease-post:nth-child(even) .tease__left {
    order: 0;
  }
}
.blog .load-more,
.tag .load-more,
.search .load-more {
  margin: 64px 0 0;
  text-align: center;
}

.tease a {
  color: inherit;
  text-decoration: none;
}
.tease a:hover .txt-link::before {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .tease ._w {
    gap: 16px 0;
  }
}
@media (min-width: 768px) {
  .tease ._w {
    align-items: center;
  }
}
.tease__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px 0;
}
.tease .txt-link {
  margin-right: auto;
}
.tease:not(:first-child) {
  margin-top: 50px;
  padding-top: 51px;
  border-top: 1px solid #d9d9d9;
}
.tease img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.cards {
  margin-top: 48px;
}
.cards ._w {
  gap: 40px 0;
}

.card__inner {
  color: inherit;
  text-decoration: none;
}
.card__inner:hover .txt-link::before {
  width: 100%;
}
.card img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__content {
  padding: 16px 0 0;
}
.card__desc {
  margin: 8px 0 0;
}
.card__cta {
  margin-top: auto;
  padding-top: 16px;
}

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

._introBlock {
  text-align: center;
  margin: 64px 0;
}
._introBlock__title {
  color: #005889;
  margin: 0 0 16px;
}
._introBlock__text {
  color: #55565a;
  margin: 0;
}
._introBlock__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 25px;
  margin-top: 32px;
}

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

._introFeatureBlock {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
}
@media (min-width: 1280px) {
  ._introFeatureBlock {
    padding: 80px 0;
  }
}
._introFeatureBlock .content {
  position: relative;
  z-index: 1;
}
._introFeatureBlock .content__inner {
  background: #fff;
  padding: 32px 16px;
  text-align: center;
}
@media (min-width: 768px) {
  ._introFeatureBlock .content__inner {
    padding: 32px;
  }
}
@media (min-width: 1024px) {
  ._introFeatureBlock .content__inner {
    padding: 56px;
  }
}
@media (min-width: 1280px) {
  ._introFeatureBlock .content__inner {
    padding: 72px;
  }
}
@media (min-width: 1440px) {
  ._introFeatureBlock .content__inner {
    padding: 45px 72px;
  }
}
._introFeatureBlock__text {
  margin: 16px 0 0;
  color: #55565a;
}
._introFeatureBlock__image {
  position: relative;
  padding: 0 24px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  ._introFeatureBlock__image {
    margin-top: -80px;
  }
}
._introFeatureBlock__image img, ._introFeatureBlock__image .plyr {
  position: relative;
  min-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  ._introFeatureBlock__image img, ._introFeatureBlock__image .plyr {
    min-height: 0;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1280px) {
  ._introFeatureBlock__image img, ._introFeatureBlock__image .plyr {
    max-width: 1392px;
  }
}
._introFeatureBlock::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: #eff2f4;
}
._introFeatureBlock:has(img, .plyr)::before {
  height: calc(75% - 64px);
}
@media (min-width: 1280px) {
  ._introFeatureBlock:has(img, .plyr)::before {
    height: calc(75% - 80px);
  }
}

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

._redactorBlock {
  margin: 40px 0;
}
._redactorBlock h1, ._redactorBlock h2, ._redactorBlock h3, ._redactorBlock h4, ._redactorBlock h5, ._redactorBlock h6 {
  color: #005889;
}
._redactorBlock a {
  font-weight: 700;
}

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

._featureTeaser {
  padding: 48px 0;
}
._featureTeaser p {
  margin: 0;
}
@media (min-width: 1280px) {
  ._featureTeaser {
    padding: 64px 0;
  }
}
._featureTeaser.is-style-dristig-blue, .is-style-dristig-blue ._featureTeaser {
  background: #0092b3;
  color: #fff;
}
._featureTeaser.is-style-dristig-blue ._featureTeaser__title,
._featureTeaser.is-style-dristig-blue ._featureTeaser__text, .is-style-dristig-blue ._featureTeaser ._featureTeaser__title,
.is-style-dristig-blue ._featureTeaser ._featureTeaser__text {
  color: inherit;
}
._featureTeaser.is-style-baltic-blue, .is-style-baltic-blue ._featureTeaser {
  background: #005889;
  color: #fff;
}
._featureTeaser.is-style-baltic-blue ._featureTeaser__title,
._featureTeaser.is-style-baltic-blue ._featureTeaser__text, .is-style-baltic-blue ._featureTeaser ._featureTeaser__title,
.is-style-baltic-blue ._featureTeaser ._featureTeaser__text {
  color: inherit;
}
._featureTeaser ._w {
  align-items: center;
  gap: 24px 0;
}
._featureTeaser .content__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px 0;
}
@media (min-width: 768px) {
  ._featureTeaser .content__inner {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1024px) {
  ._featureTeaser .content__inner {
    padding: 0 0 0 32px;
  }
}
@media (min-width: 768px) {
  ._featureTeaser .content__inner.-isRight {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1024px) {
  ._featureTeaser .content__inner.-isRight {
    padding: 0 32px 0 0;
  }
}
._featureTeaser__title {
  color: #005889;
}
._featureTeaser__text {
  color: #55565a;
}
._featureTeaser__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 16px;
}
._featureTeaser .image img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

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

._smartTeaser {
  padding: 48px 0;
}
@media (min-width: 1024px) {
  ._smartTeaser {
    padding: 64px 0;
  }
}
._smartTeaser.is-style-light, .is-style-light ._smartTeaser {
  background: #f9f9f9;
}
._smartTeaser .top p {
  margin: 0;
}
._smartTeaser .top .content__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px 0;
}
._smartTeaser__title {
  color: #005889;
}
._smartTeaser__text {
  color: #55565a;
}
._smartTeaser .bot {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  ._smartTeaser .bot {
    margin-top: 48px;
  }
}
._smartTeaser__teasers ._w {
  gap: 48px 0;
}
._smartTeaser__teaser p,
._smartTeaser__teaser h3 {
  margin: 0;
}
._smartTeaser__teaser__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
._smartTeaser__teaser__img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
._smartTeaser__teaser__heading {
  color: #005889;
  margin-top: 8px;
}
._smartTeaser__teaser__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  ._smartTeaser__teaser__cta {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  ._smartTeaser__teaser__cta {
    margin-top: 16px;
  }
}

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

._pathways {
  padding: 48px 0;
}
@media (min-width: 768px) {
  ._pathways {
    padding: 80px 0;
  }
}
._pathways p {
  margin: 0;
}
._pathways.is-style-neutral, .is-style-neutral ._pathways {
  background: #f9f9f9;
}
._pathways .top svg {
  margin-bottom: 8px;
}
._pathways .top .content__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px 0;
}
._pathways__title {
  color: #005889;
}
._pathways .bot {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  ._pathways .bot {
    margin-top: 48px;
  }
}
._pathways .bot ._w {
  gap: 40px 0;
}
@media (min-width: 768px) {
  ._pathways__allTopics__inner {
    padding-right: 12px;
  }
}
@media (min-width: 1024px) {
  ._pathways__allTopics__inner {
    padding-right: 20px;
    padding-left: 32px;
  }
}
._pathways__topics__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px 0;
}
._pathways__topic {
  display: block;
  width: 100%;
  padding: 9px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: transparent;
  text-decoration: none;
  color: #005889;
}
.editor-styles-wrapper ._pathways__topic {
  text-decoration: none;
}
._pathways__topic:not(.-active):hover {
  opacity: 0.7;
}
._pathways__topic.-active {
  background: #005889;
  color: #fff;
}
@media (min-width: 768px) {
  ._pathways__allLinks__inner {
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  ._pathways__allLinks__inner {
    padding-left: 20px;
  }
}
._pathways__links__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 11px 0;
}
._pathways__link__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 11px 16px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #d9d9d9;
  background: transparent;
  text-decoration: none;
  color: #005889;
}
.editor-styles-wrapper ._pathways__link__btn {
  text-decoration: none;
}
._pathways__link__btn:hover {
  text-decoration: underline;
}
._pathways__link__btn svg {
  flex-shrink: 0;
  margin-left: 20px;
}
@media (min-width: 768px) {
  ._pathways__link__btn {
    padding-left: 0;
  }
}
._pathways__splitTitle {
  margin: 0 0 12px;
}

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

._quote {
  padding: 56px 0;
  color: #fff;
}
._quote p {
  margin: 0;
}
._quote.is-style-neutral, .is-style-neutral ._quote {
  background: #f9f9f9;
  color: #f9f9f9;
}
._quote.is-style-baltic-blue, .is-style-baltic-blue ._quote {
  background: #005889;
  color: #005889;
}
._quote.is-style-baltic-blue ._quote__content, .is-style-baltic-blue ._quote ._quote__content {
  color: #fff;
}
._quote.is-style-baltic-blue ._quote__author, .is-style-baltic-blue ._quote ._quote__author {
  color: #fff;
}
._quote__img {
  display: inline-block;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  ._quote__img {
    margin: 0 auto;
  }
}
._quote__img svg {
  position: absolute;
  top: 3px;
  right: 12px;
}
@media (min-width: 576px) {
  ._quote__img {
    padding-right: 16px;
  }
}
._quote__img.-noImage img {
  -o-object-fit: contain;
     object-fit: contain;
}
._quote__content {
  color: #000;
}
@media (max-width: 575.98px) {
  ._quote__content {
    text-align: center;
  }
}
@media (min-width: 576px) {
  ._quote__content {
    padding-left: 16px;
  }
}
._quote img {
  width: 212px;
  height: 212px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 2px;
  background: #fff;
  border: 10px solid currentColor;
  box-shadow: 0 0 0 4px #efc37c;
  color: inherit;
}
._quote .content__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}
@media (min-width: 576px) {
  ._quote .content__inner {
    flex-wrap: nowrap;
  }
}
._quote__quote {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
._quote__quote::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #d69400;
}
@media (max-width: 575.98px) {
  ._quote__quote::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
._quote__author {
  color: #005889;
}
._quote__caption {
  margin-top: 8px !important;
}

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

._ctaBar {
  position: relative;
  text-align: center;
  padding: 48px 0;
}
._ctaBar .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
._ctaBar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
._ctaBar .overlay.-opacity {
  opacity: 0.9;
}
._ctaBar .container {
  position: relative;
}
._ctaBar.is-style-default ._ctaBar__desc, .is-style-default ._ctaBar ._ctaBar__desc {
  color: #55565a;
}
._ctaBar.is-style-neutral .overlay, .is-style-neutral ._ctaBar .overlay {
  background: #f9f9f9;
}
._ctaBar.is-style-neutral ._ctaBar__desc, .is-style-neutral ._ctaBar ._ctaBar__desc {
  color: #55565a;
}
._ctaBar.is-style-baltic-blue, .is-style-baltic-blue ._ctaBar {
  color: #fff;
}
._ctaBar.is-style-baltic-blue .overlay, .is-style-baltic-blue ._ctaBar .overlay {
  background: #005889;
}
._ctaBar.is-style-baltic-blue ._ctaBar__title, .is-style-baltic-blue ._ctaBar ._ctaBar__title {
  color: #fff;
}
._ctaBar p {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  ._ctaBar {
    padding: 80px 0;
  }
}
._ctaBar__title {
  position: relative;
  color: #005889;
  padding-bottom: 16px;
}
._ctaBar__title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 4px;
  background: #d69400;
  transform: translateX(-50%);
}
._ctaBar__desc {
  margin-top: 16px;
}
._ctaBar__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
._ctaBar__ctas.margin-0 {
  margin-top: 0;
}

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

._featureLinks {
  padding: 64px 0;
}
@media (min-width: 1280px) {
  ._featureLinks {
    padding: 80px 0;
  }
}
._featureLinks.is-style-default, .is-style-default ._featureLinks {
  background: #fff;
}
._featureLinks.is-style-default ._featureLinks__desc a, .is-style-default ._featureLinks ._featureLinks__desc a {
  color: #005889;
}
._featureLinks.is-style-neutral, .is-style-neutral ._featureLinks {
  background: #f9f9f9;
}
._featureLinks.is-style-neutral ._featureLinks__desc a, .is-style-neutral ._featureLinks ._featureLinks__desc a {
  color: #005889;
}
._featureLinks.is-style-baltic, .is-style-baltic ._featureLinks {
  background: #005889;
}
._featureLinks.is-style-baltic ._featureLinks__title, .is-style-baltic ._featureLinks ._featureLinks__title {
  color: #fff;
}
._featureLinks.is-style-baltic ._featureLinks__desc, .is-style-baltic ._featureLinks ._featureLinks__desc {
  color: #fff;
}
._featureLinks.is-style-baltic ._featureLinks__desc a, .is-style-baltic ._featureLinks ._featureLinks__desc a {
  color: #fff;
}
._featureLinks.is-style-baltic ._featureLinks__links__link__btn, .is-style-baltic ._featureLinks ._featureLinks__links__link__btn {
  color: #fff;
}
._featureLinks.is-style-baltic ._featureLinks__links__link__btn::after, .is-style-baltic ._featureLinks ._featureLinks__links__link__btn::after {
  border-color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  ._featureLinks .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
._featureLinks .left__inner ._featureLinks__icon {
  margin-bottom: 14px;
  font-size: 40px;
}
._featureLinks__title {
  color: #005889;
}
._featureLinks__title + ._featureLinks__desc {
  margin-top: 24px;
}
._featureLinks__desc p:last-child {
  margin-bottom: 0;
}
._featureLinks__links {
  margin-top: 56px;
}
@media (min-width: 768px) {
  ._featureLinks__links {
    margin-top: 0;
    padding-left: 24px;
  }
}
._featureLinks__links__link__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 10px 0;
  background: transparent;
  text-decoration: none;
  color: #005889;
  position: relative;
}
._featureLinks__links__link__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-bottom: 1px solid rgba(85, 86, 90, 0.25);
  transition: 0.3s;
}
._featureLinks__links__link__btn:hover::after {
  width: 100%;
}
._featureLinks__links__link__btn:not(:first-child) {
  margin-top: 21px;
}
@media (min-width: 1024px) {
  ._featureLinks__links__link__btn {
    padding: 0 0 7px 0;
  }
  ._featureLinks__links__link__btn:not(:first-child) {
    margin-top: 24px;
  }
}
.editor-styles-wrapper ._featureLinks__links__link__btn {
  text-decoration: none;
}
._featureLinks__links__link__btn svg {
  flex-shrink: 0;
  margin-left: 20px;
  width: 8px;
  height: 18px;
}
@media (min-width: 1024px) {
  ._featureLinks__links__link__btn svg {
    width: 12px;
    height: 24px;
  }
}

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

._highlightCards {
  padding: 48px 0;
}
@media (min-width: 1280px) {
  ._highlightCards {
    padding: 60px 0;
  }
}
._highlightCards.is-style-default, .is-style-default ._highlightCards {
  background: #fff;
}
._highlightCards.is-style-default ._highlightCards__card__inner, .is-style-default ._highlightCards ._highlightCards__card__inner {
  background: #f9f9f9;
}
._highlightCards.is-style-neutral, .is-style-neutral ._highlightCards {
  background: #f9f9f9;
}
._highlightCards.is-style-neutral ._highlightCards__card__inner, .is-style-neutral ._highlightCards ._highlightCards__card__inner {
  background: #fff;
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  ._highlightCards .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
._highlightCards .top + .bot {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  ._highlightCards .top + .bot {
    margin-top: 40px;
  }
}
._highlightCards__title {
  color: #005889;
}
._highlightCards__title + ._highlightCards__desc {
  margin-top: 8px;
}
._highlightCards__desc {
  margin-bottom: 0;
}
._highlightCards .bot ._w {
  row-gap: 24px;
}
._highlightCards__card__block {
  color: inherit;
  height: 100%;
}
._highlightCards__card__block.-clickable:hover {
  color: #fff;
}
._highlightCards__card__block.-clickable:hover ._highlightCards__card__inner {
  background: #005889;
}
._highlightCards__card__block.-clickable:hover ._highlightCards__card__inner__link__btn {
  color: #fff;
}
._highlightCards__card__inner {
  position: relative;
  padding: 24px;
  transition: 0.2s;
  height: 100%;
  background: #f9f9f9;
}
._highlightCards__card__inner__icon {
  font-size: 40px;
  margin-bottom: 16px;
}
._highlightCards__card__inner__desc {
  margin-top: 8px;
}
._highlightCards__card__inner__link {
  margin-top: 16px;
}
._highlightCards__card__inner__link .txt-link {
  text-transform: uppercase;
  text-align: left;
}
._highlightCards__card__inner__link .txt-link span {
  flex-shrink: 1;
  word-break: break-word;
}

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

._nextSteps {
  padding: 64px 0;
}
@media (min-width: 1280px) {
  ._nextSteps {
    padding: 80px 0;
  }
}
._nextSteps.is-style-default, .is-style-default ._nextSteps {
  background: #fff;
}
._nextSteps.is-style-neutral, .is-style-neutral ._nextSteps {
  background: #f9f9f9;
}
._nextSteps.is-style-baltic, .is-style-baltic ._nextSteps {
  background: #005889;
}
._nextSteps.is-style-baltic ._nextSteps__title, .is-style-baltic ._nextSteps ._nextSteps__title {
  color: #fff;
}
._nextSteps.is-style-baltic ._nextSteps__desc, .is-style-baltic ._nextSteps ._nextSteps__desc {
  color: #fff;
}
._nextSteps.is-style-baltic ._nextSteps__links__inner, .is-style-baltic ._nextSteps ._nextSteps__links__inner {
  border-color: rgba(255, 255, 255, 0.25);
}
._nextSteps.is-style-baltic ._nextSteps__links__link__btn, .is-style-baltic ._nextSteps ._nextSteps__links__link__btn {
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  ._nextSteps .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
._nextSteps__title {
  color: #005889;
}
._nextSteps__title + ._nextSteps__desc {
  margin-top: 8px;
}
@media (min-width: 768px) {
  ._nextSteps__title + ._nextSteps__desc {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  ._nextSteps__title + ._nextSteps__desc {
    margin-top: 24px;
  }
}
._nextSteps__desc p:last-child {
  margin-bottom: 0;
}
._nextSteps .right ._nextSteps__icon {
  font-size: 24px;
  width: 40px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  ._nextSteps .right ._nextSteps__icon {
    font-size: 32px;
    width: 48px;
  }
}
._nextSteps__links {
  margin-top: 40px;
  position: relative;
}
._nextSteps__links__inner {
  display: flex;
  align-items: center;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(85, 86, 90, 0.25);
  padding-bottom: 8px;
}
._nextSteps__links__inner:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 768px) {
  ._nextSteps__links {
    margin-top: 0;
    padding-left: 24px;
    top: -10px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  ._nextSteps__links {
    padding-left: 73px;
  }
}
._nextSteps__links__link__btn {
  text-decoration: none;
  color: #005889;
}
.editor-styles-wrapper ._nextSteps__links__link__btn {
  text-decoration: none;
}
._nextSteps__links__link__btn:hover {
  text-decoration: underline;
}

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

._imageBlock {
  padding: 48px 0;
}
@media (min-width: 1024px) {
  ._imageBlock {
    padding: 64px 0;
  }
}
._imageBlock.is-style-full ._imageBlock__caption, .is-style-full ._imageBlock ._imageBlock__caption {
  display: none;
}
._imageBlock.is-style-full ._imageBlock__image.-full, .is-style-full ._imageBlock ._imageBlock__image.-full {
  display: block;
  width: 100%;
}
._imageBlock.is-style-full ._imageBlock__image.-content, .is-style-full ._imageBlock ._imageBlock__image.-content {
  display: none;
}
._imageBlock__caption {
  display: block;
  margin-top: 8px;
}
@media (min-width: 768px) {
  ._imageBlock__caption {
    margin-top: 16px;
  }
}
._imageBlock__image.-full {
  display: none;
}
._imageBlock img {
  -o-object-fit: cover;
     object-fit: cover;
}

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

._metrics {
  position: relative;
}
._metrics:has(.-metrics-only) {
  background: #0092b3;
}
._metrics p {
  margin: 0;
}
._metrics.is-style-dristig-blue:has(.-metrics-only), .is-style-dristig-blue ._metrics:has(.-metrics-only) {
  background: #0092b3;
}
._metrics.is-style-dristig-blue .container.-metrics-only, .is-style-dristig-blue ._metrics .container.-metrics-only {
  color: #fff;
}
._metrics.is-style-dristig-blue .container.-with-image .metrics__inner, .is-style-dristig-blue ._metrics .container.-with-image .metrics__inner {
  background: #0092b3;
  color: #fff;
}
._metrics.is-style-baltic-blue:has(.-metrics-only), .is-style-baltic-blue ._metrics:has(.-metrics-only) {
  background: #005889;
}
._metrics.is-style-baltic-blue .container.-metrics-only, .is-style-baltic-blue ._metrics .container.-metrics-only {
  color: #fff;
}
._metrics.is-style-baltic-blue .container.-with-image .metrics__inner, .is-style-baltic-blue ._metrics .container.-with-image .metrics__inner {
  background: #005889;
  color: #fff;
}
._metrics.is-style-larvikite-blue-gray:has(.-metrics-only), .is-style-larvikite-blue-gray ._metrics:has(.-metrics-only) {
  background: #627f91;
}
._metrics.is-style-larvikite-blue-gray .container.-metrics-only, .is-style-larvikite-blue-gray ._metrics .container.-metrics-only {
  color: #fff;
}
._metrics.is-style-larvikite-blue-gray .container.-with-image .metrics__inner, .is-style-larvikite-blue-gray ._metrics .container.-with-image .metrics__inner {
  background: #627f91;
  color: #fff;
}
._metrics.is-style-neutral:has(.-metrics-only), .is-style-neutral ._metrics:has(.-metrics-only) {
  background: #f9f9f9;
}
._metrics.is-style-neutral .container.-metrics-only, .is-style-neutral ._metrics .container.-metrics-only {
  color: #005889;
}
._metrics.is-style-neutral .container.-with-image .metrics__inner, .is-style-neutral ._metrics .container.-with-image .metrics__inner {
  background: #f9f9f9;
  color: #005889;
}
._metrics.is-style-white:has(.-metrics-only), .is-style-white ._metrics:has(.-metrics-only) {
  background: #fff;
}
._metrics.is-style-white .container.-metrics-only, .is-style-white ._metrics .container.-metrics-only {
  color: #005889;
}
._metrics.is-style-white .container.-with-image .metrics__inner, .is-style-white ._metrics .container.-with-image .metrics__inner {
  background: #fff;
  color: #005889;
  box-shadow: inset 0 0 10px 3px #f9f9f9;
}
._metrics .container.-metrics-only {
  position: relative;
  padding: 48px 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  ._metrics .container.-metrics-only {
    padding: 64px 0;
  }
}
._metrics .container.-metrics-only .metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
}
._metrics .container.-metrics-only .metrics .metric {
  width: 100%;
}
._metrics .container.-metrics-only .metrics .metric ._stat {
  margin: 0 0 10px;
}
@media (max-width: 389.98px) {
  ._metrics .container.-metrics-only .metrics .metric ._stat {
    margin: 0;
  }
}
._metrics .container.-metrics-only .metrics .metric ._body, ._metrics .container.-metrics-only .metrics .metric .redactor,
._metrics .container.-metrics-only .metrics .metric ._redactor {
  opacity: 0.8;
}
@media (min-width: 1024px) {
  ._metrics .container.-metrics-only .metrics .metric ._body, ._metrics .container.-metrics-only .metrics .metric .redactor,
  ._metrics .container.-metrics-only .metrics .metric ._redactor {
    max-width: 80%;
    margin-inline: auto;
  }
}
@media (max-width: 575.98px) {
  ._metrics .container.-metrics-only .metrics .metric ._w {
    gap: 32px 0;
  }
}
._metrics .container.-with-image {
  margin: 65px 0;
}
@media (min-width: 390px) and (max-width: 767.98px) {
  ._metrics .container.-with-image .metrics-content {
    max-width: 475px;
    margin: 0 auto;
  }
}
._metrics .container.-with-image .metrics-content ._body, ._metrics .container.-with-image .metrics-content .redactor,
._metrics .container.-with-image .metrics-content ._redactor {
  font-weight: 500;
  opacity: 0.8;
}
@media (min-width: 768px) {
  ._metrics .container.-with-image .metrics-content .image {
    position: relative;
    padding-right: 0;
  }
  ._metrics .container.-with-image .metrics-content .image img {
    position: absolute;
    left: 0;
    top: 0;
    aspect-ratio: 1.33/1;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: calc(100% + 16px);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  ._metrics .container.-with-image .metrics-content .image img {
    aspect-ratio: 1.5/1;
  }
}
@media (min-width: 768px) {
  ._metrics .container.-with-image .metrics-content .metrics {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  ._metrics .container.-with-image .metrics-content .metrics {
    padding-top: 32px;
  }
}
@media (min-width: 1024px) {
  ._metrics .container.-with-image .metrics-content .image img {
    max-width: calc(100% + 24px);
  }
}
._metrics .container.-with-image .metrics__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px 0;
  background: #0092b3;
  color: #fff;
  padding: 32px 32px 48px;
  clip-path: polygon(100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px), 0 0);
}
@media (min-width: 768px) {
  ._metrics .container.-with-image .metrics__inner {
    gap: 32px 0;
  }
}
@media (min-width: 1024px) {
  ._metrics .container.-with-image .metrics__inner {
    padding: 40px 40px 64px;
    clip-path: polygon(100% 0, 100% 100%, 40px 100%, 0 calc(100% - 50px), 0 0);
  }
}
._metrics .container.-with-image .metric {
  width: 100%;
}
@media (max-width: 767.98px) {
  ._metrics .container.-with-image .metric ._w {
    gap: 24px 0;
  }
}
._metrics .container.-with-image .metric__item {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
._metrics .wrapper {
  position: relative;
  z-index: 10;
}

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

._teaserTabs {
  padding: 64px 0;
}
@media (min-width: 768px) {
  ._teaserTabs {
    padding: 80px 0;
  }
}
.is-style-neutral ._teaserTabs, ._teaserTabs.is-style-neutral {
  background: #f9f9f9;
}
._teaserTabs .top {
  text-align: center;
}
._teaserTabs .bot {
  margin-top: 40px;
}
._teaserTabs__headline {
  color: #005889;
  margin: 0 0 8px;
}
._teaserTabs__tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._teaserTabs__tab {
  position: relative;
  display: none;
  flex: 1;
  text-align: center;
  padding: 0 16px;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
._teaserTabs__tab span {
  cursor: pointer;
  color: #627f91;
}
._teaserTabs__tab span.-active {
  color: #005889;
}
._teaserTabs__tab::before {
  position: absolute;
  content: "";
  left: calc(100% - 1px);
  top: 0;
  width: 1px;
  height: 100%;
  background: #627f91;
}
._teaserTabs__tab:nth-last-child(2)::before {
  display: none;
}
@media (min-width: 768px) {
  ._teaserTabs__tab {
    display: block;
  }
}
._teaserTabs .select.custom {
  display: block;
  width: 100%;
}
._teaserTabs .select.custom .select-options li {
  text-transform: initial;
  color: #005889;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  ._teaserTabs .select.custom {
    display: none;
  }
}
._teaserTabs__teaser {
  display: none;
}
._teaserTabs__teaser.-active {
  display: block;
}
._teaserTabs__teaser .image img, ._teaserTabs__teaser .image .plyr {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023.98px) {
  ._teaserTabs__teaser .image {
    margin: 0 0 24px;
  }
}
._teaserTabs__teaser__title {
  margin: 0 0 8px;
}
._teaserTabs__teaser__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 24px;
}
._teaserTabs__teaser__cta {
  margin-top: 0;
}
._teaserTabs__teaser ._w {
  align-items: center;
}
._teaserTabs p {
  margin: 0;
}
._teaserTabs__teasers {
  margin-top: 40px;
}

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

._profileSpotlights {
  padding: 48px 0;
}
@media (min-width: 768px) {
  ._profileSpotlights {
    padding: 64px 0;
  }
}
._profileSpotlights.is-style-light, .is-style-light ._profileSpotlights {
  background: #f9f9f9;
}
._profileSpotlights .top.-center {
  text-align: center;
}
._profileSpotlights .top.-center ._w {
  justify-content: center;
}
._profileSpotlights .top.-center ._w ._profileSpotlights__ctas {
  justify-content: center;
}
._profileSpotlights__title {
  color: #005889;
  margin: 0 0 8px;
}
._profileSpotlights__desc {
  margin: 0 0 16px;
}
._profileSpotlights__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 25px;
}
._profileSpotlights__list {
  gap: 40px 0;
}
@media (min-width: 768px) {
  ._profileSpotlights__list {
    gap: 56px 0;
  }
}
._profileSpotlights__card__hidden {
  position: absolute;
  display: flex;
  align-items: center;
  left: 16px;
  top: -2px;
  right: 16px;
  z-index: 5;
}
._profileSpotlights__card__hidden svg {
  flex-shrink: 0;
  margin-left: -18px;
}
._profileSpotlights__card__about {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  color: #fff;
}
._profileSpotlights__card__bigLink {
  position: relative;
  display: block;
}
._profileSpotlights__card__bigLink::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 88, 137, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 2;
}
._profileSpotlights__card__bigLink:hover ._profileSpotlights__card__about {
  opacity: 1;
  visibility: visible;
}
._profileSpotlights__card__bigLink:hover::before {
  opacity: 1;
  visibility: visible;
}
._profileSpotlights__card__bigLink:hover ._profileSpotlights__card__image {
  clip-path: none;
}
._profileSpotlights__card__image {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 0);
}
@media (min-width: 768px) {
  ._profileSpotlights__card__image {
    clip-path: polygon(100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
  }
}
._profileSpotlights__card__image.-plch {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  background: #d9d9d9;
}
._profileSpotlights__card__content {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
._profileSpotlights__card__content .txt-link:not(:first-child) {
  margin-top: 11px;
}
._profileSpotlights .bot {
  margin-top: 48px;
}
._profileSpotlights__popup h3 {
  color: #005889;
}
._profileSpotlights__popup__top {
  gap: 24px 0;
}
._profileSpotlights__popup__top__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px 0;
}
._profileSpotlights__popup__top__content p:last-child {
  margin: 0;
}
._profileSpotlights__popup__top__contact {
  margin-top: 8px;
}
._profileSpotlights__popup__bot {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  ._profileSpotlights__popup__bot {
    margin-top: 40px;
  }
}
._profileSpotlights__popup__taxonomies {
  color: #627f91;
}
._profileSpotlights__popup__video {
  margin-top: 40px;
  position: relative;
}
._profileSpotlights__popup__video img, ._profileSpotlights__popup__video .plyr {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
._profileSpotlights__carousel .swiper {
  padding-bottom: 56px;
}
@media (min-width: 1280px) {
  ._profileSpotlights__carousel .swiper {
    padding-bottom: 72px;
  }
}
._profileSpotlights__carousel .swiper_buttons {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005889;
}
._profileSpotlights__carousel .swiper_buttons_pagination, ._profileSpotlights__carousel .swiper_buttons_next, ._profileSpotlights__carousel .swiper_buttons_prev {
  position: static;
}
._profileSpotlights__carousel .swiper_buttons_next, ._profileSpotlights__carousel .swiper_buttons_prev {
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
}
._profileSpotlights__carousel .swiper_buttons_next:hover, ._profileSpotlights__carousel .swiper_buttons_prev:hover {
  color: #0092b3;
}
._profileSpotlights__carousel .swiper_buttons_next.swiper-button-disabled, ._profileSpotlights__carousel .swiper_buttons_prev.swiper-button-disabled {
  opacity: 0.5;
}
._profileSpotlights__carousel .swiper_buttons_pagination {
  transform: translateX(0) !important;
  display: flex;
  justify-content: center;
}
._profileSpotlights__carousel .swiper_buttons_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
._profileSpotlights__carousel .swiper_buttons_pagination .swiper-pagination-bullet-active-next-next, ._profileSpotlights__carousel .swiper_buttons_pagination .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0);
}
._profileSpotlights__carousel .swiper_buttons_pagination .swiper-pagination-bullet-active {
  background: #005889;
}
@media (min-width: 390px) {
  ._profileSpotlights__carousel__item.swiper-slide._xs6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  ._profileSpotlights__carousel__item.swiper-slide._m4 {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  ._profileSpotlights__carousel__item.swiper-slide._l3 {
    width: 25%;
  }
}

.glightbox-container {
  padding-inline: 20px;
}
.glightbox-container .gprev, .glightbox-container .gnext {
  display: none;
}
.glightbox-container .gslide-inline {
  max-height: 70vh;
}
.glightbox-container .gslide-inline .ginlined-content::-webkit-scrollbar {
  width: 5px;
}
.glightbox-container .gslide-inline .ginlined-content::-webkit-scrollbar-track {
  background: transparent;
}
.glightbox-container .gslide-inline .ginlined-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.glightbox-container .gslide-inline .ginlined-content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

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

._lookingFor {
  position: relative;
  padding: 64px 0;
  z-index: 20;
}
._lookingFor ~ ._lookingFor {
  z-index: 18;
}
._lookingFor ~ ._lookingFor ~ ._lookingFor {
  z-index: 16;
}
@media (min-width: 768px) {
  ._lookingFor {
    padding: 90px 0;
  }
}
._lookingFor.is-style-neutral, .is-style-neutral ._lookingFor {
  background: #f9f9f9;
}
._lookingFor .select-styled.-disabled {
  opacity: 0.5;
  pointer-events: none;
}
._lookingFor__form {
  position: relative;
  margin-top: 40px;
  z-index: 5;
}
._lookingFor .h2 {
  color: #005889;
}
._lookingFor .desc {
  margin-top: 8px;
}
._lookingFor .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
._lookingFor .btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 768px) {
  ._lookingFor .btn {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  ._lookingFor .btn {
    width: 100%;
  }
}
._lookingFor ._w {
  gap: 16px 0;
}

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

._divider {
  position: relative;
  padding: 24px 0;
  z-index: 10;
}
._divider__div {
  height: 8px;
  background: #005889;
}
._divider__div.-thin {
  height: 1px;
}
._divider .wrapper-fluid {
  padding: 0;
}
._divider.is-style-baltic-gold ._divider__div, .is-style-baltic-gold ._divider ._divider__div {
  background: #d69400;
}
._divider.is-style-larvikite-blue-gray ._divider__div, .is-style-larvikite-blue-gray ._divider ._divider__div {
  background: #627f91;
}
._divider.is-style-natt-grey ._divider__div, .is-style-natt-grey ._divider ._divider__div {
  background: #55565a;
}

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

._newsEventsBlock__allList * {
  position: relative;
}
._newsEventsBlock__allList ._h2, ._newsEventsBlock__allList h2 {
  color: #005889;
}
._newsEventsBlock__allList ._h2 + .txt-link, ._newsEventsBlock__allList h2 + .txt-link {
  margin-top: 8px;
}
._newsEventsBlock__allList__news {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 1280px) {
  ._newsEventsBlock__allList__news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
._newsEventsBlock__allList__events {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #f9f9f9;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 1280px) {
  ._newsEventsBlock__allList__events {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
._newsEventsBlock__allList__events::before {
  position: absolute;
  content: "";
  left: -30px;
  right: -30px;
  top: 0;
  bottom: 0;
  background: #f9f9f9;
}
@media (min-width: 1024px) {
  ._newsEventsBlock__allList__events::before {
    left: 0;
    right: -3000px;
  }
}
@media (min-width: 1024px) {
  ._newsEventsBlock__allList.-all ._newsEventsBlock__allList__news {
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  ._newsEventsBlock__allList.-all ._newsEventsBlock__allList__events {
    padding-left: 40px;
  }
}
._newsEventsBlock__allList.-onlyEvents ._newsEventsBlock__allList__events {
  background: #fff;
}
._newsEventsBlock__allList.-onlyEvents ._newsEventsBlock__allList__events::before {
  background: #fff;
}
.is-style-neutral ._newsEventsBlock .layout-only-news, ._newsEventsBlock.is-style-neutral .layout-only-news {
  background: #f9f9f9;
}
.is-style-neutral ._newsEventsBlock .layout-only-news ._newsEventsBlock__allList__news, ._newsEventsBlock.is-style-neutral .layout-only-news ._newsEventsBlock__allList__news {
  background: #f9f9f9;
}
.is-style-neutral ._newsEventsBlock .layout-only-events, ._newsEventsBlock.is-style-neutral .layout-only-events {
  background: #f9f9f9;
}
.is-style-neutral ._newsEventsBlock .layout-only-events ._newsEventsBlock__allList__events, ._newsEventsBlock.is-style-neutral .layout-only-events ._newsEventsBlock__allList__events {
  background: #f9f9f9;
}
.is-style-neutral ._newsEventsBlock .layout-only-events ._newsEventsBlock__allList__events::before, ._newsEventsBlock.is-style-neutral .layout-only-events ._newsEventsBlock__allList__events::before {
  background: #f9f9f9;
}
.is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__allList__news, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__allList__news {
  background: #005889;
}
.is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__allList__news::before, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__allList__news::before {
  position: absolute;
  content: "";
  left: -30px;
  right: -30px;
  top: 0;
  bottom: 0;
  background: #005889;
}
@media (min-width: 1024px) {
  .is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__allList__news::before, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__allList__news::before {
    right: 0;
    left: -3000px;
  }
}
.is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__allList__events, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__allList__events {
  background: #0092b3;
}
.is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__allList__events::before, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__allList__events::before {
  background: #0092b3;
}
@media (min-width: 1024px) {
  .is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__allList__events::before, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__allList__events::before {
    left: 0;
    right: -3000px;
  }
}
@media (min-width: 1024px) {
  .is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__allList.-onlyNews ._newsEventsBlock__allList__news::before, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__allList.-onlyNews ._newsEventsBlock__allList__news::before {
    right: -3000px;
    left: -3000px;
  }
}
.is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__allList.-onlyEvents ._newsEventsBlock__allList__events, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__allList.-onlyEvents ._newsEventsBlock__allList__events {
  background: #005889;
}
.is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__allList.-onlyEvents ._newsEventsBlock__allList__events::before, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__allList.-onlyEvents ._newsEventsBlock__allList__events::before {
  background: #005889;
}
@media (min-width: 1024px) {
  .is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__allList.-onlyEvents ._newsEventsBlock__allList__events::before, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__allList.-onlyEvents ._newsEventsBlock__allList__events::before {
    right: -3000px;
    left: -3000px;
  }
}
.is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__item,
.is-style-dristig-blue ._newsEventsBlock ._h2,
.is-style-dristig-blue ._newsEventsBlock h2,
.is-style-dristig-blue ._newsEventsBlock .txt-link, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__item,
._newsEventsBlock.is-style-dristig-blue ._h2,
._newsEventsBlock.is-style-dristig-blue h2,
._newsEventsBlock.is-style-dristig-blue .txt-link {
  color: #fff;
}
.is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__carousel .swiper_buttons, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__carousel .swiper_buttons {
  color: #fff;
}
.is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__carousel .swiper_buttons .swiper-pagination-bullet, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__carousel .swiper_buttons .swiper-pagination-bullet {
  background: #fff;
}
.is-style-dristig-blue ._newsEventsBlock ._newsEventsBlock__carousel .swiper_buttons .swiper-pagination-bullet-active, ._newsEventsBlock.is-style-dristig-blue ._newsEventsBlock__carousel .swiper_buttons .swiper-pagination-bullet-active {
  background: #d69400;
}
._newsEventsBlock__carousel {
  margin-top: 40px;
  flex: 1;
  position: relative;
  padding-bottom: 54px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  ._newsEventsBlock__carousel {
    margin-top: 24px;
  }
}
._newsEventsBlock__carousel .swiper {
  overflow: hidden;
  position: initial;
}
._newsEventsBlock__carousel .swiper_buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #005889;
  z-index: 5;
}
._newsEventsBlock__carousel .swiper_buttons:has(.swiper-pagination-bullets-dynamic) {
  gap: 0;
}
._newsEventsBlock__carousel .swiper_buttons_pagination, ._newsEventsBlock__carousel .swiper_buttons_next, ._newsEventsBlock__carousel .swiper_buttons_prev {
  position: static;
}
._newsEventsBlock__carousel .swiper_buttons_next, ._newsEventsBlock__carousel .swiper_buttons_prev {
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
}
._newsEventsBlock__carousel .swiper_buttons_next:hover, ._newsEventsBlock__carousel .swiper_buttons_prev:hover {
  opacity: 0.5;
}
._newsEventsBlock__carousel .swiper_buttons_next.swiper-button-disabled, ._newsEventsBlock__carousel .swiper_buttons_prev.swiper-button-disabled {
  opacity: 0.5;
}
._newsEventsBlock__carousel .swiper_buttons_pagination {
  transform: translateX(0) !important;
}
._newsEventsBlock__carousel .swiper_buttons_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
}
._newsEventsBlock__carousel .swiper_buttons_pagination .swiper-pagination-bullet-active-next-next, ._newsEventsBlock__carousel .swiper_buttons_pagination .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0);
}
._newsEventsBlock__carousel .swiper_buttons_pagination .swiper-pagination-bullet-active {
  background: #005889;
}
._newsEventsBlock__carousel .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
._newsEventsBlock__item__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  color: inherit;
  text-decoration: none;
}
._newsEventsBlock__item__data {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
@media (max-width: 575.98px) {
  ._newsEventsBlock__item__data {
    width: 100%;
  }
}
@media (min-width: 576px) {
  ._newsEventsBlock__item__data {
    flex: 1;
  }
}
._newsEventsBlock__item__img img {
  width: 110px;
  height: 110px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
._newsEventsBlock__item__img img.-plch {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 38px;
  background: #fff;
}
@media (min-width: 1024px) {
  ._newsEventsBlock__item__img img {
    width: 128px;
    height: 128px;
  }
}

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

._accBlock {
  padding: 80px 0;
}
._accBlock.is-style-neutral {
  background-color: #f9f9f9;
}
._accBlock.is-style-baltic-blue {
  background-color: #005889;
  color: #fff;
}
._accBlock.is-style-baltic-blue ._accBlock__title,
._accBlock.is-style-baltic-blue ._accBlock__desc,
._accBlock.is-style-baltic-blue ._accBlock__accordion__title,
._accBlock.is-style-baltic-blue ._accBlock__accordion__desc,
._accBlock.is-style-baltic-blue ._accBlock__accordion__desc a {
  color: inherit;
}
._accBlock.is-style-baltic-blue ._accBlock__accordion__item {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
._accBlock__title {
  color: #005889;
}
._accBlock__title + ._accBlock__desc {
  margin-top: 16px;
}
._accBlock__accordion {
  margin-top: 48px;
}
._accBlock__accordion__item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(85, 86, 90, 0.25);
}
._accBlock__accordion__title {
  display: flex;
  align-items: flex-start;
  gap: 0 16px;
  color: #005889;
  cursor: pointer;
}
@media (max-width: 1023.98px) {
  ._accBlock__accordion__title ._ftd-link {
    font-size: 2.4rem;
    line-height: 3.12rem;
  }
}
._accBlock__accordion__title__icons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  top: 2px;
}
._accBlock__accordion__title__icon.-minus {
  display: none;
}
.-active ._accBlock__accordion__title__icon.-minus {
  display: inline-block;
}
.-active ._accBlock__accordion__title__icon.-plus {
  display: none;
}
@media (max-width: 767.98px) {
  ._accBlock__accordion__title__icon svg {
    position: relative;
    top: 2px;
    width: 21px;
    height: 21px;
  }
}
._accBlock__accordion__title.-active + ._accBlock__accordion__desc {
  display: block;
}
._accBlock__accordion__desc {
  display: none;
  padding: 24px 0 8px;
  color: #55565a;
}
._accBlock__accordion__desc a {
  color: #005889;
  font-weight: 600;
}

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

._button__btn {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #005889;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  border: 0;
  padding: 1.2rem 4.1rem;
  text-decoration: none;
  transition: 0.2s;
  overflow: hidden;
}
._button__btn::before, ._button__btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 0);
  transform: translateX(-20px);
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  transition: 0.2s;
}
._button__btn::before {
  right: 8px;
  background: #004a79;
}
._button__btn::after {
  right: 28px;
  background: #002d57;
}
._button__btn:hover::before, ._button__btn:hover::after {
  transform: none;
  visibility: visible;
  opacity: 1;
}
._button__btn span {
  position: relative;
  z-index: 1;
}
._button__btn.-sm {
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding: 1rem 2rem;
}
._button.is-style-outline ._button__btn, .is-style-outline ._button ._button__btn {
  background: #fff;
  border: 2px solid #005889;
  color: #005889;
  padding: 1rem 3.9rem;
  overflow: visible;
}
._button.is-style-outline ._button__btn:hover, .is-style-outline ._button ._button__btn:hover {
  border-color: #d69400;
}
._button.is-style-outline ._button__btn.-sm, .is-style-outline ._button ._button__btn.-sm {
  padding: 0.8rem 1.8rem;
}
._button.is-style-outline ._button__btn::before, ._button.is-style-outline ._button__btn::after, .is-style-outline ._button ._button__btn::before, .is-style-outline ._button ._button__btn::after {
  content: none;
}

/*# sourceMappingURL=main.css.map*/