<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default functions,  mixins and variables (must be added to home-page-style.scss and inner-page-style.scss)
=======================================*/
/* Share components var
=======================================*/
/* Colors Set
=======================================*/
/* BreakPoints
=======================================*/
@font-face {
  font-family: 'wico';
  src: url("../fonts/icomoon/fonts/wico.woff2") format("woff2"), url("../fonts/icomoon/fonts/wico.woff") format("woff"), url("../fonts/icomoon/fonts/wico.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 29, sass/helper/_ico-var.scss */
[class^='ico--'],
[class*=' ico--'],
.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* fix inline block */
/* hide the text content  http://nicolasgallagher.com/another-css-image-replacement-technique/ */
/* Vertically align */
/* Placeholder */
/* Triangle - @include triangle(12px, 6px, #ff0000, bottom); */
/* @include svg_bg(inline/icon-x, 50px); */
/* Calculate fluid ratio based on two dimensions (width/height)  @include fluid-ratio(800px 200px, 300px 150px);
http://voormedia.com/blog/2012/11/responsive-background-images-with-fixed-or-fluid-aspect-ratios
*/
/* @include pseudo(before, 10px, 10px); */
/* @include accelerate(transform); */
/* line 381, sass/helper/_mixins.scss */
.ani--trans, .is-video .ico--video-play::after, .breadcrumb__link {
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: color, visibility, opacity, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  transition-property: color, visibility, opacity, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  -o-transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 2, sass/helper/_flex-grid.scss */
.row--gutter-md {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
/* line 6, sass/helper/_flex-grid.scss */
.row--gutter-md &gt; * {
  padding: 0.875rem;
}
/* line 11, sass/helper/_flex-grid.scss */
.row--gutter-xs {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
/* line 15, sass/helper/_flex-grid.scss */
.row--gutter-xs &gt; * {
  padding: 0.125rem;
}
/* line 20, sass/helper/_flex-grid.scss */
.row--gutter-sm {
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
}
/* line 24, sass/helper/_flex-grid.scss */
.row--gutter-sm &gt; * {
  padding: 0.75rem 0.25rem;
}
/* line 1, sass/helper/_video.scss */
.is-video {
  position: relative;
  text-decoration: none;
}
/* line 8, sass/helper/_video.scss */
.is-video:hover .ico--video-play::after, .is-video:focus .ico--video-play::after {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
/* line 15, sass/helper/_video.scss */
.is-video .ico--video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  display: block;
  width: 2.38888889em;
  height: 2.38888889em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.25rem;
  color: #2020B2;
  background-color: #CFF2FA;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  /* line 15, sass/helper/_video.scss */
  .is-video .ico--video-play {
    width: 2.24em;
    height: 2.24em;
    font-size: 1.5625rem;
  }
}
/* line 41, sass/helper/_video.scss */
.is-video .ico--video-play::before {
  margin-left: 0.27777778em;
}
/* line 45, sass/helper/_video.scss */
.is-video .ico--video-play::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: '';
  border-radius: 50%;
  background-color: rgba(207, 242, 250, 0.8);
}
/* line 61, sass/helper/_video.scss */
.is-video.vid-box--xs .ico--video-play {
  width: 2.24em;
  height: 2.24em;
  font-size: 1.5625rem;
}
/* Custom
=======================================*/
/* line 1, sass/ckeditor/_ckeditor.scss */
.ckec,
.cke_editable {
  font-size: 1.25rem;
  word-wrap: break-word;
  /*   ul[style*="circle"] {
    &gt; li {
      list-style-type: none;

      &amp;:before {
        content: '\e60d' !important;
        left: -13px !important;
        font-size: 8px !important;
        top: 5px !important;
      }
    }
  }

  ul[style*="disc"] {
    &gt; li {
      list-style-type: none;

      &amp;:before {
        content: '\e615' !important;
        font-size: 16px !important;
        left: -18px !important;
        top: -1px !important;
      }
    }
  }

  ul[style*="square"] {
    &gt; li {

      &amp;:before {
        display: none;
      }
    }
  }	 */
}
/* line 6, sass/ckeditor/_ckeditor.scss */
.ckec::after,
.cke_editable::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 991.98px) {
  /* line 1, sass/ckeditor/_ckeditor.scss */
  .ckec,
  .cke_editable {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/ckeditor/_ckeditor.scss */
  .ckec,
  .cke_editable {
    font-size: 0.875rem;
  }
}
/* line 20, sass/ckeditor/_ckeditor.scss */
.ckec &gt; *:first-child,
.cke_editable &gt; *:first-child {
  margin-top: 0 !important;
}
/* line 23, sass/ckeditor/_ckeditor.scss */
.ckec &gt; *:first-child &gt; *:first-child,
.cke_editable &gt; *:first-child &gt; *:first-child {
  margin-top: 0 !important;
}
/* line 29, sass/ckeditor/_ckeditor.scss */
.ckec a:not([class]),
.cke_editable a:not([class]) {
  color: #2020B2;
  text-decoration: underline;
}
/* line 33, sass/ckeditor/_ckeditor.scss */
.ckec a:not([class]):hover, .ckec a:not([class]):focus,
.cke_editable a:not([class]):hover,
.cke_editable a:not([class]):focus {
  text-decoration: none;
}
/* line 39, sass/ckeditor/_ckeditor.scss */
.ckec a:not(.btn)[target='_blank'],
.cke_editable a:not(.btn)[target='_blank'] {
  margin-right: 0.25em;
}
/* line 42, sass/ckeditor/_ckeditor.scss */
.ckec a:not(.btn)[target='_blank']:after,
.cke_editable a:not(.btn)[target='_blank']:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8125em;
  margin-left: 0.3125rem;
  font-weight: 400;
  vertical-align: 0.15384615em;
  content: "\e812";
}
/* line 56, sass/ckeditor/_ckeditor.scss */
.ckec img,
.ckec video,
.cke_editable img,
.cke_editable video {
  max-width: 100%;
  height: auto !important;
}
/* line 63, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]),
.ckec ol:not([class]),
.cke_editable ul:not([class]),
.cke_editable ol:not([class]) {
  margin-bottom: 0;
}
/* line 66, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) li,
.ckec ol:not([class]) li,
.cke_editable ul:not([class]) li,
.cke_editable ol:not([class]) li {
  margin-bottom: 1.25rem;
}
/* line 69, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) li:last-child,
.ckec ol:not([class]) li:last-child,
.cke_editable ul:not([class]) li:last-child,
.cke_editable ol:not([class]) li:last-child {
  margin-bottom: 0;
}
/* line 73, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) li li,
.ckec ol:not([class]) li li,
.cke_editable ul:not([class]) li li,
.cke_editable ol:not([class]) li li {
  margin-bottom: 0.75rem;
}
/* line 76, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) li li:last-child,
.ckec ol:not([class]) li li:last-child,
.cke_editable ul:not([class]) li li:last-child,
.cke_editable ol:not([class]) li li:last-child {
  margin-bottom: 0;
}
/* line 82, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) ol,
.ckec ol:not([class]) ol,
.cke_editable ul:not([class]) ol,
.cke_editable ol:not([class]) ol {
  margin: 0.75rem 0rem 0rem 2.75rem;
}
/* line 85, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) ol ol,
.ckec ol:not([class]) ol ol,
.cke_editable ul:not([class]) ol ol,
.cke_editable ol:not([class]) ol ol {
  margin-left: 3.625rem;
}
/* line 88, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) ol ol ol,
.ckec ol:not([class]) ol ol ol,
.cke_editable ul:not([class]) ol ol ol,
.cke_editable ol:not([class]) ol ol ol {
  margin-left: 4.625rem;
}
/* line 94, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) ul,
.ckec ol:not([class]) ul,
.cke_editable ul:not([class]) ul,
.cke_editable ol:not([class]) ul {
  margin: 0.5rem 0rem 1rem 1rem;
}
/* line 97, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) ul ul,
.ckec ol:not([class]) ul ul,
.cke_editable ul:not([class]) ul ul,
.cke_editable ol:not([class]) ul ul {
  margin-left: 1.875rem;
}
/* line 105, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class]),
.cke_editable ol:not([class]) {
  margin-left: 1.5rem;
  padding-left: 0;
  counter-reset: item;
}
/* line 110, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class]) &gt; li,
.cke_editable ol:not([class]) &gt; li {
  display: block;
  position: relative;
}
/* line 114, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class]) &gt; li:before,
.cke_editable ol:not([class]) &gt; li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
  /* space between number and text */
  color: #000;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='1'],
.cke_editable ol:not([class])[start='1'] {
  counter-reset: item 0;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='2'],
.cke_editable ol:not([class])[start='2'] {
  counter-reset: item 1;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='3'],
.cke_editable ol:not([class])[start='3'] {
  counter-reset: item 2;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='4'],
.cke_editable ol:not([class])[start='4'] {
  counter-reset: item 3;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='5'],
.cke_editable ol:not([class])[start='5'] {
  counter-reset: item 4;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='6'],
.cke_editable ol:not([class])[start='6'] {
  counter-reset: item 5;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='7'],
.cke_editable ol:not([class])[start='7'] {
  counter-reset: item 6;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='8'],
.cke_editable ol:not([class])[start='8'] {
  counter-reset: item 7;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='9'],
.cke_editable ol:not([class])[start='9'] {
  counter-reset: item 8;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='10'],
.cke_editable ol:not([class])[start='10'] {
  counter-reset: item 9;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='11'],
.cke_editable ol:not([class])[start='11'] {
  counter-reset: item 10;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='12'],
.cke_editable ol:not([class])[start='12'] {
  counter-reset: item 11;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='13'],
.cke_editable ol:not([class])[start='13'] {
  counter-reset: item 12;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='14'],
.cke_editable ol:not([class])[start='14'] {
  counter-reset: item 13;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='15'],
.cke_editable ol:not([class])[start='15'] {
  counter-reset: item 14;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='16'],
.cke_editable ol:not([class])[start='16'] {
  counter-reset: item 15;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='17'],
.cke_editable ol:not([class])[start='17'] {
  counter-reset: item 16;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='18'],
.cke_editable ol:not([class])[start='18'] {
  counter-reset: item 17;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='19'],
.cke_editable ol:not([class])[start='19'] {
  counter-reset: item 18;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='20'],
.cke_editable ol:not([class])[start='20'] {
  counter-reset: item 19;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='21'],
.cke_editable ol:not([class])[start='21'] {
  counter-reset: item 20;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='22'],
.cke_editable ol:not([class])[start='22'] {
  counter-reset: item 21;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='23'],
.cke_editable ol:not([class])[start='23'] {
  counter-reset: item 22;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='24'],
.cke_editable ol:not([class])[start='24'] {
  counter-reset: item 23;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='25'],
.cke_editable ol:not([class])[start='25'] {
  counter-reset: item 24;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='26'],
.cke_editable ol:not([class])[start='26'] {
  counter-reset: item 25;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='27'],
.cke_editable ol:not([class])[start='27'] {
  counter-reset: item 26;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='28'],
.cke_editable ol:not([class])[start='28'] {
  counter-reset: item 27;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='29'],
.cke_editable ol:not([class])[start='29'] {
  counter-reset: item 28;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='30'],
.cke_editable ol:not([class])[start='30'] {
  counter-reset: item 29;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='31'],
.cke_editable ol:not([class])[start='31'] {
  counter-reset: item 30;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='32'],
.cke_editable ol:not([class])[start='32'] {
  counter-reset: item 31;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='33'],
.cke_editable ol:not([class])[start='33'] {
  counter-reset: item 32;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='34'],
.cke_editable ol:not([class])[start='34'] {
  counter-reset: item 33;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='35'],
.cke_editable ol:not([class])[start='35'] {
  counter-reset: item 34;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='36'],
.cke_editable ol:not([class])[start='36'] {
  counter-reset: item 35;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='37'],
.cke_editable ol:not([class])[start='37'] {
  counter-reset: item 36;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='38'],
.cke_editable ol:not([class])[start='38'] {
  counter-reset: item 37;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='39'],
.cke_editable ol:not([class])[start='39'] {
  counter-reset: item 38;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='40'],
.cke_editable ol:not([class])[start='40'] {
  counter-reset: item 39;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='41'],
.cke_editable ol:not([class])[start='41'] {
  counter-reset: item 40;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='42'],
.cke_editable ol:not([class])[start='42'] {
  counter-reset: item 41;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='43'],
.cke_editable ol:not([class])[start='43'] {
  counter-reset: item 42;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='44'],
.cke_editable ol:not([class])[start='44'] {
  counter-reset: item 43;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='45'],
.cke_editable ol:not([class])[start='45'] {
  counter-reset: item 44;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='46'],
.cke_editable ol:not([class])[start='46'] {
  counter-reset: item 45;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='47'],
.cke_editable ol:not([class])[start='47'] {
  counter-reset: item 46;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='48'],
.cke_editable ol:not([class])[start='48'] {
  counter-reset: item 47;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='49'],
.cke_editable ol:not([class])[start='49'] {
  counter-reset: item 48;
}
/* line 125, sass/ckeditor/_ckeditor.scss */
.ckec ol:not([class])[start='50'],
.cke_editable ol:not([class])[start='50'] {
  counter-reset: item 49;
}
/* line 133, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]),
.cke_editable ul:not([class]) {
  padding-left: 0;
  list-style: none;
}
/* line 137, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li,
.cke_editable ul:not([class]) &gt; li {
  position: relative;
  padding-left: 1em;
}
/* line 141, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li:before,
.cke_editable ul:not([class]) &gt; li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.4em;
  position: absolute;
  top: 1em;
  left: 0;
  color: #000;
  content: "\f111";
}
/* line 151, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ul:not([class]) &gt; li,
.cke_editable ul:not([class]) &gt; li ul:not([class]) &gt; li {
  padding-left: 1em;
}
/* line 154, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ul:not([class]) &gt; li:before,
.cke_editable ul:not([class]) &gt; li ul:not([class]) &gt; li:before {
  content: "\f10c";
}
/* line 158, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ul:not([class]) &gt; li ul:not([class]) &gt; li,
.cke_editable ul:not([class]) &gt; li ul:not([class]) &gt; li ul:not([class]) &gt; li {
  padding-left: 1em;
}
/* line 161, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ul:not([class]) &gt; li ul:not([class]) &gt; li:before,
.cke_editable ul:not([class]) &gt; li ul:not([class]) &gt; li ul:not([class]) &gt; li:before {
  content: "\e920";
}
/* line 168, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class]),
.cke_editable ul:not([class]) &gt; li ol:not([class]) {
  counter-reset: item2;
}
/* line 172, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class]) &gt; li:before,
.cke_editable ul:not([class]) &gt; li ol:not([class]) &gt; li:before {
  content: counters(item2, ".") ".";
  counter-increment: item2;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='1'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='1'] {
  counter-reset: item2 0;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='2'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='2'] {
  counter-reset: item2 1;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='3'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='3'] {
  counter-reset: item2 2;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='4'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='4'] {
  counter-reset: item2 3;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='5'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='5'] {
  counter-reset: item2 4;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='6'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='6'] {
  counter-reset: item2 5;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='7'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='7'] {
  counter-reset: item2 6;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='8'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='8'] {
  counter-reset: item2 7;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='9'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='9'] {
  counter-reset: item2 8;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='10'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='10'] {
  counter-reset: item2 9;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='11'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='11'] {
  counter-reset: item2 10;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='12'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='12'] {
  counter-reset: item2 11;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='13'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='13'] {
  counter-reset: item2 12;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='14'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='14'] {
  counter-reset: item2 13;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='15'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='15'] {
  counter-reset: item2 14;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='16'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='16'] {
  counter-reset: item2 15;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='17'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='17'] {
  counter-reset: item2 16;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='18'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='18'] {
  counter-reset: item2 17;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='19'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='19'] {
  counter-reset: item2 18;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='20'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='20'] {
  counter-reset: item2 19;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='21'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='21'] {
  counter-reset: item2 20;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='22'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='22'] {
  counter-reset: item2 21;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='23'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='23'] {
  counter-reset: item2 22;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='24'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='24'] {
  counter-reset: item2 23;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='25'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='25'] {
  counter-reset: item2 24;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='26'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='26'] {
  counter-reset: item2 25;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='27'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='27'] {
  counter-reset: item2 26;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='28'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='28'] {
  counter-reset: item2 27;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='29'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='29'] {
  counter-reset: item2 28;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='30'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='30'] {
  counter-reset: item2 29;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='31'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='31'] {
  counter-reset: item2 30;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='32'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='32'] {
  counter-reset: item2 31;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='33'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='33'] {
  counter-reset: item2 32;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='34'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='34'] {
  counter-reset: item2 33;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='35'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='35'] {
  counter-reset: item2 34;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='36'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='36'] {
  counter-reset: item2 35;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='37'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='37'] {
  counter-reset: item2 36;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='38'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='38'] {
  counter-reset: item2 37;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='39'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='39'] {
  counter-reset: item2 38;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='40'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='40'] {
  counter-reset: item2 39;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='41'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='41'] {
  counter-reset: item2 40;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='42'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='42'] {
  counter-reset: item2 41;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='43'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='43'] {
  counter-reset: item2 42;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='44'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='44'] {
  counter-reset: item2 43;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='45'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='45'] {
  counter-reset: item2 44;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='46'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='46'] {
  counter-reset: item2 45;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='47'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='47'] {
  counter-reset: item2 46;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='48'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='48'] {
  counter-reset: item2 47;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='49'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='49'] {
  counter-reset: item2 48;
}
/* line 179, sass/ckeditor/_ckeditor.scss */
.ckec ul:not([class]) &gt; li ol:not([class])[start='50'],
.cke_editable ul:not([class]) &gt; li ol:not([class])[start='50'] {
  counter-reset: item2 49;
}
/* line 194, sass/ckeditor/_ckeditor.scss */
.ckec ol[style*='lower-roman'] li, .ckec ol[style*='upper-roman'] li, .ckec ol[style*='lower-alpha'] li, .ckec ol[style*='upper-alpha'] li,
.cke_editable ol[style*='lower-roman'] li,
.cke_editable ol[style*='upper-roman'] li,
.cke_editable ol[style*='lower-alpha'] li,
.cke_editable ol[style*='upper-alpha'] li {
  display: list-item;
}
/* line 197, sass/ckeditor/_ckeditor.scss */
.ckec ol[style*='lower-roman'] li:before, .ckec ol[style*='upper-roman'] li:before, .ckec ol[style*='lower-alpha'] li:before, .ckec ol[style*='upper-alpha'] li:before,
.cke_editable ol[style*='lower-roman'] li:before,
.cke_editable ol[style*='upper-roman'] li:before,
.cke_editable ol[style*='lower-alpha'] li:before,
.cke_editable ol[style*='upper-alpha'] li:before {
  display: none;
}
/* line 205, sass/ckeditor/_ckeditor.scss */
.ckec ul[style*='circle'], .ckec ul[style*='disc'], .ckec ul[style*='square'],
.cke_editable ul[style*='circle'],
.cke_editable ul[style*='disc'],
.cke_editable ul[style*='square'] {
  padding-left: 1rem;
}
/* line 210, sass/ckeditor/_ckeditor.scss */
.ckec ul[style*='circle'] &gt; li, .ckec ul[style*='disc'] &gt; li, .ckec ul[style*='square'] &gt; li,
.cke_editable ul[style*='circle'] &gt; li,
.cke_editable ul[style*='disc'] &gt; li,
.cke_editable ul[style*='square'] &gt; li {
  display: list-item;
  padding-left: 0 !important;
}
/* line 214, sass/ckeditor/_ckeditor.scss */
.ckec ul[style*='circle'] &gt; li:before, .ckec ul[style*='disc'] &gt; li:before, .ckec ul[style*='square'] &gt; li:before,
.cke_editable ul[style*='circle'] &gt; li:before,
.cke_editable ul[style*='disc'] &gt; li:before,
.cke_editable ul[style*='square'] &gt; li:before {
  display: none;
}
/* line 258, sass/ckeditor/_ckeditor.scss */
.cke_editable .collapse {
  display: block;
}
/* line 262, sass/ckeditor/_ckeditor.scss */
.cke_editable .panel__heading-btn:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 267, sass/ckeditor/_ckeditor.scss */
.img-container {
  margin: 2.4em 0em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/* line 3, sass/component/_vert-card.scss */
.placeholder--vert-card {
  padding-bottom: 56.37254902%;
}
/* line 7, sass/component/_vert-card.scss */
.vert-card {
  position: relative;
  z-index: 0;
  height: 100%;
  display: block;
}
@media (max-width: 1199.98px) {
  /* line 7, sass/component/_vert-card.scss */
  .vert-card {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  /* line 7, sass/component/_vert-card.scss */
  .vert-card {
    font-size: 0.75rem;
  }
}
/* line 21, sass/component/_vert-card.scss */
.vert-card::before {
  position: absolute;
  top: 4.6875em;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  content: '';
}
/* line 33, sass/component/_vert-card.scss */
.vert-card__img-w {
  padding-right: 2em;
}
/* line 37, sass/component/_vert-card.scss */
.vert-card__body {
  border-radius: 30px;
  padding: 2em 2em 1.875em 2.375em;
  background-color: #75c3da;
  height:850px;
}


.vert-card__body2 {
  border-radius: 50px;
  padding: 2em 2em 1.875em 2.375em;
  background-color: #75c3da;
  height:250px;
}

.vert-card__body3 {
  border-radius: 50px;
  padding: 2em 2em 1.875em 2.375em;
  background-color: #75c3da;
  height:300px;
}


.vert-card__bodyen {
  border-radius: 30px;
  padding: 2em 2em 1.875em 2.375em;
  background-color: #75c3da;
  height:1250px;
}



.vert-card__bodyen2 {
  border-radius: 50px;
  padding: 2em 2em 1.875em 2.375em;
  background-color: #75c3da;
  height:350px;
}


.vert-card__bodyen3 {
  border-radius: 50px;
  padding: 2em 2em 1.875em 2.375em;
  background-color: #75c3da;
  height:420px;
}

/* line 41, sass/component/_vert-card.scss */
.vert-card__title {
  margin-bottom: 0.625em;
  font-size: 1.625em;
  font-weight: 600;
  line-height: 1.34615385;
  color: #000;
}
/* line 1, sass/component/_content-blk.scss */
.content-blk {
  padding: 3.75em 0em;
}
@media (max-width: 991.98px) {
  /* line 1, sass/component/_content-blk.scss */
  .content-blk {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/component/_content-blk.scss */
  .content-blk {
    font-size: 0.75rem;
  }
}
/* line 11, sass/component/_content-blk.scss */
.dark-theme .content-blk {
  color: #fff;
}
/* line 14, sass/component/_content-blk.scss */
.dark-theme .content-blk__title {
  color: #fff;
}
/* line 19, sass/component/_content-blk.scss */
.light-theme .content-blk {
  color: #35354E;
}
/* line 22, sass/component/_content-blk.scss */
.light-theme .content-blk__title {
  color: #000;
}
/* line 27, sass/component/_content-blk.scss */
.content-blk__title {
  margin-bottom: 0.55em;
}
/* line 31, sass/component/_content-blk.scss */
.content-blk__inner {
  font-size: 1.25em;

}
/* line 37, sass/component/_content-blk.scss */
.content-blk--main .content-blk__inner {
  font-size: 1.625em;
   
}
/* line 40, sass/component/_content-blk.scss */
.content-blk--main .content-blk__inner p + p {
  margin-top: 0.92307692em;
 
}
/* line 47, sass/component/_content-blk.scss */
.content-blk--underline {
  border-bottom: 1px solid;
}
/* line 50, sass/component/_content-blk.scss */
.dark-theme .content-blk--underline {
  border-color: rgba(255, 255, 255, 0.3);
}
/* line 54, sass/component/_content-blk.scss */
.light-theme .content-blk--underline {
  border-color: rgba(28, 41, 171, 0.3);
}
/* line 58, sass/component/_content-blk.scss */
.content-blk--with-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  /* line 58, sass/component/_content-blk.scss */
  .content-blk--with-img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 68, sass/component/_content-blk.scss */
.content-blk--with-img .content-blk__media {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 8.58662614%;
}
@media (max-width: 991.98px) {
  /* line 68, sass/component/_content-blk.scss */
  .content-blk--with-img .content-blk__media {
    margin-top: 2.85714286em;
    margin-left: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  /* line 81, sass/component/_content-blk.scss */
  .content-blk--with-img .content-blk__body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
/* line 2, sass/component/_button-rect-icon.scss */
.btn--rect-icon {
  padding: 0.95em 1.85em 0.9em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  /* line 2, sass/component/_button-rect-icon.scss */
  .btn--rect-icon {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  /* line 2, sass/component/_button-rect-icon.scss */
  .btn--rect-icon {
    width: 100%;
    font-size: 1rem;
  }
}
/* line 17, sass/component/_button-rect-icon.scss */
.btn--rect-icon .ico {
  margin-left: 0.37037037em;
  font-size: 1.35em;
}
/* line 1, sass/section/_breadcrumb.scss */
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none !important;
  margin-bottom: 0.42105263em;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.31578947;
}
/* line 8, sass/section/_breadcrumb.scss */
.inner-top--theme-light .breadcrumb {
  color: #21212F;
}
@media (max-width: 1199.98px) {
  /* line 1, sass/section/_breadcrumb.scss */
  .breadcrumb {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/section/_breadcrumb.scss */
  .breadcrumb {
    font-size: 0.875rem;
  }
}
/* line 20, sass/section/_breadcrumb.scss */
.breadcrumb__item {
  display: inline-block;
  margin-bottom: 0.1875rem;
}
/* line 24, sass/section/_breadcrumb.scss */
.breadcrumb__item:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -0.0625em;
  margin: 0rem 0.625rem;
  font-size: 0.63157895em;
  line-height: 1;
  vertical-align: middle;
  content: "\e910";
}
/* line 37, sass/section/_breadcrumb.scss */
.breadcrumb__item:last-child:after {
  display: none;
}
/* line 43, sass/section/_breadcrumb.scss */
.breadcrumb__link {
  border-bottom: 1px solid transparent;
  color: currentColor;
}
/* line 389, sass/helper/_mixins.scss */
.breadcrumb__link:hover, .breadcrumb__link:focus {
  border-bottom: 1px solid currentColor;
}
/* line 47, sass/section/_breadcrumb.scss */
.inner-top--theme-dark .breadcrumb__link {
  text-shadow: 0 0 4px #000;
}
/* line 51, sass/section/_breadcrumb.scss */
.breadcrumb__link:hover, .breadcrumb__link:focus {
  color: currentColor;
}
/* line 4, sass/page/_sports-prog.scss */
.dropdown--anchor .dropdown__btn {
  padding: 1.14285714em 1.9047619em;
  font-size: 1.3125em;
  color: #fff;
  
  text-align: center;
}
/* line 10, sass/page/_sports-prog.scss */
.dropdown--anchor .dropdown__menu {
  top: 100% !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
@media (min-width: 992px) {
  /* line 10, sass/page/_sports-prog.scss */
  .dropdown--anchor .dropdown__menu {
    position: relative;
    display: block;
    /*float: none;*/
    font-size: 0.9rem;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  /* line 27, sass/page/_sports-prog.scss */
  .anchor-wrapper {
    background-color: #fc6804;
  }
}
/* line 33, sass/page/_sports-prog.scss */
.anchor-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  /* line 33, sass/page/_sports-prog.scss */
  .anchor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 40, sass/page/_sports-prog.scss */
.anchor-row__col {
  position: relative;
}
@media (max-width: 991.98px) {
  /* line 40, sass/page/_sports-prog.scss */
  .anchor-row__col {
    width: 100%;
  }
}
/* line 48, sass/page/_sports-prog.scss */
.anchor-row__col:not(:last-child)::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 0;
  width: 1px;
  height: 2.3125rem;
  background-color: #D3D3D3;
  content: '';
}
@media (max-width: 991.98px) {
  /* line 48, sass/page/_sports-prog.scss */
  .anchor-row__col:not(:last-child)::after {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 75%;
    height: 1px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
/* line 74, sass/page/_sports-prog.scss */
.anchor-row__col:hover::after, .anchor-row__col:focus::after, .anchor-row__col.is-active::after {
  display: none;
}
/* line 80, sass/page/_sports-prog.scss */
.anchor-row__button {
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color, visibility, opacity, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  transition-property: color, visibility, opacity, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  -o-transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 0;
  padding: 1.53571429em 1.42857143em 1.42857143em;
  font-size: 1.5em;
  line-height: 1.32142857;
  color: #36364F;
}
@media (max-width: 1439.98px) {
  /* line 80, sass/page/_sports-prog.scss */
  .anchor-row__button {
    font-size: 1.375em;
  }
}
@media (max-width: 991.98px) {
  /* line 80, sass/page/_sports-prog.scss */
  .anchor-row__button {
    padding: 1.125rem;
    width: 100%;
  }
}
/* line 98, sass/page/_sports-prog.scss */
.anchor-row__button::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #ffc013;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: visibility, opacity, bottom;
  -o-transition-property: visibility, opacity, bottom;
  transition-property: visibility, opacity, bottom;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  content: '';
}
/* line 117, sass/page/_sports-prog.scss  button-text */
.anchor-row__button:hover, .anchor-row__button:focus,
.is-active .anchor-row__button {
  color: #fff;

}
/* line 122, sass/page/_sports-prog.scss */
.anchor-row__button:hover::before, .anchor-row__button:focus::before,
.is-active .anchor-row__button::before {
 opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  /* line 129, sass/page/_sports-prog.scss */
  .is-active .anchor-row__button::before {
    /*bottom: -0.625rem;*/
  }
}
/* line 141, sass/page/_sports-prog.scss */
.section--blue-theme {
  position: relative;
  z-index: 0;
  padding: 2.5em 0em 36.5em;
  background: url("../img/bg-img-main-sports-programme.jpg") no-repeat top center;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  /* line 141, sass/page/_sports-prog.scss */
  .section--blue-theme {
    padding: 1.875em 0em 26.25em;
  }
}
/* line 153, sass/page/_sports-prog.scss */
.section--blue-theme::before, .section--blue-theme::after {
  position: absolute;
  content: '';
}
/* line 159, sass/page/_sports-prog.scss */
.section--blue-theme::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(0, 10, 121, 0.89);
}
/* line 168, sass/page/_sports-prog.scss */
.section--blue-theme::after {
  bottom: -5.375rem;
  left: 0;
  right: 0;
  z-index: -1;
  height: 5.375rem;
  background: url("../img/bottom-texture-main-sports-programme.png") no-repeat top center;
  background-size: 100% auto;
}
/* line 180, sass/page/_sports-prog.scss */
.section--event {
  position: relative;
  margin-top: -36.5em;
  padding: 3.75em 0em 1.125em;
}
@media (max-width: 1199.98px) {
  /* line 180, sass/page/_sports-prog.scss */
  .section--event {
    margin-top: -26.25em;
  }
}
/* line 190, sass/page/_sports-prog.scss */
.section--enquiry {
  position: relative;
  padding: 3.75em 0em;
  background: url("../img/overlay-texture-dl-section-sports-programme.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(3.75em, #fff), color-stop(3.75em, #B4E7F2), color-stop(#B4E7F2), to(#fff));
  background: url("../img/overlay-texture-dl-section-sports-programme.png") no-repeat right bottom, -o-linear-gradient(top, #fff 0, #fff 3.75em, #B4E7F2 3.75em, #B4E7F2 calc(100% - 3.75em), #fff calc(100% - 3.75em));
  background: url("../img/overlay-texture-dl-section-sports-programme.png") no-repeat right bottom, linear-gradient(to bottom, #fff 0, #fff 3.75em, #B4E7F2 3.75em, #B4E7F2 calc(100% - 3.75em), #fff calc(100% - 3.75em));
}
/* line 195, sass/page/_sports-prog.scss */
.section--enquiry::before, .section--enquiry::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 3.75em;
  content: '';
}
/* line 205, sass/page/_sports-prog.scss */
.section--enquiry::before {
  top: 0;
  background: url("../img/top-texture-dl-section-sports-programme.png") no-repeat bottom center;
  background-size: 100% auto;
}
/* line 210, sass/page/_sports-prog.scss */
.section--enquiry::after {
  bottom: 0;
  background: url("../img/bottom-texture-dl-section-sports-programme.png") no-repeat top center;
  background-size: 100% auto;
}
@media (max-width: 991.98px) {
  /* line 190, sass/page/_sports-prog.scss */
  .section--enquiry {
    font-size: 0.875rem;
    background-size: 100% auto;
  }
}
@media (max-width: 767.98px) {
  /* line 190, sass/page/_sports-prog.scss */
  .section--enquiry {
    font-size: 0.75rem;
  }
}
/* line 228, sass/page/_sports-prog.scss */
.section--more {
  padding: 4.125em 0em 5em;
}
/* line 236, sass/page/_sports-prog.scss */
.vert-row--mt {
  margin-top: 1.375em;
}
/* line 242, sass/page/_sports-prog.scss */
.vert-card__title {
  color: #2020B2;
}
/* line 245, sass/page/_sports-prog.scss */
.vert-card__content {
  font-size: 1.25em;
  color: #36364F;
}
/* line 249, sass/page/_sports-prog.scss */
a:hover .vert-card__content,
a:focus .vert-card__content {
  color: #000;
}
/* line 254, sass/page/_sports-prog.scss */
.vert-card__content p {
  line-height: 1.6;
}
/* line 257, sass/page/_sports-prog.scss */
.vert-card__content p + p {
  margin-top: 1.6em;
}
/* line 263, sass/page/_sports-prog.scss */
.vert-card--bg {
  padding-bottom: 4.375em;
  background: url("../img/card-bottom-texture-sports-programme.png") no-repeat bottom left;
}
/* line 267, sass/page/_sports-prog.scss */
.vert-card--bg::before {
  bottom: 4.375em;
  -webkit-box-shadow: 1.25em 0.1875em 1.625em rgba(0, 0, 0, 0.25);
  box-shadow: 1.25em 0.1875em 1.625em rgba(0, 0, 0, 0.25);
}
/* line 274, sass/page/_sports-prog.scss */
.btn-container {
  margin-top: 2.25em;
}
/* line 277, sass/page/_sports-prog.scss */
.btn-container .btn + .btn {
  margin-left: 1.75rem;
}
@media (max-width: 767.98px) {
  /* line 277, sass/page/_sports-prog.scss */
  .btn-container .btn + .btn {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
/* line 288, sass/page/_sports-prog.scss */
.btn--white-nb {
  color: #2020B2;
  background-color: #fff;
  border: 1px solid #fff;

}
/* line 293, sass/page/_sports-prog.scss */
.btn--white-nb:hover, .btn--white-nb:focus {
  color: #fff;
  background-color: #000;
}
/* line 300, sass/page/_sports-prog.scss */
.btn--goto {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2020B2;
  font-size: 1em;
  font-weight: 600;
}
/* line 308, sass/page/_sports-prog.scss */
.btn--goto::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.71428571em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  color: #B4E7F2;
  font-size: 0.7em;
  background-color: #2020B2;
  border-radius: 50%;
  content: "\e917";
}
/* line 326, sass/page/_sports-prog.scss */
.eq-row {
  padding: 5em 0em 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 331, sass/page/_sports-prog.scss */
.eq-row__left {
  margin-right: 10.63829787%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 31.91489362%;
  flex: 1 1 31.91489362%;
  max-width: 31.91489362%;
}
@media (max-width: 991.98px) {
  /* line 331, sass/page/_sports-prog.scss */
  .eq-row__left {
    margin-right: 0;
    margin-bottom: 2.5em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* line 343, sass/page/_sports-prog.scss */
.eq-row__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 47.26443769%;
  flex: 1 1 47.26443769%;
  max-width: 47.26443769%;
}
@media (max-width: 991.98px) {
  /* line 343, sass/page/_sports-prog.scss */
  .eq-row__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* line 355, sass/page/_sports-prog.scss */
.eq-blk__title {
  margin-bottom: 0.45em;
  color: #1E1E1F;
}
/* line 359, sass/page/_sports-prog.scss */
.eq-blk__desc {
  padding: 0.92307692em 0em;
  font-size: 1.625em;
  font-weight: 600;
}
/* line 366, sass/page/_sports-prog.scss */
.dl-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
/* line 370, sass/page/_sports-prog.scss */
.dl-list__item:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.38);
}
/* line 376, sass/page/_sports-prog.scss */
.dl-btn {
  position: relative;
  padding: 0.92307692em 2.11538462em 0.92307692em 0em;
  display: block;
  color: #1E1E1F;
  font-size: 1.625em;
  font-weight: 600;
  text-align: left;
}
/* line 386, sass/page/_sports-prog.scss */
.dl-btn::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  position: absolute;
  top: 50%;
  right: 0.53571429em;
  margin-top: -0.5em;
  font-size: pem(28, 26);
}
/* line 397, sass/page/_sports-prog.scss */
.dl-btn:hover, .dl-btn:focus {
  color: #000A7B;
}

.inner-content {
  padding: 0;
}</pre></body></html>