/* Minification failed. Returning unminified contents.
(3282,34): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(3283,31): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(3284,26): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(3285,37): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(3286,34): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(3287,29): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(4391,43): run-time error CSS1030: Expected identifier, found ','
(4391,51): run-time error CSS1031: Expected selector, found ')'
(4391,51): run-time error CSS1025: Expected comma or open brace, found ')'
(5315,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5316,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5317,33): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-y'
(5318,30): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-y'
(5319,25): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-y'
(5322,33): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-y'
(5323,30): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-y'
(5324,25): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-y'
(5325,36): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-y'
(5326,33): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-y'
(5327,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-y'
 */
.klaro {
  font-family: "Montserrat", sans-serif;
}
.klaro .cookie-modal, .klaro .cookie-notice {
  /* The switch - the box around the slider */
}
.klaro .cookie-modal .switch, .klaro .cookie-notice .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider, .klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
  background-color: #4caf50;
}
.klaro .cookie-modal .cm-app-input.required:checked + .cm-app-label .slider, .klaro .cookie-notice .cm-app-input.required:checked + .cm-app-label .slider {
  opacity: 0.8;
  background-color: #006A4E;
  cursor: not-allowed;
}
.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  -webkit-box-shadow: 0 0 30px rgba(30, 25, 25, 0.25);
     -moz-box-shadow: 0 0 30px rgba(30, 25, 25, 0.25);
          box-shadow: 0 0 30px rgba(30, 25, 25, 0.25);
}
.klaro .cookie-modal .cm-app-input, .klaro .cookie-notice .cm-app-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}
.klaro .cookie-modal .cm-app-label, .klaro .cookie-notice .cm-app-label {
  /* The slider */
  /* Rounded sliders */
}
.klaro .cookie-modal .cm-app-label .slider, .klaro .cookie-notice .cm-app-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D9DCDE;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  width: 50px;
  display: inline-block;
}
.klaro .cookie-modal .cm-app-label .slider:before, .klaro .cookie-notice .cm-app-label .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.klaro .cookie-modal .cm-app-label .slider.round, .klaro .cookie-notice .cm-app-label .slider.round {
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
.klaro .cookie-modal .cm-app-label .slider.round:before, .klaro .cookie-notice .cm-app-label .slider.round:before {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.klaro .cookie-modal .cm-app-label input:focus + .slider, .klaro .cookie-notice .cm-app-label input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #0885BA;
     -moz-box-shadow: 0 0 1px #0885BA;
          box-shadow: 0 0 1px #0885BA;
}
.klaro .cookie-modal .cm-app-label input:checked + .slider:before, .klaro .cookie-notice .cm-app-label input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
       transform: translateX(20px);
}
.klaro .cookie-modal .cm-app-input:focus + .cm-app-label .slider, .klaro .cookie-notice .cm-app-input:focus + .cm-app-label .slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
     -moz-box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
          box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}
.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider:before, .klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
       transform: translateX(20px);
}
.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  -webkit-box-shadow: 0 0 30px rgba(30, 25, 25, 0.25);
     -moz-box-shadow: 0 0 30px rgba(30, 25, 25, 0.25);
          box-shadow: 0 0 30px rgba(30, 25, 25, 0.25);
}
.klaro .cookie-modal a, .klaro .cookie-notice a {
  color: #1E1919;
  text-decoration: none;
}
.klaro .cookie-modal p, .klaro .cookie-modal strong, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .cookie-notice p, .klaro .cookie-notice strong, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  font-family: inherit;
  color: #1E1919;
}
.klaro .cookie-modal p, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .cookie-notice p, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  display: block;
  text-align: left;
  padding: 0;
}
.klaro .cookie-modal .cm-link, .klaro .cookie-notice .cm-link {
  padding-left: 4px;
  vertical-align: middle;
  font-family: "kallisto", sans-serif;
}
.klaro .cookie-modal .cm-btn, .klaro .cookie-notice .cm-btn {
  background: #FF0000;
  color: #FFFFFF;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin-right: 15px;
  border: 0;
  font-family: "kallisto", sans-serif;
  font-weight: 800;
  padding: 10px 15px;
}
.klaro .cookie-modal .cm-btn:hover, .klaro .cookie-notice .cm-btn:hover {
  background: #e60000;
}
.klaro .cookie-modal .cm-btn:disabled, .klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}
.klaro .cookie-modal .cm-btn.cm-btn-sm, .klaro .cookie-notice .cm-btn.cm-btn-sm {
  font-size: 1em;
}
.klaro .cookie-modal .cm-btn.cm-btn-close, .klaro .cookie-notice .cm-btn.cm-btn-close {
  background: #eee;
  color: #000;
}
.klaro .cookie-modal .cm-btn.cm-btn-success:not(.cm-btn-info), .klaro .cookie-notice .cm-btn.cm-btn-success:not(.cm-btn-info) {
  background: #4caf50;
}
.klaro .cookie-modal .cm-btn.cm-btn-success:not(.cm-btn-info):hover, .klaro .cookie-notice .cm-btn.cm-btn-success:not(.cm-btn-info):hover {
  background: #449d48;
}
.klaro .cookie-modal .cm-btn.cm-btn-right, .klaro .cookie-notice .cm-btn.cm-btn-right {
  float: right;
  margin-left: 0.5em;
  margin-right: 0;
}
.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 9999;
}
.klaro .cookie-modal .cm-bg {
  background: rgba(171, 173, 175, 0.75);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.klaro .cookie-modal .cm-modal {
  z-index: 1001;
  -webkit-box-shadow: 0 0 30px rgba(30, 25, 25, 0.25);
     -moz-box-shadow: 0 0 30px rgba(30, 25, 25, 0.25);
          box-shadow: 0 0 30px rgba(30, 25, 25, 0.25);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #FFFFFF;
  color: #1E1919;
}
@media (min-width: 1024px) {
  .klaro .cookie-modal .cm-modal {
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal .cm-modal .hide {
  border: none;
  background: none;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #1E1919;
}
.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 30px;
  border-top: 1px solid rgba(30, 25, 25, 0.1);
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons::before, .klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
  content: " ";
  display: table;
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
  clear: both;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  display: none;
  font-size: 0.8em;
  padding-top: 4px;
  text-align: center;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #2C3D4C;
}
.klaro .cookie-modal .cm-modal .cm-header {
  padding: 30px;
  padding-right: 24px;
  border-bottom: 1px solid rgba(30, 25, 25, 0.1);
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block;
  font-family: "kallisto", sans-serif;
  font-weight: 200;
}
.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
}
.klaro .cookie-modal .cm-modal .cm-header p {
  margin-bottom: 0;
}
.klaro .cookie-modal .cm-modal .cm-body {
  padding: 30px;
}
.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
  padding: 0;
  margin: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
  margin-top: 15px;
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
  position: absolute;
  left: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.cm-app-description {
  margin-bottom: 0.25em;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
  font-size: 0.9em;
  color: #2C3D4C;
  margin-bottom: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
  border-top: 1px solid rgba(30, 25, 25, 0.1);
  padding-top: 1em;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
  font-weight: 600;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out, .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
  padding-left: 0.2em;
  font-size: 0.9em;
  color: #2C3D4C;
}
.klaro .cookie-notice {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}
@media (min-width: 990px) {
  .klaro .cookie-notice {
    -webkit-box-shadow: 0 0 30px rgba(30, 25, 25, 0.25);
       -moz-box-shadow: 0 0 30px rgba(30, 25, 25, 0.25);
            box-shadow: 0 0 30px rgba(30, 25, 25, 0.25);
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 400px;
  }
}
@media (max-width: 989px) {
  .klaro .cookie-notice {
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}
.klaro .cookie-notice .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 30px;
}
.klaro .cookie-notice .cn-body p {
  margin-bottom: 0.5em;
}
.klaro .cookie-notice .cn-body p.cn-changes {
  font-weight: 600;
}
.klaro .cookie-notice .cn-body .cn-learn-more {
  display: inline-block;
}
.klaro .cookie-notice .cn-body p.cn-ok {
  padding-top: 0.5em;
  margin: 0;
}
.klaro .cookie-notice-hidden {
  display: none !important;
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('/Images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

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

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

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

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

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

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*Matches Bootstrap 5 queries*/
/*Custom queries*/
body {
  color: #0F151A;
  font: 16px/30px 'Montserrat', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  padding-top: 145px;
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 100px;
  }
}
.btn {
  padding: 15px 24px;
  font-weight: 900;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  line-height: 20px;
  font-family: 'kallisto', sans-serif;
}
.btn.btn-solid {
  background: -webkit-gradient(linear, left bottom, right top, from(#FF0000), to(#FF0066));
  background: -webkit-linear-gradient(bottom left, #FF0000, #FF0066);
  background: -moz-linear-gradient(bottom left, #FF0000, #FF0066);
  background: -o-linear-gradient(bottom left, #FF0000, #FF0066);
  background: linear-gradient(to top right, #FF0000, #FF0066);
  color: #FFF;
  border: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.24);
     -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.24);
  -webkit-transition: -webkit-box-shadow ease-in-out 0.35s;
  transition: -webkit-box-shadow ease-in-out 0.35s;
  -o-transition: box-shadow ease-in-out 0.35s;
  -moz-transition: box-shadow ease-in-out 0.35s, -moz-box-shadow ease-in-out 0.35s;
  transition: box-shadow ease-in-out 0.35s;
  transition: box-shadow ease-in-out 0.35s, -webkit-box-shadow ease-in-out 0.35s, -moz-box-shadow ease-in-out 0.35s;
}
.btn.btn-solid:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  color: #FFF;
}
.btn.btn-outline-white {
  background-color: rgba(0, 0, 0, 0.24);
  border: 2px solid #FFF;
  color: #FFF;
  -webkit-transition: background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
}
.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus {
  background-color: rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.48);
     -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.48);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.48);
}
.btn.btn-outline-red {
  background-color: #FFF;
  border: 2px solid #FF0000;
  color: #FF0000;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  -moz-transition: box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
}
.btn.btn-outline-red:hover,
.btn.btn-outline-red:focus {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.24);
     -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.24);
}
.pagination .page-item:not(:last-child) {
  margin-right: 10px;
}
.pagination .page-item.active .page-link {
  border: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#FF0000), to(#FF0066));
  background: -webkit-linear-gradient(bottom left, #FF0000, #FF0066);
  background: -moz-linear-gradient(bottom left, #FF0000, #FF0066);
  background: -o-linear-gradient(bottom left, #FF0000, #FF0066);
  background: linear-gradient(to top right, #FF0000, #FF0066);
  color: #FFF;
  font-weight: 900;
}
.pagination .page-item.disabled img {
  opacity: 0.5;
}
.pagination .page-item .page-link {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #D9DCDE;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  color: #2C3D4C;
  font-weight: 300;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-item .page-link[title="Vorige"],
.pagination .page-item .page-link[title="Volgende"] {
  border: none;
}
.pagination .page-item .page-link[title="Vorige"] img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.card {
  height: 100%;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
  border: none;
}
.card .img-mask {
  position: relative;
}
.card .img-mask img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-border-top-left-radius: 10px;
     -moz-border-radius-topleft: 10px;
          border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
     -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px;
}
.card .img-mask .holder {
  padding-bottom: 54.94505495%;
  position: relative;
  z-index: -1;
}
.card .card-body {
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card .card-body .info-top {
  margin-bottom: 5px;
  line-height: 1.875em;
}
.card .card-body .info-top .news-type {
  color: #2C3D4C;
}
.card .card-body .info-top .news-date {
  color: #ABADAF;
}
.card .card-body h4 {
  margin-bottom: 0.90909091em;
}
.card .card-body 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;
  margin-top: auto;
  margin-right: auto;
  font-weight: 800;
  font-family: 'kallisto', sans-serif;
}
.card .card-body a img {
  margin-left: 8px;
}
.card.card-agenda {
  background: #F6F7F8;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.card.card-agenda .card-body {
  position: relative;
}
.card.card-agenda .card-body .driver-mask {
  width: 48px;
  height: 48px;
  overflow: hidden;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  z-index: 2;
  right: 30px;
  top: -24px;
}
.card.card-agenda .card-body .driver-mask:nth-of-type(2) {
  right: 88px;
}
.card.card-agenda .card-body .driver-mask img {
  max-height: 100%;
}
.card.card-agenda .card-body .date {
  font-size: 19px;
  font-style: italic;
  font-family: 'kallisto', sans-serif;
  font-weight: 500;
  line-height: 36px;
  margin-right: 10px;
  white-space: nowrap;
}
.card.card-agenda .card-body .stripe {
  content: '';
  width: 100%;
  height: 16px;
  background-color: #2C3D4C;
  position: relative;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}
.card.card-agenda .card-body .stripe:before {
  content: '';
  position: absolute;
  -webkit-transform: skew(-20deg);
     -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
       -o-transform: skew(-20deg);
          transform: skew(-20deg);
  left: -3px;
  top: -1px;
  width: 6px;
  height: 18px;
  background-color: #F6F7F8;
}
.card.card-agenda .card-body .flag {
  width: 36px;
  height: 24px;
  position: relative;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-left: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.card.card-agenda .card-body .flag img {
  position: absolute;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.card.card-agenda .card-body h4 {
  font-weight: 900;
  margin-bottom: 4px;
}
.card.card-agenda .card-body p {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .card .card-body {
    padding: 20px;
  }
}
.stripes {
  background: url('/content/Images/pattern-45deg.png') repeat;
  -moz-background-size: 10px 10px;
       background-size: 10px 10px;
  width: 100%;
  height: 300px;
  z-index: 1;
  position: relative;
}
.race-info .row div[class^='col'] {
  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;
  padding-top: 14px;
  padding-bottom: 14px;
}
.race-info .row div[class^='col']:not(:last-child) {
  border-right: #D9DCDE 1px solid;
}
.race-info .row div[class^='col'] p {
  color: #2C3D4C;
  margin-bottom: 14px;
}
.race-info .row div[class^='col'] h4 {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .race-info .row {
    height: auto;
  }
  .race-info .row div[class^='col'] {
    margin-bottom: 24px;
  }
  .race-info .row div[class^='col']:not(:last-child) {
    border-right: 0;
  }
}
p {
  line-height: 30px;
}
p.lead {
  font-family: 'kallisto', sans-serif;
  font-size: 19px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 1em;
}
a {
  color: #FF0000;
  text-decoration: underline;
}
a i {
  margin-left: 8px;
}
a:hover {
  color: #FF0000;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'kallisto', sans-serif;
}
h1 {
  font-weight: 900;
}
.social-list ul li {
  list-style: none;
}
.social-list ul li:not(:last-of-type) {
  margin-right: 23px;
}
.social-list ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.33333333em;
}
.social-list ul li a:hover {
  color: #FF0000;
}
.social-list ul li i {
  margin-left: 0;
}
.social-list a.mail {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.25em;
}
.social-list a.mail:hover {
  text-decoration: underline;
}
header .pre-header {
  width: 60%;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 0;
  font-family: 'kallisto', sans-serif;
}
header .pre-header:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  height: 100%;
  width: 110%;
  background: -webkit-gradient(linear, right top, left bottom, from(#2C3D4C), to(#0F151A));
  background: -webkit-linear-gradient(top right, #2C3D4C, #0F151A);
  background: -moz-linear-gradient(top right, #2C3D4C, #0F151A);
  background: -o-linear-gradient(top right, #2C3D4C, #0F151A);
  background: linear-gradient(to bottom left, #2C3D4C, #0F151A);
  z-index: -1;
  -webkit-transform: skewX(-12deg);
     -moz-transform: skewX(-12deg);
      -ms-transform: skewX(-12deg);
       -o-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
header .pre-header ul {
  padding-left: 22px;
}
header .pre-header ul .list-inline-item a {
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
header .pre-header ul .list-inline-item a:hover {
  color: #FF0000;
}
header .menu {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, white), color-stop(75%, white), color-stop(75%, transparent));
  background: -webkit-linear-gradient(left, white 0, white 75%, transparent 75%);
  background: -moz-linear-gradient(left, white 0, white 75%, transparent 75%);
  background: -o-linear-gradient(left, white 0, white 75%, transparent 75%);
  background: linear-gradient(left, white 0, white 75%, transparent 75%);
  padding: 16px 0;
  -webkit-transform: skew(-12deg);
     -moz-transform: skew(-12deg);
      -ms-transform: skew(-12deg);
       -o-transform: skew(-12deg);
          transform: skew(-12deg);
  position: relative;
  z-index: 2;
}
header .menu:before {
  content: '';
  background: white;
  position: absolute;
  left: -29px;
  height: 144px;
  width: 30px;
  top: 0;
  z-index: 1;
}
header .menu:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  width: 75%;
  height: inherit;
  z-index: -1;
}
header .menu .dropdown-item:active {
  background: none;
}
header .menu .dropdown-item.active {
  background: none;
}
header .menu .active {
  background: none;
  font-weight: 700;
}
header .menu .navbar-toggler {
  z-index: 100000000;
}
header .menu .navbar-toggler .navbar-toggler-icon {
  background: none;
}
header .menu .navbar-toggler:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
header .menu #nav-icon3 {
  position: relative;
}
header .menu #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  background: white;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  opacity: 1;
  left: 4px;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .menu #nav-icon3 span:nth-child(1) {
  top: 5px;
}
header .menu #nav-icon3 span:nth-child(2),
header .menu #nav-icon3 span:nth-child(3) {
  top: 13px;
  width: 17px;
}
header .menu #nav-icon3 span:nth-child(4) {
  top: 21px;
}
header .menu #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .menu #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
}
header .menu #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
}
header .menu #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .menu .navbar {
  -webkit-transform: skew(12deg);
     -moz-transform: skew(12deg);
      -ms-transform: skew(12deg);
       -o-transform: skew(12deg);
          transform: skew(12deg);
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: 'kallisto', sans-serif;
}
header .menu .navbar .navbar-nav .nav-item {
  margin-right: 30px;
}
header .menu .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
header .menu .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33333333em;
  color: #2C3D4C;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
header .menu .navbar .navbar-nav .nav-item .nav-link:hover:before {
  -webkit-transform-origin: 0% 50%;
     -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
       -o-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
header .menu .navbar .navbar-nav .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0F151A;
  top: 100%;
  left: 0;
  pointer-events: none;
  -webkit-transform-origin: 100% 50%;
     -moz-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
     -moz-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
header .menu .navbar .navbar-nav .nav-item .nav-link:after {
  content: none;
}
header .menu .navbar .navbar-nav .nav-item.active .nav-link {
  font-weight: 800;
  color: #0F151A;
}
header .menu .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block !important;
}
header .menu .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  content: '';
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-width: 4px;
  border-bottom-width: 0;
}
header .menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: 100%;
  border: none;
  padding-top: 20px;
  padding-bottom: 0;
  background-color: transparent;
}
header .menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #2C3D4C;
  top: 10px;
  left: 24px;
}
header .menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .inner {
  background-color: #2C3D4C;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  padding: 16px 24px;
}
header .menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .inner .dropdown-item {
  padding: 8px 0;
  color: #FFF;
  font-weight: 800;
  line-height: 1.25em;
  position: relative;
}
header .menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .inner .dropdown-item:hover,
header .menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .inner .dropdown-item:focus {
  background-color: transparent;
}
header .menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .inner .dropdown-item:hover:before,
header .menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .inner .dropdown-item:focus:before {
  -webkit-transform-origin: 0% 50%;
     -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
       -o-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
header .menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .inner .dropdown-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FFF;
  top: 90%;
  left: 0;
  pointer-events: none;
  -webkit-transform-origin: 100% 50%;
     -moz-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
     -moz-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
header .menu .navbar img {
  max-width: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .menu {
    background: white;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  header .menu .navbar {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  header .menu:after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header .menu {
    background: none;
  }
  header .menu:after {
    width: 85%;
  }
}
.hero-image:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -0.1%;
  display: block;
  height: 0;
  padding-bottom: 14.16627689%;
  width: 100.2%;
  z-index: 2;
  background-image: url('/Content/Images/overlay-hero-image.svg');
  -moz-background-size: cover;
       background-size: cover;
}
.hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-image .holder {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 46.875%;
  background: #D9DCDE;
  min-height: 400px;
}
section.hero-image,
section.slider {
  margin-top: -85px;
  position: relative;
}
section.slider .content-arrow {
  left: 50%;
  bottom: 20%;
}
section.slider.team-index > .holder {
  padding-bottom: 56.54761905%;
}
section.slider > .holder {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 62.5%;
}
section.slider .carousel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.slider .carousel .carousel-inner {
  height: 100%;
}
section.slider .carousel .carousel-item {
  height: 100%;
}
section.slider .image {
  position: relative;
}
section.slider .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#FF0000), to(#FF0066));
  background: -webkit-linear-gradient(bottom left, #FF0000, #FF0066);
  background: -moz-linear-gradient(bottom left, #FF0000, #FF0066);
  background: -o-linear-gradient(bottom left, #FF0000, #FF0066);
  background: linear-gradient(to top right, #FF0000, #FF0066);
  mix-blend-mode: multiply;
  z-index: 2;
}
section.slider .image > .holder {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 53.02083333%;
}
section.slider .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.slider .image:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -0.1%;
  display: block;
  height: 0;
  padding-bottom: 14.16627689%;
  width: 100.2%;
  z-index: 3;
  background-image: url('/Content/Images/overlay-hero-image.svg');
  -moz-background-size: cover;
       background-size: cover;
}
section.slider .overlay {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -moz-background-size: 100%;
       background-size: 100%;
  color: #FFF;
}
section.slider .overlay .container {
  position: relative;
}
section.slider .overlay .container .left {
  padding-top: 85px;
  padding-bottom: 15%;
}
section.slider .overlay .container .left .content h4 {
  font-weight: 400;
  font-size: 26px;
  line-height: 1em;
  margin-bottom: 5px;
}
section.slider .overlay .container .left .content h2 {
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
  margin-bottom: 0.5625em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
}
@media only screen and (max-width: 575px) {
  section.slider .overlay .container .left .content h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.slider .overlay .container .left .content h2 {
    font-size: 41.6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.slider .overlay .container .left .content h2 {
    font-size: 47.2px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.slider .overlay .container .left .content h2 {
    font-size: 52.8px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.slider .overlay .container .left .content h2 {
    font-size: 58.4px;
  }
}
@media only screen and (min-width: 1400px) {
  section.slider .overlay .container .left .content h2 {
    font-size: 64px;
  }
}
section.slider .overlay .container .left .content .btn {
  padding-right: 36px;
  padding-left: 36px;
}
section.slider .overlay .container .right {
  padding-top: 85px;
}
section.slider .overlay .container .right .driver {
  height: 100%;
  width: 100%;
  position: relative;
}
section.slider .overlay .container .right .driver img {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 95%;
  width: auto;
}
section.slider .carousel-indicators {
  margin-bottom: 19%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
section.slider .carousel-indicators button {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 2px 6px;
  background: rgba(0, 0, 0, 0.25);
  border: rgba(255, 255, 255, 0.64) 1px solid;
  opacity: 1;
}
section.slider .carousel-indicators button:hover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
section.slider .carousel-indicators button.active {
  background: #FFF;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
section.slider .carousel-indicators button.active:hover {
  background: #FFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.slider {
    margin-top: 0;
  }
  section.slider .overlay .container .left {
    padding-top: 0;
  }
  section.slider .overlay .container .right {
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  section.slider {
    margin-top: -100px;
  }
  section.slider.team-index .carousel .carousel-item {
    height: 500px;
  }
  section.slider.team-index .carousel .carousel-item .overlay .container .left .content {
    padding-bottom: 100px;
  }
  section.slider.team-index .carousel .carousel-item .overlay .container .left .content h2 {
    color: #FFF;
  }
  section.slider.team-index .carousel .carousel-item .overlay .container .left .content h4 {
    margin-top: 0;
    color: #FFF;
  }
  section.slider > .holder {
    display: none;
  }
  section.slider .carousel {
    position: relative;
  }
  section.slider .image {
    height: 500px;
  }
  section.slider .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.slider .overlay {
    position: relative;
    padding: 0 30px;
  }
  section.slider .overlay .container .left {
    padding-top: 0;
    padding-bottom: 0;
  }
  section.slider .overlay .container .left .content {
    text-align: left;
  }
  section.slider .overlay .container .left .content h4 {
    color: #2C3D4C;
    font-size: 18px;
    line-height: 24px;
    margin: 1em 0 0.5em;
    text-shadow: none;
  }
  section.slider .overlay .container .left .content h2 {
    color: #2C3D4C;
    text-shadow: none;
    margin: 0 0 1em;
  }
  section.slider .overlay .container .left .content .btn {
    border-color: #FF0000;
    background: none;
    color: #FF0000;
    margin-bottom: 36px;
  }
  section.slider .overlay .container .right {
    padding-top: 60px;
    position: absolute;
    top: -400px;
    left: 0;
  }
  section.slider .overlay .container .right .driver img {
    display: block;
    position: relative;
    height: 375px;
    width: 187.5px;
  }
  section.slider .carousel-indicators {
    position: relative;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin-bottom: 0;
  }
  section.slider .carousel-indicators button {
    border: none;
    background: #D9DCDE;
  }
  section.slider .carousel-indicators button.active {
    background: #2C3D4C;
  }
}
@media only screen and (max-width: 575px) {
  #textpagina .carousel .carousel-item img {
    height: initial;
  }
}
.collapse {
  margin-right: 230px !important;
}
@media (max-width: 1679px) {
  .collapse {
    margin-right: 270px !important;
  }
}
@media (max-width: 1573px) {
  .collapse {
    margin-right: 320px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .collapse {
    margin-right: 250px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .collapse {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  body .menu {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, white), color-stop(100%, white), to(transparent));
    background: -webkit-linear-gradient(left, white 0, white 100%, transparent 100%);
    background: -moz-linear-gradient(left, white 0, white 100%, transparent 100%);
    background: -o-linear-gradient(left, white 0, white 100%, transparent 100%);
    background: linear-gradient(left, white 0, white 100%, transparent 100%);
    -webkit-transform: skew(0deg);
       -moz-transform: skew(0deg);
        -ms-transform: skew(0deg);
         -o-transform: skew(0deg);
            transform: skew(0deg);
  }
  body .menu:after {
    width: 100%;
  }
  body .menu .navbar {
    -webkit-transform: skew(0deg);
       -moz-transform: skew(0deg);
        -ms-transform: skew(0deg);
         -o-transform: skew(0deg);
            transform: skew(0deg);
  }
  body .menu .navbar img {
    width: 185px;
    height: 54px;
  }
  body .menu:before {
    display: none;
  }
  body .collapse {
    padding-right: 0;
    margin-top: 0 !important;
  }
  body .navbar-toggler {
    background: #2C3D4C;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    width: 54px;
    height: 54px;
  }
}
.phone-only {
  visibility: hidden;
}
.modal-backdrop.show {
  opacity: 1;
}
.show + header {
  z-index: 1060;
  visibility: hidden;
}
.show + header .navbar-toggler {
  visibility: visible;
  background: none;
  border: 0;
}
.modal .modal-content {
  background: -webkit-linear-gradient(291deg, #2c3d4c 0%, #0f151a 100%);
  background: -moz-linear-gradient(291deg, #2c3d4c 0%, #0f151a 100%);
  background: -o-linear-gradient(291deg, #2c3d4c 0%, #0f151a 100%);
  background: linear-gradient(159deg, #2c3d4c 0%, #0f151a 100%);
}
.modal .modal-dialog {
  height: 100%;
  width: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
}
.modal .modal-dialog .modal-header {
  border: none;
  padding: 24px 30px 22px;
}
.modal .modal-dialog .modal-header .navbar-brand {
  padding: 0;
  margin: 0;
}
.modal .modal-dialog .modal-header .navbar-brand img {
  width: 185px;
  height: 54px;
  margin: 0;
}
.modal .modal-dialog .modal-footer {
  border: none;
  padding: 30px;
}
.modal .modal-dialog .modal-footer .social-list a {
  font-size: 18px;
  color: #ABADAF;
}
.modal .modal-dialog .modal-footer .social-list a:hover {
  color: #FF0000;
}
.modal .modal-dialog .navbar-nav {
  margin-top: 40px;
}
.modal .modal-dialog ul {
  text-align: center;
}
.modal .modal-dialog ul .nav-link {
  text-decoration: none;
  color: white;
  font-size: 18px;
}
.modal .modal-dialog ul .nav-link:hover {
  text-decoration: underline;
}
.modal .modal-dialog ul .dropdown-toggle:after {
  display: none;
}
.modal .modal-dialog ul .dropdown-toggle i {
  display: none;
}
.modal .modal-dialog ul .dropdown-menu {
  display: block;
  position: initial !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  background: none;
  border: 0;
  padding: 0;
}
.modal .modal-dialog ul .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #ABADAF;
  text-align: center;
}
.modal .modal-dialog ul .dropdown-menu .dropdown-item:hover {
  background: none;
  text-decoration: underline;
}
.modal .modal-dialog ul .active {
  font-weight: 700;
  background: none;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  body .menu {
    position: relative;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-top: 24px;
    padding-bottom: 22px;
  }
  body .menu .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  body .menu:after {
    display: none;
  }
  body .menu:before {
    z-index: -1;
    display: block;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
    height: 100%;
    width: 125%;
    content: '';
    background: #fff;
    -webkit-transform: skewX(-12deg);
       -moz-transform: skewX(-12deg);
        -ms-transform: skewX(-12deg);
         -o-transform: skewX(-12deg);
            transform: skewX(-12deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  body .menu .navbar-toggler {
    position: absolute;
    right: 0;
    margin-right: -35px;
  }
  body .menu .navbar {
    padding: 0;
  }
  body .menu .navbar .navbar-brand {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .phone-only {
    visibility: visible;
  }
  .collapse .d-md-block {
    height: 0;
    display: none;
  }
}
.content-arrow {
  position: absolute;
  z-index: 4;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform ease-in-out 0.35s, -webkit-box-shadow ease-in-out 0.35s;
  transition: -webkit-transform ease-in-out 0.35s, -webkit-box-shadow ease-in-out 0.35s;
  -o-transition: box-shadow ease-in-out 0.35s, -o-transform ease-in-out 0.35s;
  -moz-transition: transform ease-in-out 0.35s, box-shadow ease-in-out 0.35s, -moz-transform ease-in-out 0.35s, -moz-box-shadow ease-in-out 0.35s;
  transition: transform ease-in-out 0.35s, box-shadow ease-in-out 0.35s;
  transition: transform ease-in-out 0.35s, box-shadow ease-in-out 0.35s, -webkit-transform ease-in-out 0.35s, -moz-transform ease-in-out 0.35s, -o-transform ease-in-out 0.35s, -webkit-box-shadow ease-in-out 0.35s, -moz-box-shadow ease-in-out 0.35s;
  background: white url('/content/Images/up-arrow.svg') no-repeat center center;
}
.content-arrow:hover {
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
}
#agenda,
#blog,
#fancybox-gallery,
#sponsor {
  position: relative;
  z-index: 3;
  padding-top: 60px;
}
#agenda #carouselIndicators,
#blog #carouselIndicators,
#fancybox-gallery #carouselIndicators,
#sponsor #carouselIndicators {
  display: none;
  max-height: none;
  overflow: visible;
}
#agenda #carouselIndicators:after,
#blog #carouselIndicators:after,
#fancybox-gallery #carouselIndicators:after,
#sponsor #carouselIndicators:after {
  content: none;
}
#agenda #carouselIndicators .carousel-indicators,
#blog #carouselIndicators .carousel-indicators,
#fancybox-gallery #carouselIndicators .carousel-indicators,
#sponsor #carouselIndicators .carousel-indicators {
  margin: 0;
  bottom: -20px;
}
#agenda #carouselIndicators .carousel-indicators button,
#blog #carouselIndicators .carousel-indicators button,
#fancybox-gallery #carouselIndicators .carousel-indicators button,
#sponsor #carouselIndicators .carousel-indicators button {
  background: #2C3D4C;
  border: 0;
}
#agenda h2,
#blog h2,
#fancybox-gallery h2,
#sponsor h2 {
  color: #2C3D4C;
  font-size: 36px;
  font-weight: 200;
  line-height: 1em;
}
#agenda .blog-blocks .text,
#blog .blog-blocks .text,
#fancybox-gallery .blog-blocks .text,
#sponsor .blog-blocks .text {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #agenda .blog-blocks,
  #blog .blog-blocks,
  #fancybox-gallery .blog-blocks,
  #sponsor .blog-blocks {
    margin-bottom: 20px;
  }
}
#news {
  position: relative;
  padding-bottom: 100px;
}
#news .text {
  margin-bottom: 36px;
}
#news .text h2 {
  color: #2C3D4C;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1em;
  font-weight: 200;
}
#news .news-blocks {
  margin-bottom: 22px;
}
#news .news-blocks > * {
  padding-top: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-top: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
#news .stripes {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
}
#news .stripes:before,
#news .stripes:after {
  content: '';
  position: absolute;
  -webkit-transform: skewY(-6deg);
     -moz-transform: skewY(-6deg);
      -ms-transform: skewY(-6deg);
       -o-transform: skewY(-6deg);
          transform: skewY(-6deg);
  display: block;
  height: 0;
  padding-bottom: 10.51042%;
  width: 100%;
  background: #fff;
  z-index: 3;
}
#news .stripes:before {
  display: none;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 100%;
     -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
#news .stripes:after {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 100% 100%;
     -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
@media only screen and (max-width: 991px) {
  #news {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #news .btn {
    width: 100%;
  }
}
#blog .blog-blocks > div {
  padding-top: 12px;
  padding-bottom: 12px;
}
#blog .filters {
  margin: 40px 0 20px;
}
#blog .blog-nav {
  margin-top: 64px;
}
#blog .blogposts {
  position: relative;
}
#blog .blogposts .stripes {
  position: absolute;
  bottom: 0;
  left: 0;
  height: -webkit-calc(100% - 115px);
  height: -moz-calc(100% - 115px);
  height: calc(100% - 115px);
  z-index: -1;
}
#blog .blogposts .stripes:after {
  content: '';
  height: 0;
  width: 100%;
  padding-bottom: 10.51042%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  -webkit-transform: skewY(-6deg);
     -moz-transform: skewY(-6deg);
      -ms-transform: skewY(-6deg);
       -o-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: 100% 100%;
     -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #sponsor #carouselIndicators {
    display: block;
  }
  #sponsor .col {
    width: 100%;
  }
}
#track {
  text-align: center;
  padding-bottom: 204px;
}
#track .top {
  margin-bottom: 75px;
}
#track .top .img-mask {
  position: relative;
  height: 64px;
  width: 64px;
  margin: 0 auto 25px;
}
#track .top .img-mask:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  width: 64px;
  background-color: #FFF;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #D9DCDE;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
#track .top .img-mask img {
  position: absolute;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  padding: 4px;
}
#track .top h2 {
  color: #2C3D4C;
  font-weight: 200;
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 16px;
}
#track .top h4 {
  margin-bottom: 5px;
}
#track .top p {
  margin-bottom: 0;
}
#track .bottom {
  margin-bottom: 50px;
}
#track .bottom .img-mask {
  position: relative;
  height: 224px;
  width: 224px;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  -moz-transition: box-shadow 0.25s, -moz-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s, -moz-box-shadow 0.25s;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
}
#track .bottom .img-mask:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.24);
     -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.24);
}
#track .bottom .img-mask.track-img {
  height: 148px;
  width: 148px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
#track .bottom .img-mask.track-drivers {
  height: 200px;
  width: 200px;
  margin: 0;
}
#track .bottom .img-mask img {
  position: absolute;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
#track .bottom .img-mask:hover .tooltip-content {
  opacity: 1;
}
#track .bottom .track-outline img {
  max-width: 100%;
  max-height: 272px;
}
#track .bottom .tooltip-content {
  opacity: 0;
  background-color: #2C3D4C;
  max-width: 220px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: absolute;
  z-index: 1;
  bottom: 250px;
  right: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  padding: 25px;
}
#track .bottom .tooltip-content:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 10px #2C3D4C;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
#track .bottom .tooltip-content p {
  color: #ABADAF;
  margin-bottom: 8px;
  line-height: 1em;
}
#track .bottom .tooltip-content h4 {
  color: #FFF;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  #track .bottom .clickable .tooltip-content {
    position: inherit;
    width: 100%;
    float: left;
    bottom: 0;
    top: 0;
    background: none;
    color: #0F151A;
    left: -34%;
  }
  #track .bottom .clickable .tooltip-content:before {
    content: none;
  }
}
@media only screen and (max-width: 575px) {
  #track .bottom .col-md-5 .clickable {
    right: -36%;
  }
  #track .bottom .col-md-7 .clickable {
    left: -12%;
  }
}
.spacer {
  height: 0;
  width: 100%;
  padding-bottom: 10.51042%;
  position: relative;
  z-index: -1;
}
#drivers {
  background: #F6F7F8;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
#drivers:before,
#drivers:after {
  content: '';
  height: 0;
  width: 100%;
  padding-bottom: 10.51042%;
  position: absolute;
  background: #F6F7F8;
  -webkit-transform: skewY(-6deg);
     -moz-transform: skewY(-6deg);
      -ms-transform: skewY(-6deg);
       -o-transform: skewY(-6deg);
          transform: skewY(-6deg);
  z-index: -1;
}
#drivers:before {
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
}
#drivers:after {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 100% 0;
     -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
#drivers h2 {
  font-weight: 200;
  margin-bottom: 60px;
  color: #2C3D4C;
  font-size: 36px;
  line-height: 1em;
  text-align: center;
}
#drivers .left {
  text-align: right;
}
#drivers .right {
  text-align: left;
}
#drivers .right a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#drivers .number {
  font-family: 'kallisto', sans-serif;
  font-size: 26px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.05em;
  line-height: 1em;
  color: #FF0000;
}
#drivers h3 {
  font-size: 26px;
  line-height: 1em;
  margin-bottom: 20px;
}
#drivers p {
  margin-bottom: 8px;
  color: #2C3D4C;
}
#drivers p span {
  font-weight: 700;
  display: block;
}
#drivers a {
  font-family: 'kallisto', sans-serif;
  font-weight: 800;
  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;
}
#drivers a img {
  margin-left: 8px;
}
#drivers .driver-image {
  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;
}
#drivers .driver-image img {
  height: 100%;
  width: auto;
  max-height: 512px;
  max-width: 100%;
  -webkit-filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.24));
}
#drivers #carouselDrivers .carousel-indicators {
  margin: 25px 0 0;
  position: unset;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#drivers #carouselDrivers .carousel-indicators button {
  height: 12px;
  width: 12px;
  background-color: #D9DCDE;
  border: 0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 0 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  opacity: 1;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  -o-transition-property: background-color, box-shadow;
  -moz-transition-property: background-color, box-shadow, -moz-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow, -moz-box-shadow;
}
#drivers #carouselDrivers .carousel-indicators button.active {
  height: 16px;
  width: 16px;
  background-color: #2C3D4C;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 991px) {
  #drivers {
    padding: 48px 0;
  }
  #drivers .carousel-item {
    padding: 25px 0;
  }
  #drivers .carousel-item .driver-image img {
    height: 200px;
  }
  #drivers .carousel-item .left,
  #drivers .carousel-item .right {
    text-align: left;
  }
  #drivers .carousel-item a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #drivers .carousel-item .driver-image img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #drivers .carousel-item .driver-image img {
    height: 250px;
  }
}
@media only screen and (max-width: 575px) {
  #drivers .carousel-item .driver-image img {
    height: 200px;
  }
}
#sponsor {
  padding-top: 170px;
  padding-bottom: 120px;
  position: relative;
}
#sponsor .items div[class^="col"] {
  margin-bottom: 36px;
}
#sponsor .items div[class^="col"] .img-mask {
  position: relative;
  height: 75px;
  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;
}
#sponsor .items div[class^="col"] .img-mask img {
  position: absolute;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sponsor .lightSlider {
  position: relative;
  z-index: 2;
  display: none;
}
#sponsor .lightSlider .lslide a {
  display: block;
}
#sponsor .lightSlider .lSPager {
  margin-top: 40px !important;
}
#sponsor .lightSlider .lSPager li a {
  width: 12px;
  height: 12px;
  background: #D9DCDE;
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
#sponsor .lightSlider .lSPager .active a {
  background: #2C3D4C;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  #sponsor .lightSlider {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #sponsor {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #sponsor {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
#footer-top {
  position: relative;
  max-height: 650px;
  overflow: hidden;
}
#footer-top:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FF0000), to(#FF0066));
  background: -webkit-linear-gradient(left, #FF0000 50%, #FF0066 100%);
  background: -moz-linear-gradient(left, #FF0000 50%, #FF0066 100%);
  background: -o-linear-gradient(left, #FF0000 50%, #FF0066 100%);
  background: linear-gradient(90deg, #FF0000 50%, #FF0066 100%);
  mix-blend-mode: multiply;
}
#footer-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 0;
  padding-bottom: 10.549476%;
  width: 100%;
  z-index: 3;
  background-image: url(/Content/Images/overlay-banner-image.svg);
  -moz-background-size: cover;
       background-size: cover;
}
#footer-top .image {
  position: relative;
}
#footer-top .image img {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer-top .image .holder {
  min-height: 650px;
  padding-bottom: 38.69047619%;
  position: relative;
  z-index: -1;
}
#footer-top .overlay {
  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;
  padding-top: 100px;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -moz-background-size: 100%;
       background-size: 100%;
  color: #FFF;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
}
#footer-top .overlay h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 1em;
  font-style: italic;
  margin-bottom: 32px;
}
@media only screen and (max-width: 575px) {
  #footer-top .overlay h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #footer-top .overlay h2 {
    font-size: 28.8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer-top .overlay h2 {
    font-size: 33.6px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer-top .overlay h2 {
    font-size: 38.4px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #footer-top .overlay h2 {
    font-size: 43.2px;
  }
}
@media only screen and (min-width: 1400px) {
  #footer-top .overlay h2 {
    font-size: 48px;
  }
}
#footer-top .overlay p {
  margin-bottom: 32px;
  font-weight: 500;
}
.gallery {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.gallery .container-fluid {
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
}
.gallery:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(-6deg);
     -moz-transform: skewY(-6deg);
      -ms-transform: skewY(-6deg);
       -o-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: 0 100%;
     -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
  display: block;
  height: 0;
  padding-bottom: 10.51042%;
  width: 100%;
  background: #F6F7F8;
  z-index: 3;
}
.gallery .container-fluid {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 0;
}
.gallery .row {
  margin-right: 0;
  margin-left: 0;
}
.gallery .col,
.gallery [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.gallery .masonry {
  width: 100%;
}
.gallery .holder {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: #fff;
}
.gallery .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.gallery .item .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.gallery .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  width: 100%;
}
.gallery .item .caption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
  -o-transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
  -moz-transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
  transition: opacity ease-in-out 0.25s, visibility ease-in-out 0.25s;
  display: block;
}
.gallery .item .caption .icon {
  height: 48px;
  width: 48px;
  background: url("/content/Images/icon-zoom.svg") no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
}
.gallery .item .overlay {
  border: 5px solid #FCFCFD;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: border-width ease-in-out 0.25s, background ease-in-out 0.25s;
  -o-transition: border-width ease-in-out 0.25s, background ease-in-out 0.25s;
  -moz-transition: border-width ease-in-out 0.25s, background ease-in-out 0.25s;
  transition: border-width ease-in-out 0.25s, background ease-in-out 0.25s;
  opacity: 1;
}
.gallery .item.rectangle.horizontal .holder {
  padding-bottom: 50%;
}
.gallery .item.rectangle.vertical .holder {
  padding-bottom: 200%;
}
.gallery .item:hover .overlay {
  border-width: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#FF0000), to(#FF0066));
  background: -webkit-linear-gradient(bottom left, #FF0000, #FF0066);
  background: -moz-linear-gradient(bottom left, #FF0000, #FF0066);
  background: -o-linear-gradient(bottom left, #FF0000, #FF0066);
  background: linear-gradient(to top right, #FF0000, #FF0066);
  mix-blend-mode: multiply;
}
.gallery .item:hover .caption {
  visibility: visible;
  opacity: 1;
}
.gallery .item:hover.text .content .text .link {
  text-decoration: none;
}
#instagram .image {
  display: block;
  position: relative;
}
#instagram .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#instagram .image .holder {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  width: 100%;
}
#footer {
  background: -webkit-gradient(linear, right top, left bottom, from(#2C3D4C), to(#0F151A));
  background: -webkit-linear-gradient(top right, #2C3D4C, #0F151A);
  background: -moz-linear-gradient(top right, #2C3D4C, #0F151A);
  background: -o-linear-gradient(top right, #2C3D4C, #0F151A);
  background: linear-gradient(to bottom left, #2C3D4C, #0F151A);
  position: relative;
}
#footer .footer-top {
  padding: 100px 0;
}
#footer .footer-top .list-inline li:not(:last-child) {
  margin-right: 30px;
}
#footer .footer-top .list-inline a {
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  font-family: 'kallisto', sans-serif;
}
#footer .footer-top .list-inline a:hover:before {
  -webkit-transform-origin: 0% 50%;
     -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
       -o-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
#footer .footer-top .list-inline a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FFF;
  top: 150%;
  left: 0;
  pointer-events: none;
  -webkit-transform-origin: 100% 50%;
     -moz-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
     -moz-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
#footer .footer-top .footer-brand {
  display: inline-block;
  margin: 0 auto;
}
#footer .footer-top .footer-brand img {
  width: 200px;
}
#footer .footer-bottom:before {
  content: '';
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50vw;
  height: 60px;
  z-index: 1;
}
#footer .footer-bottom .social-list {
  background: #FFF;
  z-index: 2;
  margin-right: 13px;
  padding: 15px 0;
}
#footer .footer-bottom .social-list:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 13px 0 1px;
  border-color: #FFF transparent transparent #FFF;
  position: absolute;
  right: -13px;
  bottom: 0;
}
#footer .footer-bottom .social-list ul {
  list-style: none;
}
#footer .footer-bottom .social-list ul li {
  margin-right: 23px;
}
#footer .footer-bottom .social-list ul li a:hover i {
  color: #FF0000;
}
#footer .footer-bottom .social-list ul li i {
  color: #2C3D4C;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
#footer .footer-bottom .social-list p {
  color: #2C3D4C;
}
#footer .hidden {
  display: none;
}
#footer .nowonline p {
  color: #ABADAF;
}
#footer .nowonline a {
  color: #ABADAF;
}
#footer .nowonline a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer .footer-top {
    padding: 50px 0;
  }
  #footer .footer-bottom:before {
    content: none;
  }
  #footer .footer-bottom .left {
    position: relative;
  }
  #footer .footer-bottom .left:before {
    content: '';
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: -20vw;
    width: 50vw;
    height: 60px;
    z-index: 1;
  }
  #footer .social-list ul {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-top {
    padding: 45px 0;
  }
  #footer .footer-top .list-inline {
    margin-bottom: 32px;
  }
  #footer .footer-top .list-inline li.list-inline-item {
    display: block;
    margin-bottom: 16px;
    margin-right: 0;
  }
  #footer .footer-top .list-inline li.list-inline-item a:before {
    top: 135%;
  }
  #footer .footer-bottom:before {
    content: none;
  }
  #footer .footer-bottom .left {
    position: relative;
  }
  #footer .footer-bottom .left:before {
    content: '';
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: -20vw;
    width: 50vw;
    height: 60px;
    z-index: 1;
  }
}
@media only screen and (max-width: 575px) {
  #footer .footer-bottom .list-inline {
    width: 100%;
    text-align: center;
  }
  #footer .footer-bottom .list-inline li.list-inline-item {
    margin: 0;
  }
  #footer .footer-bottom .list-inline li.list-inline-item:not(:last-child) {
    margin-right: 30px;
  }
}
.breadcrumbs {
  margin: 40px 0;
  position: relative;
}
.breadcrumbs .breadcrumb-item.active {
  color: #ABADAF;
}
.breadcrumbs .breadcrumb-item a {
  text-decoration: none;
  color: #0F151A;
}
.breadcrumbs .breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}
.breadcrumbs .breadcrumb-item + .breadcrumb-item:before {
  content: "\F054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  vertical-align: middle;
  float: none;
  color: #ABADAF;
  padding-right: 10px;
}
.breadcrumbs p {
  color: #ABADAF;
  margin-bottom: 0;
}
.breadcrumbs p i {
  margin: 0 10px;
  font-size: 8px;
  vertical-align: middle;
}
#agenda,
#blog {
  padding-top: 35px;
}
#agenda h1,
#blog h1 {
  margin-bottom: 30px;
}
#agenda .filters,
#blog .filters {
  margin-top: 0;
  margin-bottom: 26px;
  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;
}
#agenda .filters .filter,
#blog .filters .filter {
  text-decoration: none;
  border: 1px solid #D9DCDE;
  padding: 9px 24px;
  background: #F6F7F8;
  color: #0F151A;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  line-height: 1em;
  -webkit-transition: border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out, -moz-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out, -moz-box-shadow 0.2s ease-in-out;
}
#agenda .filters .filter.active,
#blog .filters .filter.active {
  font-weight: 700;
  border-color: #0F151A;
}
#agenda .filters .filter:hover:not(.active, .clear),
#blog .filters .filter:hover:not(.active, .clear) {
  border-color: #ABADAF;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
}
#agenda .filters .filter.clear,
#blog .filters .filter.clear {
  background: none;
  border-color: transparent;
  padding: 9px;
  color: #ABADAF;
  text-decoration: underline;
}
#agenda .filters .filter.clear:hover,
#blog .filters .filter.clear:hover {
  text-decoration: none;
}
#agenda .agenda-blocks {
  margin-top: 40px;
  margin-bottom: 64px;
}
#agenda .agenda-blocks > div {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  #agenda .agenda-blocks .text .inner .info .top svg {
    max-width: 70px;
  }
  #agenda .agenda-blocks .text .inner .img-mask {
    max-height: 166px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #agenda .agenda-blocks .text .inner .info .top svg {
    max-width: 112px;
  }
}
@media only screen and (max-width: 767px) {
  #agenda .agenda-blocks .text {
    text-align: center;
  }
  #agenda .agenda-blocks .text .inner {
    display: inline-block;
  }
  #agenda .agenda-blocks .text .inner .info .top svg {
    max-width: none;
  }
}
.center {
  margin: 0 auto;
}
#textpagina #drivers,
#item #drivers,
#blog-detail #drivers,
#team-index #drivers {
  margin-top: 160px;
}
#textpagina #text,
#item #text,
#blog-detail #text,
#team-index #text {
  position: relative;
  z-index: 3;
  text-align: left;
}
#textpagina #text .heading,
#item #text .heading,
#blog-detail #text .heading,
#team-index #text .heading {
  font-size: 19px;
  font-family: 'kallisto', sans-serif;
}
#textpagina #text h1,
#item #text h1,
#blog-detail #text h1,
#team-index #text h1 {
  margin-bottom: 40px;
  color: #2C3D4C;
}
#textpagina #text h2,
#item #text h2,
#blog-detail #text h2,
#team-index #text h2 {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 40px;
  color: #2C3D4C;
}
#textpagina #text .video-container,
#item #text .video-container,
#blog-detail #text .video-container,
#team-index #text .video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin: 2.5em 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
#textpagina #text .video-container iframe,
#item #text .video-container iframe,
#blog-detail #text .video-container iframe,
#team-index #text .video-container iframe,
#textpagina #text .video-container object,
#item #text .video-container object,
#blog-detail #text .video-container object,
#team-index #text .video-container object,
#textpagina #text .video-container embed,
#item #text .video-container embed,
#blog-detail #text .video-container embed,
#team-index #text .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#textpagina #gallery .image,
#item #gallery .image,
#blog-detail #gallery .image,
#team-index #gallery .image {
  margin-bottom: 10px;
  padding: 0 5px;
  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;
  overflow: hidden;
}
#textpagina #gallery .image img,
#item #gallery .image img,
#blog-detail #gallery .image img,
#team-index #gallery .image img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#text {
  text-align: center;
}
#text .team {
  margin-bottom: 200px;
}
#text .race-info {
  overflow: hidden;
  text-align: center;
  margin: 100px 0;
}
#text .btn-outline {
  background-color: transparent;
  margin-top: 36px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  #text .race-info {
    margin-top: 0;
  }
}
#races {
  background: #F6F7F8;
  padding: 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
#races:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(-6deg);
     -moz-transform: skewY(-6deg);
      -ms-transform: skewY(-6deg);
       -o-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: 0 100%;
     -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
  display: block;
  height: 0;
  padding-bottom: 10.51042%;
  width: 100%;
  background: #F6F7F8;
  z-index: -1;
}
#races #arrows button {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: -webkit-linear-gradient(45deg, #FF0000, #FF0066, #FF0000);
  background: -moz-linear-gradient(45deg, #FF0000, #FF0066, #FF0000);
  background: -o-linear-gradient(45deg, #FF0000, #FF0066, #FF0000);
  background: linear-gradient(45deg, #FF0000, #FF0066, #FF0000);
  background-position: left bottom;
  -moz-background-size: 96px 96px;
       background-size: 96px 96px;
  border: none;
  padding: 10px;
  width: 48px;
  height: 48px;
  margin-bottom: 36px;
  padding: 16px;
  -webkit-transition: background-position ease-in-out 0.25s;
  -o-transition: background-position ease-in-out 0.25s;
  -moz-transition: background-position ease-in-out 0.25s;
  transition: background-position ease-in-out 0.25s;
}
#races #arrows button span {
  display: none;
}
#races #arrows button:before,
#races #arrows button:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  margin: 0;
  text-align: center;
  -webkit-transition: color ease-in-out 0.25s;
  -o-transition: color ease-in-out 0.25s;
  -moz-transition: color ease-in-out 0.25s;
  transition: color ease-in-out 0.25s;
  font-size: 16px;
  line-height: 1em;
}
#races #arrows button.owl-prev:before {
  content: '\f060';
}
#races #arrows button.owl-next:before {
  content: '\f061';
}
#races #arrows button.disabled {
  display: none;
}
#races #arrows button:hover {
  background-position: right top;
}
#races #arrows button:not(.disabled) + button:not(.disabled) {
  margin-left: 11px;
}
#races .owl-item:last-child .item .timeline .line {
  display: none;
}
#races .item {
  text-align: left;
}
#races .item .timeline {
  margin-bottom: 36px;
}
#races .item .timeline .circle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #ABADAF;
  height: 23px;
  width: 23px;
  display: block;
  background: white;
}
#races .item .timeline .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  float: left;
  margin: 10px 10px;
  height: 2px;
  background: #D9DCDE;
}
#races .item .content {
  margin: 0 24px 0 0;
}
#races .item .content h2 {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 0;
  color: #2C3D4C;
}
#races .item .content h4 {
  margin-bottom: 20px;
}
#races .item .content ul {
  list-style: none;
  padding: 0;
}
#races .item .content .red-item strong {
  color: #FF0000;
}
#races .item .content .gray-item {
  color: #ABADAF;
}
#races .item .content .gray-item strong {
  font-weight: 400;
}
.arrows .nav {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: -webkit-linear-gradient(45deg, #FF0000, #FF0066, #FF0000);
  background: -moz-linear-gradient(45deg, #FF0000, #FF0066, #FF0000);
  background: -o-linear-gradient(45deg, #FF0000, #FF0066, #FF0000);
  background: linear-gradient(45deg, #FF0000, #FF0066, #FF0000);
  background-position: left bottom;
  -moz-background-size: 96px 96px;
       background-size: 96px 96px;
  padding: 10px;
  width: 48px;
  height: 48px;
  padding: 16px;
  -webkit-transition: background-position ease-in-out 0.25s;
  -o-transition: background-position ease-in-out 0.25s;
  -moz-transition: background-position ease-in-out 0.25s;
  transition: background-position ease-in-out 0.25s;
}
.arrows .nav:hover {
  background-position: right top;
}
.arrows .nav + .nav {
  margin-left: 11px;
}
.arrows .nav + .back {
  margin-left: 40px;
  font-family: 'kallisto', sans-serif;
}
.arrows .nav i {
  height: 16px;
  width: 16px;
  color: white;
  margin: 0;
  text-align: center;
  -webkit-transition: color ease-in-out 0.25s;
  -o-transition: color ease-in-out 0.25s;
  -moz-transition: color ease-in-out 0.25s;
  transition: color ease-in-out 0.25s;
}
#graypage {
  background: #F6F7F8;
  position: relative;
}
#graypage .content-arrow {
  position: absolute;
  bottom: 0;
  top: 1128px;
  left: 0;
  right: 0;
}
#graypage header {
  position: relative;
}
#graypage #stripes {
  z-index: -2;
}
#no-slider {
  padding-bottom: 40px;
  height: 565px;
  position: relative;
}
#no-slider h1 {
  color: #FF0066;
  font-size: 64px;
  margin: 40px 0;
  line-height: 64px;
}
#no-slider:after {
  content: '';
  width: 102%;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -96px;
  background: white;
  -webkit-transform: rotate(-6deg);
     -moz-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
       -o-transform: rotate(-6deg);
          transform: rotate(-6deg);
  z-index: -1;
}
#no-slider:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 1000px solid white;
  border-top: 97px solid transparent;
  border-bottom: 235px solid transparent;
  position: absolute;
  bottom: -98px;
  left: 47%;
  z-index: -1;
  -webkit-transform: rotate(344deg);
     -moz-transform: rotate(344deg);
      -ms-transform: rotate(344deg);
       -o-transform: rotate(344deg);
          transform: rotate(344deg);
}
@media only screen and (max-width: 991px) {
  #no-slider:after {
    bottom: -161px;
  }
  #no-slider:before {
    display: none;
  }
  #no-slider h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
#sponsor-module {
  background: white;
  position: relative;
  text-align: center;
  z-index: -1;
}
#sponsor-module .row {
  position: relative;
}
#sponsor-module h2 {
  margin: 60px 0;
  font-weight: 100;
}
#sponsor-module:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 165px 100px 377px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -135px;
  left: 40%;
  z-index: -1;
  -webkit-transform: rotate(165deg);
     -moz-transform: rotate(165deg);
      -ms-transform: rotate(165deg);
       -o-transform: rotate(165deg);
          transform: rotate(165deg);
}
@media only screen and (max-width: 991px) {
  #sponsor-module:before {
    top: -26px;
    left: 18%;
  }
}
@media only screen and (max-width: 767px) {
  #sponsor-module:before {
    top: -42px;
    left: -28%;
  }
}
#sponsor-module form {
  text-align: left;
  position: initial;
  /* appearance for checked radiobutton */
  /* optional styles, I'm using this for centering radiobuttons */
}
#sponsor-module form input[type="radio"] + label {
  margin-right: 20px;
  margin-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
#sponsor-module form .btn {
  margin-left: 0;
  font-weight: 700;
  float: none;
  margin-bottom: 0;
  width: inherit;
  color: #FF0066;
}
#sponsor-module form h4 {
  margin: 20px 0;
  width: 100%;
  float: left;
}
#sponsor-module form input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 25px;
  height: 18px;
  padding: 2px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #D9DCDE;
  background-color: white;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
#sponsor-module form input[type="radio"]:checked {
  background-color: #FF0000;
}
#sponsor-module form .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31%;
  float: left;
}
#sponsor-module form #file-chosen {
  margin-left: 0.3rem;
  vertical-align: middle;
  display: inline-block;
  margin-top: 16px;
}
#sponsor-module form .upload-text {
  font-size: 14px;
  line-height: 24px;
  color: #ABADAF;
  margin: 20px 0;
}
#sponsor-module form .price {
  color: #FF0066;
  font-family: 'kallisto', sans-serif;
  font-size: 26px;
  font-weight: 500;
  float: right;
}
#sponsor-module form .submit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -216px;
  text-align: center;
}
#sponsor-module form .submit .price-box {
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding: 40px;
  border: #D9DCDE 1px solid;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}
#sponsor-module form .submit .price-box .icon {
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;
  padding-top: 7px;
}
#sponsor-module form .submit .price-box .icon img {
  width: 80%;
  display: inline-block;
}
#sponsor-module form .submit .price-box .ideal {
  background: #E664A5;
  padding-top: 5px;
}
#sponsor-module form .submit .price-box .paypayl {
  background: #00A8EA;
}
#sponsor-module form .submit .price-box .mastercard {
  background: black;
}
#sponsor-module form .submit .price-box .visa {
  background: #1B20E6;
}
#sponsor-module form .submit .price-box .bankcontact {
  border: #D9DCDE 1px solid;
  background: white;
}
#sponsor-module form .submit .price-box input {
  border: 0;
  font-family: 'kallisto', sans-serif;
  padding: 18px 40px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  #sponsor-module form .flex {
    width: 35%;
  }
  #sponsor-module form select {
    width: 100%;
  }
  #sponsor-module form i:first-of-type {
    margin-top: -30px;
  }
  #sponsor-module form .btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  #sponsor-module form {
    text-align: center;
    margin-top: 50px;
  }
  #sponsor-module form .flex {
    width: 50%;
  }
  #sponsor-module form .submit {
    bottom: -236px;
  }
}
#sponsor-module .area {
  fill: none;
}
#sponsor-module .highlight {
  fill: url(#linear-gradient);
}
#sponsor-module .highlight path:first-of-type {
  fill: url(#linear-gradient);
}
#sponsor-module:after {
  content: '';
  width: 102%;
  height: 200px;
  position: absolute;
  right: 0;
  left: -28px;
  bottom: -96px;
  background: white;
  -webkit-transform: rotate(-6deg);
     -moz-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
       -o-transform: rotate(-6deg);
          transform: rotate(-6deg);
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  #sponsor-module:after {
    top: -59px;
    left: 27%;
  }
}
#sponsor-module .container:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 99px 60px 377px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: -15px;
  right: -150px;
  z-index: -1;
  -webkit-transform: rotate(-12deg);
     -moz-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
       -o-transform: rotate(-12deg);
          transform: rotate(-12deg);
  opacity: 100%;
}
@media only screen and (max-width: 991px) {
  #sponsor-module .container:after {
    display: none;
  }
}
#sponsor-module .container:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 149px 97px 382px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: -53px;
  right: 188px;
  z-index: -1;
  -webkit-transform: rotate(-12deg);
     -moz-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
       -o-transform: rotate(-12deg);
          transform: rotate(-12deg);
  opacity: 100%;
}
#item .carousel:after,
#blog-detail .carousel:after {
  visibility: hidden;
}
#item #text,
#blog-detail #text {
  z-index: 3;
  position: relative;
  text-align: left;
}
#item #text .date,
#blog-detail #text .date {
  font-size: 22px;
  color: #ABADAF;
  font-family: 'kallisto', sans-serif;
}
#item #text h1,
#blog-detail #text h1 {
  margin-top: 10px;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 30px;
}
#item #text .nav .nav-item,
#blog-detail #text .nav .nav-item {
  color: #0F151A;
  text-decoration: none;
  background: #F6F7F8;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding: 9px 24px;
  border: 1px solid #D9DCDE;
  margin-right: 10px;
  margin-bottom: 10px;
}
#item #text h3,
#blog-detail #text h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 26px;
}
#item #text .arrows,
#blog-detail #text .arrows {
  margin-bottom: 40px;
  margin-top: 20px;
  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;
}
#item #text .heading,
#blog-detail #text .heading {
  margin-top: 30px;
}
#item #text .video,
#blog-detail #text .video {
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#item #text .share,
#blog-detail #text .share {
  padding: 30px 0px 40px;
}
#item #text .share .share-icons,
#blog-detail #text .share .share-icons {
  display: inline-block;
  text-align: center;
  padding-right: 20px;
  position: relative;
}
#item #text .share .share-icons:after,
#blog-detail #text .share .share-icons:after {
  content: '';
  background: #D9DCDE;
  position: absolute;
  right: 0;
  height: 62%;
  width: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#item #text .share .share-icons .icon,
#blog-detail #text .share .share-icons .icon {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-block;
  padding: 17px;
  color: white;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
#item #text .share .share-icons .icon:hover,
#blog-detail #text .share .share-icons .icon:hover {
  background: #FF0000;
}
#item #text .share .share-icons .icon i,
#blog-detail #text .share .share-icons .icon i {
  margin-left: 0;
}
#item #text .share .share-icons .twitter,
#blog-detail #text .share .share-icons .twitter {
  background: #55ACEE;
}
#item #text .share .share-icons .facebook,
#blog-detail #text .share .share-icons .facebook {
  background: #3B5998;
}
#item #text .share .share-icons .linkedin,
#blog-detail #text .share .share-icons .linkedin {
  background: #007BB5;
}
#item #text .share .share-icons .instagram,
#blog-detail #text .share .share-icons .instagram {
  background: -webkit-linear-gradient(65deg, #fccc63 0%, #fbad50 25%, #e95950 50%, #bc2a8d 75%, #8a3ab9 100%);
  background: -moz-linear-gradient(65deg, #fccc63 0%, #fbad50 25%, #e95950 50%, #bc2a8d 75%, #8a3ab9 100%);
  background: -o-linear-gradient(65deg, #fccc63 0%, #fbad50 25%, #e95950 50%, #bc2a8d 75%, #8a3ab9 100%);
  background: linear-gradient(25deg, #fccc63 0%, #fbad50 25%, #e95950 50%, #bc2a8d 75%, #8a3ab9 100%);
}
#item #text .share .share-icons .whatsapp,
#blog-detail #text .share .share-icons .whatsapp {
  background: #4DC247;
}
#item #text .share .fas,
#blog-detail #text .share .fas {
  margin-left: 20px;
  margin-right: 10px;
  color: #ABADAF;
}
#item #text .share .shares,
#blog-detail #text .share .shares {
  display: inline-block;
  vertical-align: middle;
}
#item #text .share .shares .number,
#blog-detail #text .share .shares .number {
  font-size: 16px;
  color: #0F151A;
  font-weight: 900;
  display: block;
  word-wrap: break-word;
}
#item #text .share .shares .number + span,
#blog-detail #text .share .shares .number + span {
  color: #ABADAF;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  word-wrap: break-word;
  margin-top: -4px;
}
#fancybox-gallery {
  background: url(/content/Images/pattern-45deg.png) repeat;
  -moz-background-size: 10px 10px;
       background-size: 10px 10px;
  padding-top: 64px;
}
#fancybox-gallery:after {
  content: '';
  -webkit-transform: skewY(-6deg);
     -moz-transform: skewY(-6deg);
      -ms-transform: skewY(-6deg);
       -o-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: 100% 100%;
     -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  display: block;
  height: 0;
  padding-bottom: 10.51042%;
  width: 100%;
  background: #fff;
  z-index: 3;
}
#fancybox-gallery .container .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
  margin-top: -webkit-calc(var(--bs-gutter-y) * -0.5);
  margin-top: -moz-calc(var(--bs-gutter-y) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -0.5);
}
#fancybox-gallery .container .row > * {
  margin-top: -webkit-calc(var(--bs-gutter-y) * 0.5);
  margin-top: -moz-calc(var(--bs-gutter-y) * 0.5);
  margin-top: calc(var(--bs-gutter-y) * 0.5);
  margin-bottom: -webkit-calc(var(--bs-gutter-y) * 0.5);
  margin-bottom: -moz-calc(var(--bs-gutter-y) * 0.5);
  margin-bottom: calc(var(--bs-gutter-y) * 0.5);
}
#fancybox-gallery .container a {
  display: block;
  position: relative;
}
#fancybox-gallery .image {
  position: relative;
}
#fancybox-gallery .image:before {
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.5s;
  -o-transition: opacity ease-in-out 0.5s;
  -moz-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#FF0000), to(#FF0066));
  background: -webkit-linear-gradient(bottom left, #FF0000, #FF0066);
  background: -moz-linear-gradient(bottom left, #FF0000, #FF0066);
  background: -o-linear-gradient(bottom left, #FF0000, #FF0066);
  background: linear-gradient(to top right, #FF0000, #FF0066);
  mix-blend-mode: multiply;
}
#fancybox-gallery .image:after {
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.5s;
  -o-transition: opacity ease-in-out 0.5s;
  -moz-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 48px;
  width: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background: url("/content/Images/icon-zoom.svg") no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
}
#fancybox-gallery .image:hover:before,
#fancybox-gallery .image:hover:after {
  opacity: 1;
}
#fancybox-gallery + #sponsor {
  padding-top: 130px;
  padding-bottom: 130px;
}
.fancybox-bg {
  opacity: 1 !important;
  background: -webkit-linear-gradient(70deg, #000000 0%, #10171c 100%) !important;
  background: -moz-linear-gradient(70deg, #000000 0%, #10171c 100%) !important;
  background: -o-linear-gradient(70deg, #000000 0%, #10171c 100%) !important;
  background: linear-gradient(20deg, #000000 0%, #10171c 100%) !important;
}
.fancybox-caption {
  color: #ABADAF !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500 !important;
}
form {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
form input.form-control,
form textarea.form-control {
  border: 1px solid #D9DCDE;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  padding: 11px 20px;
  outline: 0;
}
form label {
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
form label span {
  color: #ABADAF;
  float: right;
  font-size: 14px;
  font-weight: 400;
}
form .select-label {
  width: 80%;
}
form select {
  width: 80%;
  height: 48px;
  border: 1px solid #D9DCDE;
  outline: 0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 10px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
form select:nth-of-type(2) {
  width: 95%;
}
form i {
  margin-left: -35px;
  font-size: 10px;
}
form .btn,
form .btn-solid {
  cursor: pointer;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.24);
     -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.24);
  margin-top: 36px;
}
form textarea {
  width: 100%;
  height: 168px;
  resize: none;
}
form input + input {
  margin-left: 7px;
}
@media only screen and (max-width: 1199px) {
  form input[type=text],
  form select {
    width: 100%;
  }
  form i {
    position: absolute;
    right: 30px;
    margin-top: 18px;
  }
  form .select-label {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  #contact-form .left,
  #contact-form .right {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  #contact-form .left,
  #contact-form .right {
    bottom: 0;
  }
}
form .row input {
  width: 100%;
}
#contact {
  position: relative;
  min-height: 900px;
}
#contact .image {
  position: relative;
}
#contact .image img {
  position: absolute;
  top: 0;
  height: 900px;
  width: 450px;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(51, 51, 51, 0.24));
          filter: drop-shadow(5px 5px 5px rgba(51, 51, 51, 0.24));
  z-index: 2;
}
#contact .image.left img {
  left: 0;
  -webkit-transform: translateX(-25%);
     -moz-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
       -o-transform: translateX(-25%);
          transform: translateX(-25%);
}
#contact .image.right img {
  right: 0;
  -webkit-transform: translateX(25%);
     -moz-transform: translateX(25%);
      -ms-transform: translateX(25%);
       -o-transform: translateX(25%);
          transform: translateX(25%);
}
#contact button.btn {
  padding: 18px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contact .image img {
    height: 700px;
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #contact .image img {
    height: 800px;
    width: 400px;
  }
}
@media only screen and (min-width: 1600px) {
  #contact .image.left img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  #contact .image.right img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
#agenda-index #sponsor:after,
#contact-index #sponsor:after {
  display: none;
}
.validation-summary-valid {
  display: none;
}
.validation-summary-errors {
  background: -webkit-gradient(linear, left bottom, right top, from(#FF0000), to(#FF0066));
  background: -webkit-linear-gradient(bottom left, #FF0000, #FF0066);
  background: -moz-linear-gradient(bottom left, #FF0000, #FF0066);
  background: -o-linear-gradient(bottom left, #FF0000, #FF0066);
  background: linear-gradient(to top right, #FF0000, #FF0066);
  color: #fff;
  padding: 30px;
}
.validation-summary-errors ul {
  margin: 1em 0 0;
}
.at-resp-share-element {
  margin-bottom: -7px !important;
}
.at-resp-share-element .at-share-btn {
  height: 48px;
  width: 48px;
  padding: 12px !important;
  margin: 0 7px 7px 0 !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
  height: 24px !important;
  width: 24px !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper .at-icon {
  height: 24px !important;
  width: 24px !important;
}
.alert > *:last-child {
  margin-bottom: 0;
}
.tooltip {
  z-index: 1000;
}

