.splide__container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.splide__list {
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide:not(.is-overflow) .splide__pagination {
  display: none; }

.splide__progress__bar {
  width: 0; }

.splide {
  position: relative;
  visibility: hidden; }

.splide.is-initialized, .splide.is-rendered {
  visibility: visible; }

.splide__slide {
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
     -moz-animation: splide-loading 1s linear infinite;
       -o-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@-moz-keyframes splide-loading {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0); }
  to {
    -moz-transform: rotate(1turn);
         transform: rotate(1turn); } }

@-o-keyframes splide-loading {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0); }
  to {
    -o-transform: rotate(1turn);
       transform: rotate(1turn); } }

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
       -moz-transform: rotate(1turn);
         -o-transform: rotate(1turn);
            transform: rotate(1turn); } }

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none; }

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0; }

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide__track--ttb > .splide__list {
  display: block; }

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1; }

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em; }

.splide__arrow:hover:not(:disabled) {
  opacity: .9; }

.splide__arrow:disabled {
  opacity: .3; }

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1; }

.splide__pagination__page {
  background: #ccc;
  border: 0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: -o-transform .2s linear;
  -moz-transition: transform .2s linear, -moz-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear, -moz-transform .2s linear, -o-transform .2s linear;
  width: 8px; }

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
     -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
       -o-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__progress__bar {
  background: #ccc;
  height: 3px; }

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.splide__slide:focus {
  outline: 0; }

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf; } }

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf; }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf; } }

.splide__toggle {
  cursor: pointer; }

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer; }

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000; }

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em; }

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1); }

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1); }

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%); }

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em; }

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto; }

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg); }

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0; }

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

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

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

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

[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, body:not(.sharedTemplates) .secondLvlCss blockquote p.has-image:after, body.sharedTemplates .secondLvlCss blockquote p.has-image:after, 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; }

.shTplGBlockScroll {
  position: relative;
  overflow: hidden; }
  @media (max-width: 730px) {
    .shTplGBlockScroll {
      position: fixed;
      width: 100%;
      height: 100%; } }

.shTplGBlockScroll-html {
  overflow: hidden; }

@font-face {
  font-family: 'global-icons';
  src: url("/fonts//icons/global-icons.ttf?220ktz") format("truetype"), url("/fonts//icons/global-icons.woff?220ktz") format("woff"), url("/fonts//icons/global-icons.svg?220ktz&#global-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'social-icons';
  src: url("/fonts//icons/social-icons.eot?ejdvaz");
  src: url("/fonts//icons/social-icons.eot?ejdvaz&#iefix") format("embedded-opentype"), url("/fonts//icons/social-icons.ttf?ejdvaz") format("truetype"), url("/fonts//icons/social-icons.woff?ejdvaz") format("woff"), url("/fonts//icons/social-icons.svg?ejdvaz&#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

/*
    * only social icons
*/
.social-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .social-icon.social-blog-icon:before {
    content: "\e900"; }
  .social-icon.social-facebook-icon:before {
    content: "\e901"; }
  .social-icon.social-flickr-icon:before {
    content: "\e902"; }
  .social-icon.social-instagram-icon:before {
    content: "\e903"; }
  .social-icon.social-issuu-icon:before {
    content: "\e904"; }
  .social-icon.social-linkedin-icon:before {
    content: "\e905"; }
  .social-icon.social-pinterest-icon:before {
    content: "\e906"; }
  .social-icon.social-soundcloud-icon:before {
    content: "\e907"; }
  .social-icon.social-twitter-icon:before {
    content: "\e908"; }
  .social-icon.social-vimeo-icon:before {
    content: "\e909"; }
  .social-icon.social-youtube-icon:before {
    content: "\e90a"; }
  .social-icon.social-news-icon:before {
    content: "\e90b"; }

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

/* end global icons */
@font-face {
  font-family: 'icons';
  src: url("/fonts/icons/icons.ttf?tz5dt9") format("truetype"), url("/fonts/icons/icons.woff?tz5dt9") format("woff"), url("/fonts/icons/icons.svg?tz5dt9#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-menu_arrow:before {
  content: "\e93d";
  color: #F4D8CE; }

.icon-twitter:before {
  font-family: "icomoon" !important;
  content: "\e906";
  color: #F4D8CE; }

.icon-search:before {
  content: "\e93e";
  color: #F4D8CE; }

.icon-search_hover:before {
  content: "\e93f";
  color: #F4D8CE; }

.icon-notice:before {
  content: "\e940";
  color: #fff; }

.icon-notice_open:before {
  content: "\e941";
  color: #382170; }

.icon-back_arrow:before {
  content: "\e942";
  color: #fff; }

.icon-btn_close:before {
  content: "\e943";
  color: #382170; }

.icon-btn_close_panel:before {
  content: "\e944";
  color: #fff; }

.story {
  font-size: 0;
  margin-bottom: 1.25rem; }
  .story .story__inner {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 0.9375rem; }
  .story .story__imageWrapper {
    position: relative;
    padding-bottom: -webkit-calc(100% - 1.875rem);
    padding-bottom: -moz-calc(100% - 1.875rem);
    padding-bottom: calc(100% - 1.875rem);
    width: -webkit-calc(100% - 1.875rem);
    width: -moz-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem); }
    .story .story__imageWrapper img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      -webkit-border-radius: 10px 10px 0 0;
         -moz-border-radius: 10px 10px 0 0;
              border-radius: 10px 10px 0 0; }
  .story .story__description {
    padding: 1.125rem 1.25rem 1.125rem 1.25rem;
    background-color: #ffffff;
    width: -webkit-calc(100% - 1.875rem);
    width: -moz-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem);
    position: relative;
    left: 0;
    margin-top: -4.375rem;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s;
    transition: background-color 0.3s ease, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s ease, -o-transform 0.3s;
    -moz-transition: transform 0.3s, background-color 0.3s ease, -moz-transform 0.3s;
    transition: transform 0.3s, background-color 0.3s ease;
    transition: transform 0.3s, background-color 0.3s ease, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
    -webkit-border-radius: 0 0 0.625rem 0.625rem;
       -moz-border-radius: 0 0 0.625rem 0.625rem;
            border-radius: 0 0 0.625rem 0.625rem; }
  .story .story__info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.3125rem;
    padding-bottom: 0.8125rem;
    margin-bottom: 0 !important; }
  .story .story__channelName {
    font-family: "futura-pt";
    font-size: 0.875rem;
    font-weight: 500;
    color: #252b2e;
    line-height: 1.0625rem;
    text-transform: uppercase; }
  .story .story__topSocialIcon {
    font-size: 1rem;
    color: #fff;
    margin-right: 0.375rem; }
  .story .story__title {
    font-family: "Gill Sans", sans-serif;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    color: #252b2e;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-align: start; }
    .story .story__title.hasShortText {
      font-size: 1rem;
      line-height: 1.21; }
    .story .story__title.hasMediumText {
      font-size: 1rem;
      line-height: 1.25;
      max-height: 7.75rem; }
    .story .story__title.hasLongText {
      font-size: 1rem;
      line-height: 1.43;
      max-height: 7.125rem;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      white-space: normal; }
    .story .story__title a {
      font-weight: 500;
      text-decoration: underline;
      color: inherit; }
      html.no-touch .story .story__title a:hover {
        color: #000000; }
  .story .story__time {
    font-family: "Gill Sans", sans-serif;
    font-weight: 400;
    font-size: 0.6875rem;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    color: #252b2e;
    display: inline-block;
    width: 100%;
    text-align: start; }
  .story.news .story__topSocialIcon {
    color: #cfac67; }
  .story.twitter .story__topSocialIcon {
    color: #1da1f2; }
  .story.instagram .story__topSocialIcon {
    color: #833ab4; }
  .story.facebook .story__topSocialIcon {
    color: #1877f2; }
  .story.flickr .story__topSocialIcon {
    color: #fe0084; }
  .story.photos .story__topSocialIcon {
    color: #fe0084; }
  .story.youtube .story__topSocialIcon {
    color: #ff0000; }
  .story.vimeo .story__topSocialIcon {
    color: #1ab7ea; }
  .story.soundcloud .story__topSocialIcon {
    color: #ff3300; }
  .story.pinterest .story__topSocialIcon {
    color: #e60023; }
  .story.issuu .story__topSocialIcon {
    color: #f36d5d; }
  .story.blog .story__topSocialIcon {
    color: #21759b; }
  .story.event .story__topSocialIcon {
    color: #cfac67; }

html,
body {
  font-family: "Gill Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  background: #EFF2F7; }
  @media (min-width: 1921px) {
    html,
    body {
      font-size: 0.9vw; } }

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

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

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

.go-top {
  width: 1.625rem;
  height: 1.625rem;
  display: block;
  background: transparent;
  border: none;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -0.8125rem;
  top: 1.25rem; }
  .go-top .box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
       -moz-transform: rotate(45deg) translate3d(0, 0, 0);
            transform: rotate(45deg) translate3d(0, 0, 0); }
    .go-top .box:after {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      border: 0.0625rem solid #9E1925;
      z-index: 1; }
  .go-top i {
    font-size: 0.4375rem;
    display: block;
    color: #9E1925;
    position: absolute;
    bottom: -1.3125rem;
    left: -0.0625rem;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    line-height: 2.5rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
    z-index: 5; }
  html.no-touch .go-top:hover i {
    -webkit-transform: translate3d(0, -0.1875rem, 0) rotate(-90deg);
       -moz-transform: translate3d(0, -0.1875rem, 0) rotate(-90deg);
            transform: translate3d(0, -0.1875rem, 0) rotate(-90deg); }

main {
  display: block;
  position: relative;
  z-index: 27; }
  body.secondLvl main {
    pointer-events: all; }
  main #content {
    pointer-events: all; }

.secondLvl .logo-subtext {
  display: none !important; }

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 110; }
  .header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5.25rem;
    background-color: rgba(37, 43, 46, 0.35);
    z-index: 0;
    display: none; }
  .header .logo {
    position: absolute;
    top: 3.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 110;
    -webkit-transition: top 0.4s ease;
    -o-transition: top 0.4s ease;
    -moz-transition: top 0.4s ease;
    transition: top 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header .logo .logo-subtext {
      color: #fff;
      font-family: "Gill Sans", sans-serif;
      font-size: 1.1875rem;
      font-weight: 400;
      letter-spacing: 0.125rem;
      text-align: center;
      display: block;
      width: 100%; }
      .header .logo .logo-subtext.mobile {
        display: block; }
        @media screen and (min-width: 768px) {
          .header .logo .logo-subtext.mobile {
            display: none !important; } }
    .header .logo .logo-desktop {
      width: 37.5rem;
      height: 6.375rem;
      -webkit-transition: width 0.4s, height 0.4s ease;
      -o-transition: width 0.4s, height 0.4s ease;
      -moz-transition: width 0.4s, height 0.4s ease;
      transition: width 0.4s, height 0.4s ease; }
      .header .logo .logo-desktop img {
        width: 37.5rem;
        height: 5.5rem;
        -webkit-transition: width 0.4s, height 0.4s ease;
        -o-transition: width 0.4s, height 0.4s ease;
        -moz-transition: width 0.4s, height 0.4s ease;
        transition: width 0.4s, height 0.4s ease; }
    .header .logo .logo-mobile {
      display: none; }
    .header .logo .logo-media {
      width: 15.875rem;
      height: 6.375rem;
      -webkit-transition: width 0.4s, height 0.4s ease;
      -o-transition: width 0.4s, height 0.4s ease;
      -moz-transition: width 0.4s, height 0.4s ease;
      transition: width 0.4s, height 0.4s ease;
      display: none; }
      .header .logo .logo-media img {
        -webkit-transition: width 0.4s, height 0.4s ease;
        -o-transition: width 0.4s, height 0.4s ease;
        -moz-transition: width 0.4s, height 0.4s ease;
        transition: width 0.4s, height 0.4s ease; }
  .header .cta-buttons {
    position: absolute;
    top: 0;
    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; }
    .header .cta-buttons a {
      display: block;
      width: 14.375rem;
      height: 6.625rem;
      line-height: 6.25rem;
      text-align: center;
      -webkit-transition: text-shadow 0.3s ease;
      -o-transition: text-shadow 0.3s ease;
      -moz-transition: text-shadow 0.3s ease;
      transition: text-shadow 0.3s ease; }
      @media (max-width: 1150px) {
        .header .cta-buttons a {
          width: auto; } }
      .header .cta-buttons a span {
        font-family: "Gill Sans", sans-serif;
        font-size: 1.25rem;
        font-weight: 500;
        color: #ffffff;
        position: relative;
        text-decoration: underline;
        text-underline-offset: 4px;
        text-decoration-thickness: 1px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .header .cta-buttons a span:hover {
          color: #e41f13; }
      .header .cta-buttons a .arrow {
        display: none;
        position: relative;
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease;
        transition: opacity 0.3s, -webkit-transform 0.3s ease;
        -o-transition: opacity 0.3s, -o-transform 0.3s ease;
        -moz-transition: opacity 0.3s, transform 0.3s ease, -moz-transform 0.3s ease;
        transition: opacity 0.3s, transform 0.3s ease;
        transition: opacity 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease; }
        .header .cta-buttons a .arrow:before {
          display: inline-block;
          font-size: 1rem;
          position: relative;
          -webkit-transform: scaleX(-1);
             -moz-transform: scaleX(-1);
              -ms-transform: scaleX(-1);
               -o-transform: scaleX(-1);
                  transform: scaleX(-1); }
      html.no-touch .header .cta-buttons a:hover .arrow {
        opacity: 0;
        -webkit-transform: translateX(0.25rem);
           -moz-transform: translateX(0.25rem);
            -ms-transform: translateX(0.25rem);
             -o-transform: translateX(0.25rem);
                transform: translateX(0.25rem); }
    .header .cta-buttons.list a {
      width: 8.75rem; }
  .header .menu-btn {
    position: absolute;
    width: 10.625rem;
    height: 4rem;
    right: 3.625rem;
    top: 54px;
    z-index: 110;
    border: 0;
    cursor: pointer; }
    .header .menu-btn .btn-open {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: rgba(255, 255, 255, 0.8);
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border: 0;
      -webkit-border-radius: 10px;
         -moz-border-radius: 10px;
              border-radius: 10px;
      cursor: pointer;
      -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
      -o-transition: opacity 0.3s ease, background-color 0.3s ease;
      -moz-transition: opacity 0.3s ease, background-color 0.3s ease;
      transition: opacity 0.3s ease, background-color 0.3s ease; }
      .header .menu-btn .btn-open:hover {
        background: #0b6790; }
        .header .menu-btn .btn-open:hover .icon-hamburger-icon::before {
          color: #ffffff; }
        .header .menu-btn .btn-open:hover .open-text {
          color: #ffffff; }
      .header .menu-btn .btn-open .open-icon {
        position: relative;
        width: 1.75rem;
        height: 0.125rem;
        background-color: #ffffff;
        margin-left: 1.25rem;
        -webkit-transition: -webkit-box-shadow 0.3s ease;
        transition: -webkit-box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        -moz-transition: box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease, -moz-box-shadow 0.3s ease; }
        .header .menu-btn .btn-open .open-icon:after, .header .menu-btn .btn-open .open-icon:before {
          content: "";
          position: absolute;
          left: -0.375rem;
          width: 2.5625rem;
          height: 0.125rem;
          background-color: #ffffff;
          -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease;
          transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease;
          -o-transition: box-shadow 0.3s ease, -o-transform 0.3s;
          -moz-transition: transform 0.3s, box-shadow 0.3s ease, -moz-transform 0.3s, -moz-box-shadow 0.3s ease;
          transition: transform 0.3s, box-shadow 0.3s ease;
          transition: transform 0.3s, box-shadow 0.3s ease, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s, -webkit-box-shadow 0.3s ease, -moz-box-shadow 0.3s ease; }
        .header .menu-btn .btn-open .open-icon:after {
          top: -0.875rem; }
        .header .menu-btn .btn-open .open-icon:before {
          top: 0.875rem; }
      .header .menu-btn .btn-open .open-text {
        font-family: "orpheus-pro";
        font-size: 1.625rem;
        font-weight: 700;
        line-height: 1.875rem;
        color: #252b2e;
        text-transform: capitalize;
        -webkit-transition: text-shadow 0.3s ease;
        -o-transition: text-shadow 0.3s ease;
        -moz-transition: text-shadow 0.3s ease;
        transition: text-shadow 0.3s ease;
        margin-right: 1.3125rem; }
      .header .menu-btn .btn-open .icon-hamburger-icon {
        font-size: 1.625rem; }
      .header .menu-btn .btn-open .icon-hamburger-icon::before {
        font-family: "icomoon" !important; }
      .header .menu-btn .btn-open .progress-bar {
        display: none;
        width: 0.125rem;
        height: 0.625rem;
        background-color: #252b2e;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: height 0.1s linear;
        -o-transition: height 0.1s linear;
        -moz-transition: height 0.1s linear;
        transition: height 0.1s linear; }
    .header .menu-btn .btn-close, .header .menu-btn .alert-panel .alert-btn-close-mobile, .alert-panel .header .menu-btn .alert-btn-close-mobile, .header .menu-btn .notice-panel .notice-btn-close-mobile, .notice-panel .header .menu-btn .notice-btn-close-mobile {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #ffffff;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      pointer-events: none;
      -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
         -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
      border: 0; }
      .header .menu-btn .btn-close .close-icon, .header .menu-btn .alert-panel .alert-btn-close-mobile .close-icon, .alert-panel .header .menu-btn .alert-btn-close-mobile .close-icon, .header .menu-btn .notice-panel .notice-btn-close-mobile .close-icon, .notice-panel .header .menu-btn .notice-btn-close-mobile .close-icon {
        margin-right: 1.75rem; }
        .header .menu-btn .btn-close .close-icon:before, .header .menu-btn .alert-panel .alert-btn-close-mobile .close-icon:before, .alert-panel .header .menu-btn .alert-btn-close-mobile .close-icon:before, .header .menu-btn .notice-panel .notice-btn-close-mobile .close-icon:before, .notice-panel .header .menu-btn .notice-btn-close-mobile .close-icon:before {
          font-size: 2.1875rem;
          -webkit-transition: -webkit-filter 0.3s ease;
          transition: -webkit-filter 0.3s ease;
          -o-transition: filter 0.3s ease;
          -moz-transition: filter 0.3s ease;
          transition: filter 0.3s ease;
          transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
      .header .menu-btn .btn-close .close-text, .header .menu-btn .alert-panel .alert-btn-close-mobile .close-text, .alert-panel .header .menu-btn .alert-btn-close-mobile .close-text, .header .menu-btn .notice-panel .notice-btn-close-mobile .close-text, .notice-panel .header .menu-btn .notice-btn-close-mobile .close-text {
        font-family: "futura-pt";
        font-size: 1.5625rem;
        font-weight: 500;
        letter-spacing: 0.14em;
        line-height: 1.875rem;
        color: #252b2e;
        text-transform: uppercase; }
      html.no-touch .header .menu-btn .btn-close:hover .close-icon:before, html.no-touch .header .menu-btn .alert-panel .alert-btn-close-mobile:hover .close-icon:before, .alert-panel html.no-touch .header .menu-btn .alert-btn-close-mobile:hover .close-icon:before, html.no-touch .header .menu-btn .notice-panel .notice-btn-close-mobile:hover .close-icon:before, .notice-panel html.no-touch .header .menu-btn .notice-btn-close-mobile:hover .close-icon:before {
        -webkit-filter: drop-shadow(1px 0px 0px #252b2e);
                filter: drop-shadow(1px 0px 0px #252b2e); }
  .header.menu-open .menu-btn .btn-open {
    opacity: 0;
    pointer-events: none; }
  .header.menu-open .menu-btn .btn-close, .header.menu-open .menu-btn .alert-panel .alert-btn-close-mobile, .alert-panel .header.menu-open .menu-btn .alert-btn-close-mobile, .header.menu-open .menu-btn .notice-panel .notice-btn-close-mobile, .notice-panel .header.menu-open .menu-btn .notice-btn-close-mobile {
    opacity: 1;
    pointer-events: all; }
  .header.menu-sticky .menu-btn {
    position: fixed;
    width: 10.625rem;
    height: 4rem;
    left: auto;
    right: 3.75rem;
    top: 2.5rem;
    z-index: 110;
    -webkit-border-radius: 0.625rem;
       -moz-border-radius: 0.625rem;
            border-radius: 0.625rem; }
    .header.menu-sticky .menu-btn .btn-open {
      background-color: rgba(255, 255, 255, 0.8) !important; }
      .header.menu-sticky .menu-btn .btn-open .open-icon {
        background-color: #252b2e;
        margin-right: 0; }
        .header.menu-sticky .menu-btn .btn-open .open-icon:after, .header.menu-sticky .menu-btn .btn-open .open-icon:before {
          background-color: #252b2e; }
      .header.menu-sticky .menu-btn .btn-open .progress-bar {
        display: block; }
      html.no-touch .header.menu-sticky .menu-btn .btn-open:hover .open-icon {
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none; }
        html.no-touch .header.menu-sticky .menu-btn .btn-open:hover .open-icon:after {
          -webkit-box-shadow: none;
             -moz-box-shadow: none;
                  box-shadow: none; }
        html.no-touch .header.menu-sticky .menu-btn .btn-open:hover .open-icon:before {
          -webkit-box-shadow: none;
             -moz-box-shadow: none;
                  box-shadow: none; }

@media (max-width: 768px) {
  .header .btn-open {
    background-color: transparent !important; }
    .header .btn-open .progress-bar {
      display: none !important; }
  .header .menu-btn {
    right: 1.25rem !important;
    top: 1.25rem !important; }
  .header .logo {
    width: 18.75rem;
    top: 1.25rem;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%);
       -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
         -o-transform: translate(-50%);
            transform: translate(-50%); }
    .header .logo .logo-desktop {
      display: none; }
    .header .logo .logo-mobile {
      display: block; }
      .header .logo .logo-mobile img {
        height: 5.125rem;
        width: 13.75rem;
        -o-object-fit: cover;
           object-fit: cover; }
    .header .logo .logo-subtext.mobile {
      display: block;
      width: 100%;
      font-size: 1.125rem;
      line-height: 1.2; }
  .header .cta-buttons {
    left: 5rem;
    -webkit-transform: translateX(-60%);
       -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
         -o-transform: translateX(-60%);
            transform: translateX(-60%); }
    .header .cta-buttons a {
      width: 5.625rem;
      height: 5.25rem;
      line-height: normal;
      background-color: transparent;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .header .cta-buttons a:last-child {
        width: 5.625rem; }
      .header .cta-buttons a span {
        font-size: 1rem;
        line-height: normal; }
      .header .cta-buttons a .arrow {
        display: none; }
      .header .cta-buttons a .arrow:before {
        font-size: 1rem; }
    .header .cta-buttons.list a {
      width: 5rem; }
  .header .menu-btn {
    width: 3.125rem !important;
    height: 3.125rem !important;
    -webkit-border-radius: 0.625rem !important;
       -moz-border-radius: 0.625rem !important;
            border-radius: 0.625rem !important;
    background-color: #f4d8ce; }
    .header .menu-btn .btn-open {
      background-color: transparent; }
      .header .menu-btn .btn-open .open-icon {
        width: 1.25rem;
        margin-right: 0; }
        .header .menu-btn .btn-open .open-icon:after, .header .menu-btn .btn-open .open-icon:before {
          left: -0.3125rem;
          width: 1.875rem; }
        .header .menu-btn .btn-open .open-icon:after {
          top: -0.6875rem; }
        .header .menu-btn .btn-open .open-icon:before {
          top: 0.6875rem; }
      .header .menu-btn .btn-open .open-text {
        visibility: hidden;
        position: absolute; }
      .header .menu-btn .btn-open .icon-hamburger-icon {
        color: #ffffff; }
        .header .menu-btn .btn-open .icon-hamburger-icon::before {
          color: #252b2e !important; }
  .header.menu-sticky .btn-open .icon-hamburger-icon::before {
    color: #000000; }
  .header.menu-sticky .menu-btn {
    width: 5.625rem;
    height: 5.25rem; } }

@media (min-width: 768px) {
  .header .cta-buttons {
    left: 1.875rem;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; } }

@media (max-width: 1024px) {
  .header .logo {
    top: 1.6875rem; }
    .header .logo .logo-desktop {
      height: 5.5rem;
      width: 20.875rem; }
      .header .logo .logo-desktop img {
        width: 100%;
        height: 3.25rem; }
  .header .cta-buttons a {
    line-height: 7.125rem; }
    .header .cta-buttons a span {
      font-size: 1.25rem; }
  .header .menu-btn {
    width: 8.125rem;
    height: 3.75rem;
    right: 1.875rem;
    top: 1.875rem; }
    .header .menu-btn .btn-open .open-icon {
      position: relative;
      width: 1.75rem;
      height: 0.125rem;
      background-color: #ffffff;
      margin-left: 1.25rem;
      -webkit-transition: -webkit-box-shadow 0.3s ease;
      transition: -webkit-box-shadow 0.3s ease;
      -o-transition: box-shadow 0.3s ease;
      -moz-transition: box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease, -moz-box-shadow 0.3s ease; }
    .header .menu-btn .btn-open .open-text {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.5625rem;
      margin-right: 0.6875rem; }
    .header .menu-btn .btn-open .icon-hamburger-icon {
      font-size: 1.25rem; } }

@media (min-width: 1024px) {
  .header .logo {
    top: 2.8125rem; }
    .header .logo .logo-desktop {
      height: 5.125rem;
      width: 28.75rem; }
    .header .logo .logo-subtext {
      font-size: 15px; }
  .header .cta-buttons {
    left: 3.125rem; }
    .header .cta-buttons a {
      line-height: 7.125rem;
      width: auto; }
      .header .cta-buttons a span {
        font-size: 1.125rem; } }

@media (min-width: 1440px) {
  .header .logo {
    top: 3.25rem; }
    .header .logo .logo-desktop {
      width: 37.5rem;
      height: 6.375rem; }
    .header .logo .logo-subtext {
      font-size: 1.1875rem; }
  .header .cta-buttons {
    left: 3.125rem; }
    .header .cta-buttons a span {
      font-size: 1.25rem; } }

body.sharedTemplates .BaseTemplate {
  padding-bottom: 1.875rem;
  padding-top: 2.5rem; }

body.sharedTemplates.media-template {
  background: #f2f7f9; }
  body.sharedTemplates.media-template .BaseTemplate {
    padding-bottom: 0; }

body.sharedTemplates.contact .header .logo, body.sharedTemplates.calendar .header .logo, body.sharedTemplates.media-template .header .logo {
  display: block;
  position: absolute;
  top: 1.25rem;
  left: 9.375rem; }
  body.sharedTemplates.contact .header .logo .logo-desktop img,
  body.sharedTemplates.contact .header .logo .logo-desktop .logo-subtext, body.sharedTemplates.calendar .header .logo .logo-desktop img,
  body.sharedTemplates.calendar .header .logo .logo-desktop .logo-subtext, body.sharedTemplates.media-template .header .logo .logo-desktop img,
  body.sharedTemplates.media-template .header .logo .logo-desktop .logo-subtext {
    display: none; }
  body.sharedTemplates.contact .header .logo .logo-desktop::after, body.sharedTemplates.calendar .header .logo .logo-desktop::after, body.sharedTemplates.media-template .header .logo .logo-desktop::after {
    content: "";
    background-image: url("/Images/common/red_logo_footer.svg");
    width: 15.125rem;
    height: 3.9375rem;
    display: block;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  @media (max-width: 768px) {
    body.sharedTemplates.contact .header .logo, body.sharedTemplates.calendar .header .logo, body.sharedTemplates.media-template .header .logo {
      display: none; } }

body.sharedTemplates.contact .header .menu-btn, body.sharedTemplates.calendar .header .menu-btn, body.sharedTemplates.media-template .header .menu-btn {
  top: 1.875rem; }

body.sharedTemplates .header .logo,
body.sharedTemplates .header .cta-buttons {
  display: none; }

body.sharedTemplates .header .menu-btn .btn-open {
  background-color: #e41f13;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  body.sharedTemplates .header .menu-btn .btn-open .open-text {
    margin-top: -0.4375rem;
    color: #ffffff; }
  body.sharedTemplates .header .menu-btn .btn-open .icon-hamburger-icon::before {
    color: #ffffff; }
    @media (max-width: 768px) {
      body.sharedTemplates .header .menu-btn .btn-open .icon-hamburger-icon::before {
        color: #252b2e; } }
  html.no-touch body.sharedTemplates .header .menu-btn .btn-open:hover {
    background: #0b6790;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px; }

body.sharedTemplates:not(.noHeader) .main-hero {
  min-height: 500px; }
  body.sharedTemplates:not(.noHeader) .main-hero .fader-wrapper {
    height: 500px; }

@media (max-width: 768px) {
  body.sharedTemplates:not(.noHeader) .main-hero {
    min-height: 300px; }
    body.sharedTemplates:not(.noHeader) .main-hero .fader-wrapper {
      height: 300px; } }

footer {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-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;
  background-color: #fff1eb;
  padding-bottom: 2.5rem;
  padding-top: 4.375rem;
  min-height: 53.1875rem;
  overflow: hidden;
  -webkit-transition: padding-top 0.4s, padding-bottom 0.4s ease;
  -o-transition: padding-top 0.4s, padding-bottom 0.4s ease;
  -moz-transition: padding-top 0.4s, padding-bottom 0.4s ease;
  transition: padding-top 0.4s, padding-bottom 0.4s ease; }
  footer .social-icon {
    font-family: "social-icons" !important; }
  footer .mask {
    position: absolute;
    width: 90rem;
    height: auto;
    left: -webkit-calc(50% - 25.625rem);
    left: -moz-calc(50% - 25.625rem);
    left: calc(50% - 25.625rem);
    top: 0;
    z-index: 1;
    -webkit-transition: left 0.4s, top 0.4s ease;
    -o-transition: left 0.4s, top 0.4s ease;
    -moz-transition: left 0.4s, top 0.4s ease;
    transition: left 0.4s, top 0.4s ease; }
  footer .footer-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;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: width 0.4s, height 0.4s ease;
    -o-transition: width 0.4s, height 0.4s ease;
    -moz-transition: width 0.4s, height 0.4s ease;
    transition: width 0.4s, height 0.4s ease; }
    footer .footer-center .footer-left {
      width: 100%;
      margin-right: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 2;
      -webkit-transition: width 0.4s, mergin-right 0.4s ease;
      -o-transition: width 0.4s, mergin-right 0.4s ease;
      -moz-transition: width 0.4s, mergin-right 0.4s ease;
      transition: width 0.4s, mergin-right 0.4s ease; }
      footer .footer-center .footer-left .footer-logo {
        margin-bottom: 0rem; }
        footer .footer-center .footer-left .footer-logo img {
          display: block;
          position: relative;
          max-width: 25rem;
          width: 100%;
          height: auto;
          -webkit-transition: width 0.4s ease;
          -o-transition: width 0.4s ease;
          -moz-transition: width 0.4s ease;
          transition: width 0.4s ease; }
      footer .footer-center .footer-left .footer--logo-links {
        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-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        footer .footer-center .footer-left .footer--logo-links a .teLogo {
          -webkit-filter: grayscale(0);
          filter: none;
          margin: 0 0.9375rem 1.25rem 0.9375rem; }
          @media (max-width: 991px) {
            footer .footer-center .footer-left .footer--logo-links a .teLogo {
              margin: 1.5625rem 0.75rem 0.3125rem 0.75rem; } }
          html.no-touch footer .footer-center .footer-left .footer--logo-links a .teLogo:hover {
            filter: gray;
            -webkit-filter: grayscale(1);
            filter: grayscale(1); }
      footer .footer-center .footer-left .footer-title {
        text-align: center;
        font-family: "orpheus-pro";
        color: #252b2e;
        line-height: 4rem;
        font-weight: 500; }
        footer .footer-center .footer-left .footer-title span {
          display: block;
          margin-top: -2.75rem;
          -webkit-transition: margin-top 0.4s ease;
          -o-transition: margin-top 0.4s ease;
          -moz-transition: margin-top 0.4s ease;
          transition: margin-top 0.4s ease; }
      footer .footer-center .footer-left .cta-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 5.875rem;
        margin-top: 2.5rem;
        -webkit-transition: margin-bottom 0.4s ease;
        -o-transition: margin-bottom 0.4s ease;
        -moz-transition: margin-bottom 0.4s ease;
        transition: margin-bottom 0.4s ease; }
        footer .footer-center .footer-left .cta-buttons a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          min-width: 10.625rem;
          width: 100%;
          font-size: 1.25rem;
          -webkit-transition: width 0.4s ease;
          -o-transition: width 0.4s ease;
          -moz-transition: width 0.4s ease;
          transition: width 0.4s ease;
          padding: 1.0625rem 1.875rem 1.0625rem 1.875rem;
          background-color: #e41f13;
          color: #ffffff;
          position: relative; }
          footer .footer-center .footer-left .cta-buttons a span {
            font-weight: 400; }
          footer .footer-center .footer-left .cta-buttons a .icon {
            position: relative;
            width: 0.75rem;
            height: 0.75rem;
            display: inline-block;
            margin-left: 0.9375rem;
            margin-top: 0.25rem;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            footer .footer-center .footer-left .cta-buttons a .icon::after {
              content: "";
              position: absolute;
              width: 0.75rem;
              height: 0.75rem;
              -webkit-transform: translateY(-50%);
                 -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                   -o-transform: translateY(-50%);
                      transform: translateY(-50%);
              top: 50%;
              right: 0;
              background-color: #fff;
              -webkit-mask-image: url("/Images/svg/btn-arrow.svg");
                      mask-image: url("/Images/svg/btn-arrow.svg");
              -webkit-mask-repeat: no-repeat;
                      mask-repeat: no-repeat; }
            footer .footer-center .footer-left .cta-buttons a .icon::before {
              content: "";
              background-color: #fff;
              -webkit-mask-image: url("/Images/svg/btn-full-arrow.svg");
                      mask-image: url("/Images/svg/btn-full-arrow.svg");
              -webkit-mask-repeat: no-repeat;
                      mask-repeat: no-repeat;
              position: absolute;
              width: 2.375rem;
              height: 0.75rem;
              -webkit-transform: translateY(-50%);
                 -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                   -o-transform: translateY(-50%);
                      transform: translateY(-50%);
              top: 50%;
              right: 0;
              visibility: hidden;
              -webkit-clip-path: inset(45% 0% 20% 100%);
                      clip-path: inset(45% 0% 20% 100%);
              -webkit-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
          footer .footer-center .footer-left .cta-buttons a:hover .icon {
            width: 2.375rem; }
            footer .footer-center .footer-left .cta-buttons a:hover .icon::after {
              visibility: visible; }
            footer .footer-center .footer-left .cta-buttons a:hover .icon::before {
              visibility: visible;
              -webkit-clip-path: inset(45% 0% 20% 0%);
                      clip-path: inset(45% 0% 20% 0%); }
        footer .footer-center .footer-left .cta-buttons a:nth-of-type(2) {
          margin: 2.375rem 0rem; }
      footer .footer-center .footer-left .footer-right-mobile {
        display: block;
        width: 100vw;
        position: relative;
        left: 0rem;
        margin-bottom: 1.875rem; }
        footer .footer-center .footer-left .footer-right-mobile .footer-right {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
      footer .footer-center .footer-left address,
      footer .footer-center .footer-left .directions,
      footer .footer-center .footer-left .phone,
      footer .footer-center .footer-left .email,
      footer .footer-center .footer-left handle {
        font-family: "Gill Sans", sans-serif;
        line-height: 1.6875rem;
        font-style: normal;
        color: #252b2e;
        text-align: center;
        font-size: 1.25rem;
        font-weight: 300;
        -webkit-transition: line-height 0.4s, margin-bottom 0.4s, font-size 0.4s ease;
        -o-transition: line-height 0.4s, margin-bottom 0.4s, font-size 0.4s ease;
        -moz-transition: line-height 0.4s, margin-bottom 0.4s, font-size 0.4s ease;
        transition: line-height 0.4s, margin-bottom 0.4s, font-size 0.4s ease; }
        html.no-touch footer .footer-center .footer-left address a:hover, html.no-touch
        footer .footer-center .footer-left .directions a:hover, html.no-touch
        footer .footer-center .footer-left .phone a:hover, html.no-touch
        footer .footer-center .footer-left .email a:hover, html.no-touch
        footer .footer-center .footer-left handle a:hover {
          color: #e41f13; }
      footer .footer-center .footer-left .email {
        margin-bottom: 0.625rem; }
      footer .footer-center .footer-left address {
        max-width: 16.875rem;
        margin-bottom: 0.9375rem; }
      footer .footer-center .footer-left .directions,
      footer .footer-center .footer-left .phone,
      footer .footer-center .footer-left .email,
      footer .footer-center .footer-left .handle {
        background-image: -webkit-gradient(linear, right top, left top, from(#252b2e), color-stop(50%, #252b2e), color-stop(50%, #af7c00), to(#af7c00));
        background-image: -webkit-linear-gradient(right, #252b2e 0%, #252b2e 50%, #af7c00 50%, #af7c00 100%);
        background-image: -moz-linear-gradient(right, #252b2e 0%, #252b2e 50%, #af7c00 50%, #af7c00 100%);
        background-image: -o-linear-gradient(right, #252b2e 0%, #252b2e 50%, #af7c00 50%, #af7c00 100%);
        background-image: linear-gradient(to left, #252b2e 0%, #252b2e 50%, #af7c00 50%, #af7c00 100%);
        background-repeat-y: no-repeat;
        background-repeat: repeat-x;
        -moz-background-size: 200% 1px;
             background-size: 200% 1px;
        background-position: -100% 100%;
        -webkit-transition: background-position 0.4s ease;
        -o-transition: background-position 0.4s ease;
        -moz-transition: background-position 0.4s ease;
        transition: background-position 0.4s ease;
        margin-bottom: 1.25rem; }
        html.no-touch footer .footer-center .footer-left .directions:hover, html.no-touch
        footer .footer-center .footer-left .phone:hover, html.no-touch
        footer .footer-center .footer-left .email:hover, html.no-touch
        footer .footer-center .footer-left .handle:hover {
          background-position: -200% 100%;
          color: #e41f13; }
      footer .footer-center .footer-left .media-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-column-gap: 1.875rem;
           -moz-column-gap: 1.875rem;
                column-gap: 1.875rem;
        width: 16.25rem;
        margin: 1.25rem 0;
        -webkit-transition: width 0.4s, margin 0.4s ease;
        -o-transition: width 0.4s, margin 0.4s ease;
        -moz-transition: width 0.4s, margin 0.4s ease;
        transition: width 0.4s, margin 0.4s ease; }
        footer .footer-center .footer-left .media-links .footer-media-icon {
          width: 1.875rem;
          height: 1.875rem;
          display: block;
          color: transparent;
          font-size: 1.3125rem;
          -webkit-transition: width 0.4s ease;
          -o-transition: width 0.4s ease;
          -moz-transition: width 0.4s ease;
          transition: width 0.4s ease; }
          footer .footer-center .footer-left .media-links .footer-media-icon:before {
            color: #252b2e;
            font-size: 1.5rem;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
          html.no-touch footer .footer-center .footer-left .media-links .footer-media-icon:hover:before {
            color: #e41f13; }
      footer .footer-center .footer-left .footer--logo-list {
        display: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        footer .footer-center .footer-left .footer--logo-list img {
          margin: 0.9375rem; }
    footer .footer-center .footer-right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 2;
      width: 100%;
      background-color: #ffffff;
      padding: 5rem 0rem 5rem;
      display: none;
      -webkit-transition: padding 0.4s, width 0.4s ease;
      -o-transition: padding 0.4s, width 0.4s ease;
      -moz-transition: padding 0.4s, width 0.4s ease;
      transition: padding 0.4s, width 0.4s ease; }
      footer .footer-center .footer-right .promo {
        height: 21.6875rem;
        width: 19.375rem;
        position: relative;
        -webkit-transition: height 0.4s, width 0.4s ease;
        -o-transition: height 0.4s, width 0.4s ease;
        -moz-transition: height 0.4s, width 0.4s ease;
        transition: height 0.4s, width 0.4s ease; }
        footer .footer-center .footer-right .promo .promo-image {
          width: 19.375rem;
          height: 19.375rem;
          overflow: hidden;
          position: relative;
          -webkit-transition: height 0.4s, width 0.4s ease;
          -o-transition: height 0.4s, width 0.4s ease;
          -moz-transition: height 0.4s, width 0.4s ease;
          transition: height 0.4s, width 0.4s ease; }
          footer .footer-center .footer-right .promo .promo-image:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            z-index: 2;
            background-color: rgba(37, 43, 46, 0.6);
            opacity: 0;
            -webkit-transition: opacity 0.4s ease;
            -o-transition: opacity 0.4s ease;
            -moz-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
            z-index: 0; }
          footer .footer-center .footer-right .promo .promo-image img {
            -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: -webkit-transform 0.3s ease-in-out;
            -o-transition: -o-transform 0.3s ease-in-out;
            -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center; }
        footer .footer-center .footer-right .promo .promo-img-link {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          font-size: 0; }
        footer .footer-center .footer-right .promo .promo-btn {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          position: absolute;
          width: 11.875rem;
          height: 4.375rem;
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%);
          bottom: 0rem;
          -webkit-border-radius: 0.625rem;
             -moz-border-radius: 0.625rem;
                  border-radius: 0.625rem;
          -webkit-box-shadow: 0 0.5rem 0px 0px #f4d8ce;
             -moz-box-shadow: 0 0.5rem 0px 0px #f4d8ce;
                  box-shadow: 0 0.5rem 0px 0px #f4d8ce;
          -webkit-transition: width 0.4s, height 0.4s, -webkit-transform 0.4s ease;
          transition: width 0.4s, height 0.4s, -webkit-transform 0.4s ease;
          -o-transition: width 0.4s, height 0.4s, -o-transform 0.4s ease;
          -moz-transition: width 0.4s, height 0.4s, transform 0.4s ease, -moz-transform 0.4s ease;
          transition: width 0.4s, height 0.4s, transform 0.4s ease;
          transition: width 0.4s, height 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
          footer .footer-center .footer-right .promo .promo-btn .item_promo-btn {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-family: "orpheus-pro";
            color: #252b2e;
            font-size: 1.25rem;
            font-weight: 700;
            text-align: center;
            position: relative;
            z-index: 3;
            -webkit-transition: font-size 0.4s ease;
            -o-transition: font-size 0.4s ease;
            -moz-transition: font-size 0.4s ease;
            transition: font-size 0.4s ease; }
            footer .footer-center .footer-right .promo .promo-btn .item_promo-btn .icon {
              position: relative;
              width: 0.6875rem;
              height: 100%;
              display: inline-block;
              margin-left: 0.9375rem;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
              footer .footer-center .footer-right .promo .promo-btn .item_promo-btn .icon::before {
                font-family: "icomoon";
                content: "\e900";
                font-size: 0.625rem;
                display: block;
                position: absolute;
                -webkit-transform: translateY(-35%);
                   -moz-transform: translateY(-35%);
                    -ms-transform: translateY(-35%);
                     -o-transform: translateY(-35%);
                        transform: translateY(-35%);
                top: 50%;
                right: 0;
                -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; }
              footer .footer-center .footer-right .promo .promo-btn .item_promo-btn .icon::after {
                font-family: "icomoon";
                content: "\e904";
                font-size: 0.625rem;
                display: block;
                position: absolute;
                -webkit-transform: translateY(-35%);
                   -moz-transform: translateY(-35%);
                    -ms-transform: translateY(-35%);
                     -o-transform: translateY(-35%);
                        transform: translateY(-35%);
                top: 50%;
                right: 0;
                opacity: 0;
                -webkit-clip-path: inset(30% 0% 20% 100%);
                        clip-path: inset(30% 0% 20% 100%);
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out; }
          footer .footer-center .footer-right .promo .promo-btn:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            z-index: 2;
            background-color: #ffffff;
            -webkit-border-radius: 0.625rem;
               -moz-border-radius: 0.625rem;
                    border-radius: 0.625rem; }
          footer .footer-center .footer-right .promo .promo-btn:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            z-index: 1;
            background-color: #ffffff;
            -webkit-transition: -webkit-filter 0.4s ease;
            transition: -webkit-filter 0.4s ease;
            -o-transition: filter 0.4s ease;
            -moz-transition: filter 0.4s ease;
            transition: filter 0.4s ease;
            transition: filter 0.4s ease, -webkit-filter 0.4s ease;
            -webkit-border-radius: 0.625rem;
               -moz-border-radius: 0.625rem;
                    border-radius: 0.625rem; }
        html.no-touch footer .footer-center .footer-right .promo:hover .promo-btn {
          -webkit-transform: translateX(-50%) translateY(-1.25rem);
             -moz-transform: translateX(-50%) translateY(-1.25rem);
              -ms-transform: translateX(-50%) translateY(-1.25rem);
               -o-transform: translateX(-50%) translateY(-1.25rem);
                  transform: translateX(-50%) translateY(-1.25rem); }
          html.no-touch footer .footer-center .footer-right .promo:hover .promo-btn:before {
            -webkit-filter: blur(5px);
                    filter: blur(5px); }
          html.no-touch footer .footer-center .footer-right .promo:hover .promo-btn .icon {
            width: 2rem; }
            html.no-touch footer .footer-center .footer-right .promo:hover .promo-btn .icon::after {
              opacity: 1;
              -webkit-clip-path: inset(30% 0% 20% 0%);
                      clip-path: inset(30% 0% 20% 0%); }
            html.no-touch footer .footer-center .footer-right .promo:hover .promo-btn .icon::before {
              opacity: 1; }
        html.no-touch footer .footer-center .footer-right .promo:hover .promo-image 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);
          -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: -webkit-transform 0.3s ease-in-out;
          -o-transition: -o-transform 0.3s ease-in-out;
          -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out; }
          html.no-touch footer .footer-center .footer-right .promo:hover .promo-image img:after {
            opacity: 0; }
      footer .footer-center .footer-right h4 {
        font-family: "orpheus-pro";
        font-size: 1.875rem;
        font-weight: 400;
        color: #252b2e;
        text-transform: capitalize;
        margin: 2.5rem 0 0.625rem 0;
        -webkit-transition: margin 0.4s ease;
        -o-transition: margin 0.4s ease;
        -moz-transition: margin 0.4s ease;
        transition: margin 0.4s ease; }
      footer .footer-center .footer-right .key-links {
        width: 100%;
        max-width: 25rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
           -moz-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -webkit-transition: width 0.4s ease;
        -o-transition: width 0.4s ease;
        -moz-transition: width 0.4s ease;
        transition: width 0.4s ease; }
        footer .footer-center .footer-right .key-links a {
          display: block;
          position: relative;
          font-family: "Gill Sans", sans-serif;
          font-size: 1.25rem;
          font-weight: 300;
          line-height: 1.4;
          margin-bottom: 1rem;
          color: #252b2e;
          text-transform: capitalize;
          -webkit-flex-basis: -webkit-calc(50% - 1.5625rem);
              -ms-flex-preferred-size: calc(50% - 1.5625rem);
                  flex-basis: -moz-calc(50% - 1.5625rem);
                  flex-basis: calc(50% - 1.5625rem);
          text-align: center; }
          @media (max-width: 767px) {
            footer .footer-center .footer-right .key-links a {
              -webkit-flex-basis: 100%;
                  -ms-flex-preferred-size: 100%;
                      flex-basis: 100%; }
              footer .footer-center .footer-right .key-links a:first-child {
                margin-top: 1rem; } }
          footer .footer-center .footer-right .key-links a span {
            background-image: -webkit-gradient(linear, right top, left top, from(#252b2e), color-stop(50%, #252b2e), color-stop(50%, #af7c00), to(#af7c00));
            background-image: -webkit-linear-gradient(right, #252b2e 0%, #252b2e 50%, #af7c00 50%, #af7c00 100%);
            background-image: -moz-linear-gradient(right, #252b2e 0%, #252b2e 50%, #af7c00 50%, #af7c00 100%);
            background-image: -o-linear-gradient(right, #252b2e 0%, #252b2e 50%, #af7c00 50%, #af7c00 100%);
            background-image: linear-gradient(to left, #252b2e 0%, #252b2e 50%, #af7c00 50%, #af7c00 100%);
            /* background-repeat-y: no-repeat;
                        background-repeat: repeat-x;
                        background-size: 200% 1px;
                        background-position: -100% 100%;
                        transition: background-position 0.4s ease; */ }
          html.no-touch footer .footer-center .footer-right .key-links a:hover span {
            background-image: -webkit-gradient(linear, right top, left top, from(#e41f13), color-stop(50%, #e41f13), color-stop(50%, #e41f13), to(#e41f13));
            background-image: -webkit-linear-gradient(right, #e41f13 0%, #e41f13 50%, #e41f13 50%, #e41f13 100%);
            background-image: -moz-linear-gradient(right, #e41f13 0%, #e41f13 50%, #e41f13 50%, #e41f13 100%);
            background-image: -o-linear-gradient(right, #e41f13 0%, #e41f13 50%, #e41f13 50%, #e41f13 100%);
            background-image: linear-gradient(to left, #e41f13 0%, #e41f13 50%, #e41f13 50%, #e41f13 100%);
            color: #e41f13; }
  footer .footer-bottom {
    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;
    line-height: 1.3125rem;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    transition: color 0.4s ease;
    position: relative;
    z-index: 2;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem 1.875rem 0rem 1.875rem;
    margin-top: 0rem;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(37, 43, 46, 0.8);
    -webkit-transition: bottom 0.4s, padding 0.4s ease;
    -o-transition: bottom 0.4s, padding 0.4s ease;
    -moz-transition: bottom 0.4s, padding 0.4s ease;
    transition: bottom 0.4s, padding 0.4s ease; }
    footer .footer-bottom a {
      color: rgba(37, 43, 46, 0.8);
      -webkit-transition: color 0.4s ease;
      -o-transition: color 0.4s ease;
      -moz-transition: color 0.4s ease;
      transition: color 0.4s ease;
      text-decoration: underline; }
    footer .footer-bottom .fb-left {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 0.625rem; }
      html.no-touch footer .footer-bottom .fb-left a:hover {
        color: #e41f13 !important; }
    footer .footer-bottom .btn-scroll-top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      position: relative;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 3.125rem;
      border: 0;
      background: transparent; }
      footer .footer-bottom .btn-scroll-top i {
        position: relative;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: -o-transform 0.4s ease;
        -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
        margin-bottom: 0.3125rem; }
        footer .footer-bottom .btn-scroll-top i:before {
          display: block;
          position: relative;
          -webkit-transform: rotate(-90deg);
             -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
               -o-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
      footer .footer-bottom .btn-scroll-top span {
        font-family: "futura-pt";
        font-size: 1rem;
        line-height: 1.3125rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #252b2e;
        font-weight: 400; }
      html.no-touch footer .footer-bottom .btn-scroll-top:hover i {
        -webkit-transform: translateY(-0.375rem);
           -moz-transform: translateY(-0.375rem);
            -ms-transform: translateY(-0.375rem);
             -o-transform: translateY(-0.375rem);
                transform: translateY(-0.375rem); }
    footer .footer-bottom .fb-right {
      width: -webkit-calc(100vw - 1.875rem);
      width: -moz-calc(100vw - 1.875rem);
      width: calc(100vw - 1.875rem);
      position: relative;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
         -moz-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      left: 0rem;
      text-align: center;
      -webkit-transition: width 0.4s ease;
      -o-transition: width 0.4s ease;
      -moz-transition: width 0.4s ease;
      transition: width 0.4s ease; }
      html.no-touch footer .footer-bottom .fb-right a:hover {
        color: #e41f13; }

@media (max-width: 900px) {
  .key-links {
    row-gap: 1.25rem; }
  .footer-logo.desktop {
    display: none; } }

@media (max-width: 768px) {
  .footer-title {
    margin-top: 1.5625rem; }
    .footer-title h2 {
      font-size: 3rem;
      line-height: 3.125rem; } }

@media (max-width: 360px) {
  footer .footer-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; }
    footer .footer-center .mask {
      display: none; }
    footer .footer-center .footer-left {
      width: 100%;
      margin-right: 0; }
      footer .footer-center .footer-left .footer-logo {
        margin-bottom: 0rem; }
      footer .footer-center .footer-left .footer-title span {
        margin-top: -2.75rem; }
      footer .footer-center .footer-left .cta-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 5.875rem; }
        footer .footer-center .footer-left .cta-buttons a:nth-of-type(2) {
          margin: 2.375rem 0rem; }
      footer .footer-center .footer-left .footer-right-mobile {
        display: block;
        width: 100vw;
        position: relative;
        left: 0rem;
        margin-bottom: 1.875rem; }
        footer .footer-center .footer-left .footer-right-mobile .footer-right {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
      footer .footer-center .footer-left address,
      footer .footer-center .footer-left .directions,
      footer .footer-center .footer-left .phone,
      footer .footer-center .footer-left .email {
        font-size: 1rem;
        font-weight: 400; }
      footer .footer-center .footer-left .email {
        margin-bottom: 0.625rem; }
      footer .footer-center .footer-left address {
        max-width: 16.875rem; }
      footer .footer-center .footer-left .media-links {
        width: 17.5rem; }
        footer .footer-center .footer-left .media-links .footer-media-icon {
          width: 1.875rem; }
          footer .footer-center .footer-left .media-links .footer-media-icon:before {
            font-size: 1.5rem; }
    footer .footer-center .footer-right {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      width: 100%;
      background-color: #ffffff;
      padding: 5rem 0rem 5rem;
      display: none; }
      footer .footer-center .footer-right .promo {
        height: 21.6875rem;
        width: 19.375rem; }
        footer .footer-center .footer-right .promo .promo-image {
          width: 19.375rem;
          height: 19.375rem; }
        footer .footer-center .footer-right .promo .promo-btn {
          width: 11.875rem;
          height: 4.375rem; }
      footer .footer-center .footer-right h4 {
        margin: 2.5rem 0 0.625rem 0; }
      footer .footer-center .footer-right .key-links {
        width: 16.25rem; }
  footer .footer-bottom .fb-right {
    width: -webkit-calc(100vw - 3.75rem);
    width: -moz-calc(100vw - 3.75rem);
    width: calc(100vw - 3.75rem);
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    footer .footer-bottom .fb-right a,
    footer .footer-bottom .fb-right span {
      padding-bottom: 0.5rem; } }

@media (min-width: 768px) {
  footer .footer-center .footer-left .footer-title h2 {
    font-size: 3.75rem; }
    footer .footer-center .footer-left .footer-title h2 span {
      font-size: 5rem;
      margin-top: -2.75rem; } }

@media (min-width: 900px) {
  footer {
    padding-top: 4.375rem;
    padding-bottom: 0;
    -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: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    footer .mask {
      left: -webkit-calc(50% - 35rem);
      left: -moz-calc(50% - 35rem);
      left: calc(50% - 35rem); }
    footer .footer-center {
      -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: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 50rem;
      padding-bottom: 3.125rem; }
      footer .footer-center .footer-left {
        width: 31.25rem;
        margin-right: 1.25rem; }
        footer .footer-center .footer-left .footer-logo {
          margin-bottom: 0rem; }
          footer .footer-center .footer-left .footer-logo.mobile {
            display: none; }
          footer .footer-center .footer-left .footer-logo.desktop {
            display: block; }
        footer .footer-center .footer-left .footer-title h2 {
          font-size: 3.75rem; }
          footer .footer-center .footer-left .footer-title h2 span {
            font-size: 5rem;
            margin-top: -2.125rem;
            padding: 0rem 0.625rem 1.75rem 0.625rem; }
        footer .footer-center .footer-left .cta-buttons {
          margin-bottom: 1.875rem; }
          footer .footer-center .footer-left .cta-buttons a {
            line-height: 1.25rem; }
          footer .footer-center .footer-left .cta-buttons a:nth-of-type(2) {
            margin: 1.875rem 0rem; }
        footer .footer-center .footer-left .footer-right-mobile {
          display: none; }
        footer .footer-center .footer-left address,
        footer .footer-center .footer-left .directions,
        footer .footer-center .footer-left .phone,
        footer .footer-center .footer-left .email {
          font-size: 1.25rem;
          line-height: 1.6875rem; }
        footer .footer-center .footer-left address {
          max-width: 18.75rem;
          margin-bottom: 0.9375rem; }
        footer .footer-center .footer-left .directions,
        footer .footer-center .footer-left .phone,
        footer .footer-center .footer-left .email {
          margin-bottom: 0.9375rem; }
          html.no-touch footer .footer-center .footer-left .directions:hover, html.no-touch
          footer .footer-center .footer-left .phone:hover, html.no-touch
          footer .footer-center .footer-left .email:hover {
            background-position: -200% 100%; }
        footer .footer-center .footer-left .media-links {
          width: 17.5rem;
          margin: 1.25rem 0rem; }
          footer .footer-center .footer-left .media-links .footer-media-icon {
            width: 1.875rem;
            height: 1.875rem; }
            footer .footer-center .footer-left .media-links .footer-media-icon:before {
              font-size: 1.3125rem; }
      footer .footer-center .footer-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 17.5rem;
        background-color: transparent;
        padding: 5rem 0rem 5rem; }
        footer .footer-center .footer-right .promo {
          height: 19.75rem;
          width: 17.5rem; }
          footer .footer-center .footer-right .promo .promo-image {
            width: 17.5rem;
            height: 17.5rem; }
          footer .footer-center .footer-right .promo .promo-btn {
            width: 11.875rem;
            height: 4.375rem; }
            footer .footer-center .footer-right .promo .promo-btn span {
              font-size: 1.25rem; }
        footer .footer-center .footer-right h4 {
          font-size: 1.875rem;
          margin: 2.5rem 0 0.625rem 0; }
        footer .footer-center .footer-right .key-links {
          width: 16.25rem; }
          footer .footer-center .footer-right .key-links a {
            font-size: 1rem;
            -webkit-flex-basis: 46%;
                -ms-flex-preferred-size: 46%;
                    flex-basis: 46%;
            -webkit-transition: background-position 0.4s ease;
            -o-transition: background-position 0.4s ease;
            -moz-transition: background-position 0.4s ease;
            transition: background-position 0.4s ease; }
    footer .footer-bottom {
      position: relative;
      -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: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      bottom: 3.125rem;
      padding: 0 3.125rem; }
      footer .footer-bottom .fb-left {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 0rem; }
        html.no-touch footer .footer-bottom .fb-left a:hover {
          color: #585056; }
      footer .footer-bottom .btn-scroll-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0rem;
        margin-bottom: 0;
        cursor: pointer; }
      footer .footer-bottom .fb-right {
        width: 11.25rem;
        text-align: right;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }

@media (min-width: 1024px) {
  footer {
    padding-top: 1.5rem;
    padding-bottom: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: 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; }
    footer .mask {
      left: -webkit-calc(50% - 38.125rem);
      left: -moz-calc(50% - 38.125rem);
      left: calc(50% - 38.125rem); }
    footer .footer-center {
      -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;
      width: 64rem;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .footer-center .footer-left {
        width: 38.75rem;
        margin-right: 0rem; }
        footer .footer-center .footer-left .footer-logo {
          margin-bottom: 0.625rem; }
        footer .footer-center .footer-left .footer-title span {
          margin-top: -3.25rem;
          padding: 0rem 0.625rem 0.5625rem 0.625rem; }
        footer .footer-center .footer-left .cta-buttons {
          margin-bottom: 2.1875rem;
          -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 .footer-center .footer-left .cta-buttons a {
            line-height: 1.25rem; }
          footer .footer-center .footer-left .cta-buttons a:nth-of-type(2) {
            margin: 0 2.0625rem; }
        footer .footer-center .footer-left .footer-right-mobile {
          display: none; }
        footer .footer-center .footer-left address,
        footer .footer-center .footer-left .directions,
        footer .footer-center .footer-left .phone,
        footer .footer-center .footer-left .email {
          font-size: 1.25rem;
          line-height: 1.6875rem; }
        footer .footer-center .footer-left address {
          max-width: 18.75rem;
          margin-bottom: 0.9375rem; }
        footer .footer-center .footer-left .directions,
        footer .footer-center .footer-left .phone,
        footer .footer-center .footer-left .email {
          margin-bottom: 0.9375rem; }
          html.no-touch footer .footer-center .footer-left .directions:hover, html.no-touch
          footer .footer-center .footer-left .phone:hover, html.no-touch
          footer .footer-center .footer-left .email:hover {
            background-position: -200% 100%; }
        footer .footer-center .footer-left .media-links {
          width: 17.5rem;
          margin: 0rem 1.25rem 0rem; }
          footer .footer-center .footer-left .media-links .footer-media-icon {
            width: 1.875rem;
            height: 1.875rem; }
            footer .footer-center .footer-left .media-links .footer-media-icon:before {
              font-size: 1.5rem; }
      footer .footer-center .footer-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 16.5625rem;
        background-color: transparent;
        padding: 6.25rem 0rem 5rem; }
        footer .footer-center .footer-right .promo {
          height: 18.75rem;
          width: 16.5625rem; }
          footer .footer-center .footer-right .promo .promo-image {
            width: 16.5625rem;
            height: 16.5625rem; }
          footer .footer-center .footer-right .promo .promo-btn {
            width: 11.875rem;
            height: 4.375rem; }
            footer .footer-center .footer-right .promo .promo-btn span {
              font-size: 1.25rem; }
        footer .footer-center .footer-right h4 {
          font-size: 1.875rem;
          margin: 1.625rem 0 1.25rem 0; }
        footer .footer-center .footer-right .key-links {
          width: 16.5625rem; }
          footer .footer-center .footer-right .key-links a {
            font-size: 1rem;
            -webkit-flex-basis: 46%;
                -ms-flex-preferred-size: 46%;
                    flex-basis: 46%;
            -webkit-transition: background-position 0.4s ease;
            -o-transition: background-position 0.4s ease;
            -moz-transition: background-position 0.4s ease;
            transition: background-position 0.4s ease; }
    footer .footer-bottom {
      position: absolute;
      -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: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 0 3.75rem;
      margin-top: 0rem;
      font-size: 1rem;
      line-height: 1.3125rem;
      font-weight: 300;
      color: rgba(37, 43, 46, 0.8);
      bottom: 3.125rem; }
      footer .footer-bottom .fb-left {
        margin-bottom: 0; }
        html.no-touch footer .footer-bottom .fb-left a:hover {
          color: #585056; }
      footer .footer-bottom .btn-scroll-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0rem;
        margin-bottom: 0;
        cursor: pointer; }
        footer .footer-bottom .btn-scroll-top i {
          position: relative;
          -webkit-transition: -webkit-transform 0.4s ease;
          transition: -webkit-transform 0.4s ease;
          -o-transition: -o-transform 0.4s ease;
          -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
          transition: transform 0.4s ease;
          transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; }
          footer .footer-bottom .btn-scroll-top i:before {
            display: block;
            position: relative;
            -webkit-transform: rotate(-90deg);
               -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                 -o-transform: rotate(-90deg);
                    transform: rotate(-90deg); }
        footer .footer-bottom .btn-scroll-top span {
          font-family: "futura-pt";
          font-size: 1rem;
          line-height: 1.3125rem;
          letter-spacing: 0.08em;
          text-transform: uppercase;
          color: #252b2e; }
        html.no-touch footer .footer-bottom .btn-scroll-top:hover i {
          -webkit-transform: translateY(-0.375rem);
             -moz-transform: translateY(-0.375rem);
              -ms-transform: translateY(-0.375rem);
               -o-transform: translateY(-0.375rem);
                  transform: translateY(-0.375rem); }
      footer .footer-bottom .fb-right {
        width: 12.5rem;
        text-align: right; }
        html.no-touch footer .footer-bottom .fb-right a:hover {
          color: #e41f13; } }

@media (min-width: 1440px) {
  footer {
    padding-top: 0rem;
    padding-bottom: 0rem; }
    footer .mask {
      left: -webkit-calc(50% - 44.375rem);
      left: -moz-calc(50% - 44.375rem);
      left: calc(50% - 44.375rem); }
    footer .footer-center {
      width: 90rem; }
      footer .footer-center .footer-left {
        width: 52.1875rem;
        margin-right: 6.25rem; }
        footer .footer-center .footer-left .footer-logo {
          margin-bottom: 1.5rem; }
        footer .footer-center .footer-left .footer-title h2 {
          font-size: 2.8125rem;
          line-height: 2.9375rem; }
          footer .footer-center .footer-left .footer-title h2 span {
            font-size: 6.25rem;
            margin-top: -1.75rem;
            padding: 0rem 0.625rem 2.25rem 0.625rem; }
        footer .footer-center .footer-left .cta-buttons {
          margin-bottom: 3.625rem; }
          footer .footer-center .footer-left .cta-buttons a {
            width: 100%; }
          footer .footer-center .footer-left .cta-buttons a:nth-of-type(2) {
            margin: 0 2.5rem; }
        footer .footer-center .footer-left .footer-right-mobile {
          display: none; }
        footer .footer-center .footer-left address,
        footer .footer-center .footer-left .directions,
        footer .footer-center .footer-left .phone,
        footer .footer-center .footer-left .email {
          font-size: 1.25rem;
          line-height: 1.6875rem; }
        footer .footer-center .footer-left address {
          max-width: 18.75rem;
          margin-bottom: 0.9375rem; }
        footer .footer-center .footer-left .directions,
        footer .footer-center .footer-left .phone,
        footer .footer-center .footer-left .email {
          margin-bottom: 1.25rem; }
          html.no-touch footer .footer-center .footer-left .directions:hover, html.no-touch
          footer .footer-center .footer-left .phone:hover, html.no-touch
          footer .footer-center .footer-left .email:hover {
            background-position: -200% 100%; }
        footer .footer-center .footer-left .media-links {
          width: 17.5rem;
          margin: 1.25rem 0; }
          footer .footer-center .footer-left .media-links .footer-media-icon {
            width: 1.875rem;
            height: 1.875rem; }
            footer .footer-center .footer-left .media-links .footer-media-icon:before {
              font-size: 1.5rem; }
      footer .footer-center .footer-right {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 19.375rem;
        padding: 5rem 0rem 5rem; }
        footer .footer-center .footer-right .promo {
          height: 21.875rem;
          width: 19.375rem; }
          footer .footer-center .footer-right .promo .promo-image {
            width: 19.375rem;
            height: 19.375rem; }
          footer .footer-center .footer-right .promo .promo-btn {
            width: 13.75rem;
            height: 5.125rem; }
            footer .footer-center .footer-right .promo .promo-btn span {
              font-size: 1.25rem; }
        footer .footer-center .footer-right h4 {
          font-size: 1.875rem;
          margin: 2.1875rem 0 1.25rem 0; }
        footer .footer-center .footer-right .key-links {
          width: 25.625rem; }
          footer .footer-center .footer-right .key-links a {
            font-size: 1rem;
            -webkit-flex-basis: 46%;
                -ms-flex-preferred-size: 46%;
                    flex-basis: 46%;
            -webkit-transition: background-position 0.4s ease;
            -o-transition: background-position 0.4s ease;
            -moz-transition: background-position 0.4s ease;
            transition: background-position 0.4s ease; }
    footer .footer-bottom {
      padding: 0 3.75rem;
      margin-top: 2.5rem;
      font-size: 1rem;
      color: rgba(37, 43, 46, 0.8);
      bottom: 2.5rem; }
      footer .footer-bottom .fb-left {
        width: auto; }
        footer .footer-bottom .fb-left span {
          padding: 0 0.125rem; }
      footer .footer-bottom .btn-scroll-top span {
        font-size: 1rem;
        line-height: 1.3125rem; }
      footer .footer-bottom .fb-right {
        width: auto; } }

@media (min-width: 1900px) {
  footer {
    padding-top: 3.125rem; }
    footer .mask {
      left: -webkit-calc(50% - 44.375rem);
      left: -moz-calc(50% - 44.375rem);
      left: calc(50% - 44.375rem); }
    footer .footer-center {
      width: 90rem; }
      footer .footer-center .footer-left {
        width: 52.1875rem;
        margin-right: 6.25rem; }
        footer .footer-center .footer-left .footer-logo {
          margin-bottom: 2.125rem; }
          footer .footer-center .footer-left .footer-logo img {
            width: 22vw;
            max-width: 56.25rem;
            height: auto; }
        footer .footer-center .footer-left .footer-title h2 {
          font-size: 4.375rem;
          line-height: 5rem;
          font-weight: 500; }
          footer .footer-center .footer-left .footer-title h2 span {
            font-size: 6.25rem;
            margin-top: -1.75rem;
            padding: 0rem 0.625rem 2.25rem 0.625rem; }
        footer .footer-center .footer-left .cta-buttons {
          margin-bottom: 3.625rem; }
          footer .footer-center .footer-left .cta-buttons a {
            width: 100%; }
            footer .footer-center .footer-left .cta-buttons a .icon {
              margin-top: 0.3125rem; }
          footer .footer-center .footer-left .cta-buttons a:nth-of-type(2) {
            margin: 0 2.5rem; }
        footer .footer-center .footer-left .footer-right-mobile {
          display: none; }
        footer .footer-center .footer-left address,
        footer .footer-center .footer-left .directions,
        footer .footer-center .footer-left .phone,
        footer .footer-center .footer-left .email {
          font-size: 1.25rem;
          line-height: 1.6875rem; }
        footer .footer-center .footer-left address {
          max-width: 18.75rem;
          margin-bottom: 0.9375rem; }
        footer .footer-center .footer-left .directions,
        footer .footer-center .footer-left .phone,
        footer .footer-center .footer-left .email {
          margin-bottom: 1.25rem; }
          html.no-touch footer .footer-center .footer-left .directions:hover, html.no-touch
          footer .footer-center .footer-left .phone:hover, html.no-touch
          footer .footer-center .footer-left .email:hover {
            background-position: -200% 100%;
            color: #e41f13; }
        footer .footer-center .footer-left .media-links {
          width: 17.5rem;
          margin: 1.25rem 0; }
          footer .footer-center .footer-left .media-links .footer-media-icon {
            width: 1.875rem;
            height: 1.875rem; }
            footer .footer-center .footer-left .media-links .footer-media-icon:before {
              font-size: 1.5rem; }
      footer .footer-center .footer-right {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 23.125rem;
        padding: 5rem 0 0 0; }
        footer .footer-center .footer-right .promo {
          height: 21.875rem;
          width: 19.375rem; }
          footer .footer-center .footer-right .promo .promo-image {
            width: 19.375rem;
            height: 19.375rem; }
          footer .footer-center .footer-right .promo .promo-btn {
            width: 13.75rem;
            height: 4.5rem; }
            footer .footer-center .footer-right .promo .promo-btn span {
              font-size: 1.25rem; }
        footer .footer-center .footer-right h4 {
          font-size: 1.875rem;
          margin: 2.1875rem 0 1.25rem 0; }
        footer .footer-center .footer-right .key-links a {
          font-size: 1rem;
          line-height: 2.5rem;
          -webkit-flex-basis: 46%;
              -ms-flex-preferred-size: 46%;
                  flex-basis: 46%;
          -webkit-transition: background-position 0.4s ease;
          -o-transition: background-position 0.4s ease;
          -moz-transition: background-position 0.4s ease;
          transition: background-position 0.4s ease; }
    footer .footer-bottom {
      padding: 0 3.75rem;
      margin-top: 2.5rem;
      font-size: 1rem;
      color: rgba(37, 43, 46, 0.8);
      bottom: 2.5rem; }
      footer .footer-bottom .fb-left {
        width: auto; }
        footer .footer-bottom .fb-left span {
          padding: 0 0.125rem; }
      footer .footer-bottom .btn-scroll-top span {
        font-size: 1rem;
        line-height: 1.3125rem; }
      footer .footer-bottom .fb-right {
        width: auto; } }

body.sharedTemplates.media-template footer {
  z-index: 0; }

.story-card {
  width: 100%;
  display: block; }
  .story-card .story-card-inner {
    cursor: pointer; }
    .story-card .story-card-inner .story-card-content {
      -webkit-transition: -webkit-box-shadow 0.3s ease;
      transition: -webkit-box-shadow 0.3s ease;
      -o-transition: box-shadow 0.3s ease;
      -moz-transition: box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease, -moz-box-shadow 0.3s ease; }
    html.no-touch .story-card .story-card-inner:hover {
      /* .story-card-image {
                &:before {
                    opacity: 1;
                }
            } */ }
      html.no-touch .story-card .story-card-inner:hover img {
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2); }
      html.no-touch .story-card .story-card-inner:hover .story-card-content {
        -webkit-box-shadow: inset 0 -0.5rem 0 0 #e41f13;
           -moz-box-shadow: inset 0 -0.5rem 0 0 #e41f13;
                box-shadow: inset 0 -0.5rem 0 0 #e41f13; }
  .story-card .story-card-image {
    width: 100%;
    height: 14.375rem;
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-border-radius: 0.625rem 0.625rem 0 0;
       -moz-border-radius: 0.625rem 0.625rem 0 0;
            border-radius: 0.625rem 0.625rem 0 0;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .story-card .story-card-image img {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: -o-transform 0.3s ease;
      -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease; }
    .story-card .story-card-image:before {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(47, 63, 85, 0.6);
      z-index: 3;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
  .story-card .social-icon {
    font-size: 1rem;
    line-height: 1.4375rem;
    position: absolute;
    left: 0.9375rem;
    top: 1.1875rem;
    z-index: 5; }
  .story-card .story-card-content {
    width: 100%;
    display: block;
    background: theme("boxes-bg");
    z-index: 1;
    position: relative;
    left: 0;
    margin-bottom: 3.125rem;
    z-index: 2;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s;
    transition: background-color 0.3s ease, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s ease, -o-transform 0.3s;
    -moz-transition: transform 0.3s, background-color 0.3s ease, -moz-transform 0.3s;
    transition: transform 0.3s, background-color 0.3s ease;
    transition: transform 0.3s, background-color 0.3s ease, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
    -webkit-border-radius: 0 0 0.625rem 0.625rem;
       -moz-border-radius: 0 0 0.625rem 0.625rem;
            border-radius: 0 0 0.625rem 0.625rem;
    border: 1px solid #f2f7f9; }
    .story-card .story-card-content .scc-inner {
      padding: 1.25rem; }
    .story-card .story-card-content .scc-misc {
      width: 100%;
      display: block; }
    .story-card .story-card-content .scc-group {
      width: -webkit-calc(100% - rems(50px));
      width: -moz-calc(100% - rems(50px));
      width: calc(100% - rems(50px));
      display: inline-block;
      color: #252b2e;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.4375rem;
      text-transform: uppercase;
      padding-left: 1.25rem; }
    .story-card .story-card-content .scc-date {
      width: 3.125rem;
      text-align: left;
      font-family: "Gill Sans", sans-serif;
      font-size: 0.875rem;
      line-height: 1.4375rem;
      font-weight: 400;
      display: inline-block;
      text-transform: uppercase; }
    .story-card .story-card-content .scc-text {
      font-family: "Gill Sans", sans-serif;
      width: 100%;
      font-size: 1rem;
      line-height: 1.4375rem;
      margin-top: 0.625rem;
      margin-bottom: 0.625rem;
      font-weight: 300;
      position: relative;
      color: #000000;
      -webkit-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .story-card .story-card-content .scc-text .has-truncate span {
        height: 5.75rem;
        overflow: hidden;
        display: block; }
  .story-card.big-text .story-card-content .scc-text {
    font-size: 1.25rem;
    line-height: 1.5625rem; }

.story-card[data-mediatype="news"] .social-icon {
  color: #CFAC67; }

.story-card[data-mediatype="twitter"] .social-icon {
  color: #1DA1F2; }

.story-card[data-mediatype="instagram"] .social-icon {
  color: #833AB4; }

.story-card[data-mediatype="facebook"] .social-icon {
  color: #1877F2; }

.story-card[data-mediatype="flickr"] .social-icon {
  color: #FE0084; }

.story-card[data-mediatype="youtube"] .social-icon {
  color: #FF0000; }

.story-card[data-mediatype="vimeo"] .social-icon {
  color: #1AB7EA; }

.story-card[data-mediatype="soundcloud"] .social-icon {
  color: #FF3300; }

.story-card[data-mediatype="pinterest"] .social-icon {
  color: #E60023; }

/* .story-card[data-mediatype="issuu"]{.social-icon{color: $issuuColor;}} */
.story-card[data-mediatype="blog"] .social-icon {
  color: #21759B; }

.story-card[data-mediatype="event"] .social-icon {
  color: #CFAC67; }

body:not(.media-template) .story-card .story-card-content .scc-text {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
  body:not(.media-template) .story-card .story-card-content .scc-text .has-truncate span {
    display: inline; }

body {
  background-color: #ffffff;
  overflow: visible;
  font-size: 16px; }
  @media (min-width: 1921px) {
    body {
      font-size: 1vw; } }

.blockScroll {
  position: fixed;
  overflow: hidden; }
  .blockScroll main {
    width: 100vw; }

main {
  position: relative; }

.mediaPopup .mediaPopup__topNav {
  background: #fff9f7 !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important; }
  .mediaPopup .mediaPopup__topNav .mediaPopup__type {
    background-color: #fff9f7;
    width: -webkit-calc(100% - 6.25rem);
    width: -moz-calc(100% - 6.25rem);
    width: calc(100% - 6.25rem); }
    @media (max-width: 768px) {
      .mediaPopup .mediaPopup__topNav .mediaPopup__type {
        width: -webkit-calc(100% - 3.125rem);
        width: -moz-calc(100% - 3.125rem);
        width: calc(100% - 3.125rem);
        left: 2.5rem; } }
    .mediaPopup .mediaPopup__topNav .mediaPopup__type h4 {
      font-family: "Gill Sans", sans-serif;
      font-size: 1.25rem;
      color: #252b2e;
      font-weight: 400;
      text-align: left; }
      @media (max-width: 768px) {
        .mediaPopup .mediaPopup__topNav .mediaPopup__type h4 {
          font-size: 1rem;
          letter-spacing: 0.06em; } }
  .mediaPopup .mediaPopup__topNav .mediaPopup__more {
    display: none; }
  .mediaPopup .mediaPopup__topNav .mediaPopup__close {
    background: transparent; }
    .mediaPopup .mediaPopup__topNav .mediaPopup__close i:after, .mediaPopup .mediaPopup__topNav .mediaPopup__close i:before {
      width: 1.75rem;
      height: 0.0625rem;
      background-color: #252b2e; }
    html.no-touch .mediaPopup .mediaPopup__topNav .mediaPopup__close:hover {
      background: transparent; }
      html.no-touch .mediaPopup .mediaPopup__topNav .mediaPopup__close:hover i:after, html.no-touch .mediaPopup .mediaPopup__topNav .mediaPopup__close:hover i:before {
        -webkit-box-shadow: 0 0 1px #252b2e;
           -moz-box-shadow: 0 0 1px #252b2e;
                box-shadow: 0 0 1px #252b2e; }
  .mediaPopup .mediaPopup__topNav .mediaPopup__share {
    background: transparent; }
    html.no-touch .mediaPopup .mediaPopup__topNav .mediaPopup__share:hover {
      background: transparent; }

.mediaPopup .mediaPopup__content .mediaPopup__featuredPost {
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .mediaPopup .mediaPopup__content .mediaPopup__featuredPost {
      padding-top: 0; } }
  .mediaPopup .mediaPopup__content .mediaPopup__featuredPost .mediaPopup__singleImage {
    width: 50%;
    -webkit-filter: none;
            filter: none; }
    @media (max-width: 768px) {
      .mediaPopup .mediaPopup__content .mediaPopup__featuredPost .mediaPopup__singleImage {
        width: -webkit-calc(100% - 2.75rem);
        width: -moz-calc(100% - 2.75rem);
        width: calc(100% - 2.75rem);
        float: left;
        left: 1.375rem;
        top: 1.375rem;
        margin-bottom: 2.5rem;
        border: 0.0625rem solid #707070;
        margin-left: 0;
        padding-top: 0;
        float: none;
        clear: both; } }
    .mediaPopup .mediaPopup__content .mediaPopup__featuredPost .mediaPopup__singleImage img {
      -webkit-filter: none;
              filter: none;
      -o-object-fit: cover;
         object-fit: cover; }
  .mediaPopup .mediaPopup__content .mediaPopup__featuredPost .mediaPopup__url {
    display: none !important; }

.mediaPopup .mediaPopup__content .mediaPopup__related {
  background-color: #f3f3f3; }

@media (max-width: 768px) {
  .mediaPopup .mediaPopup__content .mediaPopup__relatedHeaderWrapper {
    max-width: auto;
    margin-left: 0.625rem; } }

.mediaPopup .mediaPopup__content .mediaPopup__relatedHeaderWrapper h4 {
  font-family: "Gill Sans", sans-serif;
  font-weight: 500;
  color: #252b2e !important;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.75rem; }
  @media (max-width: 768px) {
    .mediaPopup .mediaPopup__content .mediaPopup__relatedHeaderWrapper h4 {
      margin-bottom: 0.625rem; } }

.mediaPopup .mediaPopup__content .related-label {
  display: inline-block;
  background-color: #252b2e;
  padding: 0.375rem 1.25rem;
  text-transform: uppercase;
  font-family: "futura-pt";
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400; }

.mediaPopup .mediaPopup__content .mediaPopup__relatedContainer .mediaPopup__col {
  padding: 0 0.625rem 1.25rem 0.625rem; }

.section-bg {
  z-index: 0; }
  .section-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.section-title {
  position: relative;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s, -o-transform 0.4s ease;
  -moz-transition: opacity 0.4s, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: opacity 0.4s, transform 0.4s ease;
  transition: opacity 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  /* @keyframes slide {
        0%   {background-position-x: 100%;}
        40% {background-position-x: -70%;}
        100% {background-position-x: -100%;}
    } */ }
  .section-title h2 {
    font-family: "orpheus-pro";
    font-size: 2.8125rem;
    line-height: 2.9375rem;
    color: #f4d8ce;
    font-weight: 500;
    -webkit-transition: color 1s, font-size 0.5s ease;
    -o-transition: color 1s, font-size 0.5s ease;
    -moz-transition: color 1s, font-size 0.5s ease;
    transition: color 1s, font-size 0.5s ease; }
    .section-title h2 span {
      display: block;
      position: relative;
      font-family: "Qwitcher Grypen";
      font-size: 4.125rem;
      margin-bottom: 0rem;
      margin-top: -2.375rem;
      color: transparent;
      text-transform: capitalize;
      font-weight: 400;
      background-image: -webkit-gradient(linear, left top, right top, from(#af7c00), color-stop(30%, #af7c00), color-stop(50%, #e3c162), color-stop(70%, #af7c00), to(#af7c00));
      background-image: -webkit-linear-gradient(left, #af7c00 0%, #af7c00 30%, #e3c162 50%, #af7c00 70%, #af7c00 100%);
      background-image: -moz-linear-gradient(left, #af7c00 0%, #af7c00 30%, #e3c162 50%, #af7c00 70%, #af7c00 100%);
      background-image: -o-linear-gradient(left, #af7c00 0%, #af7c00 30%, #e3c162 50%, #af7c00 70%, #af7c00 100%);
      background-image: linear-gradient(90deg, #af7c00 0%, #af7c00 30%, #e3c162 50%, #af7c00 70%, #af7c00 100%);
      /* #AF7C00 0%,
                #C5A04D 20%,
                #E3C162 25%,
                #C5A04D 40%,
                #AF7C00 50%,
                #AF7C00 100% */
      background-repeat: repeat-x;
      -moz-background-size: 200%;
           background-size: 200%;
      background-position-x: 0px;
      -webkit-transition: background-position-x 1.2s, font-size 0.5s ease;
      -o-transition: background-position-x 1.2s, font-size 0.5s ease;
      -moz-transition: background-position-x 1.2s, font-size 0.5s ease;
      transition: background-position-x 1.2s, font-size 0.5s ease;
      -webkit-background-clip: text;
      padding: 0rem 0.625rem 1.5625rem 0.625rem;
      -webkit-animation: slide 2s linear infinite;
         -moz-animation: slide 2s linear infinite;
           -o-animation: slide 2s linear infinite;
              animation: slide 2s linear infinite; }

@-webkit-keyframes slide {
  0% {
    background-position-x: 100%; }
  80% {
    background-position-x: -70%; }
  100% {
    background-position-x: -100%; } }

@-moz-keyframes slide {
  0% {
    background-position-x: 100%; }
  80% {
    background-position-x: -70%; }
  100% {
    background-position-x: -100%; } }

@-o-keyframes slide {
  0% {
    background-position-x: 100%; }
  80% {
    background-position-x: -70%; }
  100% {
    background-position-x: -100%; } }

@keyframes slide {
  0% {
    background-position-x: 100%; }
  80% {
    background-position-x: -70%; }
  100% {
    background-position-x: -100%; } }
  .section-title.appear h2 {
    color: #252b2e; }
  .section-title.start {
    -webkit-transform: translateY(6.25rem);
       -moz-transform: translateY(6.25rem);
        -ms-transform: translateY(6.25rem);
         -o-transform: translateY(6.25rem);
            transform: translateY(6.25rem);
    opacity: 0; }

@media (min-width: 768px) {
  .section-title h2 {
    font-size: 3.75rem;
    line-height: 3.75rem; }
    .section-title h2 span {
      font-size: 5.3125rem;
      margin-top: -2rem; } }

@media (min-width: 769px) and (max-width: 1023px) {
  .section-title h2 {
    font-size: 3.125rem;
    line-height: 3.125rem; } }

@media (min-width: 1440px) {
  .section-title h2 {
    font-size: 2.8125rem;
    line-height: 2.9375rem; }
    .section-title h2 span {
      font-size: 6.25rem;
      margin-top: -1.5625rem; } }

@media (min-width: 1900px) {
  .section-title h2 {
    font-size: 3.75rem;
    line-height: 3.75rem; }
    .section-title h2 span {
      font-size: 8.125rem;
      margin-top: -2.8125rem;
      padding: 0 0.625rem 1.875rem; } }

.footer-title-text {
  position: relative;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s, -o-transform 0.4s ease;
  -moz-transition: opacity 0.4s, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: opacity 0.4s, transform 0.4s ease;
  transition: opacity 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  /* @keyframes slide {
        0%   {background-position-x: 100%;}
        40% {background-position-x: -70%;}
        100% {background-position-x: -100%;}
    } */ }
  .footer-title-text h2 {
    font-family: "questa-grande";
    font-size: 2.8125rem;
    line-height: 3.75rem;
    color: #252b2e;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: color 1s, font-size 0.5s ease;
    -o-transition: color 1s, font-size 0.5s ease;
    -moz-transition: color 1s, font-size 0.5s ease;
    transition: color 1s, font-size 0.5s ease; }
    .footer-title-text h2 span {
      display: block;
      position: relative;
      font-family: "Qwitcher Grypen";
      font-size: 4.125rem;
      margin-bottom: 0rem;
      margin-top: -2.375rem;
      color: transparent;
      text-transform: capitalize;
      font-weight: 400;
      background-image: -webkit-gradient(linear, left top, right top, from(#af7c00), color-stop(30%, #af7c00), color-stop(50%, #e3c162), color-stop(70%, #af7c00), to(#af7c00));
      background-image: -webkit-linear-gradient(left, #af7c00 0%, #af7c00 30%, #e3c162 50%, #af7c00 70%, #af7c00 100%);
      background-image: -moz-linear-gradient(left, #af7c00 0%, #af7c00 30%, #e3c162 50%, #af7c00 70%, #af7c00 100%);
      background-image: -o-linear-gradient(left, #af7c00 0%, #af7c00 30%, #e3c162 50%, #af7c00 70%, #af7c00 100%);
      background-image: linear-gradient(90deg, #af7c00 0%, #af7c00 30%, #e3c162 50%, #af7c00 70%, #af7c00 100%);
      /* #AF7C00 0%,
                #C5A04D 20%,
                #E3C162 25%,
                #C5A04D 40%,
                #AF7C00 50%,
                #AF7C00 100% */
      background-repeat: repeat-x;
      -moz-background-size: 200%;
           background-size: 200%;
      background-position-x: 0px;
      -webkit-transition: background-position-x 1.2s, font-size 0.5s ease;
      -o-transition: background-position-x 1.2s, font-size 0.5s ease;
      -moz-transition: background-position-x 1.2s, font-size 0.5s ease;
      transition: background-position-x 1.2s, font-size 0.5s ease;
      -webkit-background-clip: text;
      padding: 0rem 0.625rem 1.875rem 0.625rem;
      -webkit-animation: slide 2s linear infinite;
         -moz-animation: slide 2s linear infinite;
           -o-animation: slide 2s linear infinite;
              animation: slide 2s linear infinite; }

@keyframes slide {
  0% {
    background-position-x: 100%; }
  80% {
    background-position-x: -70%; }
  100% {
    background-position-x: -100%; } }
  .footer-title-text.appear h2 {
    color: #252b2e; }
  .footer-title-text.start {
    -webkit-transform: translateY(6.25rem);
       -moz-transform: translateY(6.25rem);
        -ms-transform: translateY(6.25rem);
         -o-transform: translateY(6.25rem);
            transform: translateY(6.25rem);
    opacity: 0; }

@media (min-width: 768px) {
  .footer-title-text h2 {
    font-size: 3.75rem; }
    .footer-title-text h2 span {
      font-size: 5.3125rem;
      margin-top: -2rem; } }

@media (min-width: 1440px) {
  .footer-title-text h2 {
    font-size: 4.6875rem; }
    .footer-title-text h2 span {
      font-size: 6.25rem;
      margin-top: -1.5625rem; } }

@media (min-width: 1900px) {
  .footer-title-text h2 {
    font-size: 5.9375rem;
    line-height: 6.875rem; }
    .footer-title-text h2 span {
      font-size: 8.125rem;
      margin-top: -4.375rem; } }

.section-center p {
  position: relative;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s, -o-transform 0.4s ease;
  -moz-transition: opacity 0.4s, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: opacity 0.4s, transform 0.4s ease;
  transition: opacity 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0); }
  .section-center p a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    html.no-touch .section-center p a:hover {
      color: #f4d8ce; }

.section-center button {
  position: relative;
  -webkit-transition: opacity 0.4s, line-height 0.4s, font-size 0.4s ease, -webkit-transform 0.4s;
  transition: opacity 0.4s, line-height 0.4s, font-size 0.4s ease, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, line-height 0.4s, font-size 0.4s ease, -o-transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s, line-height 0.4s, font-size 0.4s ease, -moz-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, line-height 0.4s, font-size 0.4s ease;
  transition: opacity 0.4s, transform 0.4s, line-height 0.4s, font-size 0.4s ease, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0); }

.section-center .start {
  -webkit-transform: translateY(6.25rem);
     -moz-transform: translateY(6.25rem);
      -ms-transform: translateY(6.25rem);
       -o-transform: translateY(6.25rem);
          transform: translateY(6.25rem);
  opacity: 0; }

.underline-hover span, footer .footer-center .footer-right .key-links a span {
  background-repeat-y: no-repeat;
  background-repeat: repeat-x;
  -moz-background-size: 200% 1px;
       background-size: 200% 1px;
  background-position: -100% 100%;
  -webkit-transition: background-position 0.4s, color 0.4s, font-size 0.4s ease;
  -o-transition: background-position 0.4s, color 0.4s, font-size 0.4s ease;
  -moz-transition: background-position 0.4s, color 0.4s, font-size 0.4s ease;
  transition: background-position 0.4s, color 0.4s, font-size 0.4s ease; }

html.no-touch .underline-hover:hover span, html.no-touch footer .footer-center .footer-right .key-links a:hover span, footer .footer-center .footer-right .key-links html.no-touch a:hover span {
  background-position: -200% 100%; }

.td-1 {
  -webkit-transition-delay: 0.2s !important;
     -moz-transition-delay: 0.2s !important;
       -o-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important; }

.td-2 {
  -webkit-transition-delay: 0.4s !important;
     -moz-transition-delay: 0.4s !important;
       -o-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important; }

.td-3 {
  -webkit-transition-delay: 0.6s !important;
     -moz-transition-delay: 0.6s !important;
       -o-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important; }

.td-4 {
  -webkit-transition-delay: 0.8s !important;
     -moz-transition-delay: 0.8s !important;
       -o-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important; }

.td-5 {
  -webkit-transition-delay: 1s !important;
     -moz-transition-delay: 1s !important;
       -o-transition-delay: 1s !important;
          transition-delay: 1s !important; }

.center_pos, .section-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased; }

.fill_screen, .section-bg {
  width: 100%;
  height: 100%; }

button {
  border: 0;
  background: transparent; }

.btn-base {
  display: inline-block;
  background-color: #f4d8ce;
  position: relative;
  font-family: "orpheus-pro";
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  -webkit-border-radius: 0.625rem;
     -moz-border-radius: 0.625rem;
          border-radius: 0.625rem;
  -webkit-transition: width 0.4s, padding 0.4s, font-size 0.4s ease;
  -o-transition: width 0.4s, padding 0.4s, font-size 0.4s ease;
  -moz-transition: width 0.4s, padding 0.4s, font-size 0.4s ease;
  transition: width 0.4s, padding 0.4s, font-size 0.4s ease;
  cursor: pointer; }
  html.no-touch .btn-base:hover:after, html.no-touch .btn-base:hover:before {
    position: absolute;
    border: 0.0625rem solid #af7c00; }
  @media (max-width: 768px) {
    .btn-base {
      font-size: 0.875rem;
      line-height: 1.5625rem;
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1024px) {
    .btn-base {
      font-size: 1rem;
      padding: 0.875rem 1.5625rem; } }
  @media (min-width: 1900px) {
    .btn-base {
      font-size: 1.25rem;
      padding: 1.125rem 1.5625rem; } }
  @media (min-width: 1900px) {
    .btn-base {
      font-size: 1.5625rem;
      padding: 1.125rem 1.5625rem; } }

*:focus-visible {
  outline: #382170 solid 2px;
  outline-offset: 4px; }

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

.downloadBtn-container {
  margin-top: 2.1875rem;
  position: relative;
  display: inline-block;
  background-color: #f4d8ce;
  -webkit-border-radius: 0.625rem;
     -moz-border-radius: 0.625rem;
          border-radius: 0.625rem; }
  .downloadBtn-container .downloadBtn {
    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;
    gap: 0.5rem;
    font-family: "orpheus-pro";
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: -0.01rem;
    line-height: inherit;
    padding: 1rem 1.5625rem;
    background-color: #f4d8ce;
    -webkit-border-radius: 0.625rem;
       -moz-border-radius: 0.625rem;
            border-radius: 0.625rem;
    color: #252b2e;
    cursor: pointer;
    -webkit-transition: padding-right 0.3s ease;
    -o-transition: padding-right 0.3s ease;
    -moz-transition: padding-right 0.3s ease;
    transition: padding-right 0.3s ease;
    white-space: nowrap;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content; }
    @media screen and (max-width: 500px) {
      .downloadBtn-container .downloadBtn {
        padding: 0.75rem 1.5625rem;
        font-size: 1.125rem; } }
    .downloadBtn-container .downloadBtn:hover .icon-wrapper {
      width: 2.1875rem; }
    .downloadBtn-container .downloadBtn:hover .icon-arrow {
      opacity: 1; }
    .downloadBtn-container .downloadBtn:hover .icon-full-arrow {
      opacity: 1 !important;
      -webkit-clip-path: inset(45% 0% 20% 0%) !important;
              clip-path: inset(45% 0% 20% 0%) !important; }
    .downloadBtn-container .downloadBtn .icon-wrapper {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 0.8125rem;
      height: 1rem;
      margin-left: 0.3125rem;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .downloadBtn-container .downloadBtn .icon-wrapper .icon {
        font-size: 0.625rem;
        font-family: "icomoon" !important;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: opacity 0.1s ease;
        -o-transition: opacity 0.1s ease;
        -moz-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease; }
        .downloadBtn-container .downloadBtn .icon-wrapper .icon.icon-full-arrow {
          opacity: 0;
          -webkit-clip-path: inset(45% 0% 20% 100%);
                  clip-path: inset(45% 0% 20% 100%);
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }

.calling {
  position: relative;
  top: 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7.5rem 0rem;
  z-index: 0;
  background-color: #0B6790; }
  .calling .section-bg {
    overflow: hidden; }
    .calling .section-bg img {
      height: 120%;
      position: relative;
      -webkit-transition: -webkit-transform 0.2s linear;
      transition: -webkit-transform 0.2s linear;
      -o-transition: -o-transform 0.2s linear;
      -moz-transition: transform 0.2s linear, -moz-transform 0.2s linear;
      transition: transform 0.2s linear;
      transition: transform 0.2s linear, -webkit-transform 0.2s linear, -moz-transform 0.2s linear, -o-transform 0.2s linear; }
  .calling .section-center {
    width: 100%;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1; }
    .calling .section-center p {
      max-width: 54.375rem;
      width: 100%;
      font-family: "Gill Sans", sans-serif;
      font-size: 1.75rem;
      font-weight: 300;
      line-height: 2.25rem;
      color: #FFFFFF;
      margin-bottom: 3rem;
      margin-top: 1.5rem;
      -webkit-transition: line-height 0.5s, font-size 0.5s ease;
      -o-transition: line-height 0.5s, font-size 0.5s ease;
      -moz-transition: line-height 0.5s, font-size 0.5s ease;
      transition: line-height 0.5s, font-size 0.5s ease; }

@media (max-width: 350px) {
  .calling .section-center p {
    font-size: 1rem;
    line-height: 1.4375rem;
    max-width: -webkit-calc(100% - 5rem);
    max-width: -moz-calc(100% - 5rem);
    max-width: calc(100% - 5rem);
    font-weight: 400; } }

@media (min-width: 351px) and (max-width: 500px) {
  .calling .section-center p {
    margin-top: 4.0625rem;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    max-width: 25rem;
    font-weight: 400; } }

@media (min-width: 501px) and (max-width: 768px) {
  .calling {
    position: relative;
    height: auto;
    padding: 6.875rem 0 8.4375rem; }
    .calling .section-center p {
      margin-top: 1.5rem;
      font-size: 1.0625rem;
      line-height: 1.5625rem; } }

@media (max-width: 768px) {
  .calling {
    padding: 7.5rem 1.25rem;
    pointer-events: all !important; }
    .calling .section-bg img {
      height: 100%;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none;
      -o-object-position: left;
         object-position: left; }
    .calling .section-center {
      opacity: 1 !important; } }

@media (min-width: 769px) and (max-width: 1023px) {
  .calling .section-center {
    max-width: 37.5rem; }
    .calling .section-center p {
      max-width: 32.5rem;
      width: 100%;
      font-size: 1.375rem;
      line-height: 1.6875rem; } }

@media (min-width: 1024px) {
  .calling {
    height: 100vh;
    padding: 0; }
    .calling .section-center {
      max-width: 36.25rem; }
      .calling .section-center p {
        width: 100%;
        max-width: 25rem;
        font-size: 1.0625rem;
        line-height: 1.5625rem;
        margin-bottom: 2.5rem;
        margin-top: 1.5rem; } }

@media (max-width: 1024px) {
  .calling {
    pointer-events: all !important; }
    .calling .section-center {
      opacity: 1 !important; } }

@media (min-width: 1440px) {
  .calling .section-center {
    max-width: 59.375rem; }
    .calling .section-center p {
      max-width: 54.375rem;
      width: 100%;
      font-size: 1.75rem;
      line-height: 2.25rem;
      margin-top: 1.5rem;
      margin-bottom: 2.5rem; } }

.main-video {
  display: block;
  position: relative;
  height: 100vh;
  margin-top: 0rem;
  margin-bottom: 2.8125rem;
  opacity: 1;
  -webkit-transition: height 0.4s, margin-top 0.4s ease;
  -o-transition: height 0.4s, margin-top 0.4s ease;
  -moz-transition: height 0.4s, margin-top 0.4s ease;
  transition: height 0.4s, margin-top 0.4s ease;
  z-index: 1; }
  .main-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b6790), to(transparent));
    background: -webkit-linear-gradient(top, #0b6790, transparent);
    background: -moz-linear-gradient(top, #0b6790, transparent);
    background: -o-linear-gradient(top, #0b6790, transparent);
    background: linear-gradient(180deg, #0b6790, transparent); }
  .main-video .section-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-video .section-title h2 {
      font-size: 2.8125rem;
      font-family: "orpheus-pro";
      line-height: 2.9375rem;
      font-weight: 500;
      color: #ffffff;
      text-align: center;
      max-width: 60%; }
      @media (max-width: 1024px) {
        .main-video .section-title h2 {
          max-width: 100%;
          padding: 0 1.875rem;
          line-height: 1; } }
      @media (max-width: 767px) {
        .main-video .section-title h2 {
          font-size: 2.1875rem; } }
    .main-video .section-title p {
      font-size: 1.5rem;
      font-family: "Gill Sans", sans-serif;
      line-height: 1.3;
      font-weight: 300;
      color: #ffffff;
      text-align: center;
      margin-top: 2.5rem;
      margin-bottom: 1.25rem;
      max-width: 40.625rem; }
      @media (max-width: 767px) {
        .main-video .section-title p {
          max-width: 100%;
          padding: 0 1.875rem;
          font-size: 1.375rem;
          line-height: 1.2; } }
  .main-video .video-box {
    width: 100%;
    height: 100%;
    display: block; }
    .main-video .video-box video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .main-video .video-box .main-video-bar {
      position: absolute;
      left: 1.875rem;
      bottom: 2.5rem;
      width: -webkit-calc(100% - 3.75rem);
      width: -moz-calc(100% - 3.75rem);
      width: calc(100% - 3.75rem);
      height: 0.3125rem;
      z-index: 4;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transition: width 0.4s, bottom 0.4s, left 0.4s ease;
      -o-transition: width 0.4s, bottom 0.4s, left 0.4s ease;
      -moz-transition: width 0.4s, bottom 0.4s, left 0.4s ease;
      transition: width 0.4s, bottom 0.4s, left 0.4s ease; }
      .main-video .video-box .main-video-bar .video-bar-fill {
        position: absolute;
        left: 0;
        top: 0;
        width: 0rem;
        height: 0.3125rem;
        background-color: #ffffff; }
      .main-video .video-box .main-video-bar .video-bar-scroll {
        background: #ffffff;
        border: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        width: 1.25rem;
        height: 1.25rem;
        -webkit-border-radius: 1.25rem;
           -moz-border-radius: 1.25rem;
                border-radius: 1.25rem;
        left: 0;
        bottom: -0.5rem;
        z-index: 4;
        cursor: pointer; }
  .main-video .main-video-audio {
    display: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    left: 1.875rem;
    bottom: 3.75rem;
    z-index: 4;
    -webkit-transition: bottom 0.4s, left 0.4s ease;
    -o-transition: bottom 0.4s, left 0.4s ease;
    -moz-transition: bottom 0.4s, left 0.4s ease;
    transition: bottom 0.4s, left 0.4s ease; }
    html.no-touch .main-video .main-video-audio:hover .icon-audio-text,
    html.no-touch .main-video .main-video-audio:hover .icon-audio-text-off {
      opacity: 1; }
    .main-video .main-video-audio .icon-audio_off,
    .main-video .main-video-audio .icon-audio_on {
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      -moz-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
      .main-video .main-video-audio .icon-audio_off:before,
      .main-video .main-video-audio .icon-audio_on:before {
        font-size: 1.75rem; }
    .main-video .main-video-audio .icon-audio_on {
      opacity: 0;
      pointer-events: none; }
    .main-video .main-video-audio .icon-audio-text,
    .main-video .main-video-audio .icon-audio-text-off {
      position: absolute;
      display: block;
      width: 7.5rem;
      left: 2.5rem;
      top: 0.25rem;
      font-size: 1.25rem;
      font-family: "futura-pt", sans-serif !important;
      font-weight: 500;
      text-transform: uppercase;
      text-align: left;
      color: #ffffff;
      -webkit-filter: drop-shadow(0px 0px 5px #ffffff);
              filter: drop-shadow(0px 0px 5px #ffffff);
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .main-video .main-video-audio .icon-audio-text-off {
      display: none; }
  .main-video .main-video-play {
    border: none;
    outline: none;
    display: none;
    cursor: pointer;
    position: absolute;
    width: 0rem;
    height: 0rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 4;
    border-width: 1.125rem 0rem 1.125rem 1.6875rem;
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    -webkit-filter: drop-shadow(0px 0px 0px transparent);
            filter: drop-shadow(0px 0px 0px transparent);
    -webkit-transition: -webkit-filter 0.4s ease;
    transition: -webkit-filter 0.4s ease;
    -o-transition: filter 0.4s ease;
    -moz-transition: filter 0.4s ease;
    transition: filter 0.4s ease;
    transition: filter 0.4s ease, -webkit-filter 0.4s ease;
    cursor: pointer; }
    html.no-touch .main-video .main-video-play:hover {
      -webkit-filter: drop-shadow(0px 0px 5px #ffffff);
              filter: drop-shadow(0px 0px 5px #ffffff); }
  .main-video img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    transition: height 0.4s ease; }
  .main-video.image-only {
    height: 100%; }
    .main-video.image-only img {
      display: block; }
    .main-video.image-only .video-box,
    .main-video.image-only .main-video-audio {
      display: none; }

@media (max-width: 400px) {
  .main-video {
    margin-top: 0rem;
    opacity: 1;
    margin-bottom: 2.8125rem; } }

@media (max-width: 799px) {
  .main-video {
    opacity: 1 !important; }
    .main-video .video-box .main-video-bar {
      height: 2.5rem;
      background-color: transparent; }
      .main-video .video-box .main-video-bar:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 0.3125rem;
        left: 0;
        top: 1rem;
        background-color: rgba(255, 255, 255, 0.5); }
      .main-video .video-box .main-video-bar .video-bar-fill {
        top: 1rem; }
      .main-video .video-box .main-video-bar .video-bar-scroll {
        bottom: 0.6875rem; } }

@media (max-width: 1023px) {
  .main-video {
    margin-bottom: 0rem; } }

@media (min-width: 1024px) {
  .main-video {
    height: 100vh;
    width: 100%;
    margin-bottom: 0rem;
    opacity: 1;
    top: 0; }
    .main-video .video-box .main-video-bar {
      left: 6.25rem;
      bottom: 8.125rem;
      width: -webkit-calc(100% - 12.5rem);
      width: -moz-calc(100% - 12.5rem);
      width: calc(100% - 12.5rem);
      height: 0.3125rem; }
    .main-video .main-video-audio {
      width: 2.5rem;
      height: 2.5rem;
      left: 6.25rem;
      bottom: 9.375rem; }
    .main-video img {
      height: 100%; } }

.carousel-section {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-container {
  position: relative;
  width: 100%;
  height: 100vh; }

.carousel-slide {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center; }

.carousel-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

@media (max-width: 768px) {
  .desktop-img {
    display: none; }
  .mobile-img {
    display: block; } }

@media (min-width: 769px) {
  .desktop-img {
    display: block; }
  .mobile-img {
    display: none; } }

.carousel-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 12px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10; }

.carousel-nav.prev {
  left: 10px; }

.carousel-nav.next {
  right: 10px; }

.carousel-nav:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.knowledge {
  position: relative;
  height: auto;
  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-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f4d8ce;
  padding: 3.125rem 0rem;
  -webkit-transition: width 0.4s, padding 0.4s ease;
  -o-transition: width 0.4s, padding 0.4s ease;
  -moz-transition: width 0.4s, padding 0.4s ease;
  transition: width 0.4s, padding 0.4s ease;
  z-index: 1;
  overflow: hidden; }
  .knowledge::after {
    content: "";
    background-image: url("/Images/homepage/ingredients.png");
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    width: 35rem;
    height: 38.125rem;
    bottom: 0;
    right: -3.125rem;
    z-index: 1; }
    @media (max-width: 740px) {
      .knowledge::after {
        width: 100%;
        height: 100%; } }
  .knowledge .section-bg {
    opacity: 0.2; }
  .knowledge .section-center {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 3; }
  .knowledge .section-title {
    width: 100%;
    max-width: 77.25rem;
    padding: 0 1.875rem; }
    .knowledge .section-title h2 {
      color: #e41f13; }
  .knowledge .btn-base {
    font-family: "Gill Sans", sans-serif;
    font-size: 1.5625rem;
    text-transform: capitalize;
    line-height: 1.5625rem;
    font-weight: 700;
    background-color: #ffffff;
    padding: 1rem 1.5625rem; }
  .knowledge .downloadBtn-container .downloadBtn {
    background-color: #ffffff; }

.hp-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  max-width: 23.125rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1.875rem 0rem 1.875rem 0rem;
  -webkit-transition: width 0.4s, margin 0.4s ease;
  -o-transition: width 0.4s, margin 0.4s ease;
  -moz-transition: width 0.4s, margin 0.4s ease;
  transition: width 0.4s, margin 0.4s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .hp-stats .st-item.no-digit .st-text {
    height: 100% !important; }
  .hp-stats .st-item {
    -webkit-border-radius: 0.625rem;
       -moz-border-radius: 0.625rem;
            border-radius: 0.625rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15.625rem;
    height: 15.625rem;
    margin: 1rem;
    opacity: 1;
    -webkit-transform: translateY(0rem);
       -moz-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
         -o-transform: translateY(0rem);
            transform: translateY(0rem);
    -webkit-transition: opacity 0.7s, width 0.4s, height 0.4s, -webkit-transform 0.7s, -webkit-border-radius 0.4s ease;
    transition: opacity 0.7s, width 0.4s, height 0.4s, -webkit-transform 0.7s, -webkit-border-radius 0.4s ease;
    -o-transition: opacity 0.7s, width 0.4s, height 0.4s, border-radius 0.4s ease, -o-transform 0.7s;
    -moz-transition: transform 0.7s, opacity 0.7s, width 0.4s, height 0.4s, border-radius 0.4s ease, -moz-transform 0.7s, -moz-border-radius 0.4s ease;
    transition: transform 0.7s, opacity 0.7s, width 0.4s, height 0.4s, border-radius 0.4s ease;
    transition: transform 0.7s, opacity 0.7s, width 0.4s, height 0.4s, border-radius 0.4s ease, -webkit-transform 0.7s, -moz-transform 0.7s, -o-transform 0.7s, -webkit-border-radius 0.4s ease, -moz-border-radius 0.4s ease;
    background-color: #ffffff; }
    .hp-stats .st-item .st-circle {
      position: absolute;
      top: 0;
      width: 9.375rem;
      height: 9.375rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: width 0.4s, height 0.4s, padding 0.4s ease;
      -o-transition: width 0.4s, height 0.4s, padding 0.4s ease;
      -moz-transition: width 0.4s, height 0.4s, padding 0.4s ease;
      transition: width 0.4s, height 0.4s, padding 0.4s ease; }
      .hp-stats .st-item .st-circle .animated-progress {
        position: absolute;
        width: 9.375rem;
        height: 9.375rem;
        -webkit-border-radius: 62.5rem;
           -moz-border-radius: 62.5rem;
                border-radius: 62.5rem;
        z-index: 20;
        top: 0rem;
        left: 0rem;
        z-index: 100;
        pointer-events: none;
        -webkit-transition: width 0.4s, height 0.4s ease;
        -o-transition: width 0.4s, height 0.4s ease;
        -moz-transition: width 0.4s, height 0.4s ease;
        transition: width 0.4s, height 0.4s ease; }
        .hp-stats .st-item .st-circle .animated-progress .circle-right,
        .hp-stats .st-item .st-circle .animated-progress .circle-left {
          position: absolute;
          width: 4.6875rem;
          height: 9.375rem;
          top: 0rem;
          overflow: hidden;
          -webkit-transition: width 0.4s, height 0.4s ease;
          -o-transition: width 0.4s, height 0.4s ease;
          -moz-transition: width 0.4s, height 0.4s ease;
          transition: width 0.4s, height 0.4s ease; }
        .hp-stats .st-item .st-circle .animated-progress .circle-right {
          right: 0rem;
          -webkit-transform: scaleY(-1);
             -moz-transform: scaleY(-1);
              -ms-transform: scaleY(-1);
               -o-transform: scaleY(-1);
                  transform: scaleY(-1); }
        .hp-stats .st-item .st-circle .animated-progress .circle-left {
          left: 0rem; }
        .hp-stats .st-item .st-circle .animated-progress .circle-right > span,
        .hp-stats .st-item .st-circle .animated-progress .circle-left > span {
          position: absolute;
          width: 4.6875rem;
          height: 9.375rem;
          right: 0rem;
          top: 0rem;
          overflow: hidden;
          border-color: #382170;
          border-style: solid;
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          -webkit-transform: rotate(-180deg);
             -moz-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
               -o-transform: rotate(-180deg);
                  transform: rotate(-180deg);
          -webkit-transition: -webkit-transform 1s linear;
          transition: -webkit-transform 1s linear;
          -o-transition: -o-transform 1s linear;
          -moz-transition: transform 1s linear, -moz-transform 1s linear;
          transition: transform 1s linear;
          transition: transform 1s linear, -webkit-transform 1s linear, -moz-transform 1s linear, -o-transform 1s linear; }
        .hp-stats .st-item .st-circle .animated-progress .circle-right > span {
          -webkit-border-top-right-radius: 62.5rem;
             -moz-border-radius-topright: 62.5rem;
                  border-top-right-radius: 62.5rem;
          -webkit-border-bottom-right-radius: 62.5rem;
             -moz-border-radius-bottomright: 62.5rem;
                  border-bottom-right-radius: 62.5rem;
          border-width: 1.25rem 1.25rem 1.25rem 0rem;
          -webkit-transform-origin: left center;
             -moz-transform-origin: left center;
              -ms-transform-origin: left center;
               -o-transform-origin: left center;
                  transform-origin: left center;
          -webkit-transform: rotate(-180deg);
             -moz-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
               -o-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
        .hp-stats .st-item .st-circle .animated-progress .circle-left > span {
          -webkit-border-top-left-radius: 62.5rem;
             -moz-border-radius-topleft: 62.5rem;
                  border-top-left-radius: 62.5rem;
          -webkit-border-bottom-left-radius: 62.5rem;
             -moz-border-radius-bottomleft: 62.5rem;
                  border-bottom-left-radius: 62.5rem;
          border-width: 1.25rem 0rem 1.25rem 1.25rem;
          -webkit-transform-origin: right center;
             -moz-transform-origin: right center;
              -ms-transform-origin: right center;
               -o-transform-origin: right center;
                  transform-origin: right center; }
      .hp-stats .st-item .st-circle .progress-bg {
        position: absolute;
        width: -webkit-calc(9.375rem - -webkit-calc(1.25rem * 2));
        width: -moz-calc(9.375rem - -moz-calc(1.25rem * 2));
        width: calc(9.375rem - calc(1.25rem * 2));
        height: -webkit-calc(9.375rem - -webkit-calc(1.25rem * 2));
        height: -moz-calc(9.375rem - -moz-calc(1.25rem * 2));
        height: calc(9.375rem - calc(1.25rem * 2));
        top: 1.25rem;
        left: 1.25rem;
        -webkit-border-radius: 62.5rem;
           -moz-border-radius: 62.5rem;
                border-radius: 62.5rem;
        z-index: 0;
        pointer-events: none;
        background-color: #ffffff;
        -webkit-box-shadow: inset -2px 2px 6px rgba(0, 0, 0, 0.2);
           -moz-box-shadow: inset -2px 2px 6px rgba(0, 0, 0, 0.2);
                box-shadow: inset -2px 2px 6px rgba(0, 0, 0, 0.2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: width 0.4s, height 0.4s ease;
        -o-transition: width 0.4s, height 0.4s ease;
        -moz-transition: width 0.4s, height 0.4s ease;
        transition: width 0.4s, height 0.4s ease; }
        .hp-stats .st-item .st-circle .progress-bg img {
          width: -webkit-calc(100% - 1.25rem);
          width: -moz-calc(100% - 1.25rem);
          width: calc(100% - 1.25rem);
          height: -webkit-calc(100% - 1.25rem);
          height: -moz-calc(100% - 1.25rem);
          height: calc(100% - 1.25rem);
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center;
             object-position: center;
          -webkit-transition: width 0.4s, height 0.4s ease;
          -o-transition: width 0.4s, height 0.4s ease;
          -moz-transition: width 0.4s, height 0.4s ease;
          transition: width 0.4s, height 0.4s ease; }
    .hp-stats .st-item .st-number {
      height: 3.125rem;
      overflow: hidden;
      z-index: 10;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 0.3125rem; }
      .hp-stats .st-item .st-number .delimiter {
        top: -3.125rem;
        width: 1.875rem; }
    .hp-stats .st-item .st-digit {
      display: inline-block;
      font-family: "orpheus-pro";
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 7.4375rem;
      font-weight: bold;
      color: #0B6790;
      -webkit-transition: -webkit-transform 1s ease-in-out;
      transition: -webkit-transform 1s ease-in-out;
      -o-transition: -o-transform 1s ease-in-out;
      -moz-transition: transform 1s ease-in-out, -moz-transform 1s ease-in-out;
      transition: transform 1s ease-in-out;
      transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out, -moz-transform 1s ease-in-out, -o-transform 1s ease-in-out;
      position: relative;
      width: 100%;
      line-height: 1.7;
      padding-bottom: 0.9375rem; }
    .hp-stats .st-item .st-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 0.75rem;
      -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; }
      .hp-stats .st-item .st-text span {
        font-family: "orpheus-pro";
        font-size: 1.5rem;
        line-height: 1;
        font-weight: 400;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        color: #252B2E;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: normal; }
        .hp-stats .st-item .st-text span strong {
          font-weight: bold;
          color: #0B6790; }
    .hp-stats .st-item.service .st-circle .animated-progress, .hp-stats .st-item.student .st-circle .animated-progress {
      display: none; }
    .hp-stats .st-item.service .st-circle .progress-bg, .hp-stats .st-item.student .st-circle .progress-bg {
      background-color: transparent;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none; }
      .hp-stats .st-item.service .st-circle .progress-bg img, .hp-stats .st-item.student .st-circle .progress-bg img {
        opacity: 1; }
    .hp-stats .st-item.start {
      -webkit-transform: translateY(6.25rem);
         -moz-transform: translateY(6.25rem);
          -ms-transform: translateY(6.25rem);
           -o-transform: translateY(6.25rem);
              transform: translateY(6.25rem);
      opacity: 0; }
      @media (min-width: 320px) {
        .hp-stats .st-item.start {
          opacity: 1;
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none; } }

@media (min-width: 740px) {
  .hp-stats {
    max-width: 100%; } }

@media (min-width: 1024px) {
  .knowledge {
    padding: 8.75rem 0rem 9.0625rem; }
    .knowledge .btn-base {
      padding: 1.125rem 2.1875rem; }
    .knowledge .section-title {
      max-width: 54.0625rem; }
  .hp-stats {
    width: 100%;
    max-width: 56.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5rem 0rem 3.75rem 0rem; }
    .hp-stats .st-item {
      opacity: 1; }
      .hp-stats .st-item .st-circle {
        width: 10rem;
        height: 10rem;
        -webkit-border-radius: 18.75rem;
           -moz-border-radius: 18.75rem;
                border-radius: 18.75rem;
        padding: 1.1875rem; }
        .hp-stats .st-item .st-circle .animated-progress {
          width: 10rem;
          height: 10rem; }
          .hp-stats .st-item .st-circle .animated-progress .circle-right,
          .hp-stats .st-item .st-circle .animated-progress .circle-left {
            width: 5rem;
            height: 10rem; }
          .hp-stats .st-item .st-circle .animated-progress .circle-right > span,
          .hp-stats .st-item .st-circle .animated-progress .circle-left > span {
            width: 5rem;
            height: 10rem; }
          .hp-stats .st-item .st-circle .animated-progress .circle-right > span {
            border-width: 1.375rem 1.375rem 1.375rem 0rem; }
          .hp-stats .st-item .st-circle .animated-progress .circle-left > span {
            border-width: 1.375rem 0rem 1.375rem 1.375rem; }
        .hp-stats .st-item .st-circle .progress-bg {
          width: -webkit-calc(10rem - -webkit-calc(1.375rem * 2));
          width: -moz-calc(10rem - -moz-calc(1.375rem * 2));
          width: calc(10rem - calc(1.375rem * 2));
          height: -webkit-calc(10rem - -webkit-calc(1.375rem * 2));
          height: -moz-calc(10rem - -moz-calc(1.375rem * 2));
          height: calc(10rem - calc(1.375rem * 2));
          top: 1.375rem;
          left: 1.375rem; }
          .hp-stats .st-item .st-circle .progress-bg img {
            width: -webkit-calc(100% - 1.375rem);
            width: -moz-calc(100% - 1.375rem);
            width: calc(100% - 1.375rem);
            height: -webkit-calc(100% - 1.375rem);
            height: -moz-calc(100% - 1.375rem);
            height: calc(100% - 1.375rem); }
        .hp-stats .st-item .st-circle .st-number {
          height: 3.125rem;
          padding: 0rem; }
          .hp-stats .st-item .st-circle .st-number .delimiter {
            top: -3.125rem;
            width: 1.875rem; }
      .hp-stats .st-item .st-text span {
        font-size: 1.0625rem;
        line-height: 1.25rem; } }

@media (min-width: 1440px) {
  .knowledge {
    padding: 8.125rem 0rem 8.125rem; }
    .knowledge .btn-base {
      padding: 1.125rem 2.1875rem; }
    .knowledge .section-title {
      max-width: 78.5rem; }
  .hp-stats {
    max-width: 75rem;
    margin: 5rem 0rem 3.75rem 0rem; }
    .hp-stats .st-item {
      opacity: 1; }
      .hp-stats .st-item .st-circle {
        width: 12.5rem;
        height: 12.5rem;
        -webkit-border-radius: 18.75rem;
           -moz-border-radius: 18.75rem;
                border-radius: 18.75rem;
        padding: 1.5625rem;
        top: 0; }
        .hp-stats .st-item .st-circle .animated-progress {
          width: 12.5rem;
          height: 12.5rem; }
          .hp-stats .st-item .st-circle .animated-progress .circle-right,
          .hp-stats .st-item .st-circle .animated-progress .circle-left {
            width: 6.25rem;
            height: 12.5rem; }
          .hp-stats .st-item .st-circle .animated-progress .circle-right > span,
          .hp-stats .st-item .st-circle .animated-progress .circle-left > span {
            width: 6.25rem;
            height: 12.5rem; }
          .hp-stats .st-item .st-circle .animated-progress .circle-right > span {
            border-width: 1.75rem 1.75rem 1.75rem 0rem; }
          .hp-stats .st-item .st-circle .animated-progress .circle-left > span {
            border-width: 1.75rem 0rem 1.75rem 1.75rem; }
        .hp-stats .st-item .st-circle .progress-bg {
          width: -webkit-calc(12.5rem - -webkit-calc(1.75rem * 2));
          width: -moz-calc(12.5rem - -moz-calc(1.75rem * 2));
          width: calc(12.5rem - calc(1.75rem * 2));
          height: -webkit-calc(12.5rem - -webkit-calc(1.75rem * 2));
          height: -moz-calc(12.5rem - -moz-calc(1.75rem * 2));
          height: calc(12.5rem - calc(1.75rem * 2));
          top: 1.75rem;
          left: 1.75rem; }
          .hp-stats .st-item .st-circle .progress-bg img {
            width: -webkit-calc(100% - 1.75rem);
            width: -moz-calc(100% - 1.75rem);
            width: calc(100% - 1.75rem);
            height: -webkit-calc(100% - 1.75rem);
            height: -moz-calc(100% - 1.75rem);
            height: calc(100% - 1.75rem); }
        .hp-stats .st-item .st-circle .st-number {
          height: 3.125rem;
          padding: 0rem; }
          .hp-stats .st-item .st-circle .st-number .delimiter {
            top: -3.125rem;
            width: 1.875rem; }
      .hp-stats .st-item .st-text span {
        font-size: 1.125rem;
        line-height: 1.3125rem; } }

@media (min-width: 1900px) {
  .knowledge {
    padding: 8.5625rem 0rem 8.5625rem; }
    .knowledge .btn-base {
      padding: 1.125rem 2.1875rem; }
  .hp-stats {
    max-width: 100rem;
    margin: 5rem 0rem 3.75rem 0rem; }
    .hp-stats .st-item {
      opacity: 1; }
      .hp-stats .st-item .st-circle {
        top: 4.375rem;
        width: 100%;
        height: auto;
        padding: 2.125rem; }
        .hp-stats .st-item .st-circle .animated-progress {
          width: 15.5rem;
          height: 15.5rem; }
          .hp-stats .st-item .st-circle .animated-progress .circle-right,
          .hp-stats .st-item .st-circle .animated-progress .circle-left {
            width: 7.75rem;
            height: 15.5rem; }
          .hp-stats .st-item .st-circle .animated-progress .circle-right > span,
          .hp-stats .st-item .st-circle .animated-progress .circle-left > span {
            width: 7.75rem;
            height: 15.5rem; }
          .hp-stats .st-item .st-circle .animated-progress .circle-right > span {
            border-width: 2.125rem 2.125rem 2.125rem 0rem; }
          .hp-stats .st-item .st-circle .animated-progress .circle-left > span {
            border-width: 2.125rem 0rem 2.125rem 2.125rem; }
        .hp-stats .st-item .st-circle .progress-bg {
          width: -webkit-calc(15.5rem - -webkit-calc(2.125rem * 2));
          width: -moz-calc(15.5rem - -moz-calc(2.125rem * 2));
          width: calc(15.5rem - calc(2.125rem * 2));
          height: -webkit-calc(15.5rem - -webkit-calc(2.125rem * 2));
          height: -moz-calc(15.5rem - -moz-calc(2.125rem * 2));
          height: calc(15.5rem - calc(2.125rem * 2));
          top: 2.125rem;
          left: 2.125rem; }
          .hp-stats .st-item .st-circle .progress-bg img {
            width: -webkit-calc(100% - 2.125rem);
            width: -moz-calc(100% - 2.125rem);
            width: calc(100% - 2.125rem);
            height: -webkit-calc(100% - 2.125rem);
            height: -moz-calc(100% - 2.125rem);
            height: calc(100% - 2.125rem); }
        .hp-stats .st-item .st-circle .st-number {
          height: 3.125rem;
          width: 100%;
          padding: 0rem; }
          .hp-stats .st-item .st-circle .st-number .delimiter {
            top: -3.125rem;
            width: 2.375rem; }
      .hp-stats .st-item .st-text span {
        font-size: 1.25rem;
        line-height: 1.4375rem; } }

.journey {
  position: relative;
  min-height: 100vh;
  height: auto;
  padding: 8.75rem 0rem 8.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f3f7f9;
  -webkit-transition: padding 0.4s ease;
  -o-transition: padding 0.4s ease;
  -moz-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
  z-index: 1; }
  .journey .section-center {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1; }
    .journey .section-center .section-title {
      max-width: 62.5rem;
      width: 100%;
      padding: 0 1.25rem; }
      .journey .section-center .section-title h2 {
        color: #0B6790; }
    .journey .section-center h3 {
      margin-bottom: 2.5rem; }
    .journey .section-center p {
      max-width: 30rem;
      font-family: "futura-pt";
      font-size: 1.125rem;
      line-height: 1.6875rem;
      color: #252b2e;
      margin-top: 0rem;
      margin-bottom: 1rem; }
    .journey .section-center .stories-cards {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      overflow: hidden;
      width: 20rem;
      padding-bottom: 1.25rem;
      margin-top: 7.8125rem; }
      .journey .section-center .stories-cards .slick-list {
        padding-bottom: 0.625rem !important;
        margin-left: 1.25rem; }
      .journey .section-center .stories-cards .slick-slide {
        width: 320px;
        opacity: 0.3;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
        .journey .section-center .stories-cards .slick-slide div {
          position: relative; }
        .journey .section-center .stories-cards .slick-slide.slick-center {
          opacity: 1; }
      .journey .section-center .stories-cards.slick-no-slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .journey .section-center .stories-cards.slick-no-slide .slick-track {
          width: auto !important;
          -webkit-transform: none !important;
             -moz-transform: none !important;
              -ms-transform: none !important;
               -o-transform: none !important;
                  transform: none !important; }
    .journey .section-center .stories-nav {
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 20rem;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      pointer-events: none; }
      .journey .section-center .stories-nav .stories-prev, .journey .section-center .stories-nav .stories-next {
        -webkit-border-radius: 0.625rem;
           -moz-border-radius: 0.625rem;
                border-radius: 0.625rem;
        position: relative;
        width: 3.125rem;
        height: 3.125rem;
        background-color: #0B6790;
        pointer-events: auto;
        -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;
        cursor: pointer; }
        .journey .section-center .stories-nav .stories-prev:before, .journey .section-center .stories-nav .stories-next:before {
          font-size: 1.25rem;
          -webkit-transition: color 0.3s ease;
          -o-transition: color 0.3s ease;
          -moz-transition: color 0.3s ease;
          transition: color 0.3s ease;
          color: #fff; }
        html.no-touch .journey .section-center .stories-nav .stories-prev:hover:before, html.no-touch .journey .section-center .stories-nav .stories-next:hover:before {
          color: #ffffff; }
        .journey .section-center .stories-nav .stories-prev .icons, .journey .section-center .stories-nav .stories-next .icons {
          position: relative;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .journey .section-center .stories-nav .stories-prev .icons .icon, .journey .section-center .stories-nav .stories-next .icons .icon {
            position: absolute;
            -webkit-transform: translate(50%, 50%);
               -moz-transform: translate(50%, 50%);
                -ms-transform: translate(50%, 50%);
                 -o-transform: translate(50%, 50%);
                    transform: translate(50%, 50%);
            right: 50%;
            bottom: 50%;
            font-family: "icomoon" !important;
            color: #fff !important;
            font-size: 0.75rem; }
            .journey .section-center .stories-nav .stories-prev .icons .icon:before, .journey .section-center .stories-nav .stories-next .icons .icon:before {
              color: #ffffff; }
      .journey .section-center .stories-nav .stories-prev {
        position: relative;
        display: inline-block;
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
        .journey .section-center .stories-nav .stories-prev .icon-carousel-full-arrow {
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .journey .section-center .stories-nav .stories-prev .icon-carousel-arrow {
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
                  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); }
        .journey .section-center .stories-nav .stories-prev:hover .icon-carousel-full-arrow {
          -webkit-transform: translate(110%, 50%);
             -moz-transform: translate(110%, 50%);
              -ms-transform: translate(110%, 50%);
               -o-transform: translate(110%, 50%);
                  transform: translate(110%, 50%);
          opacity: 0; }
        .journey .section-center .stories-nav .stories-prev:hover .icon-carousel-arrow {
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
                  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
      .journey .section-center .stories-nav .stories-next .icon-carousel-full-arrow {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .journey .section-center .stories-nav .stories-next .icon-carousel-arrow {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
                clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); }
      .journey .section-center .stories-nav .stories-next:hover .icon-carousel-full-arrow {
        -webkit-transform: translate(110%, 50%);
           -moz-transform: translate(110%, 50%);
            -ms-transform: translate(110%, 50%);
             -o-transform: translate(110%, 50%);
                transform: translate(110%, 50%);
        opacity: 0; }
      .journey .section-center .stories-nav .stories-next:hover .icon-carousel-arrow {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
      .journey .section-center .stories-nav .slick-disabled {
        background-color: #252b2e;
        pointer-events: none;
        opacity: 0.5; }
        .journey .section-center .stories-nav .slick-disabled:before {
          color: #ffffff; }

@media (min-width: 501px) and (max-width: 767px) {
  .journey .section-center p {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    max-width: 25rem;
    font-weight: 400; }
  .journey .slick-list {
    margin-left: 0; }
  .journey .slick-track {
    margin-left: 0.9375rem; } }

@media (max-width: 767px) {
  .journey {
    height: auto;
    padding: 6.875rem 0rem 5.625rem; }
    .journey .section-center p {
      font-size: 1rem;
      line-height: 1.4375rem;
      max-width: 18.75rem;
      font-weight: 400;
      margin-bottom: 2.25rem; }
    .journey .section-center .stories-cards {
      width: -webkit-calc(100vw - 1px);
      width: -moz-calc(100vw - 1px);
      width: calc(100vw - 1px); }
      .journey .section-center .stories-cards .slick-list {
        margin-left: 0; }
        .journey .section-center .stories-cards .slick-list .slick-slide {
          width: 17.5rem; }
      .journey .section-center .stories-cards .slick-track {
        margin-left: 0.9375rem; }
    .journey .section-center .stories-nav {
      width: 21.875rem;
      left: 50%; } }

@media (min-width: 768px) {
  .journey .section-center p {
    font-size: 1.125rem;
    line-height: 1.6875rem; }
  .journey .section-center .stories-cards {
    width: 47.5rem; }
    .journey .section-center .stories-cards .slick-track {
      margin-left: 0.625rem; }
    .journey .section-center .stories-cards .slick-slide {
      width: 15.625rem; }
  .journey .section-center .stories-nav {
    width: 39.375rem; } }

@media (min-width: 1024px) {
  .journey .section-center p {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    max-width: 21.25rem; }
  .journey .section-center .stories-cards {
    width: 47.5rem; }
  .journey .section-center .stories-nav {
    width: 51.375rem;
    top: 50%; } }

@media (min-width: 1200px) {
  .journey .section-center .stories-cards {
    width: 56.25rem; }
    .journey .section-center .stories-cards .slick-slide.elem-1 {
      opacity: 0.3; }
  .journey .section-center .stories-nav {
    width: 65.625rem;
    top: 57%; } }

@media (min-width: 1440px) {
  .journey .section-center p {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    max-width: 21.25rem; }
  .journey .section-center .stories-cards {
    width: 78.4375rem; }
    .journey .section-center .stories-cards .slick-slide.elem-1 {
      opacity: 1; } }

@media (min-width: 1900px) {
  .journey .section-center p {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    max-width: 34rem; }
  .journey .section-center .stories-cards {
    width: 102.125rem; } }

.card {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 1.25rem; }
  .card.no-bio {
    pointer-events: none; }
  .card .full-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
  .card .card__inner {
    background: theme("boxes-bg");
    min-height: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); }
    html.no-touch .card .card__inner:hover {
      background: theme("boxes-bg-hover");
      /* .cards-card-image {
                &:before {
                    opacity: .3;
                }
            }
            */ }
      html.no-touch .card .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 .card .card__inner:hover .card__content {
        background: theme("boxes-bg-hover");
        /* .arrow {
                    transform: rotate(-45deg) translate3d(rems(2px), rems(2px), 0);
                }

                .ccc-name,
                .ccc-role {
                    color: theme("boxes-text-hover");
                } */ }
  .card .card__imageWrapper {
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .card .card__imageWrapper .card__img {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -moz-background-size: cover;
           background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 1;
      -webkit-transition: -webkit-transform 0.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; }
    .card .card__imageWrapper:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: theme("extra-dark");
      z-index: 3;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
  .card .card__description {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    background-color: #ffffff;
    -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; }
    .card .card__description .card__name_box {
      padding: 1.25rem; }
      .card .card__description .card__name_box .card__name {
        font-family: "futura-pt", sans-serif;
        font-size: 1.375rem;
        line-height: 1.875rem;
        color: theme("extra-dark");
        display: block;
        font-weight: 400;
        margin-bottom: 0.5rem;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease;
        text-transform: uppercase;
        word-break: break-word; }
    .card .card__description .card__jobTitle {
      display: none; }
    .card .card__description .card__short_desc {
      font-family: "futura-pt", sans-serif;
      font-size: 1.0625rem;
      line-height: 1.5625rem;
      position: relative;
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease;
      overflow: hidden;
      max-height: 6.25rem;
      color: theme("second-paragraph");
      display: none; }
      .card .card__description .card__short_desc .embed-container {
        display: none; }

.welcome {
  position: relative;
  min-height: 100vh;
  height: auto;
  padding: 4.375rem 1.875rem 4.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f3f7f9;
  -webkit-transition: padding 0.4s ease;
  -o-transition: padding 0.4s ease;
  -moz-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
  z-index: 1; }
  @media (max-width: 767px) {
    .welcome {
      padding: 1.875rem 2.5rem 3.125rem;
      min-height: 100%; } }
  @media (max-width: 767px) {
    .welcome .hide-below {
      display: none !important; } }
  @media (min-width: 767px) {
    .welcome .hide-above {
      display: none !important; } }
  .welcome .section-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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 (max-width: 767px) {
      .welcome .section-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .welcome .section-center button {
      padding: 0.9375rem 1.5625rem; }
    @media (max-width: 767px) {
      .welcome .section-center .btn-base {
        margin-top: 2.1875rem; } }
  .welcome .section-left {
    max-width: 40.625rem;
    width: 100%; }
    @media (max-width: 1900px) {
      .welcome .section-left {
        max-width: 31.25rem; } }
    .welcome .section-left .section-title h2 {
      color: #0b6790;
      line-height: 2.9375rem;
      font-weight: 500;
      font-size: 2.8125rem; }
      @media (max-width: 1900px) {
        .welcome .section-left .section-title h2 {
          font-size: 2.8125rem;
          line-height: 2.9375rem; } }
      @media (max-width: 767px) {
        .welcome .section-left .section-title h2 {
          font-size: 2.125rem;
          line-height: 2.4375rem;
          text-align: center; } }
    .welcome .section-left .section-description {
      font-family: "Gill Sans", sans-serif;
      font-size: 1.75rem;
      line-height: 2.25rem;
      font-weight: 300;
      color: #252b2e;
      margin: 3.75rem 0; }
      @media (max-width: 1900px) {
        .welcome .section-left .section-description {
          font-size: 1.375rem;
          line-height: 2rem; } }
      @media (max-width: 1024px) {
        .welcome .section-left .section-description {
          font-size: 1.0625rem;
          line-height: 1.5625rem; } }
      @media (max-width: 767px) {
        .welcome .section-left .section-description {
          font-size: 1rem;
          line-height: 1.4375rem;
          text-align: center;
          margin: 1.875rem 0; } }
  html.no-touch .welcome .staff-card.has-bio:hover .card-ocupation::before {
    opacity: 1;
    visibility: visible; }
  html.no-touch .welcome .staff-card.has-bio:hover .card-ocupation::after {
    opacity: 0;
    visibility: hidden; }
  .welcome .section-right {
    max-width: 40.625rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .welcome .section-right .card-hp {
      min-width: 19.375rem;
      max-width: 19.375rem;
      width: 100%;
      position: relative;
      cursor: pointer; }
    .welcome .section-right .card-image {
      width: 100%;
      height: 24.6875rem;
      -moz-background-size: cover;
           background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-border-radius: 0.625rem 0.625rem 0 0;
         -moz-border-radius: 0.625rem 0.625rem 0 0;
              border-radius: 0.625rem 0.625rem 0 0; }
    .welcome .section-right .card-description {
      background-color: #fff9f7;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-border-radius: 0 0 0.625rem 0.625rem;
         -moz-border-radius: 0 0 0.625rem 0.625rem;
              border-radius: 0 0 0.625rem 0.625rem;
      padding: 1.875rem 2.5rem;
      margin-top: -0.625rem;
      -webkit-box-shadow: 0 0.5rem 0px 0px #e2bbae;
         -moz-box-shadow: 0 0.5rem 0px 0px #e2bbae;
              box-shadow: 0 0.5rem 0px 0px #e2bbae;
      z-index: 2;
      position: relative; }
      @media (max-width: 767px) {
        .welcome .section-right .card-description {
          padding: 0.9375rem 1.25rem; } }
    .welcome .section-right .card-name {
      font-size: 1.625rem;
      font-family: "orpheus-pro";
      font-weight: 500;
      line-height: 2.1875rem;
      color: #252b2e;
      text-align: center; }
      @media (max-width: 767px) {
        .welcome .section-right .card-name {
          font-size: 1.5rem; } }
    .welcome .section-right .card-ocupation {
      margin-top: 1.25rem;
      font-size: 1.25rem;
      font-family: "Gill Sans", sans-serif;
      font-weight: 300;
      line-height: 1.5rem;
      text-align: center;
      position: relative;
      padding-right: 1.875rem; }
      .welcome .section-right .card-ocupation::before, .welcome .section-right .card-ocupation::after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        background-repeat: no-repeat;
        background-position: center; }
      .welcome .section-right .card-ocupation::before {
        width: 2.5rem;
        height: 0.875rem;
        background-image: url("/Images/svg/btn-full-arrow.svg");
        visibility: hidden;
        opacity: 0;
        right: 0; }
      .welcome .section-right .card-ocupation::after {
        width: 0.875rem;
        height: 0.875rem;
        background-image: url("/Images/svg/btn-arrow.svg");
        right: 1.25rem; }
      @media (max-width: 767px) {
        .welcome .section-right .card-ocupation {
          font-size: 1.125rem;
          margin-top: 0.625rem; } }

.schools {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 4.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #F4D8CE;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .schools a {
    display: block;
    height: 4.6875rem;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    position: relative; }
    .schools a .text-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 4.6875rem;
      width: 100%;
      position: relative;
      z-index: 2;
      background-color: #F4D8CE;
      -webkit-transition: width 0.4s ease;
      -o-transition: width 0.4s ease;
      -moz-transition: width 0.4s ease;
      transition: width 0.4s ease; }
      .schools a .text-box .bottom--text-box {
        position: relative;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        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; }
      .schools a .text-box .icons {
        position: relative;
        height: 100%;
        width: 1.25rem;
        margin-left: 0.625rem;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .schools a .text-box .icons i {
          font-family: "icomoon" !important;
          font-size: 0.75rem;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .schools a .text-box .icons .icon-full-arrow {
          -webkit-clip-path: inset(45% 0% 20% 100%);
                  clip-path: inset(45% 0% 20% 100%);
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .schools a .text-box .icons .icon-arrow {
          visibility: visible; }
      .schools a .text-box span {
        font-family: "Gill Sans", sans-serif;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 400;
        color: #191941; }
      .schools a .text-box i {
        font-family: "Gill Sans", sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: capitalize;
        color: #191941;
        font-style: normal; }
    .schools a .school-btn {
      position: absolute;
      right: 0;
      top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 4.6875rem;
      height: 4.6875rem;
      background-color: #ffffff; }
      .schools a .school-btn:before {
        -webkit-transform: scaleX(-1);
           -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
             -o-transform: scaleX(-1);
                transform: scaleX(-1);
        color: rgba(255, 255, 255, 0.7);
        font-size: 1.5rem;
        width: 0.875rem;
        height: 1.5625rem; }
    html.no-touch .schools a:hover .text-box .icons {
      width: 2.8125rem; }
    html.no-touch .schools a:hover .text-box .icon-full-arrow {
      visibility: visible;
      -webkit-clip-path: inset(45% 0% 20% 0%);
              clip-path: inset(45% 0% 20% 0%); }
    html.no-touch .schools a:hover .text-box .icon-arrow {
      visibility: visible; }
  .schools.hide {
    opacity: 0;
    pointer-events: none; }

@media (max-width: 1440px) {
  .icons {
    right: 0% !important; } }

@media (max-width: 1024px) {
  .icons i {
    font-size: 0.5625rem; } }

@media (max-width: 768px) {
  .schools {
    display: none; } }

.alert-buttons {
  position: absolute;
  left: 3.125rem;
  bottom: -webkit-calc(50% - 1.25rem);
  bottom: -moz-calc(50% - 1.25rem);
  bottom: calc(50% - 1.25rem);
  height: 8.125rem;
  z-index: 4;
  -webkit-transition: bottom 0.4s, height 0.4s ease;
  -o-transition: bottom 0.4s, height 0.4s ease;
  -moz-transition: bottom 0.4s, height 0.4s ease;
  transition: bottom 0.4s, height 0.4s ease;
  pointer-events: none; }
  .alert-buttons .alert-btn {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    cursor: pointer;
    pointer-events: auto; }
    .alert-buttons .alert-btn span {
      display: block;
      font-family: "futura-pt";
      font-size: 1.125rem;
      color: #ffffff;
      font-weight: 400;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-left: 1.25rem;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      -moz-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
    .alert-buttons .alert-btn i {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      width: 3.125rem;
      height: 3.125rem;
      -webkit-border-radius: 0.625rem;
         -moz-border-radius: 0.625rem;
              border-radius: 0.625rem;
      background-color: #e41f13;
      -webkit-transition: background-color 0.4s, width 0.4s, height 0.4s ease;
      -o-transition: background-color 0.4s, width 0.4s, height 0.4s ease;
      -moz-transition: background-color 0.4s, width 0.4s, height 0.4s ease;
      transition: background-color 0.4s, width 0.4s, height 0.4s ease; }
      .alert-buttons .alert-btn i:before {
        font-size: 1.5625rem;
        -webkit-transition: -webkit-filter 0.4s ease;
        transition: -webkit-filter 0.4s ease;
        -o-transition: filter 0.4s ease;
        -moz-transition: filter 0.4s ease;
        transition: filter 0.4s ease;
        transition: filter 0.4s ease, -webkit-filter 0.4s ease;
        width: 1.875rem;
        height: 1.5625rem; }
    html.no-touch .alert-buttons .alert-btn:hover span {
      opacity: 1; }
    html.no-touch .alert-buttons .alert-btn:hover i:before {
      -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.75));
              filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.75)); }
  .alert-buttons .notices-btn {
    position: absolute;
    left: 0;
    top: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    cursor: pointer;
    pointer-events: auto; }
    .alert-buttons .notices-btn i {
      display: inline-block;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      width: 3.125rem;
      height: 3.125rem;
      line-height: 3.25rem;
      -webkit-border-radius: 0.625rem;
         -moz-border-radius: 0.625rem;
              border-radius: 0.625rem;
      background-color: #0b6790;
      -webkit-transition: background-color 0.4s, width 0.4s, height 0.4s ease;
      -o-transition: background-color 0.4s, width 0.4s, height 0.4s ease;
      -moz-transition: background-color 0.4s, width 0.4s, height 0.4s ease;
      transition: background-color 0.4s, width 0.4s, height 0.4s ease; }
      .alert-buttons .notices-btn i:before {
        font-size: 1.5rem;
        -webkit-transition: -webkit-filter 0.4s ease;
        transition: -webkit-filter 0.4s ease;
        -o-transition: filter 0.4s ease;
        -moz-transition: filter 0.4s ease;
        transition: filter 0.4s ease;
        transition: filter 0.4s ease, -webkit-filter 0.4s ease;
        display: inline-block;
        margin-top: 0;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; }
        @media (max-width: 767px) {
          .alert-buttons .notices-btn i:before {
            margin-top: 0; } }
      .alert-buttons .notices-btn i:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #ffffff;
        opacity: 0; }
    html.no-touch .alert-buttons .notices-btn:hover span {
      opacity: 1; }
    html.no-touch .alert-buttons .notices-btn:hover i:before {
      -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.75));
              filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.75)); }

.alert-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 110;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  padding: 20px 0; }
  .alert-panel .alert-shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .alert-panel .btn-close, .alert-panel .alert-btn-close-mobile, .alert-panel .notice-panel .notice-btn-close-mobile, .notice-panel .alert-panel .notice-btn-close-mobile {
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    right: 1.875rem;
    top: 1.875rem;
    z-index: 2;
    cursor: pointer;
    font-size: 0; }
    .alert-panel .btn-close:before, .alert-panel .alert-btn-close-mobile:before, .alert-panel .notice-panel .notice-btn-close-mobile:before, .notice-panel .alert-panel .notice-btn-close-mobile:before, .alert-panel .btn-close:after, .alert-panel .alert-btn-close-mobile:after, .alert-panel .notice-panel .notice-btn-close-mobile:after, .notice-panel .alert-panel .notice-btn-close-mobile:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1.75rem;
      height: 0.0625rem;
      background-color: #252b2e;
      -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; }
    .alert-panel .btn-close:before, .alert-panel .alert-btn-close-mobile:before, .alert-panel .notice-panel .notice-btn-close-mobile:before, .notice-panel .alert-panel .notice-btn-close-mobile:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
           -o-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .alert-panel .btn-close:after, .alert-panel .alert-btn-close-mobile:after, .alert-panel .notice-panel .notice-btn-close-mobile:after, .notice-panel .alert-panel .notice-btn-close-mobile:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
           -o-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    html.no-touch .alert-panel .btn-close:hover:before, html.no-touch .alert-panel .alert-btn-close-mobile:hover:before, html.no-touch .alert-panel .notice-panel .notice-btn-close-mobile:hover:before, .notice-panel html.no-touch .alert-panel .notice-btn-close-mobile:hover:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleY(2);
         -moz-transform: translate(-50%, -50%) rotate(45deg) scaleY(2);
          -ms-transform: translate(-50%, -50%) rotate(45deg) scaleY(2);
           -o-transform: translate(-50%, -50%) rotate(45deg) scaleY(2);
              transform: translate(-50%, -50%) rotate(45deg) scaleY(2); }
    html.no-touch .alert-panel .btn-close:hover:after, html.no-touch .alert-panel .alert-btn-close-mobile:hover:after, html.no-touch .alert-panel .notice-panel .notice-btn-close-mobile:hover:after, .notice-panel html.no-touch .alert-panel .notice-btn-close-mobile:hover:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg) scaleY(2);
         -moz-transform: translate(-50%, -50%) rotate(-45deg) scaleY(2);
          -ms-transform: translate(-50%, -50%) rotate(-45deg) scaleY(2);
           -o-transform: translate(-50%, -50%) rotate(-45deg) scaleY(2);
              transform: translate(-50%, -50%) rotate(-45deg) scaleY(2); }
  .alert-panel .alert-btn-close-mobile {
    display: none; }
    .alert-panel .alert-btn-close-mobile:after, .alert-panel .alert-btn-close-mobile:before {
      background-color: #ffffff; }
  .alert-panel .alert {
    position: relative;
    width: 38.125rem;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    html.no-touch .alert-panel .alert:hover .alert-more .arrow {
      -webkit-transform: rotate(180deg) translateX(-10px);
         -moz-transform: rotate(180deg) translateX(-10px);
          -ms-transform: rotate(180deg) translateX(-10px);
           -o-transform: rotate(180deg) translateX(-10px);
              transform: rotate(180deg) translateX(-10px); }
    .alert-panel .alert .alert-link {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      pointer-events: all;
      cursor: pointer;
      z-index: 1; }
    .alert-panel .alert .icon-close-button {
      position: absolute;
      left: 1.875rem;
      top: 1.875rem;
      z-index: 8;
      font-size: 1.5625rem;
      cursor: pointer;
      font-family: "icomoon" !important;
      pointer-events: all; }
      .alert-panel .alert .icon-close-button::before {
        color: #ffffff;
        z-index: 8;
        position: relative; }
    .alert-panel .alert .alert-image {
      position: relative;
      width: 100%;
      overflow: hidden;
      -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
         -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
      -webkit-transition: height 0.4s, width 0.4s ease;
      -o-transition: height 0.4s, width 0.4s ease;
      -moz-transition: height 0.4s, width 0.4s ease;
      transition: height 0.4s, width 0.4s ease;
      pointer-events: auto; }
      .alert-panel .alert .alert-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
      .alert-panel .alert .alert-image-icon {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 3.125rem;
        max-height: 3.125rem;
        -o-object-fit: contain;
           object-fit: contain; }
    .alert-panel .alert .alert-content {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 40px 40px 25px 40px;
      font-family: "futura-pt";
      background-color: #ffffff;
      width: 100%;
      -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
         -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
      -webkit-transition: top 0.4s, width 0.4s, height 0.4s, ease;
      -o-transition: top 0.4s, width 0.4s, height 0.4s, ease;
      -moz-transition: top 0.4s, width 0.4s, height 0.4s, ease;
      transition: top 0.4s, width 0.4s, height 0.4s, ease;
      pointer-events: auto;
      margin-top: -5px; }
      .alert-panel .alert .alert-content:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 7rem;
        width: 100%;
        height: 2.5rem;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
        background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
        display: none; }
        @media (max-width: 48rem) {
          .alert-panel .alert .alert-content:after {
            bottom: 4rem; } }
      .alert-panel .alert .alert-content .alert-title {
        position: relative;
        margin-bottom: 0.625rem; }
        .alert-panel .alert .alert-content .alert-title p {
          font-family: "Gill Sans", sans-serif;
          font-size: 1.25rem;
          font-weight: 300;
          color: #e41f13;
          text-transform: uppercase;
          display: none; }
        .alert-panel .alert .alert-content .alert-title .icon-alert_open {
          position: absolute;
          margin-right: 1.25rem; }
          .alert-panel .alert .alert-content .alert-title .icon-alert_open:before {
            font-size: 1.75rem;
            color: #a21f17; }
        .alert-panel .alert .alert-content .alert-title u {
          display: block;
          position: absolute;
          left: 3.125rem;
          font-family: "futura-pt";
          font-size: 1.875rem;
          font-weight: 300;
          text-transform: uppercase;
          text-decoration: none;
          color: #a21f17;
          top: -0.25rem; }
        .alert-panel .alert .alert-content .alert-title span {
          display: inline-block;
          font-size: 2.25rem;
          color: #e41f13;
          font-weight: 500;
          text-transform: none;
          font-family: "orpheus-pro"; }
      .alert-panel .alert .alert-content .alert-text {
        font-family: "Gill Sans", sans-serif;
        position: relative;
        display: block;
        font-size: 1.0625rem;
        line-height: 1.5625rem;
        color: #252b2e;
        font-weight: 300;
        width: 100%;
        text-align: center;
        overflow: auto;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        white-space: normal; }
      .alert-panel .alert .alert-content .alert-update {
        font-size: 1rem;
        color: #585056;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 1.25rem; }
      .alert-panel .alert .alert-content .alert-more {
        font-family: "Gill Sans", sans-serif;
        font-size: 1rem;
        color: #e41f13;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        -webkit-transition: color 0.4s ease;
        -o-transition: color 0.4s ease;
        -moz-transition: color 0.4s ease;
        transition: color 0.4s ease;
        padding-bottom: 0.1875rem;
        z-index: 1;
        width: 100%;
        text-align: end;
        /* .arrow{
                    display: inline-block;
                    position: relative;                
                    opacity: 0;
                    transition: opacity 0.3s, transform 0.3s ease;
    
                    &:before{
                        display: inline-block;
                        font-size: rems(15px);
                        position: relative;
                        transform: scaleX(-1);
                        color: $gold;
                        top: rems(1px);
                    }
                } */ }
        .alert-panel .alert .alert-content .alert-more .arrow {
          display: inline-block;
          position: relative;
          -webkit-transform: rotate(180deg);
             -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg);
          -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; }
          .alert-panel .alert .alert-content .alert-more .arrow:before {
            color: #a21f17; }
        .alert-panel .alert .alert-content .alert-more u {
          font-size: 0;
          position: absolute;
          width: 0;
          height: 0;
          text-decoration: none; }
        html.no-touch .alert-panel .alert .alert-content .alert-more:hover {
          /* .arrow{
                        opacity: 1;
                        transform: translateX(rems(8px));
                    } */
          /* span{
                        background-position: -200% 100%;                        
                    } */ }
  .alert-panel.display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    pointer-events: all; }

.alert-mobile-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  pointer-events: none;
  overflow: hidden; }

/* @media (max-width:767px) and (orientation: landscape){
    .alert-mobile-wrapper{
        .alert-buttons{
            bottom: rems(40px);
        }
    }

    body{
        .alert-panel{  
            
            .alert-btn-close-mobile{
                display: none;
            }

            .alert{            
                height: calc(100% - 3.75rem);
        
                .alert-image{
                    width: 50%;               
                    height: calc(100vh - 3.75rem);
                }
        
                .alert-content{
                    padding: rems(20px);                
                    width: calc(50% - 1.875rem);
                    height: calc(100vh - 3.75rem);
                    left: 50%;
                    top: 0;
                    transform: none;
                        
                    .alert-btn-close{
                        display: block;  
                        right: rems(20px);
                        top: rems(24px);                 
                    }
        
                    .alert-text{
                        -webkit-line-clamp: 3;
                    }
                }
            }
        }
    }
} */
@media (max-width: 767px) {
  .alert-mobile-wrapper {
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    -moz-transition: height 0.6s ease;
    transition: height 0.6s ease; }
  .alert-buttons {
    left: 1.875rem;
    bottom: 60%;
    height: 3.125rem;
    width: -webkit-calc(100% - 3.75rem);
    width: -moz-calc(100% - 3.75rem);
    width: calc(100% - 3.75rem); }
    .alert-buttons .alert-btn {
      left: auto;
      right: 0;
      z-index: 3; }
      .alert-buttons .alert-btn span {
        visibility: hidden;
        position: absolute; }
      .alert-buttons .alert-btn i {
        width: 2.5rem;
        height: 2.5rem; }
        .alert-buttons .alert-btn i:before {
          font-size: 1.25rem;
          width: 1.875rem;
          height: 1.5625rem; }
    .alert-buttons .notices-btn {
      top: 0; }
      .alert-buttons .notices-btn span {
        visibility: hidden;
        position: absolute; }
      .alert-buttons .notices-btn i {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem; }
        .alert-buttons .notices-btn i:before {
          font-size: 1.25rem;
          width: 1.875rem;
          height: 1.5625rem; }
      .alert-buttons .notices-btn div {
        display: block; }
  .alert-panel .alert-btn-close-mobile {
    display: block; }
  .alert-panel .alert {
    width: 90%;
    height: -webkit-calc(100% - 10rem);
    height: -moz-calc(100% - 10rem);
    height: calc(100% - 10rem); }
    .alert-panel .alert .alert-image {
      width: 100%; }
    .alert-panel .alert .icon-close-button {
      display: none; }
    .alert-panel .alert .alert-content {
      padding: 1.875rem 1.5625rem 1.25rem 1.25rem;
      width: 100%;
      height: auto; }
      .alert-panel .alert .alert-content .alert-btn-close {
        display: none; }
      .alert-panel .alert .alert-content .alert-title .icon-alert_open {
        margin-right: 0.75rem; }
        .alert-panel .alert .alert-content .alert-title .icon-alert_open:before {
          font-size: 1.375rem; }
      .alert-panel .alert .alert-content .alert-text {
        line-height: 1.4375rem;
        width: 100%;
        -webkit-line-clamp: 4; }
      .alert-panel .alert .alert-content .alert-more {
        margin-top: 0.9375rem; } }

@media (max-height: 570px) {
  .alert-panel .alert {
    max-width: 28.125rem;
    padding: 1.25rem 0;
    height: auto;
    top: 52vh; } }

@media (min-width: 768px) {
  .alert-buttons {
    left: 1.875rem;
    top: 7.625rem; } }

@media (min-width: 1025px) {
  .alert-buttons {
    left: 3.125rem;
    top: auto; } }

@media (min-width: 1900px) {
  .alert-buttons {
    left: 3.125rem; }
    .alert-buttons .alert-btn span {
      font-size: 1.25rem; }
    .alert-buttons .alert-btn i {
      width: 3.75rem;
      height: 3.75rem; }
      .alert-buttons .alert-btn i:before {
        font-size: 1.875rem;
        width: 2.5rem;
        height: 1.875rem; }
    .alert-buttons .notices-btn {
      top: 5.625rem; } }

.notice-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 110;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  visibility: hidden; }
  .notice-panel .notice-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .notice-panel .btn-close, .notice-panel .alert-panel .alert-btn-close-mobile, .alert-panel .notice-panel .alert-btn-close-mobile, .notice-panel .notice-btn-close-mobile {
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    right: 1.875rem;
    top: 1.875rem;
    z-index: 2;
    font-size: 0;
    cursor: pointer; }
    .notice-panel .btn-close:before, .notice-panel .alert-panel .alert-btn-close-mobile:before, .alert-panel .notice-panel .alert-btn-close-mobile:before, .notice-panel .notice-btn-close-mobile:before, .notice-panel .btn-close:after, .notice-panel .alert-panel .alert-btn-close-mobile:after, .alert-panel .notice-panel .alert-btn-close-mobile:after, .notice-panel .notice-btn-close-mobile:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1.75rem;
      height: 0.0625rem;
      background-color: #252b2e;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: -o-transform 0.3s ease;
      -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease; }
    .notice-panel .btn-close:before, .notice-panel .alert-panel .alert-btn-close-mobile:before, .alert-panel .notice-panel .alert-btn-close-mobile:before, .notice-panel .notice-btn-close-mobile:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
           -o-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .notice-panel .btn-close:after, .notice-panel .alert-panel .alert-btn-close-mobile:after, .alert-panel .notice-panel .alert-btn-close-mobile:after, .notice-panel .notice-btn-close-mobile:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
           -o-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    html.no-touch .notice-panel .btn-close:hover:before, html.no-touch .notice-panel .alert-panel .alert-btn-close-mobile:hover:before, .alert-panel html.no-touch .notice-panel .alert-btn-close-mobile:hover:before, html.no-touch .notice-panel .notice-btn-close-mobile:hover:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleY(2);
         -moz-transform: translate(-50%, -50%) rotate(45deg) scaleY(2);
          -ms-transform: translate(-50%, -50%) rotate(45deg) scaleY(2);
           -o-transform: translate(-50%, -50%) rotate(45deg) scaleY(2);
              transform: translate(-50%, -50%) rotate(45deg) scaleY(2); }
    html.no-touch .notice-panel .btn-close:hover:after, html.no-touch .notice-panel .alert-panel .alert-btn-close-mobile:hover:after, .alert-panel html.no-touch .notice-panel .alert-btn-close-mobile:hover:after, html.no-touch .notice-panel .notice-btn-close-mobile:hover:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg) scaleY(2);
         -moz-transform: translate(-50%, -50%) rotate(-45deg) scaleY(2);
          -ms-transform: translate(-50%, -50%) rotate(-45deg) scaleY(2);
           -o-transform: translate(-50%, -50%) rotate(-45deg) scaleY(2);
              transform: translate(-50%, -50%) rotate(-45deg) scaleY(2); }
  .notice-panel .notice-btn-close-mobile {
    display: none;
    font-size: 0; }
    .notice-panel .notice-btn-close-mobile:after, .notice-panel .notice-btn-close-mobile:before {
      background-color: #ffffff; }
  .notice-panel .notice-wrapper {
    position: relative;
    max-width: 36.875rem;
    padding: 3.4375rem 0;
    pointer-events: none;
    height: 100%;
    overflow: hidden; }
    .notice-panel .notice-wrapper .slick-list {
      height: 100%; }
    .notice-panel .notice-wrapper .slick-track {
      height: 100%; }
    .notice-panel .notice-wrapper .slick-slide {
      margin: 0 1.25rem;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .notice-panel .notice-wrapper .slick-slide > div {
        max-width: 36.875rem !important;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        overflow-y: auto; }
        @media (max-width: 768px) {
          .notice-panel .notice-wrapper .slick-slide > div {
            overflow-y: unset; } }
    .notice-panel .notice-wrapper .notice-item {
      position: relative;
      pointer-events: none;
      -webkit-border-radius: 0.625rem;
         -moz-border-radius: 0.625rem;
              border-radius: 0.625rem;
      overflow: hidden;
      height: auto;
      margin: auto; }
      .notice-panel .notice-wrapper .notice-item .notice-image {
        position: relative;
        width: 100%;
        height: 25rem;
        overflow: hidden;
        pointer-events: auto; }
        @media (max-width: 768px) {
          .notice-panel .notice-wrapper .notice-item .notice-image {
            height: 14.375rem; } }
        .notice-panel .notice-wrapper .notice-item .notice-image::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 5.625rem;
          z-index: 2;
          background: transparent -webkit-gradient(linear, left bottom, left top, from(#00000000), to(#000000));
          background: transparent -webkit-linear-gradient(bottom, #00000000 0%, #000000 100%);
          background: transparent -moz-linear-gradient(bottom, #00000000 0%, #000000 100%);
          background: transparent -o-linear-gradient(bottom, #00000000 0%, #000000 100%);
          background: transparent linear-gradient(0deg, #00000000 0%, #000000 100%);
          mix-blend-mode: multiply;
          opacity: 0.79; }
        .notice-panel .notice-wrapper .notice-item .notice-image:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 5.625rem;
          z-index: 2;
          background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#000000));
          background: transparent -webkit-linear-gradient(top, #00000000 0%, #000000 100%);
          background: transparent -moz-linear-gradient(top, #00000000 0%, #000000 100%);
          background: transparent -o-linear-gradient(top, #00000000 0%, #000000 100%);
          background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%);
          opacity: 0.9; }
        .notice-panel .notice-wrapper .notice-item .notice-image-icon {
          position: absolute;
          top: 0;
          right: 0;
          max-width: 3.125rem;
          max-height: 3.125rem;
          -o-object-fit: contain;
             object-fit: contain; }
        .notice-panel .notice-wrapper .notice-item .notice-image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .notice-panel .notice-wrapper .notice-item .notice-content {
        padding: 2.5rem;
        font-family: "Gill Sans", sans-serif;
        background-color: #ffffff;
        z-index: 4;
        right: 0;
        pointer-events: auto;
        overflow-y: auto;
        text-align: center;
        -webkit-border-radius: 0 0 0.625rem 0.625rem;
           -moz-border-radius: 0 0 0.625rem 0.625rem;
                border-radius: 0 0 0.625rem 0.625rem; }
        @media (max-width: 768px) {
          .notice-panel .notice-wrapper .notice-item .notice-content {
            max-height: 100%;
            overflow-y: unset;
            padding: 1.875rem; } }
        .notice-panel .notice-wrapper .notice-item .notice-content .icon-close-button {
          position: absolute;
          right: 1.875rem;
          top: 1.875rem;
          z-index: 2;
          font-size: 1.5625rem;
          cursor: pointer;
          font-family: "icomoon" !important; }
          .notice-panel .notice-wrapper .notice-item .notice-content .icon-close-button::before {
            color: #ffffff; }
        .notice-panel .notice-wrapper .notice-item .notice-content .notice-title {
          position: relative;
          margin-bottom: 1.0625rem;
          /* .icon-notice_open{
                        position: relative;
                        margin-right: rems(20px);

                        &:before{
                            font-size: rems(28px);
                            color: $purple;
                        }
                    } */ }
          .notice-panel .notice-wrapper .notice-item .notice-content .notice-title span {
            font-size: clmp(18px, 20px, 768px, 1600px);
            color: #0b6790;
            font-weight: 400;
            text-transform: uppercase; }
          .notice-panel .notice-wrapper .notice-item .notice-content .notice-title u {
            display: block;
            font-family: "orpheus-pro";
            color: #0b6790;
            font-weight: 400;
            text-decoration: none;
            font-size: 2.25rem; }
        .notice-panel .notice-wrapper .notice-item .notice-content .notice-text {
          position: relative;
          display: block;
          font-size: 1rem;
          line-height: 1.5625rem;
          color: #303030;
          font-weight: 400;
          white-space: normal; }
          .notice-panel .notice-wrapper .notice-item .notice-content .notice-text ul,
          .notice-panel .notice-wrapper .notice-item .notice-content .notice-text ol {
            max-width: -webkit-fit-content;
            max-width: -moz-fit-content;
            max-width: fit-content;
            margin: 0 auto; }
        .notice-panel .notice-wrapper .notice-item .notice-content .notice-update {
          font-family: "Gill Sans", sans-serif;
          font-size: 0.8125rem;
          color: #0b6790;
          font-weight: 400;
          text-transform: uppercase;
          margin-top: 0.75rem;
          margin-bottom: 1.5625rem;
          display: block; }
        .notice-panel .notice-wrapper .notice-item .notice-content .notice-more {
          font-size: 1rem;
          color: #382170;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 0.08em;
          margin-top: 2.5rem;
          color: #e41f13;
          -webkit-transition: color 0.4s ease;
          -o-transition: color 0.4s ease;
          -moz-transition: color 0.4s ease;
          transition: color 0.4s ease;
          border-bottom: 1px solid #e41f13;
          padding-bottom: 0.1875rem;
          /* .arrow{
                        display: inline-block;
                        position: relative;                
                        opacity: 0;
                        transition: opacity 0.3s, transform 0.3s ease;
        
                        &:before{
                            display: inline-block;
                            font-size: rems(15px);
                            position: relative;
                            transform: scaleX(-1);
                            color: $gold;
                            top: rems(1px);
                        }
                    } */ }
          .notice-panel .notice-wrapper .notice-item .notice-content .notice-more u {
            font-size: 0;
            position: absolute;
            width: 0;
            height: 0;
            text-decoration: none; }
          html.no-touch .notice-panel .notice-wrapper .notice-item .notice-content .notice-more:hover {
            /* .arrow{
                            opacity: 1;
                            transform: translateX(rems(8px));
                        } */
            /* span{
                            background-position: -200% 100%;                        
                        } */ }
        .notice-panel .notice-wrapper .notice-item .notice-content .downloadBtn {
          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;
          gap: 0.5rem;
          text-decoration: none;
          font-size: 1.125rem;
          font-weight: bold;
          letter-spacing: -0.01125rem;
          line-height: inherit;
          padding: 1rem 1.5625rem;
          background-color: #f4d8ce;
          -webkit-border-radius: 0.625rem;
             -moz-border-radius: 0.625rem;
                  border-radius: 0.625rem;
          color: #191941;
          cursor: pointer;
          -webkit-transition: padding-right 0.3s ease;
          -o-transition: padding-right 0.3s ease;
          -moz-transition: padding-right 0.3s ease;
          transition: padding-right 0.3s ease;
          white-space: nowrap;
          max-width: -webkit-fit-content;
          max-width: -moz-fit-content;
          max-width: fit-content; }
          @media screen and (max-width: 500px) {
            .notice-panel .notice-wrapper .notice-item .notice-content .downloadBtn {
              padding: 0.75rem 1.5625rem;
              margin-bottom: 2.1875rem; } }
          .notice-panel .notice-wrapper .notice-item .notice-content .downloadBtn:hover .icon-wrapper {
            width: 2.1875rem; }
          .notice-panel .notice-wrapper .notice-item .notice-content .downloadBtn:hover .icon-arrow {
            opacity: 1; }
          .notice-panel .notice-wrapper .notice-item .notice-content .downloadBtn:hover .icon-full-arrow {
            opacity: 1 !important;
            -webkit-clip-path: inset(45% 0% 20% 0%) !important;
                    clip-path: inset(45% 0% 20% 0%) !important; }
          .notice-panel .notice-wrapper .notice-item .notice-content .downloadBtn .icon-wrapper {
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 0.8125rem;
            height: 1rem;
            margin-left: 0.3125rem;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .notice-panel .notice-wrapper .notice-item .notice-content .downloadBtn .icon-wrapper .icon {
              font-size: 0.6875rem;
              font-family: "icomoon" !important;
              position: absolute;
              top: 50%;
              right: 0;
              -webkit-transform: translateY(-50%);
                 -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                   -o-transform: translateY(-50%);
                      transform: translateY(-50%);
              -webkit-transition: opacity 0.1s ease;
              -o-transition: opacity 0.1s ease;
              -moz-transition: opacity 0.1s ease;
              transition: opacity 0.1s ease; }
              .notice-panel .notice-wrapper .notice-item .notice-content .downloadBtn .icon-wrapper .icon.icon-full-arrow {
                opacity: 0;
                -webkit-clip-path: inset(45% 0% 20% 100%);
                        clip-path: inset(45% 0% 20% 100%);
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out; }
    .notice-panel .notice-wrapper .notice--icon {
      -webkit-box-shadow: 0px 0px 10px #0000001a;
         -moz-box-shadow: 0px 0px 10px #0000001a;
              box-shadow: 0px 0px 10px #0000001a;
      width: 3.125rem;
      height: 3.125rem;
      background-color: #0b6790;
      position: absolute;
      top: 0;
      right: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 768px) {
        .notice-panel .notice-wrapper .notice--icon {
          top: auto;
          right: auto;
          bottom: 0.625rem;
          left: 1.875rem;
          z-index: 2; } }
      .notice-panel .notice-wrapper .notice--icon .icon-notice::before {
        font-size: 1.5625rem; }
    .notice-panel .notice-wrapper .slick-dots {
      position: absolute;
      bottom: auto;
      left: 50%;
      top: 44%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center;
      z-index: 10; }
      @media (max-width: 768px) {
        .notice-panel .notice-wrapper .slick-dots {
          display: none !important; } }
      @media (max-height: 790px) {
        .notice-panel .notice-wrapper .slick-dots {
          display: none !important; } }
      .notice-panel .notice-wrapper .slick-dots li {
        display: inline-block; }
        .notice-panel .notice-wrapper .slick-dots li button {
          display: inline-block;
          width: 0.625rem;
          height: 0.625rem;
          -webkit-border-radius: 0.625rem;
             -moz-border-radius: 0.625rem;
                  border-radius: 0.625rem;
          background-color: #ffffff;
          -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s ease;
          transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s ease;
          -o-transition: box-shadow 0.4s ease, -o-transform 0.4s;
          -moz-transition: transform 0.4s, box-shadow 0.4s ease, -moz-transform 0.4s, -moz-box-shadow 0.4s ease;
          transition: transform 0.4s, box-shadow 0.4s ease;
          transition: transform 0.4s, box-shadow 0.4s ease, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s, -webkit-box-shadow 0.4s ease, -moz-box-shadow 0.4s ease;
          margin: 0 0.75rem;
          font-size: 0;
          cursor: pointer;
          pointer-events: all; }
          html.no-touch .notice-panel .notice-wrapper .slick-dots li button:hover {
            -webkit-box-shadow: 0px 0px 10px 0px #ffffff, 0px 0px 10px 0px #ffffff;
               -moz-box-shadow: 0px 0px 10px 0px #ffffff, 0px 0px 10px 0px #ffffff;
                    box-shadow: 0px 0px 10px 0px #ffffff, 0px 0px 10px 0px #ffffff; }
      .notice-panel .notice-wrapper .slick-dots li.slick-active button {
        -webkit-transform: scale(2);
           -moz-transform: scale(2);
            -ms-transform: scale(2);
             -o-transform: scale(2);
                transform: scale(2);
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ffffff, 0px 0px 10px 0px #ffffff;
           -moz-box-shadow: 0px 0px 10px 0px #ffffff, 0px 0px 10px 0px #ffffff;
                box-shadow: 0px 0px 10px 0px #ffffff, 0px 0px 10px 0px #ffffff; }
        html.no-touch .notice-panel .notice-wrapper .slick-dots li.slick-active button:hover {
          -webkit-box-shadow: 0px 0px 5px 0px #ffffff;
             -moz-box-shadow: 0px 0px 5px 0px #ffffff;
                  box-shadow: 0px 0px 5px 0px #ffffff; }
  .notice-panel .notice-nav {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 44.375rem;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none; }
    @media (max-width: 768px) {
      .notice-panel .notice-nav {
        top: 41%;
        width: 95%; } }
    .notice-panel .notice-nav .notices-prev,
    .notice-panel .notice-nav .notices-next {
      cursor: pointer;
      position: relative;
      width: 2.8125rem;
      height: 2.8125rem;
      background-color: #0b6790;
      pointer-events: auto;
      -webkit-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
      -webkit-border-radius: 0.625rem;
         -moz-border-radius: 0.625rem;
              border-radius: 0.625rem; }
      .notice-panel .notice-nav .notices-prev:before,
      .notice-panel .notice-nav .notices-next:before {
        font-size: 1.25rem;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      html.no-touch .notice-panel .notice-nav .notices-prev:hover:before, html.no-touch
      .notice-panel .notice-nav .notices-next:hover:before {
        color: #ffffff; }
      .notice-panel .notice-nav .notices-prev .icons,
      .notice-panel .notice-nav .notices-next .icons {
        position: relative;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .notice-panel .notice-nav .notices-prev .icons .icon,
        .notice-panel .notice-nav .notices-next .icons .icon {
          position: absolute;
          -webkit-transform: translate(50%, 50%);
             -moz-transform: translate(50%, 50%);
              -ms-transform: translate(50%, 50%);
               -o-transform: translate(50%, 50%);
                  transform: translate(50%, 50%);
          right: 50%;
          bottom: 50%;
          font-family: "icomoon" !important;
          font-size: 0.6875rem; }
          .notice-panel .notice-nav .notices-prev .icons .icon::before, .notice-panel .notice-nav .notices-prev .icons .icon::after,
          .notice-panel .notice-nav .notices-next .icons .icon::before,
          .notice-panel .notice-nav .notices-next .icons .icon::after {
            color: #ffffff; }
    .notice-panel .notice-nav .notices-prev {
      position: relative;
      display: inline-block;
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
      .notice-panel .notice-nav .notices-prev .icon-carousel-full-arrow {
        visibility: visible; }
      .notice-panel .notice-nav .notices-prev .icon-carousel-arrow {
        visibility: hidden; }
      .notice-panel .notice-nav .notices-prev:hover .icon-carousel-full-arrow {
        visibility: hidden; }
      .notice-panel .notice-nav .notices-prev:hover .icon-carousel-arrow {
        visibility: visible; }
    .notice-panel .notice-nav .notices-next .icon-carousel-full-arrow {
      visibility: visible; }
    .notice-panel .notice-nav .notices-next .icon-carousel-arrow {
      visibility: hidden; }
    .notice-panel .notice-nav .notices-next:hover .icon-carousel-full-arrow {
      visibility: hidden; }
    .notice-panel .notice-nav .notices-next:hover .icon-carousel-arrow {
      visibility: visible; }
    .notice-panel .notice-nav .slick-disabled {
      background-color: #252b2e;
      pointer-events: none; }
      .notice-panel .notice-nav .slick-disabled:before {
        color: #ffffff; }
  .notice-panel.display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    pointer-events: all;
    visibility: visible; }

.notices-preview {
  position: relative;
  width: 12.5rem;
  height: 18.75rem;
  left: 1.5625rem;
  margin-top: 6.5625rem;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .notices-preview .notices-preview-wrapper {
    position: relative;
    width: 20.625rem;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 0 0 0.625rem 0;
       -moz-border-radius: 0 0 0.625rem 0;
            border-radius: 0 0 0.625rem 0;
    border-bottom: 4px solid #e2bbae; }
    .notices-preview .notices-preview-wrapper .notice-item {
      position: relative;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%;
      cursor: pointer; }
      .notices-preview .notices-preview-wrapper .notice-item .notice-image {
        position: relative;
        width: 8.125rem;
        height: 8.125rem;
        overflow: hidden; }
        .notices-preview .notices-preview-wrapper .notice-item .notice-image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .notices-preview .notices-preview-wrapper .notice-item .notice-content {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 1.0625rem;
        font-weight: 300;
        font-family: "Gill Sans", sans-serif;
        font-size: 0.75rem;
        background-color: #fff9f7;
        width: 12.5rem;
        min-height: 68px;
        z-index: 4;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-border-radius: 0 0 0.625rem 0;
           -moz-border-radius: 0 0 0.625rem 0;
                border-radius: 0 0 0.625rem 0; }
        .notices-preview .notices-preview-wrapper .notice-item .notice-content .notice-title {
          position: relative;
          font-size: 1.125rem;
          color: #252b2e;
          font-family: "orpheus-pro";
          font-weight: 400;
          line-height: 1.5rem;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          white-space: normal; }
        .notices-preview .notices-preview-wrapper .notice-item .notice-content .notice-bottom {
          display: none;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .notices-preview .notices-preview-wrapper .notice-item .notice-content .notice-bottom .notice-update {
            font-size: 0.75rem;
            color: #252b2e;
            font-weight: 400;
            text-transform: uppercase;
            line-height: 1rem;
            max-width: 11.25rem;
            height: 1rem;
            overflow: hidden; }
          .notices-preview .notices-preview-wrapper .notice-item .notice-content .notice-bottom .icon-notice_open {
            position: relative;
            cursor: pointer; }
            .notices-preview .notices-preview-wrapper .notice-item .notice-content .notice-bottom .icon-notice_open:before {
              font-size: 1.0625rem;
              color: #382170; }
  .notices-preview .notices-preview-nav {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 8rem;
    top: 42%;
    left: 24%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    padding: 1rem; }
    .notices-preview .notices-preview-nav .np-prev,
    .notices-preview .notices-preview-nav .np-next {
      cursor: pointer;
      position: relative;
      width: 2.8125rem;
      height: 2.8125rem;
      background-color: #f4d8ce;
      -webkit-border-radius: 0.625rem;
         -moz-border-radius: 0.625rem;
              border-radius: 0.625rem;
      pointer-events: auto;
      -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; }
      .notices-preview .notices-preview-nav .np-prev .icons,
      .notices-preview .notices-preview-nav .np-next .icons {
        position: relative;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .notices-preview .notices-preview-nav .np-prev .icons .icon,
        .notices-preview .notices-preview-nav .np-next .icons .icon {
          position: absolute;
          -webkit-transform: translate(50%, 50%);
             -moz-transform: translate(50%, 50%);
              -ms-transform: translate(50%, 50%);
               -o-transform: translate(50%, 50%);
                  transform: translate(50%, 50%);
          right: 50%;
          bottom: 50%;
          font-family: "icomoon" !important;
          font-size: 0.75rem; }
      .notices-preview .notices-preview-nav .np-prev:before,
      .notices-preview .notices-preview-nav .np-next:before {
        font-size: 0.75rem;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      html.no-touch .notices-preview .notices-preview-nav .np-prev:hover:before, html.no-touch
      .notices-preview .notices-preview-nav .np-next:hover:before {
        color: #ffffff; }
    .notices-preview .notices-preview-nav .np-prev {
      position: relative;
      display: inline-block;
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
      .notices-preview .notices-preview-nav .np-prev .icon-carousel-full-arrow {
        visibility: visible; }
      .notices-preview .notices-preview-nav .np-prev .icon-carousel-arrow {
        visibility: hidden; }
      .notices-preview .notices-preview-nav .np-prev:hover .icon-carousel-full-arrow {
        visibility: hidden; }
      .notices-preview .notices-preview-nav .np-prev:hover .icon-carousel-arrow {
        visibility: visible; }
    .notices-preview .notices-preview-nav .np-next .icon-carousel-full-arrow {
      visibility: visible; }
    .notices-preview .notices-preview-nav .np-next .icon-carousel-arrow {
      visibility: hidden; }
    .notices-preview .notices-preview-nav .np-next:hover .icon-carousel-full-arrow {
      visibility: hidden; }
    .notices-preview .notices-preview-nav .np-next:hover .icon-carousel-arrow {
      visibility: visible; }
    .notices-preview .notices-preview-nav .slick-disabled {
      background-color: #252b2e;
      pointer-events: none; }
      .notices-preview .notices-preview-nav .slick-disabled:before {
        color: #ffffff; }

@media (max-width: 767px) and (orientation: landscape) {
  body .notice-panel .notice-btn-close-mobile {
    display: none; }
  body .notice-panel .notice-wrapper .slick-slide {
    height: 100vh; }
  body .notice-panel .notice-wrapper .slick-dots {
    display: none !important; }
  body .notice-panel .notice-nav {
    width: -webkit-calc(100vw - 1.25rem);
    width: -moz-calc(100vw - 1.25rem);
    width: calc(100vw - 1.25rem);
    top: 50%; } }

@media (max-width: 768px) {
  .notices-preview {
    display: none !important;
    width: 20rem;
    height: 8.4375rem;
    left: 0.625rem;
    margin-top: 1.375rem; }
    .notices-preview .notices-preview-wrapper {
      position: relative;
      width: 20rem;
      height: 8.4375rem; }
      .notices-preview .notices-preview-wrapper .notice-item {
        width: 20rem;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -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; }
        .notices-preview .notices-preview-wrapper .notice-item .notice-image {
          position: relative;
          width: 8.4375rem;
          height: 8.4375rem;
          overflow: hidden; }
        .notices-preview .notices-preview-wrapper .notice-item .notice-content {
          padding-right: 1.25rem;
          width: 11.875rem;
          height: 8.4375rem; }
          .notices-preview .notices-preview-wrapper .notice-item .notice-content .notice-title {
            -webkit-line-clamp: 4; }
          .notices-preview .notices-preview-wrapper .notice-item .notice-content .notice-bottom {
            /* position: absolute;
                        left: rems(14px);
                        bottom: rems(14px); */
            position: relative;
            left: auto;
            bottom: auto;
            right: 10px; }
            .notices-preview .notices-preview-wrapper .notice-item .notice-content .notice-bottom .notice-update {
              max-width: 9.375rem; }
            .notices-preview .notices-preview-wrapper .notice-item .notice-content .notice-bottom .icon-notice_open:before {
              font-size: 0.75rem;
              position: relative;
              top: -0.125rem; }
    .notices-preview .notices-preview-nav {
      width: 21.25rem; }
  .notice-panel .notice-btn-close-mobile {
    display: block; }
  .notice-panel .notice-wrapper {
    width: 100%;
    height: 100%; }
    .notice-panel .notice-wrapper .slick-slide {
      margin: 0 1.25rem; }
      .notice-panel .notice-wrapper .slick-slide > div {
        width: -webkit-calc(100vw - 3.75rem) !important;
        width: -moz-calc(100vw - 3.75rem) !important;
        width: calc(100vw - 3.75rem) !important;
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px); }
    .notice-panel .notice-wrapper .notice-item {
      position: relative;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      background-color: #ffffff;
      pointer-events: all; } }

@media (max-width: 370px) {
  .notices-preview {
    width: 17.5rem;
    height: 9.375rem;
    left: -0.625rem;
    margin-top: 1.375rem; }
    .notices-preview .notices-preview-wrapper {
      position: relative;
      width: 17.5rem;
      height: 9.375rem; }
      .notices-preview .notices-preview-wrapper .notice-item .notice-image {
        width: 8.125rem;
        height: 9.375rem; }
      .notices-preview .notices-preview-wrapper .notice-item .notice-content {
        padding: 0.625rem;
        width: 9.375rem;
        height: 9.375rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .notices-preview .notices-preview-wrapper .notice-item .notice-content .notice-bottom {
          position: absolute;
          left: 0.875rem;
          bottom: 0.875rem; }
          .notices-preview .notices-preview-wrapper .notice-item .notice-content .notice-bottom .notice-update {
            max-width: 6.875rem;
            height: auto; }
    .notices-preview .notices-preview-nav {
      width: 19.375rem; } }

@media (max-height: 570px) {
  .notice-panel .notice-btn-close-mobile {
    top: 0.625rem; }
  .notice-panel .notice-wrapper .slick-slide > div {
    height: -webkit-calc(100vh - 11.25rem);
    height: -moz-calc(100vh - 11.25rem);
    height: calc(100vh - 11.25rem); }
  .notice-panel .notice-wrapper .notice-item .notice-content {
    padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
    top: 50vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .notice-panel .notice-wrapper .notice-item .notice-content .notice-text {
      height: 4.375rem;
      -webkit-line-clamp: 3; }
    .notice-panel .notice-wrapper .notice-item .notice-content .notice-update {
      margin-top: 0.625rem; }
    .notice-panel .notice-wrapper .notice-item .notice-content .notice-more {
      margin-top: 0.625rem; }
  .notice-panel .notice-wrapper .slick-dots {
    display: none !important; } }

@media (min-width: 1900px) {
  .notices-preview {
    margin-top: 7.5rem; } }

body:not(.sharedTemplates) .secondLvlCss {
  /* youtube iframe */ }
  body:not(.sharedTemplates) .secondLvlCss h2 {
    font-family: "orpheus-pro";
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 2.9375rem;
    margin: 1.875rem 0;
    color: #0b6790; }
    body:not(.sharedTemplates) .secondLvlCss h2::first-letter {
      text-transform: uppercase; }
  body:not(.sharedTemplates) .secondLvlCss h3 {
    font-family: "orpheus-pro";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 2.5rem 0;
    color: #0b6790; }
    body:not(.sharedTemplates) .secondLvlCss h3::first-letter {
      text-transform: uppercase; }
  body:not(.sharedTemplates) .secondLvlCss h4 {
    font-family: "Gill Sans", sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.875rem;
    color: #0b6790; }
    body:not(.sharedTemplates) .secondLvlCss h4::first-letter {
      text-transform: uppercase; }
  body:not(.sharedTemplates) .secondLvlCss h5 {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    font-weight: 400;
    color: theme("extra-dark");
    margin: 0.9375rem 0;
    color: #0b6790; }
    body:not(.sharedTemplates) .secondLvlCss h5::first-letter {
      text-transform: uppercase; }
  body:not(.sharedTemplates) .secondLvlCss p {
    font-family: "Gill Sans", sans-serif;
    font-size: 1.1875rem;
    line-height: 1.4;
    font-weight: 300;
    display: block;
    margin: 0 0 1.875rem 0;
    word-break: break-word; }
    body:not(.sharedTemplates) .secondLvlCss p a {
      font-weight: 400;
      font-size: inherit;
      line-height: inherit; }
    body:not(.sharedTemplates) .secondLvlCss p.featuredParagraph {
      font-family: "orpheus-pro";
      font-size: 1.4375rem;
      font-weight: 500;
      line-height: 1.3;
      color: #252b2e; }
  body:not(.sharedTemplates) .secondLvlCss .featuredText {
    font-family: "orpheus-pro";
    font-size: 1.4375rem;
    color: #252b2e;
    line-height: 1.75rem;
    font-weight: 500;
    margin: 0.9375rem 0; }
    @media screen and (max-width: 767px) {
      body:not(.sharedTemplates) .secondLvlCss .featuredText {
        line-height: 1.625rem; } }
  body:not(.sharedTemplates) .secondLvlCss hr {
    width: 100%;
    height: 0.0625rem;
    display: block;
    position: relative;
    margin: 0.9375rem 0;
    background: theme("border");
    border: none;
    overflow: hidden; }
  body:not(.sharedTemplates) .secondLvlCss blockquote {
    font-family: "orpheus-pro";
    font-size: 1.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.375rem;
    display: block;
    color: #0b6790;
    position: relative;
    text-align: left;
    padding-left: 2.375rem;
    padding-right: 0rem;
    margin: 1.875rem 0; }
    body:not(.sharedTemplates) .secondLvlCss blockquote:before, body:not(.sharedTemplates) .secondLvlCss blockquote:after {
      content: "";
      position: absolute;
      display: inline-block;
      width: 1.6875rem;
      height: 1.5625rem;
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
           background-size: contain; }
    body:not(.sharedTemplates) .secondLvlCss blockquote:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Opening_quote' data-name='Opening quote' width='31.036' height='27.235' viewBox='0 0 31.036 27.235'%3E%3Cpath id='Path_89284' data-name='Path 89284' d='M10.768.317a17.035,17.035,0,0,0-6.334,13.3,12.567,12.567,0,0,0,.317,2.692,4.469,4.469,0,0,1,2.375-.633c3.483,0,5.225,2.692,5.225,5.542,0,3.8-2.534,6.017-5.384,6.017C3.642,27.235,0,24.227,0,17.735A20.165,20.165,0,0,1,10.134,0Zm18.685,0a17.035,17.035,0,0,0-6.334,13.3,12.566,12.566,0,0,0,.317,2.692,4.469,4.469,0,0,1,2.375-.633c3.484,0,5.225,2.692,5.225,5.542,0,3.8-2.534,6.017-5.384,6.017-3.325,0-6.967-3.009-6.967-9.5A20.165,20.165,0,0,1,28.819,0Z' fill='%230B6790'/%3E%3C/svg%3E");
      top: 0rem;
      left: 0rem; }
      @media screen and (max-width: 767px) {
        body:not(.sharedTemplates) .secondLvlCss blockquote:before {
          left: 0; } }
    body:not(.sharedTemplates) .secondLvlCss blockquote:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Closing_quote' data-name='Closing quote' width='31.036' height='27.235' viewBox='0 0 31.036 27.235'%3E%3Cpath id='Path_89285' data-name='Path 89285' d='M10.768.317a17.035,17.035,0,0,0-6.334,13.3,12.567,12.567,0,0,0,.317,2.692,4.469,4.469,0,0,1,2.375-.633c3.483,0,5.225,2.692,5.225,5.542,0,3.8-2.534,6.017-5.384,6.017C3.642,27.235,0,24.227,0,17.735A20.165,20.165,0,0,1,10.134,0Zm18.685,0a17.035,17.035,0,0,0-6.334,13.3,12.566,12.566,0,0,0,.317,2.692,4.469,4.469,0,0,1,2.375-.633c3.484,0,5.225,2.692,5.225,5.542,0,3.8-2.534,6.017-5.384,6.017-3.325,0-6.967-3.009-6.967-9.5A20.165,20.165,0,0,1,28.819,0Z' transform='translate(31.036 27.235) rotate(180)' fill='%230B6790'/%3E%3C/svg%3E");
      top: 100%;
      right: 0rem; }
      @media screen and (max-width: 767px) {
        body:not(.sharedTemplates) .secondLvlCss blockquote:after {
          right: 1.875rem; } }
    body:not(.sharedTemplates) .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; }
  body:not(.sharedTemplates) .secondLvlCss .table-wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 3.125rem 0; }
    body:not(.sharedTemplates) .secondLvlCss .table-wrap > table {
      margin-top: 0;
      margin-bottom: 0; }
  body:not(.sharedTemplates) .secondLvlCss table {
    max-width: 100%;
    margin: 1.875rem 0;
    position: relative;
    border: 2px solid #f4d8ce;
    -webkit-border-radius: 0.625rem;
       -moz-border-radius: 0.625rem;
            border-radius: 0.625rem;
    border-collapse: separate;
    border-spacing: 0;
    overflow: auto;
    border-bottom: none; }
    html.touch body:not(.sharedTemplates) .secondLvlCss table {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
    body:not(.sharedTemplates) .secondLvlCss table td {
      width: 25%;
      min-width: 8.125rem;
      font-size: 1.125rem;
      line-height: 1.625rem;
      color: theme("gray");
      border-right: 0.125rem solid #f4d8ce;
      border-bottom: 0.125rem solid #f4d8ce;
      padding: 0.9375rem;
      font-weight: 400; }
      body:not(.sharedTemplates) .secondLvlCss table td p {
        color: inherit;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit; }
    body:not(.sharedTemplates) .secondLvlCss table th {
      width: 25%;
      min-width: 8.125rem;
      font-size: 1.125rem;
      line-height: 1.625rem;
      color: theme("gray");
      border-right: 0.0625rem solid #ffffff;
      padding: 0.9375rem;
      font-weight: 400; }
      body:not(.sharedTemplates) .secondLvlCss table th:last-of-type:not(:first-of-type) {
        border-right: none; }
      body:not(.sharedTemplates) .secondLvlCss table th p {
        color: inherit;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit; }
    body:not(.sharedTemplates) .secondLvlCss table th {
      background-color: #f4d8ce; }
    body:not(.sharedTemplates) .secondLvlCss table th {
      font-size: 1.0625rem;
      font-weight: 400;
      text-transform: uppercase;
      background-color: #f4d8ce;
      color: theme("extra-dark"); }
    body:not(.sharedTemplates) .secondLvlCss table .head-column {
      display: none !important; }
    body:not(.sharedTemplates) .secondLvlCss table th {
      border-bottom-width: 0.0625rem; }
    body:not(.sharedTemplates) .secondLvlCss table tr > *:last-child {
      border-right: none; }
    body:not(.sharedTemplates) .secondLvlCss table tr:first-child th {
      background-color: #f4d8ce; }
    @media (min-width: 768px) {
      body:not(.sharedTemplates) .secondLvlCss table .head-column {
        display: none; }
      body:not(.sharedTemplates) .secondLvlCss table:not(.responsive-table) {
        overflow-y: auto;
        overflow-x: auto; }
        html.touch body:not(.sharedTemplates) .secondLvlCss table:not(.responsive-table) {
          overflow-x: scroll;
          -webkit-overflow-scrolling: touch; } }
    @media screen and (max-width: 767px) {
      body:not(.sharedTemplates) .secondLvlCss table table {
        overflow: auto;
        width: 100% !important; }
      body:not(.sharedTemplates) .secondLvlCss table .table-wrap {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
    body:not(.sharedTemplates) .secondLvlCss table.slideout td {
      width: 50%; }
    body:not(.sharedTemplates) .secondLvlCss table.slideout th {
      width: 15%; }
  body:not(.sharedTemplates) .secondLvlCss table[style*="50%"] .head-column {
    word-break: break-word;
    padding: 0.3125rem; }
  body:not(.sharedTemplates) .secondLvlCss .downloadBtn {
    display: inline-block;
    position: relative;
    font-family: "orpheus-pro";
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.375rem;
    margin: 0;
    padding: 0.8125rem 3.75rem 0.8125rem 1.25rem;
    margin: 0.5rem;
    background-color: #f4d8ce;
    -webkit-border-radius: 0.625rem;
       -moz-border-radius: 0.625rem;
            border-radius: 0.625rem;
    color: #252b2e;
    cursor: pointer;
    text-align: left;
    text-transform: none !important;
    border: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    body:not(.sharedTemplates) .secondLvlCss .downloadBtn::after {
      content: "";
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.324' height='11.592' viewBox='0 0 12.324 11.592'%3E%3Cg id='arrow' transform='translate(41.109 14.343) rotate(180)'%3E%3Cpath id='Path_56554' data-name='Path 56554' d='M11.673,40.232l.054.439a.275.275,0,0,1,.052-.063.322.322,0,0,1,.1-.088c.069-.05-.016-.251.053-.289l.367-.276c.138-.075.527-.54.665-.59a1.238,1.238,0,0,1,.207-.05l.207-.05.413-.05c.138,0,.276-.025.413-.013l.413.013.207.038.1.013.1.025a4.482,4.482,0,0,1,.025.665,4.773,4.773,0,0,1-.024.652l-.1.125-.1.113-.207.226-.576.263c-.138.138-.114-.125-.252,0l-.413.339-.413.3c-.138.088-.276.176-.413.251l-.413.238-.206.125c-.034.025-.069.025-.1.05-.017.013-.034.013-.051.025v.013h-.05c-.032.013-.056-.151-.057-1a4.739,4.739,0,0,1,0-.928' transform='translate(20.658 -33.02)' fill='%23191941'/%3E%3Cpath id='Path_56555' data-name='Path 56555' d='M11.382,11.592a.8.8,0,0,1-.455-.151A27.478,27.478,0,0,0,.812,7.017,1.142,1.142,0,0,1,0,5.878,1.231,1.231,0,0,1,.7,4.619,77.728,77.728,0,0,0,11.012.1c.478-.272,1.025.01,1.234.635a1.384,1.384,0,0,1-.486,1.612A83.375,83.375,0,0,1,3.468,5.878c2,.715,5.871,1.622,8.369,3.426a1.431,1.431,0,0,1,.362,1.663.923.923,0,0,1-.817.625' transform='translate(28.785 2.751)' fill='%23191941'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right;
      width: 2.0625rem;
      height: 0.75rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      bottom: auto;
      right: 0.9375rem; }
      @media (max-width: 768px) {
        body:not(.sharedTemplates) .secondLvlCss .downloadBtn::after {
          bottom: 0.75rem; } }
    body:not(.sharedTemplates) .secondLvlCss .downloadBtn::before {
      content: "";
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.93' height='11.592' viewBox='0 0 37.93 11.592'%3E%3Cg id='arrow' transform='translate(0)'%3E%3Cg id='arrow-2' data-name='arrow' transform='translate(35.715 14.343) rotate(180)'%3E%3Cpath id='Path_56554' data-name='Path 56554' d='M11.8,40.232l.566.439c.182-.025.364-.05.545-.063.364-.038.727-.075,1.091-.088.727-.05-.172-.251.555-.289l3.878-.276c1.454-.075,5.564-.54,7.019-.59.727-.025,1.454-.038,2.181-.05l2.181-.05,4.363-.05c1.454,0,2.908-.025,4.363-.013l4.363.013,2.181.038,1.091.013,1.091.025c.146,0,.263.3.263.665s-.116.64-.252.652l-1.091.125-1.091.113-2.181.226-6.08.263c-1.454.138-1.206-.125-2.656,0l-4.363.339-4.363.3c-1.454.088-2.908.176-4.363.251l-4.357.238-2.176.125c-.364.025-.727.025-1.091.05-.182.013-.364.013-.54.025l-.015.013h-.53c-.338.013-.6-.151-.6-1s-.288-.891.04-.928' transform='translate(-11.81 -33.02)' fill='%23252b2e'/%3E%3Cpath id='Path_56555' data-name='Path 56555' d='M11.382,11.592a.8.8,0,0,1-.455-.151A27.478,27.478,0,0,0,.812,7.017,1.142,1.142,0,0,1,0,5.878,1.231,1.231,0,0,1,.7,4.619,77.728,77.728,0,0,0,11.012.1c.478-.272,1.025.01,1.234.635a1.384,1.384,0,0,1-.486,1.612A83.375,83.375,0,0,1,3.468,5.878c2,.715,5.871,1.622,8.369,3.426a1.431,1.431,0,0,1,.362,1.663.923.923,0,0,1-.817.625' transform='translate(-2.215 2.751)' fill='%23191941'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      width: 2.5rem;
      height: 0.75rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0.8125rem;
      bottom: auto;
      -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
              clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 768px) {
        body:not(.sharedTemplates) .secondLvlCss .downloadBtn::before {
          bottom: 0.75rem; } }
    html.no-touch body:not(.sharedTemplates) .secondLvlCss .downloadBtn:hover {
      padding-right: 5rem; }
      html.no-touch body:not(.sharedTemplates) .secondLvlCss .downloadBtn:hover:after {
        visibility: hidden; }
      html.no-touch body:not(.sharedTemplates) .secondLvlCss .downloadBtn:hover:before {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  body:not(.sharedTemplates) .secondLvlCss ol {
    font-family: "Gill Sans", sans-serif;
    display: block;
    counter-reset: li;
    margin: 0.9375rem 0; }
    body:not(.sharedTemplates) .secondLvlCss ol li {
      position: relative;
      font-size: 1rem;
      font-weight: 300;
      list-style-type: decimal;
      line-height: 1.5625rem;
      color: #252b2e;
      margin-bottom: 0.9375rem;
      padding-left: 1.875rem;
      list-style-type: none; }
      body:not(.sharedTemplates) .secondLvlCss ol li:before {
        content: counter(li) ".";
        counter-increment: li;
        position: absolute;
        text-align: center;
        width: 1.5rem;
        left: 0rem;
        top: 0rem;
        font-family: "orpheus-pro";
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.5625rem;
        color: #0b6790;
        background-color: transparent !important; }
      body:not(.sharedTemplates) .secondLvlCss ol li:first-letter {
        text-transform: uppercase; }
  body:not(.sharedTemplates) .secondLvlCss ul {
    display: block;
    margin: property("list-margin");
    padding-bottom: 1.25rem; }
    body:not(.sharedTemplates) .secondLvlCss ul li {
      font-size: 1rem;
      font-weight: 300;
      list-style-type: none;
      line-height: 1.4375rem;
      padding-left: 1.875rem;
      position: relative;
      color: #252b2e;
      margin-bottom: 0.9375rem; }
      body:not(.sharedTemplates) .secondLvlCss ul li:before {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        display: inline-block;
        -webkit-border-radius: 0.625rem;
           -moz-border-radius: 0.625rem;
                border-radius: 0.625rem;
        background: #0b6790;
        position: absolute;
        left: 0.375rem;
        top: 0.5rem; }
      body:not(.sharedTemplates) .secondLvlCss ul li:first-letter {
        text-transform: uppercase; }
      body:not(.sharedTemplates) .secondLvlCss ul li:last-child {
        margin-bottom: 0; }
  body:not(.sharedTemplates) .secondLvlCss img {
    width: 100%;
    height: auto;
    margin: 1.875rem 0;
    display: block;
    position: relative; }
    body:not(.sharedTemplates) .secondLvlCss img.alignLeft {
      width: 19.375rem;
      height: auto;
      float: left;
      margin: 0 1.25rem 1.25rem 0;
      clear: both; }
    body:not(.sharedTemplates) .secondLvlCss img.alignRight {
      width: 19.375rem;
      height: auto;
      float: right;
      margin: 0 0 1.25rem 1.25rem;
      clear: both;
      left: auto; }
  body:not(.sharedTemplates) .secondLvlCss a:not(.downloadBtn) {
    font-size: inherit;
    line-height: inherit;
    font-weight: 500;
    display: inline;
    -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: #e41f13;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: underline; }
    body:not(.sharedTemplates) .secondLvlCss a:not(.downloadBtn)[href$=".pdf"], body:not(.sharedTemplates) .secondLvlCss a:not(.downloadBtn)[target="_blank"]:not([href$=".pdf"]), body:not(.sharedTemplates) .secondLvlCss a:not(.downloadBtn)[href^="mailto"] {
      position: relative; }
      body:not(.sharedTemplates) .secondLvlCss a:not(.downloadBtn)[href$=".pdf"]:before, body:not(.sharedTemplates) .secondLvlCss a:not(.downloadBtn)[target="_blank"]:not([href$=".pdf"]):before, body:not(.sharedTemplates) .secondLvlCss a:not(.downloadBtn)[href^="mailto"]:before {
        display: block !important;
        font-size: 100%;
        position: absolute;
        top: 0.125rem;
        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; }
    body:not(.sharedTemplates) .secondLvlCss a:not(.downloadBtn)[href^="mailto"]:before {
      top: 0.1875rem; }
    html.no-touch body:not(.sharedTemplates) .secondLvlCss a:not(.downloadBtn):hover {
      color: theme("brand"); }
      html.no-touch body:not(.sharedTemplates) .secondLvlCss a:not(.downloadBtn):hover:before {
        color: theme("brand"); }
  body:not(.sharedTemplates) .secondLvlCss .embed-container {
    margin: 1.5625rem 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden; }
  body:not(.sharedTemplates) .secondLvlCss html.lt-ie8 .embed-container {
    overflow: visible;
    height: auto; }
  body:not(.sharedTemplates) .secondLvlCss .embed-container iframe,
  body:not(.sharedTemplates) .secondLvlCss .embed-container object,
  body:not(.sharedTemplates) .secondLvlCss .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body.sharedTemplates .secondLvlCss {
  /* youtube iframe */ }
  body.sharedTemplates .secondLvlCss h2 {
    font-family: "orpheus-pro";
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 2.9375rem;
    margin: 1.875rem 0;
    color: #0b6790; }
    body.sharedTemplates .secondLvlCss h2::first-letter {
      text-transform: uppercase; }
  body.sharedTemplates .secondLvlCss h3 {
    font-family: "orpheus-pro";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 2.5rem 0;
    color: #0b6790; }
    body.sharedTemplates .secondLvlCss h3::first-letter {
      text-transform: uppercase; }
  body.sharedTemplates .secondLvlCss h4 {
    font-family: "Gill Sans", sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.875rem;
    color: #0b6790; }
    body.sharedTemplates .secondLvlCss h4::first-letter {
      text-transform: uppercase; }
  body.sharedTemplates .secondLvlCss h5 {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    font-weight: 400;
    color: theme("extra-dark");
    margin: 0.9375rem 0;
    color: #0b6790; }
    body.sharedTemplates .secondLvlCss h5::first-letter {
      text-transform: uppercase; }
  body.sharedTemplates .secondLvlCss p {
    font-family: "Gill Sans", sans-serif;
    font-size: 1.1875rem;
    line-height: 1.4;
    font-weight: 300;
    display: block;
    margin: 0 0 1.875rem 0;
    word-break: break-word; }
    body.sharedTemplates .secondLvlCss p a {
      font-weight: 400;
      font-size: inherit;
      line-height: inherit; }
    body.sharedTemplates .secondLvlCss p.featuredParagraph {
      font-family: "orpheus-pro";
      font-size: 1.4375rem;
      font-weight: 500;
      line-height: 1.3;
      color: #252b2e; }
  body.sharedTemplates .secondLvlCss .featuredText {
    font-family: "orpheus-pro";
    font-size: 1.4375rem;
    color: #252b2e;
    line-height: 1.75rem;
    font-weight: 500;
    margin: 0.9375rem 0; }
    @media screen and (max-width: 767px) {
      body.sharedTemplates .secondLvlCss .featuredText {
        line-height: 1.625rem; } }
  body.sharedTemplates .secondLvlCss hr {
    width: 100%;
    height: 0.0625rem;
    display: block;
    position: relative;
    margin: 0.9375rem 0;
    background: theme("border");
    border: none;
    overflow: hidden; }
  body.sharedTemplates .secondLvlCss blockquote {
    font-family: "orpheus-pro";
    font-size: 1.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.375rem;
    display: block;
    color: #0b6790;
    position: relative;
    text-align: left;
    padding-left: 2.375rem;
    padding-right: 0rem;
    margin: 1.875rem 0; }
    body.sharedTemplates .secondLvlCss blockquote:before, body.sharedTemplates .secondLvlCss blockquote:after {
      content: "";
      position: absolute;
      display: inline-block;
      width: 1.6875rem;
      height: 1.5625rem;
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
           background-size: contain; }
    body.sharedTemplates .secondLvlCss blockquote:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Opening_quote' data-name='Opening quote' width='31.036' height='27.235' viewBox='0 0 31.036 27.235'%3E%3Cpath id='Path_89284' data-name='Path 89284' d='M10.768.317a17.035,17.035,0,0,0-6.334,13.3,12.567,12.567,0,0,0,.317,2.692,4.469,4.469,0,0,1,2.375-.633c3.483,0,5.225,2.692,5.225,5.542,0,3.8-2.534,6.017-5.384,6.017C3.642,27.235,0,24.227,0,17.735A20.165,20.165,0,0,1,10.134,0Zm18.685,0a17.035,17.035,0,0,0-6.334,13.3,12.566,12.566,0,0,0,.317,2.692,4.469,4.469,0,0,1,2.375-.633c3.484,0,5.225,2.692,5.225,5.542,0,3.8-2.534,6.017-5.384,6.017-3.325,0-6.967-3.009-6.967-9.5A20.165,20.165,0,0,1,28.819,0Z' fill='%230B6790'/%3E%3C/svg%3E");
      top: 0rem;
      left: 0rem; }
      @media screen and (max-width: 767px) {
        body.sharedTemplates .secondLvlCss blockquote:before {
          left: 0; } }
    body.sharedTemplates .secondLvlCss blockquote:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Closing_quote' data-name='Closing quote' width='31.036' height='27.235' viewBox='0 0 31.036 27.235'%3E%3Cpath id='Path_89285' data-name='Path 89285' d='M10.768.317a17.035,17.035,0,0,0-6.334,13.3,12.567,12.567,0,0,0,.317,2.692,4.469,4.469,0,0,1,2.375-.633c3.483,0,5.225,2.692,5.225,5.542,0,3.8-2.534,6.017-5.384,6.017C3.642,27.235,0,24.227,0,17.735A20.165,20.165,0,0,1,10.134,0Zm18.685,0a17.035,17.035,0,0,0-6.334,13.3,12.566,12.566,0,0,0,.317,2.692,4.469,4.469,0,0,1,2.375-.633c3.484,0,5.225,2.692,5.225,5.542,0,3.8-2.534,6.017-5.384,6.017-3.325,0-6.967-3.009-6.967-9.5A20.165,20.165,0,0,1,28.819,0Z' transform='translate(31.036 27.235) rotate(180)' fill='%230B6790'/%3E%3C/svg%3E");
      top: 100%;
      right: 0rem; }
      @media screen and (max-width: 767px) {
        body.sharedTemplates .secondLvlCss blockquote:after {
          right: 1.875rem; } }
    body.sharedTemplates .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; }
  body.sharedTemplates .secondLvlCss .table-wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 3.125rem 0; }
    body.sharedTemplates .secondLvlCss .table-wrap > table {
      margin-top: 0;
      margin-bottom: 0; }
  body.sharedTemplates .secondLvlCss table {
    max-width: 100%;
    margin: 1.875rem 0;
    position: relative;
    border: 2px solid #f4d8ce;
    -webkit-border-radius: 0.625rem;
       -moz-border-radius: 0.625rem;
            border-radius: 0.625rem;
    border-collapse: separate;
    border-spacing: 0;
    overflow: auto;
    border-bottom: none; }
    html.touch body.sharedTemplates .secondLvlCss table {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
    body.sharedTemplates .secondLvlCss table td {
      width: 25%;
      min-width: 8.125rem;
      font-size: 1.125rem;
      line-height: 1.625rem;
      color: theme("gray");
      border-right: 0.125rem solid #f4d8ce;
      border-bottom: 0.125rem solid #f4d8ce;
      padding: 0.9375rem;
      font-weight: 400; }
      body.sharedTemplates .secondLvlCss table td p {
        color: inherit;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit; }
    body.sharedTemplates .secondLvlCss table th {
      width: 25%;
      min-width: 8.125rem;
      font-size: 1.125rem;
      line-height: 1.625rem;
      color: theme("gray");
      border-right: 0.0625rem solid #ffffff;
      padding: 0.9375rem;
      font-weight: 400; }
      body.sharedTemplates .secondLvlCss table th:last-of-type:not(:first-of-type) {
        border-right: none; }
      body.sharedTemplates .secondLvlCss table th p {
        color: inherit;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit; }
    body.sharedTemplates .secondLvlCss table th {
      background-color: #f4d8ce; }
    body.sharedTemplates .secondLvlCss table th {
      font-size: 1.0625rem;
      font-weight: 400;
      text-transform: uppercase;
      background-color: #f4d8ce;
      color: theme("extra-dark"); }
    body.sharedTemplates .secondLvlCss table .head-column {
      display: none !important; }
    body.sharedTemplates .secondLvlCss table th {
      border-bottom-width: 0.0625rem; }
    body.sharedTemplates .secondLvlCss table tr > *:last-child {
      border-right: none; }
    body.sharedTemplates .secondLvlCss table tr:first-child th {
      background-color: #f4d8ce; }
    @media (min-width: 768px) {
      body.sharedTemplates .secondLvlCss table .head-column {
        display: none; }
      body.sharedTemplates .secondLvlCss table:not(.responsive-table) {
        overflow-y: auto;
        overflow-x: auto; }
        html.touch body.sharedTemplates .secondLvlCss table:not(.responsive-table) {
          overflow-x: scroll;
          -webkit-overflow-scrolling: touch; } }
    @media screen and (max-width: 767px) {
      body.sharedTemplates .secondLvlCss table table {
        overflow: auto;
        width: 100% !important; }
      body.sharedTemplates .secondLvlCss table .table-wrap {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
    body.sharedTemplates .secondLvlCss table.slideout td {
      width: 50%; }
    body.sharedTemplates .secondLvlCss table.slideout th {
      width: 15%; }
  body.sharedTemplates .secondLvlCss table[style*="50%"] .head-column {
    word-break: break-word;
    padding: 0.3125rem; }
  body.sharedTemplates .secondLvlCss .downloadBtn {
    display: inline-block;
    position: relative;
    font-family: "orpheus-pro";
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.375rem;
    margin: 0;
    padding: 0.8125rem 3.75rem 0.8125rem 1.25rem;
    margin: 0.5rem;
    background-color: #f4d8ce;
    -webkit-border-radius: 0.625rem;
       -moz-border-radius: 0.625rem;
            border-radius: 0.625rem;
    color: #252b2e;
    cursor: pointer;
    text-align: left;
    text-transform: none !important;
    border: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    body.sharedTemplates .secondLvlCss .downloadBtn::after {
      content: "";
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.324' height='11.592' viewBox='0 0 12.324 11.592'%3E%3Cg id='arrow' transform='translate(41.109 14.343) rotate(180)'%3E%3Cpath id='Path_56554' data-name='Path 56554' d='M11.673,40.232l.054.439a.275.275,0,0,1,.052-.063.322.322,0,0,1,.1-.088c.069-.05-.016-.251.053-.289l.367-.276c.138-.075.527-.54.665-.59a1.238,1.238,0,0,1,.207-.05l.207-.05.413-.05c.138,0,.276-.025.413-.013l.413.013.207.038.1.013.1.025a4.482,4.482,0,0,1,.025.665,4.773,4.773,0,0,1-.024.652l-.1.125-.1.113-.207.226-.576.263c-.138.138-.114-.125-.252,0l-.413.339-.413.3c-.138.088-.276.176-.413.251l-.413.238-.206.125c-.034.025-.069.025-.1.05-.017.013-.034.013-.051.025v.013h-.05c-.032.013-.056-.151-.057-1a4.739,4.739,0,0,1,0-.928' transform='translate(20.658 -33.02)' fill='%23191941'/%3E%3Cpath id='Path_56555' data-name='Path 56555' d='M11.382,11.592a.8.8,0,0,1-.455-.151A27.478,27.478,0,0,0,.812,7.017,1.142,1.142,0,0,1,0,5.878,1.231,1.231,0,0,1,.7,4.619,77.728,77.728,0,0,0,11.012.1c.478-.272,1.025.01,1.234.635a1.384,1.384,0,0,1-.486,1.612A83.375,83.375,0,0,1,3.468,5.878c2,.715,5.871,1.622,8.369,3.426a1.431,1.431,0,0,1,.362,1.663.923.923,0,0,1-.817.625' transform='translate(28.785 2.751)' fill='%23191941'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right;
      width: 2.0625rem;
      height: 0.75rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      bottom: auto;
      right: 0.9375rem; }
      @media (max-width: 768px) {
        body.sharedTemplates .secondLvlCss .downloadBtn::after {
          bottom: 0.75rem; } }
    body.sharedTemplates .secondLvlCss .downloadBtn::before {
      content: "";
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.93' height='11.592' viewBox='0 0 37.93 11.592'%3E%3Cg id='arrow' transform='translate(0)'%3E%3Cg id='arrow-2' data-name='arrow' transform='translate(35.715 14.343) rotate(180)'%3E%3Cpath id='Path_56554' data-name='Path 56554' d='M11.8,40.232l.566.439c.182-.025.364-.05.545-.063.364-.038.727-.075,1.091-.088.727-.05-.172-.251.555-.289l3.878-.276c1.454-.075,5.564-.54,7.019-.59.727-.025,1.454-.038,2.181-.05l2.181-.05,4.363-.05c1.454,0,2.908-.025,4.363-.013l4.363.013,2.181.038,1.091.013,1.091.025c.146,0,.263.3.263.665s-.116.64-.252.652l-1.091.125-1.091.113-2.181.226-6.08.263c-1.454.138-1.206-.125-2.656,0l-4.363.339-4.363.3c-1.454.088-2.908.176-4.363.251l-4.357.238-2.176.125c-.364.025-.727.025-1.091.05-.182.013-.364.013-.54.025l-.015.013h-.53c-.338.013-.6-.151-.6-1s-.288-.891.04-.928' transform='translate(-11.81 -33.02)' fill='%23252b2e'/%3E%3Cpath id='Path_56555' data-name='Path 56555' d='M11.382,11.592a.8.8,0,0,1-.455-.151A27.478,27.478,0,0,0,.812,7.017,1.142,1.142,0,0,1,0,5.878,1.231,1.231,0,0,1,.7,4.619,77.728,77.728,0,0,0,11.012.1c.478-.272,1.025.01,1.234.635a1.384,1.384,0,0,1-.486,1.612A83.375,83.375,0,0,1,3.468,5.878c2,.715,5.871,1.622,8.369,3.426a1.431,1.431,0,0,1,.362,1.663.923.923,0,0,1-.817.625' transform='translate(-2.215 2.751)' fill='%23191941'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      width: 2.5rem;
      height: 0.75rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0.8125rem;
      bottom: auto;
      -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
              clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 768px) {
        body.sharedTemplates .secondLvlCss .downloadBtn::before {
          bottom: 0.75rem; } }
    html.no-touch body.sharedTemplates .secondLvlCss .downloadBtn:hover {
      padding-right: 5rem; }
      html.no-touch body.sharedTemplates .secondLvlCss .downloadBtn:hover:after {
        visibility: hidden; }
      html.no-touch body.sharedTemplates .secondLvlCss .downloadBtn:hover:before {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
  body.sharedTemplates .secondLvlCss ol {
    font-family: "Gill Sans", sans-serif;
    display: block;
    counter-reset: li;
    margin: 0.9375rem 0; }
    body.sharedTemplates .secondLvlCss ol li {
      position: relative;
      font-size: 1rem;
      font-weight: 300;
      list-style-type: decimal;
      line-height: 1.5625rem;
      color: #252b2e;
      margin-bottom: 0.9375rem;
      padding-left: 1.875rem;
      list-style-type: none; }
      body.sharedTemplates .secondLvlCss ol li:before {
        content: counter(li) ".";
        counter-increment: li;
        position: absolute;
        text-align: center;
        width: 1.5rem;
        left: 0rem;
        top: 0rem;
        font-family: "orpheus-pro";
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.5625rem;
        color: #0b6790;
        background-color: transparent !important; }
      body.sharedTemplates .secondLvlCss ol li:first-letter {
        text-transform: uppercase; }
  body.sharedTemplates .secondLvlCss ul {
    display: block;
    margin: property("list-margin");
    padding-bottom: 1.25rem; }
    body.sharedTemplates .secondLvlCss ul li {
      font-size: 1rem;
      font-weight: 300;
      list-style-type: none;
      line-height: 1.4375rem;
      padding-left: 1.875rem;
      position: relative;
      color: #252b2e;
      margin-bottom: 0.9375rem; }
      body.sharedTemplates .secondLvlCss ul li:before {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        display: inline-block;
        -webkit-border-radius: 0.625rem;
           -moz-border-radius: 0.625rem;
                border-radius: 0.625rem;
        background: #0b6790;
        position: absolute;
        left: 0.375rem;
        top: 0.5rem; }
      body.sharedTemplates .secondLvlCss ul li:first-letter {
        text-transform: uppercase; }
      body.sharedTemplates .secondLvlCss ul li:last-child {
        margin-bottom: 0; }
  body.sharedTemplates .secondLvlCss img {
    width: 100%;
    height: auto;
    margin: 1.875rem 0;
    display: block;
    position: relative; }
    body.sharedTemplates .secondLvlCss img.alignLeft {
      width: 19.375rem;
      height: auto;
      float: left;
      margin: 0 1.25rem 1.25rem 0;
      clear: both; }
    body.sharedTemplates .secondLvlCss img.alignRight {
      width: 19.375rem;
      height: auto;
      float: right;
      margin: 0 0 1.25rem 1.25rem;
      clear: both;
      left: auto; }
  body.sharedTemplates .secondLvlCss a:not(.downloadBtn) {
    font-size: inherit;
    line-height: inherit;
    font-weight: 500;
    display: inline;
    -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: #e41f13;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: underline; }
    body.sharedTemplates .secondLvlCss a:not(.downloadBtn)[href$=".pdf"], body.sharedTemplates .secondLvlCss a:not(.downloadBtn)[target="_blank"]:not([href$=".pdf"]), body.sharedTemplates .secondLvlCss a:not(.downloadBtn)[href^="mailto"] {
      position: relative; }
      body.sharedTemplates .secondLvlCss a:not(.downloadBtn)[href$=".pdf"]:before, body.sharedTemplates .secondLvlCss a:not(.downloadBtn)[target="_blank"]:not([href$=".pdf"]):before, body.sharedTemplates .secondLvlCss a:not(.downloadBtn)[href^="mailto"]:before {
        display: block !important;
        font-size: 100%;
        position: absolute;
        top: 0.125rem;
        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; }
    body.sharedTemplates .secondLvlCss a:not(.downloadBtn)[href^="mailto"]:before {
      top: 0.1875rem; }
    html.no-touch body.sharedTemplates .secondLvlCss a:not(.downloadBtn):hover {
      color: theme("brand"); }
      html.no-touch body.sharedTemplates .secondLvlCss a:not(.downloadBtn):hover:before {
        color: theme("brand"); }
  body.sharedTemplates .secondLvlCss .embed-container {
    margin: 1.5625rem 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden; }
  body.sharedTemplates .secondLvlCss html.lt-ie8 .embed-container {
    overflow: visible;
    height: auto; }
  body.sharedTemplates .secondLvlCss .embed-container iframe,
  body.sharedTemplates .secondLvlCss .embed-container object,
  body.sharedTemplates .secondLvlCss .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 767px) {
  .secondLvlCss .downloadBtn {
    padding: 1.25rem 2.875rem 1.25rem 1.25rem; }
    .secondLvlCss .downloadBtn:before {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      right: -1.25rem; }
    .secondLvlCss .downloadBtn:after {
      bottom: 1.5625rem; }
  .secondLvlCss h1 {
    font-size: 2.375rem;
    line-height: 2.6875rem;
    text-align: left;
    color: #2f3f55;
    margin: 0; }
  .secondLvlCss h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem; }
  .secondLvlCss h4 {
    font-size: 1.25rem;
    line-height: 1.5625rem; }
  .secondLvlCss .downloadBtn {
    text-align: center; }
  .secondLvlCss p.featured-paragraph {
    font-size: 1.25rem;
    line-height: 1.625rem; }
  .secondLvlCss blockquote {
    font-size: 1.5625rem;
    line-height: 2rem;
    border-left: 0; }
  .secondLvlCss ol li,
  .secondLvlCss ul li {
    font-size: 1rem; }
  .secondLvlCss ul li:before {
    width: 0.6875rem;
    height: 0.6875rem; } }

.mediaPopup .mediaPopup__topNav {
  background: #fff9f7 !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important; }
  .mediaPopup .mediaPopup__topNav .mediaPopup__type {
    background-color: #fff9f7;
    width: -webkit-calc(100% - 6.25rem);
    width: -moz-calc(100% - 6.25rem);
    width: calc(100% - 6.25rem); }
    @media (max-width: 768px) {
      .mediaPopup .mediaPopup__topNav .mediaPopup__type {
        width: -webkit-calc(100% - 3.125rem);
        width: -moz-calc(100% - 3.125rem);
        width: calc(100% - 3.125rem);
        left: 2.5rem; } }
    .mediaPopup .mediaPopup__topNav .mediaPopup__type h4 {
      font-family: "Gill Sans", sans-serif;
      font-size: 1.25rem;
      color: #252b2e;
      font-weight: 400;
      text-align: left; }
      @media (max-width: 768px) {
        .mediaPopup .mediaPopup__topNav .mediaPopup__type h4 {
          font-size: 1rem;
          letter-spacing: 0.06em; } }
  .mediaPopup .mediaPopup__topNav .mediaPopup__close {
    background: transparent; }
    .mediaPopup .mediaPopup__topNav .mediaPopup__close i:after, .mediaPopup .mediaPopup__topNav .mediaPopup__close i:before {
      width: 1.75rem;
      height: 0.0625rem;
      background-color: #252b2e; }
    html.no-touch .mediaPopup .mediaPopup__topNav .mediaPopup__close:hover {
      background: transparent; }
      html.no-touch .mediaPopup .mediaPopup__topNav .mediaPopup__close:hover i:after, html.no-touch .mediaPopup .mediaPopup__topNav .mediaPopup__close:hover i:before {
        -webkit-box-shadow: 0 0 1px #252b2e;
           -moz-box-shadow: 0 0 1px #252b2e;
                box-shadow: 0 0 1px #252b2e; }
  .mediaPopup .mediaPopup__topNav .mediaPopup__share {
    background: transparent; }
    html.no-touch .mediaPopup .mediaPopup__topNav .mediaPopup__share:hover {
      background: transparent; }

.mediaPopup .mediaPopup__content .mediaPopup__featuredPost {
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .mediaPopup .mediaPopup__content .mediaPopup__featuredPost {
      padding-top: 0; } }
  .mediaPopup .mediaPopup__content .mediaPopup__featuredPost .mediaPopup__singleImage {
    width: 50%;
    -webkit-filter: none;
            filter: none; }
    @media (max-width: 768px) {
      .mediaPopup .mediaPopup__content .mediaPopup__featuredPost .mediaPopup__singleImage {
        width: -webkit-calc(100% - 2.75rem);
        width: -moz-calc(100% - 2.75rem);
        width: calc(100% - 2.75rem);
        float: none;
        left: 1.375rem;
        top: 1.375rem;
        margin-bottom: 2.5rem;
        border: 0.0625rem solid #707070;
        padding-bottom: 35%;
        margin-left: 0;
        padding-top: 0; } }
    .mediaPopup .mediaPopup__content .mediaPopup__featuredPost .mediaPopup__singleImage img {
      -webkit-filter: none;
              filter: none;
      -o-object-fit: cover;
         object-fit: cover; }
  .mediaPopup .mediaPopup__content .mediaPopup__featuredPost .mediaPopup__url {
    display: none !important; }
  .mediaPopup .mediaPopup__content .mediaPopup__featuredPost .mediaPopup__viewPost.downloadBtn:after, .mediaPopup .mediaPopup__content .mediaPopup__featuredPost .mediaPopup__viewPost.downloadBtn:before {
    display: block !important; }

.mediaPopup .mediaPopup__content .mediaPopup__related {
  background-color: #f3f3f3; }

@media (max-width: 768px) {
  .mediaPopup .mediaPopup__content .mediaPopup__relatedHeaderWrapper {
    max-width: auto;
    margin-left: 0.625rem; } }

.mediaPopup .mediaPopup__content .mediaPopup__relatedHeaderWrapper h4 {
  font-weight: 500;
  color: #252b2e !important;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.75rem; }
  @media (max-width: 768px) {
    .mediaPopup .mediaPopup__content .mediaPopup__relatedHeaderWrapper h4 {
      margin-bottom: 0.625rem; } }

.mediaPopup .mediaPopup__content .related-label {
  display: inline-block;
  background-color: #252b2e;
  padding: 0.375rem 1.25rem;
  text-transform: uppercase;
  font-family: "futura-pt";
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400; }

.mediaPopup .mediaPopup__content .mediaPopup__relatedContainer .mediaPopup__col {
  padding: 0 0.625rem 1.25rem 0.625rem; }

.content-wrap {
  padding-bottom: 1.875rem; }
  .content-wrap > .secondLvlCss blockquote {
    padding-left: 3.125rem !important;
    width: -webkit-calc(100% + 3.125rem);
    width: -moz-calc(100% + 3.125rem);
    width: calc(100% + 3.125rem);
    left: -3.125rem; }
  .content-wrap > .secondLvlCss > p:last-child {
    margin: 0; }

.awards {
  position: absolute;
  left: 3.125rem;
  bottom: 3.125rem;
  z-index: 210;
  max-width: 21.875rem;
  display: none;
  container-type: inline-size;
  width: 100%;
  display: none; }
  @media (max-width: 1199px) {
    .awards {
      bottom: 8.4375rem; } }
  @media (max-width: 767px) {
    .awards {
      left: 0;
      padding: 0 2.5rem;
      max-width: 100%;
      bottom: 11.25rem; } }
  .awards .awards__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .awards figcaption {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
    .awards figcaption p {
      font-family: "futura-pt", sans-serif;
      color: #fff;
      font-size: 1.75rem;
      font-weight: 300;
      line-height: 1.1;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
  .awards .awards__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    padding-right: 1.25rem; }
    .awards .awards__image img {
      width: 100%;
      max-height: 9.375rem;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: left center;
         object-position: left center; }
  .awards .awards__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .awards .awards__counter {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-size: 1.375rem;
    color: #fff;
    min-width: 1.875rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
  .awards .splide__arrows {
    position: absolute;
    left: 0;
    top: -2.8125rem;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

@-webkit-keyframes slideCounterProgress {
  0% {
    max-width: 0; }
  100% {
    max-width: 100%; } }

@-moz-keyframes slideCounterProgress {
  0% {
    max-width: 0; }
  100% {
    max-width: 100%; } }

@-o-keyframes slideCounterProgress {
  0% {
    max-width: 0; }
  100% {
    max-width: 100%; } }

@keyframes slideCounterProgress {
  0% {
    max-width: 0; }
  100% {
    max-width: 100%; } }
  .awards .awards__progress {
    margin: 0.625rem 0;
    height: 3px;
    max-width: 5.625rem;
    display: none;
    position: relative; }
    .awards .awards__progress:after, .awards .awards__progress:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      height: 100%;
      width: 100%; }
    .awards .awards__progress:after {
      max-width: 0;
      background: rgba(11, 103, 144, 0.8); }
    .awards .awards__progress:before {
      background: rgba(255, 255, 255, 0.2); }
    .awards .awards__progress.animationOn:after {
      -webkit-animation: slideCounterProgress 5s linear forwards;
         -moz-animation: slideCounterProgress 5s linear forwards;
           -o-animation: slideCounterProgress 5s linear forwards;
              animation: slideCounterProgress 5s linear forwards; }
    .awards .awards__progress.isPaused:after {
      -webkit-animation-play-state: paused;
         -moz-animation-play-state: paused;
           -o-animation-play-state: paused;
              animation-play-state: paused; }
  .awards .splide__progress__bar {
    background: rgba(11, 103, 144, 0.8); }
  .awards button.splide__arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: 1.5em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
    background: transparent;
    padding: 0;
    height: auto;
    line-height: 0; }
    .awards button.splide__arrow svg {
      fill: #fff;
      height: 1.125rem;
      width: rem(18px); }
  .awards:has(.is-initialized) {
    display: block; }
  .awards .splide__pagination {
    display: none;
    position: static;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2.8125rem;
    padding: 0;
    opacity: 1; }
    @media (max-width: 767px) {
      .awards .splide__pagination {
        display: none; } }
    .awards .splide__pagination li {
      margin-right: 0.75rem; }
      .awards .splide__pagination li .splide__pagination__page {
        width: 0.625rem;
        height: 0.625rem;
        background: #ffffff;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        pointer-events: none; }
        .awards .splide__pagination li .splide__pagination__page.is-active {
          -webkit-transform: scale(1.8);
             -moz-transform: scale(1.8);
              -ms-transform: scale(1.8);
               -o-transform: scale(1.8);
                  transform: scale(1.8);
          background: #e41f13; }

blockquote {
  font-family: "futura-pt", sans-serif;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2rem;
  display: block;
  color: theme("second-paragraph");
  position: relative;
  text-align: left;
  padding-left: 1.5625rem;
  padding-right: 0rem;
  margin: 1.875rem 0; }
  blockquote:before, blockquote:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1.6875rem;
    height: 1.5625rem;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
         background-size: contain; }
  blockquote:before {
    background-image: url("../../images/svg/quote-left.svg");
    top: 0rem;
    left: 0rem; }
    @media screen and (max-width: 767px) {
      blockquote:before {
        left: 3.125rem; } }
  blockquote:after {
    background-image: url("../../images/svg/quote-right.svg");
    top: 100%;
    right: 0rem; }
    @media screen and (max-width: 767px) {
      blockquote:after {
        right: 1.875rem; } }
  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; }

/* .downloadBtn {
    display: inline-block;  
    position: relative;      
    font-size: rems(17px);
    font-weight: 400;
    line-height: rems(19px);
    margin: 0;
    padding: rems(10px) rems(19px);
    margin: rems(8px);
    color: theme("extra-dark");
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    transition: width 0.4s, padding 0.4s, font-size 0.4s ease;

    &:after, &:before{
        position: absolute;
        border:rems(1px) solid theme("extra-dark");
        transition: border-color 0.3s ease;
    }
  
    &:after{
        content: '';
        width: calc(100% + 16px);
        height: 100%;
        left: -(8px);
        top: rems(0px);
    }
  
    &:before{
        content: '';
        height: calc(100% + 16px);
        width: 100%;
        top: -(8px);
        left: rems(0px);
    }
  
    html.no-touch &:hover{
        &:after, &:before{
            position: absolute;
            border:rems(1px) solid theme("gold");
        }
    }
} */
