@charset "UTF-8";
@import url("https://use.typekit.net/xjd6ygs.css");
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 {
  --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.15;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  color: #000;
  scroll-behavior: smooth; }

html {
  --htmlBase: 100%;
  font-size: var(--htmlBase);
  overflow-y: scroll; }
  @media only screen and (min-width: 1921px) {
    html {
      --htmlBase: -webkit-calc(100% + 0.2vw);
      --htmlBase: -moz-calc(100% + 0.2vw);
      --htmlBase: calc(100% + 0.2vw); } }
  html.js_menu-open, html.shTplGBlockScroll, html.js_no-scroll {
    overflow-y: hidden !important; }

body {
  overflow: hidden;
  --windowHeight: 100vh;
  --windowDynamicHeight: 100vh; }
  @supports (height: 100svh) {
    body {
      --windowHeight: 100svh;
      --windowDynamicHeight: 100svh; } }
  html.no-touch body {
    --windowHeight: var(--windowDynamicHeight) !important; }

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

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

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

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

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

ol, ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

strong {
  font-weight: bold; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

input {
  -webkit-box-shadow: none;
     -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: ' ';
  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; }

/* <link rel="stylesheet" href="https://use.typekit.net/xjd6ygs.css"> */
/* barlow-100 - latin */
/* @font-face {
  font-display: swap; 
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 100;
  src: url($base_url_fonts+'/barlow/barlow-v12-latin-100.woff2') format('woff2'), 
       url($base_url_fonts+'/barlow/barlow-v12-latin-100.ttf') format('truetype'); 
} */
/* barlow-300 - latin */
/* @font-face {
  font-display: swap; 
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: url($base_url_fonts+'/barlow/barlow-v12-latin-300.woff2') format('woff2'), 
       url($base_url_fonts+'/barlow/barlow-v12-latin-300.ttf') format('truetype'); 
} */
/* barlow-regular - latin */
/* @font-face {
  font-display: swap; 
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url($base_url_fonts+'/barlow/barlow-v12-latin-regular.woff2') format('woff2'), 
       url($base_url_fonts+'/barlow/barlow-v12-latin-regular.ttf') format('truetype'); 
} */
/* barlow-500 - latin */
/* @font-face {
  font-display: swap; 
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url($base_url_fonts+'/barlow/barlow-v12-latin-500.woff2') format('woff2'), 
       url($base_url_fonts+'/barlow/barlow-v12-latin-500.ttf') format('truetype'); 
} */
/* barlow-600 - latin */
/* @font-face {
  font-display: swap; 
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url($base_url_fonts+'/barlow/barlow-v12-latin-600.woff2') format('woff2'), 
       url($base_url_fonts+'/barlow/barlow-v12-latin-600.ttf') format('truetype'); 
} */
/* barlow-700 - latin */
/* @font-face {
  font-display: swap; 
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url($base_url_fonts+'/barlow/barlow-v12-latin-700.woff2') format('woff2'), 
       url($base_url_fonts+'/barlow/barlow-v12-latin-700.ttf') format('truetype'); 
} */
/* spectral-300 - latin */
/* @font-face {
  font-display: swap; 
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 300;
  src: url($base_url_fonts+'/spectral/spectral-v13-latin-300.woff2') format('woff2'), 
       url($base_url_fonts+'/spectral/spectral-v13-latin-300.ttf') format('truetype'); 
} */
/* spectral-regular - latin */
/* @font-face {
  font-display: swap; 
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 400;
  src: url($base_url_fonts+'/spectral/spectral-v13-latin-regular.woff2') format('woff2'), 
       url($base_url_fonts+'/spectral/spectral-v13-latin-regular.ttf') format('truetype'); 
} */
/* spectral-500 - latin */
/* @font-face {
  font-display: swap; 
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 500;
  src: url($base_url_fonts+'/spectral/spectral-v13-latin-500.woff2') format('woff2'), 
       url($base_url_fonts+'/spectral/spectral-v13-latin-500.ttf') format('truetype'); 
} */
/* spectral-600 - latin */
/* @font-face {
  font-display: swap; 
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 600;
  src: url($base_url_fonts+'/spectral/spectral-v13-latin-600.woff2') format('woff2'), 
       url($base_url_fonts+'/spectral/spectral-v13-latin-600.ttf') format('truetype'); 
} */
/* spectral-700 - latin */
/* @font-face {
  font-display: swap; 
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 700;
  src: url($base_url_fonts+'/spectral/spectral-v13-latin-700.woff2') format('woff2'), 
       url($base_url_fonts+'/spectral/spectral-v13-latin-700.ttf') format('truetype'); 
} */
@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; }

/*
    * 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: "\e900"; }
  .social-icon.social-facebook-icon:before {
    content: "\e901"; }
  .social-icon.social-flickr-icon:before {
    content: "\e902"; }
  .social-icon.social-instagram-icon:before {
    content: "\e903"; }
  .social-icon.social-issuu-icon:before {
    content: "\e904"; }
  .social-icon.social-linkedin-icon:before {
    content: "\e905"; }
  .social-icon.social-pinterest-icon:before {
    content: "\e906"; }
  .social-icon.social-soundcloud-icon:before {
    content: "\e907"; }
  .social-icon.social-twitter-icon:before {
    content: "\e908"; }
  .social-icon.social-vimeo-icon:before {
    content: "\e909"; }
  .social-icon.social-youtube-icon:before {
    content: "\e90a"; }
  .social-icon.social-news-icon:before {
    content: "\e90b"; }

/* 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: "\e903";
    color: #fc0; }
  .global-icons.global-pin-icon:before {
    content: "\e904";
    color: #fc0; }
  .global-icons.global-search-icon:before {
    content: "\e905";
    color: #98aacf; }
  .global-icons.global-feather-mail-icon:before {
    content: "\e900"; }
  .global-icons.global-bolb-icon:before {
    content: "\e901"; }

/* 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 {
  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: "\e902"; }

.sl-icons.sl-pdf_file-icon:after {
  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: "\e900"; }

.sl-icons.sl-tabs-icon:after {
  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: "\e901"; }

@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; }

.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-feather-mail-icon:before {
    content: "\e900"; }
  .global-icons.global-bolb-icon:before {
    content: "\e901"; }

@font-face {
  font-family: 'icons-common';
  src: url("/Fonts/icons/icons-common.ttf") format("truetype"), url("/Fonts/icons/icons-common.woff") format("woff"), url("/Fonts/icons/icons-common.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons-common' !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; }

.icon-volume:before {
  content: "\e91e";
  color: #fff; }

.icon-volume_hover:before {
  content: "\e91f";
  color: #fff; }

.icon-Pause:before {
  content: "\e920";
  color: #fff; }

.icon-play:before {
  content: "\e921";
  color: #fff; }

.icon-twitter1:before {
  content: "\e912"; }

.icon-news:before {
  content: "\e913"; }

.icon-blog:before {
  content: "\e914"; }

.icon-facebook1:before {
  content: "\e915"; }

.icon-flickr1:before {
  content: "\e916"; }

.icon-instagram1:before {
  content: "\e917"; }

.icon-issuu:before {
  content: "\e918"; }

.icon-linkedin:before {
  content: "\e919"; }

.icon-pinterest:before {
  content: "\e91a"; }

.icon-soundcloud:before {
  content: "\e91b"; }

.icon-vimeo:before {
  content: "\e91c"; }

.icon-youtube1:before {
  content: "\e91d"; }

.icon-email_fill:before {
  content: "\e911";
  color: #fff; }

.icon-parents:before {
  content: "\e910"; }

.icon-parents_search_open:before {
  content: "\e90f"; }

.icon-parents_search:before {
  content: "\e90e";
  color: #203b79; }

.icon-pin:before {
  content: "\e90c"; }

.icon-email:before {
  content: "\e906"; }

.icon-phone:before {
  content: "\e90a"; }

.icon-notices:before {
  content: "\e901"; }

.icon-alert:before {
  content: "\e909"; }

.icon-pin_fill:before {
  content: "\e900"; }

.icon-arrow:before {
  content: "\e902"; }

.icon-arrow_right:before {
  content: "\e903"; }

.icon-blue_circle:before {
  content: "\e904";
  color: #0778c9; }

.icon-close:before {
  content: "\e905"; }

.icon-green_circle:before {
  content: "\e907";
  color: #61b234; }

.icon-light_blue_circle:before {
  content: "\e908";
  color: #89d2f6; }

.icon-phone_fill:before {
  content: "\e90b"; }

.icon-search:before {
  content: "\e90d"; }

.icon-youtube:before {
  content: "\e924"; }

.icon-flickr:before {
  content: "\e922"; }

.icon-facebook:before {
  content: "\e923"; }

.icon-twitter:before {
  content: "\e925"; }

.icon-instagram:before {
  content: "\e926"; }

/* 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; }

.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: 1.875rem; }
  @media screen and (max-width: 100rem) {
    .sidebar-layout.sidebar-left-layout .content {
      padding-left: 2.5rem;
      padding-top: 1.875rem; } }
  @media screen and (max-width: 47.9375rem) {
    .sidebar-layout.sidebar-left-layout .content {
      padding-left: 1.25rem; } }

.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: 47.9375rem) {
    .sidebar-layout.sidebar-left-layout .content-wrap,
    .sidebar-layout.sidebar-left-layout .sll-content-width {
      padding-right: 1.25rem;
      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: 47.9375rem) {
      .sidebar-layout.sidebar-left-layout .widget-holder.sll-content-width, .sidebar-layout.sidebar-left-layout .sll-content-width.ckEditorLayout {
        max-width: none;
        padding-right: 1.25rem; } }

.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: 100rem) {
    .sidebar-layout.sidebar-left-layout .main-sidebar {
      padding-top: 1.875rem; } }
  @media screen and (max-width: 75rem) {
    .sidebar-layout.sidebar-left-layout .main-sidebar {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 21.875rem;
         -moz-box-flex: 0;
          -ms-flex: 0 0 21.875rem;
              flex: 0 0 21.875rem;
      padding: 1.875rem 1.25rem; } }
  @media screen and (max-width: 47.9375rem) {
    .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 1.25rem; }
    @media screen and (max-width: 47.9375rem) {
      .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: 1.875rem;
    padding-top: 45px; }
  .sidebar-layout.sidebar-right-layout .content-wrap {
    width: 100%;
    padding-right: 50px; }
    @media screen and (max-width: 47.9375rem) {
      .sidebar-layout.sidebar-right-layout .content-wrap {
        padding-right: 1.25rem;
        max-width: none; } }
  .sidebar-layout.sidebar-right-layout .srl-content-width {
    padding-right: 50px;
    max-width: none; }
    @media screen and (max-width: 47.9375rem) {
      .sidebar-layout.sidebar-right-layout .srl-content-width {
        padding-right: 1.25rem; } }
  .sidebar-layout.sidebar-right-layout .main-sidebar {
    padding: 45px 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23.125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 23.125rem;
            flex: 0 0 23.125rem;
    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: 47.9375rem) {
  .sidebar-layout .container {
    width: 100% !important;
    display: block !important; }
  .sidebar-layout .content {
    display: block;
    width: 100%; }
  .sidebar-layout .main-sidebar {
    display: none; } }

@use 'sass:math' as math;
.full-width-layout .container {
  width: 100%;
  display: block;
  max-width: 933px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 80px; }
  @media (min-width: 2000px) {
    .full-width-layout .container {
      max-width: 1600px; } }
  @media (max-width: 1180px) {
    .full-width-layout .container {
      max-width: 750px; } }
  @media (max-width: 1024px) {
    .full-width-layout .container {
      padding: 20px 50px 50px 50px; } }
  @media (max-width: 767px) {
    .full-width-layout .container {
      padding: 20px 30px 40px; } }
  body.js-news-highlights .full-width-layout .container > .content > div:not(.alternated):not(.full-width-image-with-text):last-of-type {
    margin-bottom: 0; }
    body.js-news-highlights .full-width-layout .container > .content > div:not(.alternated):not(.full-width-image-with-text):last-of-type.promos-carousel {
      margin-bottom: clamp(0.625rem, 3.47826vw + -0.35326rem, 3.125rem) !important; }
  .full-width-layout .container > .content > div.layout01:last-of-type {
    margin-bottom: 3.75rem; }

.full-width-layout .fwl-content-width {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 125rem) {
    .full-width-layout .fwl-content-width {
      max-width: 60vw; }
      .full-width-layout .fwl-content-width.stories-grid, .full-width-layout .fwl-content-width.stats-grid, .full-width-layout .fwl-content-width.staff-grid, .full-width-layout .fwl-content-width.cards-grid {
        max-width: 100%;
        width: 100%;
        left: 0; } }

.full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
  width: 62vw;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (min-width: 3250px) {
    .full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
      width: -webkit-calc(100% + 195px);
      width: -moz-calc(100% + 195px);
      width: calc(100% + 195px); } }
  @media (max-width: 2400px) {
    .full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
      width: 100%; } }
  @media (max-width: 1400px) {
    .full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
      width: 100% !important;
      left: -1.875rem;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none; } }
  @media (max-width: 1180px) {
    .full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
      left: -5.625rem;
      width: -webkit-calc(100% + 195px) !important;
      width: -moz-calc(100% + 195px) !important;
      width: calc(100% + 195px) !important; } }
  @media (max-width: 1050px) {
    .full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
      left: 0;
      width: -webkit-calc(100% - 110px) !important;
      width: -moz-calc(100% - 110px) !important;
      width: calc(100% - 110px) !important; } }
  @media (max-width: 1024px) {
    .full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
      width: -webkit-calc(100% - 50px) !important;
      width: -moz-calc(100% - 50px) !important;
      width: calc(100% - 50px) !important;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (max-width: 825px) {
    .full-width-layout .fwl-left-to-end, .full-width-layout .ckEditorLayout-left-to-end {
      left: 0;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none;
      width: 100% !important; } }
  .full-width-layout .fwl-left-to-end.carousel-widget-wrapper .slick-no-slide .slick-list, .full-width-layout .carousel-widget-wrapper.ckEditorLayout-left-to-end .slick-no-slide .slick-list {
    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; }
  .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 {
    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-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important; }
  .full-width-layout .fwl-left-to-end .fwl-content-width, .full-width-layout .ckEditorLayout-left-to-end .fwl-content-width {
    max-width: 100%; }

.full-width-layout .fwl-right-to-end, .full-width-layout .ckEditorLayout-right-to-end {
  width: -webkit-calc(50vw + 448.5px);
  width: -moz-calc(50vw + 448.5px);
  width: calc(50vw + 448.5px);
  float: right; }
  @media (max-width: 933px) {
    .full-width-layout .fwl-right-to-end, .full-width-layout .ckEditorLayout-right-to-end {
      width: -webkit-calc(100% + property("padding-left-right"));
      width: -moz-calc(100% + property("padding-left-right"));
      width: calc(100% + property("padding-left-right")); }
      .full-width-layout .fwl-right-to-end .fwl-content-width, .full-width-layout .ckEditorLayout-right-to-end .fwl-content-width {
        padding-right: 20px; } }
  @media (max-width: 47.9375rem) {
    .full-width-layout .fwl-right-to-end, .full-width-layout .ckEditorLayout-right-to-end {
      float: none; } }

.full-width-layout .fwl-viewport-width, .full-width-layout .ckEditorLayout-full-width {
  width: 100vw;
  margin-left: -50vw;
  left: 50%; }
  .full-width-layout .fwl-viewport-width .fwl-content-width, .full-width-layout .ckEditorLayout-full-width .fwl-content-width {
    margin: 0 auto;
    padding: 50px 20px 40px; }
  .full-width-layout .fwl-viewport-width.carousel-widget-wrapper .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; }

.full-width-layout .sidebar-navigation {
  display: none; }

.full-width-layout .main-sidebar {
  display: none; }

.content-wrap .secondLvlCss > blockquote:last-child {
  margin-bottom: 4.375rem; }

.content-wrap .secondLvlCss > *:last-child {
  margin-bottom: 1.875rem; }

.content-wrap + .events-carousel {
  padding-top: 0.0625rem; }

.content-wrap + .layout09 {
  margin-top: 3.4375rem; }

html,
body {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  background-color: #F4F4F4; }

body {
  width: 100%;
  height: 100%; }
  body.secondLvl, body.sharedTemplates {
    background-color: #ffffff; }

.main-content {
  width: 100%;
  display: block;
  position: relative; }

.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;
  margin-left: -0.9375rem;
  width: -webkit-calc(100% + 1.875rem);
  width: -moz-calc(100% + 1.875rem);
  width: calc(100% + 1.875rem); }
  .grid-widget > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 var(--basis, 33.33%);
       -moz-box-flex: 0;
        -ms-flex: 0 1 var(--basis, 33.33%);
            flex: 0 1 var(--basis, 33.33%); }
    @media only screen and (max-width: 991px) {
      .grid-widget > div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 var(--basis, 50%);
           -moz-box-flex: 0;
            -ms-flex: 0 1 var(--basis, 50%);
                flex: 0 1 var(--basis, 50%); } }
    @media only screen and (max-width: 640px) {
      .grid-widget > div {
        --basis: 100%; } }
  .grid-widget:not(.grid-widget-split) > div {
    padding: 0.9375rem 0.625rem; }
  .grid-widget.grid-widget-split > div > div {
    padding: 0.9375rem;
    pointer-events: none; }
    .grid-widget.grid-widget-split > div > div > div {
      pointer-events: all; }

.carousel-widget {
  width: 100%;
  display: block;
  position: relative;
  min-width: 0rem; }
  .carousel-widget .crsl-inner {
    width: 100%;
    display: block;
    overflow: hidden; }
    .carousel-widget .crsl-inner .slick-list {
      padding: 0 !important; }
  .carousel-widget.align-center .slick-track {
    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;
    left: 0; }
    .carousel-widget.align-center .slick-track.js_stories-carousel {
      width: 100% !important;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .carousel-widget.align-center .slick-track .slick-slide {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: auto; }
  .carousel-widget.align-center .slick-track .slick-slide {
    -webkit-box-align: left;
    -webkit-align-items: left;
       -moz-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.carousel-widget-wrapper {
  margin-bottom: 1.875rem;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transform: opacity 0.3s ease, visibility 0.3s ease;
     -moz-transform: opacity 0.3s ease, visibility 0.3s ease;
      -ms-transform: opacity 0.3s ease, visibility 0.3s ease;
       -o-transform: opacity 0.3s ease, visibility 0.3s ease;
          transform: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  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; }
  .carousel-widget-wrapper.loaded {
    opacity: 1;
    visibility: visible;
    height: auto;
    pointer-events: all;
    margin-bottom: 0; }
  .carousel-widget-wrapper .slick-arrow:not(.slick-disabled) {
    pointer-events: all; }
  .carousel-widget-wrapper .controller-wrapper.over-crsl {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
    .carousel-widget-wrapper .controller-wrapper.over-crsl .controller-js {
      width: -webkit-calc(100% + 235px);
      width: -moz-calc(100% + 235px);
      width: calc(100% + 235px);
      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 1.25rem;
      position: relative;
      left: -6.25rem; }
      @media (max-width: 2100px) {
        .carousel-widget-wrapper .controller-wrapper.over-crsl .controller-js {
          width: -webkit-calc(100% + 170px);
          width: -moz-calc(100% + 170px);
          width: calc(100% + 170px);
          padding: 0;
          left: -5.3125rem; } }
      @media (max-width: 1999px) {
        .carousel-widget-wrapper .controller-wrapper.over-crsl .controller-js {
          width: -webkit-calc(100% + 170px);
          width: -moz-calc(100% + 170px);
          width: calc(100% + 170px); } }
      @media (max-width: 1919px) {
        .carousel-widget-wrapper .controller-wrapper.over-crsl .controller-js {
          width: -webkit-calc(100% + 185px);
          width: -moz-calc(100% + 185px);
          width: calc(100% + 185px); } }
  .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: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .carousel-widget-wrapper .controller-wrapper:not(.over-crsl).top-placed {
      margin-bottom: 1.25rem; }
    .carousel-widget-wrapper .controller-wrapper:not(.over-crsl):not(.top-placed) {
      margin-bottom: 1.25rem; }
      .carousel-widget-wrapper .controller-wrapper:not(.over-crsl):not(.top-placed) .controller-js {
        display: none; }
    .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.25rem; }
  .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.in-content-layout .controller-js {
  position: absolute;
  left: -22.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  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; }
  @media (max-width: 1100px) {
    .carousel-widget-wrapper.in-content-layout .controller-js {
      left: -24.5%;
      margin-top: 1.25rem; } }
  .carousel-widget-wrapper.in-content-layout .controller-js .next {
    margin-bottom: 20px; }

.carousel-widget-wrapper.in-content-layout .slick-track {
  left: auto; }

@media (max-width: 1024px) {
  .carousel-widget.align-center .slick-track .slick-slide > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .carousel-widget-wrapper {
    width: -webkit-calc(100% + 60px) !important;
    width: -moz-calc(100% + 60px) !important;
    width: calc(100% + 60px) !important;
    left: -1.875rem;
    margin-bottom: 0rem !important;
    margin-top: 0rem !important; }
    .carousel-widget-wrapper .controller-wrapper.over-crsl {
      display: none; }
    .carousel-widget-wrapper .controller-wrapper:not(.over-crsl):not(.top-placed) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 1.25rem;
      padding-right: 0;
      margin-bottom: 2.5rem;
      min-height: 4.375rem; }
      .carousel-widget-wrapper .controller-wrapper:not(.over-crsl):not(.top-placed) .secondLvlCss {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .carousel-widget-wrapper .controller-wrapper:not(.over-crsl):not(.top-placed) .secondLvlCss .downloadBtn {
          margin-top: 5rem; }
      .carousel-widget-wrapper .controller-wrapper:not(.over-crsl):not(.top-placed) .controller-js {
        display: block;
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        position: absolute; }
        .carousel-widget-wrapper .controller-wrapper:not(.over-crsl):not(.top-placed) .controller-js .next {
          float: right; }
  .carousel-widget-wrapper.in-content-layout {
    -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;
    width: -webkit-calc(100% + 0px) !important;
    width: -moz-calc(100% + 0px) !important;
    width: calc(100% + 0px) !important;
    left: 0; }
    .carousel-widget-wrapper.in-content-layout .controller-js {
      position: relative;
      left: 0;
      top: auto;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none;
      display: block;
      width: 100%;
      padding: 0 1.875rem; }
      .carousel-widget-wrapper.in-content-layout .controller-js .prev {
        float: left; }
      .carousel-widget-wrapper.in-content-layout .controller-js .next {
        float: right;
        margin-bottom: 0; } }

.header, .header-sticky {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 51;
  pointer-events: none; }
  @media (min-width: 768px) {
    .header, .header-sticky {
      height: 9.375rem; } }
  .header *:focus-visible, .header-sticky *:focus-visible {
    outline: 2px solid #ffffff !important;
    outline-offset: 2px; }
  .header .logo, .header-sticky .logo {
    width: 375px;
    position: absolute;
    -webkit-transition: width 0.4s ease, height 0.4s ease, left 0.4s ease, top 0.4s ease;
    -o-transition: width 0.4s ease, height 0.4s ease, left 0.4s ease, top 0.4s ease;
    -moz-transition: width 0.4s ease, height 0.4s ease, left 0.4s ease, top 0.4s ease;
    transition: width 0.4s ease, height 0.4s ease, left 0.4s ease, top 0.4s ease;
    pointer-events: all; }
    .header .logo img, .header-sticky .logo img {
      width: 100%;
      height: auto;
      -webkit-transition: width 0.4s ease, height 0.4s ease;
      -o-transition: width 0.4s ease, height 0.4s ease;
      -moz-transition: width 0.4s ease, height 0.4s ease;
      transition: width 0.4s ease, height 0.4s ease; }
  .header .logo-menu, .header-sticky .logo-menu {
    display: none;
    z-index: 5;
    width: 375px;
    position: absolute;
    left: 3.75rem;
    top: 1.875rem;
    pointer-events: all; }
    .header .logo-menu img, .header-sticky .logo-menu img {
      width: 100%;
      height: auto;
      -webkit-transition: width 0.4s ease, height 0.4s ease;
      -o-transition: width 0.4s ease, height 0.4s ease;
      -moz-transition: width 0.4s ease, height 0.4s ease;
      transition: width 0.4s ease, height 0.4s ease; }
  .header .top-menu, .header-sticky .top-menu {
    font-family: "barlow";
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: #ffffff;
    position: absolute;
    right: 3.75rem;
    top: 4.6875rem;
    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-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 0;
    -webkit-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease; }
    @media (min-width: 768px) {
      .header .top-menu, .header-sticky .top-menu {
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media (min-width: 2000px) and (max-height: 1100px) {
      .header .top-menu, .header-sticky .top-menu {
        -webkit-transform: translateY(-75%) !important;
           -moz-transform: translateY(-75%) !important;
            -ms-transform: translateY(-75%) !important;
             -o-transform: translateY(-75%) !important;
                transform: translateY(-75%) !important; } }
    .header .top-menu .search-btn, .header-sticky .top-menu .search-btn {
      border: 0;
      background: transparent;
      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-right: 0.625rem;
      width: 3.125rem;
      height: 4.5rem;
      margin-top: -1.1875rem;
      overflow: hidden;
      position: relative;
      -webkit-transition: width 0.4s ease, background 0.4s ease, -webkit-border-radius 0.4s ease;
      transition: width 0.4s ease, background 0.4s ease, -webkit-border-radius 0.4s ease;
      -o-transition: width 0.4s ease, background 0.4s ease, border-radius 0.4s ease;
      -moz-transition: width 0.4s ease, background 0.4s ease, border-radius 0.4s ease, -moz-border-radius 0.4s ease;
      transition: width 0.4s ease, background 0.4s ease, border-radius 0.4s ease;
      transition: width 0.4s ease, background 0.4s ease, border-radius 0.4s ease, -webkit-border-radius 0.4s ease, -moz-border-radius 0.4s ease;
      pointer-events: all;
      font-size: 1.375rem; }
      @media (min-width: 768px) {
        .header .top-menu .search-btn, .header-sticky .top-menu .search-btn {
          margin-top: 0; } }
      .header .top-menu .search-btn .icon-search, .header-sticky .top-menu .search-btn .icon-search {
        cursor: pointer;
        position: absolute;
        left: 16px;
        top: 23px;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        pointer-events: all; }
        .header .top-menu .search-btn .icon-search::before, .header-sticky .top-menu .search-btn .icon-search::before {
          font-family: 'icons-common';
          content: '\e90f'; }
        .header .top-menu .search-btn .icon-search::after, .header-sticky .top-menu .search-btn .icon-search::after {
          opacity: 0;
          visibility: hidden;
          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: 200%;
          height: 200%;
          background-color: rgba(255, 255, 255, 0.2);
          -webkit-border-radius: 50%;
             -moz-border-radius: 50%;
                  border-radius: 50%;
          pointer-events: none;
          -webkit-transition: .3s;
          -o-transition: .3s;
          -moz-transition: .3s;
          transition: .3s;
          z-index: -1; }
        html.no-touch .header .top-menu .search-btn .icon-search:hover, html.no-touch .header-sticky .top-menu .search-btn .icon-search:hover {
          color: #89D2F6; }
          html.no-touch .header .top-menu .search-btn .icon-search:hover::after, html.no-touch .header-sticky .top-menu .search-btn .icon-search:hover::after {
            opacity: 1;
            visibility: visible; }
        @media (min-width: 100rem) {
          .header .top-menu .search-btn .icon-search, .header-sticky .top-menu .search-btn .icon-search {
            left: 1.0625rem; } }
      .header .top-menu .search-btn .search-input, .header-sticky .top-menu .search-btn .search-input {
        position: absolute;
        left: 3.125rem;
        top: 1.125rem;
        top: 50%;
        -webkit-transform: translateY(-61%);
           -moz-transform: translateY(-61%);
            -ms-transform: translateY(-61%);
             -o-transform: translateY(-61%);
                transform: translateY(-61%);
        pointer-events: all;
        width: 16.875rem;
        background: transparent;
        border: 0;
        color: #ffffff;
        font-family: "barlow";
        opacity: 0; }
        .header .top-menu .search-btn .search-input::-webkit-input-placeholder, .header-sticky .top-menu .search-btn .search-input::-webkit-input-placeholder {
          color: #ffffff; }
        .header .top-menu .search-btn .search-input::-moz-placeholder, .header-sticky .top-menu .search-btn .search-input::-moz-placeholder {
          color: #ffffff; }
        .header .top-menu .search-btn .search-input:-ms-input-placeholder, .header-sticky .top-menu .search-btn .search-input:-ms-input-placeholder {
          color: #ffffff; }
        .header .top-menu .search-btn .search-input:-moz-placeholder, .header-sticky .top-menu .search-btn .search-input:-moz-placeholder {
          color: #ffffff; }
        html.no-touch .header .top-menu .search-btn .search-input:hover, html.no-touch .header-sticky .top-menu .search-btn .search-input:hover {
          color: #89D2F6; }
        @media (min-width: 100rem) {
          .header .top-menu .search-btn .search-input, .header-sticky .top-menu .search-btn .search-input {
            left: 4.0625rem;
            width: 200px; } }
      .header .top-menu .search-btn .submit-wrap, .header-sticky .top-menu .search-btn .submit-wrap {
        position: relative; }
        .header .top-menu .search-btn .submit-wrap input, .header-sticky .top-menu .search-btn .submit-wrap input {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background: transparent;
          border: none;
          font-size: 0;
          cursor: pointer; }
      .header .top-menu .search-btn .icon-arrow_right, .header-sticky .top-menu .search-btn .icon-arrow_right {
        display: none;
        cursor: pointer;
        z-index: 5;
        margin-right: 1.0625rem;
        font-size: 1.25rem; }
        @media (min-width: 100rem) {
          .header .top-menu .search-btn .icon-arrow_right, .header-sticky .top-menu .search-btn .icon-arrow_right {
            margin-right: 1.6875rem; } }
      .header .top-menu .search-btn.open, .header-sticky .top-menu .search-btn.open {
        width: 21.875rem;
        -webkit-border-radius: 3.75rem;
           -moz-border-radius: 3.75rem;
                border-radius: 3.75rem;
        background: rgba(25, 18, 45, 0.4);
        -webkit-box-pack: right;
        -webkit-justify-content: right;
           -moz-box-pack: right;
            -ms-flex-pack: right;
                justify-content: right; }
        @media (min-width: 100rem) {
          .header .top-menu .search-btn.open .icon-search, .header-sticky .top-menu .search-btn.open .icon-search {
            left: 1.6875rem; } }
        .header .top-menu .search-btn.open .search-input, .header-sticky .top-menu .search-btn.open .search-input {
          opacity: 1; }
        .header .top-menu .search-btn.open .icon-arrow_right, .header-sticky .top-menu .search-btn.open .icon-arrow_right {
          display: block; }
    .header .top-menu .parents-btn, .header-sticky .top-menu .parents-btn {
      border: 0;
      background: transparent;
      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;
      padding: 0 0.9375rem;
      pointer-events: all;
      cursor: pointer; }
      .header .top-menu .parents-btn span, .header-sticky .top-menu .parents-btn span {
        line-height: 1.875rem; }
      .header .top-menu .parents-btn .icon-arrow, .header-sticky .top-menu .parents-btn .icon-arrow {
        position: relative;
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
        margin-top: 0.3125rem;
        margin-left: 1rem;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: -o-transform 0.4s ease;
        -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
        pointer-events: all; }
        .header .top-menu .parents-btn .icon-arrow:before, .header-sticky .top-menu .parents-btn .icon-arrow:before {
          font-size: 1rem; }
      html.no-touch .header .top-menu .parents-btn:hover .icon-arrow, html.no-touch .header-sticky .top-menu .parents-btn:hover .icon-arrow {
        -webkit-transform: translateY(5px) rotate(90deg);
           -moz-transform: translateY(5px) rotate(90deg);
            -ms-transform: translateY(5px) rotate(90deg);
             -o-transform: translateY(5px) rotate(90deg);
                transform: translateY(5px) rotate(90deg); }
    .header .top-menu > a, .header-sticky .top-menu > a {
      color: #ffffff;
      padding: 0 0.9375rem;
      line-height: 1.875rem;
      pointer-events: all;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      html.no-touch .header .top-menu > a:hover, html.no-touch .header-sticky .top-menu > a:hover {
        color: #89D2F6; }
    .header .top-menu .contact-btn, .header-sticky .top-menu .contact-btn {
      border: 0;
      background: transparent;
      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-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #ffffff;
      padding: 0 0.9375rem;
      cursor: pointer;
      pointer-events: all;
      position: relative; }
      .header .top-menu .contact-btn .btn, .header-sticky .top-menu .contact-btn .btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .header .top-menu .contact-btn .btn span, .header-sticky .top-menu .contact-btn .btn span {
          line-height: 1.875rem; }
        .header .top-menu .contact-btn .btn .icon-arrow,
        .header .top-menu .contact-btn .btn .icon--arrow, .header-sticky .top-menu .contact-btn .btn .icon-arrow,
        .header-sticky .top-menu .contact-btn .btn .icon--arrow {
          position: relative;
          -webkit-transform: rotate(90deg);
             -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
               -o-transform: rotate(90deg);
                  transform: rotate(90deg);
          margin-top: 0.3125rem;
          margin-left: 1rem;
          -webkit-transition: -webkit-transform 0.4s ease;
          transition: -webkit-transform 0.4s ease;
          -o-transition: -o-transform 0.4s ease;
          -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
          transition: transform 0.4s ease;
          transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
          .header .top-menu .contact-btn .btn .icon-arrow:before,
          .header .top-menu .contact-btn .btn .icon--arrow:before, .header-sticky .top-menu .contact-btn .btn .icon-arrow:before,
          .header-sticky .top-menu .contact-btn .btn .icon--arrow:before {
            font-size: 1rem; }
        .header .top-menu .contact-btn .btn .icon--arrow:before, .header-sticky .top-menu .contact-btn .btn .icon--arrow:before {
          content: "\e902"; }
      html.no-touch .header .top-menu .contact-btn:hover, html.no-touch .header-sticky .top-menu .contact-btn:hover {
        color: #89D2F6; }
        html.no-touch .header .top-menu .contact-btn:hover .btn .icon-arrow,
        html.no-touch .header .top-menu .contact-btn:hover .btn .icon--arrow, html.no-touch .header-sticky .top-menu .contact-btn:hover .btn .icon-arrow,
        html.no-touch .header-sticky .top-menu .contact-btn:hover .btn .icon--arrow {
          -webkit-transform: translateY(5px) rotate(90deg);
             -moz-transform: translateY(5px) rotate(90deg);
              -ms-transform: translateY(5px) rotate(90deg);
               -o-transform: translateY(5px) rotate(90deg);
                  transform: translateY(5px) rotate(90deg); }
      .header .top-menu .contact-btn .content, .header-sticky .top-menu .contact-btn .content {
        height: 0px;
        overflow: hidden;
        -webkit-transition: height 0.5s ease;
        -o-transition: height 0.5s ease;
        -moz-transition: height 0.5s ease;
        transition: height 0.5s ease;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 18, 45, 0)), to(rgba(25, 18, 45, 0.7)));
        background-image: -webkit-linear-gradient(top, rgba(25, 18, 45, 0), rgba(25, 18, 45, 0.7));
        background-image: -moz-linear-gradient(top, rgba(25, 18, 45, 0), rgba(25, 18, 45, 0.7));
        background-image: -o-linear-gradient(top, rgba(25, 18, 45, 0), rgba(25, 18, 45, 0.7));
        background-image: linear-gradient(to bottom, rgba(25, 18, 45, 0), rgba(25, 18, 45, 0.7));
        -webkit-border-bottom-left-radius: 1.875rem;
           -moz-border-radius-bottomleft: 1.875rem;
                border-bottom-left-radius: 1.875rem;
        -webkit-border-bottom-right-radius: 1.875rem;
           -moz-border-radius-bottomright: 1.875rem;
                border-bottom-right-radius: 1.875rem;
        padding: 0.5rem 1.25rem 0.625rem 1.25rem;
        -webkit-transition: height 0.5s ease, opacity 0.5s ease;
        -o-transition: height 0.5s ease, opacity 0.5s ease;
        -moz-transition: height 0.5s ease, opacity 0.5s ease;
        transition: height 0.5s ease, opacity 0.5s ease;
        opacity: 0;
        position: absolute;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        left: 0px;
        top: 100%; }
        .header .top-menu .contact-btn .content a, .header-sticky .top-menu .contact-btn .content a {
          display: block;
          color: #ffffff;
          text-align: left;
          padding: 8px 0px; }
          html.no-touch .header .top-menu .contact-btn .content a:hover, html.no-touch .header-sticky .top-menu .contact-btn .content a:hover {
            color: #89D2F6; }
    .header .top-menu .parents-link::after, .header-sticky .top-menu .parents-link::after {
      content: none;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 1.0625rem;
      height: 1.1875rem;
      display: inline-block;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.83' height='20.996' viewBox='0 0 18.83 20.996'%3E%3Cg transform='translate(-206.92 -33)'%3E%3Cpath d='M49.333,41.332H47.166A2.166,2.166,0,0,0,45,43.5V51.08a2.166,2.166,0,0,0,2.166,2.166h13A2.166,2.166,0,0,0,62.33,51.08V43.5a2.166,2.166,0,0,0-2.166-2.166H58m-8.665,0V38.083a4.331,4.331,0,0,1,4.333-4.333h0A4.331,4.331,0,0,1,58,38.083v3.249m-8.665,0H58m-4.333,4.333v3.249' transform='translate(162.67)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M0,0H17.33V19.5H0Z' transform='translate(207.67 33.75)' fill='none'/%3E%3C/g%3E%3C/svg%3E");
      -moz-background-size: contain;
           background-size: contain;
      margin-left: 0.625rem;
      background-repeat: no-repeat; }
    html.no-touch .header .top-menu .parents-link:hover::after, html.no-touch .header-sticky .top-menu .parents-link:hover::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.83' height='20.996' viewBox='0 0 18.83 20.996'%3E%3Cg transform='translate(-206.92 -33)'%3E%3Cpath d='M49.333,41.332H47.166A2.166,2.166,0,0,0,45,43.5V51.08a2.166,2.166,0,0,0,2.166,2.166h13A2.166,2.166,0,0,0,62.33,51.08V43.5a2.166,2.166,0,0,0-2.166-2.166H58m-8.665,0V38.083a4.331,4.331,0,0,1,4.333-4.333h0A4.331,4.331,0,0,1,58,38.083v3.249m-8.665,0H58m-4.333,4.333v3.249' transform='translate(162.67)' fill='none' stroke='%2389D2F6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M0,0H17.33V19.5H0Z' transform='translate(207.67 33.75)' fill='none'/%3E%3C/g%3E%3C/svg%3E"); }
    .header .top-menu .menu-btn, .header-sticky .top-menu .menu-btn {
      border: 0;
      background: transparent;
      margin-left: 1.5625rem;
      margin-top: -1rem;
      position: relative;
      cursor: pointer; }
      .header .top-menu .menu-btn button, .header-sticky .top-menu .menu-btn button {
        cursor: pointer; }
      .header .top-menu .menu-btn .menu-open, .header-sticky .top-menu .menu-btn .menu-open {
        width: 4.5rem;
        height: 4.5rem;
        -webkit-border-radius: 5rem;
           -moz-border-radius: 5rem;
                border-radius: 5rem;
        background: transparent;
        background-color: #ffffff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        border: 0;
        pointer-events: all; }
        .header .top-menu .menu-btn .menu-open .icon-menu, .header-sticky .top-menu .menu-btn .menu-open .icon-menu {
          position: relative;
          width: 2.0625rem;
          height: 1.3125rem;
          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; }
          .header .top-menu .menu-btn .menu-open .icon-menu span, .header-sticky .top-menu .menu-btn .menu-open .icon-menu span {
            display: block;
            position: absolute;
            width: 2.0625rem;
            height: 0.125rem;
            background-color: #19122D;
            -webkit-transition: width 0.5s ease, -webkit-transform 0.5s ease;
            transition: width 0.5s ease, -webkit-transform 0.5s ease;
            -o-transition: width 0.5s ease, -o-transform 0.5s ease;
            -moz-transition: transform 0.5s ease, width 0.5s ease, -moz-transform 0.5s ease;
            transition: transform 0.5s ease, width 0.5s ease;
            transition: transform 0.5s ease, width 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease; }
          .header .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(1), .header-sticky .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(1) {
            margin-bottom: 1rem; }
          .header .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(3), .header-sticky .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(3) {
            margin-top: 1rem; }
      .header .top-menu .menu-btn .menu-close, .header-sticky .top-menu .menu-btn .menu-close {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        pointer-events: none;
        width: 4.5rem;
        height: 4.5rem;
        -webkit-border-radius: 5rem;
           -moz-border-radius: 5rem;
                border-radius: 5rem;
        background: transparent;
        background-color: #ffffff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        border: 0; }
        .header .top-menu .menu-btn .menu-close .icon-close, .header-sticky .top-menu .menu-btn .menu-close .icon-close {
          position: relative;
          width: 2.0625rem;
          height: 1.3125rem;
          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; }
          .header .top-menu .menu-btn .menu-close .icon-close span, .header-sticky .top-menu .menu-btn .menu-close .icon-close span {
            display: block;
            position: absolute;
            width: 2.0625rem;
            height: 0.125rem;
            background-color: #19122D;
            left: 50%;
            top: 50%;
            -webkit-transition: width 0.5s ease, -webkit-transform 0.5s ease;
            transition: width 0.5s ease, -webkit-transform 0.5s ease;
            -o-transition: width 0.5s ease, -o-transform 0.5s ease;
            -moz-transition: transform 0.5s ease, width 0.5s ease, -moz-transform 0.5s ease;
            transition: transform 0.5s ease, width 0.5s ease;
            transition: transform 0.5s ease, width 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease; }
          .header .top-menu .menu-btn .menu-close .icon-close span:nth-of-type(1), .header-sticky .top-menu .menu-btn .menu-close .icon-close span:nth-of-type(1) {
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
               -moz-transform: translate(-50%, -50%) rotate(45deg);
                -ms-transform: translate(-50%, -50%) rotate(45deg);
                 -o-transform: translate(-50%, -50%) rotate(45deg);
                    transform: translate(-50%, -50%) rotate(45deg); }
          .header .top-menu .menu-btn .menu-close .icon-close span:nth-of-type(2), .header-sticky .top-menu .menu-btn .menu-close .icon-close span:nth-of-type(2) {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
               -moz-transform: translate(-50%, -50%) rotate(-45deg);
                -ms-transform: translate(-50%, -50%) rotate(-45deg);
                 -o-transform: translate(-50%, -50%) rotate(-45deg);
                    transform: translate(-50%, -50%) rotate(-45deg); }
          .header .top-menu .menu-btn .menu-close .icon-close span:nth-of-type(3), .header-sticky .top-menu .menu-btn .menu-close .icon-close span:nth-of-type(3) {
            left: 0;
            width: 0; }
  .header .mobile-menu, .header-sticky .mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 5.3125rem;
    -webkit-border-bottom-left-radius: 45px;
       -moz-border-radius-bottomleft: 45px;
            border-bottom-left-radius: 45px;
    -webkit-border-bottom-right-radius: 45px;
       -moz-border-radius-bottomright: 45px;
            border-bottom-right-radius: 45px;
    background-color: #19122D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(100vw);
       -moz-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
         -o-transform: translateX(100vw);
            transform: translateX(100vw);
    -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: 6; }
    .header .mobile-menu .logo-mobile, .header-sticky .mobile-menu .logo-mobile {
      height: 45px;
      margin-left: 10px;
      pointer-events: all; }
    .header .mobile-menu button, .header-sticky .mobile-menu button {
      border: 0;
      background: transparent;
      color: #ffffff;
      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;
      margin: 0 10px;
      pointer-events: all; }
      .header .mobile-menu button div, .header-sticky .mobile-menu button div {
        position: relative; }
        .header .mobile-menu button div:before, .header-sticky .mobile-menu button div:before {
          font-size: 18px; }
      .header .mobile-menu button span, .header-sticky .mobile-menu button span {
        position: relative;
        margin-top: 5px; }
    .header .mobile-menu span,
    .header .mobile-menu .parents-link, .header-sticky .mobile-menu span,
    .header-sticky .mobile-menu .parents-link {
      display: block;
      font-family: "barlow";
      font-size: 0.9375rem;
      line-height: 1.125rem;
      color: #ffffff;
      text-align: center; }
    .header .mobile-menu .parents-link, .header-sticky .mobile-menu .parents-link {
      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;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      pointer-events: all; }
      .header .mobile-menu .parents-link::after, .header-sticky .mobile-menu .parents-link::after {
        content: "";
        width: 1.375rem;
        height: 1.375rem;
        display: inline-block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 105.27'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h100v105.27H0z'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath data-name='Path 89617' d='M28.783 50.224c10.723 9.161 27.681 11.506 39.379 3.12 9.749 1.562 20.472 7.991 23.6 17.74 2.925 9.749 3.694 22.034-9.364 23.792-12.481 2.337-25.731.975-38.4 1.555-10.146-.387-27.694 2.925-34.12-6.632-4.1-7.6-1.95-18.522 2.142-25.731 3.9-6.237 10.326-10.531 16.765-13.843Zm21.639-42.7c25.936.385 27.1 38.994 2.347 42.7-33.735 2.337-35.095-40.162-2.347-42.699ZM51.797.111c-23.014-2.142-41.537 27.3-26.722 46.213-20.078 4.875-32.9 34.354-19.689 50.521 11.251 13.77 34.71 6.234 50.885 7.414 13.263-.59 30.413 2.719 40.161-8.389 4.489-5.464 3.9-16.593 2.732-23.225-2.142-12.285-12.867-22.226-24.948-24.959C89.031 30.139 75.768-1.056 51.797.111Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        -moz-background-size: contain;
             background-size: contain;
        margin-bottom: 0.375rem;
        background-repeat: no-repeat; }
    .header .mobile-menu .parents-btn, .header-sticky .mobile-menu .parents-btn {
      position: relative;
      pointer-events: all; }
      .header .mobile-menu .parents-btn:before, .header-sticky .mobile-menu .parents-btn:before {
        content: "";
        display: block;
        position: absolute;
        width: 5rem;
        height: 5rem;
        -webkit-border-radius: 5rem;
           -moz-border-radius: 5rem;
                border-radius: 5rem;
        background-color: #0076C0;
        left: 50%;
        top: 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%);
        z-index: 0;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .header .mobile-menu .parents-btn.open:before, .header-sticky .mobile-menu .parents-btn.open:before {
        opacity: 1; }
    .header .mobile-menu .visit, .header-sticky .mobile-menu .visit {
      pointer-events: all; }
      .header .mobile-menu .visit span:nth-of-type(1):before, .header-sticky .mobile-menu .visit span:nth-of-type(1):before {
        font-size: 22px; }
      .header .mobile-menu .visit span:nth-of-type(2), .header-sticky .mobile-menu .visit span:nth-of-type(2) {
        margin-top: 5px; }
    .header .mobile-menu .contact-btn, .header-sticky .mobile-menu .contact-btn {
      position: relative;
      pointer-events: all; }
      .header .mobile-menu .contact-btn:before, .header-sticky .mobile-menu .contact-btn:before {
        content: "";
        display: block;
        position: absolute;
        width: 5rem;
        height: 5rem;
        -webkit-border-radius: 5rem;
           -moz-border-radius: 5rem;
                border-radius: 5rem;
        background-color: #0076C0;
        left: 50%;
        top: 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%);
        z-index: 0;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .header .mobile-menu .contact-btn.open:before, .header-sticky .mobile-menu .contact-btn.open:before {
        opacity: 1; }
    .header .mobile-menu .menu-close, .header-sticky .mobile-menu .menu-close {
      width: 3.625rem;
      height: 3.625rem;
      -webkit-border-radius: 3.625rem;
         -moz-border-radius: 3.625rem;
              border-radius: 3.625rem;
      background-color: #ffffff;
      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;
      pointer-events: all; }
      .header .mobile-menu .menu-close .icon-close:before, .header-sticky .mobile-menu .menu-close .icon-close:before {
        color: #19122D;
        font-size: 20px; }
    .header .mobile-menu .contact-links, .header-sticky .mobile-menu .contact-links {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 5.3125rem;
      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;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: top 0.4s ease, opacity 0.4s ease;
      -o-transition: top 0.4s ease, opacity 0.4s ease;
      -moz-transition: top 0.4s ease, opacity 0.4s ease;
      transition: top 0.4s ease, opacity 0.4s ease;
      padding: 1.875rem 0.625rem 0.625rem 0.625rem;
      background: #fff;
      -webkit-border-bottom-left-radius: 2.8125rem;
         -moz-border-radius-bottomleft: 2.8125rem;
              border-bottom-left-radius: 2.8125rem;
      -webkit-border-bottom-right-radius: 2.8125rem;
         -moz-border-radius-bottomright: 2.8125rem;
              border-bottom-right-radius: 2.8125rem;
      -webkit-box-shadow: 0px 20px 30px #0000000d;
         -moz-box-shadow: 0px 20px 30px #0000000d;
              box-shadow: 0px 20px 30px #0000000d;
      width: 100%; }
      .header .mobile-menu .contact-links.open, .header-sticky .mobile-menu .contact-links.open {
        opacity: 1;
        pointer-events: all; }
      .header .mobile-menu .contact-links a, .header-sticky .mobile-menu .contact-links a {
        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;
        min-width: 9.6875rem;
        min-height: 3.125rem;
        position: relative;
        -webkit-border-radius: 1.875rem;
           -moz-border-radius: 1.875rem;
                border-radius: 1.875rem;
        background-color: #060129;
        padding: 0.25rem 1.25rem;
        font-family: "barlow";
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 1.5625rem;
        -webkit-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        -moz-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease; }
        html.no-touch .header .mobile-menu .contact-links a:hover, html.no-touch .header-sticky .mobile-menu .contact-links a:hover {
          background-color: #0076C0; }
  .header .sticky-bg, .header-sticky .sticky-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    background-color: #19122D;
    -webkit-clip-path: ellipse(85% 95% at 50% 0%);
            clip-path: ellipse(85% 95% at 50% 0%);
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px); }
  .header .media-title, .header-sticky .media-title {
    display: none; }

.header-sticky {
  z-index: 3;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  height: 16%;
  min-height: 165px; }
  body.js--sticky-header .header-sticky {
    z-index: 10;
    visibility: visible; }
  body.js--sticky-header:not(.menu-open) .header-sticky {
    z-index: 51; }
  .header-sticky .sticky-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    background-color: #19122D;
    -webkit-clip-path: ellipse(85% 95% at 50% 0%);
            clip-path: ellipse(85% 95% at 50% 0%);
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px); }
  .header-sticky .logo {
    width: 375px;
    top: 2rem;
    left: 3.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
    .header-sticky .logo img {
      width: 100%;
      height: auto; }
  .header-sticky .top-menu {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-44%);
       -moz-transform: translateY(-44%);
        -ms-transform: translateY(-44%);
         -o-transform: translateY(-44%);
            transform: translateY(-44%); }
    .header-sticky .top-menu .contact-btn .content {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#19122d), to(#19122d));
      background-image: -webkit-linear-gradient(top, #19122d, #19122d);
      background-image: -moz-linear-gradient(top, #19122d, #19122d);
      background-image: -o-linear-gradient(top, #19122d, #19122d);
      background-image: linear-gradient(to bottom, #19122d, #19122d);
      -webkit-transition: height 0.5s ease, opacity 0.5s ease;
      -o-transition: height 0.5s ease, opacity 0.5s ease;
      -moz-transition: height 0.5s ease, opacity 0.5s ease;
      transition: height 0.5s ease, opacity 0.5s ease; }
    .header-sticky .top-menu .search-btn {
      display: none; }

.header .sticky-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  background-color: #19122D;
  -webkit-clip-path: ellipse(85% 95% at 50% 0%);
          clip-path: ellipse(85% 95% at 50% 0%);
  height: -webkit-calc(100% + 15px);
  height: -moz-calc(100% + 15px);
  height: calc(100% + 15px); }

body.menu-open .header {
  position: fixed;
  /* &:before{
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 130px;
            background-image: linear-gradient(to bottom, rgba(#000000, 1), rgba(#000000, 0));
            background-repeat: no-repeat;
            z-index: 5;
            opacity: 0.64;
        } */ }
  body.menu-open .header .logo-menu {
    display: block; }
  body.menu-open .header .logo {
    display: none; }
  body.menu-open .header .top-menu {
    z-index: 5;
    color: #ffffff; }
    body.menu-open .header .top-menu .menu-btn .menu-open {
      opacity: 0;
      pointer-events: none; }
    body.menu-open .header .top-menu .menu-btn .menu-close {
      opacity: 1;
      pointer-events: all; }

body.menu-open .alert-buttons {
  display: none; }

@media (max-width: 1023px) {
  body.menu-open .header .logo-menu {
    display: none; }
  body.menu-open .header:before {
    display: none; }
  body.menu-open .mobile-menu {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }

body.secondLvl .header .top-menu {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  opacity: 1; }

body.secondLvl .header-sticky {
  opacity: 0;
  pointer-events: none; }

body.secondLvl .alert-buttons {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  opacity: 1; }

body.secondLvl .header-sticky {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  opacity: 1; }

@media (max-width: 63.9375rem) {
  .header .top-menu .search-btn,
  .header .top-menu .parents-btn,
  .header .top-menu .contact-btn,
  .header .top-menu a, .header-sticky .top-menu .search-btn,
  .header-sticky .top-menu .parents-btn,
  .header-sticky .top-menu .contact-btn,
  .header-sticky .top-menu a {
    font-size: 1.125rem;
    padding: 0 0.625rem; }
  .header .top-menu .parents-link::after, .header-sticky .top-menu .parents-link::after {
    width: 1rem;
    height: 1rem;
    margin-bottom: -0.0625rem; }
  body.menu-open .header .top-menu .search-btn, body.menu-open
  .header .top-menu .parents-btn, body.menu-open .header-sticky .top-menu .search-btn, body.menu-open
  .header-sticky .top-menu .parents-btn {
    color: #19122D; }
  .header .top-menu .search-btn, .header-sticky .top-menu .search-btn {
    margin-right: 0; }
  .header .top-menu .contact-btn a, .header-sticky .top-menu .contact-btn a {
    font-size: 1rem; }
  .header .top-menu div.menu-btn, .header-sticky .top-menu div.menu-btn {
    margin-left: 0.625rem;
    margin-top: 2.1875rem; }
  body.menu-open .header .logo-menu, body.menu-open .header-sticky .logo-menu {
    width: 12.875rem;
    top: 2.8125rem; }
    body.menu-open .header .logo-menu img, body.menu-open .header-sticky .logo-menu img {
      height: 2.8125rem; } }

@media (max-width: 767px) {
  .header .top-menu div.menu-btn, .header-sticky .top-menu div.menu-btn {
    margin-top: -0.375rem; } }

@media (max-width: 1023px) {
  .header .logo, .header-sticky .logo {
    width: 13.5rem;
    left: 0.9375rem;
    top: 1.25rem; }
  .header .top-menu, .header-sticky .top-menu {
    font-size: 1.375rem;
    line-height: 1.625rem;
    top: 1.8125rem;
    right: 1.25rem; }
    .header .top-menu .menu-btn, .header-sticky .top-menu .menu-btn {
      margin-left: 0.625rem;
      margin-top: -0.375rem; }
      .header .top-menu .menu-btn .menu-open, .header-sticky .top-menu .menu-btn .menu-open {
        width: 3rem;
        height: 3rem; }
        .header .top-menu .menu-btn .menu-open .icon-menu, .header-sticky .top-menu .menu-btn .menu-open .icon-menu {
          width: 1.5rem;
          height: 1.125rem; }
          .header .top-menu .menu-btn .menu-open .icon-menu span, .header-sticky .top-menu .menu-btn .menu-open .icon-menu span {
            width: 1.5rem; }
          .header .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(1), .header-sticky .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(1) {
            margin-bottom: 1rem; }
          .header .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(3), .header-sticky .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(3) {
            margin-top: 1rem; }
      .header .top-menu .menu-btn .menu-close, .header-sticky .top-menu .menu-btn .menu-close {
        width: 3.625rem;
        height: 3.625rem; }
        .header .top-menu .menu-btn .menu-close .icon-close, .header-sticky .top-menu .menu-btn .menu-close .icon-close {
          width: 1.4375rem;
          height: 1rem; }
          .header .top-menu .menu-btn .menu-close .icon-close span, .header-sticky .top-menu .menu-btn .menu-close .icon-close span {
            width: 1.4375rem;
            height: 0.09375rem; }
    .header .top-menu > a, .header-sticky .top-menu > a {
      display: none; }
    .header .top-menu .search-btn, .header .top-menu .parents-btn, .header .top-menu .contact-btn, .header-sticky .top-menu .search-btn, .header-sticky .top-menu .parents-btn, .header-sticky .top-menu .contact-btn {
      display: none; }
  .header-sticky {
    z-index: 3;
    position: fixed; }
    .header-sticky .sticky-bg {
      display: none; }
    .header-sticky .logo {
      display: none; } }

@media only screen and (min-width: 120.0625rem) {
  .header-sticky .logo {
    -webkit-transform: translateY(-77%) !important;
       -moz-transform: translateY(-77%) !important;
        -ms-transform: translateY(-77%) !important;
         -o-transform: translateY(-77%) !important;
            transform: translateY(-77%) !important;
    width: 300px !important; } }

@media (min-width: 64rem) {
  .header .logo, .header-sticky .logo {
    width: 15rem;
    left: 1.875rem;
    top: 1.875rem; }
  .header .logo-menu, .header-sticky .logo-menu {
    width: 15rem;
    left: 2.4375rem;
    top: 1.875rem; }
  .header .top-menu, .header-sticky .top-menu {
    font-size: 1.375rem;
    line-height: 1.625rem;
    top: 3.5rem;
    right: 2.5rem; }
    .header .top-menu .menu-btn, .header-sticky .top-menu .menu-btn {
      margin-left: 1.5625rem;
      margin-top: 0rem; }
      .header .top-menu .menu-btn .menu-open, .header-sticky .top-menu .menu-btn .menu-open {
        width: 3.3125rem;
        height: 3.3125rem; }
        .header .top-menu .menu-btn .menu-open .icon-menu, .header-sticky .top-menu .menu-btn .menu-open .icon-menu {
          width: 1.4375rem;
          height: 1rem; }
          .header .top-menu .menu-btn .menu-open .icon-menu span, .header-sticky .top-menu .menu-btn .menu-open .icon-menu span {
            width: 1.4375rem; }
          .header .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(1), .header-sticky .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(1) {
            margin-bottom: 0.8125rem; }
          .header .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(3), .header-sticky .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(3) {
            margin-top: 0.8125rem; }
        html.no-touch .header .top-menu .menu-btn .menu-open:hover .icon-menu span:nth-of-type(1), html.no-touch .header-sticky .top-menu .menu-btn .menu-open:hover .icon-menu span:nth-of-type(1) {
          -webkit-transform: rotate(45deg) translate(0.65625rem, -0.39375rem);
             -moz-transform: rotate(45deg) translate(0.65625rem, -0.39375rem);
              -ms-transform: rotate(45deg) translate(0.65625rem, -0.39375rem);
               -o-transform: rotate(45deg) translate(0.65625rem, -0.39375rem);
                  transform: rotate(45deg) translate(0.65625rem, -0.39375rem);
          width: 0.75rem; }
        html.no-touch .header .top-menu .menu-btn .menu-open:hover .icon-menu span:nth-of-type(2), html.no-touch .header-sticky .top-menu .menu-btn .menu-open:hover .icon-menu span:nth-of-type(2) {
          left: -0.0625rem; }
        html.no-touch .header .top-menu .menu-btn .menu-open:hover .icon-menu span:nth-of-type(3), html.no-touch .header-sticky .top-menu .menu-btn .menu-open:hover .icon-menu span:nth-of-type(3) {
          width: 0.75rem;
          -webkit-transform: rotate(-45deg) translate(0.65625rem, 0.39375rem);
             -moz-transform: rotate(-45deg) translate(0.65625rem, 0.39375rem);
              -ms-transform: rotate(-45deg) translate(0.65625rem, 0.39375rem);
               -o-transform: rotate(-45deg) translate(0.65625rem, 0.39375rem);
                  transform: rotate(-45deg) translate(0.65625rem, 0.39375rem); }
      .header .top-menu .menu-btn .menu-close, .header-sticky .top-menu .menu-btn .menu-close {
        width: 3.3125rem;
        height: 3.3125rem; }
        .header .top-menu .menu-btn .menu-close .icon-close, .header-sticky .top-menu .menu-btn .menu-close .icon-close {
          width: 1.4375rem;
          height: 1rem; }
          .header .top-menu .menu-btn .menu-close .icon-close span, .header-sticky .top-menu .menu-btn .menu-close .icon-close span {
            width: 1.4375rem;
            height: 0.09375rem; }
        html.no-touch .header .top-menu .menu-btn .menu-close:hover .icon-close span:nth-of-type(1), html.no-touch .header-sticky .top-menu .menu-btn .menu-close:hover .icon-close span:nth-of-type(1) {
          -webkit-transform: rotate(45deg) translate(-0.125rem, -0.25rem);
             -moz-transform: rotate(45deg) translate(-0.125rem, -0.25rem);
              -ms-transform: rotate(45deg) translate(-0.125rem, -0.25rem);
               -o-transform: rotate(45deg) translate(-0.125rem, -0.25rem);
                  transform: rotate(45deg) translate(-0.125rem, -0.25rem);
          width: 0.75rem; }
        html.no-touch .header .top-menu .menu-btn .menu-close:hover .icon-close span:nth-of-type(2), html.no-touch .header-sticky .top-menu .menu-btn .menu-close:hover .icon-close span:nth-of-type(2) {
          width: 0.75rem;
          -webkit-transform: rotate(-45deg) translate(-0.125rem, 0.25rem);
             -moz-transform: rotate(-45deg) translate(-0.125rem, 0.25rem);
              -ms-transform: rotate(-45deg) translate(-0.125rem, 0.25rem);
               -o-transform: rotate(-45deg) translate(-0.125rem, 0.25rem);
                  transform: rotate(-45deg) translate(-0.125rem, 0.25rem); }
        html.no-touch .header .top-menu .menu-btn .menu-close:hover .icon-close span:nth-of-type(3), html.no-touch .header-sticky .top-menu .menu-btn .menu-close:hover .icon-close span:nth-of-type(3) {
          width: 1.4375rem; }
  .header .mobile-menu, .header-sticky .mobile-menu {
    display: none; }
  .header-sticky .top-menu {
    top: 50%;
    -webkit-transform: translateY(-85%);
       -moz-transform: translateY(-85%);
        -ms-transform: translateY(-85%);
         -o-transform: translateY(-85%);
            transform: translateY(-85%); }
  .header-sticky .logo {
    top: 50%;
    -webkit-transform: translateY(-78%);
       -moz-transform: translateY(-78%);
        -ms-transform: translateY(-78%);
         -o-transform: translateY(-78%);
            transform: translateY(-78%); } }

@media (min-width: 56.25rem) and (max-width: 75rem) {
  .header {
    height: 6.25rem; }
    .header .logo {
      overflow: hidden;
      width: 15rem;
      left: 2.4375rem;
      top: 1.875rem; }
      .header .logo img {
        width: 100%;
        height: auto; }
    .header .top-menu .search-btn {
      height: 53px;
      margin-top: 0; }
      .header .top-menu .search-btn .icon-search {
        left: 12px;
        top: 50%; }
      .header .top-menu .search-btn .search-input {
        width: 16.875rem; }
      .header .top-menu .search-btn.open {
        width: 14.375rem; } }

@media (min-width: 100rem) {
  .header .logo, .header-sticky .logo {
    width: 375px; }
  .header .logo-menu, .header-sticky .logo-menu {
    width: 375px;
    left: 1.875rem;
    top: 1.875rem; }
  .header .top-menu, .header-sticky .top-menu {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    right: 3.75rem;
    top: 4.6875rem; }
    .header .top-menu .search-btn, .header-sticky .top-menu .search-btn {
      margin-right: 0.9375rem; }
    .header .top-menu .parents-btn, .header-sticky .top-menu .parents-btn {
      padding: 0 0.9375rem; }
      .header .top-menu .parents-btn span, .header-sticky .top-menu .parents-btn span {
        line-height: 1.875rem; }
      .header .top-menu .parents-btn .icon-arrow, .header-sticky .top-menu .parents-btn .icon-arrow {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
        margin-top: 0.3125rem;
        margin-left: 1rem; }
    .header .top-menu > a, .header-sticky .top-menu > a {
      padding: 0 0.9375rem;
      line-height: 1.875rem; }
    .header .top-menu .contact-btn, .header-sticky .top-menu .contact-btn {
      padding: 0 0.9375rem; }
      .header .top-menu .contact-btn .btn span, .header-sticky .top-menu .contact-btn .btn span {
        line-height: 1.875rem; }
      .header .top-menu .contact-btn .btn .icon-arrow,
      .header .top-menu .contact-btn .btn .icon--arrow, .header-sticky .top-menu .contact-btn .btn .icon-arrow,
      .header-sticky .top-menu .contact-btn .btn .icon--arrow {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
        margin-top: 0.3125rem;
        margin-left: 1rem; }
    .header .top-menu .menu-btn, .header-sticky .top-menu .menu-btn {
      margin-left: 1.5625rem;
      margin-top: 0rem; }
      .header .top-menu .menu-btn .menu-open, .header-sticky .top-menu .menu-btn .menu-open {
        width: 4.5rem;
        height: 4.5rem;
        -webkit-border-radius: 5rem;
           -moz-border-radius: 5rem;
                border-radius: 5rem; }
        .header .top-menu .menu-btn .menu-open .icon-menu, .header-sticky .top-menu .menu-btn .menu-open .icon-menu {
          width: 2.0625rem;
          height: 1.3125rem; }
          .header .top-menu .menu-btn .menu-open .icon-menu span, .header-sticky .top-menu .menu-btn .menu-open .icon-menu span {
            width: 2.0625rem; }
          .header .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(1), .header-sticky .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(1) {
            margin-bottom: 1rem; }
          .header .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(3), .header-sticky .top-menu .menu-btn .menu-open .icon-menu span:nth-of-type(3) {
            margin-top: 1rem; }
        html.no-touch .header .top-menu .menu-btn .menu-open:hover .icon-menu span:nth-of-type(1), html.no-touch .header-sticky .top-menu .menu-btn .menu-open:hover .icon-menu span:nth-of-type(1) {
          -webkit-transform: rotate(45deg) translate(1rem, -0.75rem);
             -moz-transform: rotate(45deg) translate(1rem, -0.75rem);
              -ms-transform: rotate(45deg) translate(1rem, -0.75rem);
               -o-transform: rotate(45deg) translate(1rem, -0.75rem);
                  transform: rotate(45deg) translate(1rem, -0.75rem);
          width: 0.875rem; }
        html.no-touch .header .top-menu .menu-btn .menu-open:hover .icon-menu span:nth-of-type(3), html.no-touch .header-sticky .top-menu .menu-btn .menu-open:hover .icon-menu span:nth-of-type(3) {
          width: 0.875rem;
          -webkit-transform: rotate(-45deg) translate(1rem, 0.75rem);
             -moz-transform: rotate(-45deg) translate(1rem, 0.75rem);
              -ms-transform: rotate(-45deg) translate(1rem, 0.75rem);
               -o-transform: rotate(-45deg) translate(1rem, 0.75rem);
                  transform: rotate(-45deg) translate(1rem, 0.75rem); }
      .header .top-menu .menu-btn .menu-close, .header-sticky .top-menu .menu-btn .menu-close {
        width: 4.5rem;
        height: 4.5rem;
        -webkit-border-radius: 5rem;
           -moz-border-radius: 5rem;
                border-radius: 5rem; }
        .header .top-menu .menu-btn .menu-close .icon-close, .header-sticky .top-menu .menu-btn .menu-close .icon-close {
          width: 2.0625rem;
          height: 1.3125rem; }
          .header .top-menu .menu-btn .menu-close .icon-close span, .header-sticky .top-menu .menu-btn .menu-close .icon-close span {
            width: 2.0625rem;
            height: 0.125rem; }
          .header .top-menu .menu-btn .menu-close .icon-close span:nth-of-type(1), .header-sticky .top-menu .menu-btn .menu-close .icon-close span:nth-of-type(1) {
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
               -moz-transform: translate(-50%, -50%) rotate(45deg);
                -ms-transform: translate(-50%, -50%) rotate(45deg);
                 -o-transform: translate(-50%, -50%) rotate(45deg);
                    transform: translate(-50%, -50%) rotate(45deg); }
          .header .top-menu .menu-btn .menu-close .icon-close span:nth-of-type(2), .header-sticky .top-menu .menu-btn .menu-close .icon-close span:nth-of-type(2) {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
               -moz-transform: translate(-50%, -50%) rotate(-45deg);
                -ms-transform: translate(-50%, -50%) rotate(-45deg);
                 -o-transform: translate(-50%, -50%) rotate(-45deg);
                    transform: translate(-50%, -50%) rotate(-45deg); }
          .header .top-menu .menu-btn .menu-close .icon-close span:nth-of-type(3), .header-sticky .top-menu .menu-btn .menu-close .icon-close span:nth-of-type(3) {
            left: 0;
            width: 0; }
        html.no-touch .header .top-menu .menu-btn .menu-close:hover .icon-close span:nth-of-type(1), html.no-touch .header-sticky .top-menu .menu-btn .menu-close:hover .icon-close span:nth-of-type(1) {
          -webkit-transform: rotate(45deg) translate(-0.125rem, -0.375rem);
             -moz-transform: rotate(45deg) translate(-0.125rem, -0.375rem);
              -ms-transform: rotate(45deg) translate(-0.125rem, -0.375rem);
               -o-transform: rotate(45deg) translate(-0.125rem, -0.375rem);
                  transform: rotate(45deg) translate(-0.125rem, -0.375rem);
          width: 0.875rem; }
        html.no-touch .header .top-menu .menu-btn .menu-close:hover .icon-close span:nth-of-type(2), html.no-touch .header-sticky .top-menu .menu-btn .menu-close:hover .icon-close span:nth-of-type(2) {
          width: 0.875rem;
          -webkit-transform: rotate(-45deg) translate(-0.125rem, 0.375rem);
             -moz-transform: rotate(-45deg) translate(-0.125rem, 0.375rem);
              -ms-transform: rotate(-45deg) translate(-0.125rem, 0.375rem);
               -o-transform: rotate(-45deg) translate(-0.125rem, 0.375rem);
                  transform: rotate(-45deg) translate(-0.125rem, 0.375rem); }
        html.no-touch .header .top-menu .menu-btn .menu-close:hover .icon-close span:nth-of-type(3), html.no-touch .header-sticky .top-menu .menu-btn .menu-close:hover .icon-close span:nth-of-type(3) {
          width: 2.0625rem; }
  .header .mobile-menu, .header-sticky .mobile-menu {
    display: none; }
  .header-sticky .logo {
    width: 240px;
    left: 3.75rem; }
  .header-sticky > .top-menu {
    top: 50%;
    -webkit-transform: translateY(-85%);
       -moz-transform: translateY(-85%);
        -ms-transform: translateY(-85%);
         -o-transform: translateY(-85%);
            transform: translateY(-85%); } }

body.media-template .header {
  height: 10.3125rem;
  position: fixed;
  background: #f4f4f4; }
  @media (min-width: 2000px) {
    body.media-template .header {
      height: 11.875rem; } }
  @media (min-width: 1024px) {
    body.media-template .header {
      height: 11.875rem; }
      body.media-template .header::before {
        content: "";
        background-color: #19122D;
        width: 100%;
        height: 1.25rem;
        position: absolute;
        top: 0;
        left: 0; } }
  body.media-template .header .sticky-bg {
    display: block;
    width: 100%;
    background-color: #19122D;
    -webkit-clip-path: ellipse(85% 95% at 50% 0%);
            clip-path: ellipse(85% 95% at 50% 0%);
    height: -webkit-calc(100% + 15px);
    height: -moz-calc(100% + 15px);
    height: calc(100% + 15px); }
    @media (max-width: 1023px) {
      body.media-template .header .sticky-bg {
        -webkit-clip-path: none;
                clip-path: none; } }
  body.media-template .header .top-menu {
    opacity: 1; }
    @media (max-width: 63.9375rem) {
      body.media-template .header .top-menu .menu-btn {
        margin-left: 0; } }
  body.media-template .header .media-title {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0.75rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #ffffff;
    font-size: 3.5rem;
    font-family: "Spectral"; }
    @media (max-width: 1023px) {
      body.media-template .header .media-title {
        background: transparent;
        width: 100%;
        text-align: center;
        padding-bottom: 0.3125rem;
        top: 5.625rem; } }

body.media-template .alert-buttons {
  display: none; }

body.contact .header {
  position: absolute !important; }
  @media (max-width: 47.9375rem) {
    body.contact .header .logo {
      width: 220px !important; } }

body.contact .contactCMSInfo {
  padding-top: 0; }

body.contact .main-content {
  margin-top: 0; }
  @media (max-width: 768px) {
    body.contact .main-content {
      margin-top: 20px; } }

body.calendar, body.eventDetails, body.contact {
  /* .header{
        padding-bottom: 13px;
        position: fixed;
        height: 150px;

        .sticky-bg{
            display: block;
        }

        .logo{
            width: 276px;
            top:28px;
        }

        .top-menu{
            opacity: 1;
            top: 36px;
        }
    }

    .main-hero{
        display: none;
    }

    .alert-buttons{
        display: none;
    } */ }

body.noHeader.sharedTemplates .top-menu {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  opacity: 1; }

.is-logInButton.is-show {
  opacity: 0;
  pointer-events: none; }

footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: 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%;
  background-color: #19132C;
  color: #ffffff;
  padding-top: 0.3125rem;
  z-index: 50;
  margin-top: clamp(1.875rem, 6.96864vw + -0.08493rem, 4.375rem); }
  @media only screen and (min-width: 2600px) {
    body.eventDetails footer {
      margin-top: -1.875rem; } }

@media only screen and (max-width: 2599px) and (min-width: 601px) {
  body.eventDetails footer {
    margin-top: 1.875rem; } }
  footer::before {
    content: "";
    background-image: url("/Images/svg/sticky_shape.svg");
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
         background-size: cover;
    width: 100%;
    height: 10rem;
    position: absolute;
    top: -5rem;
    z-index: 5;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    pointer-events: none; }
    @media (min-width: 2600px) {
      footer::before {
        height: 16.25rem; } }
  body.homepage footer {
    margin-top: 0; }
    body.homepage footer::before {
      display: none;
      background-color: #19132C;
      margin-top: -0.125rem; }
  footer *:focus-visible {
    outline: 2px solid #ffffff !important;
    outline-offset: 2px; }
  footer .svg-text {
    width: 100%;
    padding-bottom: 13%;
    background-image: url("/Images/svg/strapline2.svg");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 35%;
         background-size: 35%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: -webkit-clip-path 2s ease 1s;
    transition: -webkit-clip-path 2s ease 1s;
    -o-transition: clip-path 2s ease 1s;
    -moz-transition: clip-path 2s ease 1s;
    transition: clip-path 2s ease 1s;
    transition: clip-path 2s ease 1s, -webkit-clip-path 2s ease 1s;
    z-index: 6;
    position: relative; }
    @media (max-width: 560px) {
      footer .svg-text {
        padding-bottom: 37%;
        -moz-background-size: 80%;
             background-size: 80%; } }
  footer .center {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -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;
    padding: 1.875rem 8.75rem 0 8.75rem;
    overflow: hidden; }
    @media (max-width: 1600px) {
      footer .center {
        padding: 1.875rem 3.125rem 0 3.125rem; } }
    @media (max-width: 1200px) {
      footer .center {
        padding: 2.8125rem 0.9375rem 0 0.9375rem; } }
    @media (max-width: 560px) {
      footer .center {
        padding-top: 1.875rem; } }
    footer .center:before {
      content: '';
      position: absolute;
      bottom: -14.375rem;
      right: -10.625rem;
      width: clamp(19.375rem, 12.01923vw + 13.60577rem, 25.625rem);
      height: clamp(19.375rem, 12.01923vw + 13.60577rem, 25.625rem);
      background-image: url("/Images/img/common/light_blob.png");
      background-position: center;
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      z-index: 0;
      pointer-events: none; }
    footer .center .module--footer-info {
      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;
      padding: 0 4.0625rem 4.0625rem 4.0625rem;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; }
      @media (max-width: 1600px) {
        footer .center .module--footer-info {
          padding: 0 0 4.0625rem 0; } }
      footer .center .module--footer-info .cta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        @media (max-width: 1200px) {
          footer .center .module--footer-info .cta {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        @media (max-width: 560px) {
          footer .center .module--footer-info .cta {
            -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; } }
        footer .center .module--footer-info .cta .cta-btn {
          background-color: #203B79;
          -webkit-border-radius: 2.5625rem;
             -moz-border-radius: 2.5625rem;
                  border-radius: 2.5625rem;
          padding: 0.5rem 1.5625rem 0.625rem 1.5625rem;
          min-width: clamp(9.6875rem, 1.80288vw + 8.82212rem, 10.625rem);
          margin-right: 0.9375rem;
          font-family: "barlow";
          font-size: clamp(1.25rem, 0.48077vw + 1.01923rem, 1.5rem);
          font-weight: 300;
          line-height: 1;
          color: #FFFFFF;
          letter-spacing: -0.72px;
          -webkit-transition: background-color 0.4s ease;
          -o-transition: background-color 0.4s ease;
          -moz-transition: background-color 0.4s ease;
          transition: background-color 0.4s ease;
          white-space: nowrap;
          text-align: center; }
          @media (max-width: 991px) {
            footer .center .module--footer-info .cta .cta-btn {
              max-width: -webkit-fit-content;
              max-width: -moz-fit-content;
              max-width: fit-content;
              margin: 0 auto 30px auto; } }
          html.no-touch footer .center .module--footer-info .cta .cta-btn:hover {
            background-color: #0076C0; }
      footer .center .module--footer-info .address-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 45%;
                flex: 0 0 45%;
        max-width: 45%;
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-top: -4.0625rem; }
        @media (max-width: 1200px) {
          footer .center .module--footer-info .address-box {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 60%;
               -moz-box-flex: 0;
                -ms-flex: 0 0 60%;
                    flex: 0 0 60%;
            max-width: 60%;
            margin: 0 auto;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
               -moz-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin-top: 3.4375rem; } }
        @media (max-width: 991px) {
          footer .center .module--footer-info .address-box {
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; } }
        @media (max-width: 560px) {
          footer .center .module--footer-info .address-box {
            margin-top: 2.5rem; } }
        footer .center .module--footer-info .address-box .left {
          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;
          width: 55%; }
          @media (max-width: 1200px) {
            footer .center .module--footer-info .address-box .left {
              -webkit-box-align: center;
              -webkit-align-items: center;
                 -moz-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              width: 50%; } }
          @media (max-width: 991px) {
            footer .center .module--footer-info .address-box .left {
              width: 100%;
              text-align: center;
              margin-bottom: 2.5rem; } }
          footer .center .module--footer-info .address-box .left .title {
            color: #61B234; }
        footer .center .module--footer-info .address-box .right {
          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;
          width: 45%; }
          @media (max-width: 1200px) {
            footer .center .module--footer-info .address-box .right {
              -webkit-box-align: center;
              -webkit-align-items: center;
                 -moz-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              width: 50%; } }
          @media (max-width: 991px) {
            footer .center .module--footer-info .address-box .right {
              width: 100%;
              text-align: center; } }
          footer .center .module--footer-info .address-box .right .title {
            color: #00ACE9; }
        footer .center .module--footer-info .address-box .title {
          font-family: "barlow";
          font-size: clamp(1.25rem, 0.60096vw + 0.96154rem, 1.5625rem);
          font-weight: 500;
          line-height: 1.2;
          margin-bottom: 1.25rem;
          letter-spacing: -0.45px; }
        footer .center .module--footer-info .address-box .info .address {
          font-family: "barlow";
          font-size: clamp(1.1875rem, 0.72115vw + 0.84135rem, 1.5625rem);
          font-weight: 300;
          line-height: 1.2;
          color: rgba(255, 255, 255, 0.8);
          letter-spacing: -0.5px;
          margin-bottom: 1.25rem; }
        footer .center .module--footer-info .address-box .info .links a {
          font-family: "barlow";
          font-size: clamp(1.1875rem, 0.48077vw + 0.95673rem, 1.4375rem);
          font-weight: 300;
          line-height: 1.2;
          color: rgba(255, 255, 255, 0.8);
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 0.9375rem;
          position: relative;
          padding-left: 2.5rem;
          white-space: nowrap;
          -webkit-transition: color 0.3s ease-in-out;
          -o-transition: color 0.3s ease-in-out;
          -moz-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }
          @media (max-width: 991px) {
            footer .center .module--footer-info .address-box .info .links a {
              max-width: 10rem;
              margin: 0 auto 0.9375rem auto;
              text-decoration: underline;
              text-decoration-thickness: 1px;
              text-underline-offset: 3px; } }
          html.no-touch footer .center .module--footer-info .address-box .info .links a:hover {
            color: #89D2F6; }
            html.no-touch footer .center .module--footer-info .address-box .info .links a:hover span::before {
              color: #89D2F6; }
            html.no-touch footer .center .module--footer-info .address-box .info .links a:hover span:nth-of-type(1) {
              opacity: 0; }
            html.no-touch footer .center .module--footer-info .address-box .info .links a:hover span:nth-of-type(2) {
              opacity: 1; }
        footer .center .module--footer-info .address-box .info .links span {
          display: block;
          -webkit-transition: opacity 0.4s ease;
          -o-transition: opacity 0.4s ease;
          -moz-transition: opacity 0.4s ease;
          transition: opacity 0.4s ease;
          margin-right: 0.625rem;
          text-align: center;
          position: absolute;
          left: 0;
          top: 0.125rem; }
        footer .center .module--footer-info .address-box .info .links .map span:nth-of-type(1) {
          opacity: 1; }
          footer .center .module--footer-info .address-box .info .links .map span:nth-of-type(1):before {
            font-size: 1.25rem; }
        footer .center .module--footer-info .address-box .info .links .map span:nth-of-type(2) {
          opacity: 0;
          position: absolute; }
          footer .center .module--footer-info .address-box .info .links .map span:nth-of-type(2):before {
            font-size: 1.25rem; }
        footer .center .module--footer-info .address-box .info .links .phone span:nth-of-type(1) {
          opacity: 1; }
          footer .center .module--footer-info .address-box .info .links .phone span:nth-of-type(1):before {
            font-size: 1.25rem; }
        footer .center .module--footer-info .address-box .info .links .phone span:nth-of-type(2) {
          opacity: 0;
          position: absolute; }
          footer .center .module--footer-info .address-box .info .links .phone span:nth-of-type(2):before {
            font-size: 1.25rem; }
        footer .center .module--footer-info .address-box .info .links .email span:nth-of-type(1) {
          top: 0;
          opacity: 1; }
          footer .center .module--footer-info .address-box .info .links .email span:nth-of-type(1):before {
            font-size: 1.0625rem; }
        footer .center .module--footer-info .address-box .info .links .email span:nth-of-type(2) {
          top: 0;
          opacity: 0;
          position: absolute; }
          footer .center .module--footer-info .address-box .info .links .email span:nth-of-type(2):before {
            font-size: 1.0625rem; }
      footer .center .module--footer-info .module-social-partners {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 55%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 55%;
                flex: 0 0 55%;
        max-width: 55%;
        padding: 2.5rem 0.9375rem 0rem 0.9375rem;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        @media (max-width: 1200px) {
          footer .center .module--footer-info .module-social-partners {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
               -moz-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%;
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
               -moz-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3;
            text-align: center; } }
        footer .center .module--footer-info .module-social-partners .social-title {
          font-size: clamp(1.25rem, 0.60096vw + 0.96154rem, 1.5625rem);
          font-weight: 400;
          line-height: 1.2;
          letter-spacing: -0.38px;
          color: rgba(255, 255, 255, 0.8);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          html.no-touch footer .center .module--footer-info .module-social-partners .social-title:hover {
            color: #89D2F6; }
        footer .center .module--footer-info .module-social-partners .media {
          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: 1.5625rem 0 1.875rem 0;
          position: relative; }
          @media (max-width: 1200px) {
            footer .center .module--footer-info .module-social-partners .media {
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                 -moz-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          footer .center .module--footer-info .module-social-partners .media a {
            display: block;
            width: 1.625rem;
            height: 1.625rem;
            margin-right: 1.125rem; }
            footer .center .module--footer-info .module-social-partners .media a i {
              display: block;
              width: 1.625rem;
              height: 1.625rem; }
              footer .center .module--footer-info .module-social-partners .media a i:before {
                font-size: 1.625rem;
                color: rgba(255, 255, 255, 0.8);
                -webkit-transition: color 0.4s ease;
                -o-transition: color 0.4s ease;
                -moz-transition: color 0.4s ease;
                transition: color 0.4s ease; }
            footer .center .module--footer-info .module-social-partners .media a svg {
              fill: rgba(255, 255, 255, 0.8);
              -webkit-transition: 0.4s ease;
              -o-transition: 0.4s ease;
              -moz-transition: 0.4s ease;
              transition: 0.4s ease; }
            footer .center .module--footer-info .module-social-partners .media a.facebook {
              width: 1.875rem;
              height: 1.875rem; }
              footer .center .module--footer-info .module-social-partners .media a.facebook i {
                width: 1.875rem;
                height: 1.875rem; }
                footer .center .module--footer-info .module-social-partners .media a.facebook i::before {
                  font-size: 1.875rem; }
            footer .center .module--footer-info .module-social-partners .media a.youtube {
              margin-right: 0.8125rem;
              width: 2.375rem;
              height: 1.625rem; }
              footer .center .module--footer-info .module-social-partners .media a.youtube i::before {
                font-size: 1.625rem; }
            html.no-touch footer .center .module--footer-info .module-social-partners .media a:hover i:before {
              color: #89D2F6; }
            html.no-touch footer .center .module--footer-info .module-social-partners .media a:hover svg {
              fill: #89D2F6; }
        footer .center .module--footer-info .module-social-partners .partners {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: baseline;
          -webkit-align-items: baseline;
             -moz-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          max-width: 39.375rem;
          position: relative; }
          @media (max-width: 1200px) {
            footer .center .module--footer-info .module-social-partners .partners {
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                 -moz-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              margin: 0 auto; } }
          @media (max-width: 991px) {
            footer .center .module--footer-info .module-social-partners .partners {
              margin-bottom: 1.875rem; } }
          @media (max-width: 560px) {
            footer .center .module--footer-info .module-social-partners .partners {
              max-width: 20rem;
              -webkit-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                 -moz-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          footer .center .module--footer-info .module-social-partners .partners a {
            display: block;
            max-height: 3.75rem;
            margin-right: 0.9375rem; }
            footer .center .module--footer-info .module-social-partners .partners a img {
              width: 100%;
              height: auto;
              opacity: 0.8;
              -webkit-transition: opacity 0.4s ease;
              -o-transition: opacity 0.4s ease;
              -moz-transition: opacity 0.4s ease;
              transition: opacity 0.4s ease; }
            html.no-touch footer .center .module--footer-info .module-social-partners .partners a:hover img {
              opacity: 1; }
            @media (max-width: 560px) {
              footer .center .module--footer-info .module-social-partners .partners a {
                max-height: 4.4375rem;
                margin: 0; }
                footer .center .module--footer-info .module-social-partners .partners a img {
                  width: auto;
                  height: 2.375rem;
                  -o-object-fit: contain;
                     object-fit: contain; }
                footer .center .module--footer-info .module-social-partners .partners a:nth-child(1) {
                  -webkit-box-ordinal-group: 5;
                  -webkit-order: 4;
                     -moz-box-ordinal-group: 5;
                      -ms-flex-order: 4;
                          order: 4;
                  margin-right: 0.9375rem;
                  margin-top: 0.875rem; }
                footer .center .module--footer-info .module-social-partners .partners a:nth-child(2) {
                  -webkit-box-ordinal-group: 6;
                  -webkit-order: 5;
                     -moz-box-ordinal-group: 6;
                      -ms-flex-order: 5;
                          order: 5; }
                footer .center .module--footer-info .module-social-partners .partners a:nth-child(3) {
                  -webkit-box-ordinal-group: 2;
                  -webkit-order: 1;
                     -moz-box-ordinal-group: 2;
                      -ms-flex-order: 1;
                          order: 1; }
                  footer .center .module--footer-info .module-social-partners .partners a:nth-child(3) img {
                    height: 3.3125rem; }
                footer .center .module--footer-info .module-social-partners .partners a:nth-child(4) {
                  -webkit-box-ordinal-group: 3;
                  -webkit-order: 2;
                     -moz-box-ordinal-group: 3;
                      -ms-flex-order: 2;
                          order: 2;
                  margin: 0 1.25rem; }
                  footer .center .module--footer-info .module-social-partners .partners a:nth-child(4) img {
                    height: 3.375rem; }
                footer .center .module--footer-info .module-social-partners .partners a:nth-child(5) {
                  -webkit-box-ordinal-group: 4;
                  -webkit-order: 3;
                     -moz-box-ordinal-group: 4;
                      -ms-flex-order: 3;
                          order: 3; }
                  footer .center .module--footer-info .module-social-partners .partners a:nth-child(5) img {
                    height: 3.3125rem; } }
        footer .center .module--footer-info .module-social-partners .site-info {
          max-width: 39.375rem;
          font-family: "barlow";
          font-size: 1rem;
          font-weight: 300;
          line-height: 1.2;
          color: rgba(255, 255, 255, 0.8);
          margin-top: 2.1875rem;
          position: relative; }
          @media (max-width: 1200px) {
            footer .center .module--footer-info .module-social-partners .site-info {
              margin: 0 auto; } }
    footer .center .bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
         -moz-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 0 4.0625rem 0;
      width: 100%;
      position: relative; }
      @media (max-width: 991px) {
        footer .center .bottom {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 0;
          padding-bottom: 6.25rem;
          text-align: center; } }
      footer .center .bottom .left a {
        font-family: "barlow";
        font-size: clamp(1rem, 0.24038vw + 0.88462rem, 1.125rem);
        font-weight: 200;
        line-height: 1.2;
        color: rgba(255, 255, 255, 0.8);
        -webkit-transition: color 0.4s ease;
        -o-transition: color 0.4s ease;
        -moz-transition: color 0.4s ease;
        transition: color 0.4s ease;
        text-decoration: underline;
        text-underline-offset: 2px; }
        html.no-touch footer .center .bottom .left a:hover {
          color: #89D2F6; }
      footer .center .bottom .left a:first-of-type:after {
        content: "|";
        display: inline-block;
        margin-left: 0.25rem; }
      footer .center .bottom .right a, footer .center .bottom .right span {
        font-size: clamp(1rem, 0.24038vw + 0.88462rem, 1.125rem);
        font-weight: 200;
        line-height: 1.2;
        color: rgba(255, 255, 255, 0.8);
        -webkit-transition: color 0.4s ease;
        -o-transition: color 0.4s ease;
        -moz-transition: color 0.4s ease;
        transition: color 0.4s ease; }
      footer .center .bottom .right a {
        text-decoration: underline;
        text-underline-offset: 2px; }
        html.no-touch footer .center .bottom .right a:hover {
          color: #89D2F6; }
      footer .center .bottom .btn-top {
        background: transparent;
        border: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -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;
        height: 3.125rem;
        position: absolute;
        width: 11.25rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        cursor: pointer; }
        footer .center .bottom .btn-top span:nth-of-type(1) {
          display: block;
          position: relative;
          -webkit-transform: rotate(-90deg);
             -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
               -o-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: -webkit-transform 0.4s ease;
          transition: -webkit-transform 0.4s ease;
          -o-transition: -o-transform 0.4s ease;
          -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
          transition: transform 0.4s ease;
          transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
          footer .center .bottom .btn-top span:nth-of-type(1):before {
            font-size: 1.3125rem; }
        footer .center .bottom .btn-top span:nth-of-type(2) {
          opacity: 0;
          position: absolute;
          bottom: 0;
          font-family: "barlow";
          font-size: clamp(1rem, 0.24038vw + 0.88462rem, 1.125rem);
          font-weight: 200;
          line-height: 1.2;
          color: rgba(255, 255, 255, 0.8);
          -webkit-transition: opacity 0.4s ease;
          -o-transition: opacity 0.4s ease;
          -moz-transition: opacity 0.4s ease;
          transition: opacity 0.4s ease; }
        html.no-touch footer .center .bottom .btn-top:hover span:nth-of-type(1) {
          -webkit-transform: translateY(-5px) rotate(-90deg);
             -moz-transform: translateY(-5px) rotate(-90deg);
              -ms-transform: translateY(-5px) rotate(-90deg);
               -o-transform: translateY(-5px) rotate(-90deg);
                  transform: translateY(-5px) rotate(-90deg); }
        html.no-touch footer .center .bottom .btn-top:hover span:nth-of-type(2) {
          opacity: 1; }
        @media (max-width: 991px) {
          footer .center .bottom .btn-top {
            bottom: 0; } }

.parents {
  position: fixed;
  left: 0;
  top: -150vh;
  width: 100%;
  height: 100vh;
  background-color: rgba(6, 1, 41, 0.5);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  -moz-transition: transform 1s ease, -moz-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
  z-index: 5;
  pointer-events: all;
  display: none; }
  .parents.open {
    -webkit-transform: translateY(150vh);
       -moz-transform: translateY(150vh);
        -ms-transform: translateY(150vh);
         -o-transform: translateY(150vh);
            transform: translateY(150vh); }
  .parents .bg-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0; }
  .parents .top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    background-color: #ffffff;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .parents .top .parents-header {
      height: 6.25rem; }
      .parents .top .parents-header .logo-parents {
        width: 29.25rem;
        position: absolute;
        left: 3.75rem;
        top: 1.875rem; }
        .parents .top .parents-header .logo-parents img {
          width: 100%;
          height: auto; }
      .parents .top .parents-header .parents-search {
        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;
        position: absolute;
        right: 10rem;
        top: 3.5rem;
        height: 4.9375rem;
        width: 4.9375rem;
        overflow: hidden;
        -webkit-transition: width 0.5s ease, background-color 0.5s ease, -webkit-border-radius 0.5s ease;
        transition: width 0.5s ease, background-color 0.5s ease, -webkit-border-radius 0.5s ease;
        -o-transition: width 0.5s ease, border-radius 0.5s ease, background-color 0.5s ease;
        -moz-transition: width 0.5s ease, border-radius 0.5s ease, background-color 0.5s ease, -moz-border-radius 0.5s ease;
        transition: width 0.5s ease, border-radius 0.5s ease, background-color 0.5s ease;
        transition: width 0.5s ease, border-radius 0.5s ease, background-color 0.5s ease, -webkit-border-radius 0.5s ease, -moz-border-radius 0.5s ease;
        background-color: rgba(244, 244, 244, 0.5);
        -webkit-border-radius: 40px;
           -moz-border-radius: 40px;
                border-radius: 40px;
        -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
           -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
                box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
        /* .icon-parents_search{
                    cursor: pointer;

                    &:before{
                        font-size: rems(26px);
                        margin-left: rems(-10px);
                        position: relative;
                        top: 1px;
                    }
                } */ }
        .parents .top .parents-header .parents-search .icon-parents_search_open {
          margin-left: 1.875rem;
          cursor: pointer; }
          .parents .top .parents-header .parents-search .icon-parents_search_open:before {
            color: #19122D;
            font-size: 1.5rem;
            margin-left: -0.625rem;
            position: relative;
            top: 1px; }
        .parents .top .parents-header .parents-search .icon-arrow_right {
          display: none;
          opacity: 0.27;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          cursor: pointer; }
        .parents .top .parents-header .parents-search input {
          width: 0;
          opacity: 0;
          left: 10px;
          position: relative;
          height: 60px;
          border: 0;
          background: transparent;
          -webkit-transition: opacity 0.4s ease, width 0.4s ease;
          -o-transition: opacity 0.4s ease, width 0.4s ease;
          -moz-transition: opacity 0.4s ease, width 0.4s ease;
          transition: opacity 0.4s ease, width 0.4s ease;
          font-size: 1.75rem;
          color: #060129; }
          .parents .top .parents-header .parents-search input:focus-visible {
            outline: 0 !important; }
        .parents .top .parents-header .parents-search.open {
          -webkit-border-radius: 2.5rem;
             -moz-border-radius: 2.5rem;
                  border-radius: 2.5rem;
          background-color: rgba(244, 244, 244, 0.5);
          width: 26.1875rem;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
             -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
                  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
          /* .icon-parents_search{
                        display: none;
                    } */ }
          .parents .top .parents-header .parents-search.open .icon-parents_search_open:before {
            margin-left: 0.375rem; }
          .parents .top .parents-header .parents-search.open .icon-arrow_right {
            display: block; }
          .parents .top .parents-header .parents-search.open input {
            width: -webkit-calc(100% - 80px);
            width: -moz-calc(100% - 80px);
            width: calc(100% - 80px);
            opacity: 1; }
        html.no-touch .parents .top .parents-header .parents-search:hover {
          background-color: #ededed; }
          html.no-touch .parents .top .parents-header .parents-search:hover .icon-arrow_right {
            opacity: 1; }
      .parents .top .parents-header .parents-close {
        width: 4.5rem;
        height: 4.5rem;
        -webkit-border-radius: 5rem;
           -moz-border-radius: 5rem;
                border-radius: 5rem;
        background-color: #19122D;
        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;
        position: absolute;
        right: 3.75rem;
        border: 0;
        top: 3.75rem;
        cursor: pointer; }
        .parents .top .parents-header .parents-close span {
          display: block;
          width: 30px;
          height: 2px;
          background-color: #ffffff;
          position: absolute; }
        .parents .top .parents-header .parents-close span:nth-of-type(1) {
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
             -moz-transform: translate(-50%, -50%) rotate(45deg);
              -ms-transform: translate(-50%, -50%) rotate(45deg);
               -o-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg);
          -webkit-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -webkit-transform 0.4s ease;
          transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -webkit-transform 0.4s ease;
          -o-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -o-transform 0.4s ease;
          -moz-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
          transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease;
          transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
        .parents .top .parents-header .parents-close span:nth-of-type(2) {
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
             -moz-transform: translate(-50%, -50%) rotate(-45deg);
              -ms-transform: translate(-50%, -50%) rotate(-45deg);
               -o-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg);
          -webkit-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -webkit-transform 0.4s ease;
          transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -webkit-transform 0.4s ease;
          -o-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -o-transform 0.4s ease;
          -moz-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
          transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease;
          transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
        .parents .top .parents-header .parents-close span:nth-of-type(3) {
          width: 0px;
          -webkit-transition: width 0.4s ease;
          -o-transition: width 0.4s ease;
          -moz-transition: width 0.4s ease;
          transition: width 0.4s ease; }
        html.no-touch .parents .top .parents-header .parents-close:hover span:nth-of-type(1) {
          left: 38px;
          top: 30px;
          width: 15px;
          -webkit-transform: rotate(45deg);
             -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg); }
        html.no-touch .parents .top .parents-header .parents-close:hover span:nth-of-type(2) {
          left: 38px;
          top: 39px;
          width: 15px;
          -webkit-transform: rotate(-45deg);
             -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
               -o-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        html.no-touch .parents .top .parents-header .parents-close:hover span:nth-of-type(3) {
          width: 30px; }
    .parents .top .center {
      position: relative;
      z-index: 2;
      width: 80%;
      margin: 0 auto;
      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;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-bottom: 40px;
      margin-top: 80px; }
      .parents .top .center .col {
        text-align: center;
        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-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;
        padding: 10px 10px; }
        .parents .top .center .col .title {
          font-family: "barlow";
          font-size: 1.875rem;
          font-weight: 400;
          line-height: 2.25rem;
          color: #19122D;
          margin-bottom: 0.625rem; }
        .parents .top .center .col .links {
          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; }
          .parents .top .center .col .links a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: 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: 10.875rem;
            height: 10.875rem;
            -webkit-border-radius: 1.25rem;
               -moz-border-radius: 1.25rem;
                    border-radius: 1.25rem;
            background-color: #19122D;
            -webkit-transition: background-color 0.4s ease;
            -o-transition: background-color 0.4s ease;
            -moz-transition: background-color 0.4s ease;
            transition: background-color 0.4s ease; }
            .parents .top .center .col .links a img {
              width: 3.25rem;
              height: auto;
              margin-bottom: 10px; }
            .parents .top .center .col .links a span {
              font-family: "barlow";
              font-size: 1.5625rem;
              font-weight: 300;
              line-height: 1.625rem;
              color: #ffffff;
              max-width: 5.625rem; }
            html.no-touch .parents .top .center .col .links a:hover {
              background-color: #1378C9; }
          .parents .top .center .col .links a:nth-of-type(1) {
            margin-right: 0.625rem; }
          .parents .top .center .col .links a:nth-of-type(2) {
            margin-left: 0.625rem;
            margin-right: 1.25rem; }
      .parents .top .center > div:nth-of-type(2) {
        margin: 0 3%;
        padding: 0 -webkit-calc(3% + 10px);
        padding: 0 -moz-calc(3% + 10px);
        padding: 0 calc(3% + 10px);
        padding-bottom: 20px;
        padding-top: 10px;
        border-left: 1px solid rgba(91, 92, 96, 0.2);
        border-right: 1px solid rgba(91, 92, 96, 0.2); }
    .parents .top .parents-shape {
      position: absolute;
      bottom: -10%;
      width: 100%;
      padding-bottom: 10%;
      background-image: url("/Images/svg/parents_shape.svg");
      background-repeat: no-repeat;
      background-position: center bottom;
      -moz-background-size: 100%;
           background-size: 100%;
      -webkit-transition: -webkit-clip-path 2s ease 1s;
      transition: -webkit-clip-path 2s ease 1s;
      -o-transition: clip-path 2s ease 1s;
      -moz-transition: clip-path 2s ease 1s;
      transition: clip-path 2s ease 1s;
      transition: clip-path 2s ease 1s, -webkit-clip-path 2s ease 1s;
      z-index: 0; }
    .parents .top .save-page {
      z-index: 2;
      border: 0;
      background: transparent;
      height: 3.75rem;
      padding: 0 1.875rem;
      color: #ffffff;
      font-size: 1.5625rem;
      font-weight: 400;
      font-family: "barlow";
      -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
              border-radius: 30px;
      background-color: #19122D;
      max-width: 450px;
      margin: 0 auto; }

@media (max-width: 47.9375rem) {
  .parents {
    top: -webkit-calc(-100vh - 100px);
    top: -moz-calc(-100vh - 100px);
    top: calc(-100vh - 100px);
    background-color: transparent;
    overflow-y: auto; }
    .parents.open {
      -webkit-transform: translateY(-webkit-calc(100vh + 100px));
         -moz-transform: translateY(-moz-calc(100vh + 100px));
          -ms-transform: translateY(calc(100vh + 100px));
           -o-transform: translateY(calc(100vh + 100px));
              transform: translateY(calc(100vh + 100px)); }
    .parents .top {
      height: auto;
      padding-bottom: 1.25rem; }
      .parents .top .parents-header {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-bottom: 30px; }
        .parents .top .parents-header .logo-parents {
          display: none; }
        .parents .top .parents-header .parents-close {
          display: none; }
        .parents .top .parents-header .parents-search {
          position: relative;
          width: -webkit-calc(100% - 50px);
          width: -moz-calc(100% - 50px);
          width: calc(100% - 50px);
          left: 25px;
          right: 0;
          top: 0;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
             -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
                  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16); }
          .parents .top .parents-header .parents-search input {
            width: -webkit-calc(100% - 80px);
            width: -moz-calc(100% - 80px);
            width: calc(100% - 80px);
            opacity: 1; }
          .parents .top .parents-header .parents-search .icon-arrow_right {
            display: block; }
      .parents .top .center {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -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;
        padding-top: 6.875rem;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        .parents .top .center .col {
          padding: 0.875rem 0.875rem 2.5rem;
          border-bottom: 1px solid rgba(91, 92, 96, 0.2); }
          .parents .top .center .col .title {
            font-size: 1.25rem;
            line-height: 1.1875rem;
            margin-top: 0.625rem;
            margin-bottom: 1.375rem; }
          .parents .top .center .col .links a {
            width: 9rem;
            height: 9rem;
            -webkit-border-radius: 1.25rem;
               -moz-border-radius: 1.25rem;
                    border-radius: 1.25rem; }
            .parents .top .center .col .links a img {
              width: 2.875rem;
              margin-bottom: 10px; }
            .parents .top .center .col .links a span {
              font-size: 1.125rem;
              line-height: 1.1875rem;
              max-width: 5.625rem; }
          .parents .top .center .col .links a:nth-of-type(1) {
            margin-right: 0.625rem; }
          .parents .top .center .col .links a:nth-of-type(2) {
            margin-left: 0.625rem;
            margin-right: 0.9375rem; }
      .parents .top .parents-shape {
        display: none; }
      .parents .top .save-page {
        height: auto;
        padding: 0.625rem 1.875rem;
        font-size: 1.25rem;
        max-width: 215px;
        -webkit-border-radius: 2.5rem;
           -moz-border-radius: 2.5rem;
                border-radius: 2.5rem;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

@media (min-width: 48rem) {
  .parents .top {
    height: auto; }
    .parents .top .parents-header {
      height: 6.25rem; }
      .parents .top .parents-header .logo-parents {
        width: 15rem;
        left: 2.4375rem;
        top: 2.25rem; }
      .parents .top .parents-header .parents-search {
        right: 7.5rem;
        top: 2.9375rem;
        height: 3.25rem;
        width: 3.25rem;
        /* .icon-parents_search{

                        &:before{
                            font-size: rems(35px);
                        }
                    } */ }
        .parents .top .parents-header .parents-search .icon-parents_search_open {
          margin-left: 0.625rem; }
        .parents .top .parents-header .parents-search input {
          left: 10px;
          height: 3.25rem;
          font-size: 1.25rem; }
        .parents .top .parents-header .parents-search.open {
          -webkit-border-radius: 40px;
             -moz-border-radius: 40px;
                  border-radius: 40px;
          width: 17.25rem;
          padding-right: 1.875rem; }
          .parents .top .parents-header .parents-search.open input {
            width: -webkit-calc(100% - 80px);
            width: -moz-calc(100% - 80px);
            width: calc(100% - 80px); }
      .parents .top .parents-header .parents-close {
        width: 3.3125rem;
        height: 3.3125rem;
        right: 2.4375rem;
        top: 2.875rem; }
        html.no-touch .parents .top .parents-header .parents-close:hover span:nth-of-type(1) {
          left: 30px;
          top: 21px;
          width: 14px; }
        html.no-touch .parents .top .parents-header .parents-close:hover span:nth-of-type(2) {
          left: 30px;
          top: 30px;
          width: 14px; }
        html.no-touch .parents .top .parents-header .parents-close:hover span:nth-of-type(3) {
          width: 30px; }
    .parents .top .center {
      width: -webkit-calc(100% - 40px);
      width: -moz-calc(100% - 40px);
      width: calc(100% - 40px); }
      .parents .top .center .col .title {
        font-size: 1.25rem;
        line-height: 1.1875rem; }
      .parents .top .center .col .links a {
        width: 8.875rem;
        height: 8.875rem;
        -webkit-border-radius: 1.25rem;
           -moz-border-radius: 1.25rem;
                border-radius: 1.25rem; }
        .parents .top .center .col .links a img {
          width: 3.25rem;
          margin-bottom: 10px; }
        .parents .top .center .col .links a span {
          font-size: 1.125rem;
          line-height: 1.1875rem;
          max-width: 3.75rem; }
    .parents .top .save-page {
      height: 3.125rem;
      padding: 0 1.875rem;
      font-size: 1.25rem;
      -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
              border-radius: 30px;
      max-width: 380px;
      display: none; } }

@media (max-width: 1180px) {
  .parents .top .center > div:nth-of-type(2) {
    border-left: 0;
    border-right: 0; } }

@media (min-width: 100rem) {
  .parents .top .parents-header .logo-parents {
    width: 29.25rem;
    left: 3.75rem;
    top: 1.875rem; }
  .parents .top .parents-header .parents-search {
    right: 10rem;
    top: 3.5rem;
    height: 4.9375rem;
    width: 4.9375rem; }
    .parents .top .parents-header .parents-search .icon-parents_search_open {
      margin-left: 1.875rem; }
    .parents .top .parents-header .parents-search input {
      height: 60px;
      font-size: 1.75rem; }
    .parents .top .parents-header .parents-search.open {
      -webkit-border-radius: 40px;
         -moz-border-radius: 40px;
              border-radius: 40px;
      width: 26.1875rem; }
      .parents .top .parents-header .parents-search.open input {
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
        opacity: 1; }
  .parents .top .parents-header .parents-close {
    width: 4.5rem;
    height: 4.5rem;
    -webkit-border-radius: 5rem;
       -moz-border-radius: 5rem;
            border-radius: 5rem;
    right: 3.75rem;
    top: 3.75rem; }
    .parents .top .parents-header .parents-close span {
      width: 30px;
      height: 2px; }
    html.no-touch .parents .top .parents-header .parents-close:hover span:nth-of-type(1) {
      left: 38px;
      top: 30px;
      width: 15px; }
    html.no-touch .parents .top .parents-header .parents-close:hover span:nth-of-type(2) {
      left: 38px;
      top: 39px;
      width: 15px; }
  .parents .top .center .col .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 0.625rem; }
  .parents .top .center .col .links a {
    width: 10.875rem;
    height: 10.875rem;
    -webkit-border-radius: 1.25rem;
       -moz-border-radius: 1.25rem;
            border-radius: 1.25rem; }
    .parents .top .center .col .links a img {
      width: 3.25rem;
      margin-bottom: 10px; }
    .parents .top .center .col .links a span {
      font-size: 1.5625rem;
      line-height: 1.625rem;
      max-width: 5.625rem; }
  .parents .top .parents-shape {
    padding-bottom: 10%;
    -moz-background-size: 100%;
         background-size: 100%; }
  .parents .top .save-page {
    height: 3.75rem;
    padding: 0 1.875rem;
    font-size: 1.5625rem;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    max-width: 450px;
    display: none; } }

.js-fade-scroll {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(#000), color-stop(#000), to(transparent));
  -webkit-mask-image: -webkit-linear-gradient(top, transparent 0, #000 var(--topMaskSize, 0rem), #000 -webkit-calc(100% - var(--bottomMaskSize, 0rem)), transparent 100%);
          mask-image: linear-gradient(to bottom, transparent 0, #000 var(--topMaskSize, 0rem), #000 -moz-calc(100% - var(--bottomMaskSize, 0rem)), transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(#000), color-stop(#000), to(transparent));
          mask-image: linear-gradient(to bottom, transparent 0, #000 var(--topMaskSize, 0rem), #000 calc(100% - var(--bottomMaskSize, 0rem)), transparent 100%); }
  .js-fade-scroll.js-top-overflowing {
    --topMaskSize: 6.25rem; }
  .js-fade-scroll.js-bottom-overflowing {
    --bottomMaskSize: 6.25rem; }

.main-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out; }
  .main-menu:not(.open) * {
    pointer-events: none !important; }
  .main-menu .menu-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 3;
    background-color: #ffffff; }
    .main-menu .menu-left .tree {
      display: none; }
    .main-menu .menu-left .pannel, .main-menu .menu-left .pannel-1, .main-menu .menu-left .pannel-2 {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      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;
      overflow: hidden;
      -webkit-transition: width 0.4s, left 0.4s ease;
      -o-transition: width 0.4s, left 0.4s ease;
      -moz-transition: width 0.4s, left 0.4s ease;
      transition: width 0.4s, left 0.4s ease;
      pointer-events: none; }
    .main-menu .menu-left .pannel-inner, .main-menu .menu-left .pannel-1-inner, .main-menu .menu-left .pannel-2-inner {
      position: relative;
      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;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-transition: width 0.4s, height 0.4s, margin-top 0.4s, margin-bottom 0.4s ease;
      -o-transition: width 0.4s, height 0.4s, margin-top 0.4s, margin-bottom 0.4s ease;
      -moz-transition: width 0.4s, height 0.4s, margin-top 0.4s, margin-bottom 0.4s ease;
      transition: width 0.4s, height 0.4s, margin-top 0.4s, margin-bottom 0.4s ease; }
    .main-menu .menu-left .pannel-content, .main-menu .menu-left .pannel-1-content, .main-menu .menu-left .pannel-2-content {
      position: relative;
      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;
      margin: auto 0;
      -webkit-transition: width 0.4s, left 0.4s ease;
      -o-transition: width 0.4s, left 0.4s ease;
      -moz-transition: width 0.4s, left 0.4s ease;
      transition: width 0.4s, left 0.4s ease; }
      .main-menu .menu-left .pannel-content li div a, .main-menu .menu-left .pannel-1-content li div a, .main-menu .menu-left .pannel-2-content li div a {
        font-family: 'spectral';
        -webkit-transition: font-size 0.4s ease;
        -o-transition: font-size 0.4s ease;
        -moz-transition: font-size 0.4s ease;
        transition: font-size 0.4s ease; }
      .main-menu .menu-left .pannel-content li div i, .main-menu .menu-left .pannel-1-content li div i, .main-menu .menu-left .pannel-2-content li div i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: margin-bottom 0.4s ease;
        -o-transition: margin-bottom 0.4s ease;
        -moz-transition: margin-bottom 0.4s ease;
        transition: margin-bottom 0.4s ease; }
        .main-menu .menu-left .pannel-content li div i:before, .main-menu .menu-left .pannel-1-content li div i:before, .main-menu .menu-left .pannel-2-content li div i:before {
          position: relative;
          -webkit-transition: font-size 0.4s ease;
          -o-transition: font-size 0.4s ease;
          -moz-transition: font-size 0.4s ease;
          transition: font-size 0.4s ease; }
    .main-menu .menu-left .btn-scroll, .main-menu .menu-left .pannel-1-scroll-btn, .main-menu .menu-left .pannel-2-scroll-btn {
      position: absolute;
      background: transparent;
      border: 0;
      right: 0.875rem;
      bottom: 1.25rem;
      width: 3.5625rem;
      height: 3.5625rem;
      z-index: 10;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      cursor: pointer; }
      .main-menu .menu-left .btn-scroll:after, .main-menu .menu-left .pannel-1-scroll-btn:after, .main-menu .menu-left .pannel-2-scroll-btn:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        top: 100%;
        left: 0;
        -webkit-transition: height 0.4s ease;
        -o-transition: height 0.4s ease;
        -moz-transition: height 0.4s ease;
        transition: height 0.4s ease; }
      .main-menu .menu-left .btn-scroll:before, .main-menu .menu-left .pannel-1-scroll-btn:before, .main-menu .menu-left .pannel-2-scroll-btn:before {
        font-size: 1rem;
        position: relative;
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
        display: inline-block;
        -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;
        color: #000000; }
      .main-menu .menu-left .btn-scroll:hover:after, .main-menu .menu-left .pannel-1-scroll-btn:hover:after, .main-menu .menu-left .pannel-2-scroll-btn:hover:after {
        height: 0.9375rem; }
      .main-menu .menu-left .btn-scroll.show-scroll, .main-menu .menu-left .show-scroll.pannel-1-scroll-btn, .main-menu .menu-left .show-scroll.pannel-2-scroll-btn {
        opacity: 1;
        pointer-events: all; }
    .main-menu .menu-left .pannel-info {
      position: absolute;
      bottom: 3.125rem;
      width: 100%;
      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;
      z-index: 2;
      display: none;
      pointer-events: none; }
      @media (min-width: 767px) {
        .main-menu .menu-left .pannel-info::before {
          content: '';
          position: absolute;
          left: 50%;
          top: -40px;
          width: 70%;
          height: 45px;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 244, 226, 0)), to(#ffffff));
          background: -webkit-linear-gradient(top, rgba(251, 244, 226, 0) 0%, #ffffff 100%);
          background: -moz-linear-gradient(top, rgba(251, 244, 226, 0) 0%, #ffffff 100%);
          background: -o-linear-gradient(top, rgba(251, 244, 226, 0) 0%, #ffffff 100%);
          background: linear-gradient(to bottom, rgba(251, 244, 226, 0) 0%, #ffffff 100%);
          -webkit-transform: translateX(-60%);
             -moz-transform: translateX(-60%);
              -ms-transform: translateX(-60%);
               -o-transform: translateX(-60%);
                  transform: translateX(-60%); } }
      .main-menu .menu-left .pannel-info .cta {
        pointer-events: all;
        width: -webkit-calc(80% + 1.5625rem);
        width: -moz-calc(80% + 1.5625rem);
        width: calc(80% + 1.5625rem);
        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-bottom: 1.875rem;
        pointer-events: all; }
        .main-menu .menu-left .pannel-info .cta > div {
          max-width: 31.25rem;
          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; }
          .main-menu .menu-left .pannel-info .cta > div a {
            font-family: 'barlow';
            font-size: 1.5625rem;
            line-height: 2.875rem;
            font-weight: 300;
            display: block;
            width: 33.33%;
            position: relative; }
            .main-menu .menu-left .pannel-info .cta > div a span {
              position: relative; }
              .main-menu .menu-left .pannel-info .cta > div a span:after {
                content: '';
                display: block;
                width: 0px;
                height: 0.125rem;
                position: absolute;
                left: 0;
                bottom: 0;
                background-color: #19122d;
                -webkit-transition: width 0.3s ease;
                -o-transition: width 0.3s ease;
                -moz-transition: width 0.3s ease;
                transition: width 0.3s ease; }
            html.no-touch .main-menu .menu-left .pannel-info .cta > div a:hover span:after {
              width: 100%; }
      .main-menu .menu-left .pannel-info .media {
        width: -webkit-calc(80% + 1.5625rem);
        width: -moz-calc(80% + 1.5625rem);
        width: calc(80% + 1.5625rem);
        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-bottom: 1.25rem;
        pointer-events: all; }
        @media (max-width: 99.9375rem) {
          .main-menu .menu-left .pannel-info .media {
            width: -webkit-calc(60% + 1.5625rem);
            width: -moz-calc(60% + 1.5625rem);
            width: calc(60% + 1.5625rem); } }
        .main-menu .menu-left .pannel-info .media a {
          display: block;
          margin: 0 0.875rem; }
          .main-menu .menu-left .pannel-info .media a:first-child {
            margin-left: 0; }
          .main-menu .menu-left .pannel-info .media a svg {
            fill: #19122d;
            -webkit-transition: 0.4s ease;
            -o-transition: 0.4s ease;
            -moz-transition: 0.4s ease;
            transition: 0.4s ease; }
          .main-menu .menu-left .pannel-info .media a i {
            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; }
            .main-menu .menu-left .pannel-info .media a i:before {
              font-size: 1.625rem;
              color: rgba(25, 18, 45, 0.5);
              -webkit-transition: color 0.4s ease;
              -o-transition: color 0.4s ease;
              -moz-transition: color 0.4s ease;
              transition: color 0.4s ease;
              display: block; }
          @media only screen and (min-width: 100rem) {
            .main-menu .menu-left .pannel-info .media a.youtube i::before {
              font-size: 1.6875rem; } }
          @media only screen and (max-width: 99.9375rem) {
            .main-menu .menu-left .pannel-info .media a.youtube i::before {
              font-size: 1.1875rem; } }
          html.no-touch .main-menu .menu-left .pannel-info .media a:hover i:before {
            color: #19122d; }
    .main-menu .menu-left .pannel-1 {
      left: 0;
      z-index: 1;
      background: #ffffff; }
      .main-menu .menu-left .pannel-1 .cta,
      .main-menu .menu-left .pannel-1 .media {
        display: none; }
    .main-menu .menu-left .pannel-1-inner {
      margin-top: 11.875rem;
      width: -webkit-calc(100% + 2.5rem);
      width: -moz-calc(100% + 2.5rem);
      width: calc(100% + 2.5rem);
      height: -webkit-calc(100% - 24.375rem);
      height: -moz-calc(100% - 24.375rem);
      height: calc(100% - 24.375rem);
      /* &:after{
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 20px;
                z-index: 10;
                pointer-events: none;
                background-image:linear-gradient(to top, #ffffff, rgba(#ffffff, 0));
            } */ }
      @media (min-width: 2700px) {
        .main-menu .menu-left .pannel-1-inner {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .main-menu .menu-left .pannel-1-content {
      margin: unset;
      width: 60%; }
      .main-menu .menu-left .pannel-1-content li {
        list-style-type: none;
        padding: 0.625rem 0; }
        .main-menu .menu-left .pannel-1-content li div {
          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;
          cursor: pointer;
          position: relative;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .main-menu .menu-left .pannel-1-content li div a {
            position: relative;
            font-size: 2.8125rem;
            color: #19122d;
            line-height: normal;
            -webkit-transition: font-size 0.4s ease;
            -o-transition: font-size 0.4s ease;
            -moz-transition: font-size 0.4s ease;
            transition: font-size 0.4s ease; }
            .main-menu .menu-left .pannel-1-content li div a span {
              position: relative; }
              .main-menu .menu-left .pannel-1-content li div a span:after {
                content: '';
                display: block;
                width: 0px;
                height: 0.125rem;
                position: absolute;
                left: 0;
                background-color: #19122d;
                -webkit-transition: width 0.3s ease;
                -o-transition: width 0.3s ease;
                -moz-transition: width 0.3s ease;
                transition: width 0.3s ease; }
                @media (max-width: 1220px) {
                  .main-menu .menu-left .pannel-1-content li div a span:after {
                    display: none; } }
            @media (max-width: 1023px) {
              .main-menu .menu-left .pannel-1-content li div a.active {
                text-decoration: underline;
                text-decoration-thickness: 0.125rem;
                text-underline-offset: 0.1875rem; }
              .main-menu .menu-left .pannel-1-content li div a.current {
                text-decoration: underline;
                text-decoration-thickness: 0.125rem;
                text-underline-offset: 0.1875rem;
                /* text-decoration: underline;
                                text-decoration-color: #19122D;
                                text-decoration-thickness: rems(2px);
                                text-underline-offset: rems(3px); */ } }
          .main-menu .menu-left .pannel-1-content li div.active.js_green-color a span:after,
          html.no-touch .main-menu .menu-left .pannel-1-content li div:hover.js_green-color a span:after {
            background-color: #65b339; }
          .main-menu .menu-left .pannel-1-content li div.active.js_blue-color a span:after,
          html.no-touch .main-menu .menu-left .pannel-1-content li div:hover.js_blue-color a span:after {
            background-color: #0076c0; }
          .main-menu .menu-left .pannel-1-content li div i {
            width: 2rem;
            text-align: right;
            pointer-events: none;
            position: relative;
            margin-right: 1.25rem;
            margin-left: 0.875rem; }
            .main-menu .menu-left .pannel-1-content li div i:before {
              font-size: 1.25rem;
              color: #19122d;
              -webkit-transition: color 0.4s ease, -webkit-transform 0.4s ease;
              transition: color 0.4s ease, -webkit-transform 0.4s ease;
              -o-transition: color 0.4s ease, -o-transform 0.4s ease;
              -moz-transition: color 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
              transition: color 0.4s ease, transform 0.4s ease;
              transition: color 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
          .main-menu .menu-left .pannel-1-content li div.current a span:after, .main-menu .menu-left .pannel-1-content li div.active a span:after {
            width: 100%; }
          .main-menu .menu-left .pannel-1-content li div.active:hover a span:after {
            width: 0%; }
          .main-menu .menu-left .pannel-1-content li div:hover {
            opacity: 1; }
            .main-menu .menu-left .pannel-1-content li div:hover a span:after {
              width: 100%; }
            .main-menu .menu-left .pannel-1-content li div:hover i:before {
              -webkit-transform: translateX(0.625rem);
                 -moz-transform: translateX(0.625rem);
                  -ms-transform: translateX(0.625rem);
                   -o-transform: translateX(0.625rem);
                      transform: translateX(0.625rem);
              color: #19122d; }
    .main-menu .menu-left .pannel-1-scroll-btn {
      bottom: 4.375rem; }
      .main-menu .menu-left .pannel-1-scroll-btn .lottie-animation {
        width: 2.9375rem;
        height: 2.9375rem;
        background-image: url("/Images/img/homepage/blue_circle.png");
        background-position: center;
        -moz-background-size: contain;
             background-size: contain;
        pointer-events: none; }
        .main-menu .menu-left .pannel-1-scroll-btn .lottie-animation svg {
          width: 70% !important;
          height: 70% !important;
          margin-top: 15%; }
          .main-menu .menu-left .pannel-1-scroll-btn .lottie-animation svg path {
            stroke: #ffffff; }
    .main-menu .menu-left .pannel-2 {
      left: 0%;
      width: 75%;
      -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
      transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
      -o-transition: opacity 0.4s ease, -o-transform 0.4s ease;
      -moz-transition: transform 0.4s ease, opacity 0.4s ease, -moz-transform 0.4s ease;
      transition: transform 0.4s ease, opacity 0.4s ease;
      transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
      z-index: 0;
      opacity: 0;
      overflow: visible; }
      @media (min-width: 2700px) {
        .main-menu .menu-left .pannel-2 {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (min-width: 2700px) {
        .main-menu .menu-left .pannel-2 .pannel-2-inner {
          height: auto; } }
      .main-menu .menu-left .pannel-2 .pannel-2-inner::-webkit-scrollbar {
        display: none; }
      .main-menu .menu-left .pannel-2:after {
        left: 6.25rem !important;
        width: -webkit-calc(100% + 250px) !important;
        width: -moz-calc(100% + 250px) !important;
        width: calc(100% + 250px) !important; }
      .main-menu .menu-left .pannel-2.open {
        opacity: 1;
        pointer-events: all !important;
        -webkit-transform: translateX(140%);
           -moz-transform: translateX(140%);
            -ms-transform: translateX(140%);
             -o-transform: translateX(140%);
                transform: translateX(140%); }
        @media (min-height: 950px) and (min-width: 950px) {
          .main-menu .menu-left .pannel-2.open {
            -webkit-transform: translateX(180%);
               -moz-transform: translateX(180%);
                -ms-transform: translateX(180%);
                 -o-transform: translateX(180%);
                    transform: translateX(180%); } }
      .main-menu .menu-left .pannel-2 .pannel-2-close-btn {
        position: absolute;
        right: 1.25rem;
        top: 1.25rem;
        z-index: 4;
        border: 0;
        background: transparent;
        cursor: pointer; }
        .main-menu .menu-left .pannel-2 .pannel-2-close-btn:before {
          font-size: 2.5rem; }
        .main-menu .menu-left .pannel-2 .pannel-2-close-btn span {
          font-size: 0; }
      .main-menu .menu-left .pannel-2 .search .search-box .icon-search::before,
      .main-menu .menu-left .pannel-2 .search .search-box .icon-arrow_right::before {
        color: #ffffff; }
    .main-menu .menu-left .pannel-2-bg-close {
      position: absolute;
      width: 28%;
      height: 100%;
      left: 0px;
      top: 0px; }
    .main-menu .menu-left .pannel-2-inner {
      padding-bottom: 7.5rem;
      margin-top: 9.375rem;
      width: -webkit-calc(100% + 2.5rem);
      width: -moz-calc(100% + 2.5rem);
      width: calc(100% + 2.5rem);
      height: -webkit-calc(100% - 150px);
      height: -moz-calc(100% - 150px);
      height: calc(100% - 150px); }
      .main-menu .menu-left .pannel-2-inner .search .search-box input::-webkit-input-placeholder {
        color: #ffffff; }
      .main-menu .menu-left .pannel-2-inner .search .search-box input::-moz-placeholder {
        color: #ffffff; }
      .main-menu .menu-left .pannel-2-inner .search .search-box input:-ms-input-placeholder {
        color: #ffffff; }
      .main-menu .menu-left .pannel-2-inner .search .search-box input:-moz-placeholder {
        color: #ffffff; }
    .main-menu .menu-left .pannel-2-content {
      width: 60%;
      margin: unset;
      margin-top: 0.5rem;
      -webkit-transition: margin-left 0.3s ease, width 0.3s ease;
      -o-transition: margin-left 0.3s ease, width 0.3s ease;
      -moz-transition: margin-left 0.3s ease, width 0.3s ease;
      transition: margin-left 0.3s ease, width 0.3s ease; }
      .main-menu .menu-left .pannel-2-content li {
        list-style-type: none;
        padding: 1rem 0; }
        .main-menu .menu-left .pannel-2-content li div {
          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;
          position: relative;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .main-menu .menu-left .pannel-2-content li div a {
            font-family: 'barlow';
            font-weight: 400;
            font-size: 2.0625rem;
            color: #ffffff;
            word-break: break-word; }
            .main-menu .menu-left .pannel-2-content li div a span {
              position: relative; }
              .main-menu .menu-left .pannel-2-content li div a span:after {
                content: '';
                display: block;
                width: 0px;
                height: 0.125rem;
                position: absolute;
                left: 0;
                bottom: 0;
                background-color: #ffffff;
                -webkit-transition: width 0.3s ease;
                -o-transition: width 0.3s ease;
                -moz-transition: width 0.3s ease;
                transition: width 0.3s ease; }
            .main-menu .menu-left .pannel-2-content li div a.active span, .main-menu .menu-left .pannel-2-content li div a.current span {
              text-decoration: underline; }
            .main-menu .menu-left .pannel-2-content li div a.current {
              pointer-events: none;
              cursor: auto; }
              .main-menu .menu-left .pannel-2-content li div a.current span:after {
                content: none; }
          .main-menu .menu-left .pannel-2-content li div.arrow-up u {
            -webkit-transform: rotate(-90deg);
               -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                 -o-transform: rotate(-90deg);
                    transform: rotate(-90deg); }
          .main-menu .menu-left .pannel-2-content li div u {
            position: relative;
            margin-left: 1.25rem;
            -webkit-transform: rotate(90deg);
               -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                 -o-transform: rotate(90deg);
                    transform: rotate(90deg);
            -webkit-transition: -webkit-transform 0.4s ease;
            transition: -webkit-transform 0.4s ease;
            -o-transition: -o-transform 0.4s ease;
            -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
            text-decoration: none;
            cursor: pointer; }
            .main-menu .menu-left .pannel-2-content li div u:before {
              font-size: 1.125rem;
              color: #ffffff; }
          .main-menu .menu-left .pannel-2-content li div:hover a span:after {
            width: 100%; }
        .main-menu .menu-left .pannel-2-content li ul {
          position: relative;
          margin-top: 1.25rem; }
          .main-menu .menu-left .pannel-2-content li ul li {
            pointer-events: all;
            padding: 0.625rem 0 0.625rem 1.875rem; }
            .main-menu .menu-left .pannel-2-content li ul li:before {
              content: '';
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              width: 0.125rem;
              height: 100%; }
            .main-menu .menu-left .pannel-2-content li ul li a {
              font-family: 'barlow';
              font-size: 1.875rem;
              font-weight: 300;
              letter-spacing: 0;
              text-transform: none;
              color: #ffffff;
              word-break: break-word;
              -webkit-transition: color 0.3s ease;
              -o-transition: color 0.3s ease;
              -moz-transition: color 0.3s ease;
              transition: color 0.3s ease; }
              .main-menu .menu-left .pannel-2-content li ul li a span {
                position: relative; }
                .main-menu .menu-left .pannel-2-content li ul li a span:after {
                  content: '';
                  display: block;
                  width: 0px;
                  height: 0.125rem;
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  background-color: #ffffff;
                  -webkit-transition: width 0.3s ease;
                  -o-transition: width 0.3s ease;
                  -moz-transition: width 0.3s ease;
                  transition: width 0.3s ease; }
              .main-menu .menu-left .pannel-2-content li ul li a.current, .main-menu .menu-left .pannel-2-content li ul li a.active {
                text-decoration: underline; }
              .main-menu .menu-left .pannel-2-content li ul li a:hover span:after {
                width: 100%; }
    .main-menu .menu-left .pannel-2-scroll-btn {
      bottom: 3.125rem; }
      .main-menu .menu-left .pannel-2-scroll-btn .lottie-animation {
        width: 2.9375rem;
        height: 2.9375rem;
        background-image: url("/Images/img/homepage/blue_circle.png");
        background-position: center;
        -moz-background-size: contain;
             background-size: contain;
        pointer-events: none; }
        .main-menu .menu-left .pannel-2-scroll-btn .lottie-animation svg {
          width: 70% !important;
          height: 70% !important;
          margin-top: 15%; }
    .main-menu .menu-left .btn-close-panel {
      width: 100%;
      position: relative;
      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;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 1.25rem; }
      .main-menu .menu-left .btn-close-panel i {
        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;
        position: relative;
        margin-right: 0.875rem;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out; }
        .main-menu .menu-left .btn-close-panel i:before {
          color: #ffffff;
          position: relative;
          -webkit-transition: color 0.3s ease;
          -o-transition: color 0.3s ease;
          -moz-transition: color 0.3s ease;
          transition: color 0.3s ease;
          -webkit-transform: rotate(180deg);
             -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg);
          font-size: 1.5rem; }
      .main-menu .menu-left .btn-close-panel span {
        font-family: 'spectral';
        font-size: 2.8125rem;
        line-height: 1.25rem;
        color: #ffffff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        word-break: break-word;
        position: relative; }
        .main-menu .menu-left .btn-close-panel span:after {
          content: '';
          bottom: -0.13em;
          display: block;
          width: 0;
          height: .125rem;
          left: 0;
          position: absolute;
          -webkit-transition: width .3s ease;
          -o-transition: width .3s ease;
          -moz-transition: width .3s ease;
          transition: width .3s ease;
          background: #fff; }
      .main-menu .menu-left .btn-close-panel div {
        font-family: 'spectral';
        font-size: 2.8125rem;
        line-height: 3.75rem;
        color: #ffffff;
        word-break: break-word; }
      .main-menu .menu-left .btn-close-panel:hover span:after {
        width: 100%; }
      .main-menu .menu-left .btn-close-panel:hover i {
        -webkit-transform: translateX(-5px);
           -moz-transform: translateX(-5px);
            -ms-transform: translateX(-5px);
             -o-transform: translateX(-5px);
                transform: translateX(-5px); }
    .main-menu .menu-left .menu-plus {
      display: block !important;
      position: relative;
      width: 0.8125rem;
      height: 0.8125rem; }
      .main-menu .menu-left .menu-plus:after {
        content: '';
        position: absolute;
        width: 0.75rem;
        height: 1px;
        background-color: #4c673a;
        left: 0.0625rem;
        top: 0.375rem;
        -webkit-transition: width 0.3s ease, background-color 0.3s ease;
        -o-transition: width 0.3s ease, background-color 0.3s ease;
        -moz-transition: width 0.3s ease, background-color 0.3s ease;
        transition: width 0.3s ease, background-color 0.3s ease; }
      .main-menu .menu-left .menu-plus:before {
        content: '';
        position: absolute;
        height: 0.75rem;
        width: 1px;
        background-color: #4c673a;
        left: 0.375rem;
        top: 0.0625rem;
        -webkit-transition: height 0.3s ease, top 0.3s ease;
        -o-transition: height 0.3s ease, top 0.3s ease;
        -moz-transition: height 0.3s ease, top 0.3s ease;
        transition: height 0.3s ease, top 0.3s ease; }
      .main-menu .menu-left .menu-plus.open:before {
        height: 0px;
        top: 0.375rem; }
    .main-menu .menu-left .search {
      width: 100%;
      padding-top: 1.25rem;
      display: none; }
      .main-menu .menu-left .search .search-box {
        pointer-events: all;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        position: relative;
        left: 0.625rem; }
        .main-menu .menu-left .search .search-box input {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 3.75rem;
          font-family: 'barlow';
          font-size: 1.25rem;
          color: #19122d;
          background-color: rgba(244, 244, 244, 0.4);
          text-indent: 3.125rem;
          border: 0;
          -webkit-border-radius: 1.875rem;
             -moz-border-radius: 1.875rem;
                  border-radius: 1.875rem;
          -webkit-box-shadow: inset 0px 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
             -moz-box-shadow: inset 0px 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
                  box-shadow: inset 0px 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          /* &::-webkit-input-placeholder {
                        color: #ffffff;
                    }
                    &::-moz-placeholder {
                        color: #ffffff;
                    }
                    &:-ms-input-placeholder {
                        color: #ffffff;
                    }
                    &:-moz-placeholder {
                        color: #ffffff;
                    } */ }
        .main-menu .menu-left .search .search-box .icon-search {
          position: absolute;
          left: 0.9375rem;
          top: 1.1875rem;
          cursor: pointer; }
          .main-menu .menu-left .search .search-box .icon-search:before {
            color: #19122d;
            font-size: 1.5rem; }
        .main-menu .menu-left .search .search-box .icon-arrow_right {
          position: absolute;
          right: 0.9375rem;
          top: 1.2rem; }
          .main-menu .menu-left .search .search-box .icon-arrow_right:before {
            color: rgba(25, 18, 45, 0.27);
            font-size: 1.4rem; }
    .main-menu .menu-left .mask {
      position: absolute;
      left: -webkit-calc(100% - 1px);
      left: -moz-calc(100% - 1px);
      left: calc(100% - 1px);
      top: 0;
      height: 101%;
      padding-right: 22vh;
      background-image: url("/Images/svg/menu_shape.svg");
      background-repeat: no-repeat;
      background-position: left top;
      -moz-background-size: contain;
           background-size: contain;
      pointer-events: none;
      z-index: 2; }
    .main-menu .menu-left .line {
      display: none !important;
      position: absolute;
      left: -webkit-calc(100% - 1px);
      left: -moz-calc(100% - 1px);
      left: calc(100% - 1px);
      top: 0;
      height: 101%;
      padding-right: 23vh;
      background-image: url("/Images/svg/menu_middle_shape.svg");
      background-repeat: no-repeat;
      background-position: left top;
      -moz-background-size: contain;
           background-size: contain;
      pointer-events: none;
      z-index: 2; }
      .main-menu .menu-left .line.js_blue-color {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250.109' height='1088.489' viewBox='0 0 250.109 1088.489'%3E%3Cg id='Loading_bar' data-name='Loading bar' transform='translate(-6.235 -225.978)'%3E%3Cpath id='Path_87753' data-name='Path 87753' d='M254.321,228S28.215,345.379,9.107,615,177.885,1312.49,177.885,1312.49' fill='none' stroke='%230076C0' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A"); }
      .main-menu .menu-left .line.js_green-color {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250.109' height='1088.489' viewBox='0 0 250.109 1088.489'%3E%3Cg id='Loading_bar' data-name='Loading bar' transform='translate(-6.235 -225.978)'%3E%3Cpath id='Path_87753' data-name='Path 87753' d='M254.321,228S28.215,345.379,9.107,615,177.885,1312.49,177.885,1312.49' fill='none' stroke='%2365B339' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A"); }
  .main-menu .menu-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    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-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -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: 0; }
    .main-menu .menu-right::after {
      content: '';
      background: transparent -webkit-gradient(linear, left top, left bottom, from(#172b4b00), to(#19122d));
      background: transparent -webkit-linear-gradient(top, #172b4b00 0%, #19122d 100%);
      background: transparent -moz-linear-gradient(top, #172b4b00 0%, #19122d 100%);
      background: transparent -o-linear-gradient(top, #172b4b00 0%, #19122d 100%);
      background: transparent linear-gradient(180deg, #172b4b00 0%, #19122d 100%);
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 3.75rem;
      opacity: 1;
      -webkit-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      -webkit-transition-delay: 0s;
         -moz-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; }
    .main-menu .menu-right.js_green-color::after {
      background: transparent -webkit-gradient(linear, left top, left bottom, from(#172b4b00), to(#012d21a6));
      background: transparent -webkit-linear-gradient(top, #172b4b00 0%, #012d21a6 100%);
      background: transparent -moz-linear-gradient(top, #172b4b00 0%, #012d21a6 100%);
      background: transparent -o-linear-gradient(top, #172b4b00 0%, #012d21a6 100%);
      background: transparent linear-gradient(180deg, #172b4b00 0%, #012d21a6 100%); }
    .main-menu .menu-right .menu-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .main-menu .menu-right .menu-bg::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: transparent -webkit-gradient(linear, left bottom, left top, from(#00000000), to(#000000));
        background: transparent -webkit-linear-gradient(bottom, #00000000 0%, #000000 100%);
        background: transparent -moz-linear-gradient(bottom, #00000000 0%, #000000 100%);
        background: transparent -o-linear-gradient(bottom, #00000000 0%, #000000 100%);
        background: transparent linear-gradient(0deg, #00000000 0%, #000000 100%);
        opacity: 0.4;
        height: 16.875rem;
        z-index: 2;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        left: 0rem !important;
        width: -webkit-calc(100% + 250px) !important;
        width: -moz-calc(100% + 250px) !important;
        width: calc(100% + 250px) !important; }
      .main-menu .menu-right .menu-bg::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(25, 18, 45, 0.65);
        opacity: 0;
        z-index: 2;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
      .main-menu .menu-right .menu-bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .main-menu .menu-right.js_green-color .menu-bg::after {
      background-color: rgba(1, 45, 33, 0.65); }
    .main-menu .menu-right.js_blue-color .menu-bg::after {
      background-color: rgba(25, 18, 45, 0.65); }
    .main-menu .menu-right .mask {
      position: absolute;
      left: 0;
      top: 0;
      height: 101%;
      padding-right: 22vh;
      background-image: url("/Images/svg/menu_shape.svg");
      background-repeat: no-repeat;
      background-position: left top;
      -moz-background-size: contain;
           background-size: contain;
      z-index: 2; }
    .main-menu .menu-right .line {
      display: none !important;
      position: absolute;
      left: 0;
      top: 0;
      height: 101%;
      padding-right: 23vh;
      background-image: url("/Images/svg/menu_middle_shape.svg");
      background-repeat: no-repeat;
      background-position: left top;
      -moz-background-size: contain;
           background-size: contain;
      z-index: 2; }
    .main-menu .menu-right.level2 .menu-bg:after {
      opacity: 1; }
  .main-menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 4; }
    .main-menu.open .pannel-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .main-menu.open .pannel-1-content li div {
      pointer-events: all; }

@media (max-width: 1023px) {
  .main-menu {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(100vw);
       -moz-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
         -o-transform: translateX(100vw);
            transform: translateX(100vw);
    -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;
    pointer-events: none; }
    .main-menu .menu-left {
      width: 100%;
      pointer-events: none; }
      .main-menu .menu-left .pannel-info {
        display: none; }
      .main-menu .menu-left .search {
        pointer-events: all;
        display: block;
        margin-bottom: 6.25rem; }
      .main-menu .menu-left .pannel-1:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 6.125rem;
        bottom: auto;
        width: 100%;
        height: 1.875rem;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
        background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
        z-index: 2;
        pointer-events: none; }
      .main-menu .menu-left .pannel-1:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20px;
        z-index: 10;
        pointer-events: none;
        background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
        background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0)); }
      .main-menu .menu-left .pannel-1.open {
        pointer-events: all; }
      .main-menu .menu-left .pannel-1 .cta {
        pointer-events: all;
        margin-top: 1.25rem;
        width: 90%;
        display: block; }
        .main-menu .menu-left .pannel-1 .cta a {
          font-family: 'barlow';
          font-size: 1.3125rem;
          font-weight: 300;
          line-height: 2.875rem; }
      .main-menu .menu-left .pannel-1 .media {
        margin: 1.25rem 0;
        width: 90%;
        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; }
        .main-menu .menu-left .pannel-1 .media a {
          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;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: 0.9375rem; }
          .main-menu .menu-left .pannel-1 .media a i {
            display: block; }
            .main-menu .menu-left .pannel-1 .media a i::before {
              display: block;
              font-size: 1.5rem;
              color: #19122d;
              -webkit-transition: color 0.4s ease;
              -o-transition: color 0.4s ease;
              -moz-transition: color 0.4s ease;
              transition: color 0.4s ease; }
      .main-menu .menu-left .pannel-1-inner {
        margin-top: 6.25rem;
        width: -webkit-calc(100% - 1.25rem);
        width: -moz-calc(100% - 1.25rem);
        width: calc(100% - 1.25rem);
        height: auto; }
      .main-menu .menu-left .pannel-1-content {
        width: 90%;
        position: relative; }
        .main-menu .menu-left .pannel-1-content li {
          padding: 0.875rem 0; }
          .main-menu .menu-left .pannel-1-content li div a {
            font-size: 2rem;
            line-height: 2.1875rem; }
          .main-menu .menu-left .pannel-1-content li div i {
            width: 2rem;
            margin-right: 1.25rem;
            margin-left: 0.875rem; }
            .main-menu .menu-left .pannel-1-content li div i:before {
              font-size: 1.25rem; }
      .main-menu .menu-left .pannel-2 {
        left: 0%;
        width: 100%;
        background-color: #19122d;
        z-index: 2;
        opacity: 1;
        pointer-events: all;
        -webkit-transform: translateX(100%);
           -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
             -o-transform: translateX(100%);
                transform: translateX(100%); }
        .main-menu .menu-left .pannel-2:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 4.875rem;
          bottom: auto;
          width: 100%;
          height: 1.875rem;
          background: -webkit-gradient(linear, left top, left bottom, from(#19122d), to(rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(top, #19122d, rgba(255, 255, 255, 0));
          background: -moz-linear-gradient(top, #19122d, rgba(255, 255, 255, 0));
          background: -o-linear-gradient(top, #19122d, rgba(255, 255, 255, 0));
          background: linear-gradient(to bottom, #19122d, rgba(255, 255, 255, 0));
          z-index: 2;
          pointer-events: none; }
        .main-menu .menu-left .pannel-2:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 20px;
          z-index: 10;
          pointer-events: none;
          background: transparent -webkit-gradient(linear, left top, left bottom, from(#172b4b00), to(#19122d));
          background: transparent -webkit-linear-gradient(top, #172b4b00 0%, #19122d 100%);
          background: transparent -moz-linear-gradient(top, #172b4b00 0%, #19122d 100%);
          background: transparent -o-linear-gradient(top, #172b4b00 0%, #19122d 100%);
          background: transparent linear-gradient(180deg, #172b4b00 0%, #19122d 100%); }
        .main-menu .menu-left .pannel-2.open {
          -webkit-transform: translateX(0%);
             -moz-transform: translateX(0%);
              -ms-transform: translateX(0%);
               -o-transform: translateX(0%);
                  transform: translateX(0%); }
      .main-menu .menu-left .pannel-2-bg-close {
        position: absolute;
        width: 28%;
        height: 100%;
        left: 0px;
        top: 0px; }
      .main-menu .menu-left .pannel-2-inner {
        padding-bottom: 7.5rem;
        margin-top: 3.75rem;
        width: -webkit-calc(100% - 1.25rem);
        width: -moz-calc(100% - 1.25rem);
        width: calc(100% - 1.25rem);
        height: auto; }
      .main-menu .menu-left .pannel-2-content {
        width: 90%;
        margin-top: 3.75rem; }
        .main-menu .menu-left .pannel-2-content li {
          padding: 1rem 0; }
          .main-menu .menu-left .pannel-2-content li div a {
            font-size: 1.75rem; }
          .main-menu .menu-left .pannel-2-content li div.arrow-up u {
            -webkit-transform: rotate(-90deg);
               -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                 -o-transform: rotate(-90deg);
                    transform: rotate(-90deg); }
          .main-menu .menu-left .pannel-2-content li div u {
            position: relative;
            margin-left: 1.25rem;
            -webkit-transform: rotate(90deg);
               -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                 -o-transform: rotate(90deg);
                    transform: rotate(90deg);
            -webkit-transition: -webkit-transform 0.4s ease;
            transition: -webkit-transform 0.4s ease;
            -o-transition: -o-transform 0.4s ease;
            -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
            .main-menu .menu-left .pannel-2-content li div u:before {
              font-size: 1.125rem;
              color: #ffffff; }
          .main-menu .menu-left .pannel-2-content li ul {
            position: relative;
            margin-top: 1.25rem; }
            .main-menu .menu-left .pannel-2-content li ul li {
              padding: 0.625rem 0 0.625rem 1.875rem; }
              .main-menu .menu-left .pannel-2-content li ul li a {
                font-size: 1.75rem;
                font-weight: 100; }
      .main-menu .menu-left .btn-close-panel {
        margin-bottom: 1.25rem; }
        .main-menu .menu-left .btn-close-panel i {
          margin-right: 0.875rem;
          margin-top: -0.1875rem; }
          .main-menu .menu-left .btn-close-panel i:before {
            font-size: 1.5rem; }
        .main-menu .menu-left .btn-close-panel span {
          font-size: 2rem; }
        .main-menu .menu-left .btn-close-panel div {
          font-family: 'spectral';
          font-size: 2rem;
          line-height: 2.1875rem; }
    .main-menu .menu-right {
      display: none; }
    .main-menu.open {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); } }

@media (min-width: 64rem) {
  .main-menu .menu-left {
    width: 45%;
    height: 100%; }
    .main-menu .menu-left .pannel-info {
      position: absolute;
      bottom: 1.25rem;
      width: 100%; }
      .main-menu .menu-left .pannel-info .cta {
        width: -webkit-calc(60% + 1.5625rem);
        width: -moz-calc(60% + 1.5625rem);
        width: calc(60% + 1.5625rem);
        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-bottom: 1.875rem; }
        .main-menu .menu-left .pannel-info .cta > div {
          max-width: 25rem;
          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; }
          .main-menu .menu-left .pannel-info .cta > div a {
            font-size: 1.125rem;
            line-height: 1.5625rem;
            width: 50%; }
      .main-menu .menu-left .pannel-info .media {
        margin-bottom: 1.25rem; }
        .main-menu .menu-left .pannel-info .media a {
          margin: 0 0.375rem; }
          .main-menu .menu-left .pannel-info .media a i:before {
            font-size: 1.375rem; }
    .main-menu .menu-left .pannel-1 {
      left: 0;
      z-index: 1; }
      .main-menu .menu-left .pannel-1 .cta {
        display: none; }
    .main-menu .menu-left .pannel-1-inner {
      margin-top: 8.75rem;
      width: -webkit-calc(100% + 2.5rem);
      width: -moz-calc(100% + 2.5rem);
      width: calc(100% + 2.5rem);
      height: -webkit-calc(100% - 20.625rem);
      height: -moz-calc(100% - 20.625rem);
      height: calc(100% - 20.625rem); }
      .main-menu .menu-left .pannel-1-inner:after {
        bottom: -8.75rem; }
    .main-menu .menu-left .pannel-1-content {
      width: 60%; }
      .main-menu .menu-left .pannel-1-content li {
        padding: 0.625rem 0; } }

@media only screen and (min-width: 64rem) and (max-width: 99.9375rem) and (max-height: 43.75rem) {
  .main-menu .menu-left .pannel-1-content li {
    padding: 0.5rem 0; } }

@media (min-width: 64rem) {
        .main-menu .menu-left .pannel-1-content li div a {
          font-size: 2rem;
          line-height: 2rem; } }

@media only screen and (min-width: 64rem) and (max-width: 99.9375rem) and (max-height: 43.75rem) {
  .main-menu .menu-left .pannel-1-content li div a {
    font-size: 1.5625rem;
    line-height: 1.5625rem; } }

@media (min-width: 64rem) {
        .main-menu .menu-left .pannel-1-content li div i {
          width: 2rem;
          margin-right: 1.25rem;
          margin-left: 0.875rem; }
          .main-menu .menu-left .pannel-1-content li div i:before {
            font-size: 1.25rem; }
    .main-menu .menu-left .pannel-1-scroll-btn {
      bottom: 11.75rem; }
    .main-menu .menu-left .pannel-2 {
      left: 0%;
      width: 75%; }
      .main-menu .menu-left .pannel-2::after {
        content: '';
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#172b4b00), to(#19122d));
        background: transparent -webkit-linear-gradient(top, #172b4b00 0%, #19122d 100%);
        background: transparent -moz-linear-gradient(top, #172b4b00 0%, #19122d 100%);
        background: transparent -o-linear-gradient(top, #172b4b00 0%, #19122d 100%);
        background: transparent linear-gradient(180deg, #172b4b00 0%, #19122d 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3.75rem;
        opacity: 0;
        -webkit-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        -webkit-transition-delay: 0s;
           -moz-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s;
        display: none; }
      .main-menu .menu-left .pannel-2.open::after {
        opacity: 1;
        -webkit-transition-delay: 0s;
           -moz-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s; }
      .main-menu .menu-left .pannel-2 .pannel-2-close-btn {
        right: 1.25rem;
        top: 1.25rem; }
        .main-menu .menu-left .pannel-2 .pannel-2-close-btn:before {
          font-size: 2.5rem; }
    .main-menu .menu-left .pannel-2-inner {
      padding-bottom: 7.5rem;
      margin-top: 6.25rem;
      width: -webkit-calc(100% + 2.5rem);
      width: -moz-calc(100% + 2.5rem);
      width: calc(100% + 2.5rem);
      height: 100%; }
    .main-menu .menu-left .pannel-2-content {
      width: 80%;
      margin-top: 3.75rem; }
      .main-menu .menu-left .pannel-2-content li {
        padding: 0.5rem 0; }
        .main-menu .menu-left .pannel-2-content li div a {
          font-size: 1.4375rem; }
        .main-menu .menu-left .pannel-2-content li div u {
          margin-left: 1.25rem;
          -webkit-transform: rotate(90deg);
             -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
               -o-transform: rotate(90deg);
                  transform: rotate(90deg); }
          .main-menu .menu-left .pannel-2-content li div u:before {
            font-size: 1.125rem; }
        .main-menu .menu-left .pannel-2-content li ul {
          margin-top: 1.25rem; }
          .main-menu .menu-left .pannel-2-content li ul li {
            padding: 0.375rem 0 0.375rem 1.875rem; }
            .main-menu .menu-left .pannel-2-content li ul li a {
              font-size: 1.25rem; }
    .main-menu .menu-left .btn-close-panel {
      margin-bottom: 1.25rem; }
      .main-menu .menu-left .btn-close-panel i {
        margin-right: 0.875rem; }
        .main-menu .menu-left .btn-close-panel i:before {
          font-size: 1.125rem;
          line-height: 1.1; }
      .main-menu .menu-left .btn-close-panel span {
        font-size: 30px; }
      .main-menu .menu-left .btn-close-panel div {
        font-size: 2rem;
        line-height: 3.75rem; }
    .main-menu .menu-left .menu-plus {
      width: 0.8125rem;
      height: 0.8125rem; }
      .main-menu .menu-left .menu-plus:after {
        width: 0.75rem;
        height: 1px;
        left: 0.0625rem;
        top: 0.375rem; }
      .main-menu .menu-left .menu-plus:before {
        height: 0.75rem;
        width: 1px;
        left: 0.375rem;
        top: 0.0625rem; }
    .main-menu .menu-left .search {
      width: 100%;
      padding-top: 1.25rem;
      display: none; }
      .main-menu .menu-left .search .search-box {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        position: relative;
        left: 0.625rem; }
        .main-menu .menu-left .search .search-box input {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 3.75rem;
          font-family: 'barlow';
          font-size: 1.25rem;
          color: #19122d;
          background-color: rgba(244, 244, 244, 0.4);
          text-indent: 3.125rem;
          border: 0;
          -webkit-border-radius: 1.875rem;
             -moz-border-radius: 1.875rem;
                  border-radius: 1.875rem;
          -webkit-box-shadow: inset 0px 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
             -moz-box-shadow: inset 0px 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
                  box-shadow: inset 0px 0.1875rem 0.375rem rgba(0, 0, 0, 0.16); }
        .main-menu .menu-left .search .search-box .icon-search {
          position: absolute;
          left: 0.9375rem;
          top: 1.1875rem; }
          .main-menu .menu-left .search .search-box .icon-search:before {
            color: #19122d;
            font-size: 1.5rem; }
        .main-menu .menu-left .search .search-box .icon-arrow_right {
          position: absolute;
          right: 0.9375rem; }
          .main-menu .menu-left .search .search-box .icon-arrow_right:before {
            color: rgba(25, 18, 45, 0.27); }
  .main-menu .menu-right {
    width: 55%; }
    .main-menu .menu-right .mask {
      height: 101%;
      padding-right: 22vh; }
    .main-menu .menu-right .line {
      display: none !important;
      height: 101%;
      padding-right: 23vh; } }

@media (min-width: 64rem) and (max-width: 64rem) {
  .main-menu .menu-left .pannel-2.open {
    -webkit-transform: translateX(165%);
       -moz-transform: translateX(165%);
        -ms-transform: translateX(165%);
         -o-transform: translateX(165%);
            transform: translateX(165%); } }

@media (min-width: 100rem) {
  .main-menu {
    width: 100%;
    height: 100%; }
    .main-menu .menu-left {
      width: 50%;
      height: 100%; }
      .main-menu .menu-left .pannel-info {
        bottom: 3.125rem; }
        .main-menu .menu-left .pannel-info .cta {
          width: -webkit-calc(80% + 1.5625rem);
          width: -moz-calc(80% + 1.5625rem);
          width: calc(80% + 1.5625rem);
          margin-bottom: 1.875rem; }
          .main-menu .menu-left .pannel-info .cta > div {
            max-width: 31.25rem; }
            .main-menu .menu-left .pannel-info .cta > div a {
              font-size: 1.375rem;
              line-height: 2.6875rem;
              width: 33.33%; }
        .main-menu .menu-left .pannel-info .media {
          margin-bottom: 1.25rem; }
          .main-menu .menu-left .pannel-info .media a {
            margin: 0 0.875rem; }
            .main-menu .menu-left .pannel-info .media a i:before {
              font-size: 1.75rem; }
      .main-menu .menu-left .pannel-1 .cta {
        display: none; }
      .main-menu .menu-left .pannel-1-inner {
        margin-top: 11.875rem;
        width: -webkit-calc(100% + 2.5rem);
        width: -moz-calc(100% + 2.5rem);
        width: calc(100% + 2.5rem);
        height: -webkit-calc(100% - 24.375rem);
        height: -moz-calc(100% - 24.375rem);
        height: calc(100% - 24.375rem); }
      .main-menu .menu-left .pannel-1-content {
        width: 80%; }
        .main-menu .menu-left .pannel-1-content li {
          padding: 0.625rem 0; }
          .main-menu .menu-left .pannel-1-content li div a {
            font-size: 2.1875rem;
            line-height: 2.5rem; }
            .main-menu .menu-left .pannel-1-content li div a:after {
              height: 0.125rem;
              top: 80%; }
          .main-menu .menu-left .pannel-1-content li div i {
            width: 2rem;
            margin-right: 1.25rem;
            margin-left: 0.875rem; }
            .main-menu .menu-left .pannel-1-content li div i:before {
              font-size: 1.25rem; }
      .main-menu .menu-left .pannel-1-scroll-btn {
        bottom: 15rem; }
      .main-menu .menu-left .pannel-2 {
        left: 0%;
        width: 75%; }
        .main-menu .menu-left .pannel-2.open {
          -webkit-transform: translateX(140%);
             -moz-transform: translateX(140%);
              -ms-transform: translateX(140%);
               -o-transform: translateX(140%);
                  transform: translateX(140%); }
        .main-menu .menu-left .pannel-2 .pannel-2-close-btn {
          right: 1.25rem;
          top: 1.25rem; }
          .main-menu .menu-left .pannel-2 .pannel-2-close-btn:before {
            font-size: 2.5rem; }
      .main-menu .menu-left .pannel-2-bg-close {
        width: 28%;
        height: 100%; }
      .main-menu .menu-left .pannel-2-inner {
        padding-bottom: 7.5rem;
        margin-top: 11.875rem;
        width: -webkit-calc(100% + 2.5rem);
        width: -moz-calc(100% + 2.5rem);
        width: calc(100% + 2.5rem);
        height: -webkit-calc(100% - 150px);
        height: -moz-calc(100% - 150px);
        height: calc(100% - 150px); }
      .main-menu .menu-left .pannel-2-content {
        width: 80%;
        margin-top: 0.5rem; }
        .main-menu .menu-left .pannel-2-content li {
          padding: 0.625rem 0; }
          .main-menu .menu-left .pannel-2-content li div a {
            font-size: 2.0625rem; }
          .main-menu .menu-left .pannel-2-content li div u {
            margin-left: 1.25rem;
            -webkit-transform: rotate(90deg);
               -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                 -o-transform: rotate(90deg);
                    transform: rotate(90deg); }
            .main-menu .menu-left .pannel-2-content li div u:before {
              font-size: 1.125rem; }
          .main-menu .menu-left .pannel-2-content li ul {
            margin-top: 1.25rem; }
            .main-menu .menu-left .pannel-2-content li ul li {
              padding: 0.625rem 0 0.625rem 1.875rem; }
              .main-menu .menu-left .pannel-2-content li ul li:before {
                width: 0.125rem; }
              .main-menu .menu-left .pannel-2-content li ul li a {
                font-size: 1.875rem; }
      .main-menu .menu-left .btn-close-panel {
        margin-bottom: 1.25rem; }
        .main-menu .menu-left .btn-close-panel i {
          margin-right: 0.875rem; }
          .main-menu .menu-left .btn-close-panel i:before {
            font-size: 1.125rem;
            line-height: 1.1; }
        .main-menu .menu-left .btn-close-panel span {
          font-size: 30px; }
        .main-menu .menu-left .btn-close-panel div {
          font-size: 2.8125rem;
          line-height: 3.75rem; }
      .main-menu .menu-left .search {
        padding-top: 1.25rem; }
        .main-menu .menu-left .search .search-box {
          width: -webkit-calc(100% - 20px);
          width: -moz-calc(100% - 20px);
          width: calc(100% - 20px);
          left: 0.625rem; }
          .main-menu .menu-left .search .search-box input {
            width: 100%;
            height: 60px;
            font-size: 1.25rem;
            text-indent: 3.125rem;
            -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
                    border-radius: 30px; }
          .main-menu .menu-left .search .search-box .icon-search {
            left: 0.9375rem;
            top: 1.1875rem; }
            .main-menu .menu-left .search .search-box .icon-search:before {
              font-size: 1.5rem; }
          .main-menu .menu-left .search .search-box .icon-arrow_right {
            right: 0.9375rem; }
    .main-menu .menu-right {
      width: 50%;
      height: 100%; }
      .main-menu .menu-right .mask {
        height: 101%;
        padding-right: 22vh; }
      .main-menu .menu-right .line {
        display: none !important;
        height: 101%;
        padding-right: 23vh; } }

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

.dsb-LG_ADM:before, .sendAdmEmailTo .aef-sendButton:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error:before, .adm-async-form-two .close-adm-results:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown: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-results-btns a.adm-email-btn:before {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638864382444970000");
  background-color: transparent;
  background-repeat: no-repeat; }

.dsa-LG_ADM:after, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown: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-results-btns a.adm-email-btn:after {
  background-image: url("/Images/Sprites/LG/ADM/wSprite.png?cb=638864382444970000");
  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, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.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, .adm-async-form-two .close-adm-results:before, .adm-async-form-two .adm-results-slide-out .close-adm-results: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=638864382444970000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-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, .sendAdmEmailTo .aef-sendButton:before, .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error:before, .adm-async-form-two .close-adm-results:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:before, .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown: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-results-btns a.adm-email-btn:before {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638864382444970000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-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-mobile-dropddown: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-results-btns a.adm-email-btn:after {
    background-image: url("/Images/Sprites/LG/ADM/wSprite2.png?cb=638864382444970000");
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-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: #19132C !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: #61B234 !important; }

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

.sendAdmEmailToDivider {
  background: #19132C;
  height: 2px;
  margin-bottom: 20px;
  margin-top: 17px; }

.sendAdmEmailTo {
  position: relative;
  margin-bottom: 40px;
  border: 2px solid #19132C;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  height: 67px;
  /*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: #61B234;
        background: #61B234; }
  .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: 60px;
    outline: 0;
    border: 0;
    background: none;
    color: #19132C;
    font-size: 26px;
    line-height: 40px;
    padding-left: 22px;
    padding-right: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 600;
    -webkit-border-radius: 22px;
       -moz-border-radius: 22px;
            border-radius: 22px;
    font-family: 'barlow', sans-serif;
    opacity: 0.43;
    font-weight: 400; }
  .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-weight: normal;
    font-size: 21px;
    line-height: 41px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background: #19132C;
    height: 43px;
    width: 89px;
    text-align: center;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    font-family: 'barlow', sans-serif; }
    @media (max-width: 475px) {
      .sendAdmEmailTo .aef-sendButton {
        position: static;
        margin: 20px auto 0 auto; } }
    html.no-touch .sendAdmEmailTo .aef-sendButton:hover {
      background: #1378C9; }
    .sendAdmEmailTo .aef-sendButton:before {
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -7px;
      margin-left: -8px;
      -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 {
  position: relative;
  z-index: 10;
  background: #F4F4F4;
  margin: 2.5rem 0;
  padding: 1.5625rem 1.875rem;
  -webkit-border-radius: 0.625rem;
     -moz-border-radius: 0.625rem;
          border-radius: 0.625rem; }
  .admissions-functionality-wrapper:before {
    content: "";
    width: 150vw;
    height: 100%;
    position: absolute;
    left: -50vw;
    top: 0; }
  .admissions-functionality-wrapper + .events-carousel {
    padding-top: 0 !important; }
    .admissions-functionality-wrapper + .events-carousel .controller-wrapper.top-placed {
      margin-top: 0 !important; }
      @media only screen and (max-width: 767px) {
        .admissions-functionality-wrapper + .events-carousel .controller-wrapper.top-placed {
          margin-bottom: 0 !important; } }
  .admissions-functionality-wrapper .adm-form-one {
    position: relative;
    z-index: 1;
    text-align: left; }
    .admissions-functionality-wrapper .adm-form-one .admissions-func-border {
      border: 0;
      text-align: left; }
    .admissions-functionality-wrapper .adm-form-one .admissions-func-title {
      font-family: "spectral";
      font-size: clamp(1.8125rem, 0.72115vw + 1.46635rem, 2.1875rem);
      line-height: 1.1;
      color: #19132C;
      margin-bottom: 15px;
      letter-spacing: 0;
      font-weight: 300; }
    .admissions-functionality-wrapper .adm-form-one .admissions-func-details {
      font-family: 'barlow';
      font-size: clamp(1.1875rem, 0.12019vw + 1.12981rem, 1.25rem);
      line-height: 1.3;
      font-weight: 300;
      color: #19132C;
      margin-bottom: 20px; }
      .admissions-functionality-wrapper .adm-form-one .admissions-func-details strong {
        font-weight: 500; }
    .admissions-functionality-wrapper .adm-form-one .admissions-func-intro {
      display: none;
      height: 0; }
      .admissions-functionality-wrapper .adm-form-one .admissions-func-intro.error {
        color: red; }
    .admissions-functionality-wrapper .adm-form-one .admissions-input-area {
      display: inline-block; }
      .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
        float: left; }
      .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
        cursor: pointer;
        position: relative;
        z-index: 1;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        margin-right: 30px;
        float: left;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding-left: 20px;
        width: 120px;
        height: 50px;
        font-family: 'barlow';
        font-weight: 300;
        background: #ffffff;
        font-size: 21px;
        line-height: 22px;
        text-transform: uppercase;
        color: #19132C;
        text-align: left;
        border: 1px solid #19132C;
        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; }
        html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:hover:before {
          -webkit-transform: translateY(2px) rotate(180deg);
             -moz-transform: translateY(2px) rotate(180deg);
              -ms-transform: translateY(2px) rotate(180deg);
               -o-transform: translateY(2px) rotate(180deg);
                  transform: translateY(2px) rotate(180deg); }
        .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened:before {
          opacity: 0; }
        .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.opened:after {
          opacity: 1;
          -webkit-transform: translateY(2px) rotate(180deg);
             -moz-transform: translateY(2px) rotate(180deg);
              -ms-transform: translateY(2px) rotate(180deg);
               -o-transform: translateY(2px) rotate(180deg);
                  transform: translateY(2px) rotate(180deg); }
        .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error {
          color: red;
          border-color: #ff0000; }
          .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error::before {
            opacity: 0; }
          .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input.error::after {
            opacity: 1;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.5' height='19.384' viewBox='0 0 17.5 19.384'%3E%3Cg id='Small_arrow' data-name='Small arrow' transform='translate(0.707 18.884) rotate(-90)'%3E%3Cg id='Arrow'%3E%3Cpath id='Icon_akar-arrow-down' data-name='Icon akar-arrow-down' d='M15.543,24.384V6M7.5,16.341l8.043,8.043,8.043-8.043' transform='translate(-6 23.586) rotate(-90)' fill='none' stroke='%23ff0000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
        .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:before {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -10px;
          right: 15px;
          z-index: 2;
          opacity: 1;
          -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s;
          transition: opacity 0.3s ease, -webkit-transform 0.3s;
          -o-transition: opacity 0.3s ease, -o-transform 0.3s;
          -moz-transition: opacity 0.3s ease, transform 0.3s, -moz-transform 0.3s;
          transition: opacity 0.3s ease, transform 0.3s;
          transition: opacity 0.3s ease, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
          width: 20px;
          height: 20px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.5' height='19.384' viewBox='0 0 17.5 19.384'%3E%3Cg id='Small_arrow' data-name='Small arrow' transform='translate(0.707 18.884) rotate(-90)'%3E%3Cg id='Arrow'%3E%3Cpath id='Icon_akar-arrow-down' data-name='Icon akar-arrow-down' d='M15.543,24.384V6M7.5,16.341l8.043,8.043,8.043-8.043' transform='translate(-6 23.586) rotate(-90)' fill='none' stroke='%2319132C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          -moz-background-size: contain;
               background-size: contain;
          -webkit-transform: rotate(180deg);
             -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -10px;
          right: 15px;
          z-index: 2;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s;
          transition: opacity 0.3s ease, -webkit-transform 0.3s;
          -o-transition: opacity 0.3s ease, -o-transform 0.3s;
          -moz-transition: transform 0.3s, opacity 0.3s ease, -moz-transform 0.3s;
          transition: transform 0.3s, opacity 0.3s ease;
          transition: transform 0.3s, opacity 0.3s ease, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
          width: 20px;
          height: 20px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.5' height='19.384' viewBox='0 0 17.5 19.384'%3E%3Cg id='Small_arrow' data-name='Small arrow' transform='translate(0.707 18.884) rotate(-90)'%3E%3Cg id='Arrow'%3E%3Cpath id='Icon_akar-arrow-down' data-name='Icon akar-arrow-down' d='M15.543,24.384V6M7.5,16.341l8.043,8.043,8.043-8.043' transform='translate(-6 23.586) rotate(-90)' fill='none' stroke='%2319132C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          -moz-background-size: contain;
               background-size: contain;
          -webkit-transform: rotate(180deg);
             -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 250px;
          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;
            width: 100%;
            height: 50px;
            line-height: 50px;
            background: #ffffff;
            color: #00204A;
            border-bottom: 1px solid #A7C6ED; }
            .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options .adm-select:first-child {
              border-top: 1px solid #ffffff; }
      .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit {
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        background: #19132C;
        width: 90px;
        height: 50px;
        text-align: center;
        cursor: pointer;
        -webkit-border-radius: 30px;
           -moz-border-radius: 30px;
                border-radius: 30px;
        float: left;
        font-family: 'barlow';
        font-weight: 300;
        font-size: clamp(1.25rem, 0.48077vw + 1.01923rem, 1.5rem);
        line-height: 1.1;
        color: #ffffff;
        text-transform: capitalize;
        letter-spacing: -0.72px;
        text-align: center;
        border: none; }
        html.no-touch .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit:hover {
          background: #1378C9; }
        .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit span {
          height: 46px;
          width: 80px;
          display: block;
          position: relative;
          left: 5px; }
          .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit span i {
            position: absolute;
            margin-top: 10px;
            right: 15px;
            z-index: 2;
            -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s;
            transition: opacity 0.3s ease, -webkit-transform 0.3s;
            -o-transition: opacity 0.3s ease, -o-transform 0.3s;
            -moz-transition: transform 0.3s, opacity 0.3s ease, -moz-transform 0.3s;
            transition: transform 0.3s, opacity 0.3s ease;
            transition: transform 0.3s, opacity 0.3s ease, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
            width: 20px;
            height: 20px;
            background-image: url("/Images/svg/adm_arrow-white.svg");
            background-repeat: no-repeat;
            -moz-background-size: contain;
                 background-size: contain; }

/* slide out panel */
@media (max-width: 1023px) {
  .adm-async-form-two .adm-results-slide-out .adm-top-bar {
    position: relative; }
  .adm-async-form-two .adm-results-slide-out .close-adm-results {
    right: 0 !important;
    left: auto !important;
    top: 0 !important; } }

.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: #19132C;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .adm-async-form-two .close-adm-results {
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: 775px;
    width: 80px;
    height: 80px;
    border: none;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 1023px) {
      .adm-async-form-two .close-adm-results {
        display: none; } }
    .adm-async-form-two .close-adm-results:before, .adm-async-form-two .close-adm-results:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: auto;
      width: 40px;
      height: 1.5px;
      background: #19132C;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .adm-async-form-two .close-adm-results:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
           -o-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .adm-async-form-two .close-adm-results:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
           -o-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    html.no-touch .adm-async-form-two .close-adm-results:hover {
      background: #19132C; }
      html.no-touch .adm-async-form-two .close-adm-results:hover:before, html.no-touch .adm-async-form-two .close-adm-results:hover:after {
        background: #ffffff; }
  .adm-async-form-two .adm-results-slide-out {
    width: 768px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    height: 100%;
    background: #F4F4F4;
    z-index: 2;
    padding: 40px 40px 40px 50px;
    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);
    overflow: hidden;
    overflow-y: auto;
    -webkit-clip-path: ellipse(99% 200% at 0% 50%);
            clip-path: ellipse(99% 200% at 0% 50%); }
    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 h4 {
      font-family: 'barlow', sans-serif;
      font-size: 1.625rem;
      line-height: 1;
      font-weight: 600;
      color: #19132C;
      margin-bottom: 0.625rem; }
    .adm-async-form-two .adm-results-slide-out .adm-results-title {
      font-family: 'spectral', sans-serif;
      letter-spacing: 0;
      font-size: clamp(2.25rem, 1.68269vw + 1.44231rem, 3.125rem);
      line-height: 1.1;
      color: #19132C;
      margin-bottom: 0.625rem;
      font-weight: 300; }
    .adm-async-form-two .adm-results-slide-out .adm-results-details {
      font-family: 'barlow', sans-serif;
      font-size: clamp(1rem, 0.48077vw + 0.76923rem, 1.25rem);
      line-height: 1.3;
      color: #19132C;
      font-weight: 300;
      margin-bottom: 1.875rem;
      margin-right: 4.375rem; }
    .adm-async-form-two .adm-results-slide-out .close-adm-results {
      cursor: pointer;
      position: absolute;
      top: 40px;
      right: 40px;
      width: 34px;
      height: 34px;
      border: none;
      -webkit-border-radius: 38px;
         -moz-border-radius: 38px;
              border-radius: 38px;
      display: none; }
      @media (max-width: 1023px) {
        .adm-async-form-two .adm-results-slide-out .close-adm-results {
          display: block;
          background-color: #00204A; } }
      .adm-async-form-two .adm-results-slide-out .close-adm-results:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 2px;
        background-color: #00204A; }
        @media (max-width: 1023px) {
          .adm-async-form-two .adm-results-slide-out .close-adm-results:before, .adm-async-form-two .adm-results-slide-out .close-adm-results:after {
            background-color: #ffffff; } }
      .adm-async-form-two .adm-results-slide-out .close-adm-results:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
           -moz-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
             -o-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .adm-async-form-two .adm-results-slide-out .close-adm-results:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
           -moz-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
             -o-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
    .adm-async-form-two .adm-results-slide-out .adm-results-container {
      overflow: hidden; }
      .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: 46px; }
        @media (max-width: 767px) {
          .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
            display: none !important; } }
        .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: 15px;
          line-height: 46px;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          color: #19132C;
          display: block;
          padding: 0 10px; }
      .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown {
        display: none;
        z-index: 2;
        cursor: pointer;
        color: #19132C;
        font-size: 15px;
        line-height: 46px;
        height: 46px;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box; }
        @media (max-width: 767px) {
          .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown {
            display: block;
            background: #FFFFFF;
            border: 1px solid #19132C;
            -webkit-border-radius: 5px;
               -moz-border-radius: 5px;
                    border-radius: 5px;
            color: #19132C;
            font-size: 21px;
            font-weight: 400;
            margin: 0 2px; } }
        .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .dd-down-lbl {
          padding: 0 45px 0 20px; }
          @media (max-width: 767px) {
            .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .dd-down-lbl {
              padding: 12px 45px 12px 25px; } }
          .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: 15px;
          right: 18px;
          -o-transition: opacity 0.3s ease;
          -moz-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
          -webkit-transition: opacity 0.3s ease; }
          @media (max-width: 767px) {
            .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:before {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.5' height='19.384' viewBox='0 0 17.5 19.384'%3E%3Cg id='Small_arrow' data-name='Small arrow' transform='translate(0.707 18.884) rotate(-90)'%3E%3Cg id='Arrow'%3E%3Cpath id='Icon_akar-arrow-down' data-name='Icon akar-arrow-down' d='M15.543,24.384V6M7.5,16.341l8.043,8.043,8.043-8.043' transform='translate(-6 23.586) rotate(-90)' fill='none' stroke='%2319132C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
              -moz-background-size: contain;
                   background-size: contain;
              width: 16px;
              height: 18px;
              background-position: center center;
              -webkit-transform: rotate(180deg);
                 -moz-transform: rotate(180deg);
                  -ms-transform: rotate(180deg);
                   -o-transform: rotate(180deg);
                      transform: rotate(180deg); } }
        .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:after {
          opacity: 0;
          position: absolute;
          top: 15px;
          right: 18px;
          -o-transition: opacity 0.3s ease;
          -moz-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
          -webkit-transition: opacity 0.3s ease; }
          @media (max-width: 767px) {
            .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:after {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.5' height='19.384' viewBox='0 0 17.5 19.384'%3E%3Cg id='Small_arrow' data-name='Small arrow' transform='translate(0.707 18.884) rotate(-90)'%3E%3Cg id='Arrow'%3E%3Cpath id='Icon_akar-arrow-down' data-name='Icon akar-arrow-down' d='M15.543,24.384V6M7.5,16.341l8.043,8.043,8.043-8.043' transform='translate(-6 23.586) rotate(-90)' fill='none' stroke='%2319132C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
              -moz-background-size: contain;
                   background-size: contain;
              width: 16px;
              height: 18px;
              background-position: center center; } }
        .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 -2px;
          display: none;
          border-left: 2px solid #61B234;
          border-right: 2px solid #61B234; }
          @media (max-width: 767px) {
            .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area {
              margin: 0 2px;
              border: 0; } }
          .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry {
            padding: 10px 20px;
            -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: #19132C;
            font-size: 13px;
            line-height: 36px;
            border-bottom: 2px solid #61B234; }
            @media (max-width: 767px) {
              .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry {
                border: 0;
                -webkit-border-radius: 5px;
                   -moz-border-radius: 5px;
                        border-radius: 5px;
                background: #203B79;
                font-size: 21px;
                font-weight: 400;
                color: #19132C;
                padding: 7px 25px; }
                .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry.item_11 {
                  background: #ED6E28; }
                .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry.item_12 {
                  background: #61B234; }
                .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry.item_13 {
                  background: #0076C0;
                  color: #ffffff; }
                .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry.item_14 {
                  background: #751134;
                  color: #ffffff; } }
            .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown .adm-mobile-dd-area .adm-result-entry span {
              font-size: 15px;
              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: #19132C;
              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: #19132C !important; }
      .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        width: 100%;
        text-align: center; }
        .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;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          cursor: pointer;
          display: inline-block;
          vertical-align: middle;
          background-color: #203B79;
          border: 1px solid transparent;
          color: #19132C;
          line-height: 1.1;
          font-weight: 300;
          font-family: 'barlow', sans-serif;
          -webkit-border-radius: 10px 10px 0px 0px;
             -moz-border-radius: 10px 10px 0px 0px;
                  border-radius: 10px 10px 0px 0px;
          margin: 0 2px;
          padding: 20px 17px;
          font-size: 25px; }
          .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry.item_11 {
            font-size: 0;
            background-color: #ED6E28; }
            .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry.item_11::before {
              content: "Early years";
              font-size: 25px; }
          .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry.item_12 {
            background-color: #61B234; }
          .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry.item_13 {
            background-color: #0076C0;
            color: #ffffff; }
          .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry.item_14 {
            background-color: #751134;
            color: #ffffff; }
          .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry span {
            font-size: 15px;
            display: block;
            margin-top: 2px;
            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: #ffffff !important;
            border: 1px solid #19132C;
            color: #19132C !important;
            border-bottom: 1px solid transparent; }
          .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry.active {
            background: #ffffff !important;
            border: 1px solid #19132C;
            color: #19132C !important;
            border-bottom: 1px solid transparent;
            position: relative; }
            .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-headers .adm-result-entry.active::after {
              content: "";
              background: #fff;
              position: absolute;
              bottom: -2px;
              width: 100%;
              height: 1px;
              left: 0;
              display: block;
              z-index: 5; }
      .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
        position: relative;
        padding: 30px 45px 0 130px;
        display: none;
        z-index: 1;
        border: 1px solid #19132C;
        -webkit-border-radius: 0px 0px 20px 20px;
           -moz-border-radius: 0px 0px 20px 20px;
                border-radius: 0px 0px 20px 20px;
        margin: 0 2px;
        background-color: #fff; }
        .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 {
          font-family: 'spectral', sans-serif;
          color: #19132C;
          font-size: 30px;
          line-height: 1.1;
          margin-bottom: 24px;
          font-weight: 300;
          letter-spacing: 0px; }
          .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date span {
            font-family: 'barlow', sans-serif;
            display: block;
            color: #19132C;
            margin-top: 3px;
            font-size: 29px;
            line-height: 1.1;
            font-weight: 300; }
        .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: 17px 0 0 0;
            border-top: 2px solid #19132C;
            margin-bottom: 17px;
            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: 40px;
              left: -70px;
              z-index: 1;
              height: 100%;
              width: 2px;
              background: #19132C;
              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: 10px;
              z-index: 2;
              content: counter(li);
              counter-increment: li;
              text-align: center;
              background: #FFFFFF 0% 0% no-repeat padding-box;
              border: 1px solid #19132C;
              width: 61px;
              height: 61px;
              font-size: 25px;
              font-weight: 400;
              color: #19132C;
              -webkit-border-radius: 50%;
                 -moz-border-radius: 50%;
                      border-radius: 50%;
              left: -99px;
              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;
              line-height: 1; }
            .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-title {
              font-family: 'barlow', sans-serif;
              color: #19132C;
              font-size: 29px;
              line-height: 1.1;
              margin-bottom: 7px;
              text-transform: capitalize;
              font-weight: 300; }
            .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-text {
              font-family: 'barlow', sans-serif;
              color: #19132C;
              font-size: 22px;
              line-height: 1.2;
              font-weight: 200; }
              .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-text .secondLvlCss p .downloadBtn {
                margin-top: 0; }
            .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: 20px 0 0 0;
        position: relative;
        border-top: 2px solid #61B234;
        margin: 17px 0 40px 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: 10px;
          padding: 12px 0;
          width: 150px;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-border-radius: 26px;
             -moz-border-radius: 26px;
                  border-radius: 26px;
          border: 2px solid #61B234;
          text-align: center;
          font-size: 15px;
          line-height: 15px;
          font-weight: bold; }
          .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:link {
            color: #19132C;
            text-decoration: none; }
          .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:visited {
            color: #19132C;
            text-decoration: none; }
          html.no-touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a:hover {
            color: #61B234;
            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: #19132C;
            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: 29px; }
          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: 10px;
            left: 12px;
            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: 10px;
            left: 12px;
            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: 10px;
            left: 12px;
            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: 10px;
            left: 12px;
            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;
  margin-right: 0%;
  width: 100%;
  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;
  margin-bottom: 20px;
  padding-left: 18px;
  height: 40px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  font-weight: bold;
  text-transform: capitalize;
  color: #00204A;
  background: #ffffff; }
  html.touch .mobile-select {
    border: 0; }
  .mobile-select.opened {
    background: #FFFFFF; }
  .mobile-select.error {
    color: red;
    border-color: red;
    /*@extend .dsb-LG_ADM;  @extend .dsb-LG_ADM_adm-arrow-error; */ }
  html.no-touch .mobile-select:hover {
    background: #FFFFFF; }
  .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;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 10px;
    background-color: #ffffff; }

@media screen and (max-width: 1023px) {
  .admissions-functionality-wrapper {
    padding: 27px 20px 30px 20px; }
  .adm-async-form-two .adm-results-slide-out {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none; }
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    margin-right: 10px; }
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    width: 104px; }
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input .input-options {
    width: 104px; }
  .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: 46px; }
  .sendAdmEmailTo {
    margin-top: 20px; }
  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown-native {
    display: block; }
  .admissions-functionality-wrapper .adm-form-one .admissions-func-title {
    text-align: center; }
    .admissions-functionality-wrapper .adm-form-one .admissions-func-title br {
      display: none; }
  .admissions-functionality-wrapper {
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    padding: 27px 20px 30px 20px;
    margin-left: -20px;
    margin-right: -20px;
    border: 0; }
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area {
    display: block;
    text-align: center; }
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-submit {
    width: 150px !important;
    float: none; }
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
    width: 100%;
    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; }
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    width: 100%; }
  .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: 20px;
    right: 20px; }
  .adm-async-form-two .adm-results-slide-out {
    width: 100%;
    padding: 20px; }
  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel .adm-result-entry-date {
    font-size: 19px;
    line-height: 23px; }
  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step .adm-step-title {
    font-size: 20px;
    line-height: 21px; }
  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:last-child {
    padding-bottom: 17px;
    border-bottom: 2px solid #FFFFFF; }
  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    padding: 20px 30px 30px 55px;
    border-top: 2px solid #61B234; }
  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:before {
    left: -46px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px; }
  .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel ol li.adm-step:after {
    left: -32px; }
  .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; }
  .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;
    width: 140px;
    float: none;
    height: 50px;
    font-size: 21px;
    margin-bottom: 12px;
    -webkit-border-radius: 10px !important;
       -moz-border-radius: 10px !important;
            border-radius: 10px !important;
    border: 1px solid #19132C !important; }
    .mobile-select:after {
      content: "\e903";
      font-size: 18px;
      font-family: 'icons-common' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      color: #000000;
      position: absolute;
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg);
      top: 16px;
      right: 14px;
      pointer-events: none; }
    .mobile-select select {
      -webkit-appearance: none;
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important; }
  html.touch .adm-async-form-two .adm-results-slide-out .adm-results-container .adm-result-panel {
    border-top: 0; }
  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: 100%; } }

@media screen and (max-width: 450px) {
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input-btn-wrapper {
    float: none;
    width: auto;
    margin-bottom: 20px; }
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input {
    margin-right: 1%;
    width: 32%;
    font-size: 12px;
    padding-left: 10px; }
  .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-submit {
    width: 96%;
    float: none; }
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:before {
    right: 8px; }
  .admissions-functionality-wrapper .adm-form-one .admissions-input-area .adm-input:after {
    right: 8px; } }

@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; } }

.alert-buttons {
  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-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: absolute;
  left: 3.75rem;
  top: 30%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease; }
  body.secondLvl .alert-buttons {
    display: none; }
  .alert-buttons .alert-btn {
    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;
    width: 4.5rem;
    height: 4.5rem;
    -webkit-border-radius: 5rem;
       -moz-border-radius: 5rem;
            border-radius: 5rem;
    background-color: #D32864;
    border: 3px solid #ffffff;
    -webkit-transition: width 0.4s ease, height 0.4s ease;
    -o-transition: width 0.4s ease, height 0.4s ease;
    -moz-transition: width 0.4s ease, height 0.4s ease;
    transition: width 0.4s ease, height 0.4s ease;
    cursor: pointer; }
    .alert-buttons .alert-btn .btn-icon {
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: -o-transform 0.4s ease;
      -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
      .alert-buttons .alert-btn .btn-icon:before {
        color: #ffffff;
        font-size: clamp(1.1875rem, 1.08173vw + 0.66827rem, 1.75rem); }
    html.no-touch .alert-buttons .alert-btn:hover .btn-icon {
      -webkit-transform: scale(1.1);
         -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
           -o-transform: scale(1.1);
              transform: scale(1.1); }
  .alert-buttons.hide {
    opacity: 0;
    pointer-events: none; }

.desktop_notices-btn {
  display: none !important;
  position: absolute;
  z-index: 4;
  left: 3.75rem;
  bottom: 19.875rem;
  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;
  width: clamp(3.4375rem, 2.04327vw + 2.45673rem, 4.5rem);
  height: clamp(3.4375rem, 2.04327vw + 2.45673rem, 4.5rem);
  -webkit-border-radius: 5rem;
     -moz-border-radius: 5rem;
          border-radius: 5rem;
  background-color: #0076C0;
  border: 3px solid #ffffff;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

@media only screen and (min-width: 899px) and (max-height: 860px) {
  .desktop_notices-btn {
    bottom: 12.5rem; } }
  body.secondLvl .desktop_notices-btn {
    display: none; }
  body.js--sticky-header .desktop_notices-btn {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 898px) {
    .desktop_notices-btn {
      display: none; } }
  .desktop_notices-btn .btn-icon {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
    .desktop_notices-btn .btn-icon:before {
      color: #ffffff;
      font-size: clamp(1.1875rem, 1.5625vw + 0.4375rem, 2rem); }
  .desktop_notices-btn .notices-nr {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "barlow";
    font-size: 0.9375rem;
    font-weight: 500;
    color: #203B79;
    width: 1.6875rem;
    height: 1.6875rem;
    -webkit-border-radius: 1.6875rem;
       -moz-border-radius: 1.6875rem;
            border-radius: 1.6875rem;
    background-color: #FFE354;
    position: absolute;
    right: -2px;
    top: -2px; }
  .desktop_notices-btn.hide {
    opacity: 0;
    pointer-events: none; }
  html.no-touch .desktop_notices-btn:hover .btn-icon {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }

.notices-btn {
  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;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-border-radius: 5rem;
     -moz-border-radius: 5rem;
          border-radius: 5rem;
  background-color: #0076C0;
  border: 3px solid #ffffff;
  cursor: pointer;
  margin-top: 3.125rem;
  position: relative;
  -webkit-transition: opacity 0.3s ease, width 0.4s ease, height 0.4s ease;
  -o-transition: opacity 0.3s ease, width 0.4s ease, height 0.4s ease;
  -moz-transition: opacity 0.3s ease, width 0.4s ease, height 0.4s ease;
  transition: opacity 0.3s ease, width 0.4s ease, height 0.4s ease; }
  .notices-btn .btn-icon {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
    .notices-btn .btn-icon:before {
      color: #ffffff;
      font-size: clamp(1.1875rem, 1.5625vw + 0.4375rem, 2rem); }
  .notices-btn .notices-nr {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "barlow";
    font-size: 0.9375rem;
    font-weight: 500;
    color: #203B79;
    width: 1.6875rem;
    height: 1.6875rem;
    -webkit-border-radius: 1.6875rem;
       -moz-border-radius: 1.6875rem;
            border-radius: 1.6875rem;
    background-color: #FFE354;
    position: absolute;
    right: -2px;
    top: -2px; }
  .notices-btn.hide {
    opacity: 0;
    pointer-events: none; }
  html.no-touch .notices-btn:hover .btn-icon {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }

.alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 30;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  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; }
  body.secondLvl .alert {
    display: none; }
  .alert .alert-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(25, 19, 44, 0.88); }
  .alert .alert-content {
    width: 68rem;
    height: 38rem;
    position: relative;
    -webkit-transition: width 0.4s ease, height 0.4s ease;
    -o-transition: width 0.4s ease, height 0.4s ease;
    -moz-transition: width 0.4s ease, height 0.4s ease;
    transition: width 0.4s ease, height 0.4s ease; }
    .alert .alert-content .alert-box .alert-image-box {
      position: relative;
      left: 0;
      top: 0;
      width: 38rem;
      height: 38rem;
      -webkit-border-radius: 38rem;
         -moz-border-radius: 38rem;
              border-radius: 38rem;
      overflow: hidden;
      z-index: 1;
      -webkit-transition: width 0.4s ease, height 0.4s ease;
      -o-transition: width 0.4s ease, height 0.4s ease;
      -moz-transition: width 0.4s ease, height 0.4s ease;
      transition: width 0.4s ease, height 0.4s ease; }
      .alert .alert-content .alert-box .alert-image-box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .alert .alert-content .alert-box .alert-text {
      position: absolute;
      right: 0;
      top: 0;
      width: 49rem;
      height: 38rem;
      -webkit-border-top-right-radius: 1.25rem;
         -moz-border-radius-topright: 1.25rem;
              border-top-right-radius: 1.25rem;
      -webkit-border-bottom-right-radius: 1.25rem;
         -moz-border-radius-bottomright: 1.25rem;
              border-bottom-right-radius: 1.25rem;
      background-color: #ffffff;
      -webkit-transition: width 0.4s ease, height 0.4s ease;
      -o-transition: width 0.4s ease, height 0.4s ease;
      -moz-transition: width 0.4s ease, height 0.4s ease;
      transition: width 0.4s ease, height 0.4s ease; }
      .alert .alert-content .alert-box .alert-text .text-box {
        position: absolute;
        width: 22.75rem;
        height: 21.375rem;
        right: 3.75rem;
        top: 8.125rem;
        padding-bottom: 3.125rem;
        padding-left: 0.625rem;
        overflow-y: auto;
        -webkit-transition: width 0.4s ease, height 0.4s ease;
        -o-transition: width 0.4s ease, height 0.4s ease;
        -moz-transition: width 0.4s ease, height 0.4s ease;
        transition: width 0.4s ease, height 0.4s ease; }
        .alert .alert-content .alert-box .alert-text .text-box .title {
          font-family: "spectral";
          font-size: clamp(2.25rem, 1.68269vw + 1.44231rem, 3.125rem);
          font-weight: 300;
          line-height: 1.1;
          color: #D32864;
          margin-bottom: 0.625rem;
          -webkit-transition: font-size 0.4s ease, line-height 0.4s ease, margin-bottom 0.4s ease;
          -o-transition: font-size 0.4s ease, line-height 0.4s ease, margin-bottom 0.4s ease;
          -moz-transition: font-size 0.4s ease, line-height 0.4s ease, margin-bottom 0.4s ease;
          transition: font-size 0.4s ease, line-height 0.4s ease, margin-bottom 0.4s ease;
          word-wrap: break-word;
          word-break: break-word;
          text-transform: lowercase; }
        .alert .alert-content .alert-box .alert-text .text-box .text {
          font-family: "barlow";
          font-size: 1.5625rem;
          font-weight: 300;
          line-height: 1.875rem;
          color: #19132C;
          margin-bottom: 0.625rem;
          -webkit-transition: font-size 0.4s ease, line-height 0.4s ease, margin-bottom 0.4s ease;
          -o-transition: font-size 0.4s ease, line-height 0.4s ease, margin-bottom 0.4s ease;
          -moz-transition: font-size 0.4s ease, line-height 0.4s ease, margin-bottom 0.4s ease;
          transition: font-size 0.4s ease, line-height 0.4s ease, margin-bottom 0.4s ease;
          word-wrap: break-word;
          word-break: break-word; }
        .alert .alert-content .alert-box .alert-text .text-box .alert-update {
          font-family: "barlow";
          font-size: 1.25rem;
          font-weight: 300;
          line-height: 1.5rem;
          color: #19132C;
          margin-bottom: 1.25rem;
          -webkit-transition: font-size 0.4s ease, line-height 0.4s ease, margin-bottom 0.4s ease;
          -o-transition: font-size 0.4s ease, line-height 0.4s ease, margin-bottom 0.4s ease;
          -moz-transition: font-size 0.4s ease, line-height 0.4s ease, margin-bottom 0.4s ease;
          transition: font-size 0.4s ease, line-height 0.4s ease, margin-bottom 0.4s ease;
          word-wrap: break-word;
          word-break: break-word; }
        .alert .alert-content .alert-box .alert-text .text-box .alert-link-text {
          font-family: "barlow";
          font-size: 1.625rem;
          font-weight: 400;
          line-height: 1.9375rem;
          color: #19132C;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-transition: font-size 0.4s ease, line-height 0.4s ease;
          -o-transition: font-size 0.4s ease, line-height 0.4s ease;
          -moz-transition: font-size 0.4s ease, line-height 0.4s ease;
          transition: font-size 0.4s ease, line-height 0.4s ease;
          word-wrap: break-word;
          word-break: break-word;
          text-decoration: none !important;
          -webkit-text-decoration-color: transparent;
             -moz-text-decoration-color: transparent;
                  text-decoration-color: transparent; }
          .alert .alert-content .alert-box .alert-text .text-box .alert-link-text .icon-arrow_right {
            display: block;
            margin-left: 5px;
            -webkit-transition: -webkit-transform 0.4s ease;
            transition: -webkit-transform 0.4s ease;
            -o-transition: -o-transform 0.4s ease;
            -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
            .alert .alert-content .alert-box .alert-text .text-box .alert-link-text .icon-arrow_right:before {
              font-size: 1.4375rem;
              -webkit-transition: font-size 0.4s ease;
              -o-transition: font-size 0.4s ease;
              -moz-transition: font-size 0.4s ease;
              transition: font-size 0.4s ease;
              position: relative;
              left: 0.9375rem;
              top: 0.25rem; }
          html.no-touch .alert .alert-content .alert-box .alert-text .text-box .alert-link-text:hover .icon-arrow_right {
            -webkit-transform: translateX(10px);
               -moz-transform: translateX(10px);
                -ms-transform: translateX(10px);
                 -o-transform: translateX(10px);
                    transform: translateX(10px); }
    .alert .alert-content .alert-close {
      width: 4.5rem;
      height: 4.5rem;
      -webkit-border-radius: 5rem;
         -moz-border-radius: 5rem;
              border-radius: 5rem;
      background-color: #ffffff;
      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;
      position: absolute;
      right: -2.125rem;
      border: 0;
      top: -2.125rem;
      cursor: pointer;
      -webkit-transition: width 0.4s ease, height 0.4s ease;
      -o-transition: width 0.4s ease, height 0.4s ease;
      -moz-transition: width 0.4s ease, height 0.4s ease;
      transition: width 0.4s ease, height 0.4s ease; }
      .alert .alert-content .alert-close span {
        display: block;
        width: 1.875rem;
        height: 0.125rem;
        background-color: #19122D;
        position: absolute; }
      .alert .alert-content .alert-close span:nth-of-type(1) {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
           -moz-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
             -o-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -webkit-transform 0.4s ease;
        transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -webkit-transform 0.4s ease;
        -o-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -o-transform 0.4s ease;
        -moz-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
        transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease;
        transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
      .alert .alert-content .alert-close span:nth-of-type(2) {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
           -moz-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
             -o-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -webkit-transform 0.4s ease;
        transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -webkit-transform 0.4s ease;
        -o-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -o-transform 0.4s ease;
        -moz-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
        transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease;
        transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
      .alert .alert-content .alert-close span:nth-of-type(3) {
        width: 0px;
        -webkit-transition: width 0.4s ease;
        -o-transition: width 0.4s ease;
        -moz-transition: width 0.4s ease;
        transition: width 0.4s ease; }
      @media only screen and (min-width: 899px) {
        html.no-touch .alert .alert-content .alert-close:hover span:nth-of-type(1) {
          left: 2.375rem;
          top: 1.875rem;
          width: 0.9375rem;
          -webkit-transform: rotate(45deg);
             -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg); }
        html.no-touch .alert .alert-content .alert-close:hover span:nth-of-type(2) {
          left: 2.375rem;
          top: 2.4375rem;
          width: 0.9375rem;
          -webkit-transform: rotate(-45deg);
             -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
               -o-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        html.no-touch .alert .alert-content .alert-close:hover span:nth-of-type(3) {
          width: 1.875rem; } }
  .alert.display {
    opacity: 1;
    pointer-events: all; }

@media (max-width: 898px) {
  .alert-buttons {
    left: 0.625rem;
    top: -webkit-calc(50% - 100px);
    top: -moz-calc(50% - 100px);
    top: calc(50% - 100px); }
    .alert-buttons .alert-btn {
      width: 3.125rem;
      height: 3.125rem; }
  .notices-btn {
    width: 3.125rem;
    height: 3.125rem;
    margin-top: 1.875rem;
    visibility: visible; }
    .notices-btn .notices-nr {
      font-size: 0.625rem;
      width: 0.9375rem;
      height: 0.9375rem;
      right: -2px;
      top: -2px; }
  .alert .alert-bg {
    height: 40vh;
    background-color: #19132c; }
  .alert .alert-content {
    width: 100%;
    height: 100vh; }
    .alert .alert-content .alert-box {
      width: 100%;
      height: 100vh; }
      .alert .alert-content .alert-box:before {
        content: "";
        position: absolute;
        left: 0;
        top: 40vh;
        width: 100%;
        height: 100%;
        background-color: #ffffff; }
      .alert .alert-content .alert-box .alert-image-box {
        position: relative;
        left: auto;
        top: 90px;
        width: -webkit-calc(100vw - 30px);
        width: -moz-calc(100vw - 30px);
        width: calc(100vw - 30px);
        max-width: 320px;
        height: -webkit-calc(100vw - 30px);
        height: -moz-calc(100vw - 30px);
        height: calc(100vw - 30px);
        max-height: 320px;
        margin: 0 auto; }
      .alert .alert-content .alert-box .alert-text {
        position: absolute;
        right: 0;
        top: 50vh;
        left: 20px;
        width: -webkit-calc(100vw - 40px);
        width: -moz-calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: auto;
        -webkit-border-top-right-radius: 0;
           -moz-border-radius-topright: 0;
                border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
           -moz-border-radius-bottomright: 0;
                border-bottom-right-radius: 0; }
        .alert .alert-content .alert-box .alert-text .text-box {
          position: absolute;
          width: 100%;
          height: 100vw;
          right: 0;
          top: 60px;
          overflow-y: auto; } }
        @media (max-width: 898px) and (min-width: 650px) and (max-width: 898px) {
          .alert .alert-content .alert-box .alert-text .text-box {
            height: -webkit-calc(100vw - 350px);
            height: -moz-calc(100vw - 350px);
            height: calc(100vw - 350px); } }
        @media (max-width: 898px) and (max-width: 650px) {
          .alert .alert-content .alert-box .alert-text .text-box {
            height: -webkit-calc(100vw - 200px);
            height: -moz-calc(100vw - 200px);
            height: calc(100vw - 200px); } }
        @media (max-width: 898px) and (max-width: 475px) {
          .alert .alert-content .alert-box .alert-text .text-box {
            height: -webkit-calc(100vw - 100px);
            height: -moz-calc(100vw - 100px);
            height: calc(100vw - 100px); } }

@media (max-width: 898px) {
          .alert .alert-content .alert-box .alert-text .text-box .title {
            margin-bottom: 0.625rem; }
          .alert .alert-content .alert-box .alert-text .text-box .text {
            font-size: 1.3125rem;
            line-height: 1.5625rem;
            margin-bottom: 0.625rem; }
          .alert .alert-content .alert-box .alert-text .text-box .alert-update {
            margin-bottom: 0.625rem; }
          .alert .alert-content .alert-box .alert-text .text-box .alert-link-text {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 1.625rem; }
            .alert .alert-content .alert-box .alert-text .text-box .alert-link-text .icon-arrow_right {
              display: block;
              margin-left: 5px;
              -webkit-transition: -webkit-transform 0.4s ease;
              transition: -webkit-transform 0.4s ease;
              -o-transition: -o-transform 0.4s ease;
              -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
              transition: transform 0.4s ease;
              transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
              .alert .alert-content .alert-box .alert-text .text-box .alert-link-text .icon-arrow_right:before {
                font-size: 1.4375rem; }
            html.no-touch .alert .alert-content .alert-box .alert-text .text-box .alert-link-text:hover .icon-arrow_right {
              -webkit-transform: translateX(10px);
                 -moz-transform: translateX(10px);
                  -ms-transform: translateX(10px);
                   -o-transform: translateX(10px);
                      transform: translateX(10px); }
    .alert .alert-content .alert-close {
      width: 3.625rem;
      height: 3.625rem;
      background-color: #19122D;
      position: absolute;
      right: auto;
      left: 5px;
      border: 0;
      top: 47vh;
      cursor: pointer; }
      .alert .alert-content .alert-close span {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #ffffff;
        position: absolute; }
  .alert.display {
    opacity: 1;
    pointer-events: all; } }

@media (min-width: 56.1875rem) {
  body.secondLvl .alert-buttons {
    top: -webkit-calc(50% - 120px);
    top: -moz-calc(50% - 120px);
    top: calc(50% - 120px); }
  .alert-buttons .alert-btn {
    width: 3.3125rem;
    height: 3.3125rem; }
  .notices-btn {
    width: 3.3125rem;
    height: 3.3125rem;
    position: absolute;
    top: 5rem;
    bottom: auto;
    margin-top: 0; }
    body.secondLvl .notices-btn {
      bottom: -15rem; }
    .notices-btn .notices-nr {
      font-size: 0.75rem;
      width: 1.3125rem;
      height: 1.3125rem;
      right: -2px;
      top: -2px; }
  .alert .alert-content {
    width: 50rem;
    height: 23.625rem; }
    .alert .alert-content .alert-box .alert-image-box {
      width: 23.625rem;
      height: 23.625rem; }
    .alert .alert-content .alert-box .alert-text {
      width: 38.4375rem;
      height: 23.625rem; }
      .alert .alert-content .alert-box .alert-text .text-box {
        width: 20.3125rem;
        height: 16.375rem;
        right: 2.25rem;
        top: 3.875rem; }
        .alert .alert-content .alert-box .alert-text .text-box .text {
          font-size: 1.25rem;
          line-height: 1.5rem; }
        .alert .alert-content .alert-box .alert-text .text-box .alert-update {
          font-size: 1.0625rem;
          line-height: 1.25rem; }
        .alert .alert-content .alert-box .alert-text .text-box .alert-link-text {
          font-size: 1.125rem;
          line-height: 1.375rem; }
          .alert .alert-content .alert-box .alert-text .text-box .alert-link-text .icon-arrow_right:before {
            font-size: 1.4375rem; } }

@media (min-width: 100rem) {
  .alert-buttons .alert-btn {
    width: 4.5rem;
    height: 4.5rem;
    -webkit-border-radius: 5rem;
       -moz-border-radius: 5rem;
            border-radius: 5rem; }
  .notices-btn {
    width: 4.5rem;
    height: 4.5rem;
    -webkit-border-radius: 5rem;
       -moz-border-radius: 5rem;
            border-radius: 5rem;
    position: absolute;
    top: 6.25rem;
    bottom: auto;
    margin-top: 0; }
  .alert .alert-content {
    width: 53.125rem;
    height: 28.125rem; }
    .alert .alert-content .alert-box .alert-image-box {
      width: 28.125rem;
      height: 28.125rem;
      -webkit-border-radius: 38rem;
         -moz-border-radius: 38rem;
              border-radius: 38rem; }
    .alert .alert-content .alert-box .alert-text {
      width: 38.4375rem;
      height: 28.125rem;
      -webkit-border-top-right-radius: 1.25rem;
         -moz-border-radius-topright: 1.25rem;
              border-top-right-radius: 1.25rem;
      -webkit-border-bottom-right-radius: 1.25rem;
         -moz-border-radius-bottomright: 1.25rem;
              border-bottom-right-radius: 1.25rem; }
      .alert .alert-content .alert-box .alert-text .text-box {
        width: 20.3125rem;
        height: 21.5rem;
        right: 2.5rem;
        top: 3.75rem; }
        .alert .alert-content .alert-box .alert-text .text-box .text {
          font-size: 1.375rem;
          line-height: 1.75rem; }
        .alert .alert-content .alert-box .alert-text .text-box .alert-update {
          font-size: 1.125rem;
          line-height: 1.375rem; }
        .alert .alert-content .alert-box .alert-text .text-box .alert-link-text {
          font-size: 1.5rem;
          line-height: 1.75rem; }
          .alert .alert-content .alert-box .alert-text .text-box .alert-link-text .icon-arrow_right {
            margin-left: 5px; }
            .alert .alert-content .alert-box .alert-text .text-box .alert-link-text .icon-arrow_right:before {
              font-size: 1.4375rem; } }

/* @media (min-width: $w_desktop){
    .alert-buttons{
        left: rems(60px);

        .alert-btn{
            width: rems(80px);
            height: rems(80px);
            border-radius: rems(80px);

            .btn-icon{
                &:before{
                    font-size: rems(28px);
                }
            }
        }

        .notices-btn{
            width: rems(80px);
            height: rems(80px);
            border-radius: rems(80px);
            margin-top: rems(50px);

            .btn-icon{
                &:before{
                    font-size: rems(32px);
                }
            }

            .notices-nr{
                font-size: rems(15px);
                width: rems(27px);
                height: rems(27px);
                border-radius: rems(27px);
                right: -2px;
                top: -2px;
            }
        }
    }
    .alert{

        .alert-content{
            width: rems(1088px);
            height: rems(608px);

            .alert-box{

                .alert-image-box{
                    width: rems(608px);
                    height: rems(608px);
                    border-radius: rems(608px);
                }

                .alert-text{
                    width: rems(784px);
                    height: rems(608px);
                    border-top-right-radius: rems(20px);
                    border-bottom-right-radius: rems(20px);

                    .text-box{
                        width: rems(364px);
                        height: rems(342px);
                        right: rems(60px);
                        top: rems(130px);

                        .title{
                            font-size: rems(50px);
                            line-height: rems(54px);
                        }

                        .text{
                            font-size: rems(25px);
                            line-height: rems(30px);
                        }

                        .alert-update{
                            font-size: rems(20px);
                            line-height: rems(24px);
                        }

                        .alert-link-text{
                            font-size: rems(26px);
                            line-height: rems(31px);

                            .icon-arrow_right{
                                margin-left: 5px;

                                &:before{
                                    font-size: rems(23px);
                                }
                            }
                        }
                    }
                }
            }

            .alert-close{
                width: rems(72px);
                height: rems(72px);
                border-radius: rems(80px);
                right: rems(-34px);
                top: rems(-34px);


                    html.no-touch &:hover{
                        span:nth-of-type(1){
                            left: 38px;
                            top: 30px;
                            width: 15px;
                        }

                        span:nth-of-type(2){
                            left: 38px;
                            top: 39px;
                            width: 15px;
                        }
                    }

            }

        }
    }
} */
@media (max-width: 47.9375rem) {
  body.secondLvl .alert-buttons {
    top: 23vh;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; } }

.notices {
  position: absolute;
  left: 3.75rem;
  bottom: 3.4375rem;
  z-index: 4;
  width: 34.6875rem;
  height: 16.6875rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }
  body.secondLvl .notices {
    display: none !important; }
  .notices.modal--notices {
    overflow: hidden; }
    @media (min-width: 899px) {
      .notices.modal--notices {
        overflow: visible;
        top: auto;
        left: 3.75rem;
        bottom: 6.25rem;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        width: 19.375rem;
        height: 19.375rem; } }
  @media only screen and (min-width: 899px) and (max-height: 860px) {
    .notices.modal--notices {
      bottom: 4.375rem; } }
  .notices.widget-holder, .notices.ckEditorLayout {
    position: static;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: auto; }
    .notices.widget-holder .notice-title, .notices.ckEditorLayout .notice-title {
      height: auto;
      max-height: -webkit-max-content;
      max-height: -moz-max-content;
      max-height: max-content; }
  .notices h2 {
    display: none; }
  .notices.display {
    opacity: 1;
    pointer-events: all; }
    .notices.display .notices-close:hover {
      background-color: #0076C0; }
      .notices.display .notices-close:hover span {
        background-color: #fff; }
  .notices .notices-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 2.5rem;
    bottom: 1.25rem;
    display: none !important; }
    .notices .notices-nav::after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='337' height='337' viewBox='0 0 337 337'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='337' height='337' rx='168.5' transform='translate(-7139.8 -18950)' fill='%230076c0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(7139.8 18950)' clip-path='url(%23a)'%3E%3Cpath d='M95,1A94.7,94.7,0,0,0,76.055,2.91a93.481,93.481,0,0,0-33.61,14.143A94.277,94.277,0,0,0,8.387,58.411,93.521,93.521,0,0,0,2.91,76.055a94.927,94.927,0,0,0,0,37.891,93.481,93.481,0,0,0,14.143,33.61,94.277,94.277,0,0,0,41.358,34.058,93.521,93.521,0,0,0,17.643,5.477,94.927,94.927,0,0,0,37.891,0,93.481,93.481,0,0,0,33.61-14.143,94.277,94.277,0,0,0,34.058-41.358,93.521,93.521,0,0,0,5.477-17.643,94.927,94.927,0,0,0,0-37.891,93.481,93.481,0,0,0-14.143-33.61A94.277,94.277,0,0,0,131.589,8.387,93.521,93.521,0,0,0,113.945,2.91,94.7,94.7,0,0,0,95,1m0-1A95,95,0,1,1,0,95,95,95,0,0,1,95,0Z' transform='translate(-6995.8 -18711)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
      display: block;
      position: absolute;
      width: 21.875rem;
      height: 21.875rem;
      -moz-background-size: cover;
           background-size: cover;
      background-repeat: no-repeat;
      right: -4.6875rem;
      bottom: -2.6875rem;
      pointer-events: none; }
    .notices .notices-nav button {
      background: transparent;
      border: 0;
      cursor: pointer; }
      .notices .notices-nav button .icon-arrow_right {
        display: block;
        -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; }
        .notices .notices-nav button .icon-arrow_right:before {
          color: #ffffff;
          font-size: 0.75rem; }
      html.no-touch .notices .notices-nav button:hover .icon-arrow_right {
        -webkit-transform: translateX(5px);
           -moz-transform: translateX(5px);
            -ms-transform: translateX(5px);
             -o-transform: translateX(5px);
                transform: translateX(5px); }
    .notices .notices-nav .counter {
      display: block;
      width: 2.0625rem;
      margin: 0 0.625rem;
      font-family: 'barlow';
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.5rem;
      letter-spacing: 3px;
      color: #ffffff; }
    .notices .notices-nav .slick-prev {
      position: relative;
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
      .notices .notices-nav .slick-prev .icon-arrow_right {
        margin-top: -0.625rem; }
    .notices .notices-nav .slick-next .icon-arrow_right {
      margin-top: -0.4375rem; }
      @media (max-width: 898px) {
        .notices .notices-nav .slick-next .icon-arrow_right {
          margin-top: -0.3125rem; } }
  .notices .notices-close {
    width: 4.5rem;
    height: 4.5rem;
    -webkit-border-radius: 5rem;
       -moz-border-radius: 5rem;
            border-radius: 5rem;
    background-color: transparent;
    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;
    position: absolute;
    left: 0rem;
    border: 0.125rem solid #fff;
    top: 0rem;
    cursor: pointer;
    -webkit-transition: width 0.4s ease, height 0.4s ease;
    -o-transition: width 0.4s ease, height 0.4s ease;
    -moz-transition: width 0.4s ease, height 0.4s ease;
    transition: width 0.4s ease, height 0.4s ease;
    outline: none; }
    .notices .notices-close:focus, .notices .notices-close:focus-visible {
      outline: none !important; }
    .notices .notices-close span {
      display: block;
      width: 30px;
      height: 2px;
      background-color: #fff;
      position: absolute; }
    .notices .notices-close span:nth-of-type(1) {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
           -o-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -webkit-transform 0.4s ease;
      transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -webkit-transform 0.4s ease;
      -o-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -o-transform 0.4s ease;
      -moz-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
      transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease;
      transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
    .notices .notices-close span:nth-of-type(2) {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
           -o-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -webkit-transform 0.4s ease;
      transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -webkit-transform 0.4s ease;
      -o-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, -o-transform 0.4s ease;
      -moz-transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
      transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease;
      transition: left 0.4s ease, top 0.4s ease, width 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
    .notices .notices-close span:nth-of-type(3) {
      width: 0px;
      -webkit-transition: width 0.4s ease;
      -o-transition: width 0.4s ease;
      -moz-transition: width 0.4s ease;
      transition: width 0.4s ease; }
  .notices .notices-cards {
    position: absolute;
    background-color: #0076C0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-border-radius: 1.25rem;
       -moz-border-radius: 1.25rem;
            border-radius: 1.25rem;
    -webkit-border-top-left-radius: 108px;
       -moz-border-radius-topleft: 108px;
            border-top-left-radius: 108px;
    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; }
    @media (min-width: 899px) {
      .notices .notices-cards {
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        padding: 1.875rem 3.125rem; } }
    @media (min-width: 899px) {
      .notices .notices-cards .slick-list {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .notices .notices-cards .slick-track {
      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; }
    .notices .notices-cards .notice {
      width: 100%;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative; }
      .notices .notices-cards .notice .notice-img {
        position: absolute;
        top: -webkit-calc(100% - 2.1875rem);
        top: -moz-calc(100% - 2.1875rem);
        top: calc(100% - 2.1875rem);
        left: -webkit-calc(100% - 6.25rem);
        left: -moz-calc(100% - 6.25rem);
        left: calc(100% - 6.25rem);
        width: 9.375rem;
        height: 9.375rem;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        overflow: hidden; }
        .notices .notices-cards .notice .notice-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .notices .notices-cards .notice .notice-text {
        position: relative;
        width: 18.75rem;
        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;
        margin-left: 0;
        overflow: auto; }
        .notices .notices-cards .notice .notice-text .notice-title {
          font-family: 'barlow';
          font-size: clamp(1.5625rem, 1.04167vw + 1.0625rem, 2rem);
          font-weight: 600;
          line-height: 1;
          color: #ffffff;
          padding: 0rem 0rem 0.3125rem 0rem;
          word-wrap: break-word;
          word-break: break-word; }
        .notices .notices-cards .notice .notice-text .notice-description {
          font-family: 'barlow';
          font-size: clamp(1rem, 0.74405vw + 0.64286rem, 1.3125rem);
          line-height: 1.1904761905;
          color: #ffffff;
          font-weight: 300;
          word-wrap: break-word;
          word-break: break-word;
          margin-top: 0.625rem; }
          .notices .notices-cards .notice .notice-text .notice-description.secondLvlCss p, .notices .notices-cards .notice .notice-text .notice-description.secondLvlCss h2, .notices .notices-cards .notice .notice-text .notice-description.secondLvlCss h3, .notices .notices-cards .notice .notice-text .notice-description.secondLvlCss h4, .notices .notices-cards .notice .notice-text .notice-description.secondLvlCss h5, .notices .notices-cards .notice .notice-text .notice-description.secondLvlCss li, .notices .notices-cards .notice .notice-text .notice-description.secondLvlCss a {
            color: #ffffff !important; }
          .notices .notices-cards .notice .notice-text .notice-description.secondLvlCss p {
            margin: 0;
            line-height: 1.1904761905; }
        .notices .notices-cards .notice .notice-text .notice-date {
          font-family: 'barlow';
          font-size: 1.25rem;
          line-height: 1.2;
          font-weight: 300;
          color: #ffffff;
          word-wrap: break-word;
          word-break: break-word;
          letter-spacing: 0px;
          text-transform: capitalize;
          display: none !important; }
      .notices .notices-cards .notice .notice-link {
        font-family: "barlow";
        font-size: 0.9375rem;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: -0.02813rem;
        right: 2.4375rem;
        bottom: -1.5625rem;
        z-index: 2;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0.625rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        word-wrap: break-word;
        word-break: break-word;
        border: 0.0625rem solid #FFFFFF;
        -webkit-border-radius: 1.875rem;
           -moz-border-radius: 1.875rem;
                border-radius: 1.875rem;
        padding: 0.3125rem 1.25rem;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s; }
        .notices .notices-cards .notice .notice-link .icon-arrow_right {
          display: none !important;
          margin-left: 10px;
          -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; }
          .notices .notices-cards .notice .notice-link .icon-arrow_right:before {
            font-size: 0.8125rem; }
        html.no-touch .notices .notices-cards .notice .notice-link:hover {
          background-color: #fff;
          color: #0076C0; }
          html.no-touch .notices .notices-cards .notice .notice-link:hover .icon-arrow_right {
            -webkit-transform: translateX(5px);
               -moz-transform: translateX(5px);
                -ms-transform: translateX(5px);
                 -o-transform: translateX(5px);
                    transform: translateX(5px); }
      .notices .notices-cards .notice.no-image .notice-img {
        display: none; }
      .notices .notices-cards .notice.no-image .notice-text {
        width: 32.25rem;
        margin-left: 2.0625rem; }

@media ((max-width: 898px)) {
  .notices {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 30;
    overflow: visible !important; }
    body.js--sticky-header .notices {
      display: block;
      visibility: visible; }
    .notices h2 {
      display: none;
      position: absolute;
      left: 1.25rem;
      top: 1.25rem;
      z-index: 5;
      color: #19132C;
      font-family: "spectral";
      font-size: 2.25rem;
      font-weight: 300; }
    .notices .notices-nav {
      left: auto;
      right: 0;
      bottom: 22px;
      top: auto;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
    .notices .notices-close {
      background-color: #0076C0;
      border: 0.125rem solid #fff;
      -webkit-transform: scale(0.7);
         -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
           -o-transform: scale(0.7);
              transform: scale(0.7);
      width: 3.625rem;
      height: 3.625rem;
      top: 2.5625rem;
      left: 1.25rem; }
      .notices .notices-close span {
        width: 30px; }
    .notices .notices-cards {
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      -webkit-border-top-left-radius: 0;
         -moz-border-radius-topleft: 0;
              border-top-left-radius: 0;
      background-color: transparent;
      position: relative;
      display: block; }
      .notices .notices-cards::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #0076C0;
        -webkit-clip-path: ellipse(112% 75% at 0% 100%);
                clip-path: ellipse(112% 75% at 0% 100%); }
      .notices .notices-cards .slick-track {
        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; }
      .notices .notices-cards .notice {
        width: 100vw;
        height: 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;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 0;
        display: block;
        padding: 7.5rem 0.9375rem 0.9375rem; }
        .notices .notices-cards .notice .notice-img {
          top: auto;
          left: auto;
          right: 0;
          bottom: 40%; }
          .notices .notices-cards .notice .notice-img + .notice-text {
            width: 65%; }
        .notices .notices-cards .notice .notice-text {
          width: -webkit-calc(100% - 30px);
          width: -moz-calc(100% - 30px);
          width: calc(100% - 30px);
          margin-left: 0.625rem;
          margin-top: 0rem;
          overflow-y: auto;
          padding-top: 0rem;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: auto;
          margin: 0;
          display: block; }
          .notices .notices-cards .notice .notice-text .notice-date {
            margin-top: 0.625rem; }
        .notices .notices-cards .notice .notice-link {
          font-size: 0.9375rem;
          margin-top: 0.625rem; }
        .notices .notices-cards .notice.no-image .notice-img {
          display: none; }
        .notices .notices-cards .notice.no-image .notice-text {
          width: -webkit-calc(100% - 30px);
          width: -moz-calc(100% - 30px);
          width: calc(100% - 30px);
          margin-left: 0.625rem;
          height: auto; }
          .notices .notices-cards .notice.no-image .notice-text .notice-title {
            padding-left: 0; } }

@media (min-width: 56.1875rem) {
  .notices .notices-nav {
    position: absolute;
    right: 70px;
    left: auto;
    bottom: 45px; }
  .notices .notices-close {
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6);
    width: 4.5rem;
    height: 4.5rem; } }

@media (min-width: 100rem) {
  .notices .notices-nav {
    position: absolute;
    right: 70px;
    left: auto;
    bottom: 45px; }
  .notices .notices-close {
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6);
    width: 4.5rem;
    height: 4.5rem; } }

@media (min-width: 2000px) {
  .notices .notices-nav {
    right: 93px;
    bottom: 57px; } }

/* 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: rems(500px,) rems(300px) and so on. Only procentual if you want like
    - 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.25rem; }
  .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;
    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: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    html.no-touch .promo-card .card-inner:hover .image:after {
      opacity: 1; }
  .promo-card .promo__link, .promo-card .promo-link {
    width: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
    height: -webkit-calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 5;
    -webkit-border-radius: 3.375rem;
       -moz-border-radius: 3.375rem;
            border-radius: 3.375rem; }
  .promo-card .image {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    top: 0.625rem; }
    .promo-card .image::before {
      content: "";
      background-color: #19122D4D;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      opacity: 0;
      z-index: 5;
      -webkit-transition: all 0.4sease-in-out;
      -o-transition: all 0.4sease-in-out;
      -moz-transition: all 0.4sease-in-out;
      transition: all 0.4sease-in-out; }
      @media (max-width: 767px) {
        .promo-card .image::before {
          opacity: 1; } }
    .promo-card .image .img-box-overlay {
      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%);
      z-index: 5; }
      .promo-card .image .img-box-overlay span {
        width: 3.9375rem;
        height: 3.9375rem;
        border: 0.0625rem solid #FFFFFF;
        -webkit-border-radius: 2rem;
           -moz-border-radius: 2rem;
                border-radius: 2rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fff;
        font-size: 1rem;
        font-weight: 400;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        @media (max-width: 767px) {
          .promo-card .image .img-box-overlay span {
            opacity: 1; } }
    .promo-card .image .img {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -moz-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 .txt {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 2;
    font-size: 1.4375rem;
    line-height: 1;
    color: #19122D;
    font-weight: 500;
    padding: 2.1875rem 1.25rem 1.25rem 1.25rem;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word; }
  html.no-touch .promo-card:hover .image::before {
    opacity: 1; }
  html.no-touch .promo-card:hover .image .img-box-overlay span {
    opacity: 1; }

/*
    !!!!! 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: rems(500px,) rems(300px) and so on. Only procentual if you want like
    - 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;
  padding: 1.25rem;
  text-align: left; }
  .stat-card *:focus-visible {
    outline: 2px solid #19132C !important;
    outline-offset: 8px; }
  .stat-card .card-inner {
    width: 100%;
    min-width: 100%;
    background-color: #19132C;
    -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: 1.25rem;
    -webkit-border-radius: 1.25rem;
       -moz-border-radius: 1.25rem;
            border-radius: 1.25rem;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-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; }
    .stat-card .card-inner a {
      width: -webkit-calc(100% - 8px);
      width: -moz-calc(100% - 8px);
      width: calc(100% - 8px);
      height: -webkit-calc(100% - 8px);
      height: -moz-calc(100% - 8px);
      height: calc(100% - 8px);
      display: block;
      position: absolute;
      top: 4px;
      left: 4px;
      z-index: 5;
      -webkit-border-radius: 0.75rem;
         -moz-border-radius: 0.75rem;
              border-radius: 0.75rem; }
  .stat-card .stat-image {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px; }
    .stat-card .stat-image img {
      display: block;
      width: 50%; }
  .stat-card .stat-head {
    width: 100%;
    font-family: "spectral";
    font-size: 3.4375rem;
    line-height: 3.125rem;
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0.9375rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word; }
  .stat-card .stat-description {
    width: 100%;
    font-family: "barlow";
    display: block;
    text-align: center;
    font-size: 1.5625rem;
    font-weight: 300;
    line-height: 1.6875rem;
    color: #ffffff;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
    word-wrap: break-word;
    word-break: break-word;
    padding: 0 1.25rem; }
    .stat-card .stat-description::after {
      display: none; }
  .stat-card.hasUrl .stat-description {
    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; }
    .stat-card.hasUrl .stat-description:after {
      content: "";
      font-family: "icons-common" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-size: 0.875rem;
      color: inherit;
      position: relative;
      left: 10px;
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: -o-transform 0.4s ease;
      -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
      color: #ffffff; }
  html.no-touch .stat-card.hasUrl:hover .card-inner {
    background-color: #0076C0; }

.story-card {
  display: block; }
  .story-card .story-card__inner {
    cursor: pointer;
    height: 100%;
    position: relative; }
    html.no-touch .story-card .story-card__inner:hover .story-card__image:before {
      opacity: 1; }
    html.no-touch .story-card .story-card__inner:hover .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); }
    html.no-touch .story-card .story-card__inner:hover .story-card__date:after,
    html.no-touch .story-card .story-card__inner:hover .story-card__description:after {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); }
  .story-card .story-card__image {
    width: 100%;
    height: 100%;
    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);
    /* &:after {
            content: '';
            width: 100%;
            height: 50%;
            display: block;
            position: absolute;
            top: 0; left: 0;
            background-image: linear-gradient(to bottom, rgba(#000000, 0.7) 0%, rgba(#000000, 0) 60%);
            z-index: 2;
            opacity: 0.8;
        } */ }
    .story-card .story-card__image .story-image-box {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .story-card .story-card__image .img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block;
      position: relative;
      -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;
      -moz-background-size: cover;
           background-size: cover;
      background-position: center; }
    .story-card .story-card__image:before {
      content: '';
      width: 100%;
      height: 90%;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(65%, rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 65%);
      background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 65%);
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 65%);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 65%);
      z-index: 2;
      opacity: 1; }
  .story-card .story-icon {
    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;
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.4375rem;
    line-height: 1.4375rem;
    position: absolute;
    right: 0.75rem;
    top: 0.875rem;
    z-index: 5;
    color: #fff;
    background-image: url("/Images/img/homepage/blue_circle.png");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
         background-size: contain; }
  .story-card .story-card__date {
    font-family: "barlow";
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: 300;
    display: inline-block;
    color: #19132C;
    margin-top: 0.625rem;
    word-wrap: break-word;
    word-break: break-word; }
    .story-card .story-card__date:after {
      display: inline-block;
      -webkit-transform: translateX(-5px);
         -moz-transform: translateX(-5px);
          -ms-transform: translateX(-5px);
           -o-transform: translateX(-5px);
              transform: translateX(-5px);
      -webkit-transition: -webkit-transform .3s ease-out;
      transition: -webkit-transform .3s ease-out;
      -o-transition: -o-transform .3s ease-out;
      -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out; }
    body.homepage .story-card .story-card__date {
      color: #fff; }
  .story-card .story-card__content {
    width: 100%;
    display: block;
    background: transparent;
    z-index: 1;
    position: absolute;
    padding: 1.25rem;
    z-index: 2;
    bottom: 0;
    -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; }
    .story-card .story-card__content .story-card__text, .story-card .story-card__content .scc-text {
      font-family: "barlow";
      width: 100%;
      font-size: 2.1875rem;
      line-height: 2.3125rem;
      font-weight: 300;
      color: #ffffff;
      word-wrap: break-word;
      word-break: break-word;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      visibility: visible; }
      .story-card .story-card__content .story-card__text .truncate, .story-card .story-card__content .scc-text .truncate {
        display: inline !important; }
      .story-card .story-card__content .story-card__text a, .story-card .story-card__content .scc-text a {
        color: #ffffff; }
      .story-card .story-card__content .story-card__text .has-truncate span, .story-card .story-card__content .scc-text .has-truncate span {
        height: auto;
        overflow: hidden;
        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; }
      .story-card .story-card__content .story-card__text .truncate, .story-card .story-card__content .scc-text .truncate {
        display: block;
        overflow: hidden;
        max-height: 110px;
        height: auto; }
    .story-card .story-card__content .story-card__description {
      font-family: "barlow";
      width: 100%;
      font-size: 1.5625rem;
      line-height: 1.875rem;
      font-weight: 300;
      color: #ffffff;
      overflow: hidden;
      margin-top: 0.625rem;
      word-wrap: break-word;
      word-break: break-word;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      visibility: visible; }
  .story-card .full-link {
    width: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
    height: -webkit-calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 5;
    -webkit-border-radius: 1.25rem;
       -moz-border-radius: 1.25rem;
            border-radius: 1.25rem; }
  .story-card.big-text .story-card-content .story-card-text {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-top: 0; }

body.secondLvl .story-card .story-card-inner, body.media-template .story-card .story-card-inner {
  position: relative;
  -webkit-border-radius: 0.625rem;
     -moz-border-radius: 0.625rem;
          border-radius: 0.625rem;
  overflow: hidden; }
  html.no-touch body.secondLvl .story-card .story-card-inner:hover .story-card-image img, html.no-touch body.media-template .story-card .story-card-inner:hover .story-card-image img {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05); }

body.secondLvl .story-card .story-card-image, body.media-template .story-card .story-card-image {
  width: 100%;
  height: 12.3125rem;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  body.secondLvl .story-card .story-card-image img, body.media-template .story-card .story-card-image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }

body.secondLvl .story-card .social-icon, body.media-template .story-card .social-icon {
  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;
  width: 0.9375rem;
  height: 0.9375rem;
  font-size: 0.9375rem;
  z-index: 5;
  color: #fff; }
  body.secondLvl .story-card .social-icon:before, body.media-template .story-card .social-icon:before {
    position: relative;
    z-index: 2; }

body.secondLvl .story-card .story-card__date, body.media-template .story-card .story-card__date {
  font-family: "barlow";
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: 300;
  display: inline-block;
  color: #ffffff;
  margin-top: 0.625rem; }

body.secondLvl .story-card .story-card-content, body.media-template .story-card .story-card-content {
  position: relative;
  padding: 1.25rem;
  direction: ltr;
  background-color: #19132C; }
  body.secondLvl .story-card .story-card-content .scc-inner, body.media-template .story-card .story-card-content .scc-inner {
    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; }
    body.secondLvl .story-card .story-card-content .scc-inner .scc-misc, body.media-template .story-card .story-card-content .scc-inner .scc-misc {
      margin-top: 0;
      text-align: left; }
      body.secondLvl .story-card .story-card-content .scc-inner .scc-misc .scc-group, body.media-template .story-card .story-card-content .scc-inner .scc-misc .scc-group {
        display: none; }
      body.secondLvl .story-card .story-card-content .scc-inner .scc-misc .scc-date, body.media-template .story-card .story-card-content .scc-inner .scc-misc .scc-date {
        font-family: "barlow";
        font-size: 0.75rem;
        line-height: 1.2;
        font-weight: 400;
        color: #ffffff;
        position: relative;
        margin-bottom: 0.625rem; }
    body.secondLvl .story-card .story-card-content .scc-inner .scc-text, body.media-template .story-card .story-card-content .scc-inner .scc-text {
      text-align: left; }
      body.secondLvl .story-card .story-card-content .scc-inner .scc-text .txt, body.media-template .story-card .story-card-content .scc-inner .scc-text .txt {
        font-family: "barlow";
        font-size: 1rem;
        line-height: 1.3;
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 1.25rem; }
        body.secondLvl .story-card .story-card-content .scc-inner .scc-text .txt a, body.media-template .story-card .story-card-content .scc-inner .scc-text .txt a {
          color: #ffffff; }
        body.secondLvl .story-card .story-card-content .scc-inner .scc-text .txt .truncate, body.media-template .story-card .story-card-content .scc-inner .scc-text .txt .truncate {
          display: block;
          word-break: break-word;
          height: auto;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        body.secondLvl .story-card .story-card-content .scc-inner .scc-text .txt.has-truncate, body.media-template .story-card .story-card-content .scc-inner .scc-text .txt.has-truncate {
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
    body.secondLvl .story-card .story-card-content .scc-inner .scc--inner-date, body.media-template .story-card .story-card-content .scc-inner .scc--inner-date {
      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; }
      body.secondLvl .story-card .story-card-content .scc-inner .scc--inner-date .scc--btn, body.media-template .story-card .story-card-content .scc-inner .scc--inner-date .scc--btn {
        border: 1px solid #FFFFFF;
        -webkit-border-radius: 1.25rem;
           -moz-border-radius: 1.25rem;
                border-radius: 1.25rem;
        background-color: transparent;
        padding: 0.3125rem 2.1875rem 0.4375rem 0.9375rem;
        position: relative;
        font-family: 'barlow', sans-serif;
        font-size: 0.75rem;
        line-height: 1;
        font-weight: 300;
        color: #FFFFFF; }
        body.secondLvl .story-card .story-card-content .scc-inner .scc--inner-date .scc--btn:before, body.media-template .story-card .story-card-content .scc-inner .scc--inner-date .scc--btn:before {
          content: "";
          font-family: "icons-common" !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          font-size: 0.75rem;
          color: inherit;
          position: absolute;
          right: 0.8125rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%); }

body.secondLvl .story-card.big-text .story-card-content .scc-text .txt, body.media-template .story-card.big-text .story-card-content .scc-text .txt {
  margin-top: 0; }
  body.secondLvl .story-card.big-text .story-card-content .scc-text .txt.has-truncate, body.media-template .story-card.big-text .story-card-content .scc-text .txt.has-truncate {
    height: auto;
    overflow: visible; }

body.media-template .story-card .story-card-image {
  height: auto;
  padding-bottom: 0; }
  body.media-template .story-card .story-card-image img {
    position: relative; }

@media screen and (max-width: 47.9375rem) {
  .story-card .story-card__date {
    font-size: 0.75rem;
    line-height: 1.5rem; }
  .story-card .story-card__content .story-card__text {
    font-size: 1.375rem;
    line-height: 1.875rem; } }

.staff-card {
  width: 100%;
  display: block;
  position: relative; }
  .staff-card.no-bio {
    pointer-events: none;
    cursor: default; }
    .staff-card.no-bio .staff-card-content .arrow {
      display: none; }
    .staff-card.no-bio .staff-card-inner .full-link {
      display: none; }
    html.no-touch .staff-card.no-bio .staff-card-inner:hover .img {
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
  .staff-card .full-link {
    width: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
    height: -webkit-calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 5;
    -webkit-border-radius: 1.25rem;
       -moz-border-radius: 1.25rem;
            border-radius: 1.25rem;
    pointer-events: all; }
  .staff-card .staff-card-inner {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    -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;
    -webkit-border-radius: 0.625rem;
       -moz-border-radius: 0.625rem;
            border-radius: 0.625rem; }
    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); }
  .staff-card .staff-card-image {
    width: 100%;
    height: -webkit-calc(274px + 100px);
    height: -moz-calc(274px + 100px);
    height: calc(274px + 100px);
    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); }
    .staff-card .staff-card-image .img {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #19132C;
      -moz-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: 50%;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
      background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), black);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), black);
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
      z-index: 3;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      opacity: 0.7; }
  .staff-card .staff-card-content {
    width: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0;
    z-index: 2;
    -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;
    direction: ltr; }
    .staff-card .staff-card-content .scc-inner {
      padding: 1.0625rem; }
    .staff-card .staff-card-content .scc-name {
      font-family: "barlow";
      font-size: 1rem;
      line-height: 1.1;
      color: #ffffff;
      display: block;
      font-weight: 500;
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease;
      word-wrap: break-word;
      word-break: break-word; }
    .staff-card .staff-card-content .scc-role {
      font-family: "barlow";
      color: #ffffff;
      font-size: 1.75rem;
      line-height: 1.1;
      font-weight: 300;
      position: relative;
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease;
      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;
      word-wrap: break-word;
      word-break: break-word; }
      .staff-card .staff-card-content .scc-role .txt {
        max-width: -webkit-calc(100% - 40px);
        max-width: -moz-calc(100% - 40px);
        max-width: calc(100% - 40px); }
    .staff-card .staff-card-content .arrow {
      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;
      position: absolute;
      right: 0;
      bottom: 0.5rem;
      width: 0.9375rem;
      height: 0.8125rem; }
      .staff-card .staff-card-content .arrow:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.147' height='15.543' viewBox='0 0 17.147 15.543'%3E%3Cpath id='Icon_akar-arrow-down' data-name='Icon akar-arrow-down' d='M14.564,22.147V6M7.5,15.083l7.064,7.064,7.064-7.064' transform='translate(-5.5 22.336) rotate(-90)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
        -moz-background-size: cover;
             background-size: cover;
        background-repeat: no-repeat;
        width: 0.9375rem;
        height: 0.8125rem;
        color: inherit;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: -o-transform 0.4s ease;
        -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
        display: inline-block;
        line-height: 0; }

.cards-card {
  width: 100%;
  display: block;
  position: relative; }
  .cards-card.no-slide:not(.has-url) .cards-card-btn {
    display: none; }
  .cards-card.no-slide:not(.has-url) .ccc-inner:before {
    content: none !important; }
  .cards-card.has-url .cards-card-inner, .cards-card:not(.no-slide) .cards-card-inner {
    cursor: pointer; }
    html.no-touch .cards-card.has-url .cards-card-inner:hover .cards-card-image:before, html.no-touch .cards-card:not(.no-slide) .cards-card-inner:hover .cards-card-image:before {
      opacity: .3; }
    html.no-touch .cards-card.has-url .cards-card-inner:hover .img, html.no-touch .cards-card:not(.no-slide) .cards-card-inner: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 .cards-card.has-url .cards-card-inner:hover .cards-card-content .arrow, html.no-touch .cards-card:not(.no-slide) .cards-card-inner:hover .cards-card-content .arrow {
      -webkit-transform: rotate(-45deg) translate3d(2px, 2px, 0);
         -moz-transform: rotate(-45deg) translate3d(2px, 2px, 0);
              transform: rotate(-45deg) translate3d(2px, 2px, 0); }
    html.no-touch .cards-card.has-url .cards-card-inner:hover .cards-card-content .ccc-name,
    html.no-touch .cards-card.has-url .cards-card-inner:hover .cards-card-content .ccc-role, html.no-touch .cards-card:not(.no-slide) .cards-card-inner:hover .cards-card-content .ccc-name,
    html.no-touch .cards-card:not(.no-slide) .cards-card-inner:hover .cards-card-content .ccc-role {
      color: var(--sl-theme-boxes-text-hover); }
    html.no-touch .cards-card.has-url .cards-card-inner:hover .cards-card-content .ccc-inner:before, html.no-touch .cards-card:not(.no-slide) .cards-card-inner:hover .cards-card-content .ccc-inner:before {
      -webkit-transform: translate(5px, -50%);
         -moz-transform: translate(5px, -50%);
          -ms-transform: translate(5px, -50%);
           -o-transform: translate(5px, -50%);
              transform: translate(5px, -50%); }
  .cards-card.no-bio {
    pointer-events: none; }
  .cards-card .full-link {
    width: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
    height: -webkit-calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 5;
    -webkit-border-radius: 1.25rem;
       -moz-border-radius: 1.25rem;
            border-radius: 1.25rem; }
  .cards-card .cards-card-inner {
    background: #FFFFFF;
    border: 0.00625rem solid rgba(25, 19, 44, 0.2);
    -webkit-border-radius: 0.625rem;
       -moz-border-radius: 0.625rem;
            border-radius: 0.625rem;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .cards-card .cards-card-inner .bg-card-image {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .cards-card .cards-card-inner .bg-card-image .img {
        height: 100%;
        width: 100%;
        -moz-background-size: cover;
             background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .cards-card .cards-card-image {
    width: 100%;
    padding-top: 100%;
    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);
    opacity: 0;
    /* &:before {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0; left: 0;
            background: theme("extra-dark");
            z-index: 3;
            opacity: 0;
            transition: opacity 0.3s ease;
        } */ }
    .cards-card .cards-card-image .img {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #ffffff;
      -moz-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;
    font-family: "barlow";
    direction: ltr; }
    .cards-card .cards-card-content .ccc-inner {
      padding: 0.9375rem 2.5rem 0.9375rem 1.25rem; }
      .cards-card .cards-card-content .ccc-inner:before {
        content: "";
        background-image: url("/Images/svg/adm_arrow_thin.svg");
        -moz-background-size: cover;
             background-size: cover;
        background-repeat: no-repeat;
        width: 0.8125rem;
        height: 0.75rem;
        color: inherit;
        color: #19132C;
        position: absolute;
        top: 50%;
        right: 0.9375rem;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .cards-card .cards-card-content .ccc-name {
      font-size: 1.1875rem;
      line-height: 1.2;
      color: #19132C;
      display: block;
      font-weight: 300;
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease;
      word-wrap: break-word;
      word-break: break-word; }
    .cards-card .cards-card-content .description {
      font-size: 1.25rem;
      line-height: 1.3;
      font-weight: 300;
      position: relative;
      max-width: -webkit-calc(100% - 30px);
      max-width: -moz-calc(100% - 30px);
      max-width: calc(100% - 30px);
      word-wrap: break-word;
      word-break: break-word;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      visibility: visible;
      margin-top: 0.5rem; }

.cards-card-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border: none;
  background: transparent;
  cursor: pointer; }
  .cards-card-btn.no-slide {
    display: none; }

.cards-card-url {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border: none;
  background: transparent;
  cursor: pointer; }
  .cards-card-url.no-url {
    display: none; }

.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%;
    position: relative;
    display: block; }
    html.no-touch .portal-icon .portals-icon-inner:hover .image {
      -webkit-transform: translate3d(0, -5px, 0);
         -moz-transform: translate3d(0, -5px, 0);
              transform: translate3d(0, -5px, 0); }
  .portal-icon .image {
    width: 4.875rem;
    height: 3.75rem;
    display: block;
    margin: 0 auto;
    -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;
    margin-bottom: 0.625rem;
    margin-top: 0.3125rem; }
    .portal-icon .image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .portal-icon .txt {
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'barlow', sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.1;
    color: #19122D;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-top: 5px;
    word-wrap: break-word;
    word-break: break-word; }

.event-card {
  width: 100%;
  display: block;
  position: relative; }
  .event-card .full-link {
    width: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
    height: -webkit-calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 5;
    -webkit-border-radius: 1rem;
       -moz-border-radius: 1rem;
            border-radius: 1rem; }
  .event-card .event-card-inner {
    cursor: pointer;
    position: relative;
    -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;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden; }
    html.no-touch .event-card .event-card-inner:hover .event-card-image:before {
      opacity: 1; }
    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); }
    html.no-touch .event-card .event-card-inner:hover .event-card-content .arrow:before {
      -webkit-transform: translateX(4px);
         -moz-transform: translateX(4px);
          -ms-transform: translateX(4px);
           -o-transform: translateX(4px);
              transform: translateX(4px); }
  .event-card .calendar-date {
    width: 3.9375rem;
    height: 3.9375rem;
    position: relative;
    background-image: url("/Images/img/common/date_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
         background-size: contain;
    text-align: center;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    vertical-align: middle;
    z-index: 4;
    font-family: "barlow"; }
    .event-card .calendar-date:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: repeat;
      -moz-background-size: cover;
           background-size: cover;
      width: 100%;
      height: 100%;
      opacity: .3; }
    .event-card .calendar-date.has-multi-day {
      width: 6.5rem;
      height: 3.9375rem;
      background-image: url("/Images/svg/double_date.svg"); }
    .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.0625rem;
        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: 1.1875rem;
      color: #ffffff;
      font-weight: 700;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.25rem; }
    .event-card .calendar-date .day {
      width: 100%;
      display: block;
      font-size: 1.6875rem;
      color: #ffffff;
      line-height: 1.375rem;
      font-weight: 600;
      text-align: center; }
    .event-card .calendar-date .month {
      width: 100%;
      font-size: 1.0625rem;
      color: #ffffff;
      font-weight: 600;
      display: block;
      text-transform: lowercase;
      text-align: center; }
      .event-card .calendar-date .month:first-letter {
        text-transform: uppercase; }
    .event-card .calendar-date.has-multi-day + .event-content {
      width: -webkit-calc(100% - rems(120px));
      width: -moz-calc(100% - rems(120px));
      width: calc(100% - rems(120px)); }
  .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: #FFCC00;
      -moz-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-image:before {
      content: '';
      width: 100%;
      height: 50%;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
      background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), black);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), black);
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
      z-index: 3;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .event-card .event-card-image .event-category {
      background: #0076C0;
      -webkit-border-radius: 1.25rem;
         -moz-border-radius: 1.25rem;
              border-radius: 1.25rem;
      position: absolute;
      top: 1.25rem;
      left: 1.25rem;
      z-index: 5;
      padding: 0.375rem 0.9375rem;
      font-weight: 300;
      font-size: clamp(0.5rem, 0.48077vw + 0.26923rem, 0.75rem);
      color: #FFFFFF;
      line-height: 1;
      display: none;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      max-width: 8.125rem;
      direction: ltr; }
      @media (max-width: 767px) {
        .event-card .event-card-image .event-category {
          top: 0.625rem;
          left: 0.625rem;
          padding: 0.3125rem 0.625rem; } }
      .event-card .event-card-image .event-category.js_blue-color {
        background: #0076C0;
        color: #ffffff;
        display: block; }
      .event-card .event-card-image .event-category.js_green-color {
        background: #61B234;
        color: #19132C;
        display: block; }
  .event-card .event-card-content {
    width: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0;
    z-index: 2;
    direction: ltr; }
    .event-card .event-card-content .ecc-inner {
      padding: 1.25rem;
      position: relative;
      z-index: 2; }
    .event-card .event-card-content .ecc-title {
      font-family: "barlow";
      font-size: 1.8125rem;
      line-height: 2.25rem;
      color: #ffffff;
      display: block;
      font-weight: 300;
      margin-bottom: 0.5rem;
      word-wrap: break-word;
      word-break: break-word;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .event-card .event-card-content .ecc-time {
      font-family: "barlow";
      font-size: 1.375rem;
      line-height: 1.625rem;
      font-weight: 300;
      position: relative;
      color: #ffffff;
      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-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      word-wrap: break-word;
      word-break: break-word; }
    .event-card .event-card-content .arrow {
      position: relative; }
      .event-card .event-card-content .arrow:before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.147' height='15.543' viewBox='0 0 17.147 15.543'%3E%3Cpath id='Icon_akar-arrow-down' data-name='Icon akar-arrow-down' d='M14.564,22.147V6M7.5,15.083l7.064,7.064,7.064-7.064' transform='translate(-5.5 22.336) rotate(-90)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
        width: 0.9375rem;
        height: 0.8125rem;
        color: inherit;
        position: absolute;
        right: 0;
        top: 0.3125rem;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: -o-transform 0.4s ease;
        -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }

.notices-container {
  margin-bottom: 2.5rem; }

.notice-item {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-bottom: 0.125rem solid #F4F4F4; }
  .notice-item.no-url .arrow,
  .notice-item.no-url .full-url {
    display: none; }
  .notice-item .secondLvlCss p {
    margin: 0; }
  html.no-touch .notice-item.has-url:hover .arrow {
    -webkit-transform: translateX(4px);
       -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
         -o-transform: translateX(4px);
            transform: translateX(4px); }
  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); }
  .notice-item .full-url {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .notice-item .notice-image {
    z-index: 2; }
  .notice-item .notice-description {
    position: relative;
    z-index: 2;
    color: #19132C;
    word-wrap: break-word;
    word-break: break-word; }
  .notice-item .notice-title {
    padding-bottom: 0.625rem;
    max-height: 3.125rem;
    font-family: "barlow";
    font-size: clamp(1.4375rem, 0.72115vw + 1.09135rem, 1.8125rem);
    font-weight: 300;
    line-height: 1.1;
    word-wrap: break-word;
    word-break: break-word; }
  .notice-item .description {
    margin-bottom: 0.625rem;
    font-family: "barlow";
    font-size: clamp(1.1875rem, 0.36058vw + 1.01442rem, 1.375rem);
    font-weight: 200;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-word; }
    .notice-item .description p:last-child {
      margin-bottom: 0; }
  .notice-item .update {
    font-family: "barlow";
    font-size: clamp(1rem, 0.72115vw + 0.65385rem, 1.375rem);
    font-weight: 300;
    line-height: 1.2;
    position: relative;
    display: block;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0 !important;
    display: inline-block; }
  .notice-item .arrow {
    width: 1.375rem;
    height: 1.375rem;
    -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;
    position: absolute;
    right: -2.5rem; }
    .notice-item .arrow:before {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.147' height='15.543' viewBox='0 0 17.147 15.543'%3E%3Cpath id='Icon_akar-arrow-down' data-name='Icon akar-arrow-down' d='M14.564,22.147V6M7.5,15.083l7.064,7.064,7.064-7.064' transform='translate(-5.5 22.336) rotate(-90)' fill='none' stroke='%2319132C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
      width: 1.125rem;
      height: 1rem;
      color: inherit;
      color: #19132C; }
  .notice-item .notice-image {
    width: 10.5625rem;
    height: 10.9375rem;
    display: none;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    position: absolute;
    -webkit-border-radius: 0.625rem;
       -moz-border-radius: 0.625rem;
            border-radius: 0.625rem;
    left: 0;
    top: 0; }
    .notice-item .notice-image .img {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      -moz-background-size: cover;
           background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: -o-transform 0.4s ease;
      -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
  .notice-item.has-image {
    padding-left: 11.875rem; }
    .notice-item.has-image .notice-image {
      display: block; }

@media screen and (max-width: 47.9375rem) {
  .notice-item.has-image {
    padding-left: 0; }
    .notice-item.has-image .notice-image {
      width: 11.25rem;
      position: relative;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0; } }

.event-list-item {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 1.875rem;
  cursor: pointer;
  border-bottom: 0.125rem solid #F4F4F4;
  padding-bottom: 1.5625rem; }
  .event-list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .event-list-item .full-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  html.no-touch .event-list-item:hover .event-list-item-inner .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:hover .event-list-item-inner .event-content .event-time::after {
    padding-left: 0.625rem; }
  .event-list-item .event-list-item-inner {
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    @media (max-width: 767px) {
      .event-list-item .event-list-item-inner {
        -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; } }
    .event-list-item .event-list-item-inner .event--item-image {
      width: 10.375rem;
      height: 10.4375rem;
      -webkit-border-radius: 0.625rem;
         -moz-border-radius: 0.625rem;
              border-radius: 0.625rem;
      display: block;
      overflow: hidden; }
      @media (max-width: 767px) {
        .event-list-item .event-list-item-inner .event--item-image {
          width: 100%; } }
      .event-list-item .event-list-item-inner .event--item-image .img {
        width: 100%;
        height: 100%;
        z-index: 1;
        -moz-background-size: cover;
             background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .event-list-item .event-list-item-inner .calendar-date .day,
    .event-list-item .event-list-item-inner .calendar-date .month,
    .event-list-item .event-list-item-inner .calendar-date .conn-word {
      color: #fff; }
    .event-list-item .event-list-item-inner .event--date-image {
      position: relative;
      width: 285px;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      @media (max-width: 767px) {
        .event-list-item .event-list-item-inner .event--date-image {
          width: 100%;
          margin-bottom: 1.0625rem; } }
    .event-list-item .event-list-item-inner .event-content {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
      padding-right: 0.9375rem;
      padding-left: 1.25rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 767px) {
        .event-list-item .event-list-item-inner .event-content {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
             -moz-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      .event-list-item .event-list-item-inner .event-content .event-title {
        font-size: clamp(1.5625rem, 0.48077vw + 1.33173rem, 1.8125rem);
        line-height: 1.2;
        color: #19132C;
        display: block;
        font-weight: 300;
        margin-bottom: 0.3125rem;
        word-wrap: break-word;
        word-break: break-word; }
        .event-list-item .event-list-item-inner .event-content .event-title .truncate {
          display: block;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
      .event-list-item .event-list-item-inner .event-content .event-time {
        display: inline-block;
        font-size: 1.375rem;
        letter-spacing: 0.05em;
        font-weight: 300;
        position: relative;
        padding-right: 1.625rem;
        word-wrap: break-word;
        word-break: break-word; }
        .event-list-item .event-list-item-inner .event-content .event-time:after {
          content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.147' height='15.543' viewBox='0 0 17.147 15.543'%3E%3Cpath id='Icon_akar-arrow-down' data-name='Icon akar-arrow-down' d='M14.564,22.147V6M7.5,15.083l7.064,7.064,7.064-7.064' transform='translate(-5.5 22.336) rotate(-90)' fill='none' stroke='%2319132C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
          width: 1.125rem;
          height: 1rem;
          color: inherit;
          color: #19132C;
          position: relative;
          margin-left: 0.625rem;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .event-list-item .event-list-item-inner .event-content .event-category {
        background: #0076C0;
        -webkit-border-radius: 1.25rem;
           -moz-border-radius: 1.25rem;
                border-radius: 1.25rem;
        z-index: 5;
        padding: 0.375rem 0.9375rem;
        font-weight: 300;
        font-size: 0.75rem;
        color: #FFFFFF;
        line-height: 1;
        display: none;
        margin-bottom: 0.5rem; }
        .event-list-item .event-list-item-inner .event-content .event-category.js_blue-color {
          background: #0076C0;
          color: #ffffff;
          display: inline-block; }
        .event-list-item .event-list-item-inner .event-content .event-category.js_green-color {
          background: #61B234;
          color: #19132C;
          display: inline-block; }
    .event-list-item .event-list-item-inner .calendar-date {
      width: 4.375rem;
      height: 4.375rem;
      display: inline-block;
      background-image: url("/Images/img/homepage/blue_circle.png");
      background-position: center;
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      text-align: center;
      position: absolute;
      right: 0.4375rem;
      top: -1.0625rem;
      z-index: 2;
      vertical-align: middle;
      -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;
      /* &:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            background-repeat: repeat;
            background-size: cover;
            width: 100%;
            height: 100%;
            opacity: .3;
        } */ }
      .event-list-item .event-list-item-inner .calendar-date.has-multi-day {
        width: 7.625rem;
        height: 4.375rem;
        background-image: url("/Images/img/common/date_light-bg_long.png"); }
      .event-list-item .event-list-item-inner .calendar-date .calendar-date-inner {
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        z-index: 2;
        position: relative; }
        .event-list-item .event-list-item-inner .calendar-date .calendar-date-inner:before, .event-list-item .event-list-item-inner .calendar-date .calendar-date-inner:after {
          content: '';
          width: 0.0625rem;
          height: 100%;
          display: inline-block;
          vertical-align: middle; }
      .event-list-item .event-list-item-inner .calendar-date .start-date {
        display: inline-block;
        vertical-align: middle; }
      .event-list-item .event-list-item-inner .calendar-date .end-date {
        display: inline-block;
        vertical-align: middle; }
      .event-list-item .event-list-item-inner .calendar-date .conn-word {
        font-size: 1.1875rem;
        color: #ffffff;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0.25rem; }
      .event-list-item .event-list-item-inner .calendar-date .day {
        width: 100%;
        display: block;
        font-size: 1.6875rem;
        color: #ffffff;
        line-height: 1;
        font-weight: 600;
        text-align: center; }
      .event-list-item .event-list-item-inner .calendar-date .month {
        width: 100%;
        font-size: 1.0625rem;
        color: #ffffff;
        display: block;
        text-align: center;
        font-weight: 600;
        line-height: 1.1; }
        .event-list-item .event-list-item-inner .calendar-date .month:first-letter {
          text-transform: uppercase; }
      .event-list-item .event-list-item-inner .calendar-date.has-multi-day + .event-content {
        width: -webkit-calc(100% - rems(120px));
        width: -moz-calc(100% - rems(120px));
        width: calc(100% - rems(120px)); }
    .event-list-item .event-list-item-inner:first-child {
      /* &:before {
                content: '';
                width: 100%;
                height: 100%;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
                background: rgba(#000, .4);
            } */ }
      .event-list-item .event-list-item-inner:first-child .event-list-item-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
      .event-list-item .event-list-item-inner:first-child .img {
        width: 7.5rem;
        height: 4.375rem;
        display: block;
        position: relative;
        top: 0;
        left: 0.625rem;
        -webkit-border-radius: 0.625rem;
           -moz-border-radius: 0.625rem;
                border-radius: 0.625rem;
        z-index: 1;
        -moz-background-size: cover;
             background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .event-list-item .event-list-item-inner:first-child .calendar-date .day,
      .event-list-item .event-list-item-inner:first-child .calendar-date .month,
      .event-list-item .event-list-item-inner:first-child .calendar-date .conn-word {
        color: #fff; }

.event-fader-item {
  width: 100%; }
  .event-fader-item .ef-wrapper {
    width: 100%;
    min-height: 31.25rem;
    aspect-ratio: 1/.48;
    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;
    position: relative; }
    @media (max-width: 767px) {
      .event-fader-item .ef-wrapper {
        display: block;
        min-height: auto; } }
  .event-fader-item .ef-mobile-content {
    display: none; }
  .event-fader-item .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 767px) {
      .event-fader-item .image {
        position: relative;
        height: 15.625rem;
        display: block; } }
    .event-fader-item .image:before {
      content: '';
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
      background: -moz-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
      opacity: .5;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
    .event-fader-item .image img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 1; }
    .event-fader-item .image .calendar-date {
      display: none; }
  .event-fader-item .item-content {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 1.875rem 7.5rem 1.875rem 8.125rem; }
    @media (max-width: 767px) {
      .event-fader-item .item-content {
        background-color: #19132C;
        padding: 3.75rem 4.0625rem 1.875rem 4.0625rem;
        text-align: center; } }
    @media (max-width: 475px) {
      .event-fader-item .item-content {
        padding: 3.75rem 0.9375rem 1.875rem 0.9375rem; } }
    .event-fader-item .item-content .item--date-category {
      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;
      margin-bottom: 1.875rem; }
      @media (max-width: 767px) {
        .event-fader-item .item-content .item--date-category {
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: absolute;
          top: -2.0625rem;
          left: 0.9375rem; } }
      .event-fader-item .item-content .item--date-category .event-category {
        background: #0076C0;
        -webkit-border-radius: 1.25rem;
           -moz-border-radius: 1.25rem;
                border-radius: 1.25rem;
        z-index: 5;
        padding: 0.375rem 0.9375rem;
        font-weight: 300;
        font-size: crems(12px);
        color: #FFFFFF;
        line-height: 1;
        display: none;
        margin-left: 1.5625rem; }
        @media (max-width: 475px) {
          .event-fader-item .item-content .item--date-category .event-category {
            margin-left: 0.9375rem; } }
        .event-fader-item .item-content .item--date-category .event-category.js_blue-color {
          background: #0076C0;
          color: #ffffff;
          display: block; }
        .event-fader-item .item-content .item--date-category .event-category.js_green-color {
          background: #61B234;
          color: #19132C;
          display: block; }
  .event-fader-item .calendar-date {
    width: 4.375rem;
    height: 4.375rem;
    display: inline-block;
    position: relative;
    background: transparent;
    text-align: center;
    left: 0;
    top: 0;
    background-image: url("/Images/img/common/date_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
         background-size: contain;
    vertical-align: middle; }
    .event-fader-item .calendar-date.has-multi-day {
      width: 7.625rem;
      height: 4.375rem;
      background-image: url("/Images/svg/double_date.svg"); }
    .event-fader-item .calendar-date .calendar-date-inner {
      width: 100%;
      height: 100%;
      display: block;
      text-align: center;
      z-index: 2;
      position: relative; }
      .event-fader-item .calendar-date .calendar-date-inner:before, .event-fader-item .calendar-date .calendar-date-inner:after {
        content: '';
        width: 0.0625rem;
        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: 1.1875rem;
      color: #fff;
      font-weight: 700;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.25rem; }
    .event-fader-item .calendar-date .day {
      font-family: "barlow";
      width: 100%;
      display: block;
      font-size: 1.6875rem;
      line-height: 1;
      font-weight: 600;
      text-align: center;
      color: #fff; }
    .event-fader-item .calendar-date .month {
      font-family: "barlow";
      width: 100%;
      font-size: 1.0625rem;
      line-height: 1;
      color: #fff;
      display: block;
      text-transform: capitalize;
      text-align: center;
      font-weight: 600; }
      .event-fader-item .calendar-date .month:first-letter {
        text-transform: uppercase; }
  .event-fader-item .event-title {
    font-family: "spectral";
    font-size: 2.1875rem;
    line-height: 1.1;
    color: #fff;
    font-weight: 300;
    word-wrap: break-word;
    word-break: break-word; }
  .event-fader-item .event-description {
    font-family: "barlow";
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #fff;
    font-weight: 400;
    margin: 0.625rem 0;
    word-wrap: break-word;
    word-break: break-word; }
  .event-fader-item .event-countdown {
    margin-top: 0.9375rem; }
    .event-fader-item .event-countdown .col {
      display: inline-block;
      color: #fff;
      border-right: 0.125rem solid rgba(255, 255, 255, 0.4);
      padding-right: 1.5625rem;
      margin-right: 1.5625rem; }
      .event-fader-item .event-countdown .col:last-child {
        border: none;
        margin: 0;
        padding: 0; }
    .event-fader-item .event-countdown .main-nr {
      font-family: "barlow";
      font-size: 2.5rem;
      line-height: 1.3;
      font-weight: bold;
      text-align: center; }
    .event-fader-item .event-countdown .sec {
      font-family: "barlow";
      font-size: 1.25rem;
      line-height: 1.3;
      font-weight: 300;
      text-transform: capitalize;
      text-align: center; }
  .event-fader-item .secondLvlCss .downloadBtn {
    background: transparent;
    margin-top: 1.875rem;
    border: 0.0625rem solid #ffffff;
    color: #ffffff !important; }
    html.no-touch .event-fader-item .secondLvlCss .downloadBtn:hover {
      background: #ffffff;
      color: #19132C !important; }

.crsl-ctrl {
  width: 3.9375rem;
  height: 3.9375rem;
  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;
  border: 1px solid #19132C;
  background-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  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 (max-width: 1024px) {
    .crsl-ctrl {
      width: 3.125rem;
      height: 3.125rem; } }
  .crsl-ctrl.slick-disabled {
    opacity: .5;
    pointer-events: none; }
  .crsl-ctrl i {
    width: 1rem;
    height: 1rem;
    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;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 50%;
    line-height: 0; }
    @media (max-width: 1024px) {
      .crsl-ctrl i {
        width: 0.8125rem; } }
    .crsl-ctrl i:before {
      color: #19132C;
      content: url("/Images/svg/adm_arrow_thin.svg");
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .crsl-ctrl.prev i {
    -webkit-transform: translateX(-50%) rotate(180deg);
       -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
         -o-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg); }
  .crsl-ctrl.next i {
    -webkit-transform: translateX(-50%) rotate(0deg);
       -moz-transform: translateX(-50%) rotate(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
         -o-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg); }
  html.no-touch .crsl-ctrl:hover:before {
    opacity: 1; }
  html.no-touch .crsl-ctrl:hover i:before {
    opacity: 1;
    padding-left: 0.625rem; }

.general-dots {
  width: 100%;
  text-align: right;
  z-index: 2;
  position: relative; }
  .general-dots li {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    margin-left: 0.3125rem; }
    .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: 0.8125rem;
        height: 0.8125rem;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #19132C;
        opacity: .4;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        -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; }

.new--simple-cards-grid {
  margin: 0 -6.25rem;
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  left: 0 !important;
  margin-bottom: 0 !important; }
  .new--simple-cards-grid .contentTemplates {
    margin: 0 auto; }
    .new--simple-cards-grid .contentTemplates .contentTemplates-column {
      padding: 0; }
      .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid {
        margin-bottom: 0; }
        .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner {
          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-left: -0.75rem;
          margin-right: -0.75rem; }
          .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div {
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 50%;
               -moz-box-flex: 0;
                -ms-flex: 0 1 50%;
                    flex: 0 1 50%;
            max-width: 50%;
            margin-bottom: 1.5rem;
            padding-left: 0.75rem;
            padding-right: 0.75rem; }
            .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div:nth-child(odd):last-child {
              -webkit-box-flex: 0;
              -webkit-flex: 0 1 100%;
                 -moz-box-flex: 0;
                  -ms-flex: 0 1 100%;
                      flex: 0 1 100%;
              max-width: 100%; }
            @media (max-width: 650px) {
              .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div {
                -webkit-box-flex: 0;
                -webkit-flex: 0 1 100%;
                   -moz-box-flex: 0;
                    -ms-flex: 0 1 100%;
                        flex: 0 1 100%;
                max-width: 100%; } }
            .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner {
              height: clamp(13.25rem, 4.20673vw + 11.23077rem, 15.4375rem);
              -webkit-border-radius: 0.3125rem;
                 -moz-border-radius: 0.3125rem;
                      border-radius: 0.3125rem;
              position: relative; }
              .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner .full-link {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 5; }
              .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner .cards-card-image {
                padding: 0 !important;
                height: 100%;
                opacity: 1; }
                .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner .cards-card-image img {
                  -o-object-fit: cover;
                     object-fit: cover;
                  margin: 0;
                  -webkit-border-radius: 0;
                     -moz-border-radius: 0;
                          border-radius: 0;
                  height: 100%;
                  -o-object-position: center;
                     object-position: center;
                  -webkit-transition: all 0.3s ease-in-out;
                  -o-transition: all 0.3s ease-in-out;
                  -moz-transition: all 0.3s ease-in-out;
                  transition: all 0.3s ease-in-out; }
                .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner .cards-card-image::after {
                  content: '';
                  width: 100%;
                  height: 50%;
                  display: block;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
                  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
                  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), black);
                  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), black);
                  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
                  z-index: 0; }
                .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner .cards-card-image .circle-line {
                  content: "";
                  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='214.782' height='142.033' viewBox='0 0 214.782 142.033'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_7305' data-name='Rectangle 7305' width='214.782' height='142.033' transform='translate(386 31956)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Circle' transform='translate(-386 -31936.967)'%3E%3Cg id='line_left' data-name='line left' transform='translate(0 -19.033)' clip-path='url(%23clip-path)'%3E%3Cg id='Ellipse_254' data-name='Ellipse 254' transform='translate(325.953 31988.332)' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='137.414' cy='137.414' r='137.414' stroke='none'/%3E%3Ccircle cx='137.414' cy='137.414' r='136.414' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
                          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='214.782' height='142.033' viewBox='0 0 214.782 142.033'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_7305' data-name='Rectangle 7305' width='214.782' height='142.033' transform='translate(386 31956)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Circle' transform='translate(-386 -31936.967)'%3E%3Cg id='line_left' data-name='line left' transform='translate(0 -19.033)' clip-path='url(%23clip-path)'%3E%3Cg id='Ellipse_254' data-name='Ellipse 254' transform='translate(325.953 31988.332)' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='137.414' cy='137.414' r='137.414' stroke='none'/%3E%3Ccircle cx='137.414' cy='137.414' r='136.414' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
                  width: 13.3125rem;
                  height: 8.875rem;
                  display: block;
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  z-index: 2;
                  -webkit-transition: all 0.3s ease-in-out;
                  -o-transition: all 0.3s ease-in-out;
                  -moz-transition: all 0.3s ease-in-out;
                  transition: all 0.3s ease-in-out; }
                  @media (min-width: 2000px) {
                    .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner .cards-card-image .circle-line {
                      left: 50px;
                      bottom: -25px;
                      -webkit-transform: scale(1.5);
                         -moz-transform: scale(1.5);
                          -ms-transform: scale(1.5);
                           -o-transform: scale(1.5);
                              transform: scale(1.5);
                      background-repeat: no-repeat;
                      width: 215px; } }
              .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner .item-content {
                position: absolute;
                z-index: 5;
                bottom: 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;
                -webkit-box-align: center;
                -webkit-align-items: center;
                   -moz-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                padding: 1.25rem 1.5625rem;
                pointer-events: none; }
                .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner .item-content .item-title {
                  color: #ffffff;
                  font-weight: 300;
                  font-size: 1.8125rem;
                  line-height: 1;
                  letter-spacing: -0.58px;
                  max-width: 9.375rem; }
                .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner .item-content .item-arrow {
                  border: 1px solid #FFFFFF;
                  -webkit-border-radius: 50%;
                     -moz-border-radius: 50%;
                          border-radius: 50%;
                  width: 2.5rem;
                  height: 2.5rem;
                  color: #fff;
                  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; }
                  .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner .item-content .item-arrow::before {
                    content: "";
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.147' height='15.543' viewBox='0 0 17.147 15.543'%3E%3Cpath id='Icon_akar-arrow-down' data-name='Icon akar-arrow-down' d='M14.564,22.147V6M7.5,15.083l7.064,7.064,7.064-7.064' transform='translate(-5.5 22.336) rotate(-90)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
                    -moz-background-size: cover;
                         background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center center;
                    width: 0.8125rem;
                    height: 0.6875rem;
                    -webkit-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out; }
              html.no-touch .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner:hover .cards-card-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 .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner:hover .cards-card-image .circle-line {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='214.782' height='142.033' viewBox='0 0 214.782 142.033'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_7305' data-name='Rectangle 7305' width='214.782' height='142.033' transform='translate(386 31956)' fill='%23fff'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Rectangle_7308' data-name='Rectangle 7308' width='213' height='111' transform='translate(386 31968)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Circle' transform='translate(-386 -31936.967)'%3E%3Cg id='line_left' data-name='line left' transform='translate(0 -19.033)' clip-path='url(%23clip-path)'%3E%3Cg id='Ellipse_254' data-name='Ellipse 254' transform='translate(325.953 31988.332)' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='137.414' cy='137.414' r='137.414' stroke='none'/%3E%3Ccircle cx='137.414' cy='137.414' r='136.414' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='hover' clip-path='url(%23clip-path-2)'%3E%3Ccircle id='hover-2' data-name='hover' cx='134.5' cy='134.5' r='134.5' transform='translate(330 31970)' fill='currentColor'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
                        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='214.782' height='142.033' viewBox='0 0 214.782 142.033'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_7305' data-name='Rectangle 7305' width='214.782' height='142.033' transform='translate(386 31956)' fill='%23fff'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Rectangle_7308' data-name='Rectangle 7308' width='213' height='111' transform='translate(386 31968)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Circle' transform='translate(-386 -31936.967)'%3E%3Cg id='line_left' data-name='line left' transform='translate(0 -19.033)' clip-path='url(%23clip-path)'%3E%3Cg id='Ellipse_254' data-name='Ellipse 254' transform='translate(325.953 31988.332)' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='137.414' cy='137.414' r='137.414' stroke='none'/%3E%3Ccircle cx='137.414' cy='137.414' r='136.414' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='hover' clip-path='url(%23clip-path-2)'%3E%3Ccircle id='hover-2' data-name='hover' cx='134.5' cy='134.5' r='134.5' transform='translate(330 31970)' fill='currentColor'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
                opacity: 1; }
              html.no-touch .new--simple-cards-grid .contentTemplates .contentTemplates-column .custom--cards-grid .custom--cards-inner > div .cards-card-inner:hover .item-content .item-arrow::before {
                -webkit-transform: translateX(3px);
                   -moz-transform: translateX(3px);
                    -ms-transform: translateX(3px);
                     -o-transform: translateX(3px);
                        transform: translateX(3px); }
      .new--simple-cards-grid .contentTemplates .contentTemplates-column .contentTemplates-extraText.secondLvlCss {
        margin-bottom: 1.25rem; }

.secondLvlCss {
  /* .secondaryDownloadBtn {
        display: inline-block !important;
        background-color: #D0AC62;
        font-size: rems(15px) !important;
        font-weight: 400 !important;
        line-height: rems(20px) !important;
        text-transform: uppercase;
        margin: 0;
        padding: rems(13px) rems(25px);
        color: #564000 !important;
        cursor: pointer;
        border: 0;
        border-radius: rems(30px);
        max-width: rems(650px);
        transition: background 0.3s ease, color 0.3s ease;

        &:before{
            display: none !important;
        }

        html.no-touch &:hover {
            background-color: #E0C183;
        }
    }

    .thirdDownloadBtn {
        display: inline-block !important;
        background-color: #8969A8;
        font-size: rems(15px) !important;
        font-weight: 400 !important;
        line-height: rems(20px) !important;
        text-transform: uppercase;
        margin: 0;
        padding: rems(13px) rems(25px);
        color: #ffffff !important;
        cursor: pointer;
        border: 0;
        border-radius: rems(30px);
        max-width: rems(650px);
        transition: background 0.3s ease, color 0.3s ease;

        &:before{
            display: none !important;
        }

        html.no-touch &:hover {
            background-color: #9979B9;
        }
    } */
  /* youtube iframe */ }
  .secondLvlCss h2 {
    font-size: clamp(2.0625rem, 1.08173vw + 1.54327rem, 2.625rem);
    line-height: 1;
    font-weight: 300;
    color: #19132C;
    margin: 0 0 1.875rem;
    font-family: "spectral";
    word-break: break-word;
    padding-bottom: 0.625rem;
    padding-top: 1.25rem; }
    .secondLvlCss h2::first-letter {
      text-transform: uppercase; }
  .secondLvlCss h3 {
    font-size: clamp(1.625rem, 0.60096vw + 1.33654rem, 1.9375rem);
    line-height: 1.1;
    font-weight: 300;
    color: #19132C;
    margin: 0 0 1.875rem;
    font-family: "spectral";
    word-break: break-word; }
    .secondLvlCss h3::first-letter {
      text-transform: uppercase; }
  .secondLvlCss h4 {
    font-size: clamp(1.5625rem, 0.60096vw + 1.27404rem, 1.875rem);
    line-height: 1.1;
    font-weight: 300;
    color: #19132C;
    margin: 0 0 1.875rem;
    font-family: "spectral";
    word-break: break-word;
    padding-bottom: 1.25rem; }
    body.pageTitle-headmaster-s-welcome .secondLvlCss h4,
    body.pageTitle-welcome-to-the-senior-school .secondLvlCss h4 {
      font-family: 'spectral', sans-serif;
      font-size: 1.375rem;
      font-weight: 500;
      line-height: 1.2; }
    .secondLvlCss h4::first-letter {
      text-transform: uppercase; }
  .secondLvlCss h5 {
    font-size: clamp(1.375rem, 0.12019vw + 1.31731rem, 1.4375rem);
    line-height: 1.2;
    font-weight: 300;
    color: #19132C;
    margin: 0 0 1.875rem;
    font-family: "spectral";
    word-break: break-word; }
    .secondLvlCss h5::first-letter {
      text-transform: uppercase; }
  .secondLvlCss p {
    font-size: clamp(1.1875rem, 0.12019vw + 1.12981rem, 1.25rem);
    line-height: 1.3;
    display: block;
    color: #19132C;
    margin-bottom: 1.875rem;
    font-weight: 300;
    font-family: "barlow";
    -webkit-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    -moz-transition: font-size 0.3s ease;
    transition: font-size 0.3s ease;
    word-break: break-word; }
    .secondLvlCss p + p > a > img {
      margin-top: 0;
      margin-bottom: 0; }
    .secondLvlCss p a {
      font-weight: 500;
      font-size: inherit;
      line-height: inherit;
      cursor: pointer; }
    .secondLvlCss p.featuredText {
      padding-left: 1.25rem;
      font-size: clamp(1.4375rem, 1.44231vw + 0.74519rem, 2.1875rem);
      line-height: 1.2;
      font-weight: 200;
      position: relative;
      word-break: break-word;
      color: #19132C;
      margin: 2.5rem 0;
      /* &:after{
                content: "";
                position: absolute;
                left: rems(11px);
                bottom: 0;
                width: 1px;
                height: calc(50% - 1.25rem);
                background-color: #B9964F;
            } */ }
      .secondLvlCss p.featuredText:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0.0625rem;
        height: 100%;
        background-color: #0076C0; }
    .secondLvlCss p strong, .secondLvlCss p b {
      font-weight: 700; }
    .secondLvlCss p em {
      font-style: italic; }
  .secondLvlCss .featuredParagraph {
    font-family: "barlow";
    font-size: 1.4375rem;
    line-height: 1.3;
    color: #19132C;
    -webkit-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    -moz-transition: font-size 0.3s ease;
    transition: font-size 0.3s ease;
    word-break: break-word;
    margin-top: 0; }
  .secondLvlCss hr {
    width: 90%;
    height: 0.125rem;
    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;
    position: relative;
    margin-bottom: 2.5rem;
    border: none;
    background-color: #F4F4F4; }
    .secondLvlCss hr span {
      display: block;
      width: 100%;
      height: 2px;
      background: #19132C; }
  .secondLvlCss blockquote {
    font-family: "barlow";
    font-size: clamp(1.4375rem, 1.44231vw + 0.74519rem, 2.1875rem);
    font-weight: 200;
    line-height: 1.2;
    display: block;
    color: #19132C;
    position: relative;
    text-align: left;
    padding-left: 2.1875rem;
    margin: 0 0 1.875rem;
    padding-top: 0.9375rem; }
    .secondLvlCss blockquote:before {
      content: "";
      width: clamp(1.125rem, 1.68269vw + 0.31731rem, 2rem);
      height: clamp(0.875rem, 1.5625vw + 0.125rem, 1.6875rem);
      display: block;
      margin-bottom: -0.3125rem;
      background-image: url("data:image/svg+xml,%3Csvg id='Opening_quote' data-name='Opening quote' xmlns='http://www.w3.org/2000/svg' width='51.854' height='43.155' viewBox='0 0 51.854 43.155'%3E%3Cpath id='Quote_mark' data-name='Quote mark' d='M1.738,43.155Q-.193,43.155.021,41L14.454,2.158A2.284,2.284,0,0,1,16.814,0h7.723q2.145,0,1.716,2.158L9.246,41A1.9,1.9,0,0,1,7.1,43.155Zm25.529,0q-1.931,0-1.716-2.158L39.983,2.158A2.284,2.284,0,0,1,42.343,0h7.723q2.145,0,1.716,2.158L34.776,41a1.9,1.9,0,0,1-2.145,2.158Z' transform='translate(51.854 43.155) rotate(180)' fill='%230076c0'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
           background-size: contain;
      margin-left: -2.1875rem; }
    .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;
      word-break: break-word; }
    @media (max-width: 47.9375rem) {
      .secondLvlCss blockquote {
        margin: 3.125rem 0; } }
  .secondLvlCss table {
    max-width: 100%;
    margin: 2.5rem 0;
    position: relative;
    overflow: hidden;
    border-collapse: separate;
    display: block;
    overflow-y: auto;
    overflow-x: auto; }
    .secondLvlCss table:last-of-type {
      margin-bottom: 0; }
    html.touch .secondLvlCss table {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
    .secondLvlCss table th > p, .secondLvlCss table td > p {
      margin: 0; }
    .secondLvlCss table th {
      width: 25%;
      min-width: 12.5rem;
      font-size: clamp(1.4375rem, 0.24038vw + 1.32212rem, 1.5625rem);
      line-height: 1.1;
      color: #19132C;
      border-bottom: 1px solid #19132C;
      border-right: 1px solid #19132C;
      padding: 0.9375rem 1.25rem;
      font-weight: 300;
      word-break: break-word; }
      .secondLvlCss table th:last-child {
        border-right: 0 !important; }
      .secondLvlCss table th p {
        color: inherit;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        word-break: break-word;
        margin: 0 !important; }
    .secondLvlCss table td {
      width: 25%;
      min-width: 12.5rem;
      font-size: clamp(1.1875rem, 0.12019vw + 1.12981rem, 1.25rem);
      line-height: 1.4;
      color: #19132C;
      border-right: 1px solid #19132C;
      padding: 0.625rem 1.25rem;
      font-family: "barlow";
      font-weight: 300;
      word-break: break-word; }
      .secondLvlCss table td:last-child {
        border-right: 0 !important; }
      .secondLvlCss table td p {
        color: inherit;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        word-break: break-word; }
    .secondLvlCss table .head-column {
      display: none; }
    .secondLvlCss table tr:last-of-type:not(:first-of-type) td, .secondLvlCss table tr:last-of-type:not(:first-of-type) th {
      border-bottom: 1px solid #19132C; }
      @media (min-width: 768px) {
        .secondLvlCss table tr:last-of-type:not(:first-of-type) td, .secondLvlCss table tr:last-of-type:not(:first-of-type) th {
          border-bottom: none !important; } }
    .secondLvlCss table tr:not(:last-of-type) td {
      border-bottom: 1px solid #19132C; }
    .secondLvlCss table thead tr:last-of-type:not(:first-of-type) td:last-of-type:not(:first-of-type), .secondLvlCss table thead tr:last-of-type:not(:first-of-type) th:last-of-type:not(:first-of-type) {
      border-bottom: 1px solid #19132C; }
    .secondLvlCss table thead td:not(:last-of-type), .secondLvlCss table thead th:not(:last-of-type) {
      border-right: 1px solid #19132C; }
    .secondLvlCss table td:last-of-type, .secondLvlCss table th:last-of-type:not(:first-of-type) {
      border-right: none; }
    @media (min-width: 768px) {
      .secondLvlCss table {
        overflow-y: auto;
        overflow-x: auto; }
        .secondLvlCss table .head-column {
          display: none; }
        html.touch .secondLvlCss table {
          overflow-x: scroll;
          -webkit-overflow-scrolling: touch; } }
  .secondLvlCss .downloadBtn {
    display: inline-block;
    background-color: #19132C;
    font-size: clamp(1.25rem, 0.48077vw + 1.01923rem, 1.5rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.72px;
    margin: 0;
    padding: 0.5rem 1.5625rem 0.625rem 1.5625rem;
    color: #ffffff !important;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 1.875rem;
       -moz-border-radius: 1.875rem;
            border-radius: 1.875rem;
    min-width: 14.1875rem;
    text-align: center;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 1.25rem; }
    .secondLvlCss .downloadBtn:before {
      display: none; }
    .secondLvlCss .downloadBtn:last-of-type {
      margin-bottom: 0; }
    html.no-touch .secondLvlCss .downloadBtn:hover {
      background-color: #1378C9; }
  .secondLvlCss ol {
    font-family: "barlow";
    display: block;
    margin-bottom: 2.5rem;
    counter-reset: li; }
    .secondLvlCss ol:last-child {
      margin-bottom: 0; }
    .secondLvlCss ol li {
      position: relative;
      font-size: clamp(1.1875rem, 0.12019vw + 1.12981rem, 1.25rem);
      line-height: 1.3;
      font-weight: 300;
      list-style-type: none;
      color: #19132C;
      font-family: "barlow";
      margin-bottom: 0.9375rem;
      padding-left: 1.5625rem;
      word-break: break-word; }
      .secondLvlCss ol li:last-of-type {
        margin-bottom: 0; }
      .secondLvlCss ol li:before {
        content: counter(li) ".";
        counter-increment: li;
        position: absolute;
        color: #0076C0;
        left: -0.875rem;
        top: 0px;
        width: 1.875rem;
        font-family: "barlow";
        font-size: clamp(1.25rem, 0.60096vw + 0.96154rem, 1.5625rem);
        line-height: 1.1;
        font-weight: 300;
        display: block;
        text-align: right; }
      .secondLvlCss ol li:first-letter {
        text-transform: uppercase; }
      .secondLvlCss ol li:last-child {
        margin-bottom: 0; }
  .secondLvlCss ul {
    display: block;
    margin-bottom: 2.5rem; }
    .secondLvlCss ul:last-child {
      margin-bottom: 0; }
    .secondLvlCss ul li {
      font-size: clamp(1.1875rem, 0.12019vw + 1.12981rem, 1.25rem);
      line-height: 1.3;
      font-weight: 300;
      list-style-type: none;
      padding-left: 1.5625rem;
      position: relative;
      color: #19132C;
      margin-bottom: 0.9375rem;
      font-family: "barlow";
      -webkit-transition: font-size 0.3s ease;
      -o-transition: font-size 0.3s ease;
      -moz-transition: font-size 0.3s ease;
      transition: font-size 0.3s ease;
      word-break: break-word; }
      .secondLvlCss ul li:before {
        content: '';
        width: 0.5rem;
        height: 0.5rem;
        display: block;
        -webkit-border-radius: 0.5rem;
           -moz-border-radius: 0.5rem;
                border-radius: 0.5rem;
        background-color: #0076C0;
        position: absolute;
        left: 0.1875rem;
        top: 0.625rem; }
      .secondLvlCss ul li:first-letter {
        text-transform: uppercase; }
      .secondLvlCss ul li:last-child {
        margin-bottom: 0; }
      .secondLvlCss ul li:last-of-type {
        margin-bottom: 0; }
  .secondLvlCss img {
    width: 100%;
    height: auto;
    margin: 0 0 2.5rem;
    -webkit-border-radius: 0.625rem;
       -moz-border-radius: 0.625rem;
            border-radius: 0.625rem;
    overflow: hidden;
    display: block;
    position: relative; }
    body.pageTitle-headmaster-s-welcome .secondLvlCss img,
    body.pageTitle-welcome-to-the-senior-school .secondLvlCss img {
      padding: 0;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      background: transparent;
      width: auto !important;
      height: auto !important;
      -o-object-fit: none;
         object-fit: none; }
    .secondLvlCss img.alignLeft {
      clear: both;
      right: auto;
      width: 50%;
      height: auto;
      float: left;
      margin: 0 1.25rem 1.25rem 0;
      clear: both; }
    .secondLvlCss img.alignRight {
      clear: both;
      left: auto;
      width: 50%;
      height: auto;
      float: right;
      margin: 0 0 1.25rem 1.25rem; }
  .secondLvlCss a:not(.downloadBtn):not(.js-no-icon) {
    font-size: inherit;
    line-height: inherit;
    font-weight: 300;
    display: inline-block;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
    -o-transition: color 0.3s ease, border 0.3s ease;
    -moz-transition: color 0.3s ease, border 0.3s ease;
    transition: color 0.3s ease, border 0.3s ease;
    color: #19132C;
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    font-family: "barlow", sans-serif;
    text-decoration: underline;
    text-underline-offset: 2px;
    -webkit-text-decoration-color: #0076C0;
       -moz-text-decoration-color: #0076C0;
            text-decoration-color: #0076C0; }
    .secondLvlCss a:not(.downloadBtn):not(.js-no-icon)[href$='.pdf'], .secondLvlCss a:not(.downloadBtn):not(.js-no-icon)[target='_blank']:not([href$='.pdf']), .secondLvlCss a:not(.downloadBtn):not(.js-no-icon)[href^='mailto'], .secondLvlCss a:not(.downloadBtn):not(.js-no-icon)[href^='tel:'] {
      -moz-background-size: -moz-calc(100% - 1.45em) var(--backgroundSize);
           background-size: -webkit-calc(100% - 1.45em) var(--backgroundSize);
           background-size: calc(100% - 1.45em) var(--backgroundSize); }
      .secondLvlCss a:not(.downloadBtn):not(.js-no-icon)[href$='.pdf']::after, .secondLvlCss a:not(.downloadBtn):not(.js-no-icon)[target='_blank']:not([href$='.pdf'])::after, .secondLvlCss a:not(.downloadBtn):not(.js-no-icon)[href^='mailto']::after, .secondLvlCss a:not(.downloadBtn):not(.js-no-icon)[href^='tel:']::after {
        color: var(--color);
        font-family: 'secondlevel-icons';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        content: var(--icon);
        display: inline-block !important;
        margin-left: 0.3125rem;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s; }
    .secondLvlCss a:not(.downloadBtn):not(.js-no-icon)[target='_blank']:not([href$='.pdf']) {
      --icon: '\e901'; }
    .secondLvlCss a:not(.downloadBtn):not(.js-no-icon)[href$='.pdf'] {
      --icon: '\e900'; }
    .secondLvlCss a:not(.downloadBtn):not(.js-no-icon)[href^='mailto'] {
      --icon: '\e902'; }
    .secondLvlCss a:not(.downloadBtn):not(.js-no-icon)[href^='tel:'] {
      --icon: '\e90a'; }
      .secondLvlCss a:not(.downloadBtn):not(.js-no-icon)[href^='tel:']::after {
        font-family: 'icons-common'; }
    html.no-touch .secondLvlCss a:not(.downloadBtn):not(.js-no-icon):hover {
      color: #0076C0; }
  .secondLvlCss .embed-container {
    margin: 1.5625rem 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    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: 47.9375rem) {
  .secondLvlCss a:not(.downloadBtn) {
    word-wrap: normal;
    word-break: normal; }
  .secondLvlCss .downloadBtn:before {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    right: -1.25rem; }
  .secondLvlCss h1 {
    font-size: 2.375rem;
    line-height: 2.6875rem;
    text-align: left;
    margin: 0; }
  .secondLvlCss h6 {
    font-size: 1.25rem;
    line-height: 1.5625rem; }
  .secondLvlCss .downloadBtn {
    text-align: center;
    -webkit-border-radius: 6.25rem;
       -moz-border-radius: 6.25rem;
            border-radius: 6.25rem; }
  .secondLvlCss ol {
    font-family: "barlow";
    display: block;
    margin: 0 0 1.875rem;
    counter-reset: li; }
    .secondLvlCss ol li:before {
      top: 0; }
  .secondLvlCss img {
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
    -webkit-border-radius: 1.25rem;
       -moz-border-radius: 1.25rem;
            border-radius: 1.25rem; }
  .secondLvlCss .table-wrap {
    width: 100%;
    position: relative;
    /* &:after{
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 50px;
                height: 100%;
                background-image: linear-gradient(to right, rgba(#F4F4F4, 0), rgba(#F4F4F4, 1));
                z-index: 2;
            } */ }
    .secondLvlCss .table-wrap table {
      width: 100% !important;
      -webkit-border-top-right-radius: 0;
         -moz-border-radius-topright: 0;
              border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
         -moz-border-radius-bottomright: 0;
              border-bottom-right-radius: 0; }
    .secondLvlCss .table-wrap .no-scroll {
      width: 100%; }
      .secondLvlCss .table-wrap .no-scroll:after {
        display: none; }
    .secondLvlCss .table-wrap.responsive-table:before {
      content: '';
      width: 50px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0)), to(#f4f4f4));
      background-image: -webkit-linear-gradient(left, rgba(244, 244, 244, 0), #f4f4f4);
      background-image: -moz-linear-gradient(left, rgba(244, 244, 244, 0), #f4f4f4);
      background-image: -o-linear-gradient(left, rgba(244, 244, 244, 0), #f4f4f4);
      background-image: linear-gradient(to right, rgba(244, 244, 244, 0), #f4f4f4);
      pointer-events: none;
      z-index: 2;
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, -webkit-transform .3s ease;
      -o-transition: opacity .3s ease, -o-transform .3s ease;
      -moz-transition: opacity .3s ease, transform .3s ease, -moz-transform .3s ease;
      transition: opacity .3s ease, transform .3s ease;
      transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease; }
    .secondLvlCss .table-wrap.responsive-table:after {
      content: "";
      display: block;
      z-index: 3;
      width: 12px;
      height: 12px;
      border: 2px solid #19132C;
      border-left: 0;
      border-bottom: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
         -moz-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
           -o-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      right: 15px;
      pointer-events: none;
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, -webkit-transform .3s ease;
      -o-transition: opacity .3s ease, -o-transform .3s ease;
      -moz-transition: opacity .3s ease, transform .3s ease, -moz-transform .3s ease;
      transition: opacity .3s ease, transform .3s ease;
      transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease; }
    .secondLvlCss .table-wrap.responsive-table.hide-scroll:before {
      opacity: 0; }
    .secondLvlCss .table-wrap.responsive-table.hide-scroll:after {
      opacity: 0;
      -webkit-transform: translateX(100%) rotate(45deg);
         -moz-transform: translateX(100%) rotate(45deg);
          -ms-transform: translateX(100%) rotate(45deg);
           -o-transform: translateX(100%) rotate(45deg);
              transform: translateX(100%) rotate(45deg); }
  .secondLvlCss table {
    display: block;
    overflow-y: auto;
    overflow-x: auto; }
    html.touch .secondLvlCss table {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; } }

body.sharedTemplates hr {
  width: 100%; }

.wufoo-form-container {
  min-height: 900px; }

.main-hero {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3; }
  .main-hero .fader-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-clip-path: ellipse(158% 96% at 50% 0%);
            clip-path: ellipse(158% 96% at 50% 0%);
    height: -webkit-calc(100vh - 13rem) !important;
    height: -moz-calc(100vh - 13rem) !important;
    height: calc(100vh - 13rem) !important;
    /* transform: translate3d(0px, 0px, 0px);
        -webkit-backface-visibility: visible; */ }
    @media only screen and (max-width: 767px) {
      .main-hero .fader-wrapper {
        height: -webkit-calc(100vh - 20rem) !important;
        height: -moz-calc(100vh - 20rem) !important;
        height: calc(100vh - 20rem) !important; } }
    body:not(.noHeader) .main-hero .fader-wrapper {
      min-height: auto !important; }
    .main-hero .fader-wrapper .video-wrapper {
      height: 100%; }
      .main-hero .fader-wrapper .video-wrapper video {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .main-hero .fader-wrapper .dots-container {
      position: absolute;
      z-index: 4;
      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;
      width: 100%;
      bottom: 75px; }
      @media (min-width: 125rem) {
        .main-hero .fader-wrapper .dots-container {
          bottom: 90px; } }
      @media (min-height: 1000px) {
        .main-hero .fader-wrapper .dots-container {
          bottom: 110px; } }
      .main-hero .fader-wrapper .dots-container .slick-dots li {
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
        vertical-align: top;
        position: relative;
        cursor: pointer;
        margin-left: 0.3125rem; }
        .main-hero .fader-wrapper .dots-container .slick-dots li button {
          width: 100%;
          height: 100%;
          display: block;
          position: relative;
          border: none;
          background: transparent;
          cursor: pointer;
          font-size: 0px; }
          .main-hero .fader-wrapper .dots-container .slick-dots li button:before {
            content: '';
            width: 0.8125rem;
            height: 0.8125rem;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            background: #ffffff;
            opacity: 0.4;
            -webkit-border-radius: 50%;
               -moz-border-radius: 50%;
                    border-radius: 50%;
            pointer-events: none;
            -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; }
          html.no-touch .main-hero .fader-wrapper .dots-container .slick-dots li button:hover:before {
            opacity: 1; }
        .main-hero .fader-wrapper .dots-container .slick-dots li:first-child {
          margin: 0; }
        .main-hero .fader-wrapper .dots-container .slick-dots li.slick-active button:before {
          opacity: 1; }
  .main-hero .fader-area {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .main-hero .fader-area .slick-slide {
      height: 100%; }
    .main-hero .fader-area .slick-list,
    .main-hero .fader-area .slick-track {
      height: 100%; }
    .main-hero .fader-area .fa-item {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #19122D; }
    .main-hero .fader-area .image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .main-hero .fader-area .image .loader {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #19122D; }
      .main-hero .fader-area .image .img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -moz-background-size: cover;
             background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 30% !important;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity 0.7s ease 0.4s;
        -o-transition: opacity 0.7s ease 0.4s;
        -moz-transition: opacity 0.7s ease 0.4s;
        transition: opacity 0.7s ease 0.4s; }
        @media only screen and (max-width: 768px) {
          .main-hero .fader-area .image .img.show-desktop {
            display: none !important; } }
        @media only screen and (min-width: 769px) {
          .main-hero .fader-area .image .img.show-mobile {
            display: none !important; } }
        .main-hero .fader-area .image .img.lazyloaded {
          opacity: 1; }
          .main-hero .fader-area .image .img.lazyloaded:after {
            opacity: 0.8; }
        .main-hero .fader-area .image .img:after {
          content: '';
          width: 100%;
          height: 30%;
          display: block;
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
          background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, black 100%);
          background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, black 100%);
          background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, black 100%);
          background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
          z-index: 2;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transition: opacity 0.7s ease 0.4s;
          -o-transition: opacity 0.7s ease 0.4s;
          -moz-transition: opacity 0.7s ease 0.4s;
          transition: opacity 0.7s ease 0.4s; }
  .main-hero.title-over-image .title-area,
  body.noHeader .main-hero .title-area {
    position: absolute;
    bottom: 2.8125rem; }
    @media (max-width: 47.9375rem) {
      .main-hero.title-over-image .title-area,
      body.noHeader .main-hero .title-area {
        bottom: 0.6rem; } }
  .main-hero.title-over-image .page-title,
  body.noHeader .main-hero .page-title {
    color: #fff; }
  body.noHeader:not(.video) .main-hero .fader-wrapper {
    background: #19122D;
    min-height: 60vh !important;
    height: auto !important; }
    @media (max-width: 47.9375rem) {
      body.noHeader:not(.video) .main-hero .fader-wrapper {
        min-height: 44vh !important; } }
    body.noHeader:not(.video) .main-hero .fader-wrapper .fader-area {
      display: none; }
  body.video .main-hero .fader-wrapper {
    min-height: auto !important; }
  body.noHeader.sharedTemplates:not(.video) .main-hero .fader-wrapper,
  body.noHeader.pageTitle-junior-school-and-nursery .main-hero .fader-wrapper,
  body.noHeader.pageTitle-senior-and-sixth-form .main-hero .fader-wrapper,
  body.noHeader.pageTitle-senior-and-sixth-form .main-hero .fader-wrapper {
    min-height: 185px !important;
    -webkit-clip-path: ellipse(85% 96% at 50% 0%);
            clip-path: ellipse(85% 96% at 50% 0%); }
    @media (min-width: 2000px) {
      body.noHeader.sharedTemplates:not(.video) .main-hero .fader-wrapper,
      body.noHeader.pageTitle-junior-school-and-nursery .main-hero .fader-wrapper,
      body.noHeader.pageTitle-senior-and-sixth-form .main-hero .fader-wrapper,
      body.noHeader.pageTitle-senior-and-sixth-form .main-hero .fader-wrapper {
        height: 240px !important; } }

.title-area {
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none; }
  .title-area .title-area-inner .page-title {
    font-family: "Spectral";
    color: #19132C;
    font-size: clamp(2.25rem, 3.36538vw + 0.63462rem, 4rem);
    font-weight: 300;
    line-height: 1;
    z-index: 2;
    margin-bottom: 1.875rem;
    text-transform: capitalize; }
    body.calendar .title-area .title-area-inner .page-title,
    body.contact .title-area .title-area-inner .page-title {
      text-align: center;
      padding-top: 1.875rem; }
    @media (max-width: 767px) {
      .title-area .title-area-inner .page-title {
        margin-bottom: 1.875rem; } }
    .title-area .title-area-inner .page-title span span {
      display: block; }

.breadcrumbs {
  width: 100%;
  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;
  text-align: left;
  position: relative;
  pointer-events: all;
  padding-bottom: 0.9375rem; }
  @media (max-width: 47.9375rem) {
    .breadcrumbs {
      margin-bottom: 0.3125rem; } }
  .breadcrumbs .item {
    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;
    color: var(--sl-theme-color);
    font-size: clamp(1rem, 0.24038vw + 0.88462rem, 1.125rem);
    letter-spacing: 1.61px;
    line-height: 1.2; }
    .breadcrumbs .item:before {
      content: "|";
      font-size: clamp(1.125rem, 0.60096vw + 0.83654rem, 1.4375rem);
      line-height: 1.2;
      display: inline-block;
      margin-left: 0.625rem; }
    .breadcrumbs .item:first-child:before {
      display: none; }
    .breadcrumbs .item:first-child a {
      margin: 0; }
  .breadcrumbs a {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-left: 0.625rem;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: underline; }
    html.no-touch .breadcrumbs a:hover {
      text-decoration: underline;
      text-underline-offset: 1px;
      text-decoration-thickness: 1px; }
  .breadcrumbs .br-current-page {
    display: inline-block;
    margin-left: 0.625rem;
    color: inherit; }
  .title-over-image .breadcrumbs .item {
    color: #fff; }

.accordion-container {
  width: 100%;
  display: block;
  margin-bottom: 0.625rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border-bottom: 0.0625rem solid #19122D; }
  .accordion-container:last-child {
    margin-bottom: 1.875rem; }
  .accordion-container .ctrl {
    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;
    position: absolute;
    z-index: 2;
    right: 0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
    .accordion-container .ctrl span {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: -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;
      position: relative;
      top: -3px; }
      .accordion-container .ctrl span:before {
        font-size: 18px;
        content: url("data:image/svg+xml,%3Csvg id='_' data-name='+' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cline id='Line_591' data-name='Line 591' y2='12' transform='translate(6)' fill='none' stroke='%2319122d' stroke-width='1'/%3E%3Cline id='Line_592' data-name='Line 592' y2='12' transform='translate(12 6) rotate(90)' fill='none' stroke='%2319122d' stroke-width='1'/%3E%3C/svg%3E%0A"); }
  .accordion-container .accordion-link {
    font-family: 'spectral', sans-serif;
    width: 100%;
    display: block;
    font-size: clamp(1.25rem, 0.36058vw + 1.07692rem, 1.4375rem);
    line-height: 1.1;
    font-weight: 300;
    color: #19122D;
    padding: 0.625rem 4.375rem 0.625rem 0.125rem;
    position: relative;
    cursor: pointer;
    z-index: 1; }
    .accordion-container .accordion-link .txt {
      position: relative;
      z-index: 2; }
      .accordion-container .accordion-link .txt::first-letter {
        text-transform: uppercase; }
  .accordion-container .accordion-dropdown {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative; }
    .accordion-container .accordion-dropdown .dropdown-inner {
      font-family: "barlow";
      display: none;
      font-size: 1.375rem;
      font-weight: 200;
      line-height: 1.875rem;
      color: #19122D;
      z-index: 2;
      padding: 0rem 0rem 1.875rem;
      border-top: none;
      word-break: break-word; }
      .accordion-container .accordion-dropdown .dropdown-inner h3 {
        margin-top: 2.5rem;
        padding-bottom: 0; }
      .accordion-container .accordion-dropdown .dropdown-inner p:last-child {
        margin-bottom: 0; }
      .accordion-container .accordion-dropdown .dropdown-inner ul {
        padding-bottom: 0 !important; }
      .accordion-container .accordion-dropdown .dropdown-inner P {
        margin-top: 0 !important; }
  html.no-touch .accordion-container:hover {
    background-color: #ffffff; }
    html.no-touch .accordion-container:hover .accordion-link {
      color: #0076C0; }
    html.no-touch .accordion-container:hover .ctrl span:before {
      content: url("data:image/svg+xml,%3Csvg id='_' data-name='+' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cline id='Line_591' data-name='Line 591' y2='12' transform='translate(6)' fill='none' stroke='%230076C0' stroke-width='1'/%3E%3Cline id='Line_592' data-name='Line 592' y2='12' transform='translate(12 6) rotate(90)' fill='none' stroke='%230076C0' stroke-width='1'/%3E%3C/svg%3E%0A"); }
  .accordion-container.active .accordion-link {
    color: #19122D; }
  .accordion-container.active .ctrl span {
    top: -7px; }
    .accordion-container.active .ctrl span:before {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='1' viewBox='0 0 12 1'%3E%3Cg id='_' data-name='+' transform='translate(0 0.5)'%3E%3Cline id='Line_592' data-name='Line 592' y2='12' transform='translate(12 0) rotate(90)' fill='none' stroke='%2319122d' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A"); }
  html.no-touch .accordion-container.active:hover .ctrl span:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='1' viewBox='0 0 12 1'%3E%3Cg id='_' data-name='+' transform='translate(0 0.5)'%3E%3Cline id='Line_592' data-name='Line 592' y2='12' transform='translate(12 0) rotate(90)' fill='none' stroke='%230076C0' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A"); }

.faqs-container {
  margin-top: 1.25rem;
  margin-bottom: 3.125rem !important; }
  .faqs-container ol {
    padding-bottom: 0.9375rem;
    padding-left: 0.1875rem; }
  .faqs-container ul {
    margin-bottom: 0.9375rem !important; }

.menu-levels {
  font-family: "barlow";
  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: 1.875rem;
    height: 1.875rem;
    position: absolute;
    right: -0.3125rem;
    top: -0.0625rem;
    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: 0.625rem;
      height: 0.625rem;
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -0.3125rem;
      left: 50%;
      margin-left: -0.3125rem; }
      .menu-levels .open-level i:after {
        content: '';
        display: block;
        position: absolute;
        width: 0.625rem;
        height: 0.625rem;
        display: block;
        position: absolute;
        border-left: 2px solid #19132C;
        border-bottom: 2px solid #19132C;
        -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; }
  .menu-levels .item {
    position: relative;
    margin-bottom: 0.625rem; }
    .menu-levels .item:last-child {
      margin: 0; }
    html.no-touch .menu-levels .item.has-open-child .link-container:hover .link {
      -webkit-text-decoration-color: #00ACE9;
         -moz-text-decoration-color: #00ACE9;
              text-decoration-color: #00ACE9;
      text-decoration: underline; }
  .menu-levels .link-container {
    width: 100%;
    display: block;
    position: relative;
    padding-right: 1.25rem; }
    .menu-levels .link-container a[href*="junior-school"].current {
      -webkit-text-decoration-color: #61B234 !important;
         -moz-text-decoration-color: #61B234 !important;
              text-decoration-color: #61B234 !important; }
    html.no-touch .menu-levels .link-container a[href*="junior-school"]:hover {
      -webkit-text-decoration-color: #61B234 !important;
         -moz-text-decoration-color: #61B234 !important;
              text-decoration-color: #61B234 !important; }
    .menu-levels .link-container a[href*="senior-school"].current {
      -webkit-text-decoration-color: #0076C0 !important;
         -moz-text-decoration-color: #0076C0 !important;
              text-decoration-color: #0076C0 !important; }
    html.no-touch .menu-levels .link-container a[href*="senior-school"]:hover {
      -webkit-text-decoration-color: #0076C0 !important;
         -moz-text-decoration-color: #0076C0 !important;
              text-decoration-color: #0076C0 !important; }
  .menu-levels .link {
    font-size: 1.375rem;
    font-weight: 400;
    display: block;
    line-height: 1.3;
    position: relative;
    color: #19132C;
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: color 0.3s ease, -o-transform 0.3s ease;
    -moz-transition: color 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
    direction: ltr; }
    .menu-levels .link.current {
      text-decoration: underline;
      text-underline-offset: 2px;
      text-decoration-thickness: 1px; }
    html.no-touch .menu-levels .link:hover {
      text-decoration: underline;
      text-underline-offset: 2px;
      text-decoration-thickness: 1px; }
  .menu-levels .dropdown {
    width: 100%;
    margin-top: 0.625rem;
    padding-left: 0.9375rem;
    position: relative; }
    .menu-levels .dropdown .link {
      font-size: 1.1875rem;
      font-weight: 200;
      line-height: 1.25rem; }
      html.no-touch .menu-levels .dropdown .link:hover {
        -webkit-text-decoration-color: #00ACE9 !important;
           -moz-text-decoration-color: #00ACE9 !important;
                text-decoration-color: #00ACE9 !important;
        text-decoration: underline; }
  .menu-levels .item.active i:after {
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg); }

.cpo-fixed-menu {
  width: 100%;
  max-width: 15.375rem;
  position: fixed;
  left: 0.9375rem;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  display: block;
  pointer-events: all;
  z-index: 28;
  -webkit-box-shadow: 0rem 0.375rem 1.25rem rgba(0, 0, 0, 0.18);
     -moz-box-shadow: 0rem 0.375rem 1.25rem rgba(0, 0, 0, 0.18);
          box-shadow: 0rem 0.375rem 1.25rem rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 0.9375rem 0.9375rem 0 0;
     -moz-border-radius: 0.9375rem 0.9375rem 0 0;
          border-radius: 0.9375rem 0.9375rem 0 0; }
  @media only screen and (max-width: 768px) {
    .cpo-fixed-menu {
      display: none; } }
  .cpo-fixed-menu.js-visible {
    opacity: 1;
    visibility: visible; }
  .cpo-fixed-menu.js-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important; }
  .sidebar-layout .cpo-fixed-menu {
    z-index: -99999; }
  .cpo-fixed-menu .fm-current-page {
    font-family: "barlow";
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #19122D;
    color: #ffffff;
    min-height: 3.75rem;
    -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: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.3125rem 1.25rem;
    -webkit-transition: background 0.5s ease, color 0.5s ease;
    -o-transition: background 0.5s ease, color 0.5s ease;
    -moz-transition: background 0.5s ease, color 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease;
    border-left: none;
    cursor: pointer; }
    .cpo-fixed-menu .fm-current-page .more {
      font-family: "barlow";
      font-size: 1rem;
      font-weight: 200;
      line-height: 1.2; }
    .cpo-fixed-menu .fm-current-page .txt {
      width: 100%;
      display: block;
      display: block;
      position: relative;
      font-family: "spectral";
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.2; }
      .cpo-fixed-menu .fm-current-page .txt .arrow {
        content: '';
        width: 16px;
        height: 18px;
        display: block;
        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%);
        margin-top: -0.625rem;
        -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; }
        .cpo-fixed-menu .fm-current-page .txt .arrow:before {
          content: "";
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.5' height='19.384' viewBox='0 0 17.5 19.384'%3E%3Cg id='Small_arrow' data-name='Small arrow' transform='translate(0.707 18.884) rotate(-90)'%3E%3Cg id='Arrow'%3E%3Cpath id='Icon_akar-arrow-down' data-name='Icon akar-arrow-down' d='M15.543,24.384V6M7.5,16.341l8.043,8.043,8.043-8.043' transform='translate(-6 23.586) rotate(-90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
          -moz-background-size: cover;
               background-size: cover;
          background-repeat: no-repeat;
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          -webkit-transform: rotate(0deg);
             -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
               -o-transform: rotate(0deg);
                  transform: rotate(0deg);
          -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: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.5s ease; }
  .cpo-fixed-menu .menu-levels {
    opacity: 0;
    visibility: hidden;
    padding: 1.25rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease; }
  .cpo-fixed-menu .fm-wrapper {
    display: none;
    max-height: 34.375rem;
    overflow: auto;
    direction: rtl;
    background: #ffffff; }
    .cpo-fixed-menu .fm-wrapper::-webkit-scrollbar {
      width: 0.1875rem; }
      .cpo-fixed-menu .fm-wrapper::-webkit-scrollbar-track {
        background: #000; }
      .cpo-fixed-menu .fm-wrapper::-webkit-scrollbar-thumb {
        background-color: #000; }
      .cpo-fixed-menu .fm-wrapper::-webkit-scrollbar-button:start:increment {
        height: 20%;
        display: block;
        background: transparent; }
      .cpo-fixed-menu .fm-wrapper::-webkit-scrollbar-button:end:increment {
        height: 20%;
        display: block;
        background: transparent; }
  .cpo-fixed-menu.js-visible.opened .fm-current-page {
    background: #19122D; }
    .cpo-fixed-menu.js-visible.opened .fm-current-page::before {
      background: #ffffff; }
    .cpo-fixed-menu.js-visible.opened .fm-current-page .txt .arrow::before {
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
  .cpo-fixed-menu.js-visible.opened .menu-levels {
    opacity: 1;
    visibility: visible; }

.featured-paragraph .widget-holder, .featured-paragraph .ckEditorLayout {
  margin: 0 auto; }

.featured-paragraph p {
  font-size: clamp(1.125rem, 0.84135vw + 0.72115rem, 1.5625rem);
  color: #28427C;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1.875rem; }

.content > .featured-paragraph p {
  margin-bottom: 2.5rem; }

@media (max-width: 47.9375rem) {
  .featured-paragraph p {
    margin-top: 0; } }

.stories-carousel.in-content {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 2.5rem; }
  @media only screen and (min-width: 1131px) {
    .stories-carousel.in-content {
      min-width: 58.4375rem;
      position: relative !important;
      left: 50% !important;
      -webkit-transform: translateX(-50%) !important;
         -moz-transform: translateX(-50%) !important;
          -ms-transform: translateX(-50%) !important;
           -o-transform: translateX(-50%) !important;
              transform: translateX(-50%) !important;
      width: 100vw !important; }
      .stories-carousel.in-content > .secondLvlCss {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
        text-align: center; }
      .stories-carousel.in-content .crsl-inner {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important; }
      .stories-carousel.in-content .controller-js {
        left: 50% !important;
        -webkit-transform: translateX(-50%) !important;
           -moz-transform: translateX(-50%) !important;
            -ms-transform: translateX(-50%) !important;
             -o-transform: translateX(-50%) !important;
                transform: translateX(-50%) !important;
        width: 100% !important;
        padding: 0 2.1875rem !important; } }
  .stories-carousel.in-content::before, .stories-carousel.in-content::after {
    display: none !important; }
  .stories-carousel.in-content:last-child {
    padding-bottom: 0; }

.stories-carousel::before {
  content: "";
  background-color: #F4F4F4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 0;
  pointer-events: none; }

.stories-carousel::after {
  content: "";
  background-color: #F4F4F4;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: 0;
  pointer-events: none; }

.stories-carousel .carousel-widget {
  z-index: 1; }
  .stories-carousel .carousel-widget .crsl-inner {
    padding: 0.9375rem 0 2.1875rem 0; }

.stories-carousel .slick-slide {
  width: 100%; }
  .stories-carousel .slick-slide > div {
    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;
    width: 100%;
    padding: 0 clamp(0.625rem, 1.11607vw + 0.40179rem, 0.9375rem) 0; }
  .stories-carousel .slick-slide > div > div {
    /* padding: 0 rems(30px) 0 0; */
    max-width: 100%; }
    @media (max-width: 47.9375rem) {
      .stories-carousel .slick-slide > div > div {
        max-width: 100%; } }

.stories-carousel.global-widget {
  margin: -5rem 0 0;
  padding: 0 0 3.125rem 0; }
  .stories-carousel.global-widget .title {
    margin-top: 0;
    margin-bottom: 0; }
  .stories-carousel.global-widget .top-placed {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .stories-carousel.global-widget .carousel-widget .controller-wrapper.over-crsl {
    display: none; }
  .stories-carousel.global-widget .controller-wrapper:not(.over-crsl):not(.top-placed) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .stories-carousel.global-widget .controller-wrapper:not(.over-crsl):not(.top-placed) .controller-js {
      display: block;
      position: absolute;
      right: 1.875rem; }
  .stories-carousel.global-widget .story-card .story-card-content {
    direction: ltr; }
  @media (max-width: 47.9375rem) {
    .stories-carousel.global-widget {
      padding: 1.875rem 0 1.875rem 1.25rem; }
      .stories-carousel.global-widget .controller-wrapper:not(.top-placed) {
        padding-right: 1.25rem; } }

.stories-carousel-content-layout .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.stories-carousel-content-layout .slick-slide {
  width: 20.625rem;
  height: auto; }
  .stories-carousel-content-layout .slick-slide .story-card-inner {
    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;
    height: 100%; }
    .stories-carousel-content-layout .slick-slide .story-card-inner .story-card-content {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .stories-carousel-content-layout .slick-slide .story-card-inner .story-card-content .scc-inner {
        height: 100%; }
      .stories-carousel-content-layout .slick-slide .story-card-inner .story-card-content .scc--inner-date {
        margin-top: auto; }
  @media (max-width: 47.9375rem) {
    .stories-carousel-content-layout .slick-slide {
      width: 18.125rem; } }
  .stories-carousel-content-layout .slick-slide > div {
    width: 100%;
    height: 100%;
    padding: 0; }
  .stories-carousel-content-layout .slick-slide > div > div {
    /* padding: rems(30px) rems(40px) rems(30px) 0; */
    padding: 0rem 1.875rem 0rem 0;
    height: 100%; }
    @media (max-width: 47.9375rem) {
      .stories-carousel-content-layout .slick-slide > div > div {
        padding: 0 1.875rem; } }

.stories-carousel-content-layout.align-to-left .slick-slide > div > div {
  /* padding: rems(30px) 0 rems(30px) rems(40px); */
  padding: 0rem 0rem 0rem 1.875rem; }
  @media (max-width: 47.9375rem) {
    .stories-carousel-content-layout.align-to-left .slick-slide > div > div {
      padding: 0 1.875rem; } }

.stories-grid {
  margin-bottom: 1.875rem; }
  @media (min-width: 125rem) {
    .stories-grid {
      width: 60vw;
      left: -webkit-calc(0px - -webkit-calc(60vw - 1020px) / 2);
      left: -moz-calc(0px - -moz-calc(60vw - 1020px) / 2);
      left: calc(0px - calc(60vw - 1020px) / 2); } }
  .stories-grid .controller-wrapper {
    margin-top: 1.25rem;
    text-align: center; }
  @media (min-width: 2000px) {
    .stories-grid .grid-widget {
      width: -webkit-calc(100% - 400px);
      width: -moz-calc(100% - 400px);
      width: calc(100% - 400px);
      margin: 0 auto; } }

.events-fader {
  margin-bottom: 3.75rem;
  max-height: 80vh;
  overflow: hidden; }
  .events-fader .controller-js {
    margin-bottom: 0;
    width: 60px;
    height: 144px;
    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: 72px;
    top: 50%;
    margin-top: -72px; }
    .events-fader .controller-js .crsl-ctrl {
      margin: 0; }
      @media (min-width: 768px) {
        .events-fader .controller-js .crsl-ctrl {
          border-color: #ffffff; } }
      @media (min-width: 768px) {
        .events-fader .controller-js .crsl-ctrl i::before {
          content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.147' height='15.543' viewBox='0 0 17.147 15.543'%3E%3Cpath id='Icon_akar-arrow-down' data-name='Icon akar-arrow-down' d='M14.564,22.147V6M7.5,15.083l7.064,7.064,7.064-7.064' transform='translate(-5.5 22.336) rotate(-90)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A"); } }
      .events-fader .controller-js .crsl-ctrl:last-child {
        margin-bottom: 1.25rem; }
  .events-fader .bf-dots {
    z-index: 2;
    position: absolute;
    bottom: 1.875rem;
    left: 0;
    width: 100%;
    padding: 0 1.25rem; }
    .events-fader .bf-dots .slick-dots {
      text-align: center; }
      .events-fader .bf-dots .slick-dots .dots-button:before {
        background: #fff; }
    @media (max-width: 47.9375rem) {
      .events-fader .bf-dots {
        display: none; } }
  .events-fader .slick-slide {
    width: 100vw; }
  @media (max-width: 47.9375rem) {
    .events-fader {
      overflow: visible;
      width: -webkit-calc(100vw - 30px) !important;
      width: -moz-calc(100vw - 30px) !important;
      width: calc(100vw - 30px) !important;
      margin-left: auto !important;
      left: -0.9375rem !important;
      margin-bottom: 5.3125rem; }
      .events-fader .controller-js {
        margin-top: 1.25rem;
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        display: block;
        height: auto; }
        .events-fader .controller-js .prev {
          float: left; }
        .events-fader .controller-js .next {
          float: right; }
      .events-fader .slick-slide {
        width: -webkit-calc(100vw - 30px);
        width: -moz-calc(100vw - 30px);
        width: calc(100vw - 30px); } }

.content-events-list {
  margin-bottom: 2.5rem; }
  .content-events-list .btn-holder {
    margin-top: 1.25rem;
    text-align: center; }

.events-carousel {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .events-carousel .title {
    margin: 0; }
  .events-carousel .carousel-widget,
  .events-carousel .controller-wrapper {
    z-index: 2;
    position: relative; }
  .events-carousel > .carousel-widget {
    padding: 2.1875rem 0; }
  .events-carousel .slick-slide {
    width: 18.875rem;
    padding: 0 1.25rem 0 0; }
    @media (max-width: 825px) {
      .events-carousel .slick-slide {
        width: 17.5rem; } }
    .events-carousel .slick-slide > div {
      width: 100%;
      height: 100%; }
    .events-carousel .slick-slide > div > div {
      height: 100%;
      max-width: none; }
  .events-carousel .controller-wrapper:not(.over-crsl).top-placed {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -0.75rem;
    margin-top: 1.875rem; }
    @media (max-width: 47.9375rem) {
      .events-carousel .controller-wrapper:not(.over-crsl).top-placed {
        margin-bottom: 1.75rem; } }
  @media (max-width: 1180px) {
    .events-carousel .controller-wrapper:not(.over-crsl).top-placed .secondLvlCss {
      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 wrap;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }

.events-carousel-content-layout .slick-slide {
  width: 20.625rem; }
  .events-carousel-content-layout .slick-slide > div {
    width: 100%;
    height: 100%; }
  .events-carousel-content-layout .slick-slide > div > div {
    padding: 0rem 1.875rem 0rem 0;
    height: 100%; }
    @media (max-width: 47.9375rem) {
      .events-carousel-content-layout .slick-slide > div > div {
        padding: 0 1.875rem; } }

.events-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 0rem 0rem 0rem 1.875rem; }
  @media (max-width: 47.9375rem) {
    .events-carousel-content-layout.align-to-left .slick-slide > div > div {
      padding: 0 1.875rem; } }

@media (max-width: 47.9375rem) {
  .events-carousel {
    padding-top: 0; } }

.events-carousel .controller-wrapper {
  padding-bottom: 2.5rem; }
  @media (max-width: 47.9375rem) {
    .events-carousel .controller-wrapper {
      padding-top: 0 !important; } }
  .events-carousel .controller-wrapper .secondLvlCss {
    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; }
    .events-carousel .controller-wrapper .secondLvlCss .title {
      padding-bottom: 0; }
      @media (max-width: 47.9375rem) {
        .events-carousel .controller-wrapper .secondLvlCss .title {
          padding-top: 0; } }
  @media (max-width: 47.9375rem) {
    .events-carousel .controller-wrapper {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-top: 0;
      padding-bottom: 0; } }

body.secondLvl.pageTitle-nursery-reception-entry .carousel-widget-wrapper.fwl-left-to-end.events-carousel, body.secondLvl.pageTitle-nursery-reception-entry .carousel-widget-wrapper.events-carousel.ckEditorLayout-left-to-end {
  padding-top: 0; }
  body.secondLvl.pageTitle-nursery-reception-entry .carousel-widget-wrapper.fwl-left-to-end.events-carousel .controller-wrapper.top-placed, body.secondLvl.pageTitle-nursery-reception-entry .carousel-widget-wrapper.events-carousel.ckEditorLayout-left-to-end .controller-wrapper.top-placed {
    margin-top: 0; }

.sidebar-box {
  width: 100%;
  display: block;
  border-bottom: 0.0625rem solid rgba(152, 170, 207, 0.3);
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem; }
  .sidebar-box:last-child {
    margin: 0;
    padding: 0; }

.sidebar-title {
  margin-bottom: 1.5625rem;
  z-index: 2;
  position: relative; }

@media only screen and (min-width: 1131px) {
  .promos-carousel {
    min-width: 58.6875rem; } }

.promos-carousel .slick-slide {
  width: 19.5625rem; }
  @media (max-width: 825px) {
    .promos-carousel .slick-slide {
      width: 17.5rem; } }
  .promos-carousel .slick-slide .promo-card .card-inner:before {
    left: 0.9375rem; }
  .promos-carousel .slick-slide > div > div {
    padding: 0 2rem 0 2rem; }
    @media (max-width: 825px) {
      .promos-carousel .slick-slide > div > div {
        padding-right: 1.25rem; } }

.promos-grid {
  margin-bottom: 0; }

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

.promos-carousel-content-layout .slick-slide {
  width: 16.25rem; }
  .promos-carousel-content-layout .slick-slide > div {
    width: 100%;
    height: 100%; }
  .promos-carousel-content-layout .slick-slide > div > div {
    padding: 1.875rem 2.5rem 1.875rem 0;
    height: 100%; }
    @media (max-width: 47.9375rem) {
      .promos-carousel-content-layout .slick-slide > div > div {
        padding: 0.9375rem 0.9375rem 1.875rem; } }

.promos-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 1.875rem 0 1.875rem 2.5rem; }
  @media (max-width: 47.9375rem) {
    .promos-carousel-content-layout.align-to-left .slick-slide > div > div {
      padding: 0.9375rem 0.9375rem; } }

.stats-carousel {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem; }
  .stats-carousel .slick-track {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .stats-carousel .slick-slide {
    width: 19.5625rem;
    min-height: 16.25rem;
    margin-bottom: 0.625rem; }
    @media (max-width: 825px) {
      .stats-carousel .slick-slide {
        width: 17.5rem; } }
    .stats-carousel .slick-slide > div {
      width: 100%;
      height: 100%; }
    .stats-carousel .slick-slide > div > div {
      padding: 0 4.0625rem 0 0;
      height: 100%; }
      @media (max-width: 825px) {
        .stats-carousel .slick-slide > div > div {
          padding-right: 1.25rem; } }

.stats-carousel-content-layout .slick-slide {
  width: 16.25rem;
  min-height: 17.5rem; }
  @media (max-width: 47.9375rem) {
    .stats-carousel-content-layout .slick-slide {
      width: 18.125rem; } }
  .stats-carousel-content-layout .slick-slide > div {
    width: 100%;
    height: 100%; }
  .stats-carousel-content-layout .slick-slide > div > div {
    padding: 1.875rem 2.5rem 1.875rem 0;
    height: 100%; }
    @media (max-width: 47.9375rem) {
      .stats-carousel-content-layout .slick-slide > div > div {
        padding: 0 1.875rem; } }

.stats-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 1.875rem 0 1.875rem 2.5rem; }
  @media (max-width: 47.9375rem) {
    .stats-carousel-content-layout.align-to-left .slick-slide > div > div {
      padding: 0 1.875rem; } }

.stats-grid {
  margin-bottom: 1.875rem; }
  @media (min-width: 125rem) {
    .stats-grid {
      width: 60vw;
      left: -webkit-calc(0px - -webkit-calc(60vw - 1020px) / 2);
      left: -moz-calc(0px - -moz-calc(60vw - 1020px) / 2);
      left: calc(0px - calc(60vw - 1020px) / 2); } }
  .stats-grid .card-inner {
    padding: 3.25rem 1.25rem; }

.custom--stats-list .card-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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-border-radius: 1.25rem;
     -moz-border-radius: 1.25rem;
          border-radius: 1.25rem;
  padding: 1.875rem; }
  @media (max-width: 700px) {
    .custom--stats-list .card-inner {
      -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;
      padding: 1.5625rem; } }
  .custom--stats-list .card-inner .stat-cards--content {
    padding-left: 2.1875rem; }
    @media (max-width: 700px) {
      .custom--stats-list .card-inner .stat-cards--content {
        padding-left: 0;
        text-align: center; } }
    .custom--stats-list .card-inner .stat-cards--content .stat-title {
      font-size: 1.8125rem;
      font-weight: 300;
      line-height: 1.2;
      color: #FFFFFF;
      margin-bottom: 0.3125rem; }
    .custom--stats-list .card-inner .stat-cards--content .stat-description {
      text-align: left;
      font-size: 1.375rem;
      font-weight: 200;
      line-height: 1.2;
      color: #FFFFFF;
      padding: 0; }
      @media (max-width: 700px) {
        .custom--stats-list .card-inner .stat-cards--content .stat-description {
          text-align: center; } }
      .custom--stats-list .card-inner .stat-cards--content .stat-description::after {
        display: none; }

.custom--stats-list .stat-card {
  padding: 0.625rem 0; }
  .custom--stats-list .stat-card .stat-image {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: 0; }
    @media (max-width: 700px) {
      .custom--stats-list .stat-card .stat-image {
        margin-bottom: 1.25rem; } }
    .custom--stats-list .stat-card .stat-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .custom--stats-list .stat-card .stat-head {
    font-size: 2.5rem;
    margin: 0;
    line-height: normal; }

.staff-grid {
  margin-bottom: 1.875rem; }
  @media (min-width: 125rem) {
    .staff-grid {
      width: 60vw;
      left: -webkit-calc(0px - -webkit-calc(60vw - 1020px) / 2);
      left: -moz-calc(0px - -moz-calc(60vw - 1020px) / 2);
      left: calc(0px - calc(60vw - 1020px) / 2); } }
  .staff-grid .staff-card-image {
    padding-top: 114% !important; }
  .staff-grid .staff-card {
    padding: 0 !important;
    margin: 0.625rem;
    margin-bottom: 1.25rem;
    width: -webkit-calc(100% - 20px) !important;
    width: -moz-calc(100% - 20px) !important;
    width: calc(100% - 20px) !important; }

.staff-carousel-content-layout .slick-slide {
  width: 20.625rem; }
  @media (max-width: 47.9375rem) {
    .staff-carousel-content-layout .slick-slide {
      width: 18.125rem; } }
  .staff-carousel-content-layout .slick-slide > div {
    width: 100%;
    height: 100%;
    padding: 0; }
  .staff-carousel-content-layout .slick-slide > div > div {
    /* padding: rems(30px) rems(40px) rems(30px) 0; */
    padding: 0rem 1.875rem 0rem 0;
    height: 100%; }
    @media (max-width: 47.9375rem) {
      .staff-carousel-content-layout .slick-slide > div > div {
        padding: 0 1.875rem; } }

.staff-carousel-content-layout.align-to-left .slick-slide > div > div {
  /* padding: rems(30px) 0 rems(30px) rems(40px); */
  padding: 0rem 0rem 0rem 1.875rem; }
  @media (max-width: 47.9375rem) {
    .staff-carousel-content-layout.align-to-left .slick-slide > div > div {
      padding: 0 1.875rem; } }

.staff-carousel {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .staff-carousel .slick-slide {
    width: 18.875rem; }
    @media (max-width: 1024px) {
      .staff-carousel .slick-slide {
        width: 16.25rem; } }
    @media (max-width: 825px) {
      .staff-carousel .slick-slide {
        width: 15rem; } }
    .staff-carousel .slick-slide .staff-card {
      max-width: none; }
    .staff-carousel .slick-slide > div {
      width: 100%;
      height: 100%;
      padding: 0 1.25rem 0 0; }
    .staff-carousel .slick-slide > div > div {
      height: 100%; }
      @media (max-width: 47.9375rem) {
        .staff-carousel .slick-slide > div > div {
          padding-bottom: 8px; } }

.cards-grid {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem; }
  @media (min-width: 125rem) {
    .cards-grid {
      width: 60vw;
      left: -webkit-calc(0px - -webkit-calc(60vw - 1020px) / 2);
      left: -moz-calc(0px - -moz-calc(60vw - 1020px) / 2);
      left: calc(0px - calc(60vw - 1020px) / 2); } }
  .cards-grid .grid-split-js {
    min-width: 0; }
  .cards-grid .cards-card-content .ccc-inner .description {
    height: auto; }

.cards-carousel {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media (max-width: 47.9375rem) {
    .cards-carousel {
      margin-bottom: 3.75rem !important;
      margin-top: 1.875rem; } }
  .cards-carousel .slick-track {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    padding-bottom: 10px; }
  .cards-carousel .slick-slide {
    width: -webkit-calc(55.8125rem / 3);
    width: -moz-calc(55.8125rem / 3);
    width: calc(55.8125rem / 3);
    min-height: 100%;
    margin-bottom: 0.625rem; }
    @media (max-width: 825px) {
      .cards-carousel .slick-slide {
        width: 17.5rem; } }
    .cards-carousel .slick-slide .js-cardPopup {
      max-width: none; }
    .cards-carousel .slick-slide > div {
      width: 100%;
      height: 100%;
      padding: 0 1.5625rem 0 0; }
      @media (max-width: 825px) {
        .cards-carousel .slick-slide > div {
          padding-right: 1.25rem; } }
    .cards-carousel .slick-slide > div > div {
      height: 100%; }

.cards-carousel-content-layout .slick-slide {
  width: 20.625rem; }
  @media (max-width: 47.9375rem) {
    .cards-carousel-content-layout .slick-slide {
      width: 18.125rem; } }
  .cards-carousel-content-layout .slick-slide > div {
    width: 100%;
    height: 100%;
    padding: 0rem 1.875rem 0rem 0; }
    @media (max-width: 47.9375rem) {
      .cards-carousel-content-layout .slick-slide > div {
        padding: 0.9375rem 0.9375rem 1.875rem; } }
  .cards-carousel-content-layout .slick-slide > div > div {
    height: 100%; }
    @media (max-width: 47.9375rem) {
      .cards-carousel-content-layout .slick-slide > div > div {
        padding: 0 1.875rem; } }

.cards-carousel-content-layout.align-to-left .slick-slide > div {
  padding: 1.875rem 0 1.875rem 2.5rem; }
  @media (max-width: 47.9375rem) {
    .cards-carousel-content-layout.align-to-left .slick-slide > div {
      padding: 0.9375rem 0.9375rem; } }

@media (max-width: 47.9375rem) {
  .cards-carousel-content-layout.align-to-left .slick-slide > div > div {
    padding: 0 1.875rem; } }

.portals-grid {
  margin-bottom: 1.875rem; }
  .portals-grid .grid-widget .portal-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--basis, 20%);
       -moz-box-flex: 0;
        -ms-flex: 0 0 var(--basis, 20%);
            flex: 0 0 var(--basis, 20%); }
    @media (max-width: 767px) {
      .portals-grid .grid-widget .portal-icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    .portals-grid .grid-widget .portal-icon .portals-icon-inner {
      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;
      aspect-ratio: 1 / 1;
      padding-top: 0;
      padding: 0; }
      .portals-grid .grid-widget .portal-icon .portals-icon-inner .image {
        position: relative;
        left: auto;
        top: auto; }
        @media (max-width: 47.9375rem) {
          .portals-grid .grid-widget .portal-icon .portals-icon-inner .image {
            left: 0;
            margin: 0 auto;
            width: 4.375rem;
            height: 4.375rem; } }
      @media (max-width: 47.9375rem) {
        .portals-grid .grid-widget .portal-icon .portals-icon-inner .txt {
          width: auto; } }

.portals-carousel {
  margin-bottom: 1.875rem; }
  .portals-carousel .slick-track {
    left: 0.5rem; }
  .portals-carousel .slick-slide {
    width: 12.8125rem; }
    @media (max-width: 2299px) {
      .portals-carousel .slick-slide {
        width: 13.75rem; } }
    @media (max-width: 1999px) {
      .portals-carousel .slick-slide {
        width: 10rem; } }
    @media (max-width: 1024px) {
      .portals-carousel .slick-slide {
        width: 16.25rem; } }
    @media (max-width: 825px) {
      .portals-carousel .slick-slide {
        width: 14.375rem; } }
    .portals-carousel .slick-slide > div > div {
      padding: 0 1.125rem 0 0; }

.portals-carousel-content-layout .slick-slide {
  width: 16.25rem; }
  .portals-carousel-content-layout .slick-slide > div {
    width: 100%;
    height: 100%; }
  .portals-carousel-content-layout .slick-slide > div > div {
    padding: 1.875rem 2.5rem 1.875rem 0;
    height: 100%; }
    @media (max-width: 47.9375rem) {
      .portals-carousel-content-layout .slick-slide > div > div {
        padding: 0.9375rem 0.9375rem 1.875rem; } }

.portals-carousel-content-layout.align-to-left .slick-slide > div > div {
  padding: 1.875rem 0 1.875rem 2.5rem; }

.blockquote-fader {
  width: 100%;
  display: block;
  position: relative;
  margin: 2.5rem 0;
  max-width: 46.875rem; }
  .blockquote-fader .bf-item {
    position: relative;
    padding-left: 10px; }
  .blockquote-fader .bf-inner {
    position: relative;
    z-index: 2;
    left: -10px; }
  .blockquote-fader blockquote {
    margin: 0; }
  .blockquote-fader .author, .blockquote-fader .img-author {
    width: 60%;
    font-size: clamp(1.25rem, 0.60096vw + 0.96154rem, 1.5625rem);
    display: block;
    line-height: 1.2;
    color: #0076C0;
    margin-top: 0.9375rem;
    text-align: left;
    padding-left: 2.25rem;
    font-weight: 400;
    margin-bottom: 0; }
  .blockquote-fader .img-author.no-img img {
    display: none; }
  .blockquote-fader .img-author.no-img .author {
    padding-left: 0; }
  .blockquote-fader .controller-container {
    width: 40%;
    display: block;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -0.125rem;
    z-index: 3; }
  .blockquote-fader .bf-dots {
    bottom: -0.9375rem;
    text-align: left;
    padding-left: 2rem; }

@media screen and (max-width: 47.9375rem) {
  .blockquote-fader .bf-item {
    padding-left: 2.125rem; }
  .blockquote-fader .author {
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-left: 0.625rem; }
  .blockquote-fader .img-author.no-img {
    width: 100%;
    padding-left: 0.625rem; } }

.white-text, .ckEditorLayout-full-width.left-text.right-text .secondLvlCss, .ckEditorLayout-full-width.custom-widget-1 .secondLvlCss {
  position: relative; }

.ckEditorLayout-full-width.left-text:not(.alternated) {
  background-color: #F4F4F4;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }

.ckEditorLayout-full-width.left-text.right-text {
  margin-top: 0;
  margin-bottom: 0; }

.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 {
  color: #19122D; }

.ckEditorLayout-full-width.with-blockquote .blockquote-fader {
  margin: 0;
  position: static; }

.ckEditorLayout-full-width.with-blockquote.left-image .controller-js {
  left: -1.5625rem; }

.ckEditorLayout-full-width.with-blockquote.left-image .contentTemplates-right {
  z-index: 3; }

.ckEditorLayout-full-width.with-blockquote.right-image .controller-js {
  right: -1.5625rem; }

.ckEditorLayout-full-width.with-blockquote.right-image .contentTemplates-left {
  z-index: 3; }

.ckEditorLayout-full-width.left-text:not(.with-widget) .contentTemplates-left:before {
  content: '';
  width: 4.75rem;
  height: 2.9375rem;
  position: absolute;
  left: 0.4375rem;
  top: 0.6875rem;
  -moz-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

@media (max-width: 767px) {
  .ckEditorLayout-full-width.left-text:not(.with-widget) .contentTemplates-left table td {
    border-bottom: 1px solid #ffffff; } }

.ckEditorLayout-full-width.left-text:not(.with-widget) .contentTemplates-left table th:last-of-type:not(:first-of-type) {
  border-right: none !important; }

.ckEditorLayout-full-width.left-text:not(.with-widget) .contentTemplates-left table tr:last-of-type:not(:first-of-type) td, .ckEditorLayout-full-width.left-text:not(.with-widget) .contentTemplates-left table tr:last-of-type:not(:first-of-type) th {
  border-width: 1px !important; }

.ckEditorLayout-full-width.left-text:not(.with-widget) .contentTemplates-left table td:last-of-type, .ckEditorLayout-full-width.left-text:not(.with-widget) .contentTemplates-left table th:last-of-type:not(:first-of-type) {
  border-right: none !important; }

.ckEditorLayout-full-width.left-text:not(.with-widget) .contentTemplates-left .table-wrap.responsive-table::before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0)), to(#19132C));
  background-image: -webkit-linear-gradient(left, rgba(244, 244, 244, 0), #19132C);
  background-image: -moz-linear-gradient(left, rgba(244, 244, 244, 0), #19132C);
  background-image: -o-linear-gradient(left, rgba(244, 244, 244, 0), #19132C);
  background-image: linear-gradient(to right, rgba(244, 244, 244, 0), #19132C); }

.ckEditorLayout-full-width.left-text:not(.with-widget) .contentTemplates-left .table-wrap.responsive-table::after {
  border-color: #ffffff; }

.ckEditorLayout-full-width.left-text:not(.with-widget) .contentTemplates-extraText.secondLvlCss {
  max-width: 1000px; }

.ckEditorLayout-full-width.right-text:not(.with-widget) .contentTemplates-right:before {
  content: '';
  width: 2.4375rem;
  height: 3.75rem;
  position: absolute;
  right: 0.4375rem;
  top: 0.6875rem;
  -moz-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.ckEditorLayout-full-width.right-text:not(.with-widget) .contentTemplates-right table {
  border: 2px solid #ffffff; }
  .ckEditorLayout-full-width.right-text:not(.with-widget) .contentTemplates-right table td, .ckEditorLayout-full-width.right-text:not(.with-widget) .contentTemplates-right table th {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-color: #fff; }
  .ckEditorLayout-full-width.right-text:not(.with-widget) .contentTemplates-right table th:last-of-type:not(:first-of-type) {
    border-right: none !important; }
  .ckEditorLayout-full-width.right-text:not(.with-widget) .contentTemplates-right table tr:last-of-type:not(:first-of-type) td, .ckEditorLayout-full-width.right-text:not(.with-widget) .contentTemplates-right table tr:last-of-type:not(:first-of-type) th {
    border-width: 2px !important; }
  .ckEditorLayout-full-width.right-text:not(.with-widget) .contentTemplates-right table td:last-of-type, .ckEditorLayout-full-width.right-text:not(.with-widget) .contentTemplates-right table th:last-of-type:not(:first-of-type) {
    border-right: none !important; }

.ckEditorLayout-full-width.right-text:not(.with-widget) .contentTemplates-extraText.secondLvlCss {
  max-width: 1000px; }

.ckEditorLayout-full-width.left-text.right-text .contentTemplates-left {
  background-color: #F4F4F4; }
  @media (max-width: 799px) {
    .ckEditorLayout-full-width.left-text.right-text .contentTemplates-left {
      padding-bottom: 0; } }

.ckEditorLayout-full-width.left-text.right-text .contentTemplates-right {
  background-color: #F4F4F4; }
  @media (max-width: 799px) {
    .ckEditorLayout-full-width.left-text.right-text .contentTemplates-right {
      padding-top: 0; } }

.ckEditorLayout-full-width.left-text.right-text .secondLvlCss p, .ckEditorLayout-full-width.left-text.right-text .secondLvlCss h2, .ckEditorLayout-full-width.left-text.right-text .secondLvlCss h3, .ckEditorLayout-full-width.left-text.right-text .secondLvlCss h4, .ckEditorLayout-full-width.left-text.right-text .secondLvlCss h5, .ckEditorLayout-full-width.left-text.right-text .secondLvlCss h6, .ckEditorLayout-full-width.left-text.right-text .secondLvlCss ol li, .ckEditorLayout-full-width.left-text.right-text .secondLvlCss ul li {
  color: #19122D; }

.ckEditorLayout-full-width.left-text.right-text .secondLvlCss table {
  border: none; }
  .ckEditorLayout-full-width.left-text.right-text .secondLvlCss table th {
    border-bottom: 2px solid #19122D;
    background: transparent;
    color: #19122D; }
  .ckEditorLayout-full-width.left-text.right-text .secondLvlCss table td {
    color: #19122D;
    border-color: #19122D; }

.ckEditorLayout-full-width.left-text.right-text .secondLvlCss ul li:before {
  background-color: #0076C0; }

.ckEditorLayout-full-width.left-text.right-text .featuredParagraph {
  width: 60%;
  font-size: clamp(1.25rem, 0.60096vw + 0.96154rem, 1.5625rem);
  display: block;
  line-height: 1.2;
  color: #0076C0 !important;
  margin-top: 0.9375rem;
  text-align: left;
  padding-left: 2.25rem;
  font-weight: 400;
  margin-bottom: 0; }

.ckEditorLayout-full-width.left-text.right-text .contentTemplates-extraText.secondLvlCss {
  max-width: 1000px; }

.ckEditorLayout-full-width.left-image.right-text:not(.with-widget) .contentTemplates-right {
  background-color: #F4F4F4; }

@media (max-width: 47.9375rem) {
  .ckEditorLayout-full-width.left-image.right-text:not(.with-widget) .contentTemplates-left {
    padding: 0; } }

.ckEditorLayout-full-width.left-image.right-text:not(.with-widget) .secondLvlCss table {
  border: none; }
  .ckEditorLayout-full-width.left-image.right-text:not(.with-widget) .secondLvlCss table th {
    border-bottom: 2px solid #19122D;
    background: transparent;
    color: #19122D; }
  .ckEditorLayout-full-width.left-image.right-text:not(.with-widget) .secondLvlCss table td {
    color: #19122D;
    border-color: #19122D; }

.ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates {
  overflow: visible; }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .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.right-image.left-text:not(.with-widget) .contentTemplates-left {
  background-color: #19122D;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left {
      width: 100%;
      overflow: visible; } }
  .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left::before {
    content: '';
    position: absolute;
    left: -8.75rem;
    bottom: -10.9375rem;
    top: auto;
    width: clamp(15.625rem, 12.01923vw + 9.85577rem, 21.875rem);
    height: clamp(15.625rem, 12.01923vw + 9.85577rem, 21.875rem);
    background-image: url("/Images/img/common/light_blob.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1; }
    @media screen and (max-width: 47.9375rem) {
      .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left::before {
        display: none; } }
  .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss p {
    color: #89D2F6; }
  .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss h2, .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss h3, .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss h4, .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss h5, .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss li, .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss li:before {
    color: #ffffff; }
  .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss table {
    border: none; }
    .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss table th {
      border-color: #fff;
      color: #ffffff;
      border-bottom: 2px solid #ffffff; }
    .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss table td {
      color: #ffffff;
      border-color: #ffffff; }
  .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss a {
    color: #ffffff; }
    html.no-touch .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss a:hover {
      color: #1378C9; }
  .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss ul li:before {
    background-color: #ffffff; }
  .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss .downloadBtn {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    margin-top: 1.25rem; }
    html.no-touch .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-left .secondLvlCss .downloadBtn:hover {
      background-color: #1378C9 !important;
      border-color: #1378C9 !important;
      color: #ffffff !important; }

.ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-right {
  overflow: visible; }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-right {
      width: -webkit-calc(100vw + 30px);
      width: -moz-calc(100vw + 30px);
      width: calc(100vw + 30px);
      left: -15px;
      padding-top: 0;
      padding: 0; } }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.right-image.left-text:not(.with-widget) .contentTemplates-right .contentTemplates-img p {
      position: relative;
      height: 100%;
      min-height: 18rem; } }

@media screen and (max-width: 47.9375rem) {
  .ckEditorLayout-full-width.left-image.right-text.with-fader {
    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; } }

.ckEditorLayout-full-width.left-image.right-text.with-fader .contentTemplates-right {
  background-color: #F4F4F4; }

@media screen and (max-width: 47.9375rem) {
  .ckEditorLayout-full-width.left-image.right-text.with-fader .contentTemplates-left {
    padding-top: 0; } }

.ckEditorLayout-full-width.left-image.right-text.with-fader .contentTemplates-left .contentTemplates-img .bf-dots:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.875rem;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 18, 45, 0.7)), to(rgba(25, 18, 45, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(25, 18, 45, 0.7), rgba(25, 18, 45, 0));
  background-image: -moz-linear-gradient(bottom, rgba(25, 18, 45, 0.7), rgba(25, 18, 45, 0));
  background-image: -o-linear-gradient(bottom, rgba(25, 18, 45, 0.7), rgba(25, 18, 45, 0));
  background-image: linear-gradient(to top, rgba(25, 18, 45, 0.7), rgba(25, 18, 45, 0)); }

.ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates {
  overflow: visible; }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.right-image.left-text.with-fader .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;
      padding-top: 0; } }

.ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left {
  background-color: #19122D;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left {
      width: 100%; } }
  .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left::before {
    content: '';
    position: absolute;
    left: -8.75rem;
    bottom: -10.9375rem;
    top: auto;
    width: clamp(15.625rem, 12.01923vw + 9.85577rem, 21.875rem);
    height: clamp(15.625rem, 12.01923vw + 9.85577rem, 21.875rem);
    background-image: url("/Images/img/common/light_blob.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1; }
    @media screen and (max-width: 47.9375rem) {
      .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left::before {
        display: none; } }
  .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss p {
    color: #89D2F6; }
  .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss h2, .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss h3, .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss h4, .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss h5, .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss li, .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss li:before {
    color: #ffffff; }
  .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss table {
    border: none; }
    .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss table th {
      border-color: #fff;
      border-bottom: 2px solid #ffffff; }
    .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss table td {
      color: #ffffff;
      border-color: #ffffff; }
  .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss a {
    color: #ffffff; }
    html.no-touch .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss a:hover {
      color: #1378C9; }
  .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss ul li:before {
    background-color: #ffffff; }
  .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss .downloadBtn {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    margin-top: 1.25rem; }
    html.no-touch .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-left .secondLvlCss .downloadBtn:hover {
      background-color: #1378C9 !important;
      border-color: #1378C9 !important;
      color: #ffffff !important; }

.ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-right {
  overflow: visible;
  min-height: 18rem; }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-right {
      width: 100%; } }
  .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-right .contentTemplates-img .bf-dots:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1.875rem;
    width: 100%;
    height: 100px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 18, 45, 0.7)), to(rgba(25, 18, 45, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(25, 18, 45, 0.7), rgba(25, 18, 45, 0));
    background-image: -moz-linear-gradient(bottom, rgba(25, 18, 45, 0.7), rgba(25, 18, 45, 0));
    background-image: -o-linear-gradient(bottom, rgba(25, 18, 45, 0.7), rgba(25, 18, 45, 0));
    background-image: linear-gradient(to top, rgba(25, 18, 45, 0.7), rgba(25, 18, 45, 0)); }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.right-image.left-text.with-fader .contentTemplates-right .contentTemplates-img {
      width: 100%; } }

@media screen and (max-width: 47.9375rem) {
  .ckEditorLayout-full-width.left-image.right-text.with-embeed .contentTemplates {
    padding-top: 0; } }

@media only screen and (min-width: 800px) {
  .ckEditorLayout-full-width.left-image.right-text.with-embeed .contentTemplates-left {
    padding-top: 26%; } }

@media only screen and (max-width: 799px) {
  .ckEditorLayout-full-width.left-image.right-text.with-embeed .contentTemplates-left {
    padding-top: 56.25%; } }

.ckEditorLayout-full-width.left-image.right-text.with-embeed .contentTemplates-right {
  background-color: #F4F4F4;
  z-index: auto; }
  .ckEditorLayout-full-width.left-image.right-text.with-embeed .contentTemplates-right:before {
    content: '';
    position: absolute;
    right: -8.75rem;
    top: -10rem;
    width: clamp(19.375rem, 12.01923vw + 13.60577rem, 25.625rem);
    height: clamp(19.375rem, 12.01923vw + 13.60577rem, 25.625rem);
    background-image: url("/Images/img/common/light_blob.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1; }
    @media (max-width: 1023px) {
      .ckEditorLayout-full-width.left-image.right-text.with-embeed .contentTemplates-right:before {
        top: -6.25rem; } }
    @media screen and (max-width: 47.9375rem) {
      .ckEditorLayout-full-width.left-image.right-text.with-embeed .contentTemplates-right:before {
        display: none; } }

.ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates {
  overflow: visible; }

.ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left {
  background-color: #19122D;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-top: 0; } }
  .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left::before {
    content: '';
    position: absolute;
    left: -8.75rem;
    bottom: -10.9375rem;
    top: auto;
    width: clamp(15.625rem, 12.01923vw + 9.85577rem, 21.875rem);
    height: clamp(15.625rem, 12.01923vw + 9.85577rem, 21.875rem);
    background-image: url("/Images/img/common/light_blob.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1; }
    @media screen and (max-width: 47.9375rem) {
      .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left::before {
        display: none; } }
  .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss p {
    color: #89D2F6; }
  .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss h2, .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss h3, .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss h4, .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss h5, .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss li, .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss li:before {
    color: #ffffff; }
  .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss table {
    border: none; }
    .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss table th {
      border-color: #fff;
      border-bottom: 2px solid #ffffff; }
    .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss table td {
      color: #ffffff;
      border-color: #ffffff; }
  .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss a {
    color: #ffffff; }
    html.no-touch .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss a:hover {
      color: #1378C9; }
  .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss ul li:before {
    background-color: #ffffff; }
  .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss .downloadBtn {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    margin-top: 1.25rem; }
    html.no-touch .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-left .secondLvlCss .downloadBtn:hover {
      background-color: #1378C9 !important;
      border-color: #1378C9 !important;
      color: #ffffff !important; }

.ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-right {
  overflow: visible; }
  @media only screen and (min-width: 800px) {
    .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-right {
      padding-top: 26%; } }
  @media only screen and (max-width: 799px) {
    .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-right {
      padding-top: 56.25%; } }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.right-image.left-text.with-embeed .contentTemplates-right {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.ckEditorLayout-full-width.left-image.right-text.with-blockquote .contentTemplates {
  overflow: visible; }

.ckEditorLayout-full-width.left-image.right-text.with-blockquote .contentTemplates-right {
  background-color: #F4F4F4;
  z-index: auto; }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.left-image.right-text.with-blockquote .contentTemplates-right {
      padding-bottom: 2.5rem; } }
  .ckEditorLayout-full-width.left-image.right-text.with-blockquote .contentTemplates-right .controller-js {
    display: none; }

.ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates {
  overflow: visible; }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.right-image.left-text.with-blockquote .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;
      padding-top: 0; } }

.ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left {
  background-color: #19122D;
  position: relative;
  overflow: hidden; }
  .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left::before {
    content: '';
    position: absolute;
    left: -8.75rem;
    bottom: -10.9375rem;
    top: auto;
    width: clamp(15.625rem, 12.01923vw + 9.85577rem, 21.875rem);
    height: clamp(15.625rem, 12.01923vw + 9.85577rem, 21.875rem);
    background-image: url("/Images/img/common/light_blob.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1; }
    @media screen and (max-width: 47.9375rem) {
      .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left::before {
        display: none; } }
  .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .controller-js {
    display: none; }
  .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss blockquote p {
    color: #ffffff; }
  .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss .author {
    font-weight: 400; }
  .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss p {
    color: #89D2F6; }
  .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss h2, .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss h3, .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss h4, .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss h5, .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss li, .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss li:before {
    color: #ffffff; }
  .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss table {
    border: none; }
    .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss table th {
      border-color: #fff;
      border-bottom: 2px solid #ffffff; }
    .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss table td {
      color: #ffffff;
      border-color: #ffffff; }
  .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss a {
    color: #ffffff; }
    html.no-touch .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss a:hover {
      color: #1378C9; }
  .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .secondLvlCss ul li:before {
    background-color: #ffffff; }
  .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left .bf-dots button:before {
    background: #ffffff; }
  @media (max-width: 799px) {
    .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-left {
      width: 100%; } }

.ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-right {
  overflow: visible; }
  @media (max-width: 799px) {
    .ckEditorLayout-full-width.right-image.left-text.with-blockquote .contentTemplates-right {
      width: 100%; } }

.ckEditorLayout-full-width.with-arrows .controller-js {
  width: 3.125rem;
  height: 7.5rem;
  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.75rem;
  z-index: 2; }
  .ckEditorLayout-full-width.with-arrows .controller-js .crsl-ctrl {
    margin: 0;
    border-color: #ffffff; }
    .ckEditorLayout-full-width.with-arrows .controller-js .crsl-ctrl i:before {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.147' height='15.543' viewBox='0 0 17.147 15.543'%3E%3Cpath id='Icon_akar-arrow-down' data-name='Icon akar-arrow-down' d='M14.564,22.147V6M7.5,15.083l7.064,7.064,7.064-7.064' transform='translate(-5.5 22.336) rotate(-90)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A"); }
    .ckEditorLayout-full-width.with-arrows .controller-js .crsl-ctrl:last-child {
      margin-bottom: 1.25rem; }
  @media (max-width: 50rem) {
    .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.875rem;
    left: 0;
    width: 100%;
    padding: 0 1.25rem; }
    .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 img {
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover; }
  .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 .controller-js {
    left: 0;
    top: -webkit-calc(50% + 40px);
    top: -moz-calc(50% + 40px);
    top: calc(50% + 40px);
    width: 100%;
    -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: 3.125rem;
    padding: 0 2.1875rem; }

.ckEditorLayout-full-width.with-fader.left-image .contentTemplates-left {
  z-index: 3; }
  @media (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.with-fader.left-image .contentTemplates-left .contentTemplates-img {
      position: absolute; } }

.ckEditorLayout-full-width.with-fader.right-image .controller-js {
  left: auto;
  right: 0.625rem; }

.ckEditorLayout-full-width.with-fader.right-image .contentTemplates-right {
  z-index: 3; }
  @media (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.with-fader.right-image .contentTemplates-right .contentTemplates-img {
      position: absolute; } }

@media (max-width: 1024px) {
  .ckEditorLayout-full-width.with-widget .carousel-widget .crsl-inner {
    padding-left: 0 !important; } }

.ckEditorLayout-full-width.with-widget.right-text .contentTemplates-left {
  z-index: 3;
  padding-left: 0; }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.with-widget.right-text .contentTemplates-left {
      padding: 0; } }
  @media (max-width: 1024px) {
    .ckEditorLayout-full-width.with-widget.right-text .contentTemplates-left .carousel-widget-wrapper.in-content-layout {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
         -moz-box-orient: vertical !important;
         -moz-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }

@media screen and (max-width: 47.9375rem) {
  .ckEditorLayout-full-width.with-widget.right-text .contentTemplates-right .contentTemplates-extraText {
    padding-bottom: 0;
    margin-bottom: 0; } }

.ckEditorLayout-full-width.with-widget.right-text .contentTemplates-right .contentTemplates-extraText h4 {
  margin: 0; }

@media (max-width: 1024px) {
  .ckEditorLayout-full-width.with-widget.right-text .contentTemplates-right .carousel-widget-wrapper.in-content-layout {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; } }

@media (min-width: 1025px) {
  .ckEditorLayout-full-width.with-widget.right-text .carousel-widget-wrapper.in-content-layout .controller-js {
    right: -15% !important; } }

.ckEditorLayout-full-width.with-widget.left-text .contentTemplates-right {
  padding-right: 0;
  z-index: 3; }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.with-widget.left-text .contentTemplates-right {
      padding: 0; } }
  @media (max-width: 1024px) {
    .ckEditorLayout-full-width.with-widget.left-text .contentTemplates-right .carousel-widget-wrapper.in-content-layout {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
         -moz-box-orient: vertical !important;
         -moz-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }

@media screen and (max-width: 47.9375rem) {
  .ckEditorLayout-full-width.with-widget.left-text .contentTemplates-left .contentTemplates-extraText {
    padding-bottom: 0;
    margin-bottom: 0; } }

.ckEditorLayout-full-width.with-widget.left-text .contentTemplates-left .contentTemplates-extraText h4 {
  margin: 0; }

@media (max-width: 1024px) {
  .ckEditorLayout-full-width.with-widget.left-text .contentTemplates-left .carousel-widget-wrapper.in-content-layout {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; } }

@media (min-width: 1025px) {
  .ckEditorLayout-full-width.with-widget.left-text .carousel-widget-wrapper.in-content-layout .controller-js {
    left: -15% !important; } }

.ckEditorLayout-full-width.with-embeed .contentTemplates-img {
  position: absolute; }

.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 .secondLvlCss p {
  color: #89D2F6; }

.ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss h2, .ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss h3, .ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss h4, .ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss h5, .ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss li, .ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss li:before {
  color: #ffffff !important; }

.ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss table {
  border: none; }
  .ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss table th {
    border-color: #fff;
    border-bottom: 2px solid #ffffff; }
  .ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss table td {
    color: #ffffff;
    border-color: #ffffff; }

.ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss a {
  color: #ffffff; }
  html.no-touch .ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss a:hover {
    color: #1378C9; }

.ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss ul li:before {
  background-color: #ffffff !important; }

@media (min-width: 992px) {
  .ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss .downloadBtn {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    margin-top: 1.25rem; }
    html.no-touch .ckEditorLayout-full-width.full-width-image-with-text .secondLvlCss .downloadBtn:hover {
      background-color: #1378C9 !important;
      border-color: #1378C9 !important;
      color: #ffffff !important; } }

.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates {
  min-height: 60vh; }
  .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .contentTemplates-column {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates .contentTemplates-column {
        padding: 1.875rem 1.875rem; } }

.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-img {
  overflow: hidden; }
  .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(25, 18, 45, 0.8)), to(rgba(25, 18, 45, 0)));
    background-image: -webkit-linear-gradient(left, rgba(25, 18, 45, 0.8), rgba(25, 18, 45, 0));
    background-image: -moz-linear-gradient(left, rgba(25, 18, 45, 0.8), rgba(25, 18, 45, 0));
    background-image: -o-linear-gradient(left, rgba(25, 18, 45, 0.8), rgba(25, 18, 45, 0));
    background-image: linear-gradient(to right, rgba(25, 18, 45, 0.8), rgba(25, 18, 45, 0));
    z-index: 1; }
  @media (max-width: 767px) {
    .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-img {
      position: static; }
      .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-img::after {
        display: none; } }
  @media (max-width: 767px) {
    .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-img img {
      position: static; } }

.ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text {
  max-width: 56.25rem !important;
  padding-left: 12.5rem; }
  @media screen and (max-width: 47.9375rem) {
    .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text {
      max-width: 100% !important;
      padding-left: 0.625rem; }
      .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text h2, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text h3, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text h4 {
        text-align: left; }
      .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text h2, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text h3, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text h4, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text p, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text li, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text a, .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text table {
        color: #19132C !important; } }
  .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text .contentTemplates-extraText.secondLvlCss .downloadBtn {
    background-color: transparent !important;
    border: 1px solid #FFFFFF;
    color: #ffffff !important; }
    html.no-touch .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text .contentTemplates-extraText.secondLvlCss .downloadBtn:hover {
      background-color: #ffffff !important;
      border-color: #ffffff !important;
      color: #19132C !important; }
    @media screen and (max-width: 47.9375rem) {
      .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text .contentTemplates-extraText.secondLvlCss .downloadBtn {
        background-color: #19122D !important;
        color: #ffffff !important; }
        html.no-touch .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text .contentTemplates-extraText.secondLvlCss .downloadBtn:hover {
          background-color: #1378C9 !important;
          color: #ffffff !important; } }
  .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text .contentTemplates-extraText.secondLvlCss a {
    color: #ffffff; }
    .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text .contentTemplates-extraText.secondLvlCss a::after {
      color: #ffffff; }
    html.no-touch .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text .contentTemplates-extraText.secondLvlCss a:hover {
      color: #1378C9 !important; }
      html.no-touch .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text .contentTemplates-extraText.secondLvlCss a:hover::after {
        color: #1378C9; }
    @media (max-width: 767px) {
      .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text .contentTemplates-extraText.secondLvlCss a {
        color: #19132C; }
        .ckEditorLayout-full-width.full-width-image-with-text .contentTemplates-text .contentTemplates-extraText.secondLvlCss a::after {
          color: #19132C; } }

.ckEditorLayout-full-width.custom-widget-1 {
  margin-bottom: 3.125rem; }
  .ckEditorLayout-full-width.custom-widget-1 .contentTemplates-column {
    min-height: 26.25rem;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end; }
    @media screen and (max-width: 47.9375rem) {
      .ckEditorLayout-full-width.custom-widget-1 .contentTemplates-column {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 100%; } }
  @media screen and (max-width: 47.9375rem) {
    .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-left {
      padding: 0 1.25rem; }
    .ckEditorLayout-full-width.custom-widget-1.right-text .contentTemplates-right {
      padding: 0.625rem 1.25rem;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .ckEditorLayout-full-width.custom-widget-1.right-text .contentTemplates-right .secondLvlCss {
        margin-bottom: 0; } }
  .ckEditorLayout-full-width.custom-widget-1.left-text .contentTemplates-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 47.9375rem) {
      .ckEditorLayout-full-width.custom-widget-1.left-text .contentTemplates-right {
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 1.25rem; }
        .ckEditorLayout-full-width.custom-widget-1.left-text .contentTemplates-right .secondLvlCss {
          margin-bottom: 0; } }
  @media (min-width: 50rem) {
    .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%); } }
  @media (max-width: 50rem) {
    .ckEditorLayout-full-width.custom-widget-1 .secondLvlCss h2, .ckEditorLayout-full-width.custom-widget-1 .secondLvlCss h3, .ckEditorLayout-full-width.custom-widget-1 .secondLvlCss h4 {
      text-align: center; }
    .ckEditorLayout-full-width.custom-widget-1 .secondLvlCss h2, .ckEditorLayout-full-width.custom-widget-1 .secondLvlCss h3, .ckEditorLayout-full-width.custom-widget-1 .secondLvlCss h4, .ckEditorLayout-full-width.custom-widget-1 .secondLvlCss p, .ckEditorLayout-full-width.custom-widget-1 .secondLvlCss li, .ckEditorLayout-full-width.custom-widget-1 .secondLvlCss a:not(.downloadBtn), .ckEditorLayout-full-width.custom-widget-1 .secondLvlCss table {
      color: #ffffff !important; } }
  .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss h2, .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss h3, .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss h4, .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss p, .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss li, .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss a:not(.downloadBtn), .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss table {
    color: #ffffff !important; }
  @media (max-width: 767px) {
    .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss h2, .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss h3, .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss h4, .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss p, .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss li, .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss a:not(.downloadBtn), .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss table {
      color: #19132C !important; }
    .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss ul li::before {
      background-color: #0076C0 !important; }
    .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss ol li::before {
      color: #0076C0 !important; }
    .ckEditorLayout-full-width.custom-widget-1.full-width-image-with-text.left-text .secondLvlCss .contentTemplates-right {
      padding-bottom: 2.5rem; } }
  .ckEditorLayout-full-width.custom-widget-1 .contentTemplates-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 18, 45, 0.7);
    z-index: 1; }

.ckEditorLayout-full-width .secondLvlCss {
  max-width: 63.75rem; }

.ckEditorLayout-full-width.layout22 + .layout05,
.ckEditorLayout-full-width.layout22 + .layout08, .ckEditorLayout-full-width.layout26 + .layout05,
.ckEditorLayout-full-width.layout26 + .layout08 {
  margin-top: -1.875rem; }

@media only screen and (min-width: 768px) {
  html.no-touch .ckEditorLayout-full-width.layout05 .contentTemplates .contentTemplates-column .contentTemplates-extraText.secondLvlCss .downloadBtn:hover {
    background-color: #1378C9 !important;
    border-color: #1378C9 !important;
    color: #fff !important; } }

@media only screen and (max-width: 767px) {
  .ckEditorLayout-full-width.layout05 .contentTemplates {
    margin-bottom: 0; }
  .ckEditorLayout-full-width.layout05 .contentTemplates-text {
    background-color: #19132C; }
    .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText {
      margin-bottom: 0; }
      .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText > *:last-child {
        margin-bottom: 0 !important; }
      .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss blockquote p {
        color: #ffffff !important; }
      .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss .author {
        font-weight: 400; }
      .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss p {
        color: #ffffff !important; }
      .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss h2, .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss h3, .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss h4, .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss h5, .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss li, .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss li:before {
        color: #ffffff !important; }
      .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss table {
        border: none; }
        .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss table th {
          border-color: #fff !important;
          border-bottom: 2px solid #ffffff !important; }
        .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss table td {
          color: #ffffff !important;
          border-color: #ffffff !important; }
      .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss a {
        color: #ffffff !important; }
        .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss a::after {
          color: #fff !important; }
        html.no-touch .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss a:hover {
          color: #1378C9 !important; }
      .ckEditorLayout-full-width.layout05 .contentTemplates-text > .contentTemplates-extraText.secondLvlCss ul li:before {
        background-color: #ffffff !important; }
  .ckEditorLayout-full-width.layout05 + .content-wrap h2:has(meta) {
    display: none; } }

@media (max-width: 47.9375rem) {
  .ckEditorLayout {
    margin-bottom: 0; } }

.ckEditorLayout .secondLvlCss {
  font-size: 1.25rem;
  line-height: 1.5;
  display: block;
  color: var(--sl-theme-main-paragraph);
  margin-bottom: 1.875rem;
  font-weight: 300; }
  .ckEditorLayout .secondLvlCss a {
    font-size: inherit;
    line-height: inherit; }

.ckEditorLayout.alternated {
  margin-bottom: 3.75rem; }
  .ckEditorLayout.alternated + .alternated,
  .ckEditorLayout.alternated + .ckEditorLayout-full-width {
    margin-top: -3.75rem; }
  .ckEditorLayout.alternated + .content-wrap {
    margin-top: 3.75rem; }
  @media (max-width: 767px) {
    .ckEditorLayout.alternated {
      margin-bottom: 1.875rem; }
      .ckEditorLayout.alternated + .alternated,
      .ckEditorLayout.alternated + .ckEditorLayout-full-width {
        margin-top: -1.875rem; }
      .ckEditorLayout.alternated + .content-wrap {
        margin-top: 1.875rem; } }

.ckEditorLayout .contentTemplates-img img {
  margin: 0 auto !important; }

.ckEditorLayout.full-width-image .contentTemplates-img {
  height: auto;
  max-height: 35.625rem;
  position: relative;
  overflow: hidden; }
  @media (max-width: 47.9375rem) {
    .ckEditorLayout.full-width-image .contentTemplates-img {
      max-height: none; } }
  .ckEditorLayout.full-width-image .contentTemplates-img img {
    position: relative; }
  .ckEditorLayout.full-width-image .contentTemplates-img p {
    height: 100%; }

.ckEditorLayout.left-image .contentTemplates-left {
  overflow: hidden; }

.ckEditorLayout.right-image .contentTemplates-right {
  overflow: hidden; }

.ckEditorLayout-widgets {
  /* &:before {
        content: '';
        width: rems(99999px);
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        z-index: 1;
        background: #f8f5f0;
    } */ }
  .ckEditorLayout-widgets .contentTemplates {
    padding: 1.25rem 0;
    min-height: 18.75rem; }
    .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;
      z-index: 2; }
  .ckEditorLayout-widgets .secondLvlCss {
    margin: 0; }
  .ckEditorLayout-widgets.with-widget.right-text .carousel-widget-wrapper.in-content-layout .controller-js {
    right: -22.5%;
    left: auto; }
    @media (max-width: 1100px) {
      .ckEditorLayout-widgets.with-widget.right-text .carousel-widget-wrapper.in-content-layout .controller-js {
        right: 0;
        margin-top: 1.25rem; } }
    @media screen and (max-width: 47.9375rem) {
      .ckEditorLayout-widgets.with-widget.right-text .carousel-widget-wrapper.in-content-layout .controller-js {
        right: 0; } }

.ckEditorLayout-left-to-end:before {
  right: 100%; }

.ckEditorLayout-left-to-end .contentTemplates .contentTemplates-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25rem;
          flex: 0 0 25rem;
  padding: 1.875rem 1.875rem 1.875rem 0; }
  @media (max-width: 56.25rem) {
    .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 18.75rem;
         -moz-box-flex: 0;
          -ms-flex: 0 0 18.75rem;
              flex: 0 0 18.75rem; } }

.ckEditorLayout-left-to-end .contentTemplates .contentTemplates-right {
  width: -webkit-calc(100% - rems(200px));
  width: -moz-calc(100% - rems(200px));
  width: calc(100% - rems(200px));
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 12.5rem;
     -moz-box-flex: 1;
      -ms-flex: 1 1 12.5rem;
          flex: 1 1 12.5rem;
  padding: 0; }

.ckEditorLayout-left-to-end .controller-js {
  width: 3.125rem;
  height: 7.5rem;
  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.1875rem;
  top: 50%;
  margin-top: -3.75rem; }
  .ckEditorLayout-left-to-end .controller-js .crsl-ctrl {
    margin: 0; }
    .ckEditorLayout-left-to-end .controller-js .crsl-ctrl:last-child {
      margin-bottom: 1.25rem; }

.ckEditorLayout-left-to-end .carousel-widget-wrapper {
  padding-left: 5rem; }
  @media (max-width: 56.25rem) {
    .ckEditorLayout-left-to-end .carousel-widget-wrapper {
      padding-left: 3.75rem; } }
  .ckEditorLayout-left-to-end .carousel-widget-wrapper .slick-list {
    padding-left: 1.25rem; }

.ckEditorLayout-left-to-end .carousel-widget .crsl-inner.slick-no-slide .slick-track {
  text-align: left; }

@media (max-width: 47.9375rem) {
  .ckEditorLayout-left-to-end {
    width: -webkit-calc(100% + rems(40px)) !important;
    width: -moz-calc(100% + rems(40px)) !important;
    width: calc(100% + rems(40px)) !important;
    margin-left: -1.25rem; }
    .ckEditorLayout-left-to-end .contentTemplates {
      display: block;
      padding: 1.25rem 0; }
      .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-left {
        width: 100%;
        padding: 0 1.25rem 1.875rem; }
      .ckEditorLayout-left-to-end .contentTemplates .contentTemplates-right {
        width: 100%; }
    .ckEditorLayout-left-to-end .controller-js {
      display: none; }
    .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 25rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25rem;
          flex: 0 0 25rem;
  padding: 1.875rem 0 1.875rem 1.875rem; }
  @media (max-width: 56.25rem) {
    .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 18.75rem;
         -moz-box-flex: 0;
          -ms-flex: 0 0 18.75rem;
              flex: 0 0 18.75rem; } }

.ckEditorLayout-right-to-end .contentTemplates .contentTemplates-left {
  width: -webkit-calc(100% - rems(200px));
  width: -moz-calc(100% - rems(200px));
  width: calc(100% - rems(200px));
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 12.5rem;
     -moz-box-flex: 1;
      -ms-flex: 1 1 12.5rem;
          flex: 1 1 12.5rem;
  padding: 0; }

.ckEditorLayout-right-to-end .controller-js {
  width: 3.125rem;
  height: 7.5rem;
  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: 0.1875rem;
  top: 50%;
  margin-top: -3.75rem; }
  .ckEditorLayout-right-to-end .controller-js .crsl-ctrl {
    margin: 0; }
    .ckEditorLayout-right-to-end .controller-js .crsl-ctrl:last-child {
      margin-bottom: 1.25rem; }

.ckEditorLayout-right-to-end .carousel-widget-wrapper {
  padding-right: 5rem; }
  @media (max-width: 56.25rem) {
    .ckEditorLayout-right-to-end .carousel-widget-wrapper {
      padding-right: 3.75rem; } }
  .ckEditorLayout-right-to-end .carousel-widget-wrapper .slick-list {
    padding-right: 1.25rem; }

.ckEditorLayout-right-to-end .carousel-widget .crsl-inner.slick-no-slide .slick-track {
  text-align: right; }

@media (max-width: 47.9375rem) {
  .ckEditorLayout-right-to-end {
    width: -webkit-calc(100% + rems(40px)) !important;
    width: -moz-calc(100% + rems(40px)) !important;
    width: calc(100% + rems(40px)) !important;
    margin-left: -1.25rem; }
    .ckEditorLayout-right-to-end .contentTemplates {
      display: block;
      padding: 1.25rem 0; }
      .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-right {
        width: 100%;
        padding: 0 1.25rem 1.875rem; }
      .ckEditorLayout-right-to-end .contentTemplates .contentTemplates-left {
        width: 100%; }
    .ckEditorLayout-right-to-end .controller-js {
      display: none; }
    .ckEditorLayout-right-to-end .carousel-widget-wrapper {
      padding: 0; } }

.contentTemplates {
  width: 100%;
  display: block;
  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;
  overflow: hidden; }
  @media (max-width: 767px) {
    .contentTemplates {
      margin-bottom: 20px !important; } }
  .contentTemplates p:last-child:not(:first-of-type) {
    margin: 0; }
  .main-content.full-width-layout .contentTemplates {
    margin: 0 auto; }
  .contentTemplates .contentTemplates-column {
    -webkit-box-align: left;
    -webkit-align-items: left;
       -moz-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 400px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 400px;
            flex: 1 1 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 8%;
    position: relative;
    width: 50%;
    z-index: 2; }
    @media (max-width: 767px) {
      .left-text.right-image .contentTemplates .contentTemplates-column {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
           -moz-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
    .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-column .secondLvlCss h2, .contentTemplates .contentTemplates-column .secondLvlCss h3, .contentTemplates .contentTemplates-column .secondLvlCss h4, .contentTemplates .contentTemplates-column .secondLvlCss h5 {
      margin-top: 1.875rem;
      padding-bottom: 0; }
  .contentTemplates .contentTemplates-img {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    @media (max-width: 47.9375rem) {
      .contentTemplates .contentTemplates-img {
        position: relative; } }
    .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; }
      @media (max-width: 47.9375rem) {
        .contentTemplates .contentTemplates-img img {
          position: relative;
          -o-object-fit: contain;
             object-fit: contain; } }
  .contentTemplates .contentTemplates-column-text {
    width: 100%;
    min-height: 34.375rem;
    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.5rem; }
  .contentTemplates .contentTemplates-right {
    position: relative; }
    .right-image .contentTemplates .contentTemplates-right {
      min-height: 18.75rem;
      padding-top: 40%; }
      @media only screen and (max-width: 799px) {
        .right-image .contentTemplates .contentTemplates-right {
          padding-top: 0; } }
  .left-image .contentTemplates .contentTemplates-left {
    min-height: 18.75rem;
    padding-top: 40%; }
    @media only screen and (max-width: 799px) {
      .left-image .contentTemplates .contentTemplates-left {
        padding-top: 0; } }
  .contentTemplates .contentTemplates-text.full-width {
    max-width: 31.25rem; }
    .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: #fff; }

.ckEditorLayout-full-width.left-text:not(.with-widget) .contentTemplates-left table tr:last-of-type:not(:first-of-type) td {
  border-bottom: 0 !important; }

@media (max-width: 767px) {
  .contentTemplates .contentTemplates-column .secondLvlCss h2 {
    margin-top: 0;
    padding-top: 0; }
  .contentTemplates .contentTemplates-column {
    padding: 30px; } }

.full-width-layout .ckEditorLayout-full-width {
  margin-bottom: 3.75rem; }
  @media (max-width: 767px) {
    .full-width-layout .ckEditorLayout-full-width {
      margin-bottom: 1.875rem; } }

.content-wrap + .alternated.ckEditorLayout-full-width {
  margin-top: 3.75rem; }
  @media (max-width: 767px) {
    .content-wrap + .alternated.ckEditorLayout-full-width {
      margin-top: 1.875rem; } }

body {
  --primary-font: 'Signika', 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: 3.125rem 0;
  padding: 3.125rem 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: 7.5rem 0 3.125rem;
    position: relative;
    width: 92%; }
    .donations-calculator .progress__value {
      position: absolute;
      top: -5.625rem;
      left: 0;
      width: 22%;
      text-align: center; }
      @media only screen and (max-width: 48rem) {
        .donations-calculator .progress__value {
          width: auto; } }
      .donations-calculator .progress__value .label {
        color: #757575;
        font-size: 1rem;
        margin-bottom: 0.3125rem; }
      .donations-calculator .progress__value .value {
        color: var(--secondary-color);
        font-size: 1.875rem; }
      .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: 48rem) {
          .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: 48rem) {
          .donations-calculator .progress__value.campaign-target {
            top: auto;
            right: 0;
            bottom: -5.625rem;
            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.5625rem;
         -moz-border-radius: 1.5625rem;
              border-radius: 1.5625rem;
      border: 0.0625rem solid #B3995D;
      height: 3.125rem;
      position: relative; }
      .donations-calculator .progress__bar::before {
        content: '';
        position: absolute;
        right: -0.0625rem;
        bottom: 50%;
        width: 0.0625rem;
        height: 2.5rem;
        background-color: #B3995D; }
        @media only screen and (max-width: 48rem) {
          .donations-calculator .progress__bar::before {
            top: 50%;
            bottom: auto; } }
      .donations-calculator .progress__bar .bars {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -0.0625rem;
        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.0625rem 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.5625rem; }
    @media only screen and (min-width: 48.0625rem) {
      .donations-calculator .progress.js-progress-bottom .progress__value.campaign-target {
        top: auto;
        bottom: -5.625rem; }
      .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: 48.0625rem) {
    .donations-calculator .text-center {
      text-align: center; } }
  .donations-calculator .downloadBtn {
    background-color: var(--primary-color);
    -webkit-border-radius: 4.375rem;
       -moz-border-radius: 4.375rem;
            border-radius: 4.375rem;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    font-size: 1.375rem;
    padding: 1rem 2.3125rem 0.625rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .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: 41.875rem;
    -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: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .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.4375rem;
      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: 48rem) {
        .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.4375rem;
        height: 1.4375rem;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .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.3125rem;
      padding: 1.125rem 1.875rem 0.8125rem; }
      @media only screen and (max-width: 48rem) {
        .donationsPopup__topNav .donationsPopup__title {
          padding-left: 5.3125rem; } }
  .donationsPopup__content {
    height: -webkit-calc(100% - rems(105px));
    height: -moz-calc(100% - rems(105px));
    height: calc(100% - rems(105px));
    overflow: auto;
    padding: 1.5625rem 1.25rem 3vw 1.875rem; }
    .donationsPopup__content .downloadBtn {
      background-color: transparent;
      -webkit-border-radius: 4.375rem;
         -moz-border-radius: 4.375rem;
              border-radius: 4.375rem;
      border: 0.0625rem solid #B3995D;
      color: var(--primary-color);
      cursor: pointer;
      font-size: 1.125rem;
      min-width: 9.0625rem;
      padding: 0.9375rem 2.1875rem;
      -webkit-transition: .3s;
      -o-transition: .3s;
      -moz-transition: .3s;
      transition: .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: 48rem) {
        .donationsPopup__content .select-wrap {
          display: block;
          margin: 0.4375rem 0;
          width: 100%; } }
      @media only screen and (min-width: 48.0625rem) {
        .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: 48rem) {
        .donationsPopup__content .select-wrap label {
          display: block; } }
    .donationsPopup__content label {
      color: var(--secondary-color);
      font-size: 1rem;
      margin: 0.625rem 0;
      padding-right: 0.9375rem; }
    .donationsPopup__content select {
      display: none; }
    .donationsPopup__content .nice-select {
      font-family: var(--primary-font);
      position: relative;
      -webkit-transition: .3s;
      -o-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
      z-index: 1; }
      .donationsPopup__content .nice-select .current {
        -webkit-border-radius: 1.4375rem;
           -moz-border-radius: 1.4375rem;
                border-radius: 1.4375rem;
        border: 0.0625rem solid var(--border-color);
        color: var(--primary-color);
        cursor: pointer;
        display: block;
        font-size: 1.125rem;
        padding: 0.625rem 2.5rem 0.625rem 1.5625rem;
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s; }
        .donationsPopup__content .nice-select .current::before {
          content: '';
          position: absolute;
          top: 50%;
          right: 1.0625rem;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 0.75rem;
          height: 0.4375rem;
          background-image: var(--arrow);
          background-position: center;
          background-repeat: no-repeat;
          -moz-background-size: cover;
               background-size: cover;
          -webkit-transition: .3s;
          -o-transition: .3s;
          -moz-transition: .3s;
          transition: .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: 1.125rem;
           -moz-border-radius: 1.125rem;
                border-radius: 1.125rem;
        -webkit-box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.15);
           -moz-box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.15);
                box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.15);
        list-style: none;
        margin: 0;
        padding: 3.125rem 1.5625rem 0.9375rem;
        text-align: center;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        z-index: -1; }
        .donationsPopup__content .nice-select .list li {
          color: var(--secondary-color);
          cursor: pointer;
          font-size: 1.125rem;
          margin-bottom: 0;
          padding: 0;
          -webkit-transition: .3s;
          -o-transition: .3s;
          -moz-transition: .3s;
          transition: .3s; }
          .donationsPopup__content .nice-select .list li::before {
            content: normal; }
          .donationsPopup__content .nice-select .list li ~ li {
            border-top: 0.0625rem solid rgba(0, 97, 95, 0.2);
            margin-top: 0.625rem;
            padding-top: 0.625rem; }
          .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: 5rem;
          height: 5rem;
          background-image: var(--loader);
          background-position: center;
          -moz-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.5625rem;
        line-height: 1;
        margin-top: 1.875rem;
        margin-bottom: 0.625rem; }
      .donationsPopup__content .step__description {
        color: var(--secondary-color) !important;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem; }
      .donationsPopup__content .step__content {
        background-color: var(--content-background);
        -webkit-border-radius: 0.375rem;
           -moz-border-radius: 0.375rem;
                border-radius: 0.375rem;
        margin-top: 1.25rem;
        padding: 0.9375rem 1.25rem; }
      .donationsPopup__content .step-navigation {
        margin-top: 1.875rem;
        text-align: center; }
        .donationsPopup__content .step-navigation .downloadBtn {
          background-color: var(--primary-color);
          border-color: var(--primary-color);
          color: #fff !important;
          padding: 0.75rem 2.1875rem; }
          @media only screen and (max-width: 48rem) {
            .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.9375rem;
        line-height: 1;
        margin: 0.9375rem 0 0.625rem;
        text-transform: uppercase;
        width: 100%; }
      .donationsPopup__content .row .col {
        margin: 0.375rem 0;
        position: relative;
        width: 100%; }
        @media only screen and (min-width: 33.8125rem) {
          .donationsPopup__content .row .col--1-of-2 {
            width: -webkit-calc(50% - rems(10px));
            width: -moz-calc(50% - rems(10px));
            width: calc(50% - rems(10px)); } }
        .donationsPopup__content .row .col input {
          display: block;
          width: 100%;
          font-size: 1rem;
          border: 0.0625rem solid #002664;
          padding: 0.9375rem 1.25rem; }
          .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.25rem;
          -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.0625rem solid #B3995D;
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    height: 3.1875rem; }
  .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.25rem;
    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.0625rem;
      height: 1.5625rem;
      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: 48rem) {
      .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% - rems(10px));
      width: -moz-calc(50% - rems(10px));
      width: calc(50% - rems(10px)); }
      @media only screen and (max-width: 48rem) {
        .donationsPopup .donation-period__buttons button {
          margin: 0.5rem 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: 48rem) {
      .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.4375rem;
       -moz-border-radius: 1.4375rem;
            border-radius: 1.4375rem;
    border: 0.0625rem solid var(--border-color);
    color: var(--primary-color);
    display: block;
    font-size: 1.125rem;
    max-width: 6.25rem;
    padding: 0.5rem 1.5625rem;
    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.25rem;
      -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.5rem; }
  .donationsPopup .donation-period #oneOffAmount {
    display: block;
    max-width: 15.625rem;
    padding: 0.5rem 1.5625rem 0.5rem 3.125rem;
    width: 5.6875rem; }
  .donationsPopup .donation-calculations__content .items {
    margin-top: 1.875rem; }
  .donationsPopup .donation-calculations__content .item {
    color: #757575;
    font-size: 1.0625rem;
    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.0625rem solid rgba(117, 117, 117, 0.2);
      margin-top: 0.8125rem;
      padding-top: 0.8125rem; }
    .donationsPopup .donation-calculations__content .item__label {
      padding-right: 1.5625rem; }
  .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.875rem; }
  .donationsPopup .donation-calculations__content .value {
    text-align: center;
    width: 50%; }
    @media only screen and (min-width: 33.8125rem) {
      .donationsPopup .donation-calculations__content .value:first-child {
        margin-right: -0.0625rem; }
        .donationsPopup .donation-calculations__content .value:first-child .value__cash {
          -webkit-border-top-left-radius: 0.625rem;
             -moz-border-radius-topleft: 0.625rem;
                  border-top-left-radius: 0.625rem;
          -webkit-border-bottom-left-radius: 0.625rem;
             -moz-border-radius-bottomleft: 0.625rem;
                  border-bottom-left-radius: 0.625rem; }
      .donationsPopup .donation-calculations__content .value:last-child .value__cash {
        background-color: var(--value-background);
        -webkit-border-top-right-radius: 0.625rem;
           -moz-border-radius-topright: 0.625rem;
                border-top-right-radius: 0.625rem;
        -webkit-border-bottom-right-radius: 0.625rem;
           -moz-border-radius-bottomright: 0.625rem;
                border-bottom-right-radius: 0.625rem; } }
    @media only screen and (max-width: 33.75rem) {
      .donationsPopup .donation-calculations__content .value {
        width: 100%; }
        .donationsPopup .donation-calculations__content .value ~ .value {
          margin-top: 0.9375rem; } }
    .donationsPopup .donation-calculations__content .value__label {
      color: var(--secondary-color);
      font-size: 0.875rem;
      margin-bottom: 0.4375rem; }
    .donationsPopup .donation-calculations__content .value__cash {
      color: var(--secondary-color);
      border: 0.0625rem solid var(--border-color);
      font-family: var(--primary-font);
      font-size: 1.375rem;
      padding: 0.625rem; }
      @media only screen and (max-width: 33.75rem) {
        .donationsPopup .donation-calculations__content .value__cash {
          -webkit-border-radius: 0.375rem;
             -moz-border-radius: 0.375rem;
                  border-radius: 0.375rem; } }
  .donationsPopup .donation-calculations__content #taxBracket + .nice-select .list {
    text-align: left; }
  .donationsPopup .my-pledge {
    font-size: 1rem; }
    .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 + rems(10px));
      padding-right: -moz-calc(13vmin + rems(10px));
      padding-right: calc(13vmin + rems(10px));
      overflow: hidden;
      position: relative; }
    .donationsPopup .my-pledge .title {
      color: var(--secondary-color);
      font-size: 1.0625rem;
      font-weight: 700;
      padding-right: 1.25rem;
      position: relative; }
      .donationsPopup .my-pledge .title::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0.625rem;
        width: 0.0625rem;
        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.3125rem 1.5625rem;
      -webkit-transition: .3s;
      -o-transition: .3s;
      -moz-transition: .3s;
      transition: .3s; }
      @media only screen and (max-width: 33.75rem) {
        .donationsPopup .my-pledge .edit {
          padding: 0.3125rem 0.9375rem; } }
      .donationsPopup .my-pledge .edit:focus, .donationsPopup .my-pledge .edit:hover {
        background-color: var(--primary-color); }
      .donationsPopup .my-pledge .edit .icon {
        width: 1rem;
        height: 1rem;
        background-image: var(--edit);
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 0.3125rem; }
        @media only screen and (max-width: 33.75rem) {
          .donationsPopup .my-pledge .edit .icon {
            margin: 0; } }
      @media only screen and (max-width: 33.75rem) {
        .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.25rem; }
  .donationsPopup .pledge-summary .pledge-total {
    font-size: 1rem; }
    .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.25rem; }
  .donationsPopup .contact-details {
    font-size: 1rem; }
    .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.25rem; }
    .donationsPopup .contact-details .label {
      width: 16%; }
      @media only screen and (max-width: 40rem) {
        .donationsPopup .contact-details .label {
          width: 5.9375rem; } }
    .donationsPopup .contact-details .value {
      color: var(--secondary-color);
      padding: 0 1.25rem 0 0.625rem;
      width: -webkit-calc(84% - rems(16px));
      width: -moz-calc(84% - rems(16px));
      width: calc(84% - rems(16px));
      word-break: break-word; }
      @media only screen and (max-width: 40rem) {
        .donationsPopup .contact-details .value {
          width: -webkit-calc(100% - rems(111px));
          width: -moz-calc(100% - rems(111px));
          width: calc(100% - rems(111px)); } }
    .donationsPopup .contact-details .edit {
      background-color: transparent;
      border: 0;
      cursor: pointer;
      margin: 0;
      padding: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      -moz-transition: .3s;
      transition: .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: 1rem;
      height: 1rem; }
  @media only screen and (min-width: 48.0625rem) {
    .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.5625rem;
    margin-top: 0;
    margin-bottom: 0.3125rem; }
  .donationsPopup .step--thanks .downloadBtn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff !important;
    font-size: 1.375rem;
    padding: 0.9375rem 2.1875rem; }

*:focus-visible {
  outline: 2px solid #19122D !important;
  outline-offset: 2px; }

*:focus:not(:focus-visible) {
  outline: 0; }

body.secondLvl .main-content {
  position: relative; }

body.sharedTemplates .main-content,
body.pageTitle-junior-school-and-nursery .main-content,
body.pageTitle-senior-and-sixth-form .main-content {
  position: relative; }

*::-moz-selection {
  background: #03ACEC; }

*::selection {
  background: #03ACEC; }

body.noHeader:not(.video).pageTitle-junior-school-and-nursery .main-hero .fader-wrapper,
body.noHeader:not(.video).pageTitle-senior-and-sixth-form .main-hero .fader-wrapper {
  background: #61B234; }

body.noHeader:not(.video).pageTitle-junior-school-and-nursery .js_logout-btn,
body.noHeader:not(.video).pageTitle-senior-and-sixth-form .js_logout-btn {
  pointer-events: all;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #19132C;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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; }
  @media (max-width: 767px) {
    body.noHeader:not(.video).pageTitle-junior-school-and-nursery .js_logout-btn,
    body.noHeader:not(.video).pageTitle-senior-and-sixth-form .js_logout-btn {
      display: none; } }
  body.noHeader:not(.video).pageTitle-junior-school-and-nursery .js_logout-btn::before,
  body.noHeader:not(.video).pageTitle-senior-and-sixth-form .js_logout-btn::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg id='logout' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath id='Path_89664' data-name='Path 89664' d='M28.8,16.8l-6,6.5m6-6.5-6-6m6,6H9.8m8,12H4.8V4.8h13' transform='translate(-1.8 -1.8)' fill='none' stroke='%2319132c' stroke-width='1'/%3E%3Cpath id='Path_89665' data-name='Path 89665' d='M0,0H30V30H0Z' fill='none'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 8px; }
  html.no-touch body.noHeader:not(.video).pageTitle-junior-school-and-nursery .js_logout-btn:hover, html.no-touch
  body.noHeader:not(.video).pageTitle-senior-and-sixth-form .js_logout-btn:hover {
    color: #89D2F6; }
    html.no-touch body.noHeader:not(.video).pageTitle-junior-school-and-nursery .js_logout-btn:hover::before, html.no-touch
    body.noHeader:not(.video).pageTitle-senior-and-sixth-form .js_logout-btn:hover::before {
      background-image: url("data:image/svg+xml,%3Csvg id='logout' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath id='Path_89664' data-name='Path 89664' d='M28.8,16.8l-6,6.5m6-6.5-6-6m6,6H9.8m8,12H4.8V4.8h13' transform='translate(-1.8 -1.8)' fill='none' stroke='%2389D2F6' stroke-width='1'/%3E%3Cpath id='Path_89665' data-name='Path 89665' d='M0,0H30V30H0Z' fill='none'/%3E%3C/svg%3E%0A"); }

body.noHeader:not(.video).pageTitle-junior-school-and-nursery .top-menu .search-btn,
body.noHeader:not(.video).pageTitle-junior-school-and-nursery .top-menu a,
body.noHeader:not(.video).pageTitle-junior-school-and-nursery .top-menu .contact-btn,
body.noHeader:not(.video).pageTitle-senior-and-sixth-form .top-menu .search-btn,
body.noHeader:not(.video).pageTitle-senior-and-sixth-form .top-menu a,
body.noHeader:not(.video).pageTitle-senior-and-sixth-form .top-menu .contact-btn {
  display: none; }

body.noHeader:not(.video).pageTitle-junior-school-and-nursery.menu-open .js_logout-btn,
body.noHeader:not(.video).pageTitle-senior-and-sixth-form.menu-open .js_logout-btn {
  color: #ffffff; }
  body.noHeader:not(.video).pageTitle-junior-school-and-nursery.menu-open .js_logout-btn::before,
  body.noHeader:not(.video).pageTitle-senior-and-sixth-form.menu-open .js_logout-btn::before {
    background-image: url("data:image/svg+xml,%3Csvg id='logout' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath id='Path_89664' data-name='Path 89664' d='M28.8,16.8l-6,6.5m6-6.5-6-6m6,6H9.8m8,12H4.8V4.8h13' transform='translate(-1.8 -1.8)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3Cpath id='Path_89665' data-name='Path 89665' d='M0,0H30V30H0Z' fill='none'/%3E%3C/svg%3E%0A"); }

body.noHeader:not(.video).pageTitle-junior-school-and-nursery .main-content .title-area,
body.noHeader:not(.video).pageTitle-senior-and-sixth-form .main-content .title-area {
  display: none; }

body.noHeader:not(.video).pageTitle-junior-school-and-nursery .main-content .secondLvlCss h2,
body.noHeader:not(.video).pageTitle-senior-and-sixth-form .main-content .secondLvlCss h2 {
  font-family: "Spectral";
  font-size: 55px;
  line-height: 1.2;
  font-weight: 300;
  color: #19132C; }

body.noHeader:not(.video).pageTitle-junior-school-and-nursery .main-content .secondLvlCss .downloadBtn,
body.noHeader:not(.video).pageTitle-senior-and-sixth-form .main-content .secondLvlCss .downloadBtn {
  min-width: 285px;
  margin-bottom: 3.125rem; }

body.noHeader:not(.video).pageTitle-junior-school-and-nursery .header .logo {
  background-image: url("/Images/svg/Logo_blue.svg");
  -moz-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
  body.noHeader:not(.video).pageTitle-junior-school-and-nursery .header .logo img {
    visibility: hidden; }

body.noHeader:not(.video).pageTitle-senior-and-sixth-form .main-hero .fader-wrapper {
  background: #0076C0; }

body.noHeader:not(.video).pageTitle-senior-and-sixth-form .js_logout-btn {
  color: #ffffff; }
  body.noHeader:not(.video).pageTitle-senior-and-sixth-form .js_logout-btn::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg id='logout' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath id='Path_89664' data-name='Path 89664' d='M28.8,16.8l-6,6.5m6-6.5-6-6m6,6H9.8m8,12H4.8V4.8h13' transform='translate(-1.8 -1.8)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3Cpath id='Path_89665' data-name='Path 89665' d='M0,0H30V30H0Z' fill='none'/%3E%3C/svg%3E%0A"); }

.secure--logo-menu,
.secure-area--toggle {
  display: none; }

.userLoggedIn.noHeader:not(.video) .main-hero .fader-wrapper {
  background: #61B234;
  min-height: 22vh !important;
  -webkit-clip-path: ellipse(80% 96% at 50% 0%);
          clip-path: ellipse(80% 96% at 50% 0%); }

.userLoggedIn .top-menu .search-btn,
.userLoggedIn .top-menu > a,
.userLoggedIn .top-menu .contact-btn {
  display: none; }

.userLoggedIn .logo-white {
  display: none; }

.userLoggedIn .secure--logo-menu {
  display: block; }

.userLoggedIn .secure-area--toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  padding-right: 0.625rem;
  min-width: 18.125rem; }
  @media (max-width: 1023px) {
    .userLoggedIn .secure-area--toggle {
      margin-top: 1.875rem; } }
  @media (max-width: 767px) {
    .userLoggedIn .secure-area--toggle {
      display: none; } }
  .userLoggedIn .secure-area--toggle.disabled {
    opacity: 0.6;
    pointer-events: none; }
  html.js_menu-open .userLoggedIn .secure-area--toggle {
    display: none; }
  .userLoggedIn .secure-area--toggle .switch {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.75rem;
    height: 1.875rem; }
    .userLoggedIn .secure-area--toggle .switch input {
      opacity: 0;
      width: 0;
      height: 0; }
    .userLoggedIn .secure-area--toggle .switch .slider {
      position: relative;
      display: block;
      height: 100%;
      width: 100%;
      cursor: pointer;
      background-color: #F4F4F4;
      -webkit-transition: .4s;
      -o-transition: .4s;
      -moz-transition: .4s;
      transition: .4s;
      -webkit-border-radius: 1rem;
         -moz-border-radius: 1rem;
              border-radius: 1rem;
      pointer-events: none; }
      .userLoggedIn .secure-area--toggle .switch .slider::before {
        position: absolute;
        content: "";
        height: 1.25rem;
        width: 1.25rem;
        right: 0.25rem;
        top: 0.3125rem;
        background-color: #19132C;
        -webkit-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        transition: .4s;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%; }
  .userLoggedIn .secure-area--toggle .school-name {
    padding-left: 0.625rem;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #19132C; }
  html.no-touch .userLoggedIn .secure-area--toggle:hover .switch:not(.active) .slider::before {
    -webkit-transform: translateX(-16px);
       -moz-transform: translateX(-16px);
        -ms-transform: translateX(-16px);
         -o-transform: translateX(-16px);
            transform: translateX(-16px); }

.js_switch-active.noHeader:not(.video) .main-hero .fader-wrapper {
  background: #0076C0;
  min-height: 22vh !important;
  -webkit-clip-path: ellipse(80% 96% at 50% 0%);
          clip-path: ellipse(80% 96% at 50% 0%); }

.js_switch-active .logo-white {
  display: block; }

.js_switch-active .secure--logo-menu {
  display: none; }

.js_switch-active .secure-area--toggle .switch .slider::before {
  -webkit-transform: translateX(-31px);
     -moz-transform: translateX(-31px);
      -ms-transform: translateX(-31px);
       -o-transform: translateX(-31px);
          transform: translateX(-31px); }

.js_switch-active .secure-area--toggle .school-name {
  display: block;
  padding-left: 0.625rem;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #FFFFFF; }

html.no-touch .js_switch-active .secure-area--toggle:hover .slider::before {
  -webkit-transform: translateX(-16px);
     -moz-transform: translateX(-16px);
      -ms-transform: translateX(-16px);
       -o-transform: translateX(-16px);
          transform: translateX(-16px); }

.admissionsEnquiry .alert.alert-success, .admissionsEnquiry .alert {
  position: relative;
  opacity: 1;
  visibility: visible; }
