@charset "UTF-8";
@import url("https://p.typekit.net/p.css?s=1&k=jlh1ujf&ht=tk&f=9785.9786.9787.9788.9789.9790.9791.9792.9793.9794.45402.45403.45404.45405.45406.45407.45408.45409.45410.45411&a=85245554&app=typekit&e=css");
.wholeHolderAbsolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  --sl-theme-background: #fff;
  --sl-theme-main-paragraph: #2F3F55;
  --sl-theme-main-paragraph-hover: #FFCC00;
  --sl-theme-second-background: #EFF2F7;
  --sl-theme-second-paragraph: #2F3F55;
  --sl-theme-second-paragraph-hover: #FFCC00;
  --sl-theme-brand: #98AACF;
  --sl-theme-brand-inverse: #fff;
  --sl-theme-accent: #FFCC00;
  --sl-theme-accent-inverse: #2F3F55;
  --sl-theme-extra-light: #fff;
  --sl-theme-extra-dark: #2F3F55;
  --sl-theme-boxes-text: #2F3F55;
  --sl-theme-boxes-text-hover: #2F3F55;
  --sl-theme-boxes-bg: #EFF2F7;
  --sl-theme-boxes-bg-hover: #e5eaf3;
  --sl-theme-no-header-color: #fff;
  --sl-theme-no-header-bg: #98AACF;
  --sl-theme-border: #E5EAF3;
}

body.theme-1 {
  --sl-theme-background: #fff;
  --sl-theme-main-paragraph: #001332;
  --sl-theme-main-paragraph-hover: #B3995D;
  --sl-theme-second-background: #EDE5D4;
  --sl-theme-second-paragraph: #757575;
  --sl-theme-second-paragraph-hover: #B3995D;
  --sl-theme-brand: #001332;
  --sl-theme-brand-inverse: #fff;
  --sl-theme-accent: #B3995D;
  --sl-theme-accent-inverse: #fff;
  --sl-theme-extra-light: #fff;
  --sl-theme-extra-dark: #2F3F55;
  --sl-theme-boxes-text: #2F3F55;
  --sl-theme-boxes-text-hover: #2F3F55;
  --sl-theme-boxes-bg: #FAF0C5;
  --sl-theme-boxes-bg-hover: #FFEFAD;
  --sl-theme-border: #FAF0C5;
}

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

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

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

html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
}

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

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

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

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

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

ol, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

strong {
  font-weight: 600;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

[hidden] {
  display: none;
}

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

.clearfix:after, .secondLvlCss blockquote p.has-image:after, .content-area .cat-fixed:after {
  content: " ";
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  clear: both;
}

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

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

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

*:focus-visible {
  outline: none;
  /* custom focus styles */
  -webkit-box-shadow: 0 0 2px 2px #FFFFFF;
     -moz-box-shadow: 0 0 2px 2px #FFFFFF;
          box-shadow: 0 0 2px 2px #FFFFFF;
  color: #629BAA;
}

* {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /*-ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;*/
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
    -moz-transform: translateY(-50%) scale(0.1);
    -o-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.2);
    -moz-transform: translateY(-50%) scale(1.2);
    -o-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }
}

@-moz-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
    -moz-transform: translateY(-50%) scale(0.1);
    -o-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.2);
    -moz-transform: translateY(-50%) scale(1.2);
    -o-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }
}

@-o-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
    -moz-transform: translateY(-50%) scale(0.1);
    -o-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.2);
    -moz-transform: translateY(-50%) scale(1.2);
    -o-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }
}

@keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
    -moz-transform: translateY(-50%) scale(0.1);
    -o-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.2);
    -moz-transform: translateY(-50%) scale(1.2);
    -o-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(var(--marqueeWidth) * -1));
            transform: translateX(calc(var(--marqueeWidth) * -1));
  }
}
@-moz-keyframes marquee {
  from {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-moz-calc(var(--marqueeWidth) * -1));
         transform: translateX(calc(var(--marqueeWidth) * -1));
  }
}
@-o-keyframes marquee {
  from {
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
  to {
    -o-transform: translateX(calc(var(--marqueeWidth) * -1));
       transform: translateX(calc(var(--marqueeWidth) * -1));
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(var(--marqueeWidth) * -1));
       -moz-transform: translateX(-moz-calc(var(--marqueeWidth) * -1));
         -o-transform: translateX(calc(var(--marqueeWidth) * -1));
            transform: translateX(calc(var(--marqueeWidth) * -1));
  }
}
@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/0fd770/00000000000000007735fd41/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/0fd770/00000000000000007735fd41/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/0fd770/00000000000000007735fd41/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/ba8ed4/00000000000000007735fd36/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/ba8ed4/00000000000000007735fd36/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/ba8ed4/00000000000000007735fd36/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/ff9ef5/00000000000000007735fd3d/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/ff9ef5/00000000000000007735fd3d/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/ff9ef5/00000000000000007735fd3d/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/a88522/00000000000000007735fd3f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/a88522/00000000000000007735fd3f/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/a88522/00000000000000007735fd3f/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/1a348f/00000000000000007735fd31/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/1a348f/00000000000000007735fd31/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/1a348f/00000000000000007735fd31/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/1c0b77/00000000000000007735fd39/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/1c0b77/00000000000000007735fd39/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/1c0b77/00000000000000007735fd39/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/bc8c3f/00000000000000007735fd2c/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/bc8c3f/00000000000000007735fd2c/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/bc8c3f/00000000000000007735fd2c/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/508879/00000000000000007735fd30/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/508879/00000000000000007735fd30/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/508879/00000000000000007735fd30/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/cd7140/00000000000000007735fd29/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/cd7140/00000000000000007735fd29/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/cd7140/00000000000000007735fd29/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}
@font-face {
  font-family: "effra";
  src: url("https://use.typekit.net/af/dc340e/00000000000000007735fd2a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"), url("https://use.typekit.net/af/dc340e/00000000000000007735fd2a/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"), url("https://use.typekit.net/af/dc340e/00000000000000007735fd2a/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
}
@font-face {
  font-family: "ivypresto-display";
  src: url("https://use.typekit.net/af/619bdc/00000000000000007735e5a5/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"), url("https://use.typekit.net/af/619bdc/00000000000000007735e5a5/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"), url("https://use.typekit.net/af/619bdc/00000000000000007735e5a5/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
}
@font-face {
  font-family: "ivypresto-display";
  src: url("https://use.typekit.net/af/c81ded/00000000000000007735e5b2/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff2"), url("https://use.typekit.net/af/c81ded/00000000000000007735e5b2/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff"), url("https://use.typekit.net/af/c81ded/00000000000000007735e5b2/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
}
@font-face {
  font-family: "ivypresto-display";
  src: url("https://use.typekit.net/af/cc395d/00000000000000007735e5a6/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/cc395d/00000000000000007735e5a6/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/cc395d/00000000000000007735e5a6/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "ivypresto-display";
  src: url("https://use.typekit.net/af/9f7238/00000000000000007735e5a4/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/9f7238/00000000000000007735e5a4/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/9f7238/00000000000000007735e5a4/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "ivypresto-display";
  src: url("https://use.typekit.net/af/072071/00000000000000007735e5a7/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/072071/00000000000000007735e5a7/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/072071/00000000000000007735e5a7/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "ivypresto-display";
  src: url("https://use.typekit.net/af/fad29f/00000000000000007735e5b3/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/fad29f/00000000000000007735e5b3/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/fad29f/00000000000000007735e5b3/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "ivypresto-display";
  src: url("https://use.typekit.net/af/0b9b24/00000000000000007735e5ae/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/0b9b24/00000000000000007735e5ae/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/0b9b24/00000000000000007735e5ae/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "ivypresto-display";
  src: url("https://use.typekit.net/af/dfabfa/00000000000000007735e5b1/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/dfabfa/00000000000000007735e5b1/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/dfabfa/00000000000000007735e5b1/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "ivypresto-display";
  src: url("https://use.typekit.net/af/5071c4/00000000000000007735e5af/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/5071c4/00000000000000007735e5af/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/5071c4/00000000000000007735e5af/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "ivypresto-display";
  src: url("https://use.typekit.net/af/d7ef03/00000000000000007735e5b0/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/d7ef03/00000000000000007735e5b0/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/d7ef03/00000000000000007735e5b0/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
.tk-effra {
  font-family: "effra", sans-serif;
}

.tk-ivypresto-display {
  font-family: "ivypresto-display", serif;
}

@font-face {
  font-family: "global-icons";
  src: url("/Fonts/icons/global-icons.ttf?220ktz") format("truetype"), url("/Fonts/icons/global-icons.woff?220ktz") format("woff"), url("/Fonts/icons/global-icons.svg?220ktz#global-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "social-icons";
  src: url("/Fonts/icons/social-icons.eot?ejdvaz");
  src: url("/Fonts/icons/social-icons.eot?ejdvaz#iefix") format("embedded-opentype"), url("/Fonts/icons/social-icons.ttf?ejdvaz") format("truetype"), url("/Fonts/icons/social-icons.woff?ejdvaz") format("woff"), url("/Fonts/icons/social-icons.svg?ejdvaz#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "ficons";
  src: url("/Fonts/icons/ficons.eot?ejdvaz1");
  src: url("/Fonts/icons/ficons.eot?ejdvaz1#iefix") format("embedded-opentype"), url("/Fonts/icons/ficons.ttf?ejdvaz1") format("truetype"), url("/Fonts/icons/ficons.woff?ejdvaz1") format("woff"), url("/Fonts/icons/ficons.svg?ejdva1z#ficons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*
    * only social icons
*/
.social-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "social-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icon.social-blog-icon:before {
  content: "";
}
.social-icon.social-facebook-icon:before {
  content: "";
}
.social-icon.social-flickr-icon:before {
  content: "";
}
.social-icon.social-instagram-icon:before {
  content: "";
}
.social-icon.social-issuu-icon:before {
  content: "";
}
.social-icon.social-linkedin-icon:before {
  content: "";
}
.social-icon.social-pinterest-icon:before {
  content: "";
}
.social-icon.social-soundcloud-icon:before {
  content: "";
}
.social-icon.social-twitter-icon:before {
  content: "";
}
.social-icon.social-x-icon:before {
  content: "";
}
.social-icon.social-vimeo-icon:before {
  content: "";
}
.social-icon.social-youtube-icon:before {
  content: "";
}
.social-icon.social-news-icon:before {
  content: "";
}
.social-icon.social-spotify-icon:before {
  content: "";
}

/* end social icons */
/*
    * only global icons
*/
.global-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "global-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.global-icons.global-phone-icon:before {
  content: "";
  color: #fc0;
}
.global-icons.global-pin-icon:before {
  content: "";
  color: #fc0;
}
.global-icons.global-search-icon:before {
  content: "";
  color: #98aacf;
}

/* font icons */
.ficons, .mobile-select .admission-icon, .adm-async-form-two .adm-results-slide-out .close-adm-results, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .admission-icon, .cards-card.hasHover .cards-card-inner .cards-card-content .ccc-inner, .staff-card.has-bio .scc-inner, .notice-overlay .close-btn, .alert-overlay .close-btn, .alert-overlay .txt-holder .update i, .alert-overlay.hasUrl .content-holder .txt-holder, .search-holder form:before, .custom-menu .cm-levels .cm-absolute .overflow-indicator:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ficons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ficons.icon-arrow-down:before, .mobile-select .icon-arrow-down.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-arrow-down.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-arrow-down.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-arrow-down.ccc-inner:before, .staff-card.has-bio .icon-arrow-down.scc-inner:before, .notice-overlay .icon-arrow-down.close-btn:before, .alert-overlay .icon-arrow-down.close-btn:before, .alert-overlay .txt-holder .update i.icon-arrow-down:before, .alert-overlay.hasUrl .content-holder .icon-arrow-down.txt-holder:before, .search-holder form.icon-arrow-down:before {
  content: "";
}
.ficons.icon-arrow-up:before, .mobile-select .icon-arrow-up.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-arrow-up.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-arrow-up.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-arrow-up.ccc-inner:before, .staff-card.has-bio .icon-arrow-up.scc-inner:before, .notice-overlay .icon-arrow-up.close-btn:before, .alert-overlay .icon-arrow-up.close-btn:before, .alert-overlay .txt-holder .update i.icon-arrow-up:before, .alert-overlay.hasUrl .content-holder .icon-arrow-up.txt-holder:before, .search-holder form.icon-arrow-up:before {
  content: "";
}
.ficons.icon-search:before, .mobile-select .icon-search.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-search.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-search.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-search.ccc-inner:before, .staff-card.has-bio .icon-search.scc-inner:before, .notice-overlay .icon-search.close-btn:before, .alert-overlay .icon-search.close-btn:before, .alert-overlay .txt-holder .update i.icon-search:before, .alert-overlay.hasUrl .content-holder .icon-search.txt-holder:before, .search-holder form.icon-search:before {
  content: "";
}
.ficons.icon-lock:before, .mobile-select .icon-lock.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-lock.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-lock.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-lock.ccc-inner:before, .staff-card.has-bio .icon-lock.scc-inner:before, .notice-overlay .icon-lock.close-btn:before, .alert-overlay .icon-lock.close-btn:before, .alert-overlay .txt-holder .update i.icon-lock:before, .alert-overlay.hasUrl .content-holder .icon-lock.txt-holder:before, .search-holder form.icon-lock:before {
  content: "";
}
.ficons.icon-chevron-right:before, .mobile-select .icon-chevron-right.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-chevron-right.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-chevron-right.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .ccc-inner:before, .staff-card.has-bio .scc-inner:before, .notice-overlay .icon-chevron-right.close-btn:before, .alert-overlay .icon-chevron-right.close-btn:before, .alert-overlay .staff-card.has-bio .close-btn.scc-inner:before, .staff-card.has-bio .alert-overlay .close-btn.scc-inner:before, .alert-overlay .txt-holder .update i.ficons:before, .alert-overlay .txt-holder .update .mobile-select i.admission-icon:before, .mobile-select .alert-overlay .txt-holder .update i.admission-icon:before, .alert-overlay .txt-holder .update .adm-async-form-two .adm-results-slide-out i.close-adm-results:before, .adm-async-form-two .adm-results-slide-out .alert-overlay .txt-holder .update i.close-adm-results:before, .alert-overlay .txt-holder .update .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input i.admission-icon:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .alert-overlay .txt-holder .update i.admission-icon:before, .alert-overlay .txt-holder .update .staff-card.has-bio i.scc-inner:before, .staff-card.has-bio .alert-overlay .txt-holder .update i.scc-inner:before, .alert-overlay .txt-holder .update i.close-btn:before, .alert-overlay .txt-holder .update i.icon-chevron-right:before, .alert-overlay .txt-holder .update i:before, .alert-overlay.hasUrl .content-holder .txt-holder:before, .search-holder form.icon-chevron-right:before {
  content: "";
}
.ficons.icon-chevron-left:before, .mobile-select .icon-chevron-left.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-chevron-left.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-chevron-left.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-chevron-left.ccc-inner:before, .staff-card.has-bio .icon-chevron-left.scc-inner:before, .notice-overlay .icon-chevron-left.close-btn:before, .alert-overlay .icon-chevron-left.close-btn:before, .alert-overlay .txt-holder .update i.icon-chevron-left:before, .alert-overlay.hasUrl .content-holder .icon-chevron-left.txt-holder:before, .search-holder form.icon-chevron-left:before {
  content: "";
}
.ficons.icon-chevron-down:before, .mobile-select .admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-chevron-down.close-adm-results:before, .adm-async-form-two .adm-results-slide-out .mobile-select .close-adm-results.admission-icon:before, .mobile-select .adm-async-form-two .adm-results-slide-out .close-adm-results.admission-icon:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-chevron-down.ccc-inner:before, .cards-card.hasHover .cards-card-inner .cards-card-content .mobile-select .ccc-inner.admission-icon:before, .mobile-select .cards-card.hasHover .cards-card-inner .cards-card-content .ccc-inner.admission-icon:before, .staff-card.has-bio .icon-chevron-down.scc-inner:before, .staff-card.has-bio .mobile-select .scc-inner.admission-icon:before, .mobile-select .staff-card.has-bio .scc-inner.admission-icon:before, .notice-overlay .icon-chevron-down.close-btn:before, .alert-overlay .icon-chevron-down.close-btn:before, .alert-overlay .mobile-select .close-btn.admission-icon:before, .mobile-select .alert-overlay .close-btn.admission-icon:before, .alert-overlay .txt-holder .update i.icon-chevron-down:before, .alert-overlay .txt-holder .update .mobile-select i.admission-icon:before, .mobile-select .alert-overlay .txt-holder .update i.admission-icon:before, .alert-overlay.hasUrl .content-holder .icon-chevron-down.txt-holder:before, .alert-overlay.hasUrl .content-holder .mobile-select .txt-holder.admission-icon:before, .mobile-select .alert-overlay.hasUrl .content-holder .txt-holder.admission-icon:before, .search-holder form.icon-chevron-down:before {
  content: "";
}
.ficons.icon-chevron-up:before, .mobile-select .icon-chevron-up.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-chevron-up.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-chevron-up.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-chevron-up.ccc-inner:before, .staff-card.has-bio .icon-chevron-up.scc-inner:before, .notice-overlay .icon-chevron-up.close-btn:before, .alert-overlay .icon-chevron-up.close-btn:before, .alert-overlay .txt-holder .update i.icon-chevron-up:before, .alert-overlay.hasUrl .content-holder .icon-chevron-up.txt-holder:before, .search-holder form.icon-chevron-up:before {
  content: "";
}
.ficons.icon-alert:before, .mobile-select .icon-alert.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-alert.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-alert.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-alert.ccc-inner:before, .staff-card.has-bio .icon-alert.scc-inner:before, .notice-overlay .icon-alert.close-btn:before, .alert-overlay .icon-alert.close-btn:before, .alert-overlay .txt-holder .update i.icon-alert:before, .alert-overlay.hasUrl .content-holder .icon-alert.txt-holder:before, .search-holder form.icon-alert:before {
  content: "";
}
.ficons.icon-notice:before, .mobile-select .icon-notice.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-notice.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-notice.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-notice.ccc-inner:before, .staff-card.has-bio .icon-notice.scc-inner:before, .notice-overlay .icon-notice.close-btn:before, .alert-overlay .icon-notice.close-btn:before, .alert-overlay .txt-holder .update i.icon-notice:before, .alert-overlay.hasUrl .content-holder .icon-notice.txt-holder:before, .search-holder form.icon-notice:before {
  content: "";
}
.ficons.icon-social-insta:before, .mobile-select .icon-social-insta.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-social-insta.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-social-insta.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-social-insta.ccc-inner:before, .staff-card.has-bio .icon-social-insta.scc-inner:before, .notice-overlay .icon-social-insta.close-btn:before, .alert-overlay .icon-social-insta.close-btn:before, .alert-overlay .txt-holder .update i.icon-social-insta:before, .alert-overlay.hasUrl .content-holder .icon-social-insta.txt-holder:before, .search-holder form.icon-social-insta:before {
  content: "";
}
.ficons.icon-social-youtube:before, .mobile-select .icon-social-youtube.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-social-youtube.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-social-youtube.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-social-youtube.ccc-inner:before, .staff-card.has-bio .icon-social-youtube.scc-inner:before, .notice-overlay .icon-social-youtube.close-btn:before, .alert-overlay .icon-social-youtube.close-btn:before, .alert-overlay .txt-holder .update i.icon-social-youtube:before, .alert-overlay.hasUrl .content-holder .icon-social-youtube.txt-holder:before, .search-holder form.icon-social-youtube:before {
  content: "";
}
.ficons.icon-close:before, .mobile-select .icon-close.admission-icon:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-close.admission-icon:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .adm-async-form-two .adm-results-slide-out .admission-icon.close-adm-results:before, .adm-async-form-two .adm-results-slide-out .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .admission-icon.close-adm-results:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-close.ccc-inner:before, .cards-card.hasHover .cards-card-inner .cards-card-content .adm-async-form-two .adm-results-slide-out .ccc-inner.close-adm-results:before, .adm-async-form-two .adm-results-slide-out .cards-card.hasHover .cards-card-inner .cards-card-content .ccc-inner.close-adm-results:before, .staff-card.has-bio .icon-close.scc-inner:before, .notice-overlay .close-btn:before, .alert-overlay .ficons.close-btn:before, .alert-overlay .mobile-select .close-btn.admission-icon:before, .mobile-select .alert-overlay .close-btn.admission-icon:before, .alert-overlay .adm-async-form-two .adm-results-slide-out .close-btn.close-adm-results:before, .adm-async-form-two .adm-results-slide-out .alert-overlay .close-btn.close-adm-results:before, .alert-overlay .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .close-btn.admission-icon:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .alert-overlay .close-btn.admission-icon:before, .alert-overlay .cards-card.hasHover .cards-card-inner .cards-card-content .close-btn.ccc-inner:before, .cards-card.hasHover .cards-card-inner .cards-card-content .alert-overlay .close-btn.ccc-inner:before, .alert-overlay .staff-card.has-bio .close-btn.scc-inner:before, .staff-card.has-bio .alert-overlay .close-btn.scc-inner:before, .alert-overlay .notice-overlay .close-btn:before, .notice-overlay .alert-overlay .close-btn:before, .alert-overlay .icon-close.close-btn:before, .alert-overlay .notice-overlay .close-btn:before, .notice-overlay .alert-overlay .close-btn:before, .alert-overlay .close-btn:before, .alert-overlay .txt-holder .update i.icon-close:before, .alert-overlay .txt-holder .update .adm-async-form-two .adm-results-slide-out i.close-adm-results:before, .adm-async-form-two .adm-results-slide-out .alert-overlay .txt-holder .update i.close-adm-results:before, .alert-overlay .txt-holder .update i.close-btn:before, .alert-overlay.hasUrl .content-holder .icon-close.txt-holder:before, .alert-overlay.hasUrl .content-holder .adm-async-form-two .adm-results-slide-out .txt-holder.close-adm-results:before, .adm-async-form-two .adm-results-slide-out .alert-overlay.hasUrl .content-holder .txt-holder.close-adm-results:before, .alert-overlay.hasUrl .content-holder .txt-holder.close-btn:before, .search-holder form.icon-close:before, .search-holder .alert-overlay form.close-btn:before, .alert-overlay .search-holder form.close-btn:before {
  content: "";
}
.ficons.icon-social-fb:before, .mobile-select .icon-social-fb.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-social-fb.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-social-fb.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-social-fb.ccc-inner:before, .staff-card.has-bio .icon-social-fb.scc-inner:before, .notice-overlay .icon-social-fb.close-btn:before, .alert-overlay .icon-social-fb.close-btn:before, .alert-overlay .txt-holder .update i.icon-social-fb:before, .alert-overlay.hasUrl .content-holder .icon-social-fb.txt-holder:before, .search-holder form.icon-social-fb:before {
  content: "";
}
.ficons.icon-social-linkedin:before, .mobile-select .icon-social-linkedin.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-social-linkedin.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-social-linkedin.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-social-linkedin.ccc-inner:before, .staff-card.has-bio .icon-social-linkedin.scc-inner:before, .notice-overlay .icon-social-linkedin.close-btn:before, .alert-overlay .icon-social-linkedin.close-btn:before, .alert-overlay .txt-holder .update i.icon-social-linkedin:before, .alert-overlay.hasUrl .content-holder .icon-social-linkedin.txt-holder:before, .search-holder form.icon-social-linkedin:before {
  content: "";
}
.ficons.icon-news:before, .mobile-select .icon-news.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-news.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-news.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-news.ccc-inner:before, .staff-card.has-bio .icon-news.scc-inner:before, .notice-overlay .icon-news.close-btn:before, .alert-overlay .icon-news.close-btn:before, .alert-overlay .txt-holder .update i.icon-news:before, .alert-overlay.hasUrl .content-holder .icon-news.txt-holder:before, .search-holder form.icon-news:before {
  content: "";
}
.ficons.icon-megaphone:before, .mobile-select .icon-megaphone.admission-icon:before, .adm-async-form-two .adm-results-slide-out .icon-megaphone.close-adm-results:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .icon-megaphone.admission-icon:before, .cards-card.hasHover .cards-card-inner .cards-card-content .icon-megaphone.ccc-inner:before, .staff-card.has-bio .icon-megaphone.scc-inner:before, .notice-overlay .icon-megaphone.close-btn:before, .alert-overlay .icon-megaphone.close-btn:before, .alert-overlay .txt-holder .update i.icon-megaphone:before, .alert-overlay.hasUrl .content-holder .icon-megaphone.txt-holder:before, .search-holder form.icon-megaphone:before {
  content: "";
}

/* end global icons */
@font-face {
  font-family: "secondlevel-icons";
  src: url("/Fonts/icons/secondlevel-icons.ttf?xvvvm2") format("truetype"), url("/Fonts/icons/secondlevel-icons.woff?xvvvm2") format("woff"), url("/Fonts/icons/secondlevel-icons.svg?xvvvm2#secondlevel-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.sl-icons.sl-mail-icon-after:after, .secondLvlCss a.sl-mail-icon-after[href$=".pdf"]:not(.downloadBtn):not(.secondaryDownloadBtn):after, .secondLvlCss a.sl-mail-icon-after[target=_blank]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):after, .secondLvlCss a[target=_blank][href^=mailto]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):after, .secondLvlCss a[href^=mailto]:not(.downloadBtn):not(.secondaryDownloadBtn):after, .sl-icons.sl-mail-icon:before, .secondLvlCss a.sl-mail-icon[href$=".pdf"]:not(.downloadBtn):not(.secondaryDownloadBtn):before, .secondLvlCss a.sl-mail-icon[target=_blank]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):before, .secondLvlCss a.sl-mail-icon[href^=mailto]:not(.downloadBtn):not(.secondaryDownloadBtn):before {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.sl-icons.sl-pdf_file-icon-after:after, .secondLvlCss a.sl-pdf_file-icon-after[href$=".pdf"]:not(.downloadBtn):not(.secondaryDownloadBtn):after, .secondLvlCss a.sl-pdf_file-icon-after[target=_blank]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):after, .secondLvlCss a.sl-pdf_file-icon-after[href^=mailto]:not(.downloadBtn):not(.secondaryDownloadBtn):after, .sl-icons.sl-pdf_file-icon:before, .secondLvlCss a.sl-pdf_file-icon[href$=".pdf"]:not(.downloadBtn):not(.secondaryDownloadBtn):before, .secondLvlCss a.sl-pdf_file-icon[target=_blank]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):before, .secondLvlCss a.sl-pdf_file-icon[href^=mailto]:not(.downloadBtn):not(.secondaryDownloadBtn):before {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.sl-icons.sl-pdf_file-alternate-icon-after:after, .secondLvlCss a[href$=".pdf"]:not(.downloadBtn):not(.secondaryDownloadBtn):after, .secondLvlCss a.sl-pdf_file-alternate-icon-after[target=_blank]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):after, .secondLvlCss a[target=_blank][href$=".pdf"]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):after, .secondLvlCss a.sl-pdf_file-alternate-icon-after[href^=mailto]:not(.downloadBtn):not(.secondaryDownloadBtn):after, .sl-icons.sl-pdf_file-alternate-icon:before, .secondLvlCss a.sl-pdf_file-alternate-icon[href$=".pdf"]:not(.downloadBtn):not(.secondaryDownloadBtn):before, .secondLvlCss a.sl-pdf_file-alternate-icon[target=_blank]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):before, .secondLvlCss a.sl-pdf_file-alternate-icon[href^=mailto]:not(.downloadBtn):not(.secondaryDownloadBtn):before {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.sl-icons.sl-tabs-icon-after:after, .secondLvlCss a.sl-tabs-icon-after[href$=".pdf"]:not(.downloadBtn):not(.secondaryDownloadBtn):after, .secondLvlCss a[target=_blank]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):after, .secondLvlCss a.sl-tabs-icon-after[href^=mailto]:not(.downloadBtn):not(.secondaryDownloadBtn):after, .sl-icons.sl-tabs-icon:before, .secondLvlCss a.sl-tabs-icon[href$=".pdf"]:not(.downloadBtn):not(.secondaryDownloadBtn):before, .secondLvlCss a.sl-tabs-icon[target=_blank]:not(.downloadBtn):not(.secondaryDownloadBtn):not([href$=".pdf"]):before, .secondLvlCss a.sl-tabs-icon[href^=mailto]:not(.downloadBtn):not(.secondaryDownloadBtn):before {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

html,
body {
  font-family: "effra", sans-serif;
  font-weight: 300;
  color: #122139;
  background: #FFFFFF;
}

html {
  font-size: 113%;
}
@media (min-width: 1921px) {
  html {
    font-size: -webkit-calc(113% + 0.1vw);
    font-size: -moz-calc(113% + 0.1vw);
    font-size: calc(113% + 0.1vw);
  }
}

body {
  width: 100%;
  height: 100%;
}

:root {
  --cp-paragraph-spacing: clamp(
    1.4444444444rem,
    0.4081632653vw + 1.3424036281rem,
    1.7777777778rem
  );
  --cp-widget-spacing: clamp(
    1.9444444444rem,
    1.156462585vw + 1.6553287982rem,
    2.8888888889rem
  );
}

.logo-holder {
  position: absolute;
  z-index: 3;
  top: clamp( 1.6666666667rem, 1.0775862069vw + 1.0727969349rem, 2.2222222222rem ) !important;
  left: clamp( 1.1111111111rem, 0.8620689655vw + 0.6360153257rem, 1.5555555556rem ) !important;
  right: auto !important;
  width: clamp( 2.6666666667rem, 5.2801724138vw + -0.2432950192rem, 5.3888888889rem );
}
.logo-holder a {
  position: relative;
  overflow: hidden;
}
.logo-holder a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: clamp( 2.6666666667rem, 5.2801724138vw + -0.2432950192rem, 5.3888888889rem );
}
.logo-holder a img.logo-crest {
  -webkit-transition: 0.12s;
  -o-transition: 0.12s;
  -moz-transition: 0.12s;
  transition: 0.12s;
}
.logo-holder a img.logo-text {
  margin-top: 10px;
  -webkit-transform-origin: top center;
     -moz-transform-origin: top center;
      -ms-transform-origin: top center;
       -o-transform-origin: top center;
          transform-origin: top center;
  margin-left: auto;
  margin-right: auto;
  max-width: clamp( 1.8888888889rem, 6.7887931034vw + -1.8524904215rem, 5.3888888889rem );
}
.logo-holder .midnightHeader .midnightInner {
  overflow: visible !important;
}
.logo-holder .midnightHeader .midnightInner a {
  display: block;
}
@media (max-width: 991px) {
  .logo-holder {
    top: 0.5555555556rem !important;
    left: 0.5555555556rem !important;
    position: absolute !important;
  }
}
body.noHeader.sharedTemplates .logo-holder a img {
  max-width: clamp( 2.6666666667rem, 1.0407632264vw + 2.2231858919rem, 3.3333333333rem );
}
body.noHeader.sharedTemplates .logo-holder a img.logo-text {
  display: none;
}

.general-truncate,
.truncate-js {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
}

.custom-ctrl {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  display: block;
  background: transparent;
  border: none;
  display: block;
  cursor: pointer;
  position: relative;
}
.custom-ctrl .box {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
     -moz-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
  overflow: hidden;
}
.custom-ctrl .box:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 0.0555555556rem solid rgba(254, 255, 255, 0.24);
  z-index: 1;
}
.custom-ctrl .box:before {
  content: "";
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  display: block;
  position: absolute;
  top: -0.5555555556rem;
  right: -0.5555555556rem;
  background: #D53956;
  -webkit-transform: translate3d(3.3333333333rem, -3.3333333333rem, 0) rotate(45deg);
     -moz-transform: translate3d(3.3333333333rem, -3.3333333333rem, 0) rotate(45deg);
          transform: translate3d(3.3333333333rem, -3.3333333333rem, 0) rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease;
  z-index: 2;
  pointer-events: none;
}
.custom-ctrl .progress-bar {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-ctrl .progress-bar svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-ctrl .progress-bar .progress-path {
  fill: none;
  stroke: #9F1C34;
  stroke-dashoffset: 176;
  stroke-dasharray: 176;
}
.custom-ctrl i {
  font-size: 0.3888888889rem;
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  line-height: 2.2222222222rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  z-index: 5;
}
.custom-ctrl.prev .box:before {
  right: -0.5555555556rem;
  -webkit-transform: translate3d(3.3333333333rem, -3.3333333333rem, 0) rotate(45deg);
     -moz-transform: translate3d(3.3333333333rem, -3.3333333333rem, 0) rotate(45deg);
          transform: translate3d(3.3333333333rem, -3.3333333333rem, 0) rotate(45deg);
}
.custom-ctrl.prev i {
  right: -1.3888888889rem;
}
.custom-ctrl.next .box:before {
  left: -0.5555555556rem;
  -webkit-transform: translate3d(-3.3333333333rem, 3.3333333333rem, 0) rotate(-45deg);
     -moz-transform: translate3d(-3.3333333333rem, 3.3333333333rem, 0) rotate(-45deg);
          transform: translate3d(-3.3333333333rem, 3.3333333333rem, 0) rotate(-45deg);
}
.custom-ctrl.next i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -1.3888888889rem;
}
html.no-touch .custom-ctrl:hover .box:before {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
     -moz-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
}
html.no-touch .custom-ctrl:hover.prev .box:before {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
     -moz-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
}
html.no-touch .custom-ctrl:hover.prev i {
  -webkit-transform: translate3d(-0.5555555556rem, 0, 0);
     -moz-transform: translate3d(-0.5555555556rem, 0, 0);
          transform: translate3d(-0.5555555556rem, 0, 0);
}
html.no-touch .custom-ctrl:hover.next .box:before {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
     -moz-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
}
html.no-touch .custom-ctrl:hover.next i {
  -webkit-transform: translate3d(0.5555555556rem, 0, 0) rotate(180deg);
     -moz-transform: translate3d(0.5555555556rem, 0, 0) rotate(180deg);
          transform: translate3d(0.5555555556rem, 0, 0) rotate(180deg);
}

.go-top {
  width: 1.4444444444rem;
  height: 1.4444444444rem;
  display: block;
  background: transparent;
  border: none;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -0.7222222222rem;
  top: 1.1111111111rem;
}
.go-top .box {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
     -moz-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
}
.go-top .box:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 0.0555555556rem solid #9E1925;
  z-index: 1;
}
.go-top i {
  font-size: 0.3888888889rem;
  display: block;
  color: #9E1925;
  position: absolute;
  bottom: -1.1666666667rem;
  left: -0.0555555556rem;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  line-height: 2.2222222222rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  z-index: 5;
}
html.no-touch .go-top:hover i {
  -webkit-transform: translate3d(0, -0.1666666667rem, 0) rotate(-90deg);
     -moz-transform: translate3d(0, -0.1666666667rem, 0) rotate(-90deg);
          transform: translate3d(0, -0.1666666667rem, 0) rotate(-90deg);
}

@-webkit-keyframes moveUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1.1111111111rem);
            transform: translateY(-1.1111111111rem);
    /* Adjust height here */
  }
}

@-moz-keyframes moveUpDown {
  0%, 100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-1.1111111111rem);
         transform: translateY(-1.1111111111rem);
    /* Adjust height here */
  }
}

@-o-keyframes moveUpDown {
  0%, 100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-1.1111111111rem);
       transform: translateY(-1.1111111111rem);
    /* Adjust height here */
  }
}

@keyframes moveUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1.1111111111rem);
       -moz-transform: translateY(-1.1111111111rem);
         -o-transform: translateY(-1.1111111111rem);
            transform: translateY(-1.1111111111rem);
    /* Adjust height here */
  }
}
.scroll-down-btn {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  cursor: pointer;
  text-align: center;
  line-height: 2.7777777778rem;
  font-size: clamp( 1.6666666667rem, 1.0204081633vw + 1.4115646259rem, 2.5rem );
  color: #FFFFFF;
}
.scroll-down-btn:before {
  display: block;
  position: relative;
  -webkit-animation: moveUpDown 2s ease-in-out infinite;
     -moz-animation: moveUpDown 2s ease-in-out infinite;
       -o-animation: moveUpDown 2s ease-in-out infinite;
          animation: moveUpDown 2s ease-in-out infinite;
}

main {
  display: block;
  position: relative;
  z-index: 27;
}
body.secondLvl main {
  pointer-events: all;
}
main #content {
  pointer-events: all;
}
.cardMask, .event-card .event-card-image, .cards-card .cards-card-image, .story-card .story-card-image {
  -webkit-mask-image: url("/Images/assets/mask.png");
  mask-image: url("/Images/assets/mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  /*&:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url($base_url_assets + '/mask-top-shadow.svg') no-repeat center bottom/cover;
    z-index: 2;
  }*/
}

.g-videoControls {
  position: absolute;
  bottom: 0;
  right: 0;
}
.g-videoControls button {
  position: relative;
  width: clamp( 2.6666666667rem, 0.8163265306vw + 2.462585034rem, 3.3333333333rem );
  height: clamp( 2.6666666667rem, 0.8163265306vw + 2.462585034rem, 3.3333333333rem );
  border: none;
  background: #143261;
  display: block;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .g-videoControls button:hover {
  background: #122139;
}
.g-videoControls .g-videoControls__toggleAudio i {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.g-videoControls .g-videoControls__toggleAudio i:last-of-type {
  opacity: 0;
}
.g-videoControls .g-videoControls__toggleAudio i:after, .g-videoControls .g-videoControls__toggleAudio i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.g-videoControls .g-videoControls__toggleAudio i:first-of-type:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23000%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.773 18.129'%3E%3Cg id='Icon_ion-volume-mute' data-name='Icon ion-volume-mute' transform='translate(0.5 0.707)'%3E%3Cpath id='Path_68725' data-name='Path 68725' d='M16.715,0,0,16.715' transform='translate(1.52 0)' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_68726' data-name='Path 68726' d='M10.035,15.06a1.134,1.134,0,0,1-1.213-.086L8.79,14.95,7.436,13.841a.38.38,0,0,1-.028-.563l2.58-2.58a.38.38,0,0,1,.649.269v3.062A1.164,1.164,0,0,1,10.035,15.06Zm.38-11.227L3.072,11.175a.76.76,0,0,1-.537.223H1.14A1.14,1.14,0,0,1,0,10.258V4.939A1.14,1.14,0,0,1,1.14,3.8H4.452L8.821.224a1.135,1.135,0,0,1,1.228-.08,1.164,1.164,0,0,1,.587,1.023V3.3a.76.76,0,0,1-.222.537ZM15.2,7.6a7.3,7.3,0,0,1-.843,3.384A.76.76,0,1,1,13,10.292,5.812,5.812,0,0,0,13.676,7.6q0-.19-.015-.386a.38.38,0,0,1,.11-.3l.682-.682a.38.38,0,0,1,.643.2,6.933,6.933,0,0,1,.1,1.16Zm3.039,0a10.3,10.3,0,0,1-1.623,5.7.76.76,0,1,1-1.313-.765A8.82,8.82,0,0,0,16.715,7.6a8.627,8.627,0,0,0-.445-2.88.38.38,0,0,1,.09-.392l.592-.593a.38.38,0,0,1,.623.132A9.943,9.943,0,0,1,18.234,7.6Z' transform='translate(0 0.759)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='Path_68727' data-name='Path 68727' d='M3.8,6.355a13.615,13.615,0,0,1-2.4,8.007.76.76,0,0,1-1.282-.818A12.222,12.222,0,0,0,2.28,6.355,11.987,11.987,0,0,0,1.215,1.107.38.38,0,0,1,1.291.679L1.857.113a.38.38,0,0,1,.614.1A13.383,13.383,0,0,1,3.8,6.355Z' transform='translate(17.473 2.002)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  width: 1.2222222222rem;
  height: 0.9444444444rem;
  margin: -0.5rem 0 0 -0.6111111111rem;
}
.g-videoControls .g-videoControls__toggleAudio i:first-of-type:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23000%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.773 18.129'%3E%3Cg id='Icon_ion-volume-mute' data-name='Icon ion-volume-mute' transform='translate(0.5 0.707)'%3E%3Cpath id='Path_68725' data-name='Path 68725' d='M16.715,0,0,16.715' transform='translate(1.52 0)' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_68726' data-name='Path 68726' d='M10.035,15.06a1.134,1.134,0,0,1-1.213-.086L8.79,14.95,7.436,13.841a.38.38,0,0,1-.028-.563l2.58-2.58a.38.38,0,0,1,.649.269v3.062A1.164,1.164,0,0,1,10.035,15.06Zm.38-11.227L3.072,11.175a.76.76,0,0,1-.537.223H1.14A1.14,1.14,0,0,1,0,10.258V4.939A1.14,1.14,0,0,1,1.14,3.8H4.452L8.821.224a1.135,1.135,0,0,1,1.228-.08,1.164,1.164,0,0,1,.587,1.023V3.3a.76.76,0,0,1-.222.537ZM15.2,7.6a7.3,7.3,0,0,1-.843,3.384A.76.76,0,1,1,13,10.292,5.812,5.812,0,0,0,13.676,7.6q0-.19-.015-.386a.38.38,0,0,1,.11-.3l.682-.682a.38.38,0,0,1,.643.2,6.933,6.933,0,0,1,.1,1.16Zm3.039,0a10.3,10.3,0,0,1-1.623,5.7.76.76,0,1,1-1.313-.765A8.82,8.82,0,0,0,16.715,7.6a8.627,8.627,0,0,0-.445-2.88.38.38,0,0,1,.09-.392l.592-.593a.38.38,0,0,1,.623.132A9.943,9.943,0,0,1,18.234,7.6Z' transform='translate(0 0.759)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='Path_68727' data-name='Path 68727' d='M3.8,6.355a13.615,13.615,0,0,1-2.4,8.007.76.76,0,0,1-1.282-.818A12.222,12.222,0,0,0,2.28,6.355,11.987,11.987,0,0,0,1.215,1.107.38.38,0,0,1,1.291.679L1.857.113a.38.38,0,0,1,.614.1A13.383,13.383,0,0,1,3.8,6.355Z' transform='translate(17.473 2.002)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  opacity: 0;
  width: 1.2222222222rem;
  height: 0.9444444444rem;
  margin: -0.5rem 0 0 -0.6111111111rem;
}
.g-videoControls .g-videoControls__toggleAudio i:last-of-type:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20id='audio-speaker-on' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23.272' height='20.692' viewBox='0 0 23.272 20.692'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23e3a67b'/%3E%3Cstop offset='0.631' stop-color='%23a85f46'/%3E%3Cstop offset='1' stop-color='%23693c28'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_27' data-name='Path 27' d='M9.668,13.32l-4.42,3.31H1.211A1.215,1.215,0,0,0,0,17.842v8.437A1.214,1.214,0,0,0,1.211,27.49H5.248l4.42,3.31a1.205,1.205,0,0,0,1.938-.969V14.289A1.208,1.208,0,0,0,9.668,13.32Z' transform='translate(0 -11.723)' fill='%23fff'/%3E%3Cpath id='Path_28' data-name='Path 28' d='M67.783,22.49a1.413,1.413,0,1,0-2,2,6.725,6.725,0,0,1,0,9.507,1.425,1.425,0,0,0,0,2,1.389,1.389,0,0,0,1.978-.02A9.5,9.5,0,0,0,67.783,22.49Z' transform='translate(-52.18 -18.915)' fill='%23fff'/%3E%3Cpath id='Path_29' data-name='Path 29' d='M83.484,6.8a1.426,1.426,0,0,0,0,2,11.207,11.207,0,0,1,0,15.865,1.423,1.423,0,0,0,.989,2.422,1.406,1.406,0,0,0,.989-.4,14.035,14.035,0,0,0,0-19.861A1.383,1.383,0,0,0,83.484,6.8Z' transform='translate(-66.307 -6.393)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  width: 23px;
  height: 20px;
  margin: -10px 0 0 -12px;
}
.g-videoControls .g-videoControls__toggleAudio i:last-of-type:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23FFFFFF%27%20id='audio-speaker-on' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23.272' height='20.692' viewBox='0 0 23.272 20.692'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23e3a67b'/%3E%3Cstop offset='0.631' stop-color='%23a85f46'/%3E%3Cstop offset='1' stop-color='%23693c28'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_27' data-name='Path 27' d='M9.668,13.32l-4.42,3.31H1.211A1.215,1.215,0,0,0,0,17.842v8.437A1.214,1.214,0,0,0,1.211,27.49H5.248l4.42,3.31a1.205,1.205,0,0,0,1.938-.969V14.289A1.208,1.208,0,0,0,9.668,13.32Z' transform='translate(0 -11.723)' fill='%23fff'/%3E%3Cpath id='Path_28' data-name='Path 28' d='M67.783,22.49a1.413,1.413,0,1,0-2,2,6.725,6.725,0,0,1,0,9.507,1.425,1.425,0,0,0,0,2,1.389,1.389,0,0,0,1.978-.02A9.5,9.5,0,0,0,67.783,22.49Z' transform='translate(-52.18 -18.915)' fill='%23fff'/%3E%3Cpath id='Path_29' data-name='Path 29' d='M83.484,6.8a1.426,1.426,0,0,0,0,2,11.207,11.207,0,0,1,0,15.865,1.423,1.423,0,0,0,.989,2.422,1.406,1.406,0,0,0,.989-.4,14.035,14.035,0,0,0,0-19.861A1.383,1.383,0,0,0,83.484,6.8Z' transform='translate(-66.307 -6.393)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  opacity: 0;
  width: 23px;
  height: 20px;
  margin: -10px 0 0 -12px;
}
.g-videoControls .g-videoControls__toggleAudio.soundIsOn i:first-of-type {
  opacity: 0;
}
.g-videoControls .g-videoControls__toggleAudio.soundIsOn i:last-of-type {
  opacity: 1;
}
html.no-touch .g-videoControls .g-videoControls__toggleAudio:hover i:after {
  opacity: 1;
}
html.no-touch .g-videoControls .g-videoControls__toggleAudio:hover i:before {
  opacity: 0;
}
.g-videoControls .g-videoControls__togglePlay.isPaused i:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-left: 0.7777777778rem solid #fff;
  border-top: 0.3888888889rem solid transparent;
  border-bottom: 0.3888888889rem solid transparent;
  margin: -0.3888888889rem 0 0 -0.3333333333rem;
  -webkit-transition: border-left-color 0.2s ease-in-out;
  -o-transition: border-left-color 0.2s ease-in-out;
  -moz-transition: border-left-color 0.2s ease-in-out;
  transition: border-left-color 0.2s ease-in-out;
}
html.no-touch .g-videoControls .g-videoControls__togglePlay.isPaused:hover i:after {
  border-left: 0.7777777778rem solid #FFFFFF;
}
.g-videoControls .g-videoControls__togglePlay.isPlaying i:before, .g-videoControls .g-videoControls__togglePlay.isPlaying i:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.1111111111rem;
  height: 0.8888888889rem;
  -webkit-border-radius: 0.1111111111rem;
     -moz-border-radius: 0.1111111111rem;
          border-radius: 0.1111111111rem;
  margin-top: -0.4444444444rem;
  background: #fff;
  left: 50%;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.g-videoControls .g-videoControls__togglePlay.isPlaying i:before {
  margin-left: -0.3888888889rem;
}
.g-videoControls .g-videoControls__togglePlay.isPlaying i:after {
  margin-left: 0.2777777778rem;
}
html.no-touch .g-videoControls .g-videoControls__togglePlay.isPlaying:hover i:before, html.no-touch .g-videoControls .g-videoControls__togglePlay.isPlaying:hover i:after {
  background: #FFFFFF;
}
.g-videoControls .g-videoControls__fullScreen:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23000%27%20id='full-screen' xmlns='http://www.w3.org/2000/svg' width='15.454' height='15.454' viewBox='0 0 15.454 15.454'%3E%3Cg id='Group_15592' data-name='Group 15592'%3E%3Cg id='Group_15591' data-name='Group 15591'%3E%3Cpath id='Path_12275' data-name='Path 12275' d='M3.864.966V0H.483A.483.483,0,0,0,0,.483V3.864H.966V1.647L5.452,6.133l.681-.681L1.647.966Z' fill='%23fff'/%3E%3Cpath id='Path_12276' data-name='Path 12276' d='M314.45,0H311.07V.966h2.217L308.8,5.452l.681.681,4.487-4.487V3.864h.966V.483A.483.483,0,0,0,314.45,0Z' transform='translate(-299.479)' fill='%23fff'/%3E%3Cpath id='Path_12277' data-name='Path 12277' d='M313.967,313.286l-4.487-4.487-.681.681,4.487,4.487H311.07v.966h3.381a.483.483,0,0,0,.483-.483V311.07h-.966Z' transform='translate(-299.479 -299.479)' fill='%23fff'/%3E%3Cpath id='Path_12278' data-name='Path 12278' d='M5.452,308.64.966,313.131v-2.217H0V314.3a.483.483,0,0,0,.483.483H3.864v-.966H1.647l4.487-4.487Z' transform='translate(0 -299.324)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}
.g-videoControls .g-videoControls__restart:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23000%27%20xmlns='http://www.w3.org/2000/svg' width='16.649' height='16.176' viewBox='0 0 16.649 16.176'%3E%3Cpath id='Reset' d='M14.981,7.483A8.1,8.1,0,0,0,3.642,5.977,8.124,8.124,0,0,0,2.257,7.328L1.9,5.283a.411.411,0,0,0-.477-.334L.339,5.14a.411.411,0,0,0-.334.476l.858,4.86a.411.411,0,0,0,.477.334L6.2,9.952a.411.411,0,0,0,.334-.476L6.344,8.4a.411.411,0,0,0-.476-.334L3.842,8.42A6.2,6.2,0,0,1,4.808,7.5a6.169,6.169,0,1,1,7.5,9.8A6.1,6.1,0,0,1,8.572,18.57a6.3,6.3,0,0,1-.826-.055,6.174,6.174,0,0,1-5.272-5.083A.411.411,0,0,0,2,13.1l-1.081.182a.411.411,0,0,0-.337.474,8.093,8.093,0,0,0,6.911,6.667,8.237,8.237,0,0,0,1.081.072A8.09,8.09,0,0,0,14.981,7.483Z' transform='translate(0 -4.314)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}

.content-area {
  width: 100%;
  display: block;
  position: relative;
  z-index: 7;
  background: transparent;
  overflow: hidden;
}
.content-area .ca-inner {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}
.content-area .ca-content {
  width: 100%;
  display: block;
  padding-bottom: 40px;
}
.content-area .content-container {
  width: 100%;
}
.content-area .content-container > .secondLvlCss {
  max-width: 750px;
}
.content-area .cat-fixed {
  width: 15.5555555556rem;
  float: left;
  width: -webkit-calc(50% - 243px);
  width: -moz-calc(50% - 243px);
  width: calc(50% - 243px);
  display: block;
  position: relative;
  padding: 3.3333333333rem 0 2.2222222222rem 2.7777777778rem;
}
.content-area .cat-fixed .ca-sidebox-container {
  float: right;
}
.content-area .cat-flexible {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 3;
  background: #fff;
  padding-left: 7.7777777778rem;
  padding-top: 3.3333333333rem;
}
.content-area .ca-sidebox-container {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
  text-align: right;
}
.content-area .sidebox {
  width: 26.1111111111rem;
  padding: 0 6.6666666667rem 0 2.2222222222rem;
  float: right;
  clear: right;
  text-align: left;
  position: relative;
  margin-top: 1.6666666667rem;
}
.content-area .sidebox:first-child {
  margin: 0;
}
.content-area .sidebox .sidebox-title {
  font-size: 1.6666666667rem;
  line-height: 2rem;
  font-weight: 700;
  color: #2F3F55;
  position: relative;
  display: block;
  padding-bottom: 0.5555555556rem;
}
.content-area .sidebox .sidebox-inner {
  width: 100%;
  display: block;
  border-bottom: 0.1111111111rem solid rgba(152, 170, 207, 0.3);
  padding-bottom: 1.6666666667rem;
}
.content-area .sidebox:last-child .sidebox-inner {
  border-bottom: none;
  padding-bottom: 0;
}

.crsl-ctrl {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  display: block;
  position: relative;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border: none;
  cursor: pointer;
}
.crsl-ctrl span {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #98AACF;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  position: relative;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: background-color 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: background-color 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  cursor: pointer;
  pointer-events: none;
  display: block;
}
.crsl-ctrl span:before {
  content: "";
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  border-left: 0.2222222222rem solid #fff;
  border-bottom: 0.2222222222rem solid #fff;
  display: block;
  left: 50%;
  margin-left: -0.4444444444rem;
  top: 50%;
  margin-top: -0.4444444444rem;
}
.crsl-ctrl.next span:before {
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  margin-left: -0.5555555556rem;
}
.crsl-ctrl.prev span:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin-left: -0.2777777778rem;
}
html.no-touch .crsl-ctrl:hover span {
  background: #ADBBD9;
}
html.no-touch .crsl-ctrl:hover.next span {
  -webkit-transform: translate3d(0.2777777778rem, 0, 0);
     -moz-transform: translate3d(0.2777777778rem, 0, 0);
          transform: translate3d(0.2777777778rem, 0, 0);
}
html.no-touch .crsl-ctrl:hover.prev span {
  -webkit-transform: translate3d(0.2777777778rem, 0, 0);
     -moz-transform: translate3d(0.2777777778rem, 0, 0);
          transform: translate3d(0.2777777778rem, 0, 0);
}

.page-title-container {
  width: 100%;
  max-width: 44.4444444444rem;
  display: block;
  position: relative;
  z-index: 5;
  padding: 8.3333333333rem 1.1111111111rem 1.1111111111rem;
  margin: auto auto 0;
}
.page-title-container .page-title {
  width: 100%;
  display: block;
}

.page-title-container-mobile {
  width: 100%;
  display: none;
  position: relative;
  background: #EFF2F7;
  padding: 1.1111111111rem;
}

@media screen and (max-width: 1600px) {
  .content-area .sidebox {
    width: 19.4444444444rem;
    padding: 0 1.6666666667rem 0 2.7777777778rem;
  }
  .content-area .cat-flexible {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
    padding-top: 2.7777777778rem;
  }
  .content-area .cat-fixed {
    width: -webkit-calc(50% - 11.6666666667rem);
    width: -moz-calc(50% - 11.6666666667rem);
    width: calc(50% - 11.6666666667rem);
    padding-top: 2.7777777778rem;
  }
}
@media screen and (max-width: 1160px) {
  .content-area .cat-fixed {
    width: -webkit-calc(50% - 8.3333333333rem);
    width: -moz-calc(50% - 8.3333333333rem);
    width: calc(50% - 8.3333333333rem);
  }
}
@media screen and (max-width: 1040px) {
  .content-area .cat-flexible {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
  .content-area .sidebox {
    padding: 0 1.3888888889rem 0 1.3888888889rem;
  }
}
@media screen and (max-width: 1030px) {
  .content-area .cat-fixed {
    width: -webkit-calc(50% - 5.5555555556rem);
    width: -moz-calc(50% - 5.5555555556rem);
    width: calc(50% - 5.5555555556rem);
  }
}
@media screen and (max-width: 910px) {
  .content-area .cat-fixed {
    width: -webkit-calc(50% - 2.7777777778rem);
    width: -moz-calc(50% - 2.7777777778rem);
    width: calc(50% - 2.7777777778rem);
  }
}
@media screen and (max-width: 830px) {
  .content-area .cat-fixed {
    width: -webkit-calc(50% - 1.6666666667rem);
    width: -moz-calc(50% - 1.6666666667rem);
    width: calc(50% - 1.6666666667rem);
  }
}
@media screen and (max-width: 767px) {
  .page-title-container {
    display: none;
  }

  .page-title-container-mobile {
    display: block;
  }

  .content-area .cat-fixed {
    display: none;
  }
  .content-area .cat-flexible {
    padding: 1.1111111111rem 1.3333333333rem 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.widget-holder, .ckEditorLayout {
  width: 100%;
  position: relative;
  margin-bottom: var(--cp-widget-spacing);
  padding: 1.6666666667rem 0;
}
.widget-holder.notices, .notices.ckEditorLayout {
  background: #629BAA;
}
.widget-holder.notices .container, .notices.ckEditorLayout .container {
  padding: 2.7777777778rem 1.6666666667rem;
}
.widget-holder.notices .controller-wrapper h2, .notices.ckEditorLayout .controller-wrapper h2 {
  color: #FFFFFF;
}
.widget-holder.events-list, .events-list.ckEditorLayout {
  background: #E7DBC7;
}

.sidebar-layout.sidebar-left-layout .container {
  width: 100%;
  background: var(--sl-theme-second-background);
  padding-left: -webkit-calc(50% - 700px);
  padding-left: -moz-calc(50% - 700px);
  padding-left: calc(50% - 700px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  direction: rtl;
}
.sidebar-layout.sidebar-left-layout .content {
  background: var(--sl-theme-background);
  padding-left: 60px;
  padding-top: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  direction: ltr;
  min-width: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .sidebar-layout.sidebar-left-layout .content {
    padding-left: 40px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-left-layout .content {
    padding-left: 20px;
  }
}
.sidebar-layout.sidebar-left-layout .content-wrap,
.sidebar-layout.sidebar-left-layout .sll-content-width {
  width: 100%;
  padding-right: 50px;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-left-layout .content-wrap,
.sidebar-layout.sidebar-left-layout .sll-content-width {
    padding-right: 20px;
    max-width: none;
  }
}
.sidebar-layout.sidebar-left-layout .widget-holder, .sidebar-layout.sidebar-left-layout .ckEditorLayout {
  width: 100%;
}
.sidebar-layout.sidebar-left-layout .widget-holder.sll-content-width, .sidebar-layout.sidebar-left-layout .sll-content-width.ckEditorLayout {
  max-width: 800px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-left-layout .widget-holder.sll-content-width, .sidebar-layout.sidebar-left-layout .sll-content-width.ckEditorLayout {
    max-width: none;
    padding-right: 20px;
  }
}
.sidebar-layout.sidebar-left-layout .main-sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  padding: 45px 50px;
  direction: ltr;
}
@media screen and (max-width: 1600px) {
  .sidebar-layout.sidebar-left-layout .main-sidebar {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .sidebar-layout.sidebar-left-layout .main-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 350px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-left-layout .main-sidebar {
    display: none;
  }
}
.sidebar-layout.sidebar-right-layout {
  background: var(--sl-theme-background);
  overflow: hidden;
}
.sidebar-layout.sidebar-right-layout .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1042px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-right-layout .container {
    padding-right: 0;
  }
}
.sidebar-layout.sidebar-right-layout .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-bottom: 30px;
  padding-top: 45px;
}
.sidebar-layout.sidebar-right-layout .content-wrap {
  width: 100%;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-right-layout .content-wrap {
    padding-right: 20px;
    max-width: none;
  }
}
.sidebar-layout.sidebar-right-layout .srl-content-width {
  padding-right: 50px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .sidebar-layout.sidebar-right-layout .srl-content-width {
    padding-right: 20px;
  }
}
.sidebar-layout.sidebar-right-layout .main-sidebar {
  padding: 45px 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 370px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  position: relative;
}
.sidebar-layout.sidebar-right-layout .main-sidebar:before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--sl-theme-second-background);
}
@media screen and (max-width: 767px) {
  .sidebar-layout .container {
    width: 100% !important;
    display: block !important;
  }
  .sidebar-layout .content {
    display: block;
    width: 100%;
  }
  .sidebar-layout .main-sidebar {
    display: none;
  }
}

.full-width-layout .container {
  width: 100%;
  display: block;
  max-width: clamp( 35rem, 30.1339285714vw + 17.8571428571rem, 50rem );
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.6666666667rem 1.6666666667rem;
}
.full-width-layout .container .content .content-wrap:first-of-type {
  padding-top: 1.6666666667rem;
}
.full-width-layout .fwl-content-width, .full-width-layout .timeline .timeline__header, .timeline .full-width-layout .timeline__header {
  max-width: 54.4444444444rem;
}
@media all and (min-width: 1600px) {
  .full-width-layout .fwl-content-width.cards-grid .grid-widget, .full-width-layout .timeline .cards-grid.timeline__header .grid-widget, .timeline .full-width-layout .cards-grid.timeline__header .grid-widget {
    width: 56.6666666667rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
  /*$propertyVar:property("parent-max-width") / 2 - 18px;

  width: calc(50vw + 700px);

  @media (max-width: property("parent-max-width")) {
      width: calc(100% + property("padding-left-right"));

      .fwl-content-width {
          padding-right: property("padding-left-right");
      }
  }*/
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}
.full-width-layout .fwl-left-to-end.carousel-widget-wrapper .slick-no-slide .slick-track, .full-width-layout .carousel-widget-wrapper.ckEditorLayout-left-to-end .slick-no-slide .slick-track {
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
     -moz-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.full-width-layout .fwl-right-to-end, .full-width-layout .ckEditorLayout-right-to-end {
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  /*@media (max-width: property("parent-max-width")) {
      width: calc(100% + property("padding-left-right"));

      .fwl-content-width {
          padding-right: property("padding-left-right");
      }
  }*/
}
@media (max-width: 767px) {
  .full-width-layout .fwl-right-to-end, .full-width-layout .ckEditorLayout-right-to-end {
    float: none;
  }
}
.full-width-layout .fwl-right-to-end.carousel-widget-wrapper .slick-no-slide .slick-track, .full-width-layout .carousel-widget-wrapper.ckEditorLayout-right-to-end .slick-no-slide .slick-track {
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
     -moz-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.full-width-layout .fwl-viewport-width, .full-width-layout .timeline, .full-width-layout .ckEditorLayout-full-width {
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}
.full-width-layout .fwl-viewport-width .fwl-content-width, .timeline .full-width-layout .fwl-viewport-width .timeline__header, .full-width-layout .timeline .fwl-content-width, .full-width-layout .timeline .timeline__header, .full-width-layout .ckEditorLayout-full-width .fwl-content-width, .timeline .full-width-layout .ckEditorLayout-full-width .timeline__header {
  margin: 0 auto;
  padding: 2.2222222222rem 1.1111111111rem;
}
.full-width-layout .fwl-viewport-width.carousel-widget-wrapper .slick-no-slide .slick-track, .full-width-layout .carousel-widget-wrapper.timeline .slick-no-slide .slick-track, .full-width-layout .carousel-widget-wrapper.ckEditorLayout-full-width .slick-no-slide .slick-track {
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
     -moz-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.full-width-layout .sidebar-navigation {
  display: none;
}
.full-width-layout .main-sidebar {
  padding-top: 3.8888888889rem;
  padding-bottom: 3.8888888889rem;
  position: relative;
}
.full-width-layout .main-sidebar .wrap {
  max-width: 68.3333333333rem;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}

/*html,
body {
    font-family: $ff_primary;
    font-weight: 300;
    font-size: 18px;
    color: $darkBlue;
    background: $white;
}

body {
    width: 100%;
    height: 100%;
}*/
.main-content {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.grid-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  /*@media all and (min-width: $md) {
    width: calc(100% + 1rem);
    margin-left: rems(-9px);
  }*/
}
@media all and (min-width: 1440px) {
  .grid-widget > div.stat-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.4444444444rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 14.4444444444rem;
            flex: 0 0 14.4444444444rem;
  }
}
@media all and (min-width: 1440px) {
  .grid-widget > div.promo-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15.1111111111rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 15.1111111111rem;
            flex: 0 0 15.1111111111rem;
  }
}
.grid-widget:not(.grid-widget-split) {
  display: -ms-grid;
  display: grid;
  margin: 0;
  grid-template-columns: repeat(auto-fill, minmax(236px, 1fr));
  gap: clamp( 1.1111111111rem, 1.1160714286vw + 0.4761904762rem, 1.6666666667rem );
  /*&:has(.portal-icon) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }*/
  /*@media (max-width: 1600px) {
    grid-template-columns: 1fr 1fr;

    &:has(.portal-icon) {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }

  @media (max-width: 600px) {
    grid-template-columns: 1fr;

    &:has(.portal-icon) {
      grid-template-columns: 1fr 1fr;
    }
  }*/
}
.grid-widget:not(.grid-widget-split) > div {
  padding: 0;
}
@media (max-width: 450px) {
  .grid-widget:not(.grid-widget-split):has(.portal-icon) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.grid-widget.grid-widget-split > div > div {
  padding: 0.7777777778rem;
}

.carousel-widget {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  min-width: 0;
}
.carousel-widget .crsl-inner {
  width: 100%;
  display: block;
  overflow: hidden;
  max-width: 46.6666666667rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1440px) {
  .carousel-widget .crsl-inner {
    max-width: 62.2222222222rem;
  }
}
@media all and (min-width: 1600px) {
  .carousel-widget .crsl-inner {
    max-width: 77.7777777778rem;
  }
}
@media all and (min-width: 1921px) {
  .carousel-widget .crsl-inner {
    max-width: 93.3333333333rem;
  }
}
.global-widget .carousel-widget .crsl-inner {
  max-width: none;
}
.carousel-widget.align-center {
  /*.slick-track {
    display: flex;

    .slick-slide {
      display: flex;
      height: auto;
    }
  }

  .slick-track .slick-slide {
    align-items: flex-start;
    justify-content: center;
  }*/
}

.carousel-widget-wrapper {
  opacity: 0;
  visibility: hidden;
  height: 0;
  pointer-events: none;
  margin-bottom: var(--cp-widget-spacing);
}
.carousel-widget-wrapper.loaded {
  opacity: 1;
  visibility: visible;
  height: auto;
  pointer-events: all;
}
.carousel-widget-wrapper .slick-arrow:not(.slick-disabled) {
  pointer-events: all;
}
.carousel-widget-wrapper .slick-slide {
  width: 15.5555555556rem;
}
.carousel-widget-wrapper .slick-slide > div > div {
  padding: 0 0.8333333333rem;
}
.carousel-widget-wrapper .controller-wrapper.over-crsl {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}
.carousel-widget-wrapper .controller-wrapper.over-crsl .controller-js {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl).top-placed {
  margin-bottom: 2.2222222222rem;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl):not(.top-placed) {
  margin-top: 1.1111111111rem;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl).reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl) .controller-js .slick-arrow {
  float: left;
}
.carousel-widget-wrapper .controller-wrapper:not(.over-crsl) .controller-js .slick-arrow:last-child {
  margin-left: 1.1111111111rem;
}
.carousel-widget-wrapper.arrows-over-carousel .controller-wrapper.over-crsl {
  display: block;
}
.carousel-widget-wrapper.arrows-over-carousel .controller-wrapper:not(.over-crsl) .controller-js {
  display: none;
}
.carousel-widget-wrapper.arrows-over-carousel .controller-wrapper.no-btn {
  display: none;
}
.carousel-widget-wrapper.stories-carousel .crsl-ctrl {
  background: #558999;
}
.carousel-widget-wrapper.events-carousel .crsl-ctrl {
  background: #B7644B;
}
.carousel-widget-wrapper.cards-carousel .crsl-ctrl {
  background: #708660;
}
@media all and (min-width: 1440px) {
  .carousel-widget-wrapper.cards-carousel .slick-slide {
    width: 18.8888888889rem;
  }
}
@media all and (min-width: 1440px) {
  .carousel-widget-wrapper.cards-carousel .carousel-widget .crsl-inner {
    max-width: 75.5555555556rem;
  }
}
.carousel-widget-wrapper.stats-carousel .crsl-ctrl {
  background: #143261;
}
.carousel-widget-wrapper.staff-carousel .crsl-ctrl, .carousel-widget-wrapper.profile-carousel .crsl-ctrl {
  background: #A0763B;
}
@media (max-width: 767px) {
  .carousel-widget-wrapper.stories-carousel .controller-wrapper.over-crsl, .carousel-widget-wrapper.events-carousel .controller-wrapper.over-crsl, .carousel-widget-wrapper.staff-carousel .controller-wrapper.over-crsl, .carousel-widget-wrapper.cards-carousel .controller-wrapper.over-crsl {
    height: 16.6666666667rem;
  }
}

.header {
  /*width: 100%;
  height: rems(60px);
  background: #98AACF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999*/
}

.menu-btn-holder {
  left: auto !important;
  z-index: 17;
  width: clamp( 3.3333333333rem, 7.8663793103vw + -1.0019157088rem, 7.3888888889rem );
  position: absolute;
  /*:not(.homepage) & {
    mix-blend-mode: hard-light;
  }*/
}
.menu-btn-holder .midnightInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: visible !important;
}
@media (max-width: 991px) {
  .menu-btn-holder {
    margin-top: 0;
    width: 3.3333333333rem;
  }
  ._menu-open .menu-btn-holder {
    top: 2.7777777778rem !important;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}

/*.logo-holder {
  pointer-events: none;
}*/
.midnightHeader.default .menu-btn {
  display: block;
  background: #122139;
}
._menu-open .midnightHeader.default .menu-btn {
  background: transparent;
}
.midnightHeader.default .menu-btn label:before, .midnightHeader.default .menu-btn label:after {
  color: #FFFFFF;
}
.midnightHeader.default .menu-btn span {
  background: #FFFFFF;
}
.midnightHeader.default .menu-btn span:before, .midnightHeader.default .menu-btn span:after {
  background: #FFFFFF;
}
.midnightHeader.blue .menu-btn {
  display: block;
  background: white;
}
._menu-open .midnightHeader.blue .menu-btn {
  background: transparent;
}
.midnightHeader.blue .menu-btn label:before, .midnightHeader.blue .menu-btn label:after {
  color: #122139;
}
._menu-open .midnightHeader.blue .menu-btn label:before, ._menu-open .midnightHeader.blue .menu-btn label:after {
  color: #FFFFFF;
}
.midnightHeader.blue .menu-btn span {
  background: #122139;
}
._menu-open .midnightHeader.blue .menu-btn span {
  background: #FFFFFF;
}
.midnightHeader.blue .menu-btn span:before, .midnightHeader.blue .menu-btn span:after {
  background: #122139;
}
._menu-open .midnightHeader.blue .menu-btn span:before, ._menu-open .midnightHeader.blue .menu-btn span:after {
  background: #FFFFFF;
}
.midnightHeader.blue a {
  height: clamp( 6.1111111111rem, 2.3706896552vw + 4.8045977011rem, 7.3333333333rem );
}
.midnightHeader.blue .logo-text {
  opacity: 0;
  visibility: hidden;
}
.midnightHeader.blue .logo-crest {
  padding: 0.3333333333rem;
}
.midnightHeader.white .menu-btn {
  display: block;
}
.midnightHeader.white .menu-btn label:before, .midnightHeader.white .menu-btn label:after {
  color: #FFFFFF;
}
.midnightHeader.white .menu-btn span {
  background: #FFFFFF;
}
.midnightHeader.white .menu-btn span:before, .midnightHeader.white .menu-btn span:after {
  background: #FFFFFF;
}
.midnightHeader.white .logo-text {
  opacity: 0;
  visibility: hidden;
}
.midnightHeader .midnightInner > * {
  pointer-events: auto;
}

.menu-btn {
  position: relative;
  width: clamp( 3.3333333333rem, 4.9659863946vw + 2.0918367347rem, 7.3888888889rem );
  padding: clamp( 1.6111111111rem, 2.7901785714vw + 0.0238095238rem, 3rem ) clamp( 0.8888888889rem, 0.9523809524vw + 0.6507936508rem, 1.6666666667rem ) 0;
  cursor: pointer;
  display: none;
  white-space: nowrap;
  background: none;
  border: 0;
  text-align: center;
  /*@media all and (max-width: $md-1) {
    background: $darkBlue;
  }*/
}
.menu-btn span {
  display: block;
  position: relative;
  height: clamp( 0.1111111111rem, 0.1360544218vw + 0.0770975057rem, 0.2222222222rem );
  background: #122139;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  margin-bottom: clamp( 1.6111111111rem, 1.4285714286vw + 1.253968254rem, 2.7777777778rem );
  /*@media all and (min-width: $md) {
    background: $darkBlue;

    &:before, &:after {
      background: $darkBlue;
    }
  }*/
}
.menu-btn span:before, .menu-btn span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #122139;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.menu-btn span:before {
  top: clamp( -1.1111111111rem, -0.6802721088vw + -0.3854875283rem, -0.5555555556rem );
}
.menu-btn span:after {
  top: clamp( 0.5555555556rem, 0.6802721088vw + 0.3854875283rem, 1.1111111111rem );
}
.menu-btn label {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: "ivypresto-display", serif;
  font-weight: 600;
  font-size: clamp( 0.8888888889rem, 0.9523809524vw + 0.6507936508rem, 1.6666666667rem );
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  pointer-events: none;
  overflow: hidden;
  color: transparent;
  /*@media all and (min-width: $md) {
    display: inline-block;
  }*/
}
.menu-btn label:before, .menu-btn label:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
  color: #122139;
}
.menu-btn label:before {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.menu-btn label:after {
  -webkit-transform: translateX(102%);
     -moz-transform: translateX(102%);
      -ms-transform: translateX(102%);
       -o-transform: translateX(102%);
          transform: translateX(102%);
}
._menu-open .menu-btn span {
  background: transparent !important;
}
._menu-open .menu-btn span:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
._menu-open .menu-btn span:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
html.no-touch .menu-btn:hover label:before {
  -webkit-transform: translateX(-102%);
     -moz-transform: translateX(-102%);
      -ms-transform: translateX(-102%);
       -o-transform: translateX(-102%);
          transform: translateX(-102%);
}
html.no-touch .menu-btn:hover label:after {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.cta-holder {
  top: 0;
  right: 0;
  background-color: #122139;
  position: fixed;
}
.cta-holder ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: clamp( 0.8888888889rem, 6.8965517241vw + -2.9118773946rem, 4.4444444444rem );
     -moz-column-gap: clamp( 0.8888888889rem, 6.8965517241vw + -2.9118773946rem, 4.4444444444rem );
          column-gap: clamp( 0.8888888889rem, 6.8965517241vw + -2.9118773946rem, 4.4444444444rem );
}
.cta-holder ul a {
  display: block;
  font-family: "ivypresto-display", serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp( 0.8888888889rem, 0.5vw + 0.8rem, 1.3333333333rem );
  position: relative;
  white-space: nowrap;
  color: transparent;
  overflow: hidden;
}
.cta-holder ul a:before, .cta-holder ul a:after {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.48s;
  transition: -webkit-transform 0.48s;
  -o-transition: -o-transform 0.48s;
  -moz-transition: transform 0.48s, -moz-transform 0.48s;
  transition: transform 0.48s;
  transition: transform 0.48s, -webkit-transform 0.48s, -moz-transform 0.48s, -o-transform 0.48s;
  padding: 0;
}
.cta-holder ul a:before {
  color: #FFFFFF;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.cta-holder ul a:after {
  color: #FFFFFF;
  -webkit-transform: translateY(102%);
     -moz-transform: translateY(102%);
      -ms-transform: translateY(102%);
       -o-transform: translateY(102%);
          transform: translateY(102%);
}
.no-touch .cta-holder ul a:hover:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .cta-holder ul a:hover:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
@media all and (min-width: 992px) {
  .cta-holder {
    padding: clamp( 1.6666666667rem, 3.2327586207vw + -0.1149425287rem, 3.3333333333rem ) clamp( 2.7777777778rem, 2.1551724138vw + 1.5900383142rem, 3.8888888889rem ) 1.6666666667rem clamp( 2.7777777778rem, 2.1551724138vw + 1.5900383142rem, 3.8888888889rem );
    -webkit-border-radius: 0 0 2.2222222222rem 2.2222222222rem;
       -moz-border-radius: 0 0 2.2222222222rem 2.2222222222rem;
            border-radius: 0 0 2.2222222222rem 2.2222222222rem;
    top: 0;
    right: clamp( 9.1666666667rem, 1.6741071429vw + 8.2142857143rem, 10rem );
    bottom: auto;
    -webkit-transition: background-color 0.32s linear;
    -o-transition: background-color 0.32s linear;
    -moz-transition: background-color 0.32s linear;
    transition: background-color 0.32s linear;
    z-index: 3;
    /*body.homepage:not(._menu-open) & {
      background-color: rgba($white, .15);
    }*/
    background-color: rgba(18, 33, 57, 0.45);
  }
}
@media all and (max-width: 991px) {
  .cta-holder {
    padding: clamp( 0.9444444444rem, 1.0447761194vw + 0.7581260365rem, 1.3333333333rem ) clamp( 0.8888888889rem, 0.5961251863vw + 0.782911078rem, 1.1111111111rem ) clamp( 0.7777777778rem, 0.8955223881vw + 0.6180762852rem, 1.1111111111rem ) clamp( 0.8888888889rem, 0.5961251863vw + 0.782911078rem, 1.1111111111rem );
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    left: 0;
    display: none;
    gap: 1.1111111111rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 16;
  }
  ._menu-open .cta-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cta-holder .sticky-logo {
  display: block;
}
@media all and (min-width: 992px) {
  .cta-holder .sticky-logo {
    display: none;
  }
}
.cta-holder .sticky-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 2rem;
  min-width: 1.5555555556rem;
}

.footer {
  background: #143261;
  position: relative;
  color: #FFFFFF;
  padding: clamp( 3.3333333333rem, 2.7210884354vw + 2.6530612245rem, 5.5555555556rem ) 0 clamp( 1.6666666667rem, 1.3605442177vw + 1.3265306122rem, 2.7777777778rem );
}
@media (max-width: 992px) {
  .footer {
    padding-bottom: 4.4444444444rem;
  }
}
.footer a {
  color: #FFFFFF;
}
.footer .footer-top {
  margin-bottom: clamp( 1.6666666667rem, 6.8027210884vw + -0.0340136054rem, 7.2222222222rem );
  padding: 0 1.6666666667rem;
}
@media all and (min-width: 992px) {
  .footer .footer-top {
    margin-right: auto;
    margin-left: auto;
    width: 80vw;
    max-width: 70rem;
    padding: 0;
  }
}
.footer .footer-heading h3 {
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-size: clamp( 2.5rem, 3.7414965986vw + 1.5646258503rem, 5.5555555556rem );
  line-height: 1;
}
.footer .footer-heading h3 span {
  font-family: "effra", sans-serif;
  display: block;
  font-weight: 400;
  opacity: 0.6;
  font-size: clamp( 1.7777777778rem, 3.2653061224vw + 0.9614512472rem, 4.4444444444rem );
}
.footer .footer-links {
  margin-top: clamp( 2.7777777778rem, 10.2040816327vw + 0.2267573696rem, 11.1111111111rem );
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 992px) {
  .footer .footer-links {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
@media all and (min-width: 992px) {
  .footer .footer-links .col {
    max-width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media all and (max-width: 991px) {
  .footer .footer-links .col + .col {
    margin-top: 1.7777777778rem;
  }
}
.footer .footer-links h4 {
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: clamp( 1.4444444444rem, 0.2721088435vw + 1.3764172336rem, 1.6666666667rem );
}
.footer .footer-links p {
  font-family: "effra", sans-serif;
  font-weight: 300;
  font-size: clamp( 1.1111111111rem, 0.2721088435vw + 1.0430839002rem, 1.3333333333rem );
  line-height: 1.2;
  margin-bottom: 1.3333333333rem;
}
.footer .footer-links ul li.social-handle {
  font-family: "effra", sans-serif;
  font-weight: 300;
  font-size: clamp( 1.1111111111rem, 0.2721088435vw + 1.0430839002rem, 1.3333333333rem );
  line-height: 1.2;
  padding-top: 0.5555555556rem;
  color: #FFFFFF;
}
.footer .footer-links ul li.social-handle a {
  font-weight: 300;
}
.footer .footer-links ul li + li {
  margin-top: 0.6666666667rem;
}
.footer .footer-links ul a:not(.social-icon) {
  display: inline-block;
  font-weight: 400;
  font-size: clamp( 1.1111111111rem, 0.2721088435vw + 1.0430839002rem, 1.3333333333rem );
  line-height: 1.2;
  position: relative;
  color: transparent;
  overflow: hidden;
  /*.no-touch & {
    &:hover {
      text-decoration: underline;
    }
  }*/
}
.footer .footer-links ul a:not(.social-icon):before, .footer .footer-links ul a:not(.social-icon):after {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.48s;
  transition: -webkit-transform 0.48s;
  -o-transition: -o-transform 0.48s;
  -moz-transition: transform 0.48s, -moz-transform 0.48s;
  transition: transform 0.48s;
  transition: transform 0.48s, -webkit-transform 0.48s, -moz-transform 0.48s, -o-transform 0.48s;
  padding: 0;
}
.footer .footer-links ul a:not(.social-icon):before {
  color: #FFFFFF;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.footer .footer-links ul a:not(.social-icon):after {
  color: #FFFFFF;
  -webkit-transform: translateY(102%);
     -moz-transform: translateY(102%);
      -ms-transform: translateY(102%);
       -o-transform: translateY(102%);
          transform: translateY(102%);
}
.no-touch .footer .footer-links ul a:not(.social-icon):hover:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .footer .footer-links ul a:not(.social-icon):hover:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.footer .footer-links ul.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1.3333333333rem;
}
@media all and (min-width: 992px) {
  .footer .footer-links ul.socials {
    max-width: 5.5555555556rem;
  }
}
.footer .footer-links ul.socials li {
  display: inline-block;
  font-weight: 300;
  white-space: nowrap;
}
.footer .footer-links ul.socials li + li {
  margin-top: 0;
}
.footer .footer-links ul.socials a.social-icon {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0.4;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .footer .footer-links ul.socials a.social-icon:hover {
  opacity: 1;
}
.footer .footer-links ul.socials a.social-icon:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  text-align: center;
  line-height: 2.2222222222rem;
  font-size: 1.3888888889rem;
}
.footer .footer-partners ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media all and (min-width: 768px) {
  .footer .footer-partners ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer .footer-partners ul li {
  position: relative;
  background: #122D57;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 1.1111111111rem;
}
@media all and (min-width: 768px) {
  .footer .footer-partners ul li {
    padding: 0.3333333333rem 1.1111111111rem;
  }
}
.footer .footer-partners ul li:before {
  content: "";
  top: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #122139;
  position: absolute;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .footer .footer-partners ul li:hover:before {
  top: 0;
}
@media all and (max-width: 767px) {
  .footer .footer-partners ul li + li {
    margin-top: 0.2222222222rem;
  }
}
@media all and (min-width: 768px) {
  .footer .footer-partners ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19.8%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 19.8%;
            flex: 0 0 19.8%;
  }
}
.footer .footer-partners ul li a {
  display: block;
  position: relative;
  z-index: 1;
}
.footer .footer-partners ul li img {
  display: block;
  width: auto;
  height: 3.3333333333rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .footer .footer-partners ul li img {
    max-width: 80%;
    height: auto;
    width: 100%;
  }
}
.footer .footer-affiliates {
  margin-top: 2.2222222222rem;
}
.footer .footer-affiliates ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .footer .footer-affiliates ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.footer .footer-affiliates ul li {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 1.1111111111rem;
}
@media all and (min-width: 768px) {
  .footer .footer-affiliates ul li {
    padding: 0.3333333333rem 0.6666666667rem;
  }
}
@media all and (max-width: 767px) {
  .footer .footer-affiliates ul li + li {
    margin-top: 0.2222222222rem;
  }
}
@media all and (min-width: 768px) {
  .footer .footer-affiliates ul li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.footer .footer-affiliates ul li a {
  display: block;
}
.footer .footer-affiliates ul li a img {
  opacity: 0.6;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .footer .footer-affiliates ul li a:hover img {
  opacity: 1;
}
.footer .footer-affiliates ul li img {
  display: block;
  width: auto;
  height: 3.3333333333rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .footer .footer-affiliates ul li img {
    max-width: 80%;
    height: auto;
    width: 100%;
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@-o-keyframes scroll-left {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer .footer-ticker {
  color: #FFFFFF;
  margin-top: 1.6666666667rem;
  font-weight: 400;
  font-family: "ivypresto-display", serif;
  font-size: clamp( 2.2222222222rem, 4.0816326531vw + 1.201814059rem, 5.5555555556rem );
  opacity: 0.2;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.footer .footer-ticker .ticker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-ticker .ticker .ticker-content {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  will-change: transform;
  -webkit-animation: scroll-left 24s linear infinite;
     -moz-animation: scroll-left 24s linear infinite;
       -o-animation: scroll-left 24s linear infinite;
          animation: scroll-left 24s linear infinite;
}
.footer .footer-ticker .ticker span {
  display: inline-block;
  padding-right: 50px;
  /* space between repeats */
}
.no-touch .footer .footer-ticker .ticker:hover .ticker-content {
  -webkit-animation-play-state: paused !important;
     -moz-animation-play-state: paused !important;
       -o-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
.footer .footer-tos {
  margin-top: 3.0555555556rem;
  padding: 0 0 0 1.6666666667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: clamp( 1rem, 0.1360544218vw + 0.9659863946rem, 1.1111111111rem );
  line-height: 1.3;
  max-width: 16.6666666667rem;
  font-weight: 400;
}
@media all and (min-width: 992px) {
  .footer .footer-tos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: clamp( 2.2222222222rem, 1.1160714286vw + 1.5873015873rem, 2.7777777778rem );
    padding: 0 clamp( 1.6666666667rem, 2.2321428571vw + 0.3968253968rem, 2.7777777778rem );
    max-width: none;
  }
}
.footer .footer-tos a {
  text-decoration: underline;
}
.no-touch .footer .footer-tos a:hover {
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .footer .footer-tos ul {
    margin-bottom: 0.6666666667rem;
  }
}
.footer .footer-tos ul li {
  display: inline-block;
}
.footer .footer-tos ul li:before {
  content: "|";
  margin: 0 0.5555555556rem;
}
.footer .footer-tos ul li:first-child:before {
  display: none;
}
@-webkit-keyframes moveDownUp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.8888888889rem);
            transform: translateY(0.8888888889rem);
    /* Adjust height here */
  }
}
@-moz-keyframes moveDownUp {
  0%, 100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(0.8888888889rem);
         transform: translateY(0.8888888889rem);
    /* Adjust height here */
  }
}
@-o-keyframes moveDownUp {
  0%, 100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  50% {
    -o-transform: translateY(0.8888888889rem);
       transform: translateY(0.8888888889rem);
    /* Adjust height here */
  }
}
@keyframes moveDownUp {
  0%, 100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.8888888889rem);
       -moz-transform: translateY(0.8888888889rem);
         -o-transform: translateY(0.8888888889rem);
            transform: translateY(0.8888888889rem);
    /* Adjust height here */
  }
}
.footer .scroll-top {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  position: absolute;
  cursor: pointer;
  text-align: center;
  line-height: 2.7777777778rem;
  font-size: clamp( 1.6666666667rem, 1.0204081633vw + 1.4115646259rem, 2.5rem );
  color: #FFFFFF;
  bottom: 4.4444444444rem;
  right: 0.8333333333rem;
}
@media all and (min-width: 992px) {
  .footer .scroll-top {
    left: 50%;
    margin-left: -1.3888888889rem;
    bottom: clamp( 2.2222222222rem, 1.1160714286vw + 1.5873015873rem, 2.7777777778rem );
    right: auto;
  }
}
.footer .scroll-top:before {
  display: block;
  position: relative;
  -webkit-animation: moveDownUp 2s ease-in-out infinite;
     -moz-animation: moveDownUp 2s ease-in-out infinite;
       -o-animation: moveDownUp 2s ease-in-out infinite;
          animation: moveDownUp 2s ease-in-out infinite;
}

.entry-points-holder {
  position: relative;
  display: none;
}
@media all and (min-width: 992px) {
  .entry-points-holder {
    display: block;
  }
}
.entry-points-holder .entry-points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.entry-points-holder .entry-points .entry-point {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  z-index: 0;
  position: relative;
  height: 0;
  padding-bottom: 22%;
}
.entry-points-holder .entry-points .entry-point .cards-card-inner {
  cursor: pointer;
}
.entry-points-holder .entry-points .entry-point .img-holder {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-points-holder .entry-points .entry-point .img-holder img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.entry-points-holder .entry-points .entry-point .img-holder .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #143261;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.entry-points-holder .entry-points .entry-point .img-holder:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6%;
  background: rgba(18, 33, 57, 0.32);
  z-index: 1;
}
.entry-points-holder .entry-points .entry-point .img-holder:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 33, 57, 0)), to(#122139));
  background: -webkit-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: -moz-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: -o-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: linear-gradient(to bottom, rgba(18, 33, 57, 0) 0%, #122139 100%);
}
.entry-points-holder .entry-points .entry-point .txt-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 clamp( 1.1111111111rem, 0.6465517241vw + 0.754789272rem, 1.4444444444rem ) clamp( 0.8888888889rem, 0.8620689655vw + 0.4137931034rem, 1.3333333333rem );
  z-index: 1;
}
.entry-points-holder .entry-points .entry-point .txt-holder h4 {
  color: #FFFFFF;
}
.entry-points-holder .entry-points .entry-point .txt-holder h4 strong {
  font-family: "ivypresto-display", serif;
  font-size: clamp( 1.4444444444rem, 1.5086206897vw + 0.6130268199rem, 2.2222222222rem );
  line-height: 1.3;
  font-weight: 400;
  position: relative;
  display: block;
  color: transparent;
  overflow: hidden;
}
.entry-points-holder .entry-points .entry-point .txt-holder h4 strong:before, .entry-points-holder .entry-points .entry-point .txt-holder h4 strong:after {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.48s;
  transition: -webkit-transform 0.48s;
  -o-transition: -o-transform 0.48s;
  -moz-transition: transform 0.48s, -moz-transform 0.48s;
  transition: transform 0.48s;
  transition: transform 0.48s, -webkit-transform 0.48s, -moz-transform 0.48s, -o-transform 0.48s;
  padding: 0;
}
.entry-points-holder .entry-points .entry-point .txt-holder h4 strong:before {
  color: #FFFFFF;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.entry-points-holder .entry-points .entry-point .txt-holder h4 strong:after {
  color: #FFFFFF;
  -webkit-transform: translateY(102%);
     -moz-transform: translateY(102%);
      -ms-transform: translateY(102%);
       -o-transform: translateY(102%);
          transform: translateY(102%);
}
.no-touch .entry-points-holder .entry-points .entry-point .txt-holder h4 strong:hover:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .entry-points-holder .entry-points .entry-point .txt-holder h4 strong:hover:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.entry-points-holder .entry-points .entry-point .txt-holder h4 span {
  display: block;
  font-family: "effra", sans-serif;
  font-weight: 300;
  padding-top: clamp( 0.1111111111rem, 0.6465517241vw + -0.245210728rem, 0.4444444444rem );
  font-size: clamp( 0.8888888889rem, 0.8620689655vw + 0.4137931034rem, 1.3333333333rem );
}
.entry-points-holder .entry-points .entry-point .whole-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 2;
}
.no-touch .entry-points-holder .entry-points .entry-point:hover .img-holder .img,
.no-touch .entry-points-holder .entry-points .entry-point:hover .img-holder img {
  -webkit-transform: scale(1.08);
     -moz-transform: scale(1.08);
      -ms-transform: scale(1.08);
       -o-transform: scale(1.08);
          transform: scale(1.08);
}
.no-touch .entry-points-holder .entry-points .entry-point:hover .txt-holder h4 strong:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .entry-points-holder .entry-points .entry-point:hover .txt-holder h4 strong:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.custom-menu {
  width: 100%;
  height: 100%;
  display: block;
  background: #143261;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  padding-top: 3.6666666667rem;
  overflow: hidden;
  -webkit-transition: background 0.8s ease;
  -o-transition: background 0.8s ease;
  -moz-transition: background 0.8s ease;
  transition: background 0.8s ease;
  display: none;
}
.custom-menu .open-menu {
  width: 5.5555555556rem;
  height: 5.5555555556rem;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 100;
}
.custom-menu.no-animation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.custom-menu.no-animation .cm-levels,
.custom-menu.no-animation .mobile-curl {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.custom-menu .custom-btn {
  width: 100%;
  max-width: 14.4444444444rem;
}
.custom-menu .level-close {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  position: absolute;
  right: 2.2222222222rem;
  top: 2.2222222222rem;
  cursor: pointer;
  z-index: 10;
  color: red;
  font-size: 1.7777777778rem;
  text-align: center;
  line-height: 2.2222222222rem;
}
.no-touch .custom-menu .level-close {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.no-touch .custom-menu .level-close:hover {
  color: red;
}
.custom-menu .curl {
  right: -1.6666666667rem;
  top: 0;
}
.custom-menu .mobile-home-btn {
  display: none;
}
.custom-menu .mobile-horizontal-curl {
  width: 100%;
  height: 1.6666666667rem;
  position: absolute;
  bottom: -1.6666666667rem;
  left: 0;
  z-index: 3;
}
.custom-menu.second-level-active .first-level.cm-levels .cm-item {
  opacity: 0.4;
}
.no-touch .custom-menu.second-level-active .first-level.cm-levels .cm-item:hover {
  opacity: 1;
}
.custom-menu.second-level-active .first-level.cm-levels .cm-item.active {
  opacity: 1;
}
.custom-menu.third-level-active {
  background: red;
}
.custom-menu .bg-close {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: red;
}
.custom-menu .close-level {
  width: 100%;
  height: 100%;
  display: block;
  background: red;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-menu .open-level {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0.3333333333rem;
}
.custom-menu .open-level .arrow {
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.3333333333rem;
  left: 50%;
  margin-left: -0.3333333333rem;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}
.custom-menu .open-level .arrow:before {
  content: "";
  width: 0.1111111111rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.custom-menu .open-level .arrow:after {
  content: "";
  width: 100%;
  height: 0.1111111111rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: green;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.custom-menu .custom-menu__inner {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
}
.custom-menu .menu-container {
  width: 60%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
@media all and (min-width: 992px) {
  .custom-menu .menu-container {
    width: 42%;
  }
}
.custom-menu .menu-container .cm-levels {
  pointer-events: all;
}
.custom-menu .menu-container .cm-levels:not(.first-level) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease, visibility 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -o-transition: opacity 0.8s ease, visibility 0.8s ease-out, -o-transform 0.8s ease-out;
  -moz-transition: opacity 0.8s ease, transform 0.8s ease-out, visibility 0.8s ease-out, -moz-transform 0.8s ease-out;
  transition: opacity 0.8s ease, transform 0.8s ease-out, visibility 0.8s ease-out;
  transition: opacity 0.8s ease, transform 0.8s ease-out, visibility 0.8s ease-out, -webkit-transform 0.8s ease-out, -moz-transform 0.8s ease-out, -o-transform 0.8s ease-out;
}
.custom-menu .menu-container .cm-levels.level-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.custom-menu .menu-mobile-helper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 4;
}
.custom-menu .cm-levels {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.custom-menu .cm-levels .cm-levels__close {
  /*width: rems(60px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: rems(-20px);
  z-index: 3;*/
  display: block;
}
.custom-menu .cm-levels .cm-levels__close.close-menu-js {
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  display: none;
}
.custom-menu .cm-levels .cm-levels__close.level-close-js {
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
}
.custom-menu .cm-levels .cm-level {
  width: 100%;
  display: none;
}
.custom-menu .cm-levels .cm-item {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.custom-menu .cm-levels .cm-item.cm__item-ref {
  padding: 0.5555555556rem 0 clamp( 1.1111111111rem, 2.0408163265vw + 0.6009070295rem, 2.7777777778rem ) 0 !important;
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref {
  color: #FFFFFF;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: clamp( -2.3333333333rem, -0.8620689655vw + -1.4137931034rem, -1.8888888889rem );
  background: none;
  border: 0;
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref i {
  font-size: clamp( 0.9444444444rem, 0.612244898vw + 0.79138322rem, 1.4444444444rem );
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref span {
  font-family: "ivypresto-display", serif;
  position: relative;
  font-size: clamp( 1.1111111111rem, 0.6802721088vw + 0.9410430839rem, 1.6666666667rem );
  font-weight: 400;
  line-height: 1;
  padding-left: clamp( 0.9444444444rem, 0.4761904762vw + 0.8253968254rem, 1.3333333333rem );
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__item-header {
  font-family: "ivypresto-display", serif;
  font-size: 1.5555555556rem;
  line-height: 1;
  margin: 1.5555555556rem 0 0;
  font-weight: 400;
  color: white;
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref {
    margin-left: 0;
  }
}
.custom-menu .cm-levels .cm-item .icon-chevron-right, .custom-menu .cm-levels .cm-item .cards-card.hasHover .cards-card-inner .cards-card-content .ccc-inner, .cards-card.hasHover .cards-card-inner .cards-card-content .custom-menu .cm-levels .cm-item .ccc-inner, .custom-menu .cm-levels .cm-item .staff-card.has-bio .scc-inner, .staff-card.has-bio .custom-menu .cm-levels .cm-item .scc-inner, .custom-menu .cm-levels .cm-item .alert-overlay .txt-holder .update i, .alert-overlay .txt-holder .update .custom-menu .cm-levels .cm-item i, .custom-menu .cm-levels .cm-item .alert-overlay.hasUrl .content-holder .txt-holder, .alert-overlay.hasUrl .content-holder .custom-menu .cm-levels .cm-item .txt-holder {
  font-size: 1.1111111111rem;
  line-height: 0.0555555556rem;
  text-align: center;
  color: #FFFFFF;
  margin-left: 0.5555555556rem;
  display: inline;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels .cm-item .icon-chevron-right, .custom-menu .cm-levels .cm-item .cards-card.hasHover .cards-card-inner .cards-card-content .ccc-inner, .cards-card.hasHover .cards-card-inner .cards-card-content .custom-menu .cm-levels .cm-item .ccc-inner, .custom-menu .cm-levels .cm-item .staff-card.has-bio .scc-inner, .staff-card.has-bio .custom-menu .cm-levels .cm-item .scc-inner, .custom-menu .cm-levels .cm-item .alert-overlay .txt-holder .update i, .alert-overlay .txt-holder .update .custom-menu .cm-levels .cm-item i, .custom-menu .cm-levels .cm-item .alert-overlay.hasUrl .content-holder .txt-holder, .alert-overlay.hasUrl .content-holder .custom-menu .cm-levels .cm-item .txt-holder {
    font-size: 1.8888888889rem;
    margin-left: 1.1111111111rem;
  }
}
.custom-menu .cm-levels .cm-item .arrow {
  width: 2.1111111111rem;
  height: 2.1111111111rem;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: orange;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.custom-menu .cm-levels .cm-item .arrow .global-icon {
  font-size: 0.8333333333rem;
  line-height: 2.1111111111rem;
  display: block;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.custom-menu .cm-levels .cm-item .arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 2.1111111111rem;
  height: 1.0555555556rem;
  top: 50%;
  left: 0;
  background: rgba(0, 0, 0, 0.12);
  -webkit-transform: rotate(-45deg) translate(0.3888888889rem, 0.1666666667rem);
     -moz-transform: rotate(-45deg) translate(0.3888888889rem, 0.1666666667rem);
      -ms-transform: rotate(-45deg) translate(0.3888888889rem, 0.1666666667rem);
       -o-transform: rotate(-45deg) translate(0.3888888889rem, 0.1666666667rem);
          transform: rotate(-45deg) translate(0.3888888889rem, 0.1666666667rem);
}
.custom-menu .cm-levels .cm-item .arrow-inner {
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  display: inline-block;
  font-size: clamp( 0.8888888889rem, 0.7482993197vw + 0.701814059rem, 1.5rem );
  line-height: 1.6666666667rem;
  color: #FFFFFF;
  margin-left: clamp( 0.3888888889rem, 0.2040816327vw + 0.3378684807rem, 0.5555555556rem );
}
.custom-menu .cm-levels .cm-item.active .arrow-inner {
  -webkit-transform: scaleY(-1);
     -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
}
.custom-menu .cm-levels .cm-item.cm-item-ref {
  margin-bottom: 0.8333333333rem;
}
.custom-menu .cm-levels .cm-item .cm-link {
  display: block;
}
.custom-menu .cm-levels .cm-item .cm-link.current:before {
  opacity: 1 !important;
}
.no-touch .custom-menu .cm-levels .cm-item .cm-link:hover:before {
  opacity: 0.6 !important;
}
.custom-menu .cm-levels .cm-item .cm-link-ref {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  line-height: 1.1111111111rem;
  padding-left: 2.5555555556rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #A6085A;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.custom-menu .cm-levels .cm-item .cm-link-ref .arrow {
  width: 0.6666666667rem;
  height: 2.2222222222rem;
  position: absolute;
  left: 0.7222222222rem;
  top: -0.4444444444rem;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}
.custom-menu .cm-levels .cm-item .cm-link-ref .arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-menu .cm-levels .cm-item .cm-link-ref .arrow svg .svg__path {
  fill: #a6085a;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
html.no-touch .custom-menu .cm-levels .cm-item .cm-link-ref:hover {
  color: #2CCCD3;
}
html.no-touch .custom-menu .cm-levels .cm-item .cm-link-ref:hover .arrow svg .svg__path {
  fill: #2CCCD3;
}
.custom-menu .cm-levels .cm-item .back-head {
  font-size: 2.2222222222rem;
  line-height: 2.5555555556rem;
  color: #002776;
  font-weight: 900;
  display: block;
  margin-top: 0.8333333333rem;
}
.custom-menu .cm-levels .cm-item.cm-item__with-search {
  pointer-events: all;
}
.custom-menu .cm-levels .cm-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 2;
}
.custom-menu .cm-levels .cm-absolute .cml-scroll {
  width: 100%;
  position: absolute;
  top: 3.8888888889rem;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
}
.custom-menu .cm-levels .cm-absolute .cml-scroll._overflow + .overflow-indicator {
  opacity: 1;
  visibility: visible;
}
.custom-menu .cm-levels .cm-absolute .overflow-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.4444444444rem;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.12s;
  -o-transition: 0.12s;
  -moz-transition: 0.12s;
  transition: 0.12s;
  display: none;
}
@media all and (min-width: 768px) {
  .custom-menu .cm-levels .cm-absolute .overflow-indicator {
    display: block;
  }
}
.custom-menu .cm-levels .cm-absolute .overflow-indicator:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.6666666667rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 50, 97, 0)), to(#143261));
  background: -webkit-linear-gradient(top, rgba(20, 50, 97, 0) 0%, #143261 100%);
  background: -moz-linear-gradient(top, rgba(20, 50, 97, 0) 0%, #143261 100%);
  background: -o-linear-gradient(top, rgba(20, 50, 97, 0) 0%, #143261 100%);
  background: linear-gradient(to bottom, rgba(20, 50, 97, 0) 0%, #143261 100%);
  z-index: 1;
  display: block;
}
.custom-menu .cm-levels .cm-absolute .overflow-indicator:after {
  content: "";
  position: absolute;
  color: #FFFFFF;
  left: 1.6666666667rem;
  bottom: 1.6666666667rem;
  font-size: 1.7777777778rem;
  z-index: 2;
  display: block;
  /*
            display: none;
            @media all and (min-width: 768px) {
            }*/
}
.custom-menu .cm-levels.first-level {
  width: 100%;
  z-index: 1;
}
.custom-menu .cm-levels.first-level .cm-absolute {
  background: #143261;
}
.custom-menu .cm-levels.first-level .cm-level {
  width: 100%;
  display: block !important;
  margin: 0 auto;
}
@media all and (min-width: 1600px) {
  .custom-menu .cm-levels.first-level .cm-level {
    padding: 0;
    margin: 0 auto;
  }
}
.custom-menu .cm-levels.first-level .cm-item {
  padding: clamp( 0.5555555556rem, 0.1360544218vw + 0.5215419501rem, 0.6666666667rem ) 0;
}
.custom-menu .cm-levels.first-level .cm-item .cm-link {
  font-family: "ivypresto-display", serif;
  position: relative;
  z-index: 1;
  font-size: clamp( 1.5555555556rem, 5.2631578947vw + -1.3450292398rem, 3.3333333333rem );
  line-height: 1.1;
  font-weight: 400;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #FFFFFF;
  padding-left: clamp( 1.6666666667rem, 4.0816326531vw + 0.6462585034rem, 5rem );
  padding-right: 1.6666666667rem;
}
.custom-menu .cm-levels.first-level .cm-item .cm-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: clamp( 1.1111111111rem, 1.3605442177vw + 0.7709750567rem, 2.2222222222rem );
  height: 0.1111111111rem;
  background: #FFFFFF;
  opacity: 0;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.custom-menu .cm-levels.second-level {
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  left: 100%;
}
.custom-menu .cm-levels.second-level .open-level {
  top: 0.4444444444rem;
}
.custom-menu .cm-levels.second-level .cm-item {
  padding: clamp( 0.5555555556rem, 0.4310344828vw + 0.3180076628rem, 0.7777777778rem ) 0;
}
.custom-menu .cm-levels.second-level .cm-absolute {
  background: #112A51;
  width: 100%;
}
.custom-menu .cm-levels.second-level .cm-absolute .cml-scroll {
  width: 100%;
}
.custom-menu .cm-levels.second-level .cm-level {
  padding: 0 1.6666666667rem 0 clamp( 1.6666666667rem, 3.0612244898vw + 0.9013605442rem, 4.1666666667rem );
}
.custom-menu .cm-levels.second-level .cm-level.cm-level-third {
  padding: 0 0 0 clamp( 1.1111111111rem, 3.0612244898vw + 0.3458049887rem, 3.6111111111rem );
  margin: 0.5555555556rem 0 0 0;
}
.custom-menu .cm-levels.second-level .overflow-indicator {
  bottom: 0;
}
.custom-menu .cm-levels.second-level .overflow-indicator:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 33, 57, 0)), to(#122139));
  background: -webkit-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: -moz-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: -o-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: linear-gradient(to bottom, rgba(18, 33, 57, 0) 0%, #122139 100%);
}
.custom-menu .cm-levels.second-level .cm-link {
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: clamp( 1.3333333333rem, 1.724137931vw + 0.3831417625rem, 2.2222222222rem );
  line-height: 1.1;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
     -moz-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.custom-menu .cm-levels.second-level .cm-link.current {
  -webkit-text-decoration-color: #fff;
     -moz-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.no-touch .custom-menu .cm-levels.second-level .cm-link:hover {
  -webkit-text-decoration-color: #fff;
     -moz-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.custom-menu .cm-levels .cm-level-third .cm-item {
  padding: clamp( 0.4444444444rem, 0vw + 0.4444444444rem, 0.4444444444rem ) 0;
}
.custom-menu .cm-levels .cm-level-third .cm-link {
  padding-right: 0;
  line-height: 1.1;
  font-style: italic;
  font-size: clamp( 1.1111111111rem, 1.5086206897vw + 0.2796934866rem, 1.8888888889rem );
}
.custom-menu .cm-levels.third-level {
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  left: 55.5555555556rem;
}
.custom-menu .cm-levels.third-level .cm-levels__close {
  width: 6.1111111111rem;
}
.custom-menu .cm-levels.third-level .level-close {
  right: 6.6666666667rem;
}
.custom-menu .cm-levels.third-level .cm-item:not(.level-title) {
  padding: 0.5555555556rem 0;
}
.custom-menu .cm-levels.third-level .cm-item .back-head {
  font-size: 1.5555555556rem;
  line-height: 1.3333333333rem;
  font-weight: 500;
}
.custom-menu .cm-levels.third-level .cm-absolute {
  width: -webkit-calc(100% - 5.5555555556rem);
  width: -moz-calc(100% - 5.5555555556rem);
  width: calc(100% - 5.5555555556rem);
  right: -16.6666666667rem;
  background: #DFF1FC;
}
.custom-menu .cm-levels.third-level .cm-level {
  padding: 0 2.2222222222rem 0 5rem;
}
.custom-menu .cm-levels.third-level .level-title {
  font-family: "effra", sans-serif;
  font-size: 1.3333333333rem;
  line-height: 1.4444444444rem;
  font-weight: 600;
}
.custom-menu .cm-levels.third-level .cm-link {
  font-size: 1.1111111111rem;
  line-height: 1.3333333333rem;
  font-weight: 600;
  color: #002776;
  display: block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.custom-menu .cm-levels .cml-table {
  width: 100%;
  height: -webkit-calc(100% - 3.8888888889rem);
  height: -moz-calc(100% - 3.8888888889rem);
  height: calc(100% - 3.8888888889rem);
  display: table;
}
.custom-menu .cm-levels .cml-table .cml-tc {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}
.custom-menu .cm-levels .cml-table .cml-scroll-wrapper {
  width: 100%;
}
.custom-menu .menu-btn-holder {
  position: absolute;
  z-index: 2;
  pointer-events: auto;
  left: 2.2222222222rem;
  right: 1.9444444444rem;
  top: 1.1111111111rem;
  display: none;
}

@media screen and (min-width: 992px) {
  .custom-menu .menu-container {
    height: 100% !important;
  }
  .custom-menu .cm-levels:not(.first-level) {
    -webkit-transform: translate3d(-50%, 0, 0);
       -moz-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  .custom-menu .cm-levels.first-level .cm-absolute .cml-scroll {
    height: -webkit-calc(100% - 8.3333333333rem);
    height: -moz-calc(100% - 8.3333333333rem);
    height: calc(100% - 8.3333333333rem);
    top: 6.6666666667rem;
    bottom: 1.6666666667rem;
  }
  .custom-menu .cm-levels.second-level .cm-absolute .cml-scroll {
    height: -webkit-calc(100% - 9.3333333333rem);
    height: -moz-calc(100% - 9.3333333333rem);
    height: calc(100% - 9.3333333333rem);
    top: 7.7777777778rem;
    bottom: 1.5555555556rem;
  }
  .custom-menu .cm-levels .cm-item.cm-item__with-search {
    display: none;
  }
  .custom-menu.loaded .menu-container {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .custom-menu {
    background: #143261;
    padding-top: 0;
    overflow: hidden !important;
    /*&.second-level-active {
      .menu-addons {
        display: none;
      }
    }*/
  }
  .custom-menu .cm-levels.first-level .cm-absolute {
    background: none;
  }
  .custom-menu .level-close {
    display: none;
  }
  .custom-menu .menu__scroller {
    visibility: hidden !important;
  }
  .custom-menu .open-level {
    top: -0.3333333333rem;
  }
  .custom-menu .cm-levels {
    padding-top: 7rem;
  }
  .custom-menu .cm-levels .cm-item.cm__item-ref {
    display: block;
  }
  .custom-menu .cm-levels .cm-item.cm__item-ref .cm__item-header {
    display: block;
  }
  .custom-menu .cm-levels .cm-absolute .cml-scroll {
    width: 100%;
  }
  .custom-menu .cm-levels.second-level .cm-absolute:after {
    display: none;
  }
  .custom-menu .custom-menu__inner {
    width: 100%;
    height: -webkit-calc(100% - 5rem);
    height: -moz-calc(100% - 5rem);
    height: calc(100% - 5rem);
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .custom-menu .level-title {
    font-size: 1.2222222222rem;
    line-height: 1.3888888889rem;
  }
  .custom-menu .close-level {
    display: none;
  }
  .custom-menu .menu-mobile-helper {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding-bottom: 1.1111111111rem;
  }
  .custom-menu .menu-container {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    pointer-events: all;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
    overflow: hidden;
  }
  .custom-menu .menu-container .cm-levels {
    pointer-events: none;
    width: 100% !important;
    opacity: 0;
  }
  .custom-menu .menu-container .cm-levels .cm-levels__close {
    display: none;
  }
  .custom-menu .menu-container .cm-levels.level-active {
    pointer-events: all;
  }
  .custom-menu .menu-container .cm-levels .cm-absolute .cml-table {
    height: auto;
    display: block;
  }
  .custom-menu .menu-container .cm-levels .cm-absolute .cml-table .cml-tc {
    display: block;
    height: auto;
  }
  .custom-menu .menu-container .cm-levels .cm-level {
    max-width: none !important;
  }
  .custom-menu .menu-container .cm-levels.first-level {
    width: 100%;
    opacity: 1;
    height: auto;
    position: relative;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-absolute {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
  }
  .custom-menu .menu-container .cm-levels.first-level .cml-scroll {
    position: relative;
    top: auto;
    overflow: visible;
  }
  .custom-menu .menu-container .cm-levels.first-level .cml-scroll:before {
    display: none;
  }
  .custom-menu .menu-container .cm-levels.second-level {
    width: 100% !important;
    max-width: none;
    left: 0;
    z-index: 3;
  }
  .custom-menu .menu-container .cm-levels.second-level .open-level {
    top: 0.0555555556rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-level {
    padding: 0 1.6666666667rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .cm-link {
    font-size: 1.3333333333rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .cm-link.current:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    margin-top: -1px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .cm-level-third .cm-link {
    font-size: 1.1111111111rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .cm-level-third .cm-link.current:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -40px;
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    margin-top: -1px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item.with-level .cm-link {
    padding: 0.2777777778rem 4.4444444444rem 0.2777777778rem 0.5555555556rem;
    border: 0.0555555556rem solid transparent;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .arrow {
    top: -0.1111111111rem;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-absolute {
    width: 100%;
    max-width: none;
    background: #143261;
  }
  .custom-menu .menu-container .cm-levels.second-level .cml-scroll {
    overflow: visible;
    height: 100%;
    top: 0;
    padding-top: 7rem;
  }
  .custom-menu .menu-container .cm-levels.third-level {
    width: 100% !important;
    max-width: none;
    left: 0;
    z-index: 4;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-level {
    padding: 0 1.1111111111rem 0.5555555556rem;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item .cm-link {
    font-size: 0.8333333333rem;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item:not(.cm-item-ref):not(.cm-item__level-title) {
    padding-left: 1.7777777778rem;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item.level-title {
    padding: 0.5555555556rem 0 !important;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item.with-level .cm-link {
    padding: 0.2777777778rem 0.5555555556rem;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-absolute {
    width: 100%;
    max-width: none;
    right: 0;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-link {
    padding-left: 0;
  }
  .custom-menu .menu-container .cm-levels.third-level .cml-scroll {
    overflow-y: auto;
    height: 100%;
    top: 0;
  }
  .custom-menu .menu-container .cm-levels .cm-link {
    pointer-events: all;
  }
  .custom-menu .menu-promos {
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
  }
  .custom-menu .menu-promos .menu-promos-inner {
    height: auto;
    overflow: visible;
  }
  .custom-menu .menu-promos .promo-row {
    height: 23.3333333333rem;
  }
}
/* search styling */
.search-holder {
  position: absolute;
  z-index: 5;
  width: 11.1111111111rem;
  pointer-events: auto;
  top: 2.7777777778rem;
  left: 0;
  padding: 0;
}
@media all and (min-width: 992px) {
  .search-holder {
    top: clamp( 1.5555555556rem, 3.0133928571vw + -0.1587301587rem, 3.0555555556rem );
    left: 42%;
    width: 15.5555555556rem;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .search-holder {
    left: auto;
    right: clamp( 24.7222222222rem, 5.4347826087vw + 21.6304347826rem, 25.5555555556rem );
  }
}
.search-holder form {
  position: relative;
  background: rgba(6, 10, 16, 0.2);
  padding: 0 1.1111111111rem 0 clamp( 3.3333333333rem, 1.3605442177vw + 2.9931972789rem, 4.4444444444rem );
}
.search-holder form:before {
  content: "";
  color: #FFFFFF;
  display: block;
  position: absolute;
  left: clamp( 0.5555555556rem, 0.3401360544vw + 0.470521542rem, 0.8333333333rem );
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: clamp( 1.1111111111rem, 0.4081632653vw + 1.0090702948rem, 1.4444444444rem );
}
.search-holder button {
  display: none;
  position: absolute;
  border: none;
  background: none;
  top: 0;
  right: 0;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  text-indent: -9999px;
}
.search-holder button:before {
  content: "b";
  display: block;
  position: absolute;
  right: 0;
  text-indent: 0;
  font-size: 1.7777777778rem;
  width: 2.2222222222rem;
  line-height: 2.2222222222rem;
  top: 0;
  color: red;
}
.search-holder input {
  border: none;
  font-size: clamp( 1.1111111111rem, 0.6802721088vw + 0.9410430839rem, 1.6666666667rem );
  line-height: clamp( 2.7777777778rem, 0.6802721088vw + 2.6077097506rem, 3.3333333333rem );
  color: #FFFFFF;
  font-family: "ivypresto-display", serif;
  font-style: italic;
  display: block;
  width: 100%;
  background: none;
}
.search-holder input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-holder input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-holder input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-holder input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-holder input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-holder input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.portal-link {
  z-index: 5;
}
@media all and (max-width: 991px) {
  .portal-link {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #122139;
    padding: 12px 20px;
    -webkit-border-radius: 20px 0 0 0;
       -moz-border-radius: 20px 0 0 0;
            border-radius: 20px 0 0 0;
  }
}
@media all and (min-width: 992px) {
  .portal-link {
    position: absolute;
    top: clamp( 1.5555555556rem, 3.0133928571vw + -0.1587301587rem, 3.0555555556rem );
    right: clamp( 9.1666666667rem, 1.6741071429vw + 8.2142857143rem, 10rem );
  }
}
.portal-link a {
  position: relative;
  padding-left: 1.7777777778rem;
  display: block;
  color: #FFFFFF;
}
.portal-link a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.1111111111rem;
  font-size: 1.1666666667rem;
}
.portal-link a span {
  font-weight: 600;
  font-size: clamp( 1.2222222222rem, 0.4310344828vw + 0.9846743295rem, 1.4444444444rem );
  position: relative;
  text-transform: uppercase;
  font-family: "ivypresto-display", serif;
  display: block;
  color: transparent;
  overflow: hidden;
}
.portal-link a span:before, .portal-link a span:after {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.48s;
  transition: -webkit-transform 0.48s;
  -o-transition: -o-transform 0.48s;
  -moz-transition: transform 0.48s, -moz-transform 0.48s;
  transition: transform 0.48s;
  transition: transform 0.48s, -webkit-transform 0.48s, -moz-transform 0.48s, -o-transform 0.48s;
  padding: 0;
}
.portal-link a span:before {
  color: #FFFFFF;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.portal-link a span:after {
  color: #FFFFFF;
  -webkit-transform: translateY(102%);
     -moz-transform: translateY(102%);
      -ms-transform: translateY(102%);
       -o-transform: translateY(102%);
          transform: translateY(102%);
}
.no-touch .portal-link a span:hover:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .portal-link a span:hover:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.menu-addons {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 0 0.5555555556rem 3.3333333333rem;
  -moz-transition: all 0.2s 0.6s linear;
  -webkit-transition: all 0.2s 0.6s linear;
  -o-transition: all 0.2s 0.6s linear;
  transition: all 0.2s 0.6s linear;
}
@media all and (min-width: 992px) {
  .menu-addons {
    padding: 0;
    background: transparent;
    left: 50%;
    width: 50%;
    height: 100%;
  }
}
.second-level-active .menu-addons {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  z-index: 4;
}
@media all and (min-width: 768px) {
  .second-level-active .menu-addons {
    margin-top: 0;
    z-index: 2;
  }
}
@media all and (min-width: 991px) {
  .menu-addons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 60%;
    width: 40%;
  }
}
@media all and (min-width: 992px) {
  .menu-addons {
    left: 50%;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu-addons .entry-points-holder {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*@media (max-width: 1400px) {
    .entry-points {
      max-width: 45vw;
    }
  }*/
  /*
  .menu-addons .entry-points-holder {
      ...
      max-height: 64vh;
      height: 100%;
  }

  .entry-points-holder .entry-points {
      ...
      height: 100%;
      margin: 0 auto;
  }

  .menu-addons .entry-points-holder .entry-points .entry-point {
      ...
      height: 50%;
      padding-bottom: 0;
    }

  */
}
.menu-addons .entry-points-holder .entry-points {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 65vh;
  max-width: 65svh;
}
.menu-addons .entry-points-holder .entry-points .entry-point {
  margin: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  padding-bottom: 46%;
}
@media (max-width: 991px) {
  .menu-addons .entry-points-holder .entry-points {
    max-width: 41.6666666667rem;
    width: 100%;
  }
  .menu-addons .entry-points-holder .entry-points .img-holder:after {
    height: 100%;
  }
  .menu-addons .entry-points-holder .entry-points .txt-holder {
    padding: 0 0.9444444444rem 0.7777777778rem 0.9444444444rem;
  }
}
.menu-addons .menu-cta {
  margin: 1.7777777778rem 1.1111111111rem 0;
}
@media all and (min-width: 992px) {
  .menu-addons .menu-cta {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.6666666667rem 1.6666666667rem;
  }
}
.menu-addons .menu-cta ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 992px) {
  .menu-addons .menu-cta ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.6666666667rem;
  }
}
@media all and (max-width: 991px) {
  .menu-addons .menu-cta li + li {
    margin-top: 0.5555555556rem;
  }
}
.menu-addons .menu-cta a {
  display: block;
  position: relative;
  color: #FFFFFF;
  font-size: clamp( 1rem, 0.2155172414vw + 0.8812260536rem, 1.1111111111rem );
  font-weight: 400;
  white-space: nowrap;
  color: transparent;
  overflow: hidden;
}
.menu-addons .menu-cta a:before, .menu-addons .menu-cta a:after {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.48s;
  transition: -webkit-transform 0.48s;
  -o-transition: -o-transform 0.48s;
  -moz-transition: transform 0.48s, -moz-transform 0.48s;
  transition: transform 0.48s;
  transition: transform 0.48s, -webkit-transform 0.48s, -moz-transform 0.48s, -o-transform 0.48s;
  padding: 0;
}
.menu-addons .menu-cta a:before {
  color: #FFFFFF;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.menu-addons .menu-cta a:after {
  color: #FFFFFF;
  -webkit-transform: translateY(102%);
     -moz-transform: translateY(102%);
      -ms-transform: translateY(102%);
       -o-transform: translateY(102%);
          transform: translateY(102%);
}
.no-touch .menu-addons .menu-cta a:hover:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .menu-addons .menu-cta a:hover:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.cloned-content {
  display: none;
}

.pageTransition {
  position: fixed;
  inset: 0;
  background-color: #143261;
  pointer-events: none;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out, -moz-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out, -moz-transform 1s ease-in-out, -o-transform 1s ease-in-out;
  z-index: 99999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageTransition img {
  width: 10%;
  min-width: 5.5555555556rem;
}
body.onlineNewsletter .pageTransition, body.homepage .pageTransition {
  display: none;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html.leavingScreenIsOn .pageTransition {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-animation: fadeIn 0.5s ease-in-out both;
     -moz-animation: fadeIn 0.5s ease-in-out both;
       -o-animation: fadeIn 0.5s ease-in-out both;
          animation: fadeIn 0.5s ease-in-out both;
}
html.js-cp-loaded:not(.leavingScreenIsOn) .pageTransition {
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media all and (min-width: 992px) {
  .page-title {
    -webkit-transform: translateX(-10%);
       -moz-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
         -o-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0;
  }
}
@media all and (min-width: 992px) {
  html.js-cp-loaded .page-title {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition: 0.64s 0.64s ease-in-out;
    -o-transition: 0.64s 0.64s ease-in-out;
    -moz-transition: 0.64s 0.64s ease-in-out;
    transition: 0.64s 0.64s ease-in-out;
  }
}

@media all and (min-width: 992px) {
  .fader-wrapper {
    -webkit-transform: translateX(10%);
       -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
         -o-transform: translateX(10%);
            transform: translateX(10%);
    opacity: 0;
  }
}
@media all and (min-width: 992px) {
  html.js-cp-loaded .fader-wrapper {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition: 0.64s 0.64s ease-in-out;
    -o-transition: 0.64s 0.64s ease-in-out;
    -moz-transition: 0.64s 0.64s ease-in-out;
    transition: 0.64s 0.64s ease-in-out;
  }
}

/*.page-title, .breadcrumbs,  .g-scrollDown {
  transform: translateY(100%);
  opacity: 0;

  html.js-cp-loaded & {
    transform: translateY(0);
    opacity: 1;
    transition: .7s ease-in-out;

    &.page-title {
      transition-delay: 0.6s;
    }

    &.breadcrumbs {
      transition-delay: 0.7s;
    }

    &.g-scrollDown {
      transition-delay: 0.8s;
    }
  }
}*/
.notices-buttons {
  position: absolute;
  z-index: 2;
  top: 0.8888888889rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.48s;
  -o-transition: opacity 0.48s;
  -moz-transition: opacity 0.48s;
  transition: opacity 0.48s;
}
@media all and (min-width: 992px) {
  .notices-buttons {
    right: clamp( 2.7777777778rem, 2.2321428571vw + 1.5079365079rem, 3.8888888889rem );
    bottom: clamp( 1.6666666667rem, 3.3482142857vw + -0.2380952381rem, 3.3333333333rem );
    top: auto;
    left: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}
.notices-buttons._show {
  opacity: 1;
  visibility: visible;
}

.alert-btn,
.notice-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-left: auto;
  min-width: 2.7777777778rem;
  color: #FFFFFF;
  /*&.notice-btn {
    span {
      margin-right: rems(16px);
    }
  }*/
}
@media all and (min-width: 992px) {
  .alert-btn,
.notice-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.alert-btn span,
.notice-btn span {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-family: "ivypresto-display", serif;
  font-size: clamp( 0.8888888889rem, 1.0775862069vw + 0.2950191571rem, 1.4444444444rem );
  font-weight: 600;
  margin-top: 0.2222222222rem;
  color: transparent;
  overflow: hidden;
}
.alert-btn span:before, .alert-btn span:after,
.notice-btn span:before,
.notice-btn span:after {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.48s;
  transition: -webkit-transform 0.48s;
  -o-transition: -o-transform 0.48s;
  -moz-transition: transform 0.48s, -moz-transform 0.48s;
  transition: transform 0.48s;
  transition: transform 0.48s, -webkit-transform 0.48s, -moz-transform 0.48s, -o-transform 0.48s;
  padding: 0;
}
.alert-btn span:before,
.notice-btn span:before {
  color: #FFFFFF;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.alert-btn span:after,
.notice-btn span:after {
  color: #FFFFFF;
  -webkit-transform: translateY(102%);
     -moz-transform: translateY(102%);
      -ms-transform: translateY(102%);
       -o-transform: translateY(102%);
          transform: translateY(102%);
}
.no-touch .alert-btn span:hover:before,
.no-touch .notice-btn span:hover:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .alert-btn span:hover:after,
.no-touch .notice-btn span:hover:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
@media all and (min-width: 992px) {
  .alert-btn span,
.notice-btn span {
    margin-top: 0;
    margin-right: 0.6666666667rem;
  }
}
.alert-btn i,
.notice-btn i {
  font-size: clamp( 1.3333333333rem, 0.8928571429vw + 0.8253968254rem, 1.7777777778rem );
  display: block;
}
.alert-btn .count,
.notice-btn .count {
  position: absolute;
  top: 0;
  right: 22px;
  width: clamp( 0.8888888889rem, 0.6696428571vw + 0.5079365079rem, 1.2222222222rem );
  aspect-ratio: 1;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  font-family: "effra", sans-serif;
  font-size: clamp( 0.5rem, 0.78125vw + 0.0555555556rem, 0.8888888889rem );
  line-height: clamp( 0.8888888889rem, 0.6696428571vw + 0.5079365079rem, 1.2222222222rem );
  color: #122139;
  background: #E7DBC7;
}
.alert-btn .count:empty,
.notice-btn .count:empty {
  display: none;
}
.no-touch .alert-btn:hover span:before,
.no-touch .notice-btn:hover span:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .alert-btn:hover span:after,
.no-touch .notice-btn:hover span:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.alert-btn + button,
.notice-btn + button {
  margin-left: 1.5555555556rem;
}
@media all and (min-width: 992px) {
  .alert-btn + button,
.notice-btn + button {
    margin-left: 0;
    margin-top: 1.1111111111rem;
  }
}

.alert-overlay {
  background: rgba(20, 50, 97, 0.9);
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
  display: none;
}
.secondLvl .alert-overlay, ._loaded .alert-overlay {
  display: block;
}
._alert-open .alert-overlay {
  opacity: 1;
  visibility: visible;
}
.alert-overlay .content-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-calc(100% - 4.4444444444rem);
  width: -moz-calc(100% - 4.4444444444rem);
  width: calc(100% - 4.4444444444rem);
  max-width: 17.7777777778rem;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  /*overflow-y: auto;
  overflow-x: hidden;*/
  background: #FFFFFF;
  /*&:after {
    content: 'ALERT';
    font-family: $ff_secondary;
    font-weight: 400;
    font-size: clmp(20px, 40px, 992px, 1600px);
    color: $white;
    display: block;
    position: absolute;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    letter-spacing: 0.1em;
    margin-left: clmp(8px, 16px, 992px, 1600px);
    left: 100%;
    top: 0;
  }*/
}
@media all and (min-width: 768px) {
  .alert-overlay .content-holder {
    max-width: none;
    width: 31.1111111111rem;
  }
}
@media all and (min-width: 992px) {
  .alert-overlay .content-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 46.6666666667rem;
    margin-left: -23.3333333333rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}
@media all and (min-width: 1440px) {
  .alert-overlay .content-holder {
    width: 52.2222222222rem;
    margin-left: -26.1111111111rem;
  }
}
.alert-overlay.hasUrl .content-holder .txt-holder .title {
  color: transparent;
  overflow: hidden;
  padding-right: 1.6666666667rem;
}
.alert-overlay.hasUrl .content-holder .txt-holder .title:before, .alert-overlay.hasUrl .content-holder .txt-holder .title:after {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.48s;
  transition: -webkit-transform 0.48s;
  -o-transition: -o-transform 0.48s;
  -moz-transition: transform 0.48s, -moz-transform 0.48s;
  transition: transform 0.48s;
  transition: transform 0.48s, -webkit-transform 0.48s, -moz-transform 0.48s, -o-transform 0.48s;
  padding: 0;
}
.alert-overlay.hasUrl .content-holder .txt-holder .title:before {
  color: #122139;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.alert-overlay.hasUrl .content-holder .txt-holder .title:after {
  color: #122139;
  -webkit-transform: translateY(102%);
     -moz-transform: translateY(102%);
      -ms-transform: translateY(102%);
       -o-transform: translateY(102%);
          transform: translateY(102%);
}
.no-touch .alert-overlay.hasUrl .content-holder .txt-holder .title:hover:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .alert-overlay.hasUrl .content-holder .txt-holder .title:hover:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.alert-overlay.hasUrl .content-holder .txt-holder:before {
  display: block;
  position: absolute;
  right: 1.3888888889rem;
  top: 1.6666666667rem;
  color: #122139;
  font-size: 2.2222222222rem;
  line-height: 1.2;
  z-index: 2;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .alert-overlay.hasUrl .content-holder:hover .img-holder img {
  -webkit-transform: scale(1.12);
     -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
       -o-transform: scale(1.12);
          transform: scale(1.12);
}
.no-touch .alert-overlay.hasUrl .content-holder:hover .txt-holder .title:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .alert-overlay.hasUrl .content-holder:hover .txt-holder .title:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.no-touch .alert-overlay.hasUrl .content-holder:hover .txt-holder .update i {
  -webkit-transform: translateX(6px);
     -moz-transform: translateX(6px);
      -ms-transform: translateX(6px);
       -o-transform: translateX(6px);
          transform: translateX(6px);
}
.no-touch .alert-overlay.hasUrl .content-holder:hover .txt-holder:before {
  -webkit-transform: translateX(0.3333333333rem);
     -moz-transform: translateX(0.3333333333rem);
      -ms-transform: translateX(0.3333333333rem);
       -o-transform: translateX(0.3333333333rem);
          transform: translateX(0.3333333333rem);
}
.alert-overlay .img-holder {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56%;
  /*@media all and (min-width: $lg) {
    width: rems(460px);
    //height: rems(460px);
  }
  @media all and (min-width: $xl) {
    width: rems(550px);
    //height: rems(550px);
  }*/
  /*&:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(14, 31, 63, 0) 0%, rgba(14, 31, 63, 1) 100%);
    opacity: .7;
  }*/
}
.alert-overlay .img-holder a {
  z-index: 1;
}
@media all and (min-width: 992px) {
  .alert-overlay .img-holder {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 0;
    height: auto;
    width: 30%;
  }
}
.alert-overlay .img-holder img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
@media all and (min-width: 992px) {
  .alert-overlay .img-holder + .txt-holder {
    width: 70%;
    padding: 1.6666666667rem 1.3333333333rem 0 2.2222222222rem;
  }
}
.alert-overlay .txt-holder {
  position: relative;
  padding: 2.7777777778rem 1.3888888889rem 0;
}
.alert-overlay .txt-holder:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 52px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.alert-overlay .txt-holder:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
}
@media all and (min-width: 992px) {
  .alert-overlay .txt-holder:after {
    height: 3.1111111111rem;
  }
}
@media all and (min-width: 992px) {
  .alert-overlay .txt-holder {
    width: 100%;
    padding: 0 1.3333333333rem 0 2.2222222222rem;
  }
}
.alert-overlay .txt-holder .title {
  color: #122139;
  font-family: "ivypresto-display", serif;
  font-size: 2.2222222222rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1.1111111111rem;
  position: relative;
}
.alert-overlay .txt-holder .title:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 52px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.alert-overlay .txt-holder .update {
  font-weight: 400;
  color: #122139;
  font-size: 1.3333333333rem;
  margin-top: 1.6666666667rem;
  line-height: 1;
  display: none;
}
.alert-overlay .txt-holder .update i {
  font-size: 90%;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.alert-overlay .txt-holder .text {
  max-height: 15.5555555556rem;
  height: 100%;
  position: relative;
  overflow: auto;
  padding-bottom: 40px;
}
@media all and (min-width: 992px) {
  .alert-overlay .txt-holder .text {
    padding-right: 0.8888888889rem;
    padding-bottom: 3.3333333333rem;
    padding-top: 1.6666666667rem;
    min-height: 18.8888888889rem;
    max-height: 23.3333333333rem;
  }
}
.alert-overlay .txt-holder .text > *:last-child {
  margin-bottom: 0;
}
.alert-overlay .whole-link {
  display: block !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 2;
}
.alert-overlay .close-btn {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  top: 0.5555555556rem;
  left: 0.5555555556rem;
  pointer-events: auto;
  border: none;
  background: transparent;
  font-size: 1.7222222222rem;
  color: #143261;
  text-align: center;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  z-index: 2;
}
@media all and (min-width: 992px) {
  .alert-overlay .close-btn {
    font-size: 1.5555555556rem;
    top: -1.3888888889rem;
    left: -1.3888888889rem;
    width: 2.7777777778rem;
    height: 2.7777777778rem;
    background: #122139;
    color: #FFFFFF;
  }
}
.no-touch .alert-overlay .close-btn:hover {
  color: #122139;
}
@media all and (min-width: 992px) {
  .no-touch .alert-overlay .close-btn:hover {
    color: #FFFFFF;
    background: #143261;
  }
}
@media (max-width: 991px) {
  .alert-overlay .txt-holder .title {
    font-size: 1.3333333333rem;
  }
  .alert-overlay .txt-holder .update {
    font-size: 0.8888888889rem;
  }
  .alert-overlay .txt-holder .text {
    max-height: 80vh;
    max-height: 80svh;
  }
}
@media (max-width: 991px) and (max-height: 660px) {
  .alert-overlay .txt-holder {
    padding: 2.7777777778rem 1.2222222222rem 1.3888888889rem;
  }
  .alert-overlay .txt-holder .text {
    max-height: 80vh;
    max-height: 80svh;
  }
}

.notice-overlay {
  position: fixed;
  background: rgba(231, 219, 199, 0.96);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 18;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
  width: 100%;
  display: none;
}
.secondLvl .notice-overlay, ._loaded .notice-overlay {
  display: block;
}
.notice-overlay .notices-holder {
  position: relative;
  background: #FFFFFF;
  height: 100%;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
  width: 100%;
  margin-left: auto;
}
@media all and (min-width: 992px) {
  .notice-overlay .notices-holder {
    width: 51.1111111111rem;
  }
}
._notice-open .notice-overlay {
  opacity: 1;
  visibility: visible;
}
._notice-open .notice-overlay .notices-holder {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.notice-overlay .notices-header {
  position: absolute;
  top: 0;
  height: 100%;
  padding-top: 1.1111111111rem;
  left: 0;
  width: 2.2222222222rem;
}
@media all and (min-width: 992px) {
  .notice-overlay .notices-header {
    width: 2.7777777778rem;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.notice-overlay .notices-header span {
  display: block;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-size: clamp( 1.1111111111rem, 3.2894736842vw + -0.701754386rem, 2.2222222222rem );
  line-height: 2.2222222222rem;
  color: #122139;
  position: absolute;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: 1.1111111111rem;
}
@media all and (min-width: 992px) {
  .notice-overlay .notices-header span {
    line-height: 2.7777777778rem;
  }
}
.notice-overlay .notices-items {
  position: relative;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3.3333333333rem 0 2.7777777778rem 3.3333333333rem;
}
@media all and (min-width: 992px) {
  .notice-overlay .notices-items {
    padding: 4.4444444444rem 3.3333333333rem;
  }
}
.notice-overlay .notice-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
}
@media all and (min-width: 992px) {
  .notice-overlay .notice-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.notice-overlay .notice-item .img-holder {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  width: 36%;
  height: 0;
  padding-bottom: 36%;
}
.notice-overlay .notice-item .img-holder img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.notice-overlay .notice-item .img-holder + .txt-holder {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 60%;
  padding-right: 0;
}
.notice-overlay .notice-item .txt-holder {
  width: 100%;
  padding-right: 1.1111111111rem;
}
@media all and (min-width: 992px) {
  .notice-overlay .notice-item .txt-holder {
    padding-right: 0;
  }
}
.notice-overlay .notice-item .txt-holder h4 {
  font-family: "ivypresto-display", serif;
  font-size: clamp( 1.7777777778rem, 1.3157894737vw + 1.0526315789rem, 2.2222222222rem );
  font-weight: 600;
  color: #122139;
  margin-bottom: 1.3333333333rem;
  position: relative;
  color: transparent;
  overflow: hidden;
}
.notice-overlay .notice-item .txt-holder h4:before, .notice-overlay .notice-item .txt-holder h4:after {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.48s;
  transition: -webkit-transform 0.48s;
  -o-transition: -o-transform 0.48s;
  -moz-transition: transform 0.48s, -moz-transform 0.48s;
  transition: transform 0.48s;
  transition: transform 0.48s, -webkit-transform 0.48s, -moz-transform 0.48s, -o-transform 0.48s;
  padding: 0;
}
.notice-overlay .notice-item .txt-holder h4:before {
  color: #122139;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.notice-overlay .notice-item .txt-holder h4:after {
  color: #122139;
  -webkit-transform: translateY(102%);
     -moz-transform: translateY(102%);
      -ms-transform: translateY(102%);
       -o-transform: translateY(102%);
          transform: translateY(102%);
}
.no-touch .notice-overlay .notice-item .txt-holder h4:hover:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .notice-overlay .notice-item .txt-holder h4:hover:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.notice-overlay .notice-item .txt-holder .secondLvlCss > *:last-child {
  margin-bottom: 0;
}
.notice-overlay .notice-item .txt-holder .update {
  color: #122139;
  font-size: clamp( 0.8888888889rem, 0.6578947368vw + 0.5263157895rem, 1.1111111111rem );
  font-weight: 400;
  font-family: "effra", sans-serif;
  margin-top: 0.8888888889rem;
}
.notice-overlay .notice-item .txt-holder .update i {
  margin-left: 0.4444444444rem;
  position: relative;
  top: 0.1111111111rem;
  display: none;
}
.notice-overlay .notice-item + .notice-item {
  margin-top: 2.2222222222rem;
}
.notice-overlay .notice-item.hasUrl .txt-holder .update i {
  display: inline-block;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .notice-overlay .notice-item.hasUrl:hover .img-holder img {
  -webkit-transform: scale(1.12);
     -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
       -o-transform: scale(1.12);
          transform: scale(1.12);
}
.no-touch .notice-overlay .notice-item.hasUrl:hover .txt-holder h4:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .notice-overlay .notice-item.hasUrl:hover .txt-holder h4:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.no-touch .notice-overlay .notice-item.hasUrl:hover .txt-holder .update i {
  -webkit-transform: translateX(6px);
     -moz-transform: translateX(6px);
      -ms-transform: translateX(6px);
       -o-transform: translateX(6px);
          transform: translateX(6px);
}
.notice-overlay .whole-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.notice-overlay .close-btn {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  top: 0;
  right: 0;
  pointer-events: auto;
  border: none;
  font-size: 1.3333333333rem;
  color: #143261;
  background: #FFFFFF;
  text-align: center;
  line-height: 3rem;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.notice-overlay .close-btn:before {
  display: block;
  line-height: 3rem;
}
.no-touch .notice-overlay .close-btn:hover {
  color: #FFFFFF;
  background: #143261;
}

/* Custom Cards */
/*
    !!!!! READ THIS BEFORE
    - don't set fixed height / max-height ( the height should be based on ratio / propotional but NOT FIXED )
    - width of the primary card should be always 100%, DON'T SET any MAX-WIDTH
    - any text elements that have unknown size should be truncated and should be responsive based on the container. Don't set a FIXED WIDTH like: 500px, 300px and so on. Only procentual if you want like: 100%,90% but be careful because the card will be resized based on needs in a container
    - it needs to be responsive in every container you add it
    - don't contain it in an upper container. Ex: .example-carousel-container .targeted-card
    - it should work standalone
    - OPTIONAL: if possible can please use global variables ONLY for colors / border-radius ( nothing else, only if advised from other coworkers)
*/
.promo-card {
  width: 100%;
  position: relative;
  padding: 1.1111111111rem;
  direction: ltr;
}
.promo-card .card-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  cursor: pointer;
}
html.no-touch .promo-card .card-inner:hover .img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.promo-card .promo-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.promo-card .image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
}
.promo-card .image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease;
}
.promo-card .image:before {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 33, 57, 0)), color-stop(99%, #122139), to(#122139));
  background: -webkit-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 99%, #122139 100%);
  background: -moz-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 99%, #122139 100%);
  background: -o-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 99%, #122139 100%);
  background: linear-gradient(to bottom, rgba(18, 33, 57, 0) 0%, #122139 99%, #122139 100%);
  z-index: 2;
}
.promo-card .image:after {
  content: "";
  width: 100%;
  height: 1.1111111111rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 3;
  opacity: 0.4;
}
.promo-card .txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-size: 1.7777777778rem;
  line-height: 1.2;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "ivypresto-display", serif;
  padding: 0 1.1111111111rem 1.1111111111rem;
}

/*
    !!!!! READ THIS BEFORE
    - don't set fixed height / max-height ( the height should be based on ratio / propotional but NOT FIXED )
    - width of the primary card should be always 100%, DON'T SET any MAX-WIDTH
    - any text elements that have unknown size should be truncated and should be responsive based on the container. Don't set a FIXED WIDTH like: 500px, 300px and so on. Only procentual if you want like: 100%,90% but be careful because the card will be resized based on needs in a container
    - it needs to be responsive in every container you add it
    - don't contain it in an upper container. Ex: .example-carousel-container .targeted-card
    - it should work standalone
    - OPTIONAL: if possible can please use global variables ONLY for colors / border-radius ( nothing else, only if advised from other coworkers)
*/
.stat-card {
  width: 100%;
  position: relative;
  direction: ltr;
}
.stat-card .card-inner {
  width: 100%;
  min-width: 100%;
  background: #122139;
  position: relative;
}
.stat-card .card-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.no-touch .stat-card.hasUrl .card-inner:hover:before {
  opacity: 1;
}
.stat-card.longHead .stat-head {
  font-size: 1.6666666667rem;
}
.stat-card .card-wrap {
  position: relative;
  padding: 1.1111111111rem;
  min-height: 14.4444444444rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
  line-height: 1.1;
  text-align: center;
  gap: 0.5555555556rem;
}
.stat-card .stat-icon img {
  display: block;
  max-height: 4.8888888889rem;
  width: auto;
}
.stat-card .stat-head {
  font-size: 2.5rem;
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-family: "ivypresto-display", serif;
}
.stat-card .stat-description {
  font-size: 1.3888888889rem;
  font-weight: 400;
  font-family: "effra", sans-serif;
}
.stat-card .stat-body {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 200;
  font-family: "effra", sans-serif;
}
.stat-card .stat-url {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.story-card {
  width: 100%;
  display: block;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.story-card .story-card-inner {
  cursor: pointer;
  position: relative;
}
html.no-touch .story-card .story-card-inner:hover img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
.story-card .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.story-card .story-card-image {
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.story-card .story-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.story-card .social-icon {
  font-size: 1.2777777778rem;
  line-height: 1.2777777778rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.3888888889rem;
  color: #fff;
}
.story-card .story-card-content {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
.story-card .story-card-content .scc-inner {
  padding: 1.1111111111rem 0 0;
}
.story-card .story-card-content .scc-misc {
  width: 100%;
  display: block;
}
.story-card .story-card-content .scc-more {
  color: #FFFFFF;
  font-size: 1.1666666667rem;
  font-weight: 400;
  margin-top: 0.5555555556rem;
  display: none;
}
.story-card .story-card-content .scc-group {
  width: -webkit-calc(100% - 2.7777777778rem);
  width: -moz-calc(100% - 2.7777777778rem);
  width: calc(100% - 2.7777777778rem);
  display: inline-block;
  color: var(--sl-theme-boxes-text);
  font-size: 0.9444444444rem;
  line-height: 1.1111111111rem;
  font-weight: 700;
  text-transform: capitalize;
  display: none;
}
.story-card .story-card-content .scc-date {
  font-family: "effra", sans-serif;
  font-size: 1.1111111111rem;
  line-height: 1.1111111111rem;
  font-weight: 300;
}
.story-card .story-card-content .scc-channel {
  font-size: 1rem;
  font-weight: 400;
  color: #122139;
  margin-bottom: 0.2777777778rem;
  display: none;
}
.story-card .story-card-content .scc-text {
  font-family: "effra", sans-serif;
  width: 100%;
  font-size: 1.0555555556rem;
  font-weight: 300;
  color: #122139;
  line-height: 1.5rem;
  margin-bottom: 1.1111111111rem;
  direction: ltr;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  /*.has-truncate {
    span {
      height: rems(92px);
      overflow: hidden;
      display: block;
    }
  }*/
}
.story-card .story-card-content .scc-text a {
  color: inherit;
}
.story-card .story-card-tags {
  position: relative;
  padding: 1.1111111111rem 0 0;
  font-family: "ivypresto-display", serif;
  color: #122139;
  font-weight: 300;
  font-size: 1.7777777778rem;
  display: none;
}
.story-card.big-text .story-card-content .scc-text {
  font-size: 1.1111111111rem;
  line-height: 1.3888888889rem;
  margin-top: 0;
}

.stories-grid .story-card .story-card-image,
.mtGridContainer .story-card .story-card-image {
  height: auto;
  padding-bottom: 0;
  -webkit-mask: none;
          mask: none;
}
.stories-grid .story-card .story-card-image:before,
.mtGridContainer .story-card .story-card-image:before {
  content: "";
  width: 100%;
  height: 0.8888888889rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 3;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.stories-grid .story-card .story-card-image img,
.mtGridContainer .story-card .story-card-image img {
  height: auto;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}

.staff-card {
  width: 100%;
  display: block;
  position: relative;
  direction: ltr;
  pointer-events: none;
}
.staff-card.no-bio {
  pointer-events: none;
}
.staff-card.has-bio .staff-card-inner {
  pointer-events: auto;
}
.staff-card.has-bio .scc-inner:before {
  display: block;
  position: absolute;
  top: 1.1111111111rem;
  color: #122139;
  right: -0.5555555556rem;
  line-height: 1.4;
  font-size: 1.7777777778rem;
}
.staff-card .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.staff-card .staff-card-inner {
  cursor: pointer;
  position: relative;
  min-height: 100%;
}
html.no-touch .staff-card .staff-card-inner:hover .img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
html.no-touch .staff-card .staff-card-inner:hover .scc-name:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
html.no-touch .staff-card .staff-card-inner:hover .scc-name:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.staff-card .staff-card-image {
  width: 100%;
  padding-top: 120%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-color: #629BAA;
  background-image: url("/Images/assets/crest.png");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 60% auto;
    -o-background-size: 60% auto;
       background-size: 60% auto;
}
.staff-card .staff-card-image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.staff-card .staff-card-image:before {
  content: "";
  width: 100%;
  height: 1.1111111111rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 3;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.staff-card .staff-card-content {
  width: 100%;
  display: block;
  position: relative;
}
.staff-card .staff-card-content .scc-inner {
  padding: 1.1111111111rem 0 0;
}
.staff-card .staff-card-content .scc-name {
  font-size: 1.7777777778rem;
  line-height: 1.2;
  color: #122139;
  font-weight: 400;
  margin-bottom: 0.4444444444rem;
  font-family: "ivypresto-display", serif;
  position: relative;
  color: transparent;
  overflow: hidden;
}
.staff-card .staff-card-content .scc-name:before, .staff-card .staff-card-content .scc-name:after {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.48s;
  transition: -webkit-transform 0.48s;
  -o-transition: -o-transform 0.48s;
  -moz-transition: transform 0.48s, -moz-transform 0.48s;
  transition: transform 0.48s;
  transition: transform 0.48s, -webkit-transform 0.48s, -moz-transform 0.48s, -o-transform 0.48s;
  padding: 0;
}
.staff-card .staff-card-content .scc-name:before {
  color: #122139;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.staff-card .staff-card-content .scc-name:after {
  color: #122139;
  -webkit-transform: translateY(102%);
     -moz-transform: translateY(102%);
      -ms-transform: translateY(102%);
       -o-transform: translateY(102%);
          transform: translateY(102%);
}
.no-touch .staff-card .staff-card-content .scc-name:hover:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .staff-card .staff-card-content .scc-name:hover:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.staff-card .staff-card-content .scc-role {
  font-family: "effra", sans-serif;
  font-size: 1.2222222222rem;
  font-weight: 300;
  line-height: 1;
}
.staff-card .staff-card-content .scc-role:before {
  content: "— ";
}
.staff-card .staff-card-content .arrow {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0.2777777778rem;
  border-right: 0.1111111111rem solid var(--sl-theme-boxes-text);
  border-bottom: 0.1111111111rem solid var(--sl-theme-boxes-text);
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}

.mediaPopup .staff-card .staff-card-content {
  background: #fff !important;
}

.cards-card {
  width: 100%;
  display: block;
  position: relative;
  direction: ltr;
  z-index: 0;
  pointer-events: none;
}
.cards-card.no-bio {
  pointer-events: none;
}
.cards-card .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
html.no-touch .cards-card.hasHover .cards-card-inner:hover .img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
html.no-touch .cards-card.hasHover .cards-card-inner:hover .ccc-name:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
html.no-touch .cards-card.hasHover .cards-card-inner:hover .ccc-name:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.cards-card.hasHover .cards-card-inner .cards-card-content .ccc-inner {
  padding-right: 20px;
  position: relative;
}
.cards-card.hasHover .cards-card-inner .cards-card-content .ccc-inner:before {
  display: block;
  position: absolute;
  top: 1.1111111111rem;
  color: #122139;
  right: -0.5555555556rem;
  line-height: 1.4;
  font-size: 1.7777777778rem;
}
.cards-card.noHover .cards-card-inner {
  pointer-events: none;
}
.cards-card .cards-card-inner {
  min-height: 100%;
  cursor: pointer;
  position: relative;
  pointer-events: auto;
}
.cards-card .cards-card-image {
  width: 100%;
  padding-top: 120%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.cards-card .cards-card-image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #143261;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.cards-card .cards-card-content {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
.cards-card .cards-card-content .ccc-inner {
  padding: 1.1111111111rem 0 0;
}
.cards-card .cards-card-content .ccc-name {
  font-size: 1.8333333333rem;
  line-height: 1.2;
  color: #122139;
  display: block;
  font-weight: 400;
  margin-bottom: 0.4444444444rem;
  font-family: "ivypresto-display", serif;
  position: relative;
  word-break: break-word;
  color: transparent;
  overflow: hidden;
}
.cards-card .cards-card-content .ccc-name:before, .cards-card .cards-card-content .ccc-name:after {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.48s;
  transition: -webkit-transform 0.48s;
  -o-transition: -o-transform 0.48s;
  -moz-transition: transform 0.48s, -moz-transform 0.48s;
  transition: transform 0.48s;
  transition: transform 0.48s, -webkit-transform 0.48s, -moz-transform 0.48s, -o-transform 0.48s;
  padding: 0;
}
.cards-card .cards-card-content .ccc-name:before {
  color: #122139;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.cards-card .cards-card-content .ccc-name:after {
  color: #122139;
  -webkit-transform: translateY(102%);
     -moz-transform: translateY(102%);
      -ms-transform: translateY(102%);
       -o-transform: translateY(102%);
          transform: translateY(102%);
}
.no-touch .cards-card .cards-card-content .ccc-name:hover:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .cards-card .cards-card-content .ccc-name:hover:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.cards-card .cards-card-content .description {
  font-family: "effra", sans-serif;
  font-size: 1.1111111111rem;
  font-weight: 300;
  line-height: 1.3333333333rem;
  position: relative;
  direction: ltr;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/*
.mediaPopup {
  .cards-card {
    .cards-card-content {
      background: #fff !important;
    }
  }
}*/
.portal-icon {
  width: 100%;
  display: block;
}
.portal-icon .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.portal-icon .portals-icon-inner {
  width: 100%;
  height: 100%;
  background: #143261;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding-left: 1.1111111111rem;
  padding-right: 1.1111111111rem;
  position: relative;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html.no-touch .portal-icon .portals-icon-inner:hover {
  background: #122139;
}
.portal-icon .image {
  display: block;
  margin: 0 auto;
}
.portal-icon .image img {
  max-height: 4.4444444444rem;
  width: auto;
}
.portal-icon .txt {
  font-family: "ivypresto-display", serif;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.1111111111rem;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 0.8333333333rem;
}

.event-card {
  width: 100%;
  display: block;
  position: relative;
  direction: ltr;
}
.event-card .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.event-card .event-card-inner {
  cursor: pointer;
  position: relative;
  min-height: 100%;
}
html.no-touch .event-card .event-card-inner:hover .img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
.event-card .calendar-date {
  background: #143261;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  padding: 0.4444444444rem 0.8888888889rem;
}
.event-card .calendar-date .calendar-date-inner {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  z-index: 2;
  position: relative;
}
.event-card .calendar-date .calendar-date-inner:before, .event-card .calendar-date .calendar-date-inner:after {
  content: "";
  width: 0.0555555556rem;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.event-card .calendar-date .start-date {
  display: inline-block;
  vertical-align: middle;
}
.event-card .calendar-date .end-date {
  display: inline-block;
  vertical-align: middle;
}
.event-card .calendar-date .conn-word {
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2222222222rem;
}
.event-card .calendar-date .day {
  width: 100%;
  display: block;
  font-size: 1.8333333333rem;
  color: #FFFFFF;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: "ivypresto-display", serif;
}
.event-card .calendar-date .month {
  width: 100%;
  font-size: 1.0555555556rem;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-transform: capitalize;
}
.event-card .event-card-image {
  width: 100%;
  padding-top: 120%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.event-card .event-card-image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E7DBC7;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.event-card .event-card-content {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
.event-card .event-card-content .ecc-inner {
  padding: 1.1111111111rem 0 0;
  position: relative;
  z-index: 2;
}
.event-card .event-card-content .ecc-title {
  font-family: "ivypresto-display", serif;
  font-size: 1.4444444444rem;
  line-height: 1.2;
  color: #122139;
  display: block;
  font-weight: 400;
  margin-bottom: 0.4444444444rem;
}
.event-card .event-card-content .ecc-time {
  font-family: "effra", sans-serif;
  font-size: 0.8888888889rem;
  font-weight: 300;
  line-height: 1.1111111111rem;
  position: relative;
}

.notice-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 1.1111111111rem;
  margin-bottom: 1.1111111111rem;
  border-bottom: 0.1666666667rem solid rgba(20, 50, 97, 0.3);
}
.notice-item .full-url {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.notice-item .notice-description {
  position: relative;
  z-index: 2;
}
.notice-item .notice-title {
  margin-bottom: 0.5555555556rem;
  font-family: "effra", sans-serif;
  font-size: clamp( 1.5rem, 0.607111882vw + 1.2413028814rem, 1.8888888889rem );
  color: #122139;
  font-weight: 400;
}
.notice-item .description {
  margin-bottom: 0.5555555556rem;
}
.notice-item .update {
  font-size: clamp( 0.9444444444rem, 0.5387931034vw + 0.6475095785rem, 1.2222222222rem );
  font-weight: 300;
  font-family: "effra", sans-serif;
  color: #122139;
  position: relative;
  display: block;
}
.notice-item .arrow {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  background: rgba(20, 50, 97, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.notice-item .arrow i {
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.4444444444rem 0 0 -0.5555555556rem;
  border-right: 0.1666666667rem solid #FFFFFF;
  border-bottom: 0.1666666667rem solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.notice-item .notice-image {
  min-width: clamp( 7.7777777778rem, 3.4692107546vw + 6.2995085285rem, 10rem );
  height: clamp( 7.7777777778rem, 3.4692107546vw + 6.2995085285rem, 10rem );
  overflow: hidden;
  position: relative;
  margin-right: clamp( 1.1111111111rem, 2.6019080659vw + 0.0024091741rem, 2.7777777778rem );
  z-index: 2;
}
.notice-item .notice-image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.notice-item.no-url .arrow,
.notice-item.no-url .full-url {
  display: none;
}
html.no-touch .notice-item.has-url:hover .notice-image img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
html.no-touch .notice-item.has-url:hover .arrow {
  background: #122139;
}
html.no-touch .notice-item.has-url:hover .arrow i {
  -webkit-transform: rotate(-45deg) translate3d(0.1111111111rem, 0.1111111111rem, 0);
     -moz-transform: rotate(-45deg) translate3d(0.1111111111rem, 0.1111111111rem, 0);
          transform: rotate(-45deg) translate3d(0.1111111111rem, 0.1111111111rem, 0);
}
@media (max-width: 767px) {
  .notice-item {
    display: block;
  }
  .notice-item .notice-image {
    width: 7.7777777778rem;
    margin: 0 0 1.1111111111rem 0;
  }
}

.event-list-item {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 1.1111111111rem;
  cursor: pointer;
  z-index: 0;
}
.event-list-item:not(:last-child) {
  padding-bottom: 1.1111111111rem;
  border-bottom: 0.1666666667rem solid rgba(20, 50, 97, 0.3);
}
.event-list-item .event-list-item-inner {
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
.event-list-item .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: all;
}
.event-list-item .event-content {
  margin-left: 1.1111111111rem;
  display: inline-block;
  vertical-align: middle;
}
.event-list-item .calendar-date {
  height: 3.8888888889rem;
  min-width: 3.8888888889rem;
  display: inline-block;
  background: #143261;
  text-align: center;
  padding: 0 0.5555555556rem;
  z-index: 2;
}
.event-list-item .calendar-date .calendar-date-inner {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  z-index: 2;
  position: relative;
}
.event-list-item .calendar-date .calendar-date-inner:before, .event-list-item .calendar-date .calendar-date-inner:after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.event-list-item .calendar-date .start-date {
  display: inline-block;
  vertical-align: middle;
}
.event-list-item .calendar-date .end-date {
  display: inline-block;
  vertical-align: middle;
}
.event-list-item .calendar-date .conn-word {
  font-size: 1.0555555556rem;
  font-family: "effra", sans-serif;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3333333333rem;
}
.event-list-item .calendar-date .day {
  width: 100%;
  display: block;
  font-family: "ivypresto-display", serif;
  font-size: 1.8333333333rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 2px;
}
.event-list-item .calendar-date .month {
  width: 100%;
  font-size: 1.0555555556rem;
  font-family: "effra", sans-serif;
  color: #fff;
  font-weight: 400;
  display: block;
  line-height: 1;
  text-align: center;
}
.event-list-item .calendar-date.has-multi-day {
  min-width: 7.7777777778rem;
}
.event-list-item .event-leftSide {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-list-item .event-title {
  font-family: "effra", sans-serif;
  font-size: clamp( 1.5rem, 0.4761904762vw + 1.380952381rem, 1.8888888889rem );
  line-height: 1.2;
  color: #122139;
  font-weight: 400;
  margin-bottom: 0.6666666667rem;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.event-list-item .event-time {
  font-size: 0;
}
.event-list-item .event-time span {
  color: #122139;
  font-size: clamp( 1rem, 0.4310344828vw + 0.7624521073rem, 1.2222222222rem );
  font-weight: 300;
  font-family: "effra", sans-serif;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.event-list-item .event-image-wrapper {
  overflow: hidden;
  height: 7.7777777778rem;
  min-width: 7.7777777778rem;
  position: relative;
  width: 100%;
}
.event-list-item .event-image-wrapper .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
.event-list-item .event-list-arrow {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  display: block;
  position: absolute;
  right: 0;
  bottom: -1.1111111111rem;
  background: rgba(18, 33, 57, 0.2);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.event-list-item .event-list-arrow:after {
  content: "";
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.4444444444rem;
  margin-left: -0.4444444444rem;
  border-bottom: 0.1666666667rem solid #fff;
  border-right: 0.1666666667rem solid #fff;
  -webkit-transform: translate3d(-0.1666666667rem, 0, 0) rotate(-45deg);
     -moz-transform: translate3d(-0.1666666667rem, 0, 0) rotate(-45deg);
          transform: translate3d(-0.1666666667rem, 0, 0) rotate(-45deg);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.event-list-item.hasImage .calendar-date {
  position: absolute;
  left: 0;
  top: 0;
}
.event-list-item.hasImage:has(.has-multi-day) .event-image-wrapper {
  min-width: 10rem;
}
.event-list-item.isSimple {
  cursor: default;
}
.event-list-item.isSimple .global-icons {
  display: none;
}
html.no-touch .event-list-item.isExtended:hover .img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
html.no-touch .event-list-item.isExtended:hover .event-list-arrow {
  background: #122139;
}
html.no-touch .event-list-item.isExtended:hover .event-list-arrow:after {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
     -moz-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
}
@media (max-width: 42.6111111111rem) {
  .event-list-item .event-list-item-inner {
    display: block;
  }
  .event-list-item .event-content {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}

.event-fader-item {
  width: 100%;
}
.event-fader-item .ef-wrapper {
  width: 100%;
  min-height: 25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media all and (min-width: 992px) {
  .event-fader-item .ef-wrapper {
    padding-bottom: 2.7777777778rem;
    aspect-ratio: 1/0.48;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media all and (min-width: 1440px) {
  .event-fader-item .ef-wrapper {
    aspect-ratio: 1/0.4;
  }
}
@media all and (min-width: 1600px) {
  .event-fader-item .ef-wrapper {
    aspect-ratio: 1/0.36;
  }
}
.event-fader-item .image {
  width: -webkit-calc(100% - 1.6666666667rem);
  width: -moz-calc(100% - 1.6666666667rem);
  width: calc(100% - 1.6666666667rem);
  margin-left: 1.6666666667rem;
  aspect-ratio: 1.77;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media all and (min-width: 992px) {
  .event-fader-item .image {
    padding-bottom: 0;
    width: 55%;
    height: 100%;
    position: absolute;
    top: clamp( 2.7777777778rem, 2.1551724138vw + 1.5900383142rem, 3.8888888889rem );
    margin-left: 0;
    right: 0;
  }
}
@media (max-width: 500px) {
  .event-fader-item .image {
    aspect-ratio: 1;
  }
}
.event-fader-item .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  z-index: 1;
}
.event-fader-item .item-content {
  width: -webkit-calc(100% - 1.6666666667rem);
  width: -moz-calc(100% - 1.6666666667rem);
  width: calc(100% - 1.6666666667rem);
  margin-right: 1.6666666667rem;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #E7DBC7;
  padding: 4.4444444444rem 1.6666666667rem 1.6666666667rem;
  margin-top: -2.7777777778rem;
}
@media all and (min-width: 992px) {
  .event-fader-item .item-content {
    padding: clamp( 2.7777777778rem, 2.1551724138vw + 1.5900383142rem, 3.8888888889rem ) 0;
    width: 60%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .event-fader-item .ef-contentWrapper {
    padding: 0 1.6666666667rem 0 clamp( 5rem, 5.3879310345vw + 2.030651341rem, 7.7777777778rem );
    width: 45vw;
  }
}
.event-fader-item .calendar-date {
  display: inline-block;
  position: relative;
  background: #143261;
  text-align: center;
  z-index: 2;
  padding: 0.4444444444rem 1.1111111111rem;
}
.event-fader-item .calendar-date .calendar-date-inner {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
}
.event-fader-item .calendar-date .calendar-date-inner:before, .event-fader-item .calendar-date .calendar-date-inner:after {
  content: "";
  width: 0.0555555556rem;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.event-fader-item .calendar-date .start-date {
  display: inline-block;
  vertical-align: middle;
}
.event-fader-item .calendar-date .end-date {
  display: inline-block;
  vertical-align: middle;
}
.event-fader-item .calendar-date .conn-word {
  font-size: clamp( 1.6111111111rem, 1.0775862069vw + 1.0172413793rem, 2.1666666667rem );
  color: #fff;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3333333333rem;
}
.event-fader-item .calendar-date .day {
  font-family: "ivypresto-display", serif;
  width: 100%;
  display: block;
  font-size: clamp( 2.6666666667rem, 1.724137931vw + 1.7164750958rem, 3.5555555556rem );
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.event-fader-item .calendar-date .month {
  width: 100%;
  font-size: clamp( 1.6111111111rem, 1.0775862069vw + 1.0172413793rem, 2.1666666667rem );
  color: #fff;
  display: block;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
}
.event-fader-item .event-title {
  font-family: "ivypresto-display", serif;
  color: #122139;
  font-weight: 400;
  font-size: clamp( 2.5rem, 2.6939655172vw + 1.0153256705rem, 3.8888888889rem );
  line-height: 1.1;
  padding-bottom: 0.5555555556rem;
}
.event-fader-item .event-countdown {
  margin-top: clamp( 0.8333333333rem, 1.0775862069vw + 0.2394636015rem, 1.3888888889rem );
}
.event-fader-item .event-countdown .col {
  display: inline-block;
  color: #122139;
  padding-right: 1.3333333333rem;
  margin-right: 1.1111111111rem;
  position: relative;
}
.event-fader-item .event-countdown .col:after {
  content: "";
  display: block;
  width: 4px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(18, 33, 57, 0.4);
}
.event-fader-item .event-countdown .col:last-child {
  margin: 0;
  padding: 0;
}
.event-fader-item .event-countdown .col:last-child:after {
  display: none;
}
.event-fader-item .event-countdown .main-nr {
  font-family: "ivypresto-display", serif;
  font-size: clamp( 2rem, 1.5086206897vw + 1.1685823755rem, 2.7777777778rem );
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
}
.event-fader-item .event-countdown .sec {
  font-family: "effra", sans-serif;
  font-size: clamp( 1.1666666667rem, 0.9698275862vw + 0.632183908rem, 1.6666666667rem );
  line-height: 1;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}
.event-fader-item .secondLvlCss .downloadBtn {
  margin-top: clamp( 0.8333333333rem, 1.6163793103vw + -0.0574712644rem, 1.6666666667rem );
}

.crsl-ctrl {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  display: block;
  position: relative;
  background: #143261;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease;
  -moz-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media all and (min-width: 1600px) {
  .crsl-ctrl {
    width: 4.1666666667rem;
    height: 4.1666666667rem;
  }
}
.crsl-ctrl.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.crsl-ctrl i {
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  display: block;
  border-bottom: 0.1666666667rem solid #FFFFFF;
  position: absolute;
  top: 50%;
  margin-top: -0.4444444444rem;
  left: 50%;
  margin-left: -0.4444444444rem;
}
.crsl-ctrl.prev i {
  border-left: 0.1666666667rem solid #FFFFFF;
  -webkit-transform: translate3d(0.1666666667rem, 0, 0) rotate(45deg);
     -moz-transform: translate3d(0.1666666667rem, 0, 0) rotate(45deg);
          transform: translate3d(0.1666666667rem, 0, 0) rotate(45deg);
}
.crsl-ctrl.next i {
  border-right: 0.1666666667rem solid #FFFFFF;
  -webkit-transform: translate3d(-0.1666666667rem, 0, 0) rotate(-45deg);
     -moz-transform: translate3d(-0.1666666667rem, 0, 0) rotate(-45deg);
          transform: translate3d(-0.1666666667rem, 0, 0) rotate(-45deg);
}
html.no-touch .crsl-ctrl:hover {
  background: #122139 !important;
}

.general-dots {
  width: 100%;
  text-align: right;
  z-index: 2;
  position: relative;
}
.general-dots li {
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  margin-left: 0.3888888889rem;
}
.general-dots li:first-child {
  margin: 0;
}
.general-dots li .dots-button {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
}
.general-dots li .dots-button:before {
  content: "";
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #143261;
  opacity: 0.3;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease;
  -moz-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.general-dots li.slick-active .dots-button:before {
  opacity: 1;
}
html.no-touch .general-dots li:hover .dots-button:before {
  opacity: 1;
}

.secondLvlCss {
  /* youtube iframe */
}
.secondLvlCss h2 {
  font-family: "ivypresto-display", serif;
  font-size: clamp( 1.9444444444rem, 1.7006802721vw + 1.5192743764rem, 3.3333333333rem );
  line-height: 1;
  font-weight: 400;
  color: #122139;
  margin: 0 0 -webkit-calc(var(--cp-paragraph-spacing) * 0.7);
  margin: 0 0 -moz-calc(var(--cp-paragraph-spacing) * 0.7);
  margin: 0 0 calc(var(--cp-paragraph-spacing) * 0.7);
}
.secondLvlCss h2::first-letter {
  text-transform: uppercase;
}
.secondLvlCss h3 {
  font-family: "effra", sans-serif;
  font-size: clamp( 1.9444444444rem, 0.6802721088vw + 1.7743764172rem, 2.5rem );
  line-height: 1.1;
  font-weight: 400;
  color: #122139;
  margin: 0 0 -webkit-calc(var(--cp-paragraph-spacing) * 0.7);
  margin: 0 0 -moz-calc(var(--cp-paragraph-spacing) * 0.7);
  margin: 0 0 calc(var(--cp-paragraph-spacing) * 0.7);
}
.secondLvlCss h3::first-letter {
  text-transform: uppercase;
}
.secondLvlCss h4 {
  font-family: "ivypresto-display", serif;
  font-size: clamp( 1.6666666667rem, 0.6802721088vw + 1.4965986395rem, 2.2222222222rem );
  line-height: 1.1;
  font-weight: 400;
  color: #143261;
  margin: 0 0 -webkit-calc(var(--cp-paragraph-spacing) * 0.7);
  margin: 0 0 -moz-calc(var(--cp-paragraph-spacing) * 0.7);
  margin: 0 0 calc(var(--cp-paragraph-spacing) * 0.7);
}
.secondLvlCss h4::first-letter {
  text-transform: uppercase;
}
.secondLvlCss h5 {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 400;
  color: #143261;
  margin: 0 0 -webkit-calc(var(--cp-paragraph-spacing) * 0.7);
  margin: 0 0 -moz-calc(var(--cp-paragraph-spacing) * 0.7);
  margin: 0 0 calc(var(--cp-paragraph-spacing) * 0.7);
}
.secondLvlCss h5::first-letter {
  text-transform: uppercase;
}
.secondLvlCss p {
  font-family: "effra", sans-serif;
  font-size: clamp( 1rem, 0.2721088435vw + 0.9319727891rem, 1.2222222222rem );
  line-height: 1.32;
  color: #122139;
  margin-bottom: var(--cp-paragraph-spacing);
  font-weight: 300;
}
.secondLvlCss p a {
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
}
.secondLvlCss p.featuredParagraph {
  font-size: clamp( 1.2222222222rem, 0.2721088435vw + 1.1541950113rem, 1.4444444444rem );
}
.secondLvlCss hr {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  margin: 0 0 var(--cp-paragraph-spacing);
  background: rgba(18, 33, 57, 0.2);
  border: none;
}
.secondLvlCss blockquote {
  font-family: "ivypresto-display", serif;
  font-size: clamp( 1.9444444444rem, 0.3401360544vw + 1.8594104308rem, 2.2222222222rem );
  font-weight: 400;
  line-height: 1.3;
  display: block;
  color: #143261;
  position: relative;
  text-align: left;
  padding-top: clamp( 3.8888888889rem, 1.0204081633vw + 3.6337868481rem, 4.7222222222rem );
  padding-bottom: clamp( 3.8888888889rem, 1.0204081633vw + 3.6337868481rem, 4.7222222222rem );
  margin: var(--cp-paragraph-spacing) 0;
}
.secondLvlCss blockquote:before {
  font-family: "ivypresto-display", serif;
  content: "“";
  font-size: clamp( 8.8888888889rem, 6.8027210884vw + 7.1882086168rem, 14.4444444444rem );
  line-height: 0.0555555556rem;
  display: block;
  color: rgba(20, 50, 97, 0.15);
  margin-bottom: clamp( 0.2777777778rem, 0.3401360544vw + 0.1927437642rem, 0.5555555556rem );
}
.secondLvlCss blockquote:after {
  font-family: "ivypresto-display", serif;
  content: "“";
  font-size: clamp( 8.8888888889rem, 6.8027210884vw + 7.1882086168rem, 14.4444444444rem );
  line-height: 0;
  margin-left: auto;
  display: block;
  color: rgba(20, 50, 97, 0.15);
  -webkit-transform: scale(-1, -1);
     -moz-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
       -o-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.secondLvlCss blockquote p {
  font-family: inherit !important;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline;
  color: inherit;
}
.secondLvlCss .table-wrap {
  max-width: 100%;
  position: relative;
  margin: var(--cp-paragraph-spacing) 0;
  overflow: hidden;
}
.secondLvlCss .table-wrap table {
  margin: 0;
}
.secondLvlCss .table-wrap.responsive-table:after {
  content: "";
  width: 2.2222222222rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.secondLvlCss .table-wrap.responsive-table:before {
  content: "";
  font-family: "ficons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 3;
  font-size: 1.3333333333rem;
  color: #143261;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.secondLvlCss .table-wrap.responsive-table.hide-scroll:before {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
     -moz-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
       -o-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.secondLvlCss .table-wrap.responsive-table.hide-scroll:after {
  opacity: 0;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
.secondLvlCss table {
  max-width: 100%;
  margin-bottom: var(--cp-paragraph-spacing);
  position: relative;
  border: none;
  display: block;
  overflow-y: auto;
  overflow-x: auto;
}
html.touch .secondLvlCss table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.secondLvlCss table td,
.secondLvlCss table th {
  width: 900px;
  min-width: 10ch;
  font-size: clamp( 1rem, 0.2721088435vw + 0.9319727891rem, 1.2222222222rem );
  line-height: 1.4;
  color: #122139;
  border-left: 0.1111111111rem solid rgba(20, 50, 97, 0.2);
  padding: 0.8333333333rem;
  font-weight: 300;
}
.secondLvlCss table td p,
.secondLvlCss table th p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.secondLvlCss table td {
  border-bottom: 0.1111111111rem solid rgba(20, 50, 97, 0.2);
}
.secondLvlCss table td {
  background: rgba(231, 219, 199, 0.2);
}
.secondLvlCss table tbody tr th {
  border-bottom: 0.1111111111rem solid rgba(20, 50, 97, 0.2);
}
.secondLvlCss table tbody tr:last-child th {
  border-bottom: none;
}
.secondLvlCss table th,
.secondLvlCss table .head-column {
  font-size: clamp( 1.1111111111rem, 0.2721088435vw + 1.0430839002rem, 1.3333333333rem );
  font-weight: 400;
  color: #122139;
  font-family: "ivypresto-display", serif;
  background: #E7DBC7;
}
.secondLvlCss table tr:last-child td {
  border-bottom: none;
}
.secondLvlCss table tr td:first-child, .secondLvlCss table tr th:first-child {
  border-left: none;
}
@media (min-width: 0px) {
  .secondLvlCss table .head-column {
    display: none;
  }
  .secondLvlCss table:not(.responsive-table) {
    overflow-y: auto;
    overflow-x: auto;
  }
  html.touch .secondLvlCss table:not(.responsive-table) {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.secondLvlCss .downloadBtn {
  font-family: "ivypresto-display", serif;
  display: inline-block;
  background: #143261;
  font-size: clamp( 1.1111111111rem, 0.6802721088vw + 0.9410430839rem, 1.6666666667rem );
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0.7777777778rem 1.1111111111rem;
  color: #FFFFFF;
  cursor: pointer;
  border: 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.secondLvlCss .downloadBtn:after {
  content: " >";
}
html.no-touch .secondLvlCss .downloadBtn:hover {
  background: #122139;
  color: #FFFFFF;
}
.secondLvlCss .secondaryDownloadBtn {
  font-family: "ivypresto-display", serif;
  display: inline-block;
  background-color: rgba(18, 33, 57, 0.15);
  font-size: clamp( 1.1111111111rem, 0.6802721088vw + 0.9410430839rem, 1.6666666667rem );
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0.7777777778rem 1.1111111111rem;
  color: #FFFFFF;
  cursor: pointer;
  border: 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.secondLvlCss .secondaryDownloadBtn:after {
  content: " >";
}
.no-touch .secondLvlCss .secondaryDownloadBtn:hover {
  background-color: #122139;
}
.secondLvlCss ol {
  font-family: "effra", sans-serif;
  display: block;
  margin-bottom: var(--cp-paragraph-spacing);
  counter-reset: foo;
  list-style: none;
}
.secondLvlCss ol li {
  position: relative;
  font-size: clamp( 1rem, 0.2721088435vw + 0.9319727891rem, 1.2222222222rem );
  font-weight: 300;
  line-height: 1.3;
  color: #122139;
  padding-left: 1.6666666667rem;
  counter-increment: foo;
}
.secondLvlCss ol li + li {
  margin-top: 1.1111111111rem;
}
.secondLvlCss ol li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ol li:before {
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-size: clamp( 1.1111111111rem, 0.2721088435vw + 1.0430839002rem, 1.3333333333rem );
  content: counter(foo) ".";
  position: absolute;
  left: 0;
  top: -0.2777777778rem;
}
.secondLvlCss ul {
  display: block;
  margin-bottom: var(--cp-paragraph-spacing);
}
.secondLvlCss ul li {
  font-size: clamp( 1rem, 0.2721088435vw + 0.9319727891rem, 1.2222222222rem );
  font-weight: 300;
  list-style-type: none;
  line-height: 1.3;
  padding-left: 1.6666666667rem;
  position: relative;
  color: #122139;
}
.secondLvlCss ul li + li {
  margin-top: 1.1111111111rem;
}
.secondLvlCss ul li:before {
  content: "";
  width: 0.7777777778rem;
  height: 0.7777777778rem;
  display: block;
  background: #143261;
  position: absolute;
  left: 0;
  top: clamp( 0.1666666667rem, 0.1360544218vw + 0.1326530612rem, 0.2777777778rem );
}
.secondLvlCss ul li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ul li:last-child {
  margin-bottom: 0;
}
.secondLvlCss img {
  width: 100%;
  height: auto;
  margin: var(--cp-paragraph-spacing) 0;
  display: block;
  position: relative;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.secondLvlCss img.alignLeft {
  width: 17.2222222222rem;
  height: auto;
  float: left;
  margin: 0 20px 20px 0;
  clear: both;
}
.secondLvlCss img.alignRight {
  width: 17.2222222222rem;
  height: auto;
  float: right;
  margin: 0 0 1.1111111111rem 1.1111111111rem;
  clear: both;
  left: auto;
}
.secondLvlCss > p.image-only:has(img:not([src*=png])) {
  position: relative;
  margin-top: -webkit-calc(var(--cp-paragraph-spacing) * 1.5);
  margin-top: -moz-calc(var(--cp-paragraph-spacing) * 1.5);
  margin-top: calc(var(--cp-paragraph-spacing) * 1.5);
}
.secondLvlCss > p.image-only:has(img:not([src*=png])):before {
  content: "";
  position: absolute;
  left: clamp( 1.1111111111rem, 0.4081632653vw + 1.0090702948rem, 1.4444444444rem );
  bottom: clamp( 1.1111111111rem, 0.4081632653vw + 1.0090702948rem, 1.4444444444rem );
  width: 100%;
  height: 100%;
  background: #143261;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn) {
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  display: inline;
  color: #143261;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 0.1666666667rem;
  -webkit-text-decoration-color: rgba(20, 50, 97, 0.2);
     -moz-text-decoration-color: rgba(20, 50, 97, 0.2);
          text-decoration-color: rgba(20, 50, 97, 0.2);
  text-underline-offset: 0.1666666667rem;
  -webkit-transition: -webkit-text-decoration-color 0.3s ease;
  transition: -webkit-text-decoration-color 0.3s ease;
  -o-transition: text-decoration-color 0.3s ease;
  -moz-transition: text-decoration-color 0.3s ease, -moz-text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease, -moz-text-decoration-color 0.3s ease;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"], .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]), .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto] {
  margin-right: 0.4em;
  position: relative;
  display: inline;
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"]:after, .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[target=_blank]:not([href$=".pdf"]):after, .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href^=mailto]:after {
  display: inline-block;
  font-size: 80%;
  position: relative;
  top: 0.1111111111rem;
  margin-right: 0.2222222222rem;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translateX(6px);
     -moz-transform: translateX(6px);
      -ms-transform: translateX(6px);
       -o-transform: translateX(6px);
          transform: translateX(6px);
}
.secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn)[href$=".pdf"]:after {
  font-size: 100% !important;
}
html.no-touch .secondLvlCss a:not(.downloadBtn):not(.secondaryDownloadBtn):hover {
  -webkit-text-decoration-color: rgba(20, 50, 97, 0.56);
     -moz-text-decoration-color: rgba(20, 50, 97, 0.56);
          text-decoration-color: rgba(20, 50, 97, 0.56);
}
.secondLvlCss .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: var(--cp-paragraph-spacing);
  height: 0;
  overflow: hidden;
}
.secondLvlCss html.lt-ie8 .embed-container {
  overflow: visible;
  height: auto;
}
.secondLvlCss .embed-container iframe,
.secondLvlCss .embed-container object,
.secondLvlCss .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .secondLvlCss table {
    min-width: 100%;
  }
}

@media all and (min-width: 992px) {
  body.secondLvl .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span):not(iframe) {
    -webkit-transform: translateY(2rem);
       -moz-transform: translateY(2rem);
        -ms-transform: translateY(2rem);
         -o-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
  }
  body.secondLvl .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span):not(iframe).animateIn {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -moz-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out, -moz-transform 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
  }
  body.secondLvl .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span):not(iframe).animateIn + .animateIn {
    -webkit-transition-delay: 0.1s;
       -moz-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

@media all and (min-width: 992px) {
  body.secondLvl .mediaPopup .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span), body.secondLvl .slideOut .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span), body.secondLvl .alert .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span), body.secondLvl .adm-async-form-two .secondLvlCss *:not(a):not(strong):not(em):not(b):not(ul):not(ol):not(td):not(tr):not(tbody):not(thead):not(th):not(div):not(span) {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1;
  }
}

.main-hero {
  width: 100%;
  height: auto;
  position: relative;
  background: #143261;
  padding-top: 7.2222222222rem;
}
@media all and (min-width: 992px) {
  .main-hero {
    min-height: auto;
    padding-top: 0;
  }
}
.main-hero .fader-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #122139 url("/Images/assets/oval.svg") no-repeat center;
  height: 100% !important;
  min-height: 17.7777777778rem !important;
  max-height: 17.7777777778rem;
}
@media all and (min-width: 992px) {
  .main-hero .fader-wrapper {
    min-height: auto !important;
    width: 63%;
    margin-right: clamp( 1.6666666667rem, 8.1632653061vw + -0.3741496599rem, 8.3333333333rem );
    margin-left: auto;
    max-height: none;
    aspect-ratio: 1.22;
  }
}
@media all and (min-width: 1440px) {
  .main-hero .fader-wrapper {
    aspect-ratio: 1.52;
  }
}
@media all and (min-width: 1600px) {
  .main-hero .fader-wrapper {
    aspect-ratio: 1.72;
  }
}
.main-hero .fader-wrapper .arrows-container {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
.main-hero .fader-wrapper .arrows-container > * {
  pointer-events: auto;
}
.main-hero .fader-wrapper .dots-container {
  position: absolute;
  bottom: 0.2777777778rem;
  left: 3.3333333333rem;
  right: 3.3333333333rem;
  z-index: 2;
}
.main-hero .fader-wrapper .dots-container ul {
  text-align: center;
}
.main-hero .fader-wrapper .dots-container li {
  display: inline-block;
  margin: 0 0.3333333333rem;
}
.main-hero .fader-wrapper .dots-container li.slick-active button {
  opacity: 1;
}
.main-hero .fader-wrapper .dots-container button {
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  background: #FFFFFF;
  opacity: 0.4;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.main-hero .video-wrapper,
.main-hero .fader-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-hero .video-wrapper .slick-slide,
.main-hero .fader-area .slick-slide {
  height: 100%;
}
.main-hero .video-wrapper .slick-list,
.main-hero .video-wrapper .slick-track,
.main-hero .fader-area .slick-list,
.main-hero .fader-area .slick-track {
  height: 100%;
}
.main-hero .video-wrapper .fa-item,
.main-hero .fader-area .fa-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-hero .video-wrapper video,
.main-hero .fader-area video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-hero .video-wrapper .image,
.main-hero .fader-area .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-hero .video-wrapper .image .img,
.main-hero .fader-area .image .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.main-hero .video-wrapper .image:before,
.main-hero .fader-area .image:before {
  content: "";
  width: 100%;
  height: 100%;
  display: none;
  background: -webkit-gradient(linear, right top, left top, from(rgba(18, 33, 57, 0)), to(#122139));
  background: -webkit-linear-gradient(right, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: -moz-linear-gradient(right, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: -o-linear-gradient(right, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: linear-gradient(to left, rgba(18, 33, 57, 0) 0%, #122139 100%);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.72;
}
@media all and (min-width: 992px) {
  .main-hero .video-wrapper .image:before,
.main-hero .fader-area .image:before {
    display: block;
  }
}
.main-hero .title-area {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
              -ms-grid-row-align: auto;
          align-self: auto;
  padding: 1.1111111111rem 1.6666666667rem;
}
@media all and (min-width: 992px) {
  .main-hero .title-area {
    padding: 1.6666666667rem;
  }
}
.main-hero .title-area .title-area-inner {
  width: 100%;
  max-width: 55.5555555556rem;
  margin: 0 auto;
}
.main-hero .page-title {
  width: 100%;
  display: block;
  position: relative;
  text-align: left;
  z-index: 2;
}
.main-hero .page-title span {
  display: block;
  color: #FFFFFF;
  font-size: clamp( 2.8888888889rem, 3.2653061224vw + 2.0725623583rem, 5.5555555556rem );
  line-height: 1.2;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
}
.newsMedia .main-hero .page-title span {
  font-size: clamp( 1.7777777778rem, 2.7210884354vw + 1.0975056689rem, 4rem );
}
.main-hero .scroll-down-btn {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  position: relative;
  cursor: pointer;
  margin-left: 0.5555555556rem;
  text-align: center;
  line-height: 2.7777777778rem;
  font-size: 1.7777777778rem;
  color: #FFFFFF;
}
.main-hero .scroll-down-btn:before {
  display: block;
  position: relative;
  -webkit-animation: moveUpDown 2s ease-in-out infinite;
     -moz-animation: moveUpDown 2s ease-in-out infinite;
       -o-animation: moveUpDown 2s ease-in-out infinite;
          animation: moveUpDown 2s ease-in-out infinite;
}
@media all and (min-width: 992px) {
  .main-hero .scroll-down-btn {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .main-hero.title-over-image .title-area, body.noHeader .main-hero .title-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10%;
    width: -webkit-calc(40% + 3.3333333333rem);
    width: -moz-calc(40% + 3.3333333333rem);
    width: calc(40% + 3.3333333333rem);
  }
}
body.noHeader .main-hero {
  /*.title-area {
    position: absolute;
    bottom: 0;
  }*/
}
@media all and (max-width: 991px) {
  body.noHeader .main-hero {
    height: auto;
    min-height: auto;
    padding-top: 0;
    background: #143261 url("/Images/assets/crest.png") no-repeat center right -20%/40% auto;
  }
}
body.noHeader .main-hero .page-title {
  color: var(--sl-theme-no-header-color);
}
body.noHeader .main-hero .fader-wrapper {
  background: none;
  aspect-ratio: unset;
  height: clamp( 26.6666666667rem, 17.2413793103vw + 17.1647509579rem, 35.5555555556rem ) !important;
}
@media all and (min-width: 992px) {
  body.noHeader .main-hero .fader-wrapper {
    background: url("/Images/assets/crest.png") no-repeat center right 10%/20% auto;
  }
}
body.noHeader .main-hero .fader-wrapper .fader-area {
  display: none;
}

.entry-point-template .main-hero .page-title:before {
  content: "Here,";
  font-family: "effra", sans-serif;
  color: #122139;
  font-size: clamp( 2.2222222222rem, 6.5789473684vw + -1.4035087719rem, 4.4444444444rem );
  line-height: 1;
  font-weight: 400;
  display: block;
}
.entry-point-template .main-hero .page-title span {
  line-height: 1.2;
}
.entry-point-template .main-hero .page-subtitle {
  margin-top: 1.3333333333rem;
  font-family: "ivypresto-display", serif;
  color: #122139;
  font-size: 2.2222222222rem;
  line-height: 1;
  font-weight: 400;
}
.entry-point-template .main-hero .page-subtitle span {
  margin-top: 0.4444444444rem;
  display: block;
  font-family: "effra", sans-serif;
  font-weight: 300;
  font-size: 1.3333333333rem;
}
.entry-point-template.ep-early-years .featured-paragraph,
.entry-point-template.ep-early-years .main-hero {
  background: #629BAA;
}
.entry-point-template.ep-prep .featured-paragraph,
.entry-point-template.ep-prep .main-hero {
  background: #629BAA;
}
.entry-point-template.ep-senior .featured-paragraph,
.entry-point-template.ep-senior .main-hero {
  background: #629BAA;
}
.entry-point-template.ep-sixth-form .featured-paragraph,
.entry-point-template.ep-sixth-form .main-hero {
  background: #629BAA;
}

.breadcrumbs {
  width: 100%;
  display: none;
  text-align: center;
  position: relative;
  pointer-events: all;
}
.breadcrumbs .item {
  display: inline-block;
  vertical-align: middle;
  color: var(--sl-theme-color);
  font-size: 1rem;
  line-height: 1.3333333333rem;
}
.breadcrumbs .item:before {
  content: "|";
  font-size: 1rem;
  line-height: 1.3333333333rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5555555556rem;
}
.breadcrumbs .item:first-child:before {
  display: none;
}
.breadcrumbs .item:first-child a {
  margin: 0;
}
.breadcrumbs a {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-left: 0.5555555556rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
html.no-touch .breadcrumbs a:hover {
  color: var(--sl-theme-hover-color);
}
.breadcrumbs .br-current-page {
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.5555555556rem;
  color: inherit;
}
.title-over-image .breadcrumbs .item {
  color: #fff;
}
body.noHeader .breadcrumbs {
  display: none;
}

.accordion-container {
  width: 100%;
  display: block;
  margin-bottom: 1.1111111111rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 0.1111111111rem solid #F5F5F5;
  border-bottom: 0.1111111111rem solid #F5F5F5;
}
.accordion-container:last-of-type {
  margin-bottom: var(--cp-paragraph-spacing);
}
.accordion-container .ctrl {
  background: #143261;
  width: 3.3333333333rem;
  height: 3.5555555556rem;
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: -0.1111111111rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.accordion-container .ctrl span {
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.4444444444rem;
  margin-top: -0.6666666667rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.accordion-container .ctrl span:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-left: 0.1111111111rem solid #FFFFFF;
  border-bottom: 0.1111111111rem solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  top: -0.0555555556rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.accordion-container .accordion-link {
  width: 100%;
  display: block;
  font-size: 1.3888888889rem;
  line-height: 1.1;
  font-weight: 400;
  color: #122139;
  padding: 1rem 3.8888888889rem 0.8333333333rem 1.1111111111rem;
  position: relative;
  cursor: pointer;
  z-index: 1;
  background: #F5F5F5;
}
.accordion-container .accordion-link .txt {
  position: relative;
  z-index: 2;
}
.accordion-container .accordion-dropdown {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
.accordion-container .accordion-dropdown .dropdown-inner {
  display: none;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3888888889rem;
  color: #122139;
  z-index: 2;
  padding: 0.8333333333rem 1.1111111111rem 1.1111111111rem 1.1111111111rem;
  border-top: none;
}
.accordion-container .accordion-dropdown .dropdown-inner p:last-child {
  margin-bottom: 0;
}
html.no-touch .accordion-container:hover .ctrl {
  background: #122139;
}
html.no-touch .accordion-container:hover .ctrl span {
  margin-top: -0.4444444444rem;
}
.accordion-container.active .accordion-link {
  background: transparent;
}
.accordion-container.active .ctrl span {
  margin-top: -0.2222222222rem;
}
.accordion-container.active .ctrl span:before {
  -webkit-transform: rotate(-225deg);
     -moz-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
       -o-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.no-touch .accordion-container.active:hover .ctrl span {
  margin-top: -0.4444444444rem;
}
.accordion-container .table-wrap.responsive-table:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.accordion-container .table-wrap.responsive-table:after {
  color: #143261;
}

@media screen and (max-width: 767px) {
  .accordion .accordion-link {
    padding-left: 1.1111111111rem;
  }
  .accordion .accordion-item .accordion-dropdown .accd-inner {
    padding: 0.2777777778rem 1.1111111111rem 1.1111111111rem;
  }
}
.menu-levels {
  font-family: "effra", sans-serif;
  width: 100%;
  display: block;
  position: relative;
}
.menu-levels .ml-list {
  width: 100%;
  display: block;
}
.menu-levels .dropdown-js {
  display: none;
}
.menu-levels .open-level-js {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  display: block;
}
.menu-levels .open-level {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -5px;
  top: -1px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.menu-levels .open-level i {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -5px;
}
.menu-levels .open-level i:before, .menu-levels .open-level i:after {
  content: "";
  display: block;
  position: absolute;
  background: red;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  -o-transition: opacity 0.3s ease, background-color 0.3s ease;
  -moz-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.menu-levels .open-level i:before {
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.menu-levels .open-level i:after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
}
html.no-touch .menu-levels .open-level:hover i:before, html.no-touch .menu-levels .open-level:hover i:after {
  background: var(--sl-theme-second-paragraph-hover);
}
.menu-levels .item {
  position: relative;
  margin-bottom: 0.8888888889rem;
}
html.no-touch .menu-levels .item.has-open-child > .link-container:hover > .link {
  cursor: default;
  -webkit-text-decoration-color: transparent;
     -moz-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
html.no-touch .menu-levels .item.has-open-child > .link-container:hover .open-level-icon:before, html.no-touch .menu-levels .item.has-open-child > .link-container:hover .open-level-icon:after {
  background: var(--sl-theme-second-paragraph-hover) !important;
}
.menu-levels .link-container {
  width: 100%;
  display: block;
  position: relative;
  padding-right: 20px;
}
.menu-levels .link {
  font-family: "effra", sans-serif;
  font-size: clamp( 1.1111111111rem, 0.6802721088vw + 0.9410430839rem, 1.6666666667rem );
  font-weight: 400;
  display: block;
  line-height: 1.1;
  position: relative;
  color: #122139;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
     -moz-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu-levels .link.current {
  -webkit-text-decoration-color: #122139;
     -moz-text-decoration-color: #122139;
          text-decoration-color: #122139;
}
html.no-touch .menu-levels .link:hover {
  -webkit-text-decoration-color: #122139;
     -moz-text-decoration-color: #122139;
          text-decoration-color: #122139;
}
.menu-levels .dropdown {
  display: block !important;
  width: 100%;
  margin-top: 0.4444444444rem;
  padding-left: clamp( 0.8333333333rem, 0.3401360544vw + 0.7482993197rem, 1.1111111111rem );
  margin-left: clamp( 0.8333333333rem, 0.3401360544vw + 0.7482993197rem, 1.1111111111rem );
  position: relative;
  margin-bottom: clamp( 0.6666666667rem, 0.2721088435vw + 0.5986394558rem, 0.8888888889rem );
}
.menu-levels .dropdown:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #122139;
  width: 2px;
}
.menu-levels .dropdown .item {
  margin: 0.1666666667rem 0;
}
.menu-levels .dropdown .link {
  font-size: clamp( 1rem, 0.2721088435vw + 0.9319727891rem, 1.2222222222rem );
  font-style: italic;
}
.menu-levels .open-level {
  display: none;
}
.menu-levels .item.active i:after {
  opacity: 0;
}

.cp-fixed-menu {
  max-height: -webkit-calc(100% - 11.1111111111rem);
  max-height: -moz-calc(100% - 11.1111111111rem);
  max-height: calc(100% - 11.1111111111rem);
  width: 17.7777777778rem;
  height: 4.1666666667rem;
  position: fixed;
  left: 0;
  bottom: 0;
  background: var(--sl-theme-second-background);
  overflow: hidden;
  -webkit-transition: height 0.5s ease, overflow 0.5s ease 0.4s, opacity 0.5s ease;
  -o-transition: height 0.5s ease, overflow 0.5s ease 0.4s, opacity 0.5s ease;
  -moz-transition: height 0.5s ease, overflow 0.5s ease 0.4s, opacity 0.5s ease;
  transition: height 0.5s ease, overflow 0.5s ease 0.4s, opacity 0.5s ease;
  opacity: 0;
  display: block;
  pointer-events: all;
  z-index: 28;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.18);
     -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 0 1.6666666667rem 0 0;
     -moz-border-radius: 0 1.6666666667rem 0 0;
          border-radius: 0 1.6666666667rem 0 0;
}
.sidebar-layout .cp-fixed-menu {
  z-index: -99999;
}
.cp-fixed-menu .fm-current-page {
  font-family: "effra", sans-serif;
  width: 100%;
  font-size: 1.1111111111rem;
  line-height: 1.3333333333rem;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--sl-theme-brand);
  color: var(--sl-theme-brand-inverse);
  min-height: 4.4444444444rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1111111111rem 1.6666666667rem;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  border-left: none;
}
.cp-fixed-menu .fm-current-page .txt {
  width: 100%;
  display: block;
  display: block;
  position: relative;
}
.cp-fixed-menu .fm-current-page .txt .arrow {
  content: "";
  width: 0.4444444444rem;
  height: 0.4444444444rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.2222222222rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.cp-fixed-menu .fm-current-page .txt .arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 0.0555555556rem solid #fff;
  border-bottom: 0.0555555556rem solid #fff;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.cp-fixed-menu .menu-levels {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
html.no-touch .cp-fixed-menu:hover, .cp-fixed-menu.opened {
  height: 100% !important;
  -webkit-transition: width 0.5s ease, height 0.5s ease, overflow 0.5s ease 0s, overflow 0.5s ease;
  -o-transition: width 0.5s ease, height 0.5s ease, overflow 0.5s ease 0s, overflow 0.5s ease;
  -moz-transition: width 0.5s ease, height 0.5s ease, overflow 0.5s ease 0s, overflow 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease, overflow 0.5s ease 0s, overflow 0.5s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
html.no-touch .cp-fixed-menu:hover .menu-levels, .cp-fixed-menu.opened .menu-levels {
  opacity: 1;
  visibility: visible;
}
html.no-touch .cp-fixed-menu:hover .fm-current-page, .cp-fixed-menu.opened .fm-current-page {
  background: var(--sl-theme-accent);
  color: var(--sl-theme-accent-inverse);
}
html.no-touch .cp-fixed-menu:hover .fm-current-page .txt .arrow:before, .cp-fixed-menu.opened .fm-current-page .txt .arrow:before {
  border-color: var(--sl-theme-accent-inverse);
}
html.no-touch .cp-fixed-menu:hover .fm-current-page .txt .arrow, .cp-fixed-menu.opened .fm-current-page .txt .arrow {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cp-fixed-menu .fm-wrapper {
  padding: 1.1111111111rem;
}

@media screen and (max-width: 767px) {
  .cp-fixed-menu {
    opacity: 0;
    z-index: -3333;
    pointer-events: none;
    visibility: hidden;
  }
}
.featured-paragraph {
  position: relative;
  background: #143261;
  padding: clamp( 2.2222222222rem, 2.0408163265vw + 1.7120181406rem, 3.8888888889rem ) clamp( 1.6666666667rem, 25.1700680272vw + -4.6258503401rem, 22.2222222222rem ) clamp( 2.2222222222rem, 2.0408163265vw + 1.7120181406rem, 3.8888888889rem );
}
.featured-paragraph .featured-paragraph-inner {
  margin: 0 0 0 auto;
}
.featured-paragraph p {
  font-family: "ivypresto-display", serif;
  font-size: clamp( 1.3333333333rem, 1.768707483vw + 0.8911564626rem, 2.7777777778rem );
  color: #FFFFFF;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0;
}
.featured-paragraph p a:not(.downloadBtn):not(.secondaryDownloadBtn) {
  color: inherit;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.2);
     -moz-text-decoration-color: rgba(255, 255, 255, 0.2);
          text-decoration-color: rgba(255, 255, 255, 0.2);
}
html.no-touch .featured-paragraph p a:not(.downloadBtn):not(.secondaryDownloadBtn):hover {
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.56);
     -moz-text-decoration-color: rgba(255, 255, 255, 0.56);
          text-decoration-color: rgba(255, 255, 255, 0.56);
}
.featured-paragraph p strong {
  opacity: 0.5;
}
.featured-paragraph .scroll-down-btn {
  position: absolute;
  left: clamp( 1.6666666667rem, 1.1160714286vw + 1.0317460317rem, 2.2222222222rem );
  bottom: 50%;
  margin-top: 1.3888888889rem;
  color: #FFFFFF;
  cursor: pointer;
  display: none;
}
@media all and (min-width: 992px) {
  .featured-paragraph .scroll-down-btn {
    display: block;
  }
}

.stories-carousel.global-widget {
  background: #629BAA;
  margin: 0;
  padding: clamp( 2.5rem, 1.0204081633vw + 2.2448979592rem, 3.3333333333rem ) 0;
}
.stories-carousel.global-widget .title {
  margin-bottom: 0;
  font-family: "effra", sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 400;
  color: #fff;
}
.stories-carousel.global-widget .top-placed.controller-wrapper {
  max-width: 72.2222222222rem;
  width: 80vw;
  margin: 0 auto 1.9444444444rem auto;
}
.stories-carousel.global-widget .top-placed.controller-wrapper .secondLvlCss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.stories-carousel.global-widget .top-placed.controller-wrapper .downloadBtn {
  display: none;
}
.stories-carousel.global-widget .downloadBtn {
  background: #558999;
}
.stories-carousel.global-widget .controller-wrapper.over-crsl .controller-js {
  padding: 0;
  height: 2.7777777778rem;
  top: 12.2222222222rem;
  position: absolute;
}
.stories-carousel.global-widget .controller-wrapper.over-crsl .controller-js .crsl-ctrl {
  background: #629BAA;
}
.stories-carousel.global-widget .controller-wrapper:not(.over-crsl):not(.top-placed) {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
.stories-carousel.global-widget .controller-wrapper:not(.over-crsl):not(.top-placed) .secondLvlCss {
  text-align: center;
  width: 100%;
}
.stories-carousel.global-widget .controller-wrapper:not(.over-crsl):not(.top-placed) .downloadBtn {
  display: inline-block;
}
@media (max-width: 767px) {
  .stories-carousel.global-widget .top-placed.controller-wrapper {
    width: 100%;
    margin-bottom: 1.6666666667rem;
  }
  .stories-carousel.global-widget .controller-wrapper:not(.over-crsl):not(.top-placed) {
    margin-top: 1.6666666667rem;
  }
}
.stories-carousel.global-widget .carousel-widget.align-center .slick-no-slide .slick-track {
  display: block;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
     -moz-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}
.stories-carousel.global-widget .slick-no-slide .slick-track {
  width: 100% !important;
  text-align: center;
}
.stories-carousel.global-widget .slick-no-slide .slick-slide {
  float: none;
  display: inline-block;
  text-align: left;
}
.stories-carousel-content-layout .slick-slide {
  width: 15.5555555556rem;
}
.stories-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.stories-carousel-content-layout .slick-slide > div > div {
  padding: 1.6666666667rem 1.6666666667rem 1.6666666667rem 0;
  height: 100%;
}
.stories-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 1.6666666667rem 0.8333333333rem 1.6666666667rem 0.8333333333rem;
}

@media all and (min-width: 1440px) {
  .stories-grid .media-container {
    margin-left: -150px;
    margin-right: -150px;
    width: auto;
    grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
  }
}
@media all and (min-width: 1600px) {
  .stories-grid .media-container {
    margin-left: -260px;
    margin-right: -260px;
    grid-template-columns: repeat(auto-fill, minmax(286px, 1fr));
  }
}
.stories-grid .controller-wrapper {
  margin-top: 1.1111111111rem;
}

.events-fader {
  margin-bottom: 3.3333333333rem;
}
.events-fader .controller-js {
  width: 2.7777777778rem;
  height: 6.6666666667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  right: 3.3333333333rem;
  top: 50%;
  margin-top: -3.3333333333rem;
}
.events-fader .controller-js .crsl-ctrl {
  margin: 0;
}
.events-fader .controller-js .crsl-ctrl:last-child {
  margin-bottom: 1.1111111111rem;
}
.events-fader .bf-dots {
  z-index: 2;
  position: absolute;
  bottom: 1.6666666667rem;
  right: 0;
  width: 70%;
  padding: 0 1.1111111111rem;
}
.events-fader .bf-dots .slick-dots {
  text-align: center;
}
.events-fader .bf-dots .slick-dots .dots-button:before {
  background: #fff;
}
@media (max-width: 992px) {
  .events-fader .bf-dots {
    display: none;
  }
}
@media (max-width: 767px) {
  .events-fader .controller-js {
    right: 1.6666666667rem;
    top: 25%;
    margin-top: 0;
  }
}

.content-events-list {
  margin: var(--cp-widget-spacing) 0;
}
.content-events-list .btn-holder {
  margin-top: 2.2222222222rem;
}

.events-carousel .title {
  color: var(--sl-theme-accent);
  margin: 0;
}
.events-carousel .carousel-widget,
.events-carousel .controller-wrapper {
  z-index: 2;
  position: relative;
}

.events-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 1.6666666667rem 0.8333333333rem 1.6666666667rem 0.8333333333rem;
}

.sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.sidebar-title {
  padding-right: 0.8333333333rem;
  width: 40%;
}
.sidebar-title p {
  font-size: clamp( 1.9444444444rem, 0.6802721088vw + 1.7743764172rem, 2.5rem );
  font-family: "effra", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #122139;
  margin: 0;
}
.sidebar-title h2 {
  margin: 0;
}

.promos-sidebar .promo-card {
  margin-bottom: 1.1111111111rem;
  padding: 0;
}
.promos-sidebar .promo-card:last-child {
  margin: 0;
}

.promos-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 1.6666666667rem 0 1.6666666667rem 1.6666666667rem;
}

.stats-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 1.6666666667rem 0.8333333333rem 1.6666666667rem 0.8333333333rem;
}

.stats-grid {
  /*@media (max-width: 600px) {
    .stat-card .card-inner {
      padding-bottom: 80%;
    }
  }*/
}
.stats-grid .grid-widget {
  position: relative;
  overflow: hidden;
  width: -webkit-calc(100% + 1.1111111111rem);
  width: -moz-calc(100% + 1.1111111111rem);
  width: calc(100% + 1.1111111111rem);
  margin-left: -0.5555555556rem;
}
.stats-grid .grid-widget .stat-card {
  width: 100%;
  padding: 0.5555555556rem;
}
@media all and (min-width: 768px) {
  .stats-grid .grid-widget .stat-card {
    width: 49.9%;
  }
}
@media all and (min-width: 1600px) {
  .stats-grid .grid-widget .stat-card {
    width: 33.3%;
  }
}

.staff-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 1.6666666667rem 0.8333333333rem 1.6666666667rem 0.8333333333rem;
}

.cards-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 1.6666666667rem 0.8333333333rem 1.6666666667rem 0.8333333333rem;
}

@media (max-width: 450px) {
  .portals-grid .portal-icon .portals-icon-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    aspect-ratio: 2.7;
  }
  .portals-grid .portal-icon .portals-icon-inner .image {
    min-width: 33%;
    text-align: right;
  }
  .portals-grid .portal-icon .portals-icon-inner .image img {
    max-height: 4.4444444444rem;
    max-width: 80%;
    -o-object-fit: contain;
       object-fit: contain;
    display: inline-block;
  }
  .portals-grid .portal-icon .portals-icon-inner .txt {
    padding-top: 0;
  }
}

.portals-carousel {
  margin-bottom: 1.6666666667rem;
}
.portals-carousel .slick-slide {
  width: 11.5rem;
}
@media all and (min-width: 1440px) {
  .portals-carousel .slick-slide {
    width: 12.3333333333rem;
  }
}
.portals-carousel .slick-slide > div > div {
  padding: 0 0.2777777778rem 0 0.8333333333rem;
}
@media all and (min-width: 992px) {
  .portals-carousel .slick-slide > div > div {
    padding: 0 1.1111111111rem 0 0;
  }
}

.portals-carousel-content-layout .slick-slide {
  width: 15.5555555556rem;
}
.portals-carousel-content-layout .slick-slide > div {
  width: 100%;
  height: 100%;
}
.portals-carousel-content-layout .slick-slide > div > div {
  padding: 1.6666666667rem 0.8333333333rem 1.6666666667rem 0.8333333333rem;
  height: 100%;
}
.portals-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 1.6666666667rem 0.8333333333rem 1.6666666667rem 0.8333333333rem;
}

.blockquote-fader {
  width: 100%;
  display: block;
  position: relative;
  margin: var(--cp-widget-spacing) 0 -webkit-calc(var(--cp-widget-spacing) * 1.3);
  margin: var(--cp-widget-spacing) 0 -moz-calc(var(--cp-widget-spacing) * 1.3);
  margin: var(--cp-widget-spacing) 0 calc(var(--cp-widget-spacing) * 1.3);
  max-width: 41.6666666667rem;
}
.blockquote-fader .bf-item {
  position: relative;
}
.blockquote-fader .bf-inner {
  position: relative;
  z-index: 2;
}
.blockquote-fader blockquote {
  margin: 0;
  padding-bottom: 1.1111111111rem;
}
.blockquote-fader .author {
  font-size: 1.3333333333rem;
  line-height: 1;
  color: #143261;
  padding-top: clamp( 1.3888888889rem, 1.0204081633vw + 1.1337868481rem, 2.2222222222rem );
  text-align: left;
  font-weight: 300;
  margin-bottom: 0;
}
.blockquote-fader .author:before {
  content: "— ";
}
.blockquote-fader .author:empty {
  display: none;
}
.blockquote-fader .controller-container {
  width: 40%;
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -0.1111111111rem;
  z-index: 3;
}
.blockquote-fader .bf-dots {
  margin-top: clamp( 1.1111111111rem, 0.9523809524vw + 0.873015873rem, 1.8888888889rem );
  text-align: left;
  position: relative;
}

.ckEditorLayout-full-width:not(.with-blockquote) .contentTemplates .contentTemplates-extraText {
  width: 100%;
}
.ckEditorLayout-full-width:not(.with-blockquote) .contentTemplates .secondLvlCss {
  /*.downloadBtn {
      background: #C09D59;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }*/
}
.ckEditorLayout-full-width:not(.with-blockquote) .contentTemplates .secondLvlCss h2, .ckEditorLayout-full-width:not(.with-blockquote) .contentTemplates .secondLvlCss h3, .ckEditorLayout-full-width:not(.with-blockquote) .contentTemplates .secondLvlCss h4, .ckEditorLayout-full-width:not(.with-blockquote) .contentTemplates .secondLvlCss p, .ckEditorLayout-full-width:not(.with-blockquote) .contentTemplates .secondLvlCss ul li, .ckEditorLayout-full-width:not(.with-blockquote) .contentTemplates .secondLvlCss ol li {
  color: #fff;
}
.ckEditorLayout-full-width.with-blockquote .blockquote-fader {
  margin: 0;
  position: static;
}
.ckEditorLayout-full-width.with-blockquote.left-image .controller-js {
  left: -100%;
}
@media all and (min-width: 1600px) {
  .ckEditorLayout-full-width.with-blockquote.left-image .controller-js {
    left: -100%;
  }
}
@media all and (max-width: 1023px) {
  .ckEditorLayout-full-width.with-blockquote.left-image .controller-js {
    width: 100%;
    left: 0;
  }
}
.ckEditorLayout-full-width.with-blockquote.left-image .contentTemplates-right {
  z-index: 3;
}
.ckEditorLayout-full-width.with-blockquote.right-image .controller-js {
  left: -webkit-calc(100% - 5.5555555556rem);
  left: -moz-calc(100% - 5.5555555556rem);
  left: calc(100% - 5.5555555556rem);
}
@media all and (max-width: 1023px) {
  .ckEditorLayout-full-width.with-blockquote.right-image .controller-js {
    left: 0;
    width: 100%;
  }
}
@media all and (min-width: 1600px) {
  .ckEditorLayout-full-width.with-blockquote.right-image .controller-js {
    left: -webkit-calc(100% - 8.3333333333rem);
    left: -moz-calc(100% - 8.3333333333rem);
    left: calc(100% - 8.3333333333rem);
  }
}
.ckEditorLayout-full-width.with-blockquote.right-image .controller-js .crsl-ctrl:last-child {
  margin-bottom: 0;
}
.ckEditorLayout-full-width.with-blockquote.right-image .contentTemplates-left {
  z-index: 3;
}
.ckEditorLayout-full-width.with-blockquote .general-dots li .dots-button:before {
  background: #fff !important;
}
.ckEditorLayout-full-width.with-blockquote .secondLvlCss blockquote {
  padding-bottom: 3.1111111111rem;
}
.ckEditorLayout-full-width.with-blockquote .secondLvlCss blockquote p {
  color: #FFFFFF !important;
}
.ckEditorLayout-full-width.with-blockquote .secondLvlCss blockquote:before, .ckEditorLayout-full-width.with-blockquote .secondLvlCss blockquote:after {
  color: rgba(255, 255, 255, 0.15);
}
.ckEditorLayout-full-width.with-arrows .controller-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  bottom: -2.7777777778rem;
  top: auto;
  margin-top: 0;
  width: -webkit-calc(100% + 5.5555555556rem);
  width: -moz-calc(100% + 5.5555555556rem);
  width: calc(100% + 5.5555555556rem);
  pointer-events: none;
}
@media all and (min-width: 1600px) {
  .ckEditorLayout-full-width.with-arrows .controller-js {
    width: -webkit-calc(100% + 8.3333333333rem);
    width: -moz-calc(100% + 8.3333333333rem);
    width: calc(100% + 8.3333333333rem);
    bottom: -4.1666666667rem;
  }
}
.ckEditorLayout-full-width.with-arrows .controller-js .crsl-ctrl {
  pointer-events: auto;
  margin: 0;
}
.ckEditorLayout-full-width.with-arrows .controller-js .crsl-ctrl:before {
  background: #60BAB1;
}
@media (max-width: 800px) {
  .ckEditorLayout-full-width.with-arrows .controller-js {
    display: none;
  }
}
.ckEditorLayout-full-width.with-arrows.left-image .contentTemplates-left {
  overflow: visible;
}
.ckEditorLayout-full-width.with-arrows.right-image .contentTemplates-right {
  overflow: visible;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .fader-inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .bf-dots {
  z-index: 2;
  position: absolute;
  bottom: 1.6666666667rem;
  left: 0;
  width: 100%;
  padding: 0 1.1111111111rem;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .bf-dots .slick-dots {
  text-align: center;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .bf-dots .slick-dots .dots-button:before {
  background: #fff;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .slick-slide {
  height: 100% !important;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .slick-slide > div {
  position: relative;
  height: 100% !important;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .slick-list,
.ckEditorLayout-full-width.with-fader .images-fader-cms .slick-track {
  height: 100% !important;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .image {
  position: relative;
  height: 100%;
  z-index: 0;
}
.ckEditorLayout-full-width.with-fader .images-fader-cms .image:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 33, 57, 0)), to(#122139));
  background: -webkit-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: -moz-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: -o-linear-gradient(top, rgba(18, 33, 57, 0) 0%, #122139 100%);
  background: linear-gradient(to bottom, rgba(18, 33, 57, 0) 0%, #122139 100%);
  opacity: 0.6;
  z-index: 2;
}
.ckEditorLayout-full-width.with-fader.left-image .controller-js {
  right: -2.7777777778rem;
  bottom: 0;
  /*@media all and (max-width: 1023px) {
    display: flex;
    left: rems(50px);
    width: calc(100% + 2.7777777778rem);
  }*/
}
.ckEditorLayout-full-width.with-fader.left-image .contentTemplates-left {
  z-index: 3;
}
.ckEditorLayout-full-width.with-fader.right-image .controller-js {
  left: -2.7777777778rem;
  bottom: 0;
}
@media all and (min-width: 1600px) {
  .ckEditorLayout-full-width.with-fader.right-image .controller-js {
    left: -4.1666666667rem;
  }
}
@media all and (max-width: 1023px) {
  .ckEditorLayout-full-width.with-fader.right-image .controller-js {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    width: -webkit-calc(100% + 2.7777777778rem);
    width: -moz-calc(100% + 2.7777777778rem);
    width: calc(100% + 2.7777777778rem);
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .ckEditorLayout-full-width.with-fader.right-image .bf-dots {
    left: 0.8888888889rem;
    bottom: 0.7222222222rem;
  }
}
.ckEditorLayout-full-width.with-fader.right-image .contentTemplates-right {
  z-index: 3;
}
.ckEditorLayout-full-width.with-embeed .iframe-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ckEditorLayout-full-width.with-embeed .iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ckEditorLayout-full-width.full-width-image-with-text {
  position: relative;
  padding-top: 1.6666666667rem;
  padding-right: 1.6666666667rem;
}
.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates {
  min-height: 60vh;
  min-height: 60svh;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 991px) {
  .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .contentTemplates-img {
    position: relative;
  }
  .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .contentTemplates-img img {
    position: relative;
  }
}
.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .contentTemplates-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}
@media all and (max-width: 991px) {
  .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .contentTemplates-column {
    padding-left: 1.6666666667rem;
  }
}
@media all and (min-width: 992px) {
  .ckEditorLayout-full-width.full-width-image-with-text {
    padding-top: 2.7777777778rem;
    padding-left: 2.7777777778rem;
    padding-right: 2.7777777778rem;
  }
}
@media all and (min-width: 1600px) {
  .ckEditorLayout-full-width.full-width-image-with-text {
    padding-top: 4.1666666667rem;
    padding-left: 4.1666666667rem;
    padding-right: 4.1666666667rem;
  }
}
.ckEditorLayout-full-width.full-width-image-with-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.6666666667rem;
  top: 0;
  width: 100%;
  bottom: 0;
  background: #122139;
}
@media all and (min-width: 992px) {
  .ckEditorLayout-full-width.full-width-image-with-text:before {
    background: #143261;
    bottom: 2.7777777778rem;
    left: 5.5555555556rem;
  }
}
@media all and (min-width: 1600px) {
  .ckEditorLayout-full-width.full-width-image-with-text:before {
    bottom: 4.1666666667rem;
    left: 8.3333333333rem;
  }
}
.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-column {
  background: #122139;
}
@media all and (min-width: 992px) {
  .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-column {
    background: transparent !important;
  }
}
.ckEditorLayout-full-width.custom-widget-1 .contentTemplates-column {
  min-height: 23.3333333333rem;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 800px) {
  .ckEditorLayout-full-width.custom-widget-1 .contentTemplates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ckEditorLayout-full-width.custom-widget-1 .contentTemplates-column {
    width: 100%;
    min-height: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ckEditorLayout-full-width.custom-widget-1.right-text .contentTemplates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ckEditorLayout-full-width.custom-widget-1.right-text .contentTemplates-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ckEditorLayout-full-width.custom-widget-1.left-text .contentTemplates-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 800px) {
  .ckEditorLayout-full-width.custom-widget-1.right-text .contentTemplates-img:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
  }
}

.ckEditorLayout {
  margin-bottom: var(--cp-widget-spacing);
  z-index: 0;
}
.ckEditorLayout.alternated {
  /*&:nth-child(5n+2) {
    &.left-text:not(.right-text) {
      .contentTemplates-left {
        background: $boxColor3;
      }
    }

    &.right-text:not(.left-text) {
      .contentTemplates-right {
        background: $boxColor3;
      }
    }

    .controller-js {
      .crsl-ctrl {
        background: $boxColor3;
      }
    }
  }*/
}
.ckEditorLayout.alternated:nth-child(4n).left-text:not(.right-text) .contentTemplates-left {
  background: #BA853C;
}
.ckEditorLayout.alternated:nth-child(4n).right-text:not(.left-text) .contentTemplates-right {
  background: #BA853C;
}
.ckEditorLayout.alternated:nth-child(4n) .controller-js .crsl-ctrl {
  background: #BA853C;
}
.ckEditorLayout.alternated:nth-child(4n+1).left-text:not(.right-text) .contentTemplates-left {
  background: #A58089;
}
.ckEditorLayout.alternated:nth-child(4n+1).right-text:not(.left-text) .contentTemplates-right {
  background: #A58089;
}
.ckEditorLayout.alternated:nth-child(4n+1) .controller-js .crsl-ctrl {
  background: #8F727D;
}
.ckEditorLayout.alternated:nth-child(4n+2).left-text:not(.right-text) .contentTemplates-left {
  background: #819868;
}
.ckEditorLayout.alternated:nth-child(4n+2).right-text:not(.left-text) .contentTemplates-right {
  background: #819868;
}
.ckEditorLayout.alternated:nth-child(4n+2) .controller-js .crsl-ctrl {
  background: #819868;
}
.ckEditorLayout.alternated:nth-child(4n+3).left-text:not(.right-text) .contentTemplates-left {
  background: #629BAA;
}
.ckEditorLayout.alternated:nth-child(4n+3).right-text:not(.left-text) .contentTemplates-right {
  background: #629BAA;
}
.ckEditorLayout.alternated:nth-child(4n+3) .controller-js .crsl-ctrl {
  background: #629BAA;
}
.ckEditorLayout.ckEditorLayout-widgets {
  /*&:nth-child(5n+2) {
    &.ckEditorLayout-left-to-end {
      .stat-card .card-inner,
      .contentTemplates-left {
        background: $boxColor3;
      }

      .contentTemplates-right {
        @media all and (max-width: $md-1) {
          background: $boxColor3;
        }
      }

      .controller-js {
        .crsl-ctrl {
          &:last-child {
            background: $boxColor3_1;
          }

          &:first-child {
            @media all and (max-width: $md-1) {
              background: $boxColor3_1;
            }
          }
        }
      }
    }

    &.ckEditorLayout-right-to-end {

      .stat-card .card-inner,
      .contentTemplates-right {
        background: $boxColor3;
      }

      .contentTemplates-left {
        @media all and (max-width: $md-1) {
          background: $boxColor3;
        }
      }

      .controller-js {
        .crsl-ctrl {
          &:first-child {
            background: $boxColor3_1;
          }

          &:last-child {
            @media all and (max-width: $md-1) {
              background: $boxColor3_1;
            }
          }
        }
      }
    }
  }*/
}
.ckEditorLayout.ckEditorLayout-widgets .secondLvlCss h2 {
  color: #FFFFFF;
}
.ckEditorLayout.ckEditorLayout-widgets.ckEditorLayout-left-to-end .controller-js {
  left: -2.7777777778rem;
  width: -webkit-calc(100% + 2.2222222222rem);
  width: -moz-calc(100% + 2.2222222222rem);
  width: calc(100% + 2.2222222222rem);
  margin-top: -1.3888888889rem;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
@media all and (min-width: 1600px) {
  .ckEditorLayout.ckEditorLayout-widgets.ckEditorLayout-left-to-end .controller-js {
    left: -4.1666666667rem;
    width: -webkit-calc(100% + 4.1666666667rem);
    width: -moz-calc(100% + 4.1666666667rem);
    width: calc(100% + 4.1666666667rem);
    margin-top: -2.0555555556rem;
  }
}
.ckEditorLayout.ckEditorLayout-widgets.ckEditorLayout-left-to-end .controller-js .crsl-ctrl {
  pointer-events: auto;
}
@media all and (min-width: 992px) {
  .ckEditorLayout.ckEditorLayout-widgets.ckEditorLayout-left-to-end .controller-js .crsl-ctrl:first-child {
    background: rgba(18, 33, 57, 0.2);
  }
}
.ckEditorLayout.ckEditorLayout-widgets.ckEditorLayout-right-to-end .controller-js {
  left: 0.5555555556rem;
  width: -webkit-calc(100% + 2.2222222222rem);
  width: -moz-calc(100% + 2.2222222222rem);
  width: calc(100% + 2.2222222222rem);
  height: auto;
  margin-top: -1.3888888889rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
.ckEditorLayout.ckEditorLayout-widgets.ckEditorLayout-right-to-end .controller-js .crsl-ctrl {
  pointer-events: auto;
}
@media all and (min-width: 992px) {
  .ckEditorLayout.ckEditorLayout-widgets.ckEditorLayout-right-to-end .controller-js .crsl-ctrl:last-child {
    background: rgba(18, 33, 57, 0.2);
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n).ckEditorLayout-left-to-end .contentTemplates-left {
  background: #BA853C;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n).ckEditorLayout-left-to-end .contentTemplates-right {
    background: #BA853C;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n).ckEditorLayout-left-to-end .controller-js .crsl-ctrl:last-child {
  background: #A0763B;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n).ckEditorLayout-left-to-end .controller-js .crsl-ctrl:first-child {
    background: #A0763B;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n).ckEditorLayout-right-to-end .contentTemplates-right {
  background: #BA853C;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n).ckEditorLayout-right-to-end .contentTemplates-left {
    background: #BA853C;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n).ckEditorLayout-right-to-end .controller-js .crsl-ctrl:first-child {
  background: #A0763B;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n).ckEditorLayout-right-to-end .controller-js .crsl-ctrl:last-child {
    background: #A0763B;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+1).ckEditorLayout-left-to-end {
  /*.stat-card .card-inner {
    background: $boxColor2_3;
  }*/
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+1).ckEditorLayout-left-to-end .contentTemplates-left {
  background: #A58089;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+1).ckEditorLayout-left-to-end .contentTemplates-right {
    background: #A58089;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+1).ckEditorLayout-left-to-end .controller-js .crsl-ctrl:last-child {
  background: #8F727D;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+1).ckEditorLayout-left-to-end .controller-js .crsl-ctrl:first-child {
    background: #8F727D;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+1).ckEditorLayout-right-to-end {
  /*.stat-card .card-inner {
    background: $boxColor2_3;
  }*/
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+1).ckEditorLayout-right-to-end .contentTemplates-right {
  background: #A58089;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+1).ckEditorLayout-right-to-end .contentTemplates-left {
    background: #A58089;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+1).ckEditorLayout-right-to-end .controller-js .crsl-ctrl:first-child {
  background: #8F727D;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+1).ckEditorLayout-right-to-end .controller-js .crsl-ctrl:last-child {
    background: #8F727D;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+2).ckEditorLayout-left-to-end .contentTemplates-left {
  background: #819868;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+2).ckEditorLayout-left-to-end .contentTemplates-right {
    background: #819868;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+2).ckEditorLayout-left-to-end .controller-js .crsl-ctrl:last-child {
  background: #708660;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+2).ckEditorLayout-left-to-end .controller-js .crsl-ctrl:first-child {
    background: #708660;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+2).ckEditorLayout-right-to-end .contentTemplates-right {
  background: #819868;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+2).ckEditorLayout-right-to-end .contentTemplates-left {
    background: #819868;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+2).ckEditorLayout-right-to-end .controller-js .crsl-ctrl:first-child {
  background: #708660;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+2).ckEditorLayout-right-to-end .controller-js .crsl-ctrl:last-child {
    background: #708660;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+3).ckEditorLayout-left-to-end .contentTemplates-left {
  background: #629BAA;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+3).ckEditorLayout-left-to-end .contentTemplates-right {
    background: #629BAA;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+3).ckEditorLayout-left-to-end .controller-js .crsl-ctrl:last-child {
  background: #558999;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+3).ckEditorLayout-left-to-end .controller-js .crsl-ctrl:first-child {
    background: #558999;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+3).ckEditorLayout-right-to-end .contentTemplates-right {
  background: #629BAA;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+3).ckEditorLayout-right-to-end .contentTemplates-left {
    background: #629BAA;
  }
}
.ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+3).ckEditorLayout-right-to-end .controller-js .crsl-ctrl:first-child {
  background: #558999;
}
@media all and (max-width: 991px) {
  .ckEditorLayout.ckEditorLayout-widgets:nth-child(4n+3).ckEditorLayout-right-to-end .controller-js .crsl-ctrl:last-child {
    background: #558999;
  }
}
.ckEditorLayout .contentTemplates-img img {
  margin: 0 auto;
}
.ckEditorLayout.full-width-image {
  position: relative;
  padding-top: 1.6666666667rem;
  padding-right: 1.6666666667rem;
  /*.contentTemplates {
    min-height: 60vh;
    min-height: 60svh;
    align-items: center;
  }*/
}
@media all and (min-width: 992px) {
  .ckEditorLayout.full-width-image {
    padding-top: 2.7777777778rem;
    padding-left: 2.7777777778rem;
    padding-right: 2.7777777778rem;
  }
}
@media all and (min-width: 1600px) {
  .ckEditorLayout.full-width-image {
    padding-top: 4.1666666667rem;
    padding-left: 4.1666666667rem;
    padding-right: 4.1666666667rem;
  }
}
.ckEditorLayout.full-width-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.6666666667rem;
  top: 0;
  width: 100%;
  bottom: 1.6666666667rem;
  background: #122139;
}
@media all and (min-width: 992px) {
  .ckEditorLayout.full-width-image:before {
    background: #143261;
    bottom: 2.7777777778rem;
    left: 5.5555555556rem;
  }
}
@media all and (min-width: 1600px) {
  .ckEditorLayout.full-width-image:before {
    bottom: 4.1666666667rem;
    left: 8.3333333333rem;
  }
}
.ckEditorLayout.full-width-image .contentTemplates-img {
  height: auto;
  max-height: 60vh;
  position: relative;
  overflow: hidden;
  /*&:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: rems(40px);
    right: 0;
    bottom: rems(40px);
    background: $blue;
  }*/
}
.ckEditorLayout.full-width-image .contentTemplates-img img {
  height: auto;
  position: relative;
  max-height: 100vh;
  max-height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
.ckEditorLayout.left-image .contentTemplates-left {
  overflow: hidden;
}
.ckEditorLayout.right-image .contentTemplates-right {
  overflow: hidden;
}
.ckEditorLayout.left-image.right-text {
  padding-top: 1.6666666667rem;
}
@media all and (min-width: 992px) {
  .ckEditorLayout.left-image.right-text {
    padding-top: 2.7777777778rem;
  }
}
@media all and (min-width: 1600px) {
  .ckEditorLayout.left-image.right-text {
    padding-top: 4.1666666667rem;
  }
}
.ckEditorLayout.left-image.right-text .contentTemplates-left {
  z-index: 1;
  position: relative;
  -webkit-transform: translateX(1.6666666667rem);
     -moz-transform: translateX(1.6666666667rem);
      -ms-transform: translateX(1.6666666667rem);
       -o-transform: translateX(1.6666666667rem);
          transform: translateX(1.6666666667rem);
}
@media all and (min-width: 992px) {
  .ckEditorLayout.left-image.right-text .contentTemplates-left {
    -webkit-transform: translateX(2.7777777778rem);
       -moz-transform: translateX(2.7777777778rem);
        -ms-transform: translateX(2.7777777778rem);
         -o-transform: translateX(2.7777777778rem);
            transform: translateX(2.7777777778rem);
  }
}
@media all and (min-width: 1600px) {
  .ckEditorLayout.left-image.right-text .contentTemplates-left {
    -webkit-transform: translateX(4.1666666667rem);
       -moz-transform: translateX(4.1666666667rem);
        -ms-transform: translateX(4.1666666667rem);
         -o-transform: translateX(4.1666666667rem);
            transform: translateX(4.1666666667rem);
  }
}
.ckEditorLayout.left-image.right-text .contentTemplates-right {
  background: #BA853C;
  z-index: 0;
  -webkit-transform: translate(0, -1.6666666667rem);
     -moz-transform: translate(0, -1.6666666667rem);
      -ms-transform: translate(0, -1.6666666667rem);
       -o-transform: translate(0, -1.6666666667rem);
          transform: translate(0, -1.6666666667rem);
  padding-left: 1.6666666667rem;
}
@media all and (min-width: 992px) {
  .ckEditorLayout.left-image.right-text .contentTemplates-right {
    -webkit-transform: translate(0, -2.7777777778rem);
       -moz-transform: translate(0, -2.7777777778rem);
        -ms-transform: translate(0, -2.7777777778rem);
         -o-transform: translate(0, -2.7777777778rem);
            transform: translate(0, -2.7777777778rem);
    padding-left: -webkit-calc(5% + 2.7777777778rem);
    padding-left: -moz-calc(5% + 2.7777777778rem);
    padding-left: calc(5% + 2.7777777778rem);
  }
}
@media all and (min-width: 1600px) {
  .ckEditorLayout.left-image.right-text .contentTemplates-right {
    -webkit-transform: translate(0, -4.1666666667rem);
       -moz-transform: translate(0, -4.1666666667rem);
        -ms-transform: translate(0, -4.1666666667rem);
         -o-transform: translate(0, -4.1666666667rem);
            transform: translate(0, -4.1666666667rem);
    padding-left: -webkit-calc(5% + 4.1666666667rem);
    padding-left: -moz-calc(5% + 4.1666666667rem);
    padding-left: calc(5% + 4.1666666667rem);
  }
}
.ckEditorLayout.right-image.left-text {
  padding-bottom: 1.6666666667rem;
}
@media all and (min-width: 992px) {
  .ckEditorLayout.right-image.left-text {
    padding-bottom: 2.7777777778rem;
  }
}
@media all and (min-width: 1600px) {
  .ckEditorLayout.right-image.left-text {
    padding-bottom: 4.1666666667rem;
  }
}
@media all and (max-width: 1023px) {
  .ckEditorLayout.right-image.left-text .contentTemplates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ckEditorLayout.right-image.left-text .contentTemplates-left {
  background: #A58189;
  padding-right: 1.6666666667rem;
}
@media all and (min-width: 992px) {
  .ckEditorLayout.right-image.left-text .contentTemplates-left {
    padding-right: -webkit-calc(5% + 2.7777777778rem);
    padding-right: -moz-calc(5% + 2.7777777778rem);
    padding-right: calc(5% + 2.7777777778rem);
  }
}
@media all and (min-width: 1600px) {
  .ckEditorLayout.right-image.left-text .contentTemplates-left {
    padding-right: -webkit-calc(5% + 4.1666666667rem);
    padding-right: -moz-calc(5% + 4.1666666667rem);
    padding-right: calc(5% + 4.1666666667rem);
  }
}
.ckEditorLayout.right-image.left-text .contentTemplates-right {
  -webkit-transform: translate(-1.6666666667rem, 1.6666666667rem);
     -moz-transform: translate(-1.6666666667rem, 1.6666666667rem);
      -ms-transform: translate(-1.6666666667rem, 1.6666666667rem);
       -o-transform: translate(-1.6666666667rem, 1.6666666667rem);
          transform: translate(-1.6666666667rem, 1.6666666667rem);
}
@media all and (max-width: 991px) {
  .ckEditorLayout.right-image.left-text .contentTemplates-right {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-bottom: 50%;
    -webkit-transform: translate(0, 1.6666666667rem);
       -moz-transform: translate(0, 1.6666666667rem);
        -ms-transform: translate(0, 1.6666666667rem);
         -o-transform: translate(0, 1.6666666667rem);
            transform: translate(0, 1.6666666667rem);
  }
  .ckEditorLayout.right-image.left-text .contentTemplates-right .contentTemplates-img {
    width: auto;
    right: 1.6666666667rem;
  }
}
@media all and (min-width: 992px) {
  .ckEditorLayout.right-image.left-text .contentTemplates-right {
    -webkit-transform: translate(-2.7777777778rem, 2.7777777778rem);
       -moz-transform: translate(-2.7777777778rem, 2.7777777778rem);
        -ms-transform: translate(-2.7777777778rem, 2.7777777778rem);
         -o-transform: translate(-2.7777777778rem, 2.7777777778rem);
            transform: translate(-2.7777777778rem, 2.7777777778rem);
  }
}
@media all and (min-width: 1600px) {
  .ckEditorLayout.right-image.left-text .contentTemplates-right {
    -webkit-transform: translate(-4.1666666667rem, 4.1666666667rem);
       -moz-transform: translate(-4.1666666667rem, 4.1666666667rem);
        -ms-transform: translate(-4.1666666667rem, 4.1666666667rem);
         -o-transform: translate(-4.1666666667rem, 4.1666666667rem);
            transform: translate(-4.1666666667rem, 4.1666666667rem);
  }
}
.ckEditorLayout.left-text.right-text {
  background: #143261;
}
.ckEditorLayout.left-text.right-text .secondLvlCss blockquote:before, .ckEditorLayout.left-text.right-text .secondLvlCss blockquote:after {
  color: #FFFFFF;
}
.ckEditorLayout.left-text.right-text .secondLvlCss a:not(.downloadBtn) {
  color: #FFFFFF;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.2);
     -moz-text-decoration-color: rgba(255, 255, 255, 0.2);
          text-decoration-color: rgba(255, 255, 255, 0.2);
}
.no-touch .ckEditorLayout.left-text.right-text .secondLvlCss a:not(.downloadBtn):hover {
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.56);
     -moz-text-decoration-color: rgba(255, 255, 255, 0.56);
          text-decoration-color: rgba(255, 255, 255, 0.56);
}
.ckEditorLayout.left-text.right-text .secondLvlCss ul li:before {
  background: #FFFFFF;
}
.ckEditorLayout.left-text:not(.right-text):not(.full-width-image-with-text) .contentTemplates-left .secondLvlCss {
  /*.downloadBtn {
    background: rgba($darkBlue, .2);

    .no-touch & {
      &:hover {
        background: rgba($darkBlue, .4);
      }
    }
  }*/
}
.ckEditorLayout.left-text:not(.right-text):not(.full-width-image-with-text) .contentTemplates-left .secondLvlCss ol li,
.ckEditorLayout.left-text:not(.right-text):not(.full-width-image-with-text) .contentTemplates-left .secondLvlCss ul li,
.ckEditorLayout.left-text:not(.right-text):not(.full-width-image-with-text) .contentTemplates-left .secondLvlCss p {
  color: #122139;
}
.ckEditorLayout.right-text:not(.left-text):not(.full-width-image-with-text) .contentTemplates-right .secondLvlCss {
  /*.downloadBtn {
    background: rgba($darkBlue, .2);

    .no-touch & {
      &:hover {
        background: rgba($darkBlue, .4);
      }
    }
  }*/
}
.ckEditorLayout.right-text:not(.left-text):not(.full-width-image-with-text) .contentTemplates-right .secondLvlCss ol li,
.ckEditorLayout.right-text:not(.left-text):not(.full-width-image-with-text) .contentTemplates-right .secondLvlCss ul li,
.ckEditorLayout.right-text:not(.left-text):not(.full-width-image-with-text) .contentTemplates-right .secondLvlCss p {
  color: #122139;
}
.ckEditorLayout.layout31 .contentTemplates {
  padding: 1.6666666667rem;
}
.ckEditorLayout.layout32 .contentTemplates {
  padding: 1.6666666667rem 0;
}

.ckEditorLayout-widgets {
  /*h2 {
    @include fontSize(40px, 42px);
    font-weight: 400;
    font-style: italic;
  }*/
  /*&:before {
    content: '';
    width: rems(99999px);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    background: #f8f5f0;
  }*/
}
.ckEditorLayout-widgets .contentTemplates {
  /*padding: rems(120px) 0;
  min-height: rems(300px);*/
}
.ckEditorLayout-widgets .contentTemplates .contentTemplates-column {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.ckEditorLayout-widgets .secondLvlCss {
  margin: 0;
}
.ckEditorLayout-widgets .carousel-widget-wrapper {
  margin-top: var(--cp-widget-spacing);
}
@media (max-width: 1023px) {
  .ckEditorLayout-widgets .carousel-widget-wrapper .carousel-widget .crsl-inner {
    max-width: 100%;
  }
}

.ckEditorLayout-left-to-end:before {
  right: 100%;
}
.ckEditorLayout-left-to-end .contentTemplates .contentTemplates-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 2.7777777778rem 5%;
}
@media (max-width: 1400px) {
  .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%;
  }
}
@media (max-width: 1023px) {
  .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 450px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 450px;
            flex: 1 1 450px;
  }
}
.ckEditorLayout-left-to-end .contentTemplates .contentTemplates-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0;
}
@media (max-width: 1400px) {
  .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    width: 55%;
  }
}
@media (max-width: 1023px) {
  .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 450px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 450px;
            flex: 1 1 450px;
  }
}
.ckEditorLayout-left-to-end .controller-js {
  width: 2.7777777778rem;
  height: 6.6666666667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  left: 0.1666666667rem;
  top: 50%;
  margin-top: -3.3333333333rem;
}
.ckEditorLayout-left-to-end .controller-js .crsl-ctrl {
  margin: 0;
}
.ckEditorLayout-left-to-end .controller-js .crsl-ctrl:last-child {
  margin-bottom: 1.1111111111rem;
}
.ckEditorLayout-left-to-end .carousel-widget-wrapper {
  padding-right: 4.4444444444rem;
  /*padding-left: rems(80px);

  @media (max-width: 1023px) {
    padding-left: rems(60px);
  }*/
}
.ckEditorLayout-left-to-end .carousel-widget-wrapper .slick-list {
  padding-left: 1.1111111111rem;
}
.ckEditorLayout-left-to-end .carousel-widget-wrapper:after {
  content: "";
  display: none;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 4.4444444444rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
@media all and (min-width: 1024px) {
  .ckEditorLayout-left-to-end .carousel-widget-wrapper:after {
    display: block;
  }
}
.ckEditorLayout-left-to-end .carousel-widget .crsl-inner.slick-no-slide .slick-track {
  text-align: left;
}
@media (max-width: 1023px) {
  .ckEditorLayout-left-to-end .contentTemplates {
    padding: 1.1111111111rem 0;
  }
  .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-left {
    width: 100%;
    padding: 2.5rem 1.6666666667rem;
  }
  .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-right {
    width: 100%;
  }
  .ckEditorLayout-left-to-end .controller-js {
    width: 100% !important;
    left: 0 !important;
  }
  .ckEditorLayout-left-to-end .carousel-widget-wrapper {
    padding: 0;
  }
}

.ckEditorLayout-right-to-end + div {
  clear: right;
}
.ckEditorLayout-right-to-end:before {
  left: 100%;
}
.ckEditorLayout-right-to-end .contentTemplates .contentTemplates-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 2.7777777778rem 5%;
  background: salmon;
}
@media (max-width: 1400px) {
  .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%;
  }
}
@media (max-width: 1023px) {
  .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 450px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 450px;
            flex: 1 1 450px;
  }
}
.ckEditorLayout-right-to-end .contentTemplates .contentTemplates-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0;
  z-index: 3;
}
@media (max-width: 1400px) {
  .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    width: 55%;
  }
}
@media (max-width: 1023px) {
  .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 450px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 450px;
            flex: 1 1 450px;
  }
}
.ckEditorLayout-right-to-end .controller-js {
  width: 2.7777777778rem;
  height: 6.6666666667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: absolute;
  top: 50%;
  margin-top: -3.3333333333rem;
  z-index: 3;
}
.ckEditorLayout-right-to-end .controller-js .crsl-ctrl {
  margin: 0;
}
.ckEditorLayout-right-to-end .carousel-widget-wrapper {
  padding-left: 4.4444444444rem;
  /*@media (max-width: 900px) {
    padding-right: rems(60px);
  }*/
}
.ckEditorLayout-right-to-end .carousel-widget-wrapper .slick-list {
  padding-right: 1.1111111111rem;
}
.ckEditorLayout-right-to-end .carousel-widget .crsl-inner.slick-no-slide .slick-track {
  text-align: right;
}
@media (max-width: 1023px) {
  .ckEditorLayout-right-to-end .contentTemplates {
    padding: 1.1111111111rem 0;
  }
  .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-right {
    width: 100%;
    padding: 2.5rem 1.6666666667rem 0.5555555556rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ckEditorLayout-right-to-end .controller-js {
    width: 100% !important;
    left: 0 !important;
  }
  .ckEditorLayout-right-to-end .carousel-widget-wrapper {
    padding: 0;
  }
}

.contentTemplates {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contentTemplates p:last-child {
  margin: 0;
}
.main-content.full-width-layout .contentTemplates {
  margin: 0 auto;
}
.contentTemplates .contentTemplates-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 3.8888888889rem 1.6666666667rem 1.6666666667rem;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .contentTemplates .contentTemplates-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 511px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 511px;
            flex: 1 1 511px;
    width: 50%;
    padding: 2.7777777778rem 5%;
  }
}
.left-html.right-html .contentTemplates .contentTemplates-column {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contentTemplates .contentTemplates-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.contentTemplates .contentTemplates-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
}
.contentTemplates .contentTemplates-column-text {
  width: 100%;
  min-height: 30.5555555556rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.2222222222rem;
}
.contentTemplates .contentTemplates-right {
  position: relative;
}
.right-image .contentTemplates .contentTemplates-right {
  min-height: 16.6666666667rem;
  padding-top: 40%;
}
.left-image .contentTemplates .contentTemplates-left {
  min-height: 16.6666666667rem;
  padding-top: 40%;
}
.contentTemplates .contentTemplates-text.full-width {
  max-width: clamp( 27.7777777778rem, 20.4081632653vw + 22.6757369615rem, 44.4444444444rem );
}
.contentTemplates .contentTemplates-text.full-width .secondLvlCss h2,
.contentTemplates .contentTemplates-text.full-width .secondLvlCss h3,
.contentTemplates .contentTemplates-text.full-width .secondLvlCss h4,
.contentTemplates .contentTemplates-text.full-width .secondLvlCss p {
  color: #FFFFFF;
}
.contentTemplates .contentTemplates-text.full-width .secondLvlCss a:not(.downloadBtn) {
  color: #FFFFFF;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
     -moz-text-decoration-color: rgba(255, 255, 255, 0.4);
          text-decoration-color: rgba(255, 255, 255, 0.4);
}
.no-touch .contentTemplates .contentTemplates-text.full-width .secondLvlCss a:not(.downloadBtn):hover {
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.8);
     -moz-text-decoration-color: rgba(255, 255, 255, 0.8);
          text-decoration-color: rgba(255, 255, 255, 0.8);
}

body {
  --primary-font: "effra", sans-serif;
  --primary-color: #EA6953;
  --secondary-color: #00615F;
  --content-background: #F1F2F3;
  --value-background: #dedfe0;
  --border-color: #757575;
  --bar-color: #887446;
}

.js-donations-popup {
  overflow: hidden;
}

.donations-calculator {
  position: relative;
  margin: 2.7777777778rem 0;
  padding: 2.7777777778rem 0;
  z-index: 1;
}
.donations-calculator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #F1F2F3;
  z-index: -1;
}
.donations-calculator .progress {
  --progress: 1%;
  margin: 6.6666666667rem 0 2.7777777778rem;
  position: relative;
  width: 92%;
}
.donations-calculator .progress__value {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 22%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .donations-calculator .progress__value {
    width: auto;
  }
}
.donations-calculator .progress__value .label {
  color: #757575;
  font-size: 0.8888888889rem;
  margin-bottom: 0.2777777778rem;
}
.donations-calculator .progress__value .value {
  color: var(--secondary-color);
  font-size: 1.6666666667rem;
}
.donations-calculator .progress__value.total-raised {
  left: var(--progress);
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .donations-calculator .progress__value.total-raised {
    left: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.donations-calculator .progress__value.campaign-target {
  left: auto;
  right: -10%;
}
@media only screen and (max-width: 768px) {
  .donations-calculator .progress__value.campaign-target {
    top: auto;
    right: 0;
    bottom: -5rem;
    text-align: right;
  }
}
.donations-calculator .progress__bar {
  background-image: -webkit-gradient(linear, left top, right top, from(#B3995D), color-stop(0, #fff));
  background-image: -webkit-linear-gradient(left, #B3995D var(--progress), #fff 0);
  background-image: -moz-linear-gradient(left, #B3995D var(--progress), #fff 0);
  background-image: -o-linear-gradient(left, #B3995D var(--progress), #fff 0);
  background-image: linear-gradient(90deg, #B3995D var(--progress), #fff 0);
  -webkit-border-radius: 1.3888888889rem;
     -moz-border-radius: 1.3888888889rem;
          border-radius: 1.3888888889rem;
  border: 0.0555555556rem solid #B3995D;
  height: 2.7777777778rem;
  position: relative;
}
.donations-calculator .progress__bar::before {
  content: "";
  position: absolute;
  right: -0.0555555556rem;
  bottom: 50%;
  width: 0.0555555556rem;
  height: 2.2222222222rem;
  background-color: #B3995D;
}
@media only screen and (max-width: 768px) {
  .donations-calculator .progress__bar::before {
    top: 50%;
    bottom: auto;
  }
}
.donations-calculator .progress__bar .bars {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.0555555556rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.donations-calculator .progress__bar .bar {
  border-right: 0.0555555556rem solid var(--bar-color);
  display: block;
  width: -webkit-calc(100% / var(--increments));
  width: -moz-calc(100% / var(--increments));
  width: calc(100% / var(--increments));
  height: 1.3888888889rem;
}
@media only screen and (min-width: 769px) {
  .donations-calculator .progress.js-progress-bottom .progress__value.campaign-target {
    top: auto;
    bottom: -5rem;
  }
  .donations-calculator .progress.js-progress-bottom .progress__bar::before {
    top: 50%;
    bottom: auto;
  }
  .donations-calculator .progress.js-progress-bottom + .text-center {
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .donations-calculator .text-center {
    text-align: center;
  }
}
.donations-calculator .downloadBtn {
  background-color: var(--primary-color);
  -webkit-border-radius: 3.8888888889rem;
     -moz-border-radius: 3.8888888889rem;
          border-radius: 3.8888888889rem;
  border: 0;
  color: #fff !important;
  cursor: pointer;
  font-size: 1.2222222222rem;
  padding: 0.8888888889rem 2.0555555556rem 0.5555555556rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.donations-calculator .downloadBtn::before {
  content: normal;
}
.donations-calculator .downloadBtn span {
  display: block;
  min-height: 0;
}
.donations-calculator .downloadBtn .g-icons {
  display: none;
}
html.no-touch .donations-calculator .downloadBtn:hover {
  background-color: var(--secondary-color);
}

.donationsPopup {
  --loader: url('data:image/svg+xml,%0A%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" stroke="%2300615f" fill="none" xmlns:v="https://vecta.io/nano"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".5" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A');
  --arrow: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12.127" height="6.934"%3E%3Cpath d="M6.065 4.844l4.586-4.59c.162-.163.382-.255.612-.255s.45.092.612.255c.336.34.336.888 0 1.228l-5.2 5.2c-.328.33-.858.341-1.2.025L.252 1.486A.87.87 0 0 1 .637.032a.87.87 0 0 1 .839.222z" fill="%2398AACF"/%3E%3C/svg%3E%0A');
  --close: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="22.862" height="22.862" fill="none" stroke="%23fff"%3E%3Cpath d="M.353 22.508L22.508.353"/%3E%3Cpath d="M.353.353l22.155 22.155"/%3E%3C/svg%3E%0A');
  --closeActive: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="22.862" height="22.862" fill="none" stroke="%23172742"%3E%3Cpath d="M.353 22.508L22.508.353"/%3E%3Cpath d="M.353.353l22.155 22.155"/%3E%3C/svg%3E%0A');
  --edit: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16.034" height="16.033" fill="%23fff"%3E%3Cpath d="M12.8 7.766c-.172 0-.336.068-.457.19s-.19.286-.19.457v5.178a.65.65 0 0 1-.647.647H2.442a.65.65 0 0 1-.647-.647V4.53a.65.65 0 0 1 .647-.647H7.62a.65.65 0 0 0 .648-.648.65.65 0 0 0-.648-.648H2.442C1.37 2.589.501 3.458.5 4.53v9.061c.001 1.072.87 1.941 1.942 1.942H11.5c1.072-.001 1.941-.87 1.942-1.942V8.414c.001-.356-.286-.645-.642-.648zm0 0" stroke="%23fff"/%3E%3Cpath d="M6.569 7.177a.33.33 0 0 0-.089.165l-.458 2.289c-.019.095.005.194.067.269s.154.118.251.118c.021 0 .042-.002.063-.006l2.288-.458c.063-.012.121-.043.166-.089l5.121-5.121-2.288-2.288zM15.56.473a1.62 1.62 0 0 0-2.288 0l-.9.9 2.288 2.288.9-.9a1.62 1.62 0 0 0 0-2.288zm0 0"/%3E%3C/svg%3E%0A');
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 97, 95, 0.9);
  overflow: hidden;
  z-index: 999;
}
.donationsPopup__inner {
  background-color: #fff;
  margin-left: auto;
  max-width: 37.2222222222rem;
  -webkit-transform: translateX(130%);
     -moz-transform: translateX(130%);
      -ms-transform: translateX(130%);
       -o-transform: translateX(130%);
          transform: translateX(130%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.donationsPopup__inner.isShowing {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.donationsPopup__topNav {
  position: relative;
}
.donationsPopup__topNav .donationsPopup__close {
  position: absolute;
  top: 0;
  right: 100%;
  width: 3.0555555556rem;
  height: 100%;
  background-color: #B3995D;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .donationsPopup__topNav .donationsPopup__close {
    left: 0;
    right: auto;
  }
}
.donationsPopup__topNav .donationsPopup__close .close-icon {
  background-image: var(--close);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  pointer-events: none;
  width: 1.2777777778rem;
  height: 1.2777777778rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
html.no-touch .donationsPopup__topNav .donationsPopup__close:hover .close-icon {
  background-image: var(--closeActive);
}
.donationsPopup__topNav .donationsPopup__title {
  background-color: #EDE5D4;
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 1.1666666667rem;
  padding: 1rem 1.6666666667rem 0.7222222222rem;
}
@media only screen and (max-width: 768px) {
  .donationsPopup__topNav .donationsPopup__title {
    padding-left: 4.7222222222rem;
  }
}
.donationsPopup__content {
  height: -webkit-calc(100% - 5.8333333333rem);
  height: -moz-calc(100% - 5.8333333333rem);
  height: calc(100% - 5.8333333333rem);
  overflow: auto;
  padding: 1.3888888889rem clamp(1.1111111111rem, 3vw, 1.6666666667rem);
}
.donationsPopup__content .downloadBtn {
  background-color: transparent;
  -webkit-border-radius: 3.8888888889rem;
     -moz-border-radius: 3.8888888889rem;
          border-radius: 3.8888888889rem;
  border: 0.0555555556rem solid #B3995D;
  color: var(--primary-color);
  cursor: pointer;
  font-size: 1rem;
  min-width: 8.0555555556rem;
  padding: 0.8333333333rem 1.9444444444rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.donationsPopup__content .downloadBtn::before {
  content: normal;
}
.donationsPopup__content .downloadBtn span {
  display: block;
  min-height: 0;
}
.donationsPopup__content .downloadBtn .g-icons {
  display: none;
}
html.no-touch .donationsPopup__content .downloadBtn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff !important;
}
.donationsPopup__content .select-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .donationsPopup__content .select-wrap {
    display: block;
    margin: 0.3888888889rem 0;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .donationsPopup__content .select-wrap--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .donationsPopup__content .select-wrap label {
    display: block;
  }
}
.donationsPopup__content label {
  color: var(--secondary-color);
  font-size: 0.8888888889rem;
  margin: 0.5555555556rem 0;
  padding-right: 0.8333333333rem;
}
.donationsPopup__content select {
  display: none;
}
.donationsPopup__content .nice-select {
  font-family: var(--primary-font);
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.donationsPopup__content .nice-select .current {
  -webkit-border-radius: 1.2777777778rem;
     -moz-border-radius: 1.2777777778rem;
          border-radius: 1.2777777778rem;
  border: 0.0555555556rem solid var(--border-color);
  color: var(--primary-color);
  cursor: pointer;
  display: block;
  font-size: 1rem;
  padding: 0.5555555556rem 2.2222222222rem 0.5555555556rem 1.3888888889rem;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.donationsPopup__content .nice-select .current::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9444444444rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6666666667rem;
  height: 0.3888888889rem;
  background-image: var(--arrow);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
html.no-touch .donationsPopup__content .nice-select .current:hover {
  color: var(--secondary-color);
}
html.no-touch .donationsPopup__content .nice-select .current:hover::before {
  -webkit-transform: translateY(-50%) scaleY(-1);
     -moz-transform: translateY(-50%) scaleY(-1);
      -ms-transform: translateY(-50%) scaleY(-1);
       -o-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.donationsPopup__content .nice-select .list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  padding: 2.7777777778rem 1.3888888889rem 0.8333333333rem;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.donationsPopup__content .nice-select .list li {
  color: var(--secondary-color);
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.donationsPopup__content .nice-select .list li::before {
  content: normal;
}
.donationsPopup__content .nice-select .list li ~ li {
  border-top: 0.0555555556rem solid rgba(0, 97, 95, 0.2);
  margin-top: 0.5555555556rem;
  padding-top: 0.5555555556rem;
}
.donationsPopup__content .nice-select .list li.selected {
  color: rgba(0, 97, 95, 0.5);
  pointer-events: none;
}
html.no-touch .donationsPopup__content .nice-select .list li:hover {
  color: var(--primary-color);
}
.donationsPopup__content .nice-select.open {
  z-index: 20;
}
.donationsPopup__content .nice-select.open .current {
  color: var(--secondary-color);
}
.donationsPopup__content .nice-select.open .current::before {
  -webkit-transform: translateY(-50%) scaleY(-1);
     -moz-transform: translateY(-50%) scaleY(-1);
      -ms-transform: translateY(-50%) scaleY(-1);
       -o-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.donationsPopup__content .nice-select.open .list {
  opacity: 1;
  visibility: visible;
}
.donationsPopup__content input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.donationsPopup__content input[type=number]::-webkit-outer-spin-button, .donationsPopup__content input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.donationsPopup__content .step {
  display: none;
}
.donationsPopup__content .step.js-active {
  display: block;
}
.donationsPopup__content .step.js-loading {
  position: relative;
}
.donationsPopup__content .step.js-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.4444444444rem;
  height: 4.4444444444rem;
  background-image: var(--loader);
  background-position: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}
.donationsPopup__content .step.js-loading > * {
  opacity: 0.1;
  pointer-events: none;
}
.donationsPopup__content .step__title {
  color: var(--secondary-color) !important;
  font-size: 1.3888888889rem;
  line-height: 1;
  margin-top: 1.6666666667rem;
  margin-bottom: 0.5555555556rem;
}
.donationsPopup__content .step__description {
  color: var(--secondary-color) !important;
  font-size: 0.8888888889rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.8333333333rem;
  margin-bottom: 0.8333333333rem;
}
.donationsPopup__content .step__content {
  background-color: var(--content-background);
  -webkit-border-radius: 0.3333333333rem;
     -moz-border-radius: 0.3333333333rem;
          border-radius: 0.3333333333rem;
  margin-top: 1.1111111111rem;
  padding: 0.8333333333rem 1.1111111111rem;
}
.donationsPopup__content .step-navigation {
  margin-top: 1.6666666667rem;
  text-align: center;
}
.donationsPopup__content .step-navigation .downloadBtn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff !important;
  padding: 0.6666666667rem 1.9444444444rem;
}
@media only screen and (max-width: 768px) {
  .donationsPopup__content .step-navigation .downloadBtn {
    display: block;
    max-width: none;
    width: 100%;
  }
}
.donationsPopup__content .step-navigation .downloadBtn[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.donationsPopup__content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.donationsPopup__content .row__title {
  color: var(--secondary-color) !important;
  font-size: 0.8333333333rem;
  line-height: 1;
  margin: 0.8333333333rem 0 0.5555555556rem;
  text-transform: uppercase;
  width: 100%;
}
.donationsPopup__content .row .col {
  margin: 0.3333333333rem 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 541px) {
  .donationsPopup__content .row .col--1-of-2 {
    width: -webkit-calc(50% - 0.5555555556rem);
    width: -moz-calc(50% - 0.5555555556rem);
    width: calc(50% - 0.5555555556rem);
  }
}
.donationsPopup__content .row .col input {
  display: block;
  width: 100%;
  font-size: 0.8888888889rem;
  border: 0.0555555556rem solid #002664;
  padding: 0.8333333333rem 1.1111111111rem;
}
.donationsPopup__content .row .col input.js-invalid {
  border-color: #FF0000;
}
.donationsPopup__content .row .col input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0;
}
.donationsPopup__content .row .col input:-moz-placeholder {
  color: #fff;
  opacity: 0;
}
.donationsPopup__content .row .col input::-moz-placeholder {
  color: #fff;
  opacity: 0;
}
.donationsPopup__content .row .col input:-ms-input-placeholder {
  color: #fff;
  opacity: 0;
}
.donationsPopup__content .row .col input::-ms-input-placeholder {
  color: #fff;
  opacity: 0;
}
.donationsPopup__content .row .col input::placeholder {
  color: #fff;
  opacity: 0;
}
.donationsPopup__content .row .col input:-ms-input-placeholder {
  color: #fff;
}
.donationsPopup__content .row .col input::-ms-input-placeholder {
  color: #fff;
}
.donationsPopup__content .row .col input[required] + label::after {
  content: "*";
  color: #FF0000;
}
.donationsPopup__content .row .col input:not(:-moz-placeholder-shown) + label {
  display: none;
}
.donationsPopup__content .row .col input:not(:-ms-input-placeholder) + label {
  display: none;
}
.donationsPopup__content .row .col input:not(:placeholder-shown) + label {
  display: none;
}
.donationsPopup__content .row .col label {
  position: absolute;
  top: 50%;
  left: 1.1111111111rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #161615;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.donationsPopup__bottomNav .donationsPopup__steps {
  border-top: 0.0555555556rem solid #B3995D;
  font-size: 0.8888888889rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 2.8333333333rem;
}
.donationsPopup__bottomNav .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.1111111111rem;
  position: relative;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
}
.donationsPopup__bottomNav .step:nth-child(2)::before, .donationsPopup__bottomNav .step:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.0555555556rem;
  height: 1.3888888889rem;
  background-color: #B3995D;
}
.donationsPopup__bottomNav .step:nth-child(2)::before {
  left: 0;
}
.donationsPopup__bottomNav .step:nth-child(2)::after {
  right: 0;
}
.donationsPopup__bottomNav .step.js-active {
  background-color: var(--secondary-color);
  color: #fff;
}
.donationsPopup__bottomNav .step[data-step] {
  cursor: pointer;
}
.donationsPopup .donation-period__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .donationsPopup .donation-period__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.donationsPopup .donation-period__buttons button {
  width: -webkit-calc(50% - 0.5555555556rem);
  width: -moz-calc(50% - 0.5555555556rem);
  width: calc(50% - 0.5555555556rem);
}
@media only screen and (max-width: 768px) {
  .donationsPopup .donation-period__buttons button {
    margin: 0.4444444444rem 0;
    width: 100%;
  }
}
.donationsPopup .donation-period__buttons button.js-active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.donationsPopup .donation-period__content .tab {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .donationsPopup .donation-period__content .tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.donationsPopup .donation-period__content .tab.js-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.donationsPopup .donation-period__content input[type=number] {
  background-color: transparent;
  -webkit-border-radius: 1.2777777778rem;
     -moz-border-radius: 1.2777777778rem;
          border-radius: 1.2777777778rem;
  border: 0.0555555556rem solid var(--border-color);
  color: var(--primary-color);
  display: block;
  font-size: 1rem;
  max-width: 5.5555555556rem;
  padding: 0.4444444444rem 1.3888888889rem;
  text-align: center;
}
.donationsPopup .donation-period span[data-currency] {
  display: block;
  position: relative;
}
.donationsPopup .donation-period span[data-currency]::before {
  content: attr(data-currency);
  position: absolute;
  top: 50%;
  left: 1.1111111111rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 1.3333333333rem;
}
.donationsPopup .donation-period #oneOffAmount {
  display: block;
  max-width: 13.8888888889rem;
  padding: 0.4444444444rem 1.3888888889rem 0.4444444444rem 2.7777777778rem;
  width: 5.0555555556rem;
}
.donationsPopup .donation-calculations__content .items {
  margin-top: 1.6666666667rem;
}
.donationsPopup .donation-calculations__content .item {
  color: #757575;
  font-size: 0.9444444444rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.donationsPopup .donation-calculations__content .item.js-invisible {
  display: none;
}
.donationsPopup .donation-calculations__content .item:not(.js-invisible) ~ .item {
  border-top: 0.0555555556rem solid rgba(117, 117, 117, 0.2);
  margin-top: 0.7222222222rem;
  padding-top: 0.7222222222rem;
}
.donationsPopup .donation-calculations__content .item__label {
  padding-right: 1.3888888889rem;
}
.donationsPopup .donation-calculations__content .values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1.6666666667rem;
}
.donationsPopup .donation-calculations__content .value {
  text-align: center;
  width: 50%;
}
@media only screen and (min-width: 541px) {
  .donationsPopup .donation-calculations__content .value:first-child {
    margin-right: -0.0555555556rem;
  }
  .donationsPopup .donation-calculations__content .value:first-child .value__cash {
    -webkit-border-top-left-radius: 0.5555555556rem;
       -moz-border-radius-topleft: 0.5555555556rem;
            border-top-left-radius: 0.5555555556rem;
    -webkit-border-bottom-left-radius: 0.5555555556rem;
       -moz-border-radius-bottomleft: 0.5555555556rem;
            border-bottom-left-radius: 0.5555555556rem;
  }
  .donationsPopup .donation-calculations__content .value:last-child .value__cash {
    background-color: var(--value-background);
    -webkit-border-top-right-radius: 0.5555555556rem;
       -moz-border-radius-topright: 0.5555555556rem;
            border-top-right-radius: 0.5555555556rem;
    -webkit-border-bottom-right-radius: 0.5555555556rem;
       -moz-border-radius-bottomright: 0.5555555556rem;
            border-bottom-right-radius: 0.5555555556rem;
  }
}
@media only screen and (max-width: 540px) {
  .donationsPopup .donation-calculations__content .value {
    width: 100%;
  }
  .donationsPopup .donation-calculations__content .value ~ .value {
    margin-top: 0.8333333333rem;
  }
}
.donationsPopup .donation-calculations__content .value__label {
  color: var(--secondary-color);
  font-size: 0.7777777778rem;
  margin-bottom: 0.3888888889rem;
}
.donationsPopup .donation-calculations__content .value__cash {
  color: var(--secondary-color);
  border: 0.0555555556rem solid var(--border-color);
  font-family: var(--primary-font);
  font-size: 1.2222222222rem;
  padding: 0.5555555556rem;
}
@media only screen and (max-width: 540px) {
  .donationsPopup .donation-calculations__content .value__cash {
    -webkit-border-radius: 0.3333333333rem;
       -moz-border-radius: 0.3333333333rem;
            border-radius: 0.3333333333rem;
  }
}
.donationsPopup .donation-calculations__content #taxBracket + .nice-select .list {
  text-align: left;
}
.donationsPopup .my-pledge {
  font-size: 0.8888888889rem;
}
.donationsPopup .my-pledge__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  padding-right: -webkit-calc(13vmin + 0.5555555556rem);
  padding-right: -moz-calc(13vmin + 0.5555555556rem);
  padding-right: calc(13vmin + 0.5555555556rem);
  overflow: hidden;
  position: relative;
}
.donationsPopup .my-pledge .title {
  color: var(--secondary-color);
  font-size: 0.9444444444rem;
  font-weight: 700;
  padding-right: 1.1111111111rem;
  position: relative;
}
.donationsPopup .my-pledge .title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.5555555556rem;
  width: 0.0555555556rem;
  height: 100%;
  background-color: var(--secondary-color);
}
.donationsPopup .my-pledge .label {
  color: var(--secondary-color);
}
.donationsPopup .my-pledge .value {
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.donationsPopup .my-pledge .edit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--secondary-color);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0.2777777778rem 1.3888888889rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 540px) {
  .donationsPopup .my-pledge .edit {
    padding: 0.2777777778rem 0.8333333333rem;
  }
}
.donationsPopup .my-pledge .edit:focus, .donationsPopup .my-pledge .edit:hover {
  background-color: var(--primary-color);
}
.donationsPopup .my-pledge .edit .icon {
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  background-image: var(--edit);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.2777777778rem;
}
@media only screen and (max-width: 540px) {
  .donationsPopup .my-pledge .edit .icon {
    margin: 0;
  }
}
@media only screen and (max-width: 540px) {
  .donationsPopup .my-pledge .edit .text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
  }
}
.donationsPopup .contact-information {
  margin-top: 1.1111111111rem;
}
.donationsPopup .pledge-summary .pledge-total {
  font-size: 0.8888888889rem;
}
.donationsPopup .pledge-summary .pledge-total .label {
  color: var(--secondary-color);
}
.donationsPopup .pledge-summary .pledge-total .value {
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.donationsPopup .contact-information-verify {
  margin-top: 1.1111111111rem;
}
.donationsPopup .contact-details {
  font-size: 0.8888888889rem;
}
.donationsPopup .contact-details ul {
  margin-bottom: 0;
}
.donationsPopup .contact-details li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
}
.donationsPopup .contact-details li::before {
  content: normal;
}
.donationsPopup .contact-details li ~ li {
  margin-top: 1.1111111111rem;
}
.donationsPopup .contact-details .label {
  width: 16%;
}
@media only screen and (max-width: 640px) {
  .donationsPopup .contact-details .label {
    width: 5.2777777778rem;
  }
}
.donationsPopup .contact-details .value {
  color: var(--secondary-color);
  padding: 0 1.1111111111rem 0 0.5555555556rem;
  width: -webkit-calc(84% - 0.8888888889rem);
  width: -moz-calc(84% - 0.8888888889rem);
  width: calc(84% - 0.8888888889rem);
  word-break: break-word;
}
@media only screen and (max-width: 640px) {
  .donationsPopup .contact-details .value {
    width: -webkit-calc(100% - 6.1666666667rem);
    width: -moz-calc(100% - 6.1666666667rem);
    width: calc(100% - 6.1666666667rem);
  }
}
.donationsPopup .contact-details .edit {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
html.no-touch .donationsPopup .contact-details .edit:hover {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.donationsPopup .contact-details .icon {
  background-image: var(--edit);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(5437%) hue-rotate(163deg) brightness(101%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(5437%) hue-rotate(163deg) brightness(101%) contrast(103%);
  width: 0.8888888889rem;
  height: 0.8888888889rem;
}
@media only screen and (min-width: 769px) {
  .donationsPopup .step--thanks {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.donationsPopup .step--thanks.js-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
}
.donationsPopup .step--thanks h2 {
  color: var(--secondary-color) !important;
  font-size: 1.3888888889rem;
  margin-top: 0;
  margin-bottom: 0.2777777778rem;
}
.donationsPopup .step--thanks .downloadBtn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff !important;
  font-size: 1.2222222222rem;
  padding: 0.8333333333rem 1.9444444444rem;
}

.content-menu {
  background: #fff;
  padding: clamp( 2.7777777778rem, 6.1224489796vw + 1.2471655329rem, 7.7777777778rem ) 1.6666666667rem clamp( 1.9444444444rem, 4.4217687075vw + 0.8390022676rem, 5.5555555556rem ) 1.6666666667rem;
}
.content-menu .content-menu__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  width: 75vw;
  max-width: 72.2222222222rem;
  margin: 0 auto;
}
.content-menu .secondLvlCss {
  padding-bottom: 20px;
}
.content-menu .secondLvlCss p {
  font-size: clamp( 1.9444444444rem, 0.6802721088vw + 1.7743764172rem, 2.5rem );
  font-family: "effra", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #122139;
  margin: 0;
}
.content-menu .secondLvlCss h2 {
  margin: 0;
  color: #2F3F55;
}
.content-menu .ml-col-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  -webkit-column-gap: clamp( 1.6666666667rem, 2.0408163265vw + 1.156462585rem, 3.3333333333rem );
     -moz-column-gap: clamp( 1.6666666667rem, 2.0408163265vw + 1.156462585rem, 3.3333333333rem );
          column-gap: clamp( 1.6666666667rem, 2.0408163265vw + 1.156462585rem, 3.3333333333rem );
}
@media (max-width: 767px) {
  .content-menu .content-menu__inner {
    display: block;
    width: 100%;
  }
}

.timeline {
  background: #143261;
  position: relative;
  z-index: 0;
  margin-bottom: var(--cp-widget-spacing);
}
.timeline .timeline__inner {
  position: relative;
  z-index: 4;
}
@media all and (max-width: 991px) {
  .timeline .timeline__carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.timeline .timeline__header {
  text-align: center;
}
.timeline .timeline__header h2 {
  font-family: "effra", sans-serif;
  font-size: clamp( 1.7777777778rem, 3.2653061224vw + 0.9614512472rem, 4.4444444444rem );
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
}
.timeline .timeline__header h2 span {
  display: block;
  font-family: "ivypresto-display", serif;
  font-size: clamp( 2.5rem, 3.7414965986vw + 1.5646258503rem, 5.5555555556rem );
  font-weight: 400;
  opacity: 1;
  color: #FFFFFF;
}
.timeline .timeline__container {
  width: 100%;
  max-width: clamp( 42.6666666667rem, 101.2019230769vw + -0.5128205128rem, 89.4444444444rem );
  margin: 0 auto;
  padding: clamp( 2.7777777778rem, 5.3879310345vw + -0.1915708812rem, 5.5555555556rem ) 0 0;
}
@media all and (max-width: 991px) {
  .timeline .timeline__container {
    padding-top: 0;
    padding-bottom: 2.7777777778rem;
  }
}
.timeline .timeline__mainContent {
  padding: 0 clamp( 2.7777777778rem, 2.6939655172vw + 1.2931034483rem, 4.1666666667rem );
}
.timeline .timeline__mainContent .slick-list {
  padding-bottom: 4.4444444444rem;
}
.timeline .timeline__mainContent .slick-slide {
  width: clamp( 50rem, 25.7067137809vw + 39.0318021201rem, 66.1666666667rem );
}
.timeline .timeline__mainContent .slick-arrow {
  position: absolute;
  top: 10.2222222222rem;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: clamp( 2.6666666667rem, 2.9094827586vw + 1.0632183908rem, 4.1666666667rem );
  height: clamp( 2.6666666667rem, 2.9094827586vw + 1.0632183908rem, 4.1666666667rem );
  background: #122139;
}
.timeline .timeline__mainContent .slick-arrow .global-icons {
  color: #fff;
}
.timeline .timeline__mainContent .slick-arrow.slick-prev, .timeline .timeline__mainContent .slick-arrow.prev {
  left: 0;
}
.timeline .timeline__mainContent .slick-arrow.slick-next, .timeline .timeline__mainContent .slick-arrow.next {
  right: 0;
}
.timeline .timeline__item {
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: clamp( 50rem, 30.9187279152vw + 36.8080094229rem, 69.4444444444rem );
  min-width: clamp( 50rem, 25.7067137809vw + 39.0318021201rem, 66.1666666667rem );
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.timeline .timeline__textContent {
  max-width: clamp( 19.4444444444rem, 18.5512367491vw + 11.5292500982rem, 31.1111111111rem );
  margin-right: clamp( 2.7777777778rem, 5.74204947vw + 0.3278366706rem, 6.3888888889rem );
  z-index: 1;
  position: relative;
  padding-right: 20px;
}
.timeline .timeline__textContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.timeline .timeline__textContent::-webkit-scrollbar {
  width: 12px;
}
.timeline .timeline__textContent::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.timeline .timeline__textContent .timeline__title {
  color: #fff;
}
.timeline .timeline__textContent .timeline__body {
  position: relative;
}
.timeline .timeline__textContent .timeline__body > * {
  color: #fff;
}
.timeline .timeline__image {
  z-index: 1;
  position: relative;
  width: 40%;
}
.timeline .timeline__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
}
.timeline .timeline__bullets {
  position: relative;
  padding: 0 0 2.7777777778rem;
  margin-top: -11.1111111111rem;
}
.timeline .timeline__bullets:before {
  content: "";
  width: 100%;
  height: 0.4444444444rem;
  position: absolute;
  bottom: 4.4444444444rem;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.timeline .timeline__bulletsCarousel {
  max-width: clamp( 27.7777777778rem, 26.5017667845vw + 16.4703572831rem, 44.4444444444rem );
  margin: 0 auto;
}
.timeline .timeline__bulletsCarousel .slick-list {
  padding: 0 !important;
}
.timeline .timeline__bulletsCarousel .slick-slide {
  margin: 0 clamp( 1.1111111111rem, 5.74204947vw + -1.3388299961rem, 4.7222222222rem );
  width: clamp( 6.6666666667rem, 4.9469964664vw + 4.5559481743rem, 9.7777777778rem );
}
html.no-touch .timeline .timeline__bulletsCarousel .slick-slide:hover .timeline__year {
  color: #fff;
}
.timeline .timeline__bulletItem {
  text-align: center;
  height: 13.8888888889rem;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}
.timeline .timeline__year {
  font-family: "ivypresto-display", serif;
  font-size: clamp( 1.7777777778rem, 1.724137931vw + 0.8275862069rem, 2.6666666667rem );
  color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scale(0.5);
     -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center 76%;
     -moz-transform-origin: center 76%;
      -ms-transform-origin: center 76%;
       -o-transform-origin: center 76%;
          transform-origin: center 76%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.timeline .timeline__bulletIcon {
  width: 1.4444444444rem;
  height: 1.4444444444rem;
  border: none;
  margin-bottom: 1.1111111111rem;
  position: relative;
  background: #BAC2D0;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.timeline .timeline__bulletIcon:before {
  content: "";
  display: block;
  background: green;
  width: 0.1666666667rem;
  height: 0.2222222222rem;
  position: absolute;
  top: -0.2222222222rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
}
.timeline .timeline__bulletsCarousel .slick-current .timeline__year {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  color: #fff;
  opacity: 1;
}
.timeline .timeline__bulletsCarousel .slick-current .timeline__bulletIcon {
  width: 2.5555555556rem;
  height: 2.5555555556rem;
  margin-top: clamp( 1.3888888889rem, 1.5625vw + 0.7222222222rem, 2.1111111111rem );
  margin-bottom: 0.5555555556rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: white;
}
.timeline .timeline__bulletsCarousel .slick-current .timeline__bulletIcon:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.2);
  width: 0.4444444444rem;
  height: clamp( 2.5rem, 0vw + 2.5rem, 2.5rem );
  position: absolute;
  top: clamp( -1.4444444444rem, 0vw + -1.4444444444rem, -1.4444444444rem );
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 1;
}
.timeline .timeline__bulletsCarousel .slick-current .timeline__bulletIcon span {
  width: 1.1111111111rem;
  height: 0.1111111111rem;
  position: absolute;
  top: -webkit-calc(50% - 0.2222222222rem);
  top: -moz-calc(50% - 0.2222222222rem);
  top: calc(50% - 0.2222222222rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.timeline .timeline__bulletsCarousel .slick-current .timeline__bulletIcon span:before {
  content: "";
  display: block;
  background: rgba(20, 50, 97, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.timeline .timeline__bulletsCarousel .slick-current .timeline__bulletIcon span:after {
  content: "";
  display: block;
  background: rgba(20, 50, 97, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 56.8333333333rem) {
  .timeline .timeline__container {
    max-width: 100%;
  }
  .timeline .timeline__mainContent .slick-list {
    padding-bottom: 0;
  }
  .timeline .timeline__mainContent .slick-arrow {
    top: 5.5555555556rem;
  }
  .timeline .timeline__mainContent .slick-arrow.slick-prev, .timeline .timeline__mainContent .slick-arrow.prev {
    left: 0;
  }
  .timeline .timeline__mainContent .slick-arrow.slick-next, .timeline .timeline__mainContent .slick-arrow.next {
    right: 0;
  }
  .timeline .timeline__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .timeline .timeline__textContent {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    max-width: 36.1111111111rem;
  }
  .timeline .timeline__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1.1111111111rem;
    width: 80%;
  }
  .timeline .timeline__image img {
    max-height: 25vh;
  }
  .timeline .timeline__bullets {
    margin-top: 0;
  }
  .timeline .timeline__bulletItem {
    height: 11.1111111111rem;
  }
}
@media (max-width: 42.6111111111rem) {
  .timeline .timeline__textContent {
    /*max-height: 40vh;

    @media (max-height: rems(700px)) {
      max-height: 34vh;
    }*/
  }
  .timeline .timeline__bulletsCarousel {
    max-width: 18.8888888889rem;
  }
  .timeline .timeline__bulletsCarousel .slick-slide {
    margin: 0 1.1111111111rem;
    width: 3.8888888889rem;
  }
  .timeline .timeline__bulletItem {
    height: 8.1111111111rem;
  }
  .timeline .timeline__bulletIcon {
    width: 0.7777777778rem;
    height: 0.7777777778rem;
    margin-bottom: 1.5555555556rem;
  }
  .timeline .timeline__bulletsCarousel .slick-current .timeline__bulletIcon {
    width: 3.0555555556rem;
    height: 3.0555555556rem;
  }
}

.image-carousel-sl {
  width: -webkit-calc(100% + 3.8888888889rem);
  width: -moz-calc(100% + 3.8888888889rem);
  width: calc(100% + 3.8888888889rem);
  height: 7.1111111111rem;
  position: relative;
  bottom: 0;
  margin-bottom: clamp( 0.5555555556rem, 2.4615384615vw + 0.0427350427rem, 2.7777777778rem );
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 2.3333333333rem 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}
.image-carousel-sl .image-wrapper {
  min-width: 100%;
  height: 100%;
  height: -webkit-calc(100% - 0.3333333333rem);
  height: -moz-calc(100% - 0.3333333333rem);
  height: calc(100% - 0.3333333333rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
     -moz-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-right: 1.1111111111rem;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0.1666666667rem;
  margin-right: 1.1111111111rem;
}
.image-carousel-sl .image-wrapper img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}
.image-carousel-sl .image-wrapper .box {
  height: 100%;
  margin-left: 1.1111111111rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.image-carousel-sl .image-wrapper .box img {
  width: auto;
  min-width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}

.ds-LG_ADM {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638931909007550000");
  background-color: transparent;
  background-repeat: no-repeat;
}

.dsb-LG_ADM:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:before, .sendAdmEmailTo .aef-sendButton:before {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638931909007550000");
  background-color: transparent;
  background-repeat: no-repeat;
}

.dsa-LG_ADM:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:after {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638931909007550000");
  background-color: transparent;
  background-repeat: no-repeat;
}

.ds-LG_ADM_adm-email-hover {
  width: 21px;
  height: 21px;
  background-position: -1px -1px;
}

.dsb-LG_ADM_adm-email-hover:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -1px;
}

.dsa-LG_ADM_adm-email-hover:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -1px;
}

.ds-LG_ADM_adm-email {
  width: 21px;
  height: 21px;
  background-position: -24px -1px;
}

.dsb-LG_ADM_adm-email:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -1px;
}

.dsa-LG_ADM_adm-email:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -1px;
}

.ds-LG_ADM_adm-print-hover {
  width: 21px;
  height: 21px;
  background-position: -1px -24px;
}

.dsb-LG_ADM_adm-print-hover:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -24px;
}

.dsa-LG_ADM_adm-print-hover:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -1px -24px;
}

.ds-LG_ADM_adm-print {
  width: 21px;
  height: 21px;
  background-position: -24px -24px;
}

.dsb-LG_ADM_adm-print:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -24px;
}

.dsa-LG_ADM_adm-print:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-position: -24px -24px;
}

.ds-LG_ADM_adm-arrow-error {
  width: 14px;
  height: 15px;
  background-position: -47px -1px;
}

.dsb-LG_ADM_adm-arrow-error:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  background-position: -47px -1px;
}

.dsa-LG_ADM_adm-arrow-error:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  background-position: -47px -1px;
}

.ds-LG_ADM_adm-arrow-reverse {
  width: 14px;
  height: 15px;
  background-position: -47px -18px;
}

.dsb-LG_ADM_adm-arrow-reverse:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  background-position: -47px -18px;
}

.dsa-LG_ADM_adm-arrow-reverse:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  background-position: -47px -18px;
}

.ds-LG_ADM_adm-arrow {
  width: 14px;
  height: 15px;
  background-position: -63px -1px;
}

.dsb-LG_ADM_adm-arrow:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  background-position: -63px -1px;
}

.dsa-LG_ADM_adm-arrow:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  background-position: -63px -1px;
}

.ds-LG_ADM_tick-white {
  width: 16px;
  height: 13px;
  background-position: -1px -47px;
}

.dsb-LG_ADM_tick-white:before, .sendAdmEmailTo .aef-sendButton:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 13px;
  background-position: -1px -47px;
}

.dsa-LG_ADM_tick-white:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 13px;
  background-position: -1px -47px;
}

.ds-LG_ADM_adm-close {
  width: 13px;
  height: 13px;
  background-position: -63px -18px;
}

.dsb-LG_ADM_adm-close:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background-position: -63px -18px;
}

.dsa-LG_ADM_adm-close:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background-position: -63px -18px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min--moz-device-pixel-ratio: 1.1), only screen and (-o-min-device-pixel-ratio: 1.1/1), only screen and (min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (-o-min-device-pixel-ratio: 11/10), only screen and (min-resolution: 1.1dppx) {
  .ds-LG_ADM {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638931909007550000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-background-size: 78px 61px;
      -o-background-size: 78px 61px;
         background-size: 78px 61px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min--moz-device-pixel-ratio: 1.1), only screen and (-o-min-device-pixel-ratio: 1.1/1), only screen and (min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (-o-min-device-pixel-ratio: 11/10), only screen and (min-resolution: 1.1dppx) {
  .dsb-LG_ADM:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:before, .sendAdmEmailTo .aef-sendButton:before {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638931909007550000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-background-size: 78px 61px;
      -o-background-size: 78px 61px;
         background-size: 78px 61px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min--moz-device-pixel-ratio: 1.1), only screen and (-o-min-device-pixel-ratio: 1.1/1), only screen and (min-device-pixel-ratio: 1.1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (-o-min-device-pixel-ratio: 11/10), only screen and (min-resolution: 1.1dppx) {
  .dsa-LG_ADM:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:after {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638931909007550000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-background-size: 78px 61px;
      -o-background-size: 78px 61px;
         background-size: 78px 61px;
  }
}
/*@import '_Common.scss';*/
/*$C2:#f4f7f8;
$C1:#082a59;
$C7:#e1e3e4;
$C8:#8eb9e6;
$C7:#c6c6c6;*/
option[value=""][disabled] {
  display: none;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-results-headers .adm-result-entry.active {
  background: #122139 !important;
  color: #FFFFFF !important;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-mobile-dropddown {
  display: none;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-result-panel.showFirst {
  display: block;
  border-top: 0;
}

.adm-async-form-two .adm-results-slide-out .adm-results-container.only-one-element .adm-results-headers {
  background: #143261 !important;
}

.adm-email-window {
  display: none;
}

.sendAdmEmailToDivider {
  background: #143261;
  height: 0.1111111111rem;
  margin-bottom: 1.1111111111rem;
  margin-top: 0.9444444444rem;
}

.sendAdmEmailTo {
  position: relative;
  margin-bottom: 2.2222222222rem;
  border: 0.1111111111rem solid #143261;
  height: 2.7777777778rem;
  /*font-family:$admissionsFont;*/
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sendAdmEmailTo.error {
  border-color: #ad1515;
}
.sendAdmEmailTo.error .aef-sendButton {
  background: #ad1515;
}
.sendAdmEmailTo.error input {
  color: #ad1515;
}
.sendAdmEmailTo.success {
  border-color: #0e8f1a;
}
.sendAdmEmailTo.success input {
  color: #0e8f1a;
}
.sendAdmEmailTo.success .aef-sendButton {
  color: #0e8f1a;
  background: #0e8f1a;
}
.sendAdmEmailTo.success .aef-sendButton:before {
  opacity: 1;
}
html.no-touch .sendAdmEmailTo.success .aef-sendButton:hover {
  color: #143261;
  background: #143261;
}
.sendAdmEmailTo input {
  width: 100%;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: block;
  height: 2.5555555556rem;
  outline: 0;
  border: 0;
  background: none;
  color: #818181;
  font-size: 0.8333333333rem;
  line-height: 2.5555555556rem;
  padding-left: 1.2222222222rem;
  padding-right: 3.3333333333rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: bold;
}
.sendAdmEmailTo .aef-sendButton {
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #fff;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-size: 1.1666666667rem;
  line-height: 2.7777777778rem;
  cursor: pointer;
  position: absolute;
  top: -0.1111111111rem;
  right: -0.1111111111rem;
  z-index: 2;
  background: #122139;
  height: 2.7777777778rem;
  width: 3.3333333333rem;
  text-align: center;
  text-transform: uppercase;
}
html.no-touch .sendAdmEmailTo .aef-sendButton:hover {
  background: #143261;
}
.sendAdmEmailTo .aef-sendButton:before {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.3888888889rem;
  margin-left: -0.4444444444rem;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.admissions-functionality-wrapper {
  /*font-family:$admissionsFont;*/
  position: relative;
  z-index: 2;
  background: #143261;
  /*border-top-right-radius: 50px;*/
  margin-bottom: var(--cp-widget-spacing);
  padding: clamp( 2.5rem, 3.0612244898vw + 1.7346938776rem, 5rem ) 0;
}
.admissions-functionality-wrapper .container {
  max-width: none;
}
@media all and (max-width: 991px) {
  .admissions-functionality-wrapper .container {
    padding: 0;
  }
}
@media all and (min-width: 992px) {
  .admissions-functionality-wrapper .container {
    max-width: 37.7777777778rem;
  }
}
@media all and (min-width: 1440px) {
  .admissions-functionality-wrapper .container {
    max-width: 46.6666666667rem;
  }
}
.admissions-functionality-wrapper .adm-form-one {
  position: relative;
  z-index: 1;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-title {
  font-size: clamp( 2.2222222222rem, 1.0775862069vw + 1.6283524904rem, 2.7777777778rem );
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1.7777777778rem;
  text-align: center;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-title span {
  opacity: 0.6;
  display: block;
  font-family: "effra", sans-serif;
  font-size: clamp( 1.6666666667rem, 1.0775862069vw + 1.0727969349rem, 2.2222222222rem );
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-details {
  font-size: 1.1111111111rem;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  margin-bottom: 1.1111111111rem;
  font-family: "effra", sans-serif;
  text-align: center;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-intro {
  font-weight: bold;
  border-top: 0.0555555556rem solid #143261;
  color: #fff;
  font-size: 0.8888888889rem;
  line-height: 0.8888888889rem;
  padding-top: 1.1111111111rem;
  margin-bottom: 0.8333333333rem;
}
.admissions-functionality-wrapper .adm-form-one .admissions-func-intro.error {
  color: red;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-right: 1rem;
  float: left;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0.8888888889rem;
  padding-right: 4.4444444444rem;
  text-align: center;
  width: 8.4444444444rem;
  border: none;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 1.2777777778rem;
  line-height: 3.5555555556rem;
  text-transform: uppercase;
  color: #122139;
  /*&:before {
    position: absolute;
    top: 50%;
    margin-top: rems(-7px);
    right: rems(15px);
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }

  &:after {
    position: absolute;
    top: 50%;
    margin-top: rems(-7px);
    right: rems(15px);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }*/
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .admission-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5555555556rem;
  height: 3.5555555556rem;
  text-align: center;
  background: #E7E8EB;
  color: #122139;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .admission-icon:before {
  display: block;
  line-height: 3.5555555556rem;
  font-size: 1.3333333333rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened {
  background: #fff;
  /*&:before {
    opacity: 0;
  }

  &:after {
    opacity: 1;
  }*/
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened .admission-icon {
  background: #B7BCC3;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened .admission-icon:before {
  -webkit-transform: scaleY(-1);
     -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error {
  color: red;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error:before {
  color: red;
}
html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:hover .admission-icon {
  background: #B7BCC3;
}
html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:hover .admission-icon:before {
  line-height: 3.7777777778rem;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
  border-bottom: 0.1111111111rem solid #143261;
  border: none;
  -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 13.8888888889rem;
  overflow: hidden;
  overflow-y: auto;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: auto;
  display: none;
}
html.touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select {
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  letter-spacing: 1px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 3.3333333333rem;
  border-left: 0.1111111111rem solid #143261;
  border-right: 0.1111111111rem solid #143261;
  border: none;
  background: #FFFFFF;
  color: #122139;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select:nth-child(even) {
  background: #fff;
}
html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select:hover {
  background: #122139;
  color: #fff;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit {
  border: 0.1111111111rem solid #122139;
  border: none;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #122139;
  /*border-top-right-radius: 15px;*/
  padding: 0 1.1111111111rem;
  width: auto;
  height: 3.5555555556rem;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 400;
  font-family: "ivypresto-display", serif;
  font-size: 1.6666666667rem;
  line-height: 3.5555555556rem;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  color: transparent;
  overflow: hidden;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit:after {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.48s;
  transition: -webkit-transform 0.48s;
  -o-transition: -o-transform 0.48s;
  -moz-transition: transform 0.48s, -moz-transform 0.48s;
  transition: transform 0.48s;
  transition: transform 0.48s, -webkit-transform 0.48s, -moz-transform 0.48s, -o-transform 0.48s;
  padding: 0;
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit:before {
  color: #FFFFFF;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit:after {
  color: #FFFFFF;
  -webkit-transform: translateY(102%);
     -moz-transform: translateY(102%);
      -ms-transform: translateY(102%);
       -o-transform: translateY(102%);
          transform: translateY(102%);
}
.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit:hover:before {
  -webkit-transform: translateY(-102%);
     -moz-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
       -o-transform: translateY(-102%);
          transform: translateY(-102%);
}
.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit:hover:after {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit:after {
  width: 100%;
  text-align: center;
}
@media all and (max-width: 991px) {
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit {
    width: 8.8888888889rem;
  }
}
@media all and (min-width: 1440px) {
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit {
    padding: 0 1.7777777778rem;
  }
}
/* slide out panel */
.adm-async-form-two {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99999;
  display: none;
  /*font-family:$admissionsFont;*/
}
.adm-async-form-two .adm-form-two-bg {
  background: #122139;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.adm-async-form-two .adm-results-slide-out {
  width: 42.6666666667rem;
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  padding: 1.6666666667rem 0 2.2222222222rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: -4px 0 4px 3px rgba(3, 3, 3, 0.2);
     -moz-box-shadow: -4px 0 4px 3px rgba(3, 3, 3, 0.2);
          box-shadow: -4px 0 4px 3px rgba(3, 3, 3, 0.2);
  /*html.touch & {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }*/
}
@media all and (max-width: 1023px) {
  .adm-async-form-two .adm-results-slide-out {
    overflow: hidden;
    overflow-y: auto;
  }
  html.touch .adm-async-form-two .adm-results-slide-out {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.adm-async-form-two .adm-results-slide-out .adm-top-bar h4 {
  font-family: "ivypresto-display", serif;
  font-size: clamp( 1.4444444444rem, 0.2721088435vw + 1.3764172336rem, 1.6666666667rem );
  line-height: 50px;
  font-weight: 400;
  color: #143261;
}
@media all and (min-width: 1024px) {
  .adm-async-form-two .adm-results-slide-out .adm-content-container {
    position: relative;
    max-height: 100%;
    overflow: auto;
    padding: 0 2.2222222222rem;
  }
}
@media all and (min-width: 1024px) {
  .adm-async-form-two .adm-results-slide-out .adm-top-bar {
    padding: 0 2.2222222222rem;
  }
}
.adm-async-form-two .adm-results-slide-out .adm-results-title {
  font-family: "effra", sans-serif;
  font-size: clamp( 1.9444444444rem, 0.6802721088vw + 1.7743764172rem, 2.5rem );
  line-height: 1.1;
  font-weight: 400;
  color: #122139;
  margin-right: 3.8888888889rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-details {
  font-family: "effra", sans-serif;
  font-size: clamp( 1rem, 0.2721088435vw + 0.9319727891rem, 1.2222222222rem );
  line-height: 1.32;
  color: #122139;
  margin-bottom: 2.2222222222rem;
  margin-right: 3.8888888889rem;
}
.adm-async-form-two .adm-results-slide-out .close-adm-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.7777777778rem;
  height: 2.7777777778rem;
}
@media all and (min-width: 1024px) {
  .adm-async-form-two .adm-results-slide-out .close-adm-bar {
    top: 0;
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.adm-async-form-two .adm-results-slide-out .close-adm-results {
  cursor: pointer;
  position: relative;
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  border: none;
  background: #143261;
}
.adm-async-form-two .adm-results-slide-out .close-adm-results:before {
  /*position: absolute;
  top: 50%;
  left: 50%;
  margin-top: rems(-6px);
  margin-left: rems(-6px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;*/
  display: block;
  text-align: center;
  color: #fff;
  line-height: 2.7777777778rem;
  font-size: 1.2222222222rem;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .close-adm-results:hover {
  background: #122139;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .close-adm-results:hover:before {
  /*-ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);*/
}
.adm-async-form-two .adm-results-slide-out .adm-results-container {
  border: 0.1111111111rem solid #143261;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
  display: none;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 2;
  height: 2.5555555556rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native select {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  width: 100%;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  font-size: 0.8333333333rem;
  line-height: 2.5555555556rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #122139;
  display: block;
  padding: 0 0.5555555556rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown {
  display: none;
  z-index: 2;
  cursor: pointer;
  color: #122139;
  font-size: 0.8333333333rem;
  line-height: 2.5555555556rem;
  height: 2.5555555556rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .dd-down-lbl {
  padding: 0 2.5rem 0 1.1111111111rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .dd-down-lbl > span {
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:before {
  opacity: 1;
  position: absolute;
  top: 0.8333333333rem;
  right: 1rem;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:after {
  opacity: 0;
  position: absolute;
  top: 0.8333333333rem;
  right: 1rem;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown.opened:before {
  opacity: 0;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown.opened:after {
  opacity: 1;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area {
  margin: 0 -0.1111111111rem;
  display: none;
  border-left: 0.1111111111rem solid #143261;
  border-right: 0.1111111111rem solid #143261;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry {
  padding: 0.5555555556rem 1.1111111111rem;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  font-size: 0.7222222222rem;
  line-height: 2rem;
  border-bottom: 0.1111111111rem solid #143261;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry span {
  font-size: 0.8333333333rem;
  font-weight: bold;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry:hover {
  background: #122139;
  color: #FFFFFF;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry.active {
  background: #FFFFFF !important;
  color: #122139 !important;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers {
  display: table;
  width: 100%;
  height: 3.7777777778rem;
  text-align: center;
  background: #143261;
}
html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers.changeBgLeft {
  background: white;
  background: -moz-linear-gradient(left, white 0%, white 54%, #143261 56%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(54%, white), color-stop(56%, #143261));
  background: -webkit-linear-gradient(left, white 0%, white 54%, #143261 56%);
  background: -o-linear-gradient(left, white 0%, white 54%, #143261 56%);
  background: -ms-linear-gradient(left, white 0%, white 54%, #143261 56%);
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(54%, white), color-stop(56%, #143261));
  background: linear-gradient(to right, white 0%, white 54%, #143261 56%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$white, endColorstr=$B_AdmissionsTab, GradientType=1);
}
html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers.changeBgRight {
  background: #143261;
  background: -moz-linear-gradient(left, #143261 0%, #143261 53%, #c7dcf3 54%, white 55%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #143261), color-stop(53%, #143261), color-stop(54%, #c7dcf3), color-stop(55%, white));
  background: -webkit-linear-gradient(left, #143261 0%, #143261 53%, #c7dcf3 54%, white 55%);
  background: -o-linear-gradient(left, #143261 0%, #143261 53%, #c7dcf3 54%, white 55%);
  background: -ms-linear-gradient(left, #143261 0%, #143261 53%, #c7dcf3 54%, white 55%);
  background: -webkit-gradient(linear, left top, right top, from(#143261), color-stop(53%, #143261), color-stop(54%, #c7dcf3), color-stop(55%, white));
  background: linear-gradient(to right, #143261 0%, #143261 53%, #c7dcf3 54%, white 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$B_AdmissionsTab, endColorstr=$white, GradientType=1);
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
  background: #143261;
  display: table-cell;
  height: 3.7777777778rem;
  vertical-align: middle;
  border-right: 0.0555555556rem solid rgba(8, 42, 89, 0.2);
  color: #fff;
  font-size: 0.7222222222rem;
  line-height: 0.8888888889rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry span {
  font-size: 0.8333333333rem;
  display: block;
  margin-top: 0.1111111111rem;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry:last-child {
  border-right: 0;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry:hover {
  background: #122139;
  color: #FFFFFF;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry.active {
  background: #FFFFFF !important;
  color: #122139 !important;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
  position: relative;
  padding: 2.2222222222rem 2.2222222222rem 0 5.5555555556rem;
  display: none;
  z-index: 1;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry {
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel.showFirst {
  display: block;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
  color: #122139;
  font-size: 1.3888888889rem;
  line-height: 1.6666666667rem;
  margin-bottom: 1.3333333333rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date span {
  display: block;
  color: #143261;
  margin-top: 0.1666666667rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol {
  /*margin: 0;
  padding: 0;*/
  counter-reset: li;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step {
  padding: 0.9444444444rem 0 0 0;
  border-top: 0.1111111111rem solid #143261;
  margin-bottom: 0.9444444444rem;
  position: relative;
  list-style: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:after {
  position: absolute;
  top: 2.2222222222rem;
  left: -2.7777777778rem;
  z-index: 1;
  height: 100%;
  width: 0.1111111111rem;
  background: #122139;
  display: block;
  content: "";
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:before {
  position: absolute;
  top: 0.5555555556rem;
  left: -3.8888888889rem;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  -webkit-border-radius: 2.2222222222rem;
     -moz-border-radius: 2.2222222222rem;
          border-radius: 2.2222222222rem;
  background: #122139;
  z-index: 2;
  color: #FFFFFF;
  content: counter(li);
  counter-increment: li;
  text-align: center;
  font-size: 0.9444444444rem;
  line-height: 2.2222222222rem;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-title {
  color: #143261;
  font-size: 1.2222222222rem;
  line-height: 1.2777777778rem;
  margin-bottom: 0.3888888889rem;
  text-transform: capitalize;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-text {
  color: #122139;
  font-size: 0.8333333333rem;
  line-height: 1.2222222222rem;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:last-child {
  margin-bottom: 0;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:last-child:after {
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns {
  padding: 1.1111111111rem 0 0 0;
  position: relative;
  border-top: 0.1111111111rem solid #143261;
  margin: 0.9444444444rem 0 2.2222222222rem 0;
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a {
  position: relative;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  float: left;
  margin-right: 0.5555555556rem;
  padding: 0.6666666667rem 0;
  width: 8.3333333333rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 1.4444444444rem;
     -moz-border-radius: 1.4444444444rem;
          border-radius: 1.4444444444rem;
  border: 0.1111111111rem solid #143261;
  text-align: center;
  font-size: 0.8333333333rem;
  line-height: 0.8333333333rem;
  font-weight: bold;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:link {
  color: #122139;
  text-decoration: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:visited {
  color: #122139;
  text-decoration: none;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:hover {
  color: #143261;
  text-decoration: none;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:hover:before {
  opacity: 0;
}
html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:hover:after {
  opacity: 1;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:active {
  color: #122139;
  text-decoration: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.6111111111rem;
}
html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn {
  display: none;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before {
  position: absolute;
  top: 0.5555555556rem;
  left: 0.6666666667rem;
  opacity: 1;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after {
  position: absolute;
  top: 0.5555555556rem;
  left: 0.6666666667rem;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before {
  position: absolute;
  top: 0.5555555556rem;
  left: 0.6666666667rem;
  opacity: 1;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after {
  position: absolute;
  top: 0.5555555556rem;
  left: 0.6666666667rem;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.mobile-select {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 8.8888888889rem;
  height: 3.5555555556rem;
  margin: 0 auto 0.8888888889rem;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  background: none;
}
html.touch .mobile-select {
  border: 0;
}
.mobile-select.opened {
  background: #fff;
}
.mobile-select.error {
  color: red;
  border-color: red;
  /*@extend .dsb-LG_ADM;  @extend .dsb-LG_ADM_adm-arrow-error; */
}
.mobile-select .admission-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5555555556rem;
  height: 3.5555555556rem;
  text-align: center;
  background: #E7E8EB;
  color: #122139;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-select .admission-icon:before {
  display: block;
  line-height: 3.5555555556rem;
  font-size: 2.1111111111rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html.no-touch .mobile-select:hover .admission-icon {
  background: #B7BCC3;
}
html.no-touch .mobile-select:hover .admission-icon:before {
  line-height: 3.7777777778rem;
}
.mobile-select select {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #122139;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2777777778rem;
  line-height: 3.5555555556rem;
  height: 3.5555555556rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 1rem;
}
@media screen and (max-width: 1023px) {
  .admissions-functionality-wrapper {
    padding: 2.2222222222rem 0;
  }

  .adm-async-form-two .adm-results-slide-out {
    width: 100%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    margin-right: 0.5555555556rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
    width: 100%;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns .adm-print-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sendAdmEmailToDivider {
    display: none;
  }

  .sendAdmEmailTo input {
    padding-right: 2.5555555556rem;
  }

  .sendAdmEmailTo {
    margin-top: 1.1111111111rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
    display: block;
  }

  .admissions-functionality-wrapper {
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    padding: 2.2222222222rem 1.1111111111rem;
    margin-left: -1.1111111111rem;
    margin-right: -1.1111111111rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
    width: 100%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    width: 31%;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date span {
    display: inline;
  }

  .adm-async-form-two .adm-results-slide-out .close-adm-results {
    top: 1.1111111111rem;
    right: 1.1111111111rem;
  }

  .adm-async-form-two .adm-results-slide-out {
    width: 100%;
    padding: 1.1111111111rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
    font-size: 1.0555555556rem;
    line-height: 1.2777777778rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-title {
    font-size: 1.1111111111rem;
    line-height: 1.1666666667rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:last-child {
    padding-bottom: 0.9444444444rem;
    border-bottom: 0.1111111111rem solid #143261;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    padding: 1.1111111111rem 1.6666666667rem 1.6666666667rem 1.6666666667rem;
    border-top: 0.1111111111rem solid #143261;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:before {
    left: -2.5555555556rem;
    width: 1.6666666667rem;
    height: 1.6666666667rem;
    font-size: 0.7777777778rem;
    line-height: 1.6666666667rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:after {
    left: -1.7777777778rem;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns {
    border-top: 0;
    margin-bottom: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry:first-child {
    border-top: 0.1111111111rem solid #143261;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
    width: 100%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    display: none !important;
  }

  .mobile-select {
    display: block;
  }

  html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    border-top: 0;
    border-left: 0.1111111111rem solid #143261;
    border-right: 0.1111111111rem solid #143261;
    border-bottom: 0.1111111111rem solid #143261;
  }

  html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container {
    border: 0;
  }
}
@media screen and (max-width: 580px) {
  /*.admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    width: 29%;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
    width: 85%;
  }*/
}
@media screen and (max-width: 450px) {
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    margin-right: 1%;
    width: 32%;
    font-size: 0.6666666667rem;
    padding-left: 0.5555555556rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:last-child {
    margin-right: 0;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:before {
    right: 0.4444444444rem;
  }

  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
    right: 0.4444444444rem;
  }
}
@media print {
  body.page-has-admissions > div:not(.adm-async-form-two) {
    display: none;
  }

  .adm-async-form-two {
    position: relative;
    height: auto;
  }

  .adm-async-form-two .adm-form-two-bg {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out {
    position: relative;
    height: auto;
    width: auto;
    padding: 0;
    overflow: visible;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-title {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .close-adm-results {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container {
    border: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers {
    display: none;
    height: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    padding: 0;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-details {
    display: none;
  }

  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
    display: none;
  }
}