@charset "UTF-8";
/* Reset */
@import url("https://p.typekit.net/p.css?s=1&k=cwu8jpu&ht=tk&f=30025.30026.30027.30028.30029.30030.30033.30034.51957.51958&a=85245187&app=typekit&e=css");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
}

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

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

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

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

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

ol, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

strong {
  font-weight: bold;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

:focus-visible {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

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

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes circleReveal {
  0% {
    -webkit-clip-path: circle(0% at 100% 0%);
            clip-path: circle(0% at 100% 0%);
  }
  100% {
    -webkit-clip-path: circle(150%);
            clip-path: circle(150%);
  }
}
@-moz-keyframes circleReveal {
  0% {
    clip-path: circle(0% at 100% 0%);
  }
  100% {
    clip-path: circle(150%);
  }
}
@-o-keyframes circleReveal {
  0% {
    clip-path: circle(0% at 100% 0%);
  }
  100% {
    clip-path: circle(150%);
  }
}
@keyframes circleReveal {
  0% {
    -webkit-clip-path: circle(0% at 100% 0%);
            clip-path: circle(0% at 100% 0%);
  }
  100% {
    -webkit-clip-path: circle(150%);
            clip-path: circle(150%);
  }
}
@-webkit-keyframes colorChange {
  0% {
    color: #F8BA41;
  }
  50% {
    color: #3982AC;
  }
  100% {
    color: #F7F9FC;
  }
}
@-moz-keyframes colorChange {
  0% {
    color: #F8BA41;
  }
  50% {
    color: #3982AC;
  }
  100% {
    color: #F7F9FC;
  }
}
@-o-keyframes colorChange {
  0% {
    color: #F8BA41;
  }
  50% {
    color: #3982AC;
  }
  100% {
    color: #F7F9FC;
  }
}
@keyframes colorChange {
  0% {
    color: #F8BA41;
  }
  50% {
    color: #3982AC;
  }
  100% {
    color: #F7F9FC;
  }
}
@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slide-in {
  from {
    -moz-transform: translateY(30px);
         transform: translateY(30px);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes slide-in {
  from {
    -o-transform: translateY(30px);
       transform: translateY(30px);
    opacity: 0;
  }
  to {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in {
  from {
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes opacityInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes opacityInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes opacityInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * agenda:
 *   - http://typekit.com/eulas/00000000000000007735d2b2
 *   - http://typekit.com/eulas/00000000000000007735d2b8
 *   - http://typekit.com/eulas/00000000000000007735d2be
 *   - http://typekit.com/eulas/00000000000000007735d2c1
 *   - http://typekit.com/eulas/00000000000000007735d2c6
 *   - http://typekit.com/eulas/00000000000000007735d2cb
 *   - http://typekit.com/eulas/00000000000000007735d2d4
 *   - http://typekit.com/eulas/00000000000000007735d2d6
 * arsenica-variable:
 *   - http://typekit.com/eulas/0000000000000000774afb61
 *   - http://typekit.com/eulas/0000000000000000774afb64
 *
 * © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2025-08-11 16:35:05 UTC"}*/
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/a51ddf/00000000000000007735d2b2/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/a51ddf/00000000000000007735d2b2/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/a51ddf/00000000000000007735d2b2/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/26f948/00000000000000007735d2b8/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/26f948/00000000000000007735d2b8/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/26f948/00000000000000007735d2b8/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/e6d00a/00000000000000007735d2be/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/e6d00a/00000000000000007735d2be/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/e6d00a/00000000000000007735d2be/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/759837/00000000000000007735d2c1/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/759837/00000000000000007735d2c1/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/759837/00000000000000007735d2c1/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/336188/00000000000000007735d2c6/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/336188/00000000000000007735d2c6/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/336188/00000000000000007735d2c6/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/964890/00000000000000007735d2cb/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/964890/00000000000000007735d2cb/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/964890/00000000000000007735d2cb/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/201880/00000000000000007735d2d4/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/201880/00000000000000007735d2d4/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/201880/00000000000000007735d2d4/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "agenda";
  src: url("https://use.typekit.net/af/233f12/00000000000000007735d2d6/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/233f12/00000000000000007735d2d6/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/233f12/00000000000000007735d2d6/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "arsenica-variable";
  src: url("https://use.typekit.net/af/d8f973/0000000000000000774afb61/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/d8f973/0000000000000000774afb61/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/d8f973/0000000000000000774afb61/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 100 800;
  font-stretch: normal;
}
@font-face {
  font-family: "arsenica-variable";
  src: url("https://use.typekit.net/af/2f4c2a/0000000000000000774afb64/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2f4c2a/0000000000000000774afb64/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2f4c2a/0000000000000000774afb64/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 100 800;
  font-stretch: normal;
}
.tk-agenda {
  font-family: "agenda", sans-serif;
}

.tk-arsenica-variable {
  font-family: "arsenica-variable", sans-serif;
}

@font-face {
  font-family: "global-icons";
  src: url("/fonts/icons/global-icons.woff?220ktz") format("woff");
  src: url("/fonts/icons/global-icons.svg?220ktz&#global-icons") format("svg");
  src: url("/fonts/icons/global-icons.ttf") format("truetype");
  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.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, .story-card .story-card-image {
  /* 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, .social-icon.story-card.isTumblr:before, .social-icon.story-card.isWordpress:before, .story-card .social-blog-icon.story-card-image:before, .story-card .story-card-image.story-card.isTumblr:before, .story-card .story-card-image.story-card.isWordpress:before {
  content: "";
}
.social-icon.social-facebook-icon:before, .story-card .social-facebook-icon.story-card-image:before, .story-card.isFacebook .story-card-image:before, .stories-section .story-card.isFacebook .social-icon.img-holder:before, .stories-section .story-card.isFacebook .img-holder.story-card-image:before {
  content: "";
}
.social-icon.social-flickr-icon:before, .story-card .social-flickr-icon.story-card-image:before, .story-card.isPhotos .story-card-image:before, .stories-section .story-card.isPhotos .social-icon.img-holder:before, .stories-section .story-card.isPhotos .img-holder.story-card-image:before {
  content: "";
}
.social-icon.social-instagram-icon:before, .story-card .social-instagram-icon.story-card-image:before, .story-card.isInstagram .story-card-image:before, .stories-section .story-card.isInstagram .social-icon.img-holder:before, .stories-section .story-card.isInstagram .img-holder.story-card-image:before {
  content: "";
}
.social-icon.social-issuu-icon:before, .story-card .social-issuu-icon.story-card-image:before, .story-card.isPublications .story-card-image:before, .stories-section .story-card.isPublications .social-icon.img-holder:before, .stories-section .story-card.isPublications .img-holder.story-card-image:before {
  content: "";
}
.social-icon.social-linkedin-icon:before, .story-card .social-linkedin-icon.story-card-image:before {
  content: "";
}
.social-icon.social-pinterest-icon:before, .story-card .social-pinterest-icon.story-card-image:before, .story-card.isPinterest .story-card-image:before, .stories-section .story-card.isPinterest .social-icon.img-holder:before, .stories-section .story-card.isPinterest .img-holder.story-card-image:before {
  content: "";
}
.social-icon.social-soundcloud-icon:before, .story-card .social-soundcloud-icon.story-card-image:before, .story-card.isAudio .story-card-image:before, .stories-section .story-card.isAudio .social-icon.img-holder:before, .stories-section .story-card.isAudio .img-holder.story-card-image:before {
  content: "";
}
.social-icon.social-twitter-icon:before, .story-card.isTwitter .social-icon.story-card-image:before, .story-card .story-card-image:before, .stories-section .story-card .social-icon.img-holder:before, .stories-section .story-card .img-holder.story-card-image:before {
  content: "";
}
.social-icon.social-vimeo-icon:before, .story-card .social-vimeo-icon.story-card-image:before, .story-card.isVimeo .story-card-image:before, .stories-section .story-card.isVimeo .social-icon.img-holder:before, .stories-section .story-card.isVimeo .img-holder.story-card-image:before {
  content: "";
}
.social-icon.social-youtube-icon:before, .story-card .social-youtube-icon.story-card-image:before, .story-card.isYoutube .story-card-image:before, .stories-section .story-card.isYoutube .social-icon.img-holder:before, .stories-section .story-card.isYoutube .img-holder.story-card-image:before {
  content: "";
}
.social-icon.social-news-icon:before, .story-card .social-news-icon.story-card-image:before, .story-card.isNews .story-card-image:before, .stories-section .story-card.isNews .social-icon.img-holder:before, .stories-section .story-card.isNews .img-holder.story-card-image:before {
  content: "";
}

/* end social icons */
/*
    * only global icons
*/
.global-icons, .stats-section .slick-arrow, .custom-menu .cm-levels .cm-absolute .overflow-indicator:after {
  /* 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.icon-calendar:before, .stats-section .icon-calendar.slick-arrow:before {
  content: "";
}
.global-icons.icon-clock:before, .stats-section .icon-clock.slick-arrow:before {
  content: "";
}
.global-icons.icon-arrow-big-head-up:before, .stats-section .icon-arrow-big-head-up.slick-arrow:before {
  content: "";
}
.global-icons.icon-arrow-big-head-down:before, .stats-section .icon-arrow-big-head-down.slick-arrow:before {
  content: "";
}
.global-icons.icon-arrow-big-tail-up:before, .stats-section .icon-arrow-big-tail-up.slick-arrow:before {
  content: "";
}
.global-icons.icon-arrow-big-tail-down:before, .stats-section .icon-arrow-big-tail-down.slick-arrow:before {
  content: "";
}
.global-icons.icon-arrow-head-right:before, .stats-section .icon-arrow-head-right.slick-arrow:before {
  content: "";
}
.global-icons.icon-arrow-head-left:before, .stats-section .icon-arrow-head-left.slick-arrow:before {
  content: "";
}
.global-icons.icon-arrow-tail-right:before, .stats-section .icon-arrow-tail-right.slick-arrow:before {
  content: "";
}
.global-icons.icon-arrow-tail-left:before, .stats-section .icon-arrow-tail-left.slick-arrow:before {
  content: "";
}
.global-icons.icon-chevron-right:before, .stats-section .icon-chevron-right.slick-arrow:before {
  content: "";
}
.global-icons.icon-chevron-left:before, .stats-section .icon-chevron-left.slick-arrow:before {
  content: "";
}
.global-icons.icon-arrow-right-sml:before, .stats-section .icon-arrow-right-sml.slick-arrow:before {
  content: "";
}
.global-icons.icon-chevron-down:before, .stats-section .icon-chevron-down.slick-arrow:before {
  content: "";
}
.global-icons.icon-search:before, .stats-section .icon-search.slick-arrow:before {
  content: "";
}
.global-icons.icon-pin:before, .stats-section .icon-pin.slick-arrow:before {
  content: "";
}
.global-icons.icon-phone:before, .stats-section .icon-phone.slick-arrow:before {
  content: "";
}
.global-icons.icon-bell:before, .stats-section .icon-bell.slick-arrow:before {
  content: "";
}
.global-icons.icon-arrow-left:before, .stats-section .icon-arrow-left.slick-arrow:before, .stats-section .slick-arrow.slick-prev:before {
  content: "";
}
.global-icons.icon-arrow-right:before, .stats-section .icon-arrow-right.slick-arrow:before, .stats-section .slick-arrow.slick-next:before {
  content: "";
}
.global-icons.icon-arrow-down:before, .stats-section .icon-arrow-down.slick-arrow:before {
  content: "";
}
.global-icons.icon-arrow-top:before, .stats-section .icon-arrow-top.slick-arrow:before {
  content: "";
}
.global-icons.icon-alert:before, .stats-section .icon-alert.slick-arrow:before {
  content: "";
}
.global-icons.icon-close:before, .stats-section .icon-close.slick-arrow:before {
  content: "";
}

.global-icons-before:before {
  /* 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-before.icon-before-calendar:before {
  content: "";
}
.global-icons-before.icon-before-clock:before {
  content: "";
}
.global-icons-before.icon-before-arrow-big-head-up:before {
  content: "";
}
.global-icons-before.icon-before-arrow-big-head-down:before {
  content: "";
}
.global-icons-before.icon-before-arrow-big-tail-up:before {
  content: "";
}
.global-icons-before.icon-before-arrow-big-tail-down:before {
  content: "";
}
.global-icons-before.icon-before-arrow-head-right:before {
  content: "";
}
.global-icons-before.icon-before-arrow-head-left:before {
  content: "";
}
.global-icons-before.icon-before-arrow-tail-right:before, .stats-section .owl-nav button.global-icons-before.owl-prev:before {
  content: "";
}
.global-icons-before.icon-before-arrow-tail-left:before, .stats-section .owl-nav button.global-icons-before.owl-next:before {
  content: "";
}
.global-icons-before.icon-before-chevron-right:before {
  content: "";
}
.global-icons-before.icon-before-chevron-left:before {
  content: "";
}
.global-icons-before.icon-before-arrow-right-sml:before {
  content: "";
}
.global-icons-before.icon-before-chevron-down:before {
  content: "";
}
.global-icons-before.icon-before-search:before {
  content: "";
}
.global-icons-before.icon-before-pin:before {
  content: "";
}
.global-icons-before.icon-before-phone:before {
  content: "";
}
.global-icons-before.icon-before-bell:before {
  content: "";
}
.global-icons-before.icon-before-arrow-left:before {
  content: "";
}
.global-icons-before.icon-before-arrow-right:before {
  content: "";
}
.global-icons-before.icon-before-arrow-down:before {
  content: "";
}
.global-icons-before.icon-before-arrow-top:before {
  content: "";
}
.global-icons-before.icon-before-alert:before {
  content: "";
}
.global-icons-before.icon-before-close:before {
  content: "";
}

.global-icons-after:after, .stats-section .owl-nav button:after, .staff-card .staff-card-content .scc-role:after {
  /* 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-after.icon-after-calendar:after, .stats-section .owl-nav button.icon-after-calendar:after, .staff-card .staff-card-content .icon-after-calendar.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-clock:after, .stats-section .owl-nav button.icon-after-clock:after, .staff-card .staff-card-content .icon-after-clock.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-big-head-up:after, .stats-section .owl-nav button.icon-after-arrow-big-head-up:after, .staff-card .staff-card-content .icon-after-arrow-big-head-up.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-big-head-down:after, .stats-section .owl-nav button.icon-after-arrow-big-head-down:after, .staff-card .staff-card-content .icon-after-arrow-big-head-down.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-big-tail-up:after, .stats-section .owl-nav button.icon-after-arrow-big-tail-up:after, .staff-card .staff-card-content .icon-after-arrow-big-tail-up.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-big-tail-down:after, .stats-section .owl-nav button.icon-after-arrow-big-tail-down:after, .staff-card .staff-card-content .icon-after-arrow-big-tail-down.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-head-right:after, .stats-section .owl-nav button.icon-after-arrow-head-right:after, .stats-section .owl-nav button.owl-prev:after, .staff-card .staff-card-content .icon-after-arrow-head-right.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-head-left:after, .stats-section .owl-nav button.icon-after-arrow-head-left:after, .stats-section .owl-nav button.owl-next:after, .staff-card .staff-card-content .icon-after-arrow-head-left.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-tail-right:after, .stats-section .owl-nav button.icon-after-arrow-tail-right:after, .staff-card .staff-card-content .icon-after-arrow-tail-right.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-tail-left:after, .stats-section .owl-nav button.icon-after-arrow-tail-left:after, .staff-card .staff-card-content .icon-after-arrow-tail-left.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-chevron-right:after, .stats-section .owl-nav button.icon-after-chevron-right:after, .staff-card .staff-card-content .icon-after-chevron-right.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-chevron-left:after, .stats-section .owl-nav button.icon-after-chevron-left:after, .staff-card .staff-card-content .icon-after-chevron-left.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-right-sml:after, .stats-section .owl-nav button.icon-after-arrow-right-sml:after, .staff-card .staff-card-content .scc-role:after {
  content: "";
}
.global-icons-after.icon-after-chevron-down:after, .stats-section .owl-nav button.icon-after-chevron-down:after, .staff-card .staff-card-content .icon-after-chevron-down.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-search:after, .stats-section .owl-nav button.icon-after-search:after, .staff-card .staff-card-content .icon-after-search.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-pin:after, .stats-section .owl-nav button.icon-after-pin:after, .staff-card .staff-card-content .icon-after-pin.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-phone:after, .stats-section .owl-nav button.icon-after-phone:after, .staff-card .staff-card-content .icon-after-phone.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-bell:after, .stats-section .owl-nav button.icon-after-bell:after, .staff-card .staff-card-content .icon-after-bell.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-left:after, .stats-section .owl-nav button.icon-after-arrow-left:after, .staff-card .staff-card-content .icon-after-arrow-left.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-right:after, .stats-section .owl-nav button.icon-after-arrow-right:after, .staff-card .staff-card-content .icon-after-arrow-right.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-down:after, .stats-section .owl-nav button.icon-after-arrow-down:after, .staff-card .staff-card-content .icon-after-arrow-down.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-arrow-top:after, .stats-section .owl-nav button.icon-after-arrow-top:after, .staff-card .staff-card-content .icon-after-arrow-top.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-alert:after, .stats-section .owl-nav button.icon-after-alert:after, .staff-card .staff-card-content .icon-after-alert.scc-role:after {
  content: "";
}
.global-icons-after.icon-after-close:after, .stats-section .owl-nav button.icon-after-close:after, ._notice-open .global-icons-after.notice-button:after, ._notice-open .stats-section .owl-nav button.notice-button:after, .stats-section .owl-nav ._notice-open button.notice-button:after, .staff-card .staff-card-content .icon-after-close.scc-role:after, .staff-card .staff-card-content ._notice-open .scc-role.notice-button:after, ._notice-open .staff-card .staff-card-content .scc-role.notice-button:after {
  content: "";
}
.global-icons-after.icon-after-email:after, .stats-section .owl-nav button.icon-after-email:after, .staff-card .staff-card-content .icon-after-email.scc-role:after {
  content: "";
  width: 18px;
  height: 18px;
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512'%3E%3Cg fill='%23f8ba41'%3E%3Cpath d='m331.756 277.251-42.881 43.026c-17.389 17.45-47.985 17.826-65.75 0l-42.883-43.026L26.226 431.767C31.959 434.418 38.28 436 45 436h422c6.72 0 13.039-1.58 18.77-4.232L331.756 277.251z' data-original='%23000000'/%3E%3Cpath d='M467 76H45c-6.72 0-13.041 1.582-18.772 4.233l164.577 165.123c.011.011.024.013.035.024a.05.05 0 0 1 .013.026l53.513 53.69c5.684 5.684 17.586 5.684 23.27 0l53.502-53.681s.013-.024.024-.035c0 0 .024-.013.035-.024L485.77 80.232C480.039 77.58 473.72 76 467 76zM4.786 101.212C1.82 107.21 0 113.868 0 121v270c0 7.132 1.818 13.79 4.785 19.788l154.283-154.783L4.786 101.212zm502.428-.002L352.933 256.005 507.214 410.79C510.18 404.792 512 398.134 512 391V121c0-7.134-1.82-13.792-4.786-19.79z' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* end global icons */
.social-font-icon, .stories-section .story-card .img-holder {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "social-icons" !important;
  speak: none;
  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-font-icon.social-news-icon:before, .story-card.isNews .social-font-icon.story-card-image:before, .stories-section .story-card .social-news-icon.img-holder:before, .stories-section .story-card.isNews .img-holder:before {
  content: "";
}
.social-font-icon.social-blog-icon:before, .social-font-icon.story-card.isTumblr:before, .social-font-icon.story-card.isWordpress:before, .stories-section .story-card .social-blog-icon.img-holder:before, .stories-section .story-card .img-holder.story-card.isTumblr:before, .stories-section .story-card .img-holder.story-card.isWordpress:before {
  content: "";
}
.social-font-icon.social-facebook-icon:before, .story-card.isFacebook .social-font-icon.story-card-image:before, .stories-section .story-card .social-facebook-icon.img-holder:before, .stories-section .story-card.isFacebook .img-holder:before {
  content: "";
}
.social-font-icon.social-flickr-icon:before, .story-card.isPhotos .social-font-icon.story-card-image:before, .stories-section .story-card .social-flickr-icon.img-holder:before, .stories-section .story-card.isPhotos .img-holder:before {
  content: "";
}
.social-font-icon.social-instagram-icon:before, .story-card.isInstagram .social-font-icon.story-card-image:before, .stories-section .story-card .social-instagram-icon.img-holder:before, .stories-section .story-card.isInstagram .img-holder:before {
  content: "";
}
.social-font-icon.social-issuu-icon:before, .story-card.isPublications .social-font-icon.story-card-image:before, .stories-section .story-card .social-issuu-icon.img-holder:before, .stories-section .story-card.isPublications .img-holder:before {
  content: "";
}
.social-font-icon.social-linkedin-icon:before, .stories-section .story-card .social-linkedin-icon.img-holder:before {
  content: "";
}
.social-font-icon.social-twitter-icon:before, .story-card .social-font-icon.story-card-image:before, .stories-section .story-card.isTwitter .social-font-icon.img-holder:before, .stories-section .story-card .img-holder:before {
  content: "";
}
.social-font-icon.social-pinterest-icon:before, .story-card.isPinterest .social-font-icon.story-card-image:before, .stories-section .story-card .social-pinterest-icon.img-holder:before, .stories-section .story-card.isPinterest .img-holder:before {
  content: "";
}
.social-font-icon.social-soundcloud-icon:before, .story-card.isAudio .social-font-icon.story-card-image:before, .stories-section .story-card .social-soundcloud-icon.img-holder:before, .stories-section .story-card.isAudio .img-holder:before {
  content: "";
}
.social-font-icon.social-vimeo-icon:before, .story-card.isVimeo .social-font-icon.story-card-image:before, .stories-section .story-card .social-vimeo-icon.img-holder:before, .stories-section .story-card.isVimeo .img-holder:before {
  content: "";
}
.social-font-icon.social-youtube-icon:before, .story-card.isYoutube .social-font-icon.story-card-image:before, .stories-section .story-card .social-youtube-icon.img-holder:before, .stories-section .story-card.isYoutube .img-holder:before {
  content: "";
}

@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:before, .secondLvlCss a.sl-mail-icon[href$=".pdf"]:not(.downloadBtn):before, .secondLvlCss a.sl-mail-icon[target=_blank]:not(.downloadBtn):not([href$=".pdf"]):before, .secondLvlCss a[target=_blank][href^=mailto]:not(.downloadBtn):not([href$=".pdf"]):before, .secondLvlCss a[href^=mailto]:not(.downloadBtn):before {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.sl-icons.sl-pdf_file-icon:before, .secondLvlCss a[href$=".pdf"]:not(.downloadBtn):before, .secondLvlCss a.sl-pdf_file-icon[target=_blank]:not(.downloadBtn):not([href$=".pdf"]):before, .secondLvlCss a[target=_blank][href$=".pdf"]:not(.downloadBtn):not([href$=".pdf"]):before, .secondLvlCss a.sl-pdf_file-icon[href^=mailto]:not(.downloadBtn):before {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.sl-icons.sl-tabs-icon:before, .secondLvlCss a.sl-tabs-icon[href$=".pdf"]:not(.downloadBtn):before, .secondLvlCss a[target=_blank]:not(.downloadBtn):not([href$=".pdf"]):before, .secondLvlCss a.sl-tabs-icon[href^=mailto]:not(.downloadBtn):before {
  font-family: "secondlevel-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.stories-section .story-card {
  width: 360px;
  position: relative;
  overflow: hidden;
}
.stories-section .story-card .img-holder {
  position: relative;
  overflow: hidden;
  height: 238px;
}
@media all and (min-width: 992px) {
  .stories-section .story-card .img-holder {
    height: 325px;
  }
}
@media all and (min-width: 1921px) {
  .stories-section .story-card .img-holder {
    height: 460px;
  }
}
.stories-section .story-card .img-holder:before {
  display: block;
  position: absolute;
  top: 34px;
  right: 35px;
  z-index: 1;
  font-size: 21px;
  color: #F7F9FC;
}
@media all and (min-width: 1921px) {
  .stories-section .story-card .img-holder:before {
    font-size: 27px;
    right: 50px;
    top: 50px;
  }
}
.stories-section .story-card .img-holder:after {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #072050;
  top: 23px;
  right: 23px;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.42);
     -moz-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.42);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.42);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
@media all and (min-width: 1921px) {
  .stories-section .story-card .img-holder:after {
    width: 64px;
    height: 64px;
    top: 32px;
    right: 32px;
  }
}
.stories-section .story-card .img-holder img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.stories-section .story-card .txt-holder {
  font-family: "agenda", sans-serif;
  color: #072050;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1;
}
@media all and (min-width: 1921px) {
  .stories-section .story-card .txt-holder {
    font-size: 24px;
  }
}
.stories-section .story-card .txt-holder .channel {
  font-weight: 400;
  opacity: 0.5;
}
.stories-section .story-card .txt-holder p {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 48px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 16px 0 12px;
}
@media all and (min-width: 992px) {
  .stories-section .story-card .txt-holder p {
    font-size: 22px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 56px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}
@media all and (min-width: 1921px) {
  .stories-section .story-card .txt-holder p {
    font-size: 28px;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    max-height: 152px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin: 24px 0 30px;
  }
}
.stories-section .story-card .txt-holder .date {
  font-weight: 300;
  color: #072050;
}
.stories-section .story-card .whole-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.stories-section .story-card.isNews .img-holder:after {
  background: #072050;
}
.stories-section .story-card.isTwitter .img-holder:after {
  background: #000000;
}
.stories-section .story-card.isPhotos .img-holder:after {
  background: #FE0084;
}
.stories-section .story-card.isTumblr .img-holder:after, .stories-section .story-card.isWordpress .img-holder:after {
  background: #21759B;
}
.stories-section .story-card.isYoutube .img-holder:after {
  background: #FF0000;
}
.stories-section .story-card.isVimeo .img-holder:after {
  background: #1AB7EA;
}
.stories-section .story-card.isFacebook .img-holder:after {
  background: #224B7C;
}
.stories-section .story-card.isAudio .img-holder:after {
  background: #FF8800;
}
.stories-section .story-card.isPublications .img-holder:after {
  background: #F36D5D;
}
.stories-section .story-card.isInstagram .img-holder:after {
  background: #7640A3;
}
.stories-section .story-card.isPinterest .img-holder:after {
  background: #E60023;
}
.stories-section .story-card.isTiktok .img-holder:after {
  background: #000000;
}
.no-touch .stories-section .story-card:hover .img-holder img {
  -webkit-transform: scale(1.12);
     -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
       -o-transform: scale(1.12);
          transform: scale(1.12);
}
.no-touch .stories-section .story-card:hover .img-holder:after {
  width: 55px;
  height: 55px;
  top: 18px;
  right: 18px;
}
@media all and (min-width: 1921px) {
  .no-touch .stories-section .story-card:hover .img-holder:after {
    width: 74px;
    height: 74px;
    top: 27px;
    right: 27px;
  }
}

.programsOverlay-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 31;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.programsOverlay-popup.opened {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.programsOverlay-popup.opened:before {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.programsOverlay-popup:before {
  content: "";
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.programsOverlay-popup .sf-head {
  width: 100%;
  height: 50px;
  background: #072050;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.42);
     -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.42);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.42);
}
.programsOverlay-popup .sf-head .title {
  font-family: "agenda", sans-serif;
  font-size: 24px;
  line-height: 50px;
  color: #FFFFFF;
  margin-left: 50px;
  padding-left: 20px;
  font-weight: 500;
  position: relative;
}
.programsOverlay-popup .sf-head .title:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background: #F7F9FC;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.programsOverlay-popup .mediaPopup__share {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.programsOverlay-popup .mediaPopup__share i {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23FFF%27%20xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18.392' height='18.084' viewBox='0 0 18.392 18.084'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.893' y1='0.907' x2='0.209' y2='0.22' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23e3a67b'/%3E%3Cstop offset='0.631' stop-color='%23a85f46'/%3E%3Cstop offset='1' stop-color='%23693c28'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='ChangeThisColor' d='M17.769,20.186a3.044,3.044,0,0,1,.041-.47l-6.7-3.282a3.149,3.149,0,1,1,.009-4.328l6.693-3.247a3.148,3.148,0,1,1,.824,1.7l-6.694,3.246a2.874,2.874,0,0,1,0,.93l6.7,3.282a3.145,3.145,0,1,1-.871,2.167Zm2.32-.79-.247.262-.056.358a1.359,1.359,0,0,0-.017.169,1.15,1.15,0,0,0,2.3,0,1.147,1.147,0,0,0-1.979-.79ZM7.677,14.264a1.151,1.151,0,0,0,1.15,1.15,1.134,1.134,0,0,0,.83-.36l.249-.26.054-.355a1.434,1.434,0,0,0,.015-.174,1.4,1.4,0,0,0-.015-.169l-.053-.355-.247-.262a1.147,1.147,0,0,0-1.983.786ZM19.771,8.4a1.362,1.362,0,0,0,.015.171l.052.353.247.262a1.147,1.147,0,1,0-.314-.786Z' transform='translate(-5.677 -5.251)' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.programsOverlay-popup .close-button {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #072050;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -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;
}
.programsOverlay-popup .close-button span {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.programsOverlay-popup .close-button span:before, .programsOverlay-popup .close-button span:after {
  content: "";
  background: #F7F9FC;
  position: absolute;
}
.programsOverlay-popup .close-button span:before {
  width: 100%;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  left: 0;
}
.programsOverlay-popup .close-button span:after {
  width: 4px;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  top: 0;
}
html.no-touch .programsOverlay-popup .close-button:hover span:before, html.no-touch .programsOverlay-popup .close-button:hover span:after {
  background: #F8BA41;
}
.programsOverlay-popup .sf-wrapper {
  width: 100%;
  height: 100%;
  max-width: 737px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.programsOverlay-popup .sf-container {
  width: 100%;
  height: 100%;
  position: relative;
  background: #072050;
  overflow-y: auto;
}
.programsOverlay-popup .sf-inner {
  width: 100%;
  min-height: 100%;
}
.programsOverlay-popup .sf-content {
  width: 100%;
  display: block;
  position: relative;
}
.programsOverlay-popup .sf-content .secondLvlCss {
  padding: 32px 40px 20px;
}
.programsOverlay-popup .sf-content .secondLvlCss h2, .programsOverlay-popup .sf-content .secondLvlCss h3, .programsOverlay-popup .sf-content .secondLvlCss h4, .programsOverlay-popup .sf-content .secondLvlCss h5, .programsOverlay-popup .sf-content .secondLvlCss h6, .programsOverlay-popup .sf-content .secondLvlCss p, .programsOverlay-popup .sf-content .secondLvlCss ul li, .programsOverlay-popup .sf-content .secondLvlCss ol li {
  color: #FFFFFF;
}
.programsOverlay-popup .sf-content .secondLvlCss h2 a, .programsOverlay-popup .sf-content .secondLvlCss h3 a, .programsOverlay-popup .sf-content .secondLvlCss h4 a, .programsOverlay-popup .sf-content .secondLvlCss h5 a, .programsOverlay-popup .sf-content .secondLvlCss h6 a, .programsOverlay-popup .sf-content .secondLvlCss p a, .programsOverlay-popup .sf-content .secondLvlCss ul li a, .programsOverlay-popup .sf-content .secondLvlCss ol li a {
  color: inherit;
}
.programsOverlay-popup .sf-content .img-holder {
  margin: 20px 0 0 20px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 30px 0 0 30px;
     -moz-border-radius: 30px 0 0 30px;
          border-radius: 30px 0 0 30px;
}
.programsOverlay-popup .sf-content .img-holder:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.42;
}
.programsOverlay-popup .sf-content .img-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.programsOverlay-popup .related-head {
  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: 10px 10px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: none;
}
@media all and (max-width: 767px) {
  .programsOverlay-popup .related-head {
    -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;
  }
}
.programsOverlay-popup .search-tag {
  line-height: 30px;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  padding: 0 10px;
  background-color: rgba(137, 91, 4, 0.18);
  color: #072050;
  font-size: 11px;
  letter-spacing: 0.55px;
  margin-top: 20px;
  font-family: "arsenica-variable", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  .programsOverlay-popup .search-tag {
    margin-left: 20px;
    margin-top: 0;
  }
}
.programsOverlay-popup .related-cards {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  padding: 0 25px 40px;
  background: #072050;
}
.programsOverlay-popup .related-cards .related-cards-title {
  font-family: "agenda", sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #072050;
  font-weight: 400;
}
.programsOverlay-popup .related-cards .column {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.programsOverlay-popup .related-cards .column .story-card + .story-card {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .programsOverlay-popup .related-cards .column {
    width: 100%;
  }
  .programsOverlay-popup .related-cards .column-right {
    display: none;
  }
}
.secondLvlCss {
  /* youtube iframe */
}
.secondLvlCss h2 {
  font-family: "arsenica-variable", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  color: #072050;
  margin: 0 0 30px;
  letter-spacing: -0.03em;
}
@media all and (min-width: 1921px) {
  .secondLvlCss h2 {
    font-size: 60px;
    line-height: 73px;
  }
}
.secondLvlCss h3 {
  font-family: "arsenica-variable", sans-serif;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 400;
  color: #072050;
  margin: 0 0 30px;
  letter-spacing: -0.03em;
}
@media all and (min-width: 1921px) {
  .secondLvlCss h3 {
    font-size: 45px;
    line-height: 40px;
  }
}
.secondLvlCss h3::first-letter {
  text-transform: uppercase;
}
.secondLvlCss h4 {
  font-family: "agenda", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  color: #072050;
  margin: 0 0 30px;
}
@media all and (min-width: 1921px) {
  .secondLvlCss h4 {
    font-size: 40px;
    line-height: 35px;
  }
}
.secondLvlCss h4::first-letter {
  text-transform: uppercase;
}
.secondLvlCss h5 {
  font-family: "agenda", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.21px;
  font-weight: 400;
  color: #072050;
  margin: 0 0 30px;
}
.secondLvlCss h5::first-letter {
  text-transform: uppercase;
}
.secondLvlCss h6 {
  font-family: "agenda", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  color: #072050;
}
.secondLvlCss h6::first-letter {
  text-transform: uppercase;
}
.secondLvlCss p {
  font-family: "agenda", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  color: #072050;
  margin-bottom: 20px;
}
@media all and (min-width: 992px) {
  .secondLvlCss p {
    font-size: 19px;
  }
}
@media all and (min-width: 1921px) {
  .secondLvlCss p {
    font-size: 22px;
  }
}
.secondLvlCss p a {
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
}
.secondLvlCss p.featuredParagraph {
  font-family: "agenda", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #072050;
  margin-bottom: 30px;
}
@media all and (min-width: 992px) {
  .secondLvlCss p.featuredParagraph {
    font-size: 28px;
  }
}
@media all and (min-width: 1921px) {
  .secondLvlCss p.featuredParagraph {
    font-size: 29px;
  }
}
.secondLvlCss hr {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  margin: 80px 0;
  background: rgba(54, 121, 161, 0.3);
  border: none;
}
.secondLvlCss blockquote {
  font-family: "arsenica-variable", sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 45px;
  display: block;
  color: #072050;
  position: relative;
  text-align: left;
  padding: 65px 0;
  margin: 30px 0;
}
.secondLvlCss blockquote:before {
  font-family: "agenda", sans-serif;
  font-weight: 600;
  content: "“";
  font-size: 100px;
  line-height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  color: #072050;
}
.secondLvlCss blockquote:after {
  font-family: "agenda", sans-serif;
  font-weight: 600;
  content: "“";
  font-size: 100px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #072050;
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}
.secondLvlCss blockquote p {
  font-family: inherit !important;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline;
  color: inherit;
}
.secondLvlCss table {
  max-width: 100%;
  margin: 30px 0;
  border: 2px solid #3679A1;
  position: relative;
  border-collapse: separate;
  background: #FFFFFF;
  /*tr {
    &:last-child {
      td {
        &:first-child {
          border-radius: 0 0 0 30px;
        }
        &:last-child {
          border-radius: 0 0 30px 0;
        }
      }
    }
  }*/
}
html.touch .secondLvlCss table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.secondLvlCss table td {
  width: 25%;
  font-size: 19px;
  line-height: 24px;
  color: #072050;
  border-left: 2px solid rgba(54, 121, 161, 0.3);
  border-top: 2px solid rgba(54, 121, 161, 0.3);
  padding: 15px;
  font-weight: 400;
}
.secondLvlCss table td p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.secondLvlCss table tr:first-child td {
  border-top: none;
}
.secondLvlCss table tr td:first-child {
  border-left: none;
}
.secondLvlCss table th,
.secondLvlCss table .head-column {
  font-size: 23px;
  font-weight: 400;
  background: #3679A1;
  font-family: "agenda", sans-serif;
  color: #fff;
  padding: 15px 20px;
  vertical-align: middle;
}
.secondLvlCss table th p,
.secondLvlCss table .head-column p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  vertical-align: middle;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .secondLvlCss table .head-column {
    display: none;
  }
  .secondLvlCss table:not(.responsive-table) {
    overflow-y: auto;
    overflow-x: auto;
  }
  html.touch .secondLvlCss table:not(.responsive-table) {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .secondLvlCss table.responsive-table {
    display: block;
    width: 100% !important;
    position: relative;
    overflow: hidden;
  }
  .secondLvlCss table.responsive-table colgroup {
    display: none !important;
  }
  .secondLvlCss table.responsive-table th {
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    left: 0;
    top: 0;
  }
  .secondLvlCss table.responsive-table td {
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border-left: none;
  }
  .secondLvlCss table.responsive-table tr:first-child td:last-child {
    border-top: none;
    /*.content-column {
      border-top: 2px solid $siteYella;
    }*/
  }
  .secondLvlCss table.responsive-table tr {
    /*th + td {
      &:last-child {
        border-top: none;
      }
    }*/
  }
  .secondLvlCss table.responsive-table .content-column {
    padding: 15px;
    width: 100%;
  }
  .secondLvlCss table.responsive-table .head-column {
    width: 50%;
    display: block;
    padding: 15px;
  }
  .secondLvlCss table.responsive-table .head-column + .content-column {
    display: block;
    width: 50%;
    vertical-align: top;
    padding: 15px;
  }
  .secondLvlCss table.responsive-table tbody,
.secondLvlCss table.responsive-table tr {
    display: block;
    width: 100%;
  }
}
.secondLvlCss .downloadBtn {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  font-family: "agenda", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 15px 55px;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  background: #3679A1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.no-touch .secondLvlCss .downloadBtn:hover {
  background: rgba(54, 121, 161, 0.8);
}
@media all and (min-width: 1921px) {
  .secondLvlCss .downloadBtn {
    font-size: 26px;
    line-height: 27px;
  }
}
.secondLvlCss .moreBtn {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
  text-transform: uppercase;
  font-family: "agenda", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.22px;
  color: #072050;
  padding: 15px 20px;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
@media all and (min-width: 1921px) {
  .secondLvlCss .moreBtn {
    font-size: 26px;
    line-height: 31px;
  }
}
.no-touch .secondLvlCss .moreBtn:hover {
  background: #F8BA41;
}
.secondLvlCss ol {
  display: block;
  counter-reset: li;
  margin: 30px 0;
}
.secondLvlCss ol li {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  list-style-type: none;
  color: #072050;
  padding-left: 40px;
}
@media all and (min-width: 992px) {
  .secondLvlCss ol li {
    font-size: 19px;
  }
}
@media all and (min-width: 1921px) {
  .secondLvlCss ol li {
    font-size: 22px;
  }
}
.secondLvlCss ol li:before {
  font-family: "arsenica-variable", sans-serif;
  content: counter(li) ".";
  counter-increment: li;
  font-size: 28px;
  color: #072050;
  line-height: 24px;
  font-weight: 400;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
}
@media all and (min-width: 1921px) {
  .secondLvlCss ol li:before {
    font-size: 30px;
    line-height: 26px;
  }
}
.secondLvlCss ol li + li {
  margin-top: 20px;
}
.secondLvlCss ol li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ul {
  display: block;
  margin: 30px 0;
}
.secondLvlCss ul li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  list-style-type: none;
  color: #072050;
  padding-left: 32px;
  position: relative;
}
@media all and (min-width: 992px) {
  .secondLvlCss ul li {
    font-size: 19px;
  }
}
@media all and (min-width: 1921px) {
  .secondLvlCss ul li {
    font-size: 22px;
  }
}
.secondLvlCss ul li + li {
  margin-top: 20px;
}
.secondLvlCss ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #F8BA41;
  position: absolute;
  left: 0;
  top: 7px;
}
.secondLvlCss ul li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ul li:last-child {
  margin-bottom: 0;
}
.secondLvlCss img {
  width: 100%;
  height: auto;
  margin: 30px 0;
  display: block;
  position: relative;
}
.secondLvlCss img.alignLeft {
  width: 310px;
  height: auto;
  float: left;
  margin: 0 20px 20px 0;
  clear: both;
}
.secondLvlCss img.alignRight {
  width: 310px;
  height: auto;
  float: right;
  margin: 0 0 20px 20px;
  clear: both;
  left: auto;
}
.secondLvlCss a:not(.downloadBtn) {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  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: #072050;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #F8BA41;
     -moz-text-decoration-color: #F8BA41;
          text-decoration-color: #F8BA41;
}
@media all and (min-width: 1921px) {
  .secondLvlCss a:not(.downloadBtn) {
    font-size: 22px;
  }
}
.secondLvlCss a:not(.downloadBtn)[href$=".pdf"], .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]), .secondLvlCss a:not(.downloadBtn)[href^=mailto] {
  margin-right: 5px;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.secondLvlCss a:not(.downloadBtn)[href$=".pdf"]:before, .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]):before, .secondLvlCss a:not(.downloadBtn)[href^=mailto]:before {
  display: block !important;
  font-size: 100%;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #F8BA41;
}
.secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]) {
  padding-right: 25px;
}
.secondLvlCss a:not(.downloadBtn)[href^=mailto] {
  margin-right: 3px;
  padding-right: 23px;
}
.secondLvlCss a:not(.downloadBtn)[href^=mailto]:before {
  top: 3px;
}
.secondLvlCss a:not(.downloadBtn)[href^="tel:"] {
  white-space: nowrap;
}
html.no-touch .secondLvlCss a:not(.downloadBtn):hover {
  color: #F8BA41;
}
.secondLvlCss .embed-container {
  margin: 25px 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  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 screen and (max-width: 767px) {
  .secondLvlCss .downloadBtn:before {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    right: -20px;
  }
  .secondLvlCss h1 {
    font-size: 38px;
    line-height: 43px;
    text-align: left;
    margin: 0;
  }
  .secondLvlCss h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .secondLvlCss h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .secondLvlCss h4 {
    font-size: 26px;
    line-height: 36px;
  }
  .secondLvlCss p.featured-paragraph {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  .secondLvlCss blockquote {
    font-size: 28px;
    line-height: 35px;
  }
}
.story-card {
  width: 100%;
  display: block;
  pointer-events: none;
}
.story-card > * {
  pointer-events: all;
}
.story-card .story-card-inner {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  pointer-events: all;
}
html.no-touch .story-card .story-card-inner:hover .story-card-image:after {
  width: 55px;
  height: 55px;
  top: 18px;
  right: 18px;
}
html.no-touch .story-card .story-card-inner:hover img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
.story-card .story-card-image {
  width: 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);
}
.story-card .story-card-image img {
  width: 100%;
  height: auto;
  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;
}
.story-card .story-card-image:before {
  display: block;
  position: absolute;
  top: 34px;
  right: 35px;
  z-index: 1;
  font-size: 21px;
  color: #F7F9FC;
}
.story-card .story-card-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #072050;
  top: 23px;
  right: 23px;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.42);
     -moz-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.42);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.42);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.story-card .story-card-content {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
.story-card .story-card-content .scc-inner {
  padding: 16px;
}
.story-card .story-card-content .scc-misc {
  width: 100%;
  display: block;
}
.story-card .story-card-content .scc-group {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #072050;
}
.story-card .story-card-content .scc-date {
  font-family: "agenda", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #072050;
  font-weight: 300;
  direction: ltr;
}
.story-card .story-card-content .scc-text {
  font-family: "agenda", sans-serif;
  font-size: 22px;
  line-height: 28px;
  margin: 8px 0 12px;
  color: #072050;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  max-height: 112px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.story-card .story-card-content .scc-text a {
  color: inherit;
  font-weight: 600;
}
.story-card .story-card-content .scc-text .story-description {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 8px;
  max-height: 48px;
  overflow: hidden;
}
.story-card.big-text .story-card-content .scc-text {
  font-size: 20px;
  line-height: 25px;
  margin-top: 0;
}
.story-card.isNews .story-card-image:after {
  background: #072050;
}
.story-card.isNews .story-card-content .scc-text a {
  color: #072050;
}
.story-card.isTwitter .story-card-image:after {
  background: #000000;
}
.story-card.isTwitter .story-card-content .scc-text a {
  color: #000000;
}
.story-card.isVidigami .story-card-image::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23FFF%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480.97 600'%3E%3Cpath d='M0 205.82h149.56l70.73 148.83 70-148.83h149.56L220.29 600 0 205.82z'/%3E%3Cpath d='m480.97,78.84c0,43.46-34.64,78.1-78.1,78.1s-78.1-34.64-78.1-78.1S360.87,0,402.87,0s78.1,35.37,78.1,78.84Z'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  width: 20px;
  height: 20px;
}
.story-card.isPhotos .story-card-image:after {
  background: #FE0084;
}
.story-card.isPhotos .story-card-content .scc-text a {
  color: #FE0084;
}
.story-card.isTumblr .story-card-image:after, .story-card.isWordpress .story-card-image:after {
  background: #21759B;
}
.story-card.isTumblr .story-card-content .scc-text a, .story-card.isWordpress .story-card-content .scc-text a {
  color: #21759B;
}
.story-card.isYoutube .story-card-image:after {
  background: #FF0000;
}
.story-card.isYoutube .story-card-content .scc-text a {
  color: #FF0000;
}
.story-card.isVimeo .story-card-image:after {
  background: #1AB7EA;
}
.story-card.isVimeo .story-card-content .scc-text a {
  color: #1AB7EA;
}
.story-card.isFacebook .story-card-image:after {
  background: #224B7C;
}
.story-card.isFacebook .story-card-content .scc-text a {
  color: #224B7C;
}
.story-card.isAudio .story-card-image:after {
  background: #FF8800;
}
.story-card.isAudio .story-card-content .scc-text a {
  color: #FF8800;
}
.story-card.isPublications .story-card-image:after {
  background: #F36D5D;
}
.story-card.isPublications .story-card-content .scc-text a {
  color: #F36D5D;
}
.story-card.isInstagram .story-card-image:after {
  background: #7640A3;
}
.story-card.isInstagram .story-card-content .scc-text a {
  color: #7640A3;
}
.story-card.isPinterest .story-card-image:after {
  background: #E60023;
}
.story-card.isPinterest .story-card-content .scc-text a {
  color: #E60023;
}
.story-card.isTiktok .story-card-image:after {
  background: #000000;
}
.story-card.isTiktok .story-card-content .scc-text a {
  color: #000000;
}

.staff-card {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.staff-card.no-bio .staff-card-inner .scc-role:after {
  display: none;
}
.staff-card .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.staff-card .staff-card-inner {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  pointer-events: all;
}
.staff-card .staff-card-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  position: relative;
  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: #072050;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.staff-card .staff-card-image .hoverImage {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.staff-card.hasTwoImages .img {
  -webkit-transition: 0.3s ease-in-out 0.1s;
  -o-transition: 0.3s ease-in-out 0.1s;
  -moz-transition: 0.3s ease-in-out 0.1s;
  transition: 0.3s ease-in-out 0.1s;
}
.staff-card .staff-card-content {
  position: relative;
  color: #072050;
  text-align: left;
}
.staff-card .staff-card-content .scc-inner {
  padding: 20px 0 0;
}
.staff-card .staff-card-content .scc-name {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  word-wrap: break-word;
}
.staff-card .staff-card-content .scc-role {
  margin-top: 4px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  position: relative;
  color: #072050;
  padding-right: 50px;
}
.staff-card .staff-card-content .scc-role:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -6px;
  font-size: 35px;
}
html.no-touch .staff-card .staff-card-inner:hover .img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
html.no-touch .staff-card .staff-card-inner:hover .scc-role:after {
  color: #072050;
}
html.no-touch .staff-card.hasTwoImages .staff-card-inner:hover .firstImage {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .staff-card.hasTwoImages .staff-card-inner:hover .hoverImage {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: 0.3s ease-in-out 0.1s;
  -o-transition: 0.3s ease-in-out 0.1s;
  -moz-transition: 0.3s ease-in-out 0.1s;
  transition: 0.3s ease-in-out 0.1s;
}

/*
    !!!!! READ THIS BEFORE
    - don't set fixed height / max-height ( the height should be based on ratio / propotional but NOT FIXED )
    - width of the primary card should be always 100%, DON'T SET any MAX-WIDTH
    - any text elements that have unknown size should be truncated and should be responsive based on the container. Don't set a FIXED WIDTH like: 500px, 300px and so on. Only procentual if you want like: 100%,90% but be careful because the card will be resized based on needs in a container
    - it needs to be responsive in every container you add it
    - don't contain it in an upper container. Ex: .example-carousel-container .targeted-card
    - it should work standalone
    - OPTIONAL: if possible can please use global variables ONLY for colors / border-radius ( nothing else, only if advised from other coworkers)
*/
.promo-card {
  width: 100%;
  position: relative;
}
.promo-card .card-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  cursor: pointer;
}
html.no-touch .promo-card .card-inner:hover .img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
html.no-touch .promo-card .card-inner:hover .img-holder:before {
  opacity: 0.4;
}
html.no-touch .promo-card .card-inner:hover .txt-holder p:after {
  color: #F7F9FC;
  -webkit-transform: translateX(6px);
     -moz-transform: translateX(6px);
      -ms-transform: translateX(6px);
       -o-transform: translateX(6px);
          transform: translateX(6px);
}
.promo-card .whole-link,
.promo-card .promo-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 1;
}
.promo-card .img-holder {
  width: 100%;
  padding-bottom: 74%;
  position: relative;
  z-index: 0;
}
.promo-card .img-holder .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.32s ease;
  transition: -webkit-transform 0.32s ease;
  -o-transition: -o-transform 0.32s ease;
  -moz-transition: transform 0.32s ease, -moz-transform 0.32s ease;
  transition: transform 0.32s ease;
  transition: transform 0.32s ease, -webkit-transform 0.32s ease, -moz-transform 0.32s ease, -o-transform 0.32s ease;
}
.promo-card .img-holder:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.52;
}
.promo-card .img-holder:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #072050;
  -webkit-transition: opacity 0.32s ease;
  -o-transition: opacity 0.32s ease;
  -moz-transition: opacity 0.32s ease;
  transition: opacity 0.32s ease;
  opacity: 0;
  z-index: 1;
}
.promo-card .image {
  width: 100%;
  padding-bottom: 74%;
  position: relative;
  z-index: 0;
}
.promo-card .image .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.32s ease;
  transition: -webkit-transform 0.32s ease;
  -o-transition: -o-transform 0.32s ease;
  -moz-transition: transform 0.32s ease, -moz-transform 0.32s ease;
  transition: transform 0.32s ease;
  transition: transform 0.32s ease, -webkit-transform 0.32s ease, -moz-transform 0.32s ease, -o-transform 0.32s ease;
}
.promo-card .image:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #072050;
  opacity: 0.5;
  z-index: 1;
}
.promo-card .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  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-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "arsenica-variable", sans-serif;
  font-size: 25px;
  line-height: 1;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  font-weight: 400;
  color: #F7F9FC;
}
.promo-card .txt-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 20px;
}
.promo-card .txt-holder h4 {
  font-family: "arsenica-variable", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
}
@media all and (min-width: 992px) {
  .promo-card .txt-holder h4 {
    font-size: 37px;
  }
}
.promo-card .txt-holder p {
  position: relative;
  font-family: "agenda", sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
  padding-right: 66px;
}
@media all and (min-width: 992px) {
  .promo-card .txt-holder p {
    font-size: 18px;
    line-height: 26px;
  }
}
.promo-card .txt-holder p:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 17px;
  color: #F8BA41;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
@media all and (min-width: 992px) {
  .promo-card .txt-holder p:after {
    font-size: 25px;
  }
}
@media all and (min-width: 620px) {
  .grid-widget:not(.grid-widget-split) .promo-card {
    padding: 15px;
  }
}

.footer-promos-section {
  position: relative;
  padding: 35px 0;
}
.footer-promos-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #072050;
  opacity: 0;
}
@media all and (min-width: 992px) {
  .footer-promos-section:before {
    opacity: 1;
  }
}
@media all and (min-width: 992px) {
  .footer-promos-section {
    padding: 85px 0;
  }
}
.footer-promos-section .content-holder {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 520px;
  width: 100%;
}
@media all and (min-width: 992px) {
  .footer-promos-section .content-holder {
    max-width: 1180px;
    padding: 0 40px;
  }
}
@media all and (min-width: 1440px) {
  .footer-promos-section .content-holder {
    padding: 0 20px;
  }
}
@media all and (min-width: 1921px) {
  .footer-promos-section .content-holder {
    max-width: 1680px;
  }
}
.footer-promos-section .promos-wrap {
  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;
  gap: 30px;
  -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;
}
@media all and (min-width: 992px) {
  .footer-promos-section .promos-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
            flex-flow: nowrap;
    gap: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 1921px) {
  .footer-promos-section .promos-wrap {
    gap: 50px;
  }
}
.footer-promos-section .promo-card {
  width: 285px;
}
.footer-promos-section .promo-card .img-holder {
  padding-bottom: 70%;
}
@media all and (min-width: 992px) {
  .footer-promos-section .promo-card .img-holder {
    padding-bottom: 100%;
  }
}
.footer-promos-section .promo-card .txt-holder {
  text-align: center;
}
.footer-promos-section .promo-card .txt-holder p {
  padding-right: 0;
  font-size: 19px;
}
.footer-promos-section .promo-card .txt-holder p:after {
  display: none;
}
@media all and (min-width: 992px) {
  .footer-promos-section .promo-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 285px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 285px;
            flex: 1 1 285px;
  }
}

.footer-holder {
  background: #072050;
  padding: 40px 0;
  position: relative;
}
@media all and (max-width: 991px) {
  .footer-holder {
    padding: 60px 0;
  }
}
@media all and (min-width: 992px) {
  .footer-holder {
    padding: 60px 0 0 0;
  }
}
.footer-holder .text-holder {
  padding: 0 25px;
}
@media all and (min-width: 992px) {
  .footer-holder .text-holder {
    border-bottom: 1px solid rgba(247, 249, 252, 0.4);
    position: relative;
    padding: 0 0 48px;
  }
}
.footer-holder h2 {
  text-align: center;
}
@media all and (max-width: 991px) {
  .footer-holder h2 {
    font-size: 25px;
  }
  .footer-holder h2 span {
    font-size: 45px;
    margin: 10px auto 0 auto;
    max-width: 320px;
  }
}
.footer-holder .content-holder {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 1921px) {
  .footer-holder .content-holder {
    max-width: 1680px;
  }
}
.footer-holder .cta-items {
  margin-top: 40px;
}
@media all and (min-width: 992px) {
  .footer-holder .cta-items {
    margin-top: 50px;
  }
}
.footer-holder .cta-items .customBtn {
  color: #F7F9FC;
}
.footer-holder .cta-items ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: 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;
  gap: 20px;
}
@media all and (min-width: 992px) {
  .footer-holder .cta-items ul {
    gap: 30px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -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;
  }
}
.footer-holder .cta-items ul li {
  width: 234px;
}
.footer-holder .contact-holder {
  text-align: center;
  margin-top: 36px;
  color: #F7F9FC;
}
@media all and (min-width: 992px) {
  .footer-holder .contact-holder {
    margin-top: 60px;
  }
}
.footer-holder .contact-holder p {
  font-family: "agenda", sans-serif;
  font-size: 22px;
  line-height: 31px;
  max-width: 480px;
  margin: 0 auto 36px;
}
@media all and (min-width: 992px) {
  .footer-holder .contact-holder p {
    font-size: 25px;
  }
}
.footer-holder .contact-holder ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  -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-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media all and (min-width: 992px) {
  .footer-holder .contact-holder ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 40px;
    margin-bottom: 0;
  }
}
.footer-holder .contact-holder ul a {
  font-family: "agenda", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: relative;
  color: #F7F9FC;
  padding-left: 24px;
  border-bottom: 2px solid rgba(248, 186, 65, 0.4);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 2px;
}
.footer-holder .contact-holder ul a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #F8BA41;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.footer-holder .contact-holder ul a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
  color: #F8BA41;
}
.no-touch .footer-holder .contact-holder ul a:hover:before {
  width: 100%;
}
.footer-holder .tos-credits-holder {
  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-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-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px;
  text-align: center;
  gap: 15px;
}
@media all and (min-width: 992px) {
  .footer-holder .tos-credits-holder {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 40px;
    gap: 0;
  }
}
.footer-holder .tos-credits-holder li {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #F7F9FC;
}
@media all and (min-width: 992px) {
  .footer-holder .tos-credits-holder li {
    font-size: 20px;
  }
}
.footer-holder .tos-credits-holder li:before {
  content: "|";
  margin: 0 10px;
}
.footer-holder .tos-credits-holder li:first-child:before {
  display: none;
}
.footer-holder .tos-credits-holder li a {
  color: inherit;
}
.no-touch .footer-holder .tos-credits-holder li a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.no-touch .footer-holder .tos-credits-holder li a:hover {
  color: #F8BA41;
}
.footer-holder .footer-logo {
  position: absolute;
  bottom: 12px;
  left: 32px;
  display: none;
}
@media all and (min-width: 992px) {
  .footer-holder .footer-logo {
    display: block;
  }
}
.footer-holder .footer-logo img {
  display: block;
}
.footer-holder .scroll-top {
  position: relative;
  width: 50px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  font-size: 64px;
  margin: 32px auto 0;
}
@media all and (min-width: 992px) {
  .footer-holder .scroll-top {
    margin: 0;
    font-size: 104px;
    position: absolute;
    top: 400px;
    right: 20px;
    height: 156px;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.footer-holder .scroll-top:after {
  color: #F8BA41;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -10px;
}
.footer-holder .scroll-top:before {
  display: none;
}
.footer-holder .scroll-top:after {
  bottom: 0;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  z-index: 0;
  height: 60px;
  overflow: hidden;
  line-height: 160px;
}
@media all and (min-width: 992px) {
  .footer-holder .scroll-top:after {
    line-height: 260px;
    height: 90px;
    top: 0;
    bottom: auto;
  }
}
.no-touch .footer-holder .scroll-top:hover:before, .no-touch .footer-holder .scroll-top:hover:after {
  color: #F8BA41;
}
.no-touch .footer-holder .scroll-top:hover:after {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.custom-menu {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  padding-top: 66px;
  overflow: hidden;
  -webkit-transition: background 0.8s ease;
  -o-transition: background 0.8s ease;
  -moz-transition: background 0.8s ease;
  transition: background 0.8s ease;
  display: none;
  /*
  Not used ?!
  .level-title {
    font-size: 34px;
    line-height: 38px;
    display: block;
    color: #002776;
    font-weight: 700;
    padding-bottom: 20px;
  }*/
  /*.promo-link {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;

      &:before,
      &:after {
        content: '';
        width: 1px;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
      }

      .pl__txt {
        width: calc(100% - 2px);
        padding: 20px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        position: relative;
        z-index: 2;

        color: #fff;
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
      }

      .pl__image {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
        transform: translate3d(0, 0, 0);

        &:before {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background: rgba(#000, .5);
          z-index: 2;
        }

        .img {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          transition: transform 0.3s ease;
        }
      }

      html.no-touch &:hover {
        .img {
          transform: scale(1.1);
        }
      }
    }

    .featured-news {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;

      .fn__image {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;

        &:before {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
          opacity: .4;
          z-index: 2;
        }

        .img {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          z-index: 1;
        }
      }

      .fn__text-inner {
        width: 100%;
        position: relative;
        max-width: 360px;
      }

      .fn__text {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 50px 45px;
        z-index: 2;
      }

      .fn__label {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        color: #2CCCD3;
        display: block;
        margin-bottom: 10px;
      }

      .fn__title {
        font-size: 34px;
        line-height: 36px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
      }

      .fn__additional {
        font-size: 15px;
        line-height: 20px;
        color: #fff;
      }
    }
  */
}
.custom-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(#072050), color-stop(80%, #072050), to(rgba(7, 32, 80, 0)));
  background: -webkit-linear-gradient(top, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
  background: -moz-linear-gradient(top, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
  background: -o-linear-gradient(top, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
  background: linear-gradient(to bottom, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
}
@media all and (min-width: 992px) {
  .custom-menu:before {
    display: none;
  }
}
.custom-menu.second-level-active:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#072050), color-stop(80%, #072050), to(rgba(7, 32, 80, 0)));
  background: -webkit-linear-gradient(top, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
  background: -moz-linear-gradient(top, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
  background: -o-linear-gradient(top, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
  background: linear-gradient(to bottom, #072050 0%, #072050 80%, rgba(7, 32, 80, 0) 100%);
}
.custom-menu .custom-menu__inner {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #072050;
}
._menu-open .custom-menu .custom-menu__inner {
  -webkit-animation: circleReveal forwards 1.2s 1;
     -moz-animation: circleReveal forwards 1.2s 1;
       -o-animation: circleReveal forwards 1.2s 1;
          animation: circleReveal forwards 1.2s 1;
}
.custom-menu .open-menu {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 100;
}
.custom-menu.no-animation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.custom-menu.no-animation .cm-levels,
.custom-menu.no-animation .mobile-curl {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.custom-menu .custom-btn {
  width: 100%;
  max-width: 260px;
}
.custom-menu .level-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 60px;
  top: 30px;
  cursor: pointer;
  z-index: 10;
  background: #000;
  z-index: 100000;
}
.custom-menu .level-close .close-icon {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-menu .level-close .close-icon:before {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  background: #002776;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.custom-menu .level-close .close-icon:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background: #002776;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.custom-menu .curl {
  right: -30px;
  top: 0;
}
.custom-menu .mobile-horizontal-curl {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 3;
}
.custom-menu.second-level-active {
  /*.first-level {
    opacity: .9;
    transition: opacity .12s .4s linear;
  }*/
}
.custom-menu.third-level-active {
  background: #DFF1FC;
}
.custom-menu .bg-close {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
}
.custom-menu .close-level {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-menu .open-level {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.custom-menu .open-level .arrow {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}
.custom-menu .open-level .arrow:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #002776;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.custom-menu .open-level .arrow:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #002776;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.custom-menu .menu-container {
  width: 62%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
@media all and (min-width: 992px) {
  .custom-menu .menu-container {
    width: 50%;
  }
}
.custom-menu .menu-container .cm-levels {
  pointer-events: all;
}
.custom-menu .menu-container .cm-levels:not(.first-level) {
  opacity: 0;
  visibility: hidden;
}
.custom-menu .menu-container .cm-levels.level-active {
  opacity: 1;
  visibility: visible;
}
.custom-menu .menu-mobile-helper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 4;
}
.custom-menu .cm-levels {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.custom-menu .cm-levels .cm-levels__close {
  width: 60px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 3;
  display: none;
}
.custom-menu .cm-levels .cm-level {
  width: 100%;
  display: none;
}
.custom-menu .cm-levels .cm-item {
  width: 100%;
  display: block;
  z-index: 1;
}
.custom-menu .cm-levels .cm-item:before {
  content: "";
  /*width: 40px;
  height: 40px;
  background: red;*/
  left: 100%;
  position: absolute;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  display: none;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #072050;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels .cm-item:before {
    display: block;
  }
}
.custom-menu .cm-levels .cm-item.cm__item-ref {
  display: block;
  padding: 10px 0 !important;
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref {
  position: relative;
  font-family: "agenda", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #F7F9FC;
  cursor: pointer;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref {
    font-size: 20px;
  }
}
@media all and (min-width: 1440px) {
  .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref {
    font-size: 20px;
  }
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref .global-icons, .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref .stats-section .slick-arrow, .stats-section .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref .slick-arrow, .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref .cm-absolute .overflow-indicator:after, .custom-menu .cm-levels .cm-absolute .cm-item.cm__item-ref .cm__link-ref .overflow-indicator:after {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) scaleX(-1);
     -moz-transform: translate(0, -50%) scaleX(-1);
      -ms-transform: translate(0, -50%) scaleX(-1);
       -o-transform: translate(0, -50%) scaleX(-1);
          transform: translate(0, -50%) scaleX(-1);
  left: -40px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  color: #F8BA41;
  font-size: 40px;
  line-height: 38px;
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref .global-icons:before, .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref .stats-section .slick-arrow:before, .stats-section .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref .slick-arrow:before {
  display: block;
  position: relative;
  z-index: 1;
}
.no-touch .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref:hover .global-icons, .no-touch .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref:hover .stats-section .slick-arrow, .stats-section .no-touch .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref:hover .slick-arrow, .no-touch .custom-menu .cm-levels .cm-item.cm__item-ref .cm__link-ref:hover .cm-absolute .overflow-indicator:after, .no-touch .custom-menu .cm-levels .cm-absolute .cm-item.cm__item-ref .cm__link-ref:hover .overflow-indicator:after {
  -webkit-transform: translate(-8px, -50%) scaleX(-1);
     -moz-transform: translate(-8px, -50%) scaleX(-1);
      -ms-transform: translate(-8px, -50%) scaleX(-1);
       -o-transform: translate(-8px, -50%) scaleX(-1);
          transform: translate(-8px, -50%) scaleX(-1);
}
.custom-menu .cm-levels .cm-item.cm__item-ref .cm__item-header {
  font-family: "arsenica-variable", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
  color: #F7F9FC;
  margin: 24px 0 10px;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels .cm-item.cm__item-ref .cm__item-header {
    display: none;
  }
}
.custom-menu .cm-levels .cm-item .arrow {
  width: 32px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels .cm-item .arrow {
    width: 40px;
  }
}
.custom-menu .cm-levels .cm-item .arrow .global-icons, .custom-menu .cm-levels .cm-item .arrow .stats-section .slick-arrow, .stats-section .custom-menu .cm-levels .cm-item .arrow .slick-arrow, .custom-menu .cm-levels .cm-item .arrow .cm-absolute .overflow-indicator:after, .custom-menu .cm-levels .cm-absolute .cm-item .arrow .overflow-indicator:after {
  font-size: 22px;
  line-height: 38px;
  display: block;
  color: #F7F9FC;
  position: absolute;
  right: 4px;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.custom-menu .cm-levels .cm-item .arrow-inner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: #F8BA41;
  font-size: 24px;
  line-height: 40px;
  /*span {
    color: $siteBlue;
    font-size: 18px;
    line-height: 30px;

    &.icon-plus {
      display: block;
    }

    &.icon-minus {
      display: none;
    }
  }*/
}
.custom-menu .cm-levels .cm-item.active .arrow-inner {
  /*span {
    &.icon-plus {
      display: none;
    }

    &.icon-minus {
      display: block;
    }
  }*/
  -webkit-transform: scaleY(-1);
     -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
}
.custom-menu .cm-levels .cm-item.cm-item-ref {
  margin-bottom: 15px;
}
.custom-menu .cm-levels .cm-item .cm-link {
  display: block;
}
.custom-menu .cm-levels .cm-item .cm-link.current {
  color: #F8BA41 !important;
}
.no-touch .custom-menu .cm-levels .cm-item .cm-link:hover {
  color: #F8BA41;
}
.no-touch .custom-menu .cm-levels .cm-item .cm-link:hover .arrow {
  -webkit-transform: translateX(8px);
     -moz-transform: translateX(8px);
      -ms-transform: translateX(8px);
       -o-transform: translateX(8px);
          transform: translateX(8px);
}
.no-touch .custom-menu .cm-levels .cm-item .cm-link:hover .arrow .global-icons, .no-touch .custom-menu .cm-levels .cm-item .cm-link:hover .arrow .stats-section .slick-arrow, .stats-section .no-touch .custom-menu .cm-levels .cm-item .cm-link:hover .arrow .slick-arrow, .no-touch .custom-menu .cm-levels .cm-item .cm-link:hover .arrow .cm-absolute .overflow-indicator:after, .no-touch .custom-menu .cm-levels .cm-absolute .cm-item .cm-link:hover .arrow .overflow-indicator:after {
  color: #F8BA41;
}
.no-touch .custom-menu .cm-levels .cm-item .cm-link:hover .arrow:after {
  opacity: 0;
}
.custom-menu .cm-levels .cm-item .cm-link-ref {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  padding-left: 46px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #A6085A;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.custom-menu .cm-levels .cm-item .cm-link-ref .arrow {
  width: 12px;
  height: 40px;
  position: absolute;
  left: 13px;
  top: -8px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}
.custom-menu .cm-levels .cm-item .cm-link-ref .arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-menu .cm-levels .cm-item .cm-link-ref .arrow svg .svg__path {
  fill: #a6085a;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
html.no-touch .custom-menu .cm-levels .cm-item .cm-link-ref:hover {
  color: #2CCCD3;
}
html.no-touch .custom-menu .cm-levels .cm-item .cm-link-ref:hover .arrow svg .svg__path {
  fill: #2CCCD3;
}
.custom-menu .cm-levels .cm-item .back-head {
  font-size: 40px;
  line-height: 46px;
  color: #002776;
  font-weight: 900;
  display: block;
  margin-top: 15px;
}
.custom-menu .cm-levels .cm-item.cm-item__with-search {
  pointer-events: all;
}
.custom-menu .cm-levels .cm-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 2;
  /*&:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url($base_url_images + "menu/wave-menu.png") repeat-y;
  }*/
}
.custom-menu .cm-levels .cm-absolute .cml-scroll {
  width: 100%;
  /*@media all and (min-width: $md) {
    width: calc(100% - 60px);

  }*/
  position: absolute;
  top: 70px;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
}
.custom-menu .cm-levels .cm-absolute .cml-scroll._overflow + .overflow-indicator {
  opacity: 1;
  visibility: visible;
}
.custom-menu .cm-levels .cm-absolute .overflow-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.12s;
  -o-transition: 0.12s;
  -moz-transition: 0.12s;
  transition: 0.12s;
  display: none;
}
@media all and (min-width: 768px) {
  .custom-menu .cm-levels .cm-absolute .overflow-indicator {
    display: block;
  }
}
.custom-menu .cm-levels .cm-absolute .overflow-indicator:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#072050));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #072050 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #072050 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #072050 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #072050 100%);
  z-index: 1;
  display: block;
}
.custom-menu .cm-levels .cm-absolute .overflow-indicator:after {
  content: "";
  position: absolute;
  color: #F8BA41;
  right: 100px;
  bottom: 15px;
  font-size: 32px;
  z-index: 2;
  display: block;
}
.custom-menu .cm-levels.first-level {
  width: 100%;
  z-index: 1;
}
.custom-menu .cm-levels.first-level .cm-level {
  width: 100%;
  display: block !important;
  padding: 0 20px 0 126px;
  max-width: 680px;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.first-level .cm-level {
    max-width: 420px;
    padding: 0;
    margin: 0 auto 0 50px;
  }
}
@media all and (min-width: 1440px) {
  .custom-menu .cm-levels.first-level .cm-level {
    max-width: 480px;
    margin: 0 auto 0 100px;
  }
}
@media all and (min-width: 1921px) {
  .custom-menu .cm-levels.first-level .cm-level {
    max-width: 680px;
    margin: 0 auto;
  }
}
.custom-menu .cm-levels.first-level .cm-item {
  padding: 15px 0;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.first-level .cm-item {
    padding: 10px 0;
  }
}
@media all and (min-width: 1440px) {
  .custom-menu .cm-levels.first-level .cm-item {
    padding: 15px 0;
  }
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.first-level .cm-item.active .cm-link {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.first-level .cm-item.active:before {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.32s 0.48s;
    -o-transition: 0.32s 0.48s;
    -moz-transition: 0.32s 0.48s;
    transition: 0.32s 0.48s;
  }
}
.custom-menu .cm-levels.first-level .cm-item .cm-link {
  position: relative;
  z-index: 1;
  font-size: 26px;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #F7F9FC;
  padding-right: 58px;
  font-family: "arsenica-variable", sans-serif;
  font-weight: 400;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.first-level .cm-item .cm-link {
    font-size: 42px;
  }
}
.custom-menu .cm-levels.second-level {
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  left: 80%;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
.custom-menu .cm-levels.second-level.level-active {
  left: 100%;
}
.custom-menu .cm-levels.second-level .open-level {
  top: 8px;
}
.custom-menu .cm-levels.second-level .cm-item {
  padding: 10px 0;
  /*&:not(.level-title) {
    padding-left: 40px;
  }*/
}
.custom-menu .cm-levels.second-level .cm-absolute {
  background: #072050;
  width: 100%;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.second-level .cm-absolute {
    background: #004879;
  }
}
.custom-menu .cm-levels.second-level .cm-absolute:after {
  background-position: center;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.second-level .cm-absolute .cml-scroll {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.custom-menu .cm-levels.second-level .cm-level {
  padding: 0 0 0 126px;
}
.custom-menu .cm-levels.second-level .cm-level.cm-level-third {
  padding: 10px 0 0 30px;
  margin-left: 0;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.second-level .cm-level {
    max-width: 420px;
    padding: 0;
    margin: 0 auto 0 100px;
  }
}
@media all and (min-width: 1440px) {
  .custom-menu .cm-levels.second-level .cm-level {
    max-width: 600px;
    margin: 0 auto 0 100px;
  }
}
@media all and (min-width: 1921px) {
  .custom-menu .cm-levels.second-level .cm-level {
    max-width: 680px;
    margin: 0 auto;
  }
}
.custom-menu .cm-levels.second-level .cm-link {
  font-family: "agenda", sans-serif;
  font-size: 24px;
  line-height: 30px;
  padding: 0 40px 0 0;
  font-weight: 300;
  color: #F7F9FC;
  position: relative;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media all and (min-width: 992px) {
  .custom-menu .cm-levels.second-level .cm-link {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (min-width: 1600px) {
  .custom-menu .cm-levels.second-level .cm-link {
    font-size: 30px;
    line-height: 40px;
  }
}
.no-touch .custom-menu .cm-levels.second-level .cm-link:hover {
  color: #F8BA41;
}
.custom-menu .cm-levels .cm-level-third .cm-link {
  padding-right: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.custom-menu .cm-levels.third-level {
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  left: 1000px;
}
.custom-menu .cm-levels.third-level .cm-levels__close {
  width: 110px;
}
.custom-menu .cm-levels.third-level .level-close {
  right: 120px;
}
.custom-menu .cm-levels.third-level .cm-item:not(.level-title) {
  padding: 10px 0;
  padding-left: 40px;
}
.custom-menu .cm-levels.third-level .cm-item .back-head {
  font-size: 28px;
  line-height: 24px;
  font-weight: 500;
}
.custom-menu .cm-levels.third-level .cm-absolute {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  right: -300px;
  background: #DFF1FC;
}
.custom-menu .cm-levels.third-level .cm-level {
  padding: 0 40px 0 90px;
}
.custom-menu .cm-levels.third-level .level-title {
  font-family: "arsenica-variable", sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}
.custom-menu .cm-levels.third-level .cm-link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #002776;
  display: block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.custom-menu .cm-levels .cml-table {
  width: 100%;
  height: -webkit-calc(100% - 70px);
  height: -moz-calc(100% - 70px);
  height: calc(100% - 70px);
  display: table;
}
.custom-menu .cm-levels .cml-table .cml-tc {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.custom-menu .cm-levels .cml-table .cml-scroll-wrapper {
  width: 100%;
}

/*@media screen and (max-width: 1600px) {
  .custom-menu {
    .first-level {
      .menu__scroller {
        max-width: 590px;
        left: 70px;
      }
    }
    // .menu-container {
    //     width: calc(100% - 320px);
    // }

    .open-level {
      top: 0px;
    }

    .level-title {
      font-size: 25px;
      line-height: 30px;
    }

    .cm-levels {
      !*&.first-level {
        .cm-item {
          .cm-link {
            font-size: 25px;
            line-height: 30px;
            padding-right: 30px;
          }
        }

        .cm-level {
          padding: 0 20px 0 126px
        }
      }*!

      &.second-level {

        .cm-level {
          padding: 0 20px 0 60px;
          max-width: 360px;
        }

        .cm-item {
          &:not(.level-title) {
            padding-left: 30px;
          }

          .cm-link {
            font-size: 20px;
            line-height: 22px;
            padding-right: 30px;

            .arrow {
              margin-top: 0
            }
          }

          .arrow {
            height: 24px;

            .global-icon {
              line-height: 24px;
            }
          }
        }

        // .open-level {
        //     top: 5px;
        // }
      }

      &.third-level {
        .level-title {
          font-size: 20px;
          padding-bottom: 20px;
        }

        .cm-item {
          .cm-link {
            font-size: 16px;
            line-height: 20px;
          }
        }

        .cm-level {
          padding: 0 20px 0 60px;
          max-width: 500px;
        }
      }
    }
  }
}

@media screen and (max-width: 1600px) and (max-height: 710px){
  .custom-menu .cm-levels {
    &.first-level {
      .cm-item {
        padding: 7px 0;

        .cm-link {
          font-size: 26px;
        }
      }
    }
  }
}

@media screen and (max-width: 1100px) {
  .custom-menu {
    .first-level {
      .menu__scroller {
        left: 0;
      }
    }
    .cm-levels {
      &.first-level {
        .cm-level {
          padding-left: 126px;
        }
      }
    }
  }
}

@media screen and (max-width: 1000px) {
  .custom-menu {
    .cm-levels {
      &.second-level {
        .cm-absolute {
          width: calc(100% - 60px);
        }
      }

      &.third-level {
        .cm-level {
          padding: 0 20px;
          max-width: 500px;
        }

        .cm-absolute {
          width: calc(100% - 60);
          right: -60px;
        }
      }
    }
  }
}*/
@media screen and (min-width: 992px) {
  .custom-menu .menu-container {
    height: 100% !important;
  }
  .custom-menu .cm-levels {
    /*&:not(.first-level) {
      transform: translate3d(-100%, 0, 0);
    }*/
  }
  .custom-menu .cm-levels.first-level {
    /*.cml-scroll {
      height: calc(100% - 160px);
    }*/
  }
  .custom-menu .cm-levels.first-level .cm-absolute:before {
    content: "";
    display: block;
    top: 140px;
    left: 0;
    height: 40px;
    width: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#072050), to(rgba(7, 32, 80, 0)));
    background: -webkit-linear-gradient(top, #072050 0%, rgba(7, 32, 80, 0) 100%);
    background: -moz-linear-gradient(top, #072050 0%, rgba(7, 32, 80, 0) 100%);
    background: -o-linear-gradient(top, #072050 0%, rgba(7, 32, 80, 0) 100%);
    background: linear-gradient(to bottom, #072050 0%, rgba(7, 32, 80, 0) 100%);
    z-index: 4;
    pointer-events: none;
  }
  .custom-menu .cm-levels.first-level .cm-absolute .cml-scroll {
    height: -webkit-calc(100% - 160px);
    height: -moz-calc(100% - 160px);
    height: calc(100% - 160px);
    top: 140px;
    bottom: 40px;
  }
  .custom-menu .cm-levels.first-level .cm-absolute .cml-scroll .cm-level.cm-first-level {
    padding-top: 40px;
  }
  .custom-menu .cm-levels.second-level .cm-item {
    padding: 8px 0;
  }
  .custom-menu .cm-levels.second-level .cm-absolute .cml-scroll {
    height: -webkit-calc(100% - 220px);
    height: -moz-calc(100% - 220px);
    height: calc(100% - 220px);
    top: 180px;
    bottom: 40px;
  }
  .custom-menu .cm-levels.second-level .overflow-indicator:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#072050));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #072050 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #072050 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #072050 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #072050 100%);
  }
  .custom-menu .cm-levels .cm-item.cm-item__with-search {
    display: none;
  }
  .custom-menu .menu-container {
    opacity: 0;
    -webkit-transition: 0.32s;
    -o-transition: 0.32s;
    -moz-transition: 0.32s;
    transition: 0.32s;
  }
  .custom-menu.loaded .menu-container {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .custom-menu {
    padding-top: 0;
    overflow: hidden !important;
    background: #072050;
  }
  .custom-menu .level-close {
    display: none;
  }
  .custom-menu .menu__scroller {
    visibility: hidden !important;
  }
  .custom-menu .open-level {
    top: -6px;
  }
  .custom-menu .custom-menu__inner {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .custom-menu .level-title {
    font-size: 22px;
    line-height: 25px;
  }
  .custom-menu .close-level {
    display: none;
  }
  .custom-menu .menu-mobile-helper {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  .custom-menu .menu-container {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    pointer-events: all;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
    overflow: hidden;
  }
  .custom-menu .menu-container .cm-levels {
    pointer-events: none;
    width: 100% !important;
    opacity: 0;
  }
  .custom-menu .menu-container .cm-levels .cm-levels__close {
    display: none;
  }
  .custom-menu .menu-container .cm-levels.level-active {
    pointer-events: all;
  }
  .custom-menu .menu-container .cm-levels .cm-absolute .cml-table {
    height: auto;
    display: block;
  }
  .custom-menu .menu-container .cm-levels .cm-absolute .cml-table .cml-tc {
    display: block;
    height: auto;
  }
  .custom-menu .menu-container .cm-levels .cm-level {
    max-width: none !important;
    padding: 0 30px 10px;
  }
  .custom-menu .menu-container .cm-levels.first-level {
    padding-top: 30px;
    width: 100%;
    opacity: 1;
    height: auto;
    position: relative;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-absolute {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
  }
  .custom-menu .menu-container .cm-levels.first-level .cml-scroll {
    position: relative;
    top: auto;
    overflow: visible;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-item {
    padding: 3px 0;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-item .cm-link {
    font-size: 26px;
    padding: 6px 48px 6px 0;
    line-height: 26px;
  }
  .custom-menu .menu-container .cm-levels.first-level .cm-item .arrow .global-icons, .custom-menu .menu-container .cm-levels.first-level .cm-item .arrow .stats-section .slick-arrow, .stats-section .custom-menu .menu-container .cm-levels.first-level .cm-item .arrow .slick-arrow, .custom-menu .menu-container .cm-levels.first-level .cm-item .arrow .cm-absolute .overflow-indicator:after, .custom-menu .menu-container .cm-levels.first-level .cm-absolute .cm-item .arrow .overflow-indicator:after {
    font-size: 18px;
  }
  .custom-menu .menu-container .cm-levels.first-level .cml-scroll:before {
    display: none;
  }
  .custom-menu .menu-container .cm-levels.second-level {
    width: 100% !important;
    max-width: none;
    left: 0;
    z-index: 3;
  }
  .custom-menu .menu-container .cm-levels.second-level .open-level {
    top: 1px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-level {
    padding: 0 40px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-level.cm-level-second {
    padding-top: 90px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .cm-link {
    font-size: 18px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .cm-level-third .cm-link {
    font-size: 18px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item.with-level .cm-link {
    padding: 5px 80px 5px 10px;
    border: 1px solid transparent;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-item .arrow {
    top: -2px;
  }
  .custom-menu .menu-container .cm-levels.second-level .cm-absolute {
    width: 100%;
    max-width: none;
  }
  .custom-menu .menu-container .cm-levels.second-level .cml-scroll {
    overflow: visible;
    height: 100%;
    top: 0;
  }
  .custom-menu .menu-container .cm-levels.third-level {
    width: 100% !important;
    max-width: none;
    left: 0;
    z-index: 4;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-level {
    padding: 0 20px 10px;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item .cm-link {
    font-size: 15px;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item:not(.cm-item-ref):not(.cm-item__level-title) {
    padding-left: 32px;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item.level-title {
    padding: 10px 0 !important;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-item.with-level .cm-link {
    padding: 5px 10px;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-absolute {
    width: 100%;
    max-width: none;
    right: 0;
  }
  .custom-menu .menu-container .cm-levels.third-level .cm-link {
    padding-left: 0;
  }
  .custom-menu .menu-container .cm-levels.third-level .cml-scroll {
    overflow-y: auto;
    height: 100%;
    top: 0;
  }
  .custom-menu .menu-container .cm-levels .cm-link {
    pointer-events: all;
  }
  .custom-menu .menu-container .cm-levels .cm-item.cm__item-ref {
    -webkit-transform: translateX(-10px);
       -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
         -o-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .custom-menu .menu-container .cm-levels .cm-item.cm__item-ref .cm__link-ref {
    font-size: 20px;
    margin-left: 38px;
  }
  .custom-menu .menu-container .cm-levels .cm-item.cm__item-ref .cm__item-header {
    font-size: 26px;
  }
  .custom-menu .menu-promos {
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
  }
  .custom-menu .menu-promos .menu-promos-inner {
    height: auto;
    overflow: visible;
  }
  .custom-menu .menu-promos .promo-row {
    height: 420px;
  }
}
/* search styling */
.search-holder {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 90px 20px 0;
  pointer-events: auto;
}
@media all and (min-width: 992px) {
  .search-holder {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 160px;
    width: auto;
    padding: 0;
  }
}
@media all and (min-width: 1440px) {
  .search-holder {
    left: 100px;
    right: 50px;
  }
}
.search-holder form {
  position: relative;
  padding: 4px 46px 12px 0;
  background: #072050;
  border-bottom: 1px solid #F8BA41;
}
@media all and (min-width: 992px) {
  .search-holder form {
    max-width: 480px;
    padding: 4px 46px 12px;
  }
}
.search-holder form:after {
  color: #F8BA41;
  display: none;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 28px;
}
@media all and (min-width: 992px) {
  .search-holder form:after {
    display: block;
  }
}
.search-holder button {
  display: block;
  position: absolute;
  border: none;
  background: none;
  top: 0;
  right: 0;
  width: 48px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
}
.search-holder button:before {
  display: block;
  position: absolute;
  right: 0;
  text-indent: 0;
  font-size: 50px;
  font-weight: 400;
  width: 40px;
  line-height: 40px;
  top: 0;
  color: #F8BA41;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.no-touch .search-holder button:hover:before {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
       -o-transform: translateX(10px);
          transform: translateX(10px);
}
.search-holder input {
  border: none;
  line-height: 28px;
  color: #F7F9FC;
  display: block;
  width: 100%;
  background: none;
  font-family: "agenda", sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.search-holder input::-webkit-input-placeholder {
  color: rgba(247, 249, 252, 0.8);
}
.search-holder input:-moz-placeholder {
  color: rgba(247, 249, 252, 0.8);
}
.search-holder input::-moz-placeholder {
  color: rgba(247, 249, 252, 0.8);
}
.search-holder input:-ms-input-placeholder {
  color: rgba(247, 249, 252, 0.8);
}
.search-holder input::-ms-input-placeholder {
  color: rgba(247, 249, 252, 0.8);
}
.search-holder input::placeholder {
  color: rgba(247, 249, 252, 0.8);
}
.search-holder input:focus-visible {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/* menu promos */
.menu-promos {
  z-index: 1;
  padding: 40px 0 0;
  background: rgba(7, 32, 80, 0.3);
}
@media all and (min-width: 992px) {
  .menu-promos {
    height: 100%;
    position: fixed;
    overflow: hidden;
    display: block;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    padding: 0;
    background: transparent;
    width: 50%;
  }
}
.menu-promos .menu-promos-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media all and (min-width: 992px) {
  .menu-promos .menu-promos-inner {
    padding: 0 0 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media all and (min-width: 1440px) {
  .menu-promos .menu-promos-inner {
    padding: 0 0 0 90px;
  }
}
.menu-promos .contact-holder {
  position: relative;
  padding: 20px 20px 30px;
  background: #F7F9FC;
  color: #072050;
  text-align: center;
}
@media all and (min-width: 992px) {
  .menu-promos .contact-holder {
    padding: 0;
    background: transparent;
    text-align: left;
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #F7F9FC;
    z-index: 1;
  }
}
@media all and (min-width: 1440px) {
  .menu-promos .contact-holder {
    bottom: 70px;
    left: 90px;
  }
}
.menu-promos .contact-holder p {
  font-family: "agenda", sans-serif;
  font-size: 20px;
  line-height: 31px;
  margin: 0 auto 24px;
  max-width: 420px;
}
@media all and (min-width: 1440px) {
  .menu-promos .contact-holder p {
    font-size: 20px !important;
  }
}
@media all and (min-width: 992px) {
  .menu-promos .contact-holder p {
    margin: 0 0 24px;
    font-size: 15px;
  }
}
.menu-promos .contact-holder ul {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -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;
  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;
}
@media all and (min-width: 992px) {
  .menu-promos .contact-holder ul {
    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;
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.menu-promos .contact-holder ul a {
  font-family: "agenda", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: relative;
  color: #072050;
  padding-left: 24px;
  border-bottom: 2px solid rgba(248, 186, 65, 0.4);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 2px;
}
@media all and (min-width: 1440px) {
  .menu-promos .contact-holder ul a {
    font-size: 20px !important;
  }
}
@media all and (min-width: 992px) {
  .menu-promos .contact-holder ul a {
    color: #F7F9FC;
    font-size: 15px;
  }
}
.menu-promos .contact-holder ul a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #F8BA41;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.menu-promos .contact-holder ul a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
  color: #F8BA41;
}
.no-touch .menu-promos .contact-holder ul a:hover:before {
  width: 100%;
}

._menu-open .cta-holder {
  position: fixed !important;
}
@media all and (max-width: 991px) {
  ._menu-open .cta-holder {
    display: block !important;
    top: 30px !important;
    right: 130px !important;
  }
}
@media all and (max-width: 1439px) {
  .cta-holder > ul > li {
    display: none;
  }
  .cta-holder > ul > li:first-child {
    display: block;
  }
}

.promos-carousel-inner {
  position: relative;
  width: 285px;
  height: 285px;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .promos-carousel-inner {
    margin: 0;
  }
}
.promos-carousel-inner .slick-dots {
  top: auto;
  left: auto;
  position: relative;
  margin-top: 16px;
}
.promos-carousel-inner .slick-dots li {
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  padding: 3px;
  display: inline-block;
  cursor: pointer;
}
.promos-carousel-inner .slick-dots li.slick-active {
  border-color: #F7F9FC;
}
.promos-carousel-inner .slick-dots li + li {
  margin-left: 4px;
}
.promos-carousel-inner .slick-dots li button {
  cursor: pointer;
  background: #F8BA41;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  text-indent: -9999px;
  border: none;
}
.promos-carousel-inner .promo-card {
  width: 285px;
}
.promos-carousel-inner .promo-card .img-holder {
  padding-bottom: 100%;
}
.promos-carousel-inner .promo-card .txt-holder {
  text-align: center;
}
.promos-carousel-inner .promo-card .txt-holder p {
  padding-right: 0;
  font-size: 19px;
}
.promos-carousel-inner .promo-card .txt-holder p:after {
  display: none;
}
@media all and (min-width: 992px) {
  .promos-carousel-inner .promo-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 285px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 285px;
            flex: 1 1 285px;
  }
}

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

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
     -moz-animation-duration: 1000ms;
       -o-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
     -moz-animation-name: fadeOut;
       -o-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  -moz-transition: transform 100ms ease, -moz-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease, -moz-transform 100ms ease, -o-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
     -moz-transform: scale(1.3, 1.3);
       -o-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
     -moz-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.5;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Fade plugin */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.alert-button {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  z-index: 3;
  background: #D31920;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
@media all and (min-width: 1921px) {
  .alert-button {
    width: 60px;
    height: 60px;
  }
}
.no-touch .alert-button:hover {
  -webkit-box-shadow: 0 0 0 3px #D31920;
     -moz-box-shadow: 0 0 0 3px #D31920;
          box-shadow: 0 0 0 3px #D31920;
}
.alert-button span.icon-alert {
  display: block;
  font-size: 23px;
  text-align: center;
  line-height: 48px;
  color: #F7F9FC;
}
.alert-button span.icon-alert:before {
  -webkit-transform: rotate(12deg);
     -moz-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
       -o-transform: rotate(12deg);
          transform: rotate(12deg);
  display: block;
}
@media all and (min-width: 1921px) {
  .alert-button span.icon-alert {
    line-height: 58px;
    font-size: 30px;
  }
}

.alert-overlay {
  background: rgba(7, 32, 80, 0.75);
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
._alert-open .alert-overlay {
  opacity: 1;
  visibility: visible;
}
.alert-overlay .content-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #F7F9FC;
}
@media all and (min-width: 768px) {
  .alert-overlay .content-holder {
    width: 560px;
  }
}
@media all and (min-width: 992px) {
  .alert-overlay .content-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 840px;
    margin-left: -420px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -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-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media all and (min-width: 1440px) {
  .alert-overlay .content-holder {
    width: 920px;
    margin-left: -460px;
  }
}
.alert-overlay .img-holder {
  position: relative;
  height: 0;
  padding-bottom: 80%;
  margin-left: -50px;
  margin-right: -50px;
}
@media all and (min-width: 992px) {
  .alert-overlay .img-holder {
    position: absolute;
    margin: 0;
    padding-bottom: 0;
    width: 400px;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 1440px) {
  .alert-overlay .img-holder {
    width: 460px;
  }
}
.alert-overlay .img-holder img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.alert-overlay .txt-holder {
  position: relative;
  padding: 20px;
  max-height: 400px;
  overflow-y: auto;
}
@media all and (min-width: 992px) {
  .alert-overlay .txt-holder {
    width: 400px;
    padding: 30px 50px 30px 0;
  }
}
.alert-overlay .txt-holder h3 {
  color: #D31920;
  font-family: "arsenica-variable", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  margin: 0 0 20px;
}
@media all and (min-width: 768px) {
  .alert-overlay .txt-holder h3 {
    font-size: 28px;
  }
}
.alert-overlay .txt-holder p {
  color: #072050;
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  max-height: 92px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media all and (min-width: 768px) {
  .alert-overlay .txt-holder p {
    font-size: 22px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    max-height: 140px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}
.alert-overlay .txt-holder p + p {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 18px;
}
.alert-overlay .whole-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  pointer-events: none;
}
.alert-overlay .close-btn {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  width: 60px;
  height: 60px;
  top: 240px;
  right: 0;
  pointer-events: auto;
}
@media all and (min-width: 768px) {
  .alert-overlay .close-btn {
    top: 448px;
  }
}
@media all and (min-width: 992px) {
  .alert-overlay .close-btn {
    top: 0;
  }
}
.alert-overlay .close-btn:before, .alert-overlay .close-btn:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -16px;
  background: #072050;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.alert-overlay .close-btn:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.no-touch .alert-overlay .close-btn:hover:before, .no-touch .alert-overlay .close-btn:hover:after {
  background: #F8BA41;
}

.notice-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 20px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-top: -50px;
  z-index: 3;
  background: #F8BA41;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  font-size: 27px;
  color: #F7F9FC;
  text-align: center;
  line-height: 50px;
}
@media all and (min-width: 1921px) {
  .notice-button {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -60px;
    font-size: 32px;
  }
}
.no-touch .notice-button:hover {
  -webkit-box-shadow: 0 0 0 3px #F8BA41;
     -moz-box-shadow: 0 0 0 3px #F8BA41;
          box-shadow: 0 0 0 3px #F8BA41;
}
.notice-button span.count {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  left: -5px;
  top: -5px;
  background: #F7F9FC;
  color: #072050;
  font-family: "agenda", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
._notice-open .notice-button:after {
  font-size: 22px;
  line-height: 50px;
}
._notice-open .notice-button span {
  display: none;
}

.notice-overlay {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  width: 340px;
}
@media all and (min-width: 992px) {
  .notice-overlay {
    width: 492px;
    bottom: 150px;
  }
}
@media all and (min-width: 1440px) {
  .notice-overlay {
    bottom: 172px;
  }
}
._notice-open .notice-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
@media all and (min-width: 992px) {
  ._notice-open .notice-overlay .content-holder {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.32s;
    -o-transition: 0.32s;
    -moz-transition: 0.32s;
    transition: 0.32s;
  }
}
.notice-overlay .close-btn {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  pointer-events: auto;
  z-index: 2;
}
.notice-overlay .close-btn:before, .notice-overlay .close-btn:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background: #072050;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.notice-overlay .close-btn:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.notice-overlay .notices-wrapper {
  position: relative;
}
.notice-overlay .notices-carousel {
  position: relative;
}
.notice-overlay .notices-carousel .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 40px;
  z-index: 1;
  border: none;
  background: transparent;
  cursor: pointer;
}
.notice-overlay .notices-carousel .slick-arrow:before {
  display: block;
  color: #072050;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
}
.notice-overlay .notices-carousel .slick-arrow.slick-prev {
  right: 30px;
}
.notice-overlay .notices-carousel .slick-arrow.slick-next {
  right: 0;
}
.notice-overlay .notices-carousel .slick-dots {
  position: absolute;
  top: -30px;
  left: 0;
}
.notice-overlay .notices-carousel .slick-dots li {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.notice-overlay .notices-carousel .slick-dots li.slick-active .circle {
  -webkit-animation: stroke 10s ease-out forwards;
     -moz-animation: stroke 10s ease-out forwards;
       -o-animation: stroke 10s ease-out forwards;
          animation: stroke 10s ease-out forwards;
}
.notice-overlay .notices-carousel .slick-dots li + li {
  margin-left: 4px;
}
.notice-overlay .notices-carousel .slick-dots li button {
  cursor: pointer;
  background: #F8BA41;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  text-indent: -9999px;
  border: none;
  margin: 5px 0 0 5px;
}
@-webkit-keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
.notice-overlay .notices-carousel .slick-dots li svg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.notice-overlay .notices-carousel .slick-dots li .circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.notice-overlay .notice-item {
  position: relative;
  overflow: hidden;
  background: #F7F9FC;
  min-height: 140px;
}
.notice-overlay .slick-list {
  background: #F7F9FC;
}
.notice-overlay .slick-slide {
  font-size: 0;
}
.notice-overlay .notice-wrapper {
  position: relative;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.notice-overlay .img-holder {
  position: relative;
  overflow: hidden;
  height: 150px;
  width: 98px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 98px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 98px;
          flex: 0 0 98px;
}
@media all and (min-width: 992px) {
  .notice-overlay .img-holder {
    height: 140px;
    width: 140px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
.notice-overlay .img-holder img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice-overlay .img-holder + .txt-holder {
  padding: 15px 40px 15px 15px;
}
@media all and (min-width: 992px) {
  .notice-overlay .img-holder + .txt-holder {
    padding: 20px 40px 20px 20px;
  }
}
.notice-overlay .txt-holder {
  position: relative;
  padding: 15px 40px 15px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100px;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
}
@media all and (min-width: 992px) {
  .notice-overlay .txt-holder {
    padding: 20px 40px 20px 20px;
  }
}
.notice-overlay .txt-holder .date {
  display: block;
  color: #072050;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
}
.notice-overlay .txt-holder p {
  font-family: "arsenica-variable", sans-serif;
  position: relative;
  color: #072050;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}
.notice-overlay .txt-holder p a {
  text-decoration: underline;
  font-weight: 500;
  color: inherit;
  -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;
}
.notice-overlay .txt-holder p a:hover {
  color: #F8BA41;
}
.notice-overlay .whole-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  display: none;
}

html,
body {
  font-family: "agenda", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #072050;
  background: #F7F9FC;
}

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

.customBtn {
  display: block;
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
          border-radius: 34px;
  padding: 12px 20px;
  position: relative;
  overflow: hidden;
  background: rgba(247, 249, 252, 0.19);
  z-index: 1;
  font-size: 26px;
  color: #072050;
  font-family: "agenda", sans-serif;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.no-touch .customBtn:hover {
  background: rgba(54, 121, 161, 0.8);
}

.menu-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 114px;
  height: 66px;
  background: #0A2860;
  -webkit-border-radius: 44px;
     -moz-border-radius: 44px;
          border-radius: 44px;
  cursor: pointer;
  z-index: 10;
}
@media all and (min-width: 992px) {
  .menu-btn {
    top: 38px;
    right: 19px;
    width: 163px;
    height: 74px;
  }
}
.sharedTemplates .menu-btn {
  top: 14px;
}
@media all and (min-width: 992px) {
  .sharedTemplates .menu-btn {
    top: 20px;
  }
}
.menu-btn:before, .menu-btn:after {
  content: "";
  display: block;
  position: absolute;
  font-family: "agenda", sans-serif;
  line-height: 1;
  font-weight: 500;
  color: #F7F9FC;
  font-size: 21px;
  top: 23px;
  right: 46px;
  text-align: right;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  z-index: 1;
  text-transform: uppercase;
}
@media all and (min-width: 992px) {
  .menu-btn:before, .menu-btn:after {
    font-size: 29px;
    right: 65px;
    top: 23px;
  }
}
.menu-btn:before {
  content: "Menu";
}
.menu-btn:after {
  content: "Close";
  opacity: 0;
}
.menu-btn span {
  display: block;
  position: absolute;
  width: 18px;
  background: #F8BA41;
  top: 50%;
  right: 12px;
  height: 2px;
  -webkit-transform: translate(-6px, -50%);
     -moz-transform: translate(-6px, -50%);
      -ms-transform: translate(-6px, -50%);
       -o-transform: translate(-6px, -50%);
          transform: translate(-6px, -50%);
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
@media all and (min-width: 992px) {
  .menu-btn span {
    right: 25px;
    height: 3px;
    width: 26px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.menu-btn span:before, .menu-btn span:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  background: #F8BA41;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
@media all and (min-width: 992px) {
  .menu-btn span:before, .menu-btn span:after {
    height: 3px;
    width: 26px;
  }
}
.menu-btn span:before {
  top: -6px;
}
.menu-btn span:after {
  top: 6px;
}
@media all and (min-width: 992px) {
  .menu-btn span:before {
    top: -8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
}
.no-touch .menu-btn:hover {
  background: #072050;
}
.no-touch .menu-btn:hover:before {
  color: #F8BA41;
}
._menu-open .menu-btn {
  background: #F8BA41;
}
._menu-open .menu-btn:before, ._menu-open .menu-btn:after {
  color: #F7F9FC;
}
._menu-open .menu-btn:before {
  opacity: 0;
}
._menu-open .menu-btn:after {
  opacity: 1;
}
._menu-open .menu-btn span {
  background: transparent;
}
._menu-open .menu-btn span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #F7F9FC;
}
._menu-open .menu-btn span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #F7F9FC;
}
.no-touch ._menu-open .menu-btn:hover {
  background: #F8BA41;
}
.no-touch ._menu-open .menu-btn:hover:after {
  color: #072050;
}
.no-touch ._menu-open .menu-btn:hover span:before,
.no-touch ._menu-open .menu-btn:hover span:after {
  background: #072050;
}
.media-template .menu-btn {
  top: 20px;
}

.cta-holder ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.cta-holder ul > li {
  margin: 0;
  padding: 0 10px;
  position: relative;
}
@media all and (min-width: 768px) {
  .cta-holder ul > li {
    margin: 0 10px;
  }
}
.cta-holder ul > li._show-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
._menu-open .cta-holder ul > li._show-menu {
  /*display: block;
  @media all and (min-width: $md) {
    display: block;
  }*/
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s 0.2s;
  -o-transition: 0.4s 0.2s;
  -moz-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s;
}
.cta-holder ul > li.showMobile {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media all and (min-width: 1440px) {
  .cta-holder ul > li.showMobile {
    display: none;
  }
}
._menu-open .cta-holder ul > li.showMobile {
  display: block;
}
@media all and (min-width: 1440px) {
  ._menu-open .cta-holder ul > li.showMobile {
    display: none;
  }
}
.cta-holder ul > li.has-sub {
  display: none;
}
.cta-holder ul > li.has-sub > a {
  padding-right: 28px;
}
.cta-holder ul > li.has-sub > a:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
}
.no-touch .cta-holder ul > li.has-sub:hover {
  background: #072050;
}
.no-touch .cta-holder ul > li.has-sub:hover ul {
  background: #072050;
  opacity: 1;
  visibility: visible;
}
.cta-holder ul > li.showSub {
  background: #072050;
}
.cta-holder ul > li.showSub ul {
  background: #072050;
  opacity: 1;
  visibility: visible;
}
.cta-holder ul > li > a {
  font-family: "agenda", sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #F7F9FC;
  font-weight: 500;
  display: block;
  padding-bottom: 6px;
  position: relative;
}
@media all and (min-width: 992px) {
  .cta-holder ul > li > a {
    font-size: 27px;
  }
}
.no-touch .cta-holder ul > li > a:hover {
  color: #F8BA41;
}
.cta-holder ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 10px 0 0 10px;
  width: 200px;
}
.cta-holder ul ul li {
  margin: 5px 0;
  padding: 0;
}
.cta-holder ul ul a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  padding: 0;
}
.no-touch .cta-holder ul ul a:hover {
  color: #F8BA41;
}

.sharedHeader .logo-holder,
.main-hero .logo-holder {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 2;
}
@media all and (min-width: 992px) {
  .sharedHeader .logo-holder,
.main-hero .logo-holder {
    top: 40px;
    left: 30px;
  }
}
.sharedHeader .logo-holder a,
.main-hero .logo-holder a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sharedHeader .logo-holder a img.logo-img,
.main-hero .logo-holder a img.logo-img {
  width: 92px;
}
@media all and (min-width: 992px) {
  .sharedHeader .logo-holder a img.logo-img,
.main-hero .logo-holder a img.logo-img {
    width: 180px;
  }
}
.sharedHeader .cta-holder,
.main-hero .cta-holder {
  position: absolute;
  top: 40px;
  right: 140px;
  z-index: 10;
  display: none;
}
@media all and (min-width: 992px) {
  .sharedHeader .cta-holder,
.main-hero .cta-holder {
    display: block;
    top: 58px;
    right: 190px;
  }
}
.heading, .heading-hp {
  font-family: "arsenica-variable", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  /*@media all and (min-width: $xl) {
    font-size: 120px;
  }*/
}
@media all and (min-width: 992px) {
  .heading, .heading-hp {
    font-size: 42px;
  }
}
.heading strong, .heading-hp strong,
.heading span,
.heading-hp span {
  font-family: "arsenica-variable", sans-serif;
  font-weight: 400;
  font-size: 36px;
  display: block;
  padding-left: 8px;
}
@media all and (min-width: 992px) {
  .heading strong, .heading-hp strong,
.heading span,
.heading-hp span {
    padding-left: 28px;
    font-size: 76px;
    letter-spacing: -0.03em;
  }
}
.heading.green, .green.heading-hp {
  color: #072050;
}
.heading.green span, .green.heading-hp span {
  color: #072050;
}
.heading.yellow, .yellow.heading-hp {
  color: #F8BA41;
}
.heading.yellow span, .yellow.heading-hp span {
  color: #F7F9FC;
}
.heading.indent-60 span, .indent-60.heading-hp span {
  padding-left: 60px;
}
.heading.indent-130 span, .indent-130.heading-hp span {
  padding-left: 24px;
}
.heading.no-indent span, .no-indent.heading-hp span {
  padding-left: 0;
}

@media all and (min-width: 1921px) {
  .heading-hp {
    font-size: 68px;
  }
}
@media all and (min-width: 1921px) {
  .heading-hp strong,
.heading-hp span {
    font-size: 100px;
    letter-spacing: -4.8px;
    padding-left: 40px;
  }
}

.sharedHeader {
  background: #072050;
  display: none;
  height: 135px;
  position: relative;
  z-index: 3;
}
._menu-open .sharedHeader {
  z-index: auto;
  display: block;
}
@media all and (min-width: 992px) {
  .sharedHeader {
    display: block;
  }
}
.sharedHeader .logo-holder {
  top: 30px;
  left: 30px;
}
.sharedHeader .logo-holder a img.logo-img {
  width: 92px;
}
@media all and (min-width: 992px) {
  .sharedHeader .logo-holder a img.logo-img {
    width: 180px;
  }
}
.sharedHeader .cta-holder {
  top: 36px;
}
@media all and (min-width: 992px) {
  .sharedHeader .cta-holder {
    top: 48px;
  }
}
._menu-open .sharedHeader .cta-holder {
  display: block;
  position: fixed;
}
.sharedHeader + .main-content {
  margin-top: 0;
}

.noheader-title-area {
  position: relative;
  padding: 100px 0 20px;
  /*@media all and (min-width: $lg) {
    padding: 60px 0;
  }*/
}
body.eventDetails .noheader-title-area {
  display: none;
}
@media all and (min-width: 992px) {
  .noheader-title-area {
    padding: 40px 0;
  }
}
.noheader-title-area .title-area-inner {
  margin: 0 30px;
}
@media all and (min-width: 992px) {
  .noheader-title-area .title-area-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
  }
}
@media all and (min-width: 1440px) {
  .noheader-title-area .title-area-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
}
.noheader-title-area .breadcrumbs .item,
.noheader-title-area .breadcrumbs a {
  color: #072050;
}
.noheader-title-area .breadcrumbs .br-current-page {
  display: inline-block;
}
.noheader-title-area .page-title {
  text-align: center;
  color: #072050;
  font-family: "arsenica-variable", sans-serif;
  font-weight: 400;
  font-size: 49px;
  letter-spacing: -0.03em;
}
@media all and (min-width: 992px) {
  .noheader-title-area .page-title {
    font-size: 85px;
  }
}
.noheader-title-area + .main-content {
  margin-top: 0;
}

.welcome-section {
  background: #F7F9FC;
  padding: 45px 25px 45px;
}
@media all and (min-width: 992px) {
  .welcome-section {
    padding: 180px 40px 98px;
  }
}
.welcome-section .content-holder {
  margin: 0 auto;
  max-width: 1104px;
  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;
  gap: 40px;
}
@media all and (min-width: 992px) {
  .welcome-section .content-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
  }
}
@media all and (min-width: 1921px) {
  .welcome-section .content-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1760px;
    gap: 0;
  }
}
@media all and (min-width: 992px) {
  .welcome-section .content-holder h2.heading-hp {
    min-width: 470px;
  }
}
@media all and (min-width: 1440px) {
  .welcome-section .content-holder h2.heading-hp {
    min-width: 550px;
  }
}
@media all and (min-width: 1921px) {
  .welcome-section .content-holder h2.heading-hp {
    min-width: 850px;
    max-width: 850px;
  }
}
.welcome-section p {
  font-family: "agenda", sans-serif;
  color: #072050;
  line-height: 1.2;
  font-size: 23px;
}
@media all and (min-width: 992px) {
  .welcome-section p {
    font-size: 30px;
    min-width: 260px;
  }
}
@media all and (min-width: 1440px) {
  .welcome-section p {
    min-width: 480px;
  }
}
@media all and (min-width: 1921px) {
  .welcome-section p {
    font-size: 40px;
    min-width: 640px;
  }
}

.stats-section {
  position: relative;
  background: #F7F9FC;
  padding: 0;
}
.stats-section .stats-carousel .slick-slide {
  width: 184px;
  margin: 0 12px;
}
@media all and (min-width: 992px) {
  .stats-section .stats-carousel .slick-slide {
    width: 386px;
    margin: 0 25px;
  }
}
.stats-section .stats-carousel .owl-stage-outer {
  overflow: visible;
}
.stats-section .stat-item {
  position: relative;
  overflow: hidden;
  width: 184px;
  margin: 0 12px;
  opacity: 0;
}
@media all and (min-width: 992px) {
  .stats-section .stat-item {
    width: 386px;
    margin: 0 25px;
  }
}
.stats-section .stat-item .img-holder {
  position: relative;
  overflow: hidden;
}
.stats-section .stat-item .img-holder:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  opacity: 0.75;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}
.stats-section .stat-item .img-holder img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.12s;
  -o-transition: 0.12s;
  -moz-transition: 0.12s;
  transition: 0.12s;
}
.stats-section .stat-item .txt-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 12px 12px;
  text-align: center;
}
@media all and (min-width: 992px) {
  .stats-section .stat-item .txt-holder {
    padding: 0 20px 20px;
  }
}
.stats-section .stat-item .txt-holder p {
  font-family: "arsenica-variable", sans-serif;
  font-size: 23px;
  line-height: 1.2;
  color: #F7F9FC;
  letter-spacing: -0.03em;
}
@media all and (min-width: 992px) {
  .stats-section .stat-item .txt-holder p {
    font-size: 42px;
  }
}
.stats-section .stat-item .txt-holder p:after {
  display: none;
}
.stats-section .stat-item .whole-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -9999px;
}
.no-touch .stats-section .stat-item.hasUrl:hover .txt-holder p:after {
  -webkit-transform: translateX(4px);
     -moz-transform: translateX(4px);
      -ms-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
  color: #F8BA41;
}
.no-touch .stats-section .stat-item.hasUrl:hover .img-holder img {
  -webkit-transform: scale(1.12);
     -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
       -o-transform: scale(1.12);
          transform: scale(1.12);
}
.stats-section .owl-item .stat-item {
  opacity: 1;
}
.stats-section .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: none;
  background: rgba(57, 130, 172, 0.8);
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
@media all and (min-width: 992px) {
  .stats-section .owl-nav button {
    width: 88px;
    height: 88px;
  }
}
.stats-section .owl-nav button span {
  display: none;
}
.stats-section .owl-nav button:after {
  display: block;
  top: 0;
  line-height: 56px;
  color: #F7F9FC;
  font-size: 23px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  width: 40px;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  .stats-section .owl-nav button:after {
    line-height: 88px;
    font-size: 23px;
  }
}
.stats-section .owl-nav button.owl-prev {
  left: 11px;
}
@media all and (min-width: 992px) {
  .stats-section .owl-nav button.owl-prev {
    left: 40px;
  }
}
.stats-section .owl-nav button.owl-prev:after {
  text-indent: 0;
}
.stats-section .owl-nav button.owl-next {
  right: 11px;
}
@media all and (min-width: 992px) {
  .stats-section .owl-nav button.owl-next {
    right: 40px;
  }
}
.stats-section .owl-nav button.owl-next:after {
  text-indent: 0;
}
.no-touch .stats-section .owl-nav button:hover {
  background: #3982ac;
}
.stats-section .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -44px;
  width: 88px;
  height: 88px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: none;
  background: rgba(248, 186, 65, 0.75);
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.stats-section .slick-arrow:before {
  display: block;
  position: absolute;
  top: 0;
  line-height: 88px;
  color: #F7F9FC;
  font-size: 23px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.stats-section .slick-arrow.slick-prev {
  left: 40px;
}
.stats-section .slick-arrow.slick-prev:before {
  text-indent: 58px;
}
.stats-section .slick-arrow.slick-next {
  right: 40px;
}
.stats-section .slick-arrow.slick-next:before {
  text-indent: -25px;
}
.no-touch .stats-section .slick-arrow:hover {
  background: #f8ba41;
}
.no-touch .stats-section .slick-arrow:hover.slick-prev:before {
  text-indent: 48px;
}
.no-touch .stats-section .slick-arrow:hover.slick-next:before {
  text-indent: -15px;
}

.video-section {
  position: relative;
  background: #F7F9FC;
  padding: 0;
}
@media all and (min-width: 992px) {
  .video-section {
    padding: 160px 0 120px 0;
  }
}
@media all and (max-width: 991px) {
  .video-section .content-holder {
    -webkit-transform: translateY(40px);
       -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
         -o-transform: translateY(40px);
            transform: translateY(40px);
  }
}
.video-section .txt-holder {
  position: absolute;
  bottom: 30px;
  left: 20px;
  max-width: 300px;
  z-index: 1;
}
@media all and (min-width: 992px) {
  .video-section .txt-holder {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 100px;
    max-width: 680px;
  }
}
@media all and (min-width: 1440px) {
  .video-section .txt-holder {
    left: 150px;
    max-width: 720px;
  }
}
@media all and (min-width: 1921px) {
  .video-section .txt-holder {
    left: 220px;
  }
}
.video-section .txt-holder h3 {
  font-family: "arsenica-variable", sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.2;
  color: #F7F9FC;
  letter-spacing: -0.04em;
}
@media all and (min-width: 992px) {
  .video-section .txt-holder h3 {
    font-size: 76px;
    letter-spacing: -0.03em;
  }
}
.video-section .video-holder {
  position: relative;
  overflow: hidden;
  margin: 0;
}
@media all and (min-width: 992px) {
  .video-section .video-holder {
    -webkit-border-radius: 0 215px 0 0;
       -moz-border-radius: 0 215px 0 0;
            border-radius: 0 215px 0 0;
    margin: 0 150px 0 0;
  }
}
.video-section .video-holder:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 200px;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.65;
}
.video-section .video-holder .video-aspect-ratio {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.video-section .video-holder video,
.video-section .video-holder .media-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-section .video-holder .media-image {
  top: 0;
  left: 0;
  -o-object-position: center center;
     object-position: center center;
}

.stories-section {
  background: #F7F9FC;
  padding: 90px 0 40px;
}
@media all and (min-width: 992px) {
  .stories-section {
    padding: 0 0 60px;
  }
}
@media all and (min-width: 1440px) {
  .stories-section {
    padding: 0 0 110px;
  }
}
@media all and (min-width: 1921px) {
  .stories-section {
    padding: 0 0 200px;
  }
}
.stories-section .header-content {
  margin-left: 25px;
}
@media all and (min-width: 992px) {
  .stories-section .header-content {
    margin-left: 100px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1440px) {
  .stories-section .header-content {
    margin-left: 160px;
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1921px) {
  .stories-section .header-content {
    margin-left: 220px;
    margin-bottom: 80px;
  }
}
.stories-section .stories-wrapper {
  position: relative;
  margin-top: 20px;
  margin-left: 0;
}
@media all and (min-width: 992px) {
  .stories-section .stories-wrapper {
    margin-top: 0;
  }
}
.stories-section .slick-slide {
  width: 291px;
  margin: 0;
  padding-left: 25px;
}
@media all and (min-width: 992px) {
  .stories-section .slick-slide {
    width: 360px;
    margin: 0 44px 0 0;
    padding-left: 0;
  }
}
@media all and (min-width: 1921px) {
  .stories-section .slick-slide {
    width: 514px;
    margin: 0 100px 0 0;
  }
}
.stories-section .stories-controls {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -90px;
}
@media all and (max-width: 991px) {
  .stories-section .stories-controls .ctrl.next:after {
    text-indent: 0;
  }
}
@media all and (max-width: 991px) {
  .stories-section .stories-controls .ctrl.prev {
    display: none !important;
  }
}
@media all and (min-width: 992px) {
  .stories-section .stories-controls {
    left: 30px;
    margin-top: -124px;
    right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: 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;
  }
}
.ctrl {
  position: relative;
  z-index: 1;
  width: 55px;
  height: 55px;
  cursor: pointer;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: rgba(57, 130, 172, 0.8);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}
@media all and (min-width: 992px) {
  .ctrl {
    width: 88px;
    height: 88px;
  }
}
.ctrl:after {
  color: #F7F9FC;
  font-size: 23px;
  line-height: 56px;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  width: 35px;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .ctrl:after {
    line-height: 89px;
  }
}
.no-touch .ctrl:hover {
  background: #3982ac;
}

.programs-section {
  position: relative;
}
@media all and (min-width: 992px) {
  .programs-section {
    background: #072050;
    padding: 100px 0 0 0;
  }
}
@media all and (max-width: 991px) {
  .programs-section .header-content {
    position: absolute;
    top: 56px;
    left: 25px;
    z-index: 1;
  }
}
@media all and (min-width: 992px) {
  .programs-section .header-content .heading-hp {
    margin-left: 160px;
  }
}
.programs-section .programs-holder {
  position: relative;
}
@media all and (min-width: 992px) {
  .programs-section .programs-holder {
    margin-top: 50px;
    margin-left: 26%;
  }
}
@media all and (min-width: 1440px) {
  .programs-section .programs-holder {
    margin-left: 33%;
  }
}
@media all and (min-width: 1921px) {
  .programs-section .programs-holder {
    margin-left: 35%;
    margin-top: 100px;
  }
}
.programs-section .programs-switch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -40%;
  counter-reset: li;
}
@media all and (min-width: 992px) {
  .programs-section .programs-switch {
    margin-left: -30%;
  }
}
@media all and (min-width: 1440px) {
  .programs-section .programs-switch {
    margin-left: -40%;
  }
}
@media all and (min-width: 1921px) {
  .programs-section .programs-switch {
    margin-left: -42%;
  }
}
.programs-section .programs-switch li {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  opacity: 0.65;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media all and (min-width: 1921px) {
  .programs-section .programs-switch li {
    padding-left: 80px;
  }
}
.programs-section .programs-switch li + li {
  margin-top: 26px;
}
.programs-section .programs-switch li:after {
  font-family: "arsenica-variable", sans-serif;
  content: "0" counter(li);
  counter-increment: li;
  color: #F8BA41;
  line-height: 1;
  font-weight: 500;
  font-size: 30px;
  display: block;
  position: absolute;
  left: 2px;
  top: 1px;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
@media all and (min-width: 1921px) {
  .programs-section .programs-switch li:after {
    font-size: 49px;
  }
}
.programs-section .programs-switch li.active {
  opacity: 1;
}
.programs-section .programs-switch li.active:after {
  opacity: 1;
}
.no-touch .programs-section .programs-switch li:hover {
  opacity: 1;
}
.no-touch .programs-section .programs-switch li:hover:after {
  opacity: 1;
}
.no-touch .programs-section .programs-switch li:hover p:after {
  margin-left: 16px;
}
.programs-section .programs-switch p {
  font-family: "arsenica-variable", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  color: #F7F9FC;
  text-shadow: 0 3px 26px rgba(0, 0, 0, 0.8);
}
@media all and (min-width: 992px) {
  .programs-section .programs-switch p {
    font-size: 52px;
  }
}
.programs-section .programs-switch p:after {
  font-size: 35px;
  margin-left: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
@media all and (min-width: 1921px) {
  .programs-section .programs-switch p:after {
    font-size: 40px;
  }
}
.programs-section .programs-preview {
  position: relative;
  overflow: hidden;
  height: 600px;
  -webkit-border-radius: 215px 0 0 0;
     -moz-border-radius: 215px 0 0 0;
          border-radius: 215px 0 0 0;
  background-color: #072050;
  background-position: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}
@media all and (min-width: 992px) {
  .programs-section .programs-preview {
    height: 600px;
  }
}
.programs-section .programs-preview:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.65;
}
.programs-section .programs-carousel {
  counter-reset: div;
}
.programs-section .program-item {
  position: relative;
}
.programs-section .program-item .img-holder {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 162%;
}
@media all and (min-width: 768px) {
  .programs-section .program-item .img-holder {
    padding-bottom: 100%;
  }
}
.programs-section .program-item .img-holder img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.programs-section .program-item .img-holder:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 55, 49, 0.8)), color-stop(20%, rgba(18, 55, 49, 0.4)), color-stop(60%, rgba(18, 55, 49, 0.4)), to(rgba(18, 55, 49, 0.94)));
  background: -webkit-linear-gradient(top, rgba(18, 55, 49, 0.8) 0%, rgba(18, 55, 49, 0.4) 20%, rgba(18, 55, 49, 0.4) 60%, rgba(18, 55, 49, 0.94) 100%);
  background: -moz-linear-gradient(top, rgba(18, 55, 49, 0.8) 0%, rgba(18, 55, 49, 0.4) 20%, rgba(18, 55, 49, 0.4) 60%, rgba(18, 55, 49, 0.94) 100%);
  background: -o-linear-gradient(top, rgba(18, 55, 49, 0.8) 0%, rgba(18, 55, 49, 0.4) 20%, rgba(18, 55, 49, 0.4) 60%, rgba(18, 55, 49, 0.94) 100%);
  background: linear-gradient(to bottom, rgba(18, 55, 49, 0.8) 0%, rgba(18, 55, 49, 0.4) 20%, rgba(18, 55, 49, 0.4) 60%, rgba(18, 55, 49, 0.94) 100%);
}
.programs-section .program-item .txt-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  text-align: center;
  min-height: 280px;
}
.programs-section .program-item .txt-holder p {
  text-align: center;
  text-shadow: 0 3px 36px rgba(0, 0, 0, 0.4);
  font-family: "arsenica-variable", sans-serif;
  font-size: 30px;
  line-height: 38px;
  color: #F7F9FC;
  font-weight: 300;
}
@media all and (max-width: 991px) {
  .programs-section .program-item .txt-holder p {
    width: 60px;
    height: 60px;
    background: #F8BA41;
    color: #F7F9FC;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: 0 auto 20px;
    line-height: 42px;
    font-size: 18px;
  }
}
.programs-section .program-item .txt-holder p:before {
  content: "0" counter(div);
  display: block;
  color: #F8BA41;
  counter-increment: div;
  font-size: 30px;
  font-family: "arsenica-variable", sans-serif;
  margin-bottom: 8px;
}
@media all and (max-width: 991px) {
  .programs-section .program-item .txt-holder p:before {
    content: counter(div) "/";
    display: inline-block;
    position: relative;
    top: 8px;
    margin-bottom: 0;
    color: #F7F9FC;
  }
}
.programs-section .program-item .txt-holder p:after {
  margin-top: 12px;
  display: block;
  font-size: 21px;
}
.programs-section .program-item .txt-holder h3 {
  font-family: "arsenica-variable", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  color: #F7F9FC;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}
.programs-section .program-item .txt-holder span {
  display: inline-block;
  padding: 8px 30px;
  border: 2px solid #F7F9FC;
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
          border-radius: 34px;
  font-family: "agenda", sans-serif;
  letter-spacing: 0.12px;
  font-size: 22px;
  line-height: 30px;
  color: #F8BA41;
  font-weight: 700;
  text-transform: capitalize;
}
.programs-section .programs-controls .ctrl {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.programs-section .programs-controls .ctrl:before, .programs-section .programs-controls .ctrl:after {
  color: #F7F9FC;
}
.programs-section .programs-controls .ctrl.next {
  right: 10px;
}
@media all and (min-width: 992px) {
  .programs-section .programs-controls .ctrl.next {
    right: -30px;
  }
}
.programs-section .programs-controls .ctrl.prev {
  left: 10px;
}
@media all and (min-width: 992px) {
  .programs-section .programs-controls .ctrl.prev {
    left: -30px;
  }
}

.profiles-section {
  position: relative;
  padding: 70px 0;
  background: #F7F9FC;
}
@media all and (min-width: 992px) {
  .profiles-section {
    padding: 170px 0 150px 0;
  }
}
.profiles-section .ctrl {
  background: rgba(248, 186, 65, 0.72);
}
.no-touch .profiles-section .ctrl:hover {
  background: #f8ba41;
}
.profiles-section .content-holder {
  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;
  gap: 40px;
  margin-left: 0;
}
@media all and (min-width: 992px) {
  .profiles-section .content-holder {
    gap: 80px;
    margin-left: 100px;
  }
}
@media all and (min-width: 992px) {
  .profiles-section .text-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
.profiles-section .text-holder h2 {
  font-size: 40px;
  line-height: 37px;
  color: #072050;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-left: 30px;
  max-width: 340px;
}
@media all and (min-width: 992px) {
  .profiles-section .text-holder h2 {
    margin-left: 0;
    font-size: 52px;
    letter-spacing: 0;
    max-width: initial;
  }
}
.profiles-section .slick-slide {
  width: 265px;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
@media all and (min-width: 992px) {
  .profiles-section .slick-slide {
    width: 330px;
  }
}
@media all and (min-width: 1921px) {
  .profiles-section .slick-slide {
    width: 456px;
  }
}
.profiles-section .slick-slide .profile-item {
  display: block !important;
  width: 170px !important;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .profiles-section .slick-slide .profile-item {
    width: 300px !important;
  }
}
@media all and (min-width: 1921px) {
  .profiles-section .slick-slide .profile-item {
    width: 400px !important;
  }
}
.profiles-section .slick-slide:nth-child(2n) {
  -webkit-transform: translateY(40px);
     -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
       -o-transform: translateY(40px);
          transform: translateY(40px);
}
@media all and (min-width: 992px) {
  .profiles-section .slick-slide:nth-child(2n) {
    -webkit-transform: translateY(60px);
       -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
         -o-transform: translateY(60px);
            transform: translateY(60px);
  }
}
.profiles-section .slick-slide:nth-child(2n+1) {
  -webkit-transform: translateY(40px);
     -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
       -o-transform: translateY(40px);
          transform: translateY(40px);
}
@media all and (min-width: 992px) {
  .profiles-section .slick-slide:nth-child(2n+1) {
    -webkit-transform: translateY(60px);
       -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
         -o-transform: translateY(60px);
            transform: translateY(60px);
  }
}
.profiles-section .slick-slide.slick-active {
  padding-left: 35px;
  width: 265px;
  margin-left: 0;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
@media all and (min-width: 992px) {
  .profiles-section .slick-slide.slick-active {
    padding-left: 0;
    width: 400px;
  }
}
@media all and (min-width: 1921px) {
  .profiles-section .slick-slide.slick-active {
    width: 556px;
  }
}
.profiles-section .slick-slide.slick-active .profile-item {
  width: 240px !important;
}
@media all and (min-width: 992px) {
  .profiles-section .slick-slide.slick-active .profile-item {
    width: 400px !important;
  }
}
@media all and (min-width: 1921px) {
  .profiles-section .slick-slide.slick-active .profile-item {
    width: 556px !important;
  }
}
@media all and (max-width: 991px) {
  .profiles-section .slick-slide.slick-active .profile-item .txt-holder {
    opacity: 1;
  }
}
@media all and (min-width: 992px) {
  .profiles-section .profiles-carousel-ctrls {
    position: absolute;
    top: 50%;
    right: -30px;
    left: -40px;
    margin-top: -120px;
  }
}
@media all and (min-width: 1921px) {
  .profiles-section .profiles-carousel-ctrls {
    left: -120px;
  }
}
@media all and (max-width: 991px) {
  .profiles-section .profiles-carousel-ctrls .ctrl {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background: rgba(57, 130, 172, 0.8);
    width: 55px;
    height: 55px;
    margin-bottom: 0;
  }
  .profiles-section .profiles-carousel-ctrls .ctrl:after {
    line-height: 55px;
  }
}
@media all and (max-width: 991px) {
  .profiles-section .profiles-carousel-ctrls .ctrl.prev {
    left: 10px;
    opacity: 0;
    visibility: hidden;
  }
}
.profiles-section .profiles-carousel-ctrls .ctrl.prev.visible {
  opacity: 1;
  visibility: visible;
}
.profiles-section .profiles-carousel-ctrls .ctrl.next {
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .profiles-section .profiles-carousel-ctrls .ctrl.next {
    right: 10px;
  }
}
.profiles-section .profiles-carousel {
  height: 300px;
}
@media all and (min-width: 992px) {
  .profiles-section .profiles-carousel {
    height: 500px;
  }
}
@media all and (min-width: 1921px) {
  .profiles-section .profiles-carousel {
    height: 700px;
  }
}
.profiles-section .profiles-holder {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.profiles-section .flickity-viewport {
  height: 100% !important;
}
.profiles-section .cell-item {
  width: 240px;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
@media all and (min-width: 992px) {
  .profiles-section .cell-item {
    width: 400px;
  }
}
@media all and (min-width: 1921px) {
  .profiles-section .cell-item {
    width: 556px;
  }
}
.profiles-section .cell-item .profile-item {
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  margin: 0 auto;
  width: 170px;
}
@media all and (min-width: 992px) {
  .profiles-section .cell-item .profile-item {
    width: 282px;
    margin: 0 0 0 auto;
  }
}
@media all and (min-width: 1921px) {
  .profiles-section .cell-item .profile-item {
    width: 394px;
  }
}
.profiles-section .cell-item.is-selected {
  width: 400px;
}
@media all and (min-width: 1921px) {
  .profiles-section .cell-item.is-selected {
    width: 556px;
  }
}
.profiles-section .cell-item.is-selected .profile-item {
  width: 400px;
}
@media all and (min-width: 1921px) {
  .profiles-section .cell-item.is-selected .profile-item {
    width: 556px;
  }
}
.profiles-section .profile-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.profiles-section .profile-item .img-holder {
  position: relative;
  height: 0;
  padding-bottom: 124%;
}
.profiles-section .profile-item .img-holder:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.52;
}
.profiles-section .profile-item .img-holder img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profiles-section .profile-item .txt-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px 30px;
  color: #F7F9FC;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media all and (max-width: 991px) {
  .profiles-section .profile-item .txt-holder {
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.2s;
    -o-transition: opacity 0.4s 0.2s;
    -moz-transition: opacity 0.4s 0.2s;
    transition: opacity 0.4s 0.2s;
  }
}
.profiles-section .profile-item .txt-holder h3 {
  font-family: "arsenica-variable", sans-serif;
  font-size: 26px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.profiles-section .profile-item .txt-holder p {
  font-weight: 300;
  font-size: 21px;
  line-height: 23px;
  font-family: "agenda", sans-serif;
}
.profiles-section .profile-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(7, 32, 80, 0.8);
  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-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  padding: 30px 40px;
  color: #ffff;
}
@media all and (max-width: 991px) {
  .profiles-section .profile-item .overlay {
    display: none;
  }
}
.profiles-section .profile-item .overlay p {
  display: none;
  font-family: "arsenica-variable", sans-serif;
  font-weight: 300;
  text-align: center;
  color: #F7F9FC;
  font-size: 32px;
  line-height: 42px;
}
.profiles-section .profile-item .overlay p:first-of-type {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  max-height: 168px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.no-touch .profiles-section .profile-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.no-touch .profiles-section .profile-item:hover .txt-holder {
  opacity: 0;
}
.profiles-section .more-profiles {
  margin: 60px 0 0;
}
.profiles-section .more-profiles .customBtn {
  margin: 0 auto;
  max-width: 316px;
  color: #072050;
}

/* general button */
/* end general button */
/* Animation here */
@media all and (min-width: 992px) {
  .welcome-section h2,
.welcome-section p,
.stories-section .header-content h2,
.programs-section .header-content h2,
.profiles-section .text-holder h2,
.footer-holder .text-holder h2 {
    opacity: 0;
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@media all and (min-width: 992px) {
  .welcome-section h2.isAnimated,
.welcome-section p.isAnimated,
.stories-section .header-content h2.isAnimated,
.programs-section .header-content h2.isAnimated,
.profiles-section .text-holder h2.isAnimated,
.footer-holder .text-holder h2.isAnimated {
    -webkit-animation: slide-in 0.48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -moz-animation: slide-in 0.48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
         -o-animation: slide-in 0.48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation: slide-in 0.48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-delay: 0.2s;
       -moz-animation-delay: 0.2s;
         -o-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

@media all and (min-width: 992px) {
  .video-section h3,
.profiles-section .text-holder p {
    opacity: 0;
  }
}
@media all and (min-width: 992px) {
  .video-section h3.isAnimated,
.profiles-section .text-holder p.isAnimated {
    opacity: 1;
  }
  .video-section h3.isAnimated .line,
.profiles-section .text-holder p.isAnimated .line {
    overflow: hidden;
    /*&:last-child .word {
      animation-delay: 1.1s;
    }*/
  }
  .video-section h3.isAnimated .word,
.profiles-section .text-holder p.isAnimated .word {
    opacity: 0;
    -webkit-animation: slide-in 0.48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -moz-animation: slide-in 0.48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
         -o-animation: slide-in 0.48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation: slide-in 0.48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-delay: 0.2s;
       -moz-animation-delay: 0.2s;
         -o-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    line-height: 1.27;
  }
}