.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffc0cb;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe > .row .container { background-color: transparent; background-image: none; }#tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe > .row .container > .video-iframe-container { display: none; }#tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe > .row > .video-iframe-container { display: none; }#tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe > .row .container { border-width: 0; border-radius: 0; }#tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#pW9TVUcb0d7qrKqC6ZLzsp5KOF1vSp2X { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:13.1875rem;top:1.53125rem;left:23.40625rem;overflow:hidden;display:block; }
#aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N { position:relative;display:block; }#aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N { background-color: transparent; background-image: none; }#aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N > .row .container > .video-iframe-container { display: none; }#aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N > .row > .video-iframe-container { display: none; }#aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N { border-width: 0; border-radius: 0; }#aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc0cb;background-image:none;font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JW0R3TmgXFKGEwaaLWrvxlTgeurtpZrq { color:#0c0c0c;display:block;width:23.9375rem;position:absolute;font-family:sports-med;font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:18.3056640625rem;left:1.4375rem;height:10.5615rem;font-style:normal;display:block; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"sports med";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"sports med";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"sports med";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:34.7998046875rem;left:1.4375rem;z-index:15012; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #Ecrcr8myiiXz5VxTKD4u0grqJlNSPKhr { display:flex;position:relative;top:0rem;left:0rem; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #hvlpD69NNduJcKThqsTczmlFVi1pzkoz { width:auto; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #G84yxGerINmmQHVE4bX1I16NulRx9gu0 {  }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #hX3wTelVFeBCaHWLpgikZhzO0BUnoG7T { display:flex;position:relative;top:0rem;left:0rem; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #g2W90rZcmVHHSW7N3kogtSmnx267QptV {  }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #TWsWhvHF71ze45GMdwdZZ9vgPJqqJR1s {  }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #Tpa0TirQ8WzdS8CTUQW6Add5vyk4oy3A { display:flex;position:relative;top:0rem;left:0rem; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #DV8p9wVcFcBWsDTcyTxfPxyyeOECwliQ {  }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #gOCwS9AC7uZFGNlKfPugowxAV73RQuMr {  }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #FyQPTUaDyzWuPr1GpH656nVsaHZytkPZ { display:flex;position:relative;top:0rem;left:0rem; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #RKOFN4Im3VH0VgAe7xPBH1MtbMtvI12m {  }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #itMpXLiaUUOuBgSBhgfAtTfG0KZrknfw {  }
#Xl93WsoA0Xh6D4kEktvaehx4bkBrxkWQ { color:#0c0c0c;display:block;width:29.625rem;position:absolute;font-family:lobster;font-size:6.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.125rem;left:1.4375rem;height:8.368625rem;font-style:normal;display:block; }
#QNX1nturp41cWb8Nexc0eWhdbWk7JEKX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.1875rem;width:47.125rem;top:2.75rem;left:12.749017295598rem;overflow:hidden;display:block; }
#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container { background-color: transparent; background-image: none; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container > .video-iframe-container { display: none; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row > .video-iframe-container { display: none; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container { border-width: 0; border-radius: 0; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:60rem;position:relative;display:block; }#Mm5UAJAPLs7LsBhLtwyyl2SNvdvoLuXF { color:#041e47;display:block;width:60rem;position:absolute;font-family:sports-med;font-size:3.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.93359375rem;left:-0.0234375rem;height:8.287125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqViocaiIr1fcv1NJnLq0SXDeLIb1uyX { position:absolute;display:block;z-index:15002;background-color:#f1f3f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.625rem 0.9375rem rgba(0,0,0,0.4) ;height:34.625rem;width:18.5625rem;top:12.0625rem;left:0rem;display:block; }
#yGF3lRqZeFLv4lo5XEm9Omf1QGwMgHfo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:18.5625rem;top:28.15625rem;left:0rem;overflow:hidden;display:block; }
#g9ttEEJqiWE8VZAEFKntAF8Dk8UItD6e { background-color:#ca185d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sports med";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:41.9375rem;left:1.0625rem;display:block; }
#MIdHlZozTqOiy26l8ixBTlW9Mv2Ki8nX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tFTuS4t0BMDA4HMeNFIHEr6FR7ZN0J4t { position:absolute;display:block;z-index:15008;background-color:#f1f3f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.625rem 0.9375rem rgba(0,0,0,0.4) ;height:34.5625rem;width:18.5625rem;top:12.0625rem;left:20.6875rem;display:block; }
#fQdRZuSaT6Q1VLWlrxeTWiyieHvDuX7u { background-color:#ca185d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sports med";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:41.9375rem;left:21.78125rem;display:block; }
#XRX5ltid7d5AtqlCbU55zbBuNQIC2M6f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9tO6HbalqWsmryBaZU4hhxtGO5utAyU { position:absolute;display:block;z-index:15014;background-color:#f1f3f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.625rem 0.9375rem rgba(0,0,0,0.4) ;height:34.5625rem;width:18.5625rem;top:12.0625rem;left:41.3125rem;display:block; }
#ATmT9UfMvPD5NEV8L6mcMoV5bbT3QWdz { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15.44384765625rem;left:0rem;height:3.7373rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yigo5ioeWoJyzB7p7yGUI7gALuc8TUli { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.71826171875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7P2tOZRoJ1TZQ2vXu8KESnd8iBqosVE { color:#ca185d;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.96826171875rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D31MknPANp6aqpUWPrXAToZhuJmI8m6t { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"sports med";font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.38134765625rem;left:20.84375rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bUQT3xpT7GP9B1lQK3BoHgFr6tWzKUCg { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.875rem;left:20.65625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L87PZBmHdkTIzDXg5hiHEKiz4ZE5p0xo { color:#ca185d;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.28125rem;left:20.65625rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPf2RTRgNrPi84VFU4nbuVUnKRWnwzIE { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:16.31494140625rem;left:41.3125rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aL5mKSKIkTWmnrnJoefilTTsbrJ9APau { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:2.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:20.875rem;left:41.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9IDQK3uVQlr0F1VraLs4czrgvhyVPkT { color:#ca185d;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:24.0625rem;left:41.3125rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kpEU5lFPBcSWRFKR7Rmcxt4EwvNyA2FJ { background-color:#ca185d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sports med";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:41.9375rem;left:42.375rem;display:block; }
#Gy7IPuEBOelb1uD4pTnOZScIWHhIbr00 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHTcfuD8OrET7ceiF4azinboLN02gal1 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:18.4375rem;top:28.21875rem;left:41.375rem;overflow:hidden;display:block; }
#cdCV2yBD7FxTgIqGBlTbP1EqM4lHkhIQ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:18.5625rem;top:28.15625rem;left:20.71875rem;overflow:hidden;display:block; }
#oJ6Eo1vqwUxzoraQ0ha5dFaWOVwUO2Hm { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:7.25rem;top:12.0625rem;left:26.375rem;overflow:hidden;display:block; }
#GmfoZJTgVgEWdRspUPy74TP0hx3DDuMH { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"sports med";font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:31.5810546875rem;left:1.875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fzJXzvSLyNJIRMmJxTwciMpxVvFruXkq { box-sizing:content-box;height:7rem;width:6.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:29.59375rem;left:1.0625rem;border-top:0.4375rem solid #ca185d;border-left:0.4375rem solid #ca185d;border-right:0.4375rem solid #ca185d;border-bottom:0.4375rem solid #ca185d;box-shadow: 0.25rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc0cb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container { background-color: transparent; background-image: none; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container > .video-iframe-container { display: none; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row > .video-iframe-container { display: none; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container { border-width: 0; border-radius: 0; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;position:relative;display:block; }#TbXCn3ka6DJ8iFgwPn5IGzkVZPTFwnkm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:9.375rem;display:none; }
#niNcwoTp9QagXtMzCTgr3lPaVTtwr5OG { position:absolute;display:block;z-index:15038;background-color:#f1f3f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.625rem 0.9375rem rgba(0,0,0,0.4) ;height:34.8125rem;width:18.5625rem;top:4.0625rem;left:41.4375rem;display:block; }
#v1xCHXhOqVfT8zLqnXMhwKhaSzXokWJH { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.5625rem;top:19.5625rem;left:41.4375rem;overflow:hidden;display:block; }
#mMeu4naCJb36gb1cLI17BwFr4OssOqlh { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:7.10595703125rem;left:41.3125rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SHOs8wVpT6VobP5RxREm4PVbSH34zPK6 { color:#ca185d;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16rem;left:41.3125rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKTFmk0cMUmdrMvImsSfgzubFscdIrrl { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:2.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:12.875rem;left:41.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZmIq6594LpClu9EaXVHkWl42S4gobelJ { position:absolute;display:block;z-index:15032;background-color:#f1f3f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.625rem 0.9375rem rgba(0,0,0,0.4) ;height:34.9375rem;width:18.5625rem;top:3.9375rem;left:20.75rem;display:block; }
#QaJWWm63UnAWoPJXWeDNNTMw2Z609MdM { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:18.75rem;top:19.3125rem;left:20.625rem;overflow:hidden;display:block; }
#ia63hdRpglROs2k9hAHcFxZPFDZ12at5 { color:#ca185d;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:16rem;left:20.6875rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pcLmsVB7OVPCJxsU6fALZXS7fuZREQ47 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:2.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.0625rem;left:20.65625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OetfUvCAWGOVGqnTkkQsAJIlp2tp4L2W { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:8rem;left:20.65625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LD02ygsLEZiq98hzxCZbX8yZ1zkITh7L { background-color:#ca185d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sports med";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:34.125rem;left:42.5rem;display:block; }
#TCelPfAIpJGSc9wkae3nRGIMy6hLIThL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wcbx5FSNhUr6x2ABIe5cilrfUmgFfOuX { background-color:#ca185d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sports med";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:34.125rem;left:21.8125rem;display:block; }
#bWz77mFTHUJxPwwesEsp93E8nrrD9hiH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ak4h8plk3BkDG0DZVrNqMbUnUdpVVPSQ { position:absolute;display:block;z-index:15026;background-color:#f1f3f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.625rem 0.9375rem rgba(0,0,0,0.4) ;height:35.0625rem;width:18.5625rem;top:3.8125rem;left:0rem;display:block; }
#Hl8Z5fuCtmqMDqpHw4VSn9ukhlH3EdT8 { background-color:#ca185d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sports med";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:34.125rem;left:1.0625rem;display:block; }
#i9sk6LAN7RpRdep9CnfN0Qx1hwCkesFH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6EhPGtdp1x87XMqHiEPn0JgJpV2Hu4h { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:18.5625rem;top:19.4375rem;left:0.125rem;overflow:hidden;display:block; }
#kn7SAdtPsAeOZcriuPXUqWdXqGXGOQS8 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:7.99951171875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lAT8NwH1HsxsIWwTRNCllTRqKtrncf00 { color:#ca185d;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16.1875rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NkPA1huspGpUpOadT58Z0HkGd6s8EoES { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:2.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#100eb5;background-image:url("https://images.assets-landingi.com/uc/14dcf850-7db3-450e-a6b4-53e5fa4c930e/Frame146.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa.adaptive-delivery-prevent-bg, #lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa.lazyload, #lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa.lazyloading { background-image: none; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container { background-color: transparent; background-image: none; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container > .video-iframe-container { display: none; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row > .video-iframe-container { display: none; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container { border-width: 0; border-radius: 0; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:60rem;position:relative;display:block; }#nTQpUezAypMOtvamfpRC77sTnMO0yvU4 { position:absolute;display:block;z-index:15025;background-color:#f1f3f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.625rem 0.9375rem rgba(0,0,0,0.4) ;height:35.375rem;width:18.5625rem;top:13.8125rem;left:0rem;display:block; }
#d3SGy6NbIscbeQ4owHps1kx2QJQ8tTC7 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:2.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:22.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pclKtWkUo2uS7JUH2WSXDIl63mawEg07 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:17.0625rem;left:0rem;height:3.7373rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1yC23SXfXGBVFaElh0kuh9tTKf6x75f { color:#ca185d;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.75rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:26.87451171875rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9hDZIORavCZVUrOZiwUCuAgu5LH7IPx { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:18.375rem;top:29.875rem;left:0rem;overflow:hidden;display:block; }
#UJp7oZN5a1GgLZ9QTtSDafcnSaVH17k0 { color:#ca185d;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:26.875rem;left:20.65625rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWiesoVKof81iv6yvXGT4nU64TadrXL6 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:16.4375rem;left:20.65625rem;height:5.60595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgotD3R81uJh9EK6MFtRzQ6dKVo1HWmi { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.75rem;left:20.65625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UpkNcNMF6nWZ78TS6Flm4yJOJUcba0tv { position:absolute;display:block;z-index:15031;background-color:#f1f3f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.625rem 0.9375rem rgba(0,0,0,0.4) ;height:35rem;width:18.5625rem;top:13.8125rem;left:20.71875rem;display:block; }
#v67bkHwZLcne0syRn2ARZcxdrx7mlN1R { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:18.5625rem;top:29.8125rem;left:20.71875rem;overflow:hidden;display:block; }
#qTqvKchoFtC6eTVVvpdSVSLXykK0kAMD { position:absolute;display:block;z-index:15037;background-color:#f1f3f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5625rem 0.625rem 0.9375rem rgba(0,0,0,0.4) ;height:34.875rem;width:18.5625rem;top:13.8125rem;left:41.3125rem;display:block; }
#bMt507lgw3HOUf4hvvplnSZ1Bzb4zAoE { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:18.5rem;top:29.84375rem;left:41.5rem;overflow:hidden;display:block; }
#MxXLob4sEADBB181nKxl1g6WaShr3NVc { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.4375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:17.99609375rem;left:41.3125rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THTMXIK6NfBCC5EyhnR7dbRrvrKzdJAD { color:#ca185d;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:1.75rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:26.8740234375rem;left:41.3125rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sPafLGaPhW7ECT9HdJVT8fwNX1vyffxQ { background-color:#ca185d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sports med";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:43.75rem;left:21.78125rem;display:block; }
#O3KxbUNTLihh2nyWmooudME23vcFILMN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SRoSUSMAzfl0qm28xf28XI1B9hNbJKkK { background-color:#ca185d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sports med";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:43.75rem;left:42.375rem;display:block; }
#tq8ynBewPNiBTmpJTTkg1OSX1BTefs9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQxODwhsiMHMCqz7CLG2y46Ud5JihED2 { background-color:#ca185d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sports med";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:43.75rem;left:1.0625rem;display:block; }
#gGLrlRhmkJBI5arfrhQm41VqFBGwIPeb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uc7VSenBc50cXhy1HDlNmf4LARLrt2F3 { color:#041e47;display:block;width:60rem;position:absolute;font-family:sports-med;font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.30859375rem;left:0rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mr0XgwNlz211S7ZaIBQkODWxzaGUNFPI { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"sports med";font-size:2.5rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:22.75rem;left:41.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb > .row .container { background-color: transparent; background-image: none; }#F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb > .row .container > .video-iframe-container { display: none; }#F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb > .row > .video-iframe-container { display: none; }#F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb > .row .container { border-width: 0; border-radius: 0; }#F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#pQdo7msnT5PxJ5wSHK47fMM479wZ25NH { color:#041e47;display:block;width:60rem;position:absolute;font-family:sports-med;font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW > .row .container { background-color: transparent; background-image: none; }#kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW > .row .container > .video-iframe-container { display: none; }#kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW > .row > .video-iframe-container { display: none; }#kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW > .row .container { border-width: 0; border-radius: 0; }#kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#ZOyFMDnNeTeq2T2wNqmdEodIEpVWrLRR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GyD6ZbOp8p4H7OTAsOSwZCbGlH6z0K1P { color:#041e47;display:block;width:28rem;position:absolute;font-family:sports-med;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:31rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pSNzGFT8TtaVBhmiyz6yWlCBIUumkmhb { background-color:#ffc0cb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sports med";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:14.4375rem;left:42.625rem;display:block; }
#crEmQR4MoeJedaH624PKqH65hM0sSquU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rupUW1Vo94hC4oSWJaZCpWUheOhrDLRN { color:#041e47;display:block;width:28rem;position:absolute;font-family:sports-med;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.92236328125rem;left:31rem;height:8.53025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD > .row .container { background-color: transparent; background-image: none; }#TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD > .row .container > .video-iframe-container { display: none; }#TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD > .row > .video-iframe-container { display: none; }#TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD > .row .container { border-width: 0; border-radius: 0; }#TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#OPJrgXSZUQpphTiDTUTNp7FQz8zJqSfJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:30rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#DZ3nINssb60kl649EtcUvNVuO84K6Q24 { color:#041e47;display:block;width:29.0625rem;position:absolute;font-family:sports-med;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xEFx9wbCXFOsL4JBsF0iLQ234I2yDytH { background-color:#ffc0cb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sports med";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:13.6396484375rem;left:12.09375rem;display:block; }
#P5fN6SieVRa08qzQ2AC2WbJyn8bnnyWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S1fyD5srszGCucmF59VVUwT89aT0Ebzh { color:#041e47;display:block;width:28rem;position:absolute;font-family:sports-med;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:1rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GGlI2Eg5bd50765NTmSOaN96guA8Ztda { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GGlI2Eg5bd50765NTmSOaN96guA8Ztda > .row .container { background-color: transparent; background-image: none; }#GGlI2Eg5bd50765NTmSOaN96guA8Ztda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGlI2Eg5bd50765NTmSOaN96guA8Ztda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGlI2Eg5bd50765NTmSOaN96guA8Ztda > .row .container > .video-iframe-container { display: none; }#GGlI2Eg5bd50765NTmSOaN96guA8Ztda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGlI2Eg5bd50765NTmSOaN96guA8Ztda > .row > .video-iframe-container { display: none; }#GGlI2Eg5bd50765NTmSOaN96guA8Ztda > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGlI2Eg5bd50765NTmSOaN96guA8Ztda > .row .container { border-width: 0; border-radius: 0; }#GGlI2Eg5bd50765NTmSOaN96guA8Ztda > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGlI2Eg5bd50765NTmSOaN96guA8Ztda > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#XTfIinRk4gVbwEeDIWdze1w4laOkvhaU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:29.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fcVc3sgr5JzObGAod078B165tsm8l98m { color:#041e47;display:block;width:29.0625rem;position:absolute;font-family:sports-med;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:30.9375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FlzgZsSqTeu2FGss6mTTi9VpWvH3ra2s { background-color:#ffc0cb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#040404;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sports med";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:14.21875rem;left:42.59375rem;display:block; }
#QETUhAwV6vgL1Kie4m24zqRBMPh5pQ7d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W29E7JNNbl1qv9rbf9UPT6Zmv3JnBUqq { color:#041e47;display:block;width:28rem;position:absolute;font-family:sports-med;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.8125rem;left:31rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 > .row .container { background-color: transparent; background-image: none; }#ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 > .row .container > .video-iframe-container { display: none; }#ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 > .row > .video-iframe-container { display: none; }#ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 > .row .container { border-width: 0; border-radius: 0; }#ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#wC8sG0qDGG1EVkdQUf83MB3CDAyv4qVl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:30rem;top:0rem;left:30.125rem;overflow:hidden;display:block; }
#JGBLKZIqPDcth7QDepRzt1cflG8frb0k { color:#041e47;display:block;width:28.375rem;position:absolute;font-family:sports-med;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:0.8125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h3QtPahLHki6SIZHhfQg3RTOZPZhmQdp { background-color:#ffc0cb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sports med";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:14.09375rem;left:11.625rem;display:block; }
#Edv1Fkeb5ppxIGU6Q2TxJsMsCp5IaaRq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCtQTDb1NXgi5okqVJs5Vow2A1A0IoXa { color:#041e47;display:block;width:28rem;position:absolute;font-family:sports-med;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.625rem;left:1rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GplANTScfJyX815wrOEvcwVwGBJxuh4M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc0cb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { background-color: transparent; background-image: none; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container > .video-iframe-container { display: none; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row > .video-iframe-container { display: none; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { border-width: 0; border-radius: 0; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#MLd6VDVMI3oza8wET6OI5vBOmm0xr76c { color:#5f5255;display:block;width:60rem;position:absolute;font-family:sports-med;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.921875rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe { display:block; }#tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pW9TVUcb0d7qrKqC6ZLzsp5KOF1vSp2X { top:1.5rem;left:17.28125rem;width:13.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N { display:block; }#aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JW0R3TmgXFKGEwaaLWrvxlTgeurtpZrq { top:18.25rem;left:0rem;width:23.9375rem;height:12.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv { display:flex;width:18rem;height:5.0625rem;top:30.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #Ecrcr8myiiXz5VxTKD4u0grqJlNSPKhr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #hvlpD69NNduJcKThqsTczmlFVi1pzkoz {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #G84yxGerINmmQHVE4bX1I16NulRx9gu0 {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #hX3wTelVFeBCaHWLpgikZhzO0BUnoG7T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #g2W90rZcmVHHSW7N3kogtSmnx267QptV {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #TWsWhvHF71ze45GMdwdZZ9vgPJqqJR1s {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #Tpa0TirQ8WzdS8CTUQW6Add5vyk4oy3A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #DV8p9wVcFcBWsDTcyTxfPxyyeOECwliQ {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #gOCwS9AC7uZFGNlKfPugowxAV73RQuMr {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #FyQPTUaDyzWuPr1GpH656nVsaHZytkPZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #RKOFN4Im3VH0VgAe7xPBH1MtbMtvI12m {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #itMpXLiaUUOuBgSBhgfAtTfG0KZrknfw {  }
 }@media only screen and (max-width: 763px) { #Xl93WsoA0Xh6D4kEktvaehx4bkBrxkWQ { top:6.125rem;left:0rem;width:29.625rem;height:8.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNX1nturp41cWb8Nexc0eWhdbWk7JEKX { top:2.75rem;left:0.625rem;width:47.125rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF { display:block; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mm5UAJAPLs7LsBhLtwyyl2SNvdvoLuXF { top:1.875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqViocaiIr1fcv1NJnLq0SXDeLIb1uyX { top:12.0625rem;left:0rem;width:18.5625rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGF3lRqZeFLv4lo5XEm9Omf1QGwMgHfo { top:28.125rem;left:0rem;width:18.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9ttEEJqiWE8VZAEFKntAF8Dk8UItD6e { width:16.4375rem;height:3.4375rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIdHlZozTqOiy26l8ixBTlW9Mv2Ki8nX { display:block; }
 }@media only screen and (max-width: 763px) { #tFTuS4t0BMDA4HMeNFIHEr6FR7ZN0J4t { top:12.0625rem;left:14.5625rem;width:18.5625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQdRZuSaT6Q1VLWlrxeTWiyieHvDuX7u { width:16.4375rem;height:3.4375rem;top:41.9375rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRX5ltid7d5AtqlCbU55zbBuNQIC2M6f { display:block; }
 }@media only screen and (max-width: 763px) { #i9tO6HbalqWsmryBaZU4hhxtGO5utAyU { top:12.0625rem;left:29.1875rem;width:18.5625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATmT9UfMvPD5NEV8L6mcMoV5bbT3QWdz { top:15.4375rem;left:0rem;width:18.6875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yigo5ioeWoJyzB7p7yGUI7gALuc8TUli { top:19.6875rem;left:0rem;width:18.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7P2tOZRoJ1TZQ2vXu8KESnd8iBqosVE { top:22.9375rem;left:0rem;width:18.6875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D31MknPANp6aqpUWPrXAToZhuJmI8m6t { top:15.375rem;left:14.71875rem;width:18.3125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUQT3xpT7GP9B1lQK3BoHgFr6tWzKUCg { top:20.875rem;left:14.53125rem;width:18.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L87PZBmHdkTIzDXg5hiHEKiz4ZE5p0xo { top:24.25rem;left:14.53125rem;width:18.6875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPf2RTRgNrPi84VFU4nbuVUnKRWnwzIE { top:16.3125rem;left:29.0625rem;width:18.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5mKSKIkTWmnrnJoefilTTsbrJ9APau { top:20.875rem;left:29.0625rem;width:18.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9IDQK3uVQlr0F1VraLs4czrgvhyVPkT { top:24.0625rem;left:29.0625rem;width:18.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpEU5lFPBcSWRFKR7Rmcxt4EwvNyA2FJ { width:16.4375rem;height:3.4375rem;top:41.9375rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy7IPuEBOelb1uD4pTnOZScIWHhIbr00 { display:block; }
 }@media only screen and (max-width: 763px) { #zHTcfuD8OrET7ceiF4azinboLN02gal1 { top:28.1875rem;left:29.3125rem;width:18.4375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdCV2yBD7FxTgIqGBlTbP1EqM4lHkhIQ { top:28.125rem;left:14.59375rem;width:18.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6Eo1vqwUxzoraQ0ha5dFaWOVwUO2Hm { top:12.0625rem;left:20.25rem;width:7.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmfoZJTgVgEWdRspUPy74TP0hx3DDuMH { top:31.5625rem;left:0rem;width:6.125rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzJXzvSLyNJIRMmJxTwciMpxVvFruXkq { top:29.5625rem;left:0rem;width:6.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp { display:block; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbXCn3ka6DJ8iFgwPn5IGzkVZPTFwnkm { width:9.375rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #niNcwoTp9QagXtMzCTgr3lPaVTtwr5OG { top:4.0625rem;left:29.1875rem;width:18.5625rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1xCHXhOqVfT8zLqnXMhwKhaSzXokWJH { top:19.5625rem;left:29.1875rem;width:18.5625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMeu4naCJb36gb1cLI17BwFr4OssOqlh { top:7.0625rem;left:29.0625rem;width:18.6875rem;height:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHOs8wVpT6VobP5RxREm4PVbSH34zPK6 { top:16rem;left:29.0625rem;width:18.6875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKTFmk0cMUmdrMvImsSfgzubFscdIrrl { top:12.875rem;left:29.0625rem;width:18.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmIq6594LpClu9EaXVHkWl42S4gobelJ { top:3.9375rem;left:14.625rem;width:18.5625rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaJWWm63UnAWoPJXWeDNNTMw2Z609MdM { top:19.3125rem;left:14.5rem;width:18.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia63hdRpglROs2k9hAHcFxZPFDZ12at5 { top:16rem;left:14.5625rem;width:18.6875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcLmsVB7OVPCJxsU6fALZXS7fuZREQ47 { top:12.0625rem;left:14.53125rem;width:18.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OetfUvCAWGOVGqnTkkQsAJIlp2tp4L2W { top:8rem;left:14.53125rem;width:18.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD02ygsLEZiq98hzxCZbX8yZ1zkITh7L { width:16.4375rem;height:3.4375rem;top:34.125rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCelPfAIpJGSc9wkae3nRGIMy6hLIThL { display:block; }
 }@media only screen and (max-width: 763px) { #Wcbx5FSNhUr6x2ABIe5cilrfUmgFfOuX { width:16.4375rem;height:3.4375rem;top:34.125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWz77mFTHUJxPwwesEsp93E8nrrD9hiH { display:block; }
 }@media only screen and (max-width: 763px) { #ak4h8plk3BkDG0DZVrNqMbUnUdpVVPSQ { top:3.8125rem;left:0rem;width:18.5625rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl8Z5fuCtmqMDqpHw4VSn9ukhlH3EdT8 { width:16.4375rem;height:3.4375rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9sk6LAN7RpRdep9CnfN0Qx1hwCkesFH { display:block; }
 }@media only screen and (max-width: 763px) { #C6EhPGtdp1x87XMqHiEPn0JgJpV2Hu4h { top:19.4375rem;left:0rem;width:18.5625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn7SAdtPsAeOZcriuPXUqWdXqGXGOQS8 { top:7.9375rem;left:0rem;width:18.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAT8NwH1HsxsIWwTRNCllTRqKtrncf00 { top:16.1875rem;left:0rem;width:18.6875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkPA1huspGpUpOadT58Z0HkGd6s8EoES { top:12.0625rem;left:0rem;width:18.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa { display:block; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTQpUezAypMOtvamfpRC77sTnMO0yvU4 { top:13.8125rem;left:0rem;width:18.5625rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3SGy6NbIscbeQ4owHps1kx2QJQ8tTC7 { top:22.75rem;left:0rem;width:18.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pclKtWkUo2uS7JUH2WSXDIl63mawEg07 { top:17.0625rem;left:0rem;width:18.6875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1yC23SXfXGBVFaElh0kuh9tTKf6x75f { top:26.8125rem;left:0rem;width:18.6875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9hDZIORavCZVUrOZiwUCuAgu5LH7IPx { top:29.875rem;left:0rem;width:18.375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJp7oZN5a1GgLZ9QTtSDafcnSaVH17k0 { top:26.875rem;left:14.53125rem;width:18.6875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWiesoVKof81iv6yvXGT4nU64TadrXL6 { top:16.4375rem;left:14.53125rem;width:18.6875rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgotD3R81uJh9EK6MFtRzQ6dKVo1HWmi { top:22.75rem;left:14.53125rem;width:18.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpkNcNMF6nWZ78TS6Flm4yJOJUcba0tv { top:13.8125rem;left:14.59375rem;width:18.5625rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #v67bkHwZLcne0syRn2ARZcxdrx7mlN1R { top:29.8125rem;left:14.59375rem;width:18.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTqvKchoFtC6eTVVvpdSVSLXykK0kAMD { top:13.8125rem;left:29.1875rem;width:18.5625rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMt507lgw3HOUf4hvvplnSZ1Bzb4zAoE { top:29.8125rem;left:29.25rem;width:18.5rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxXLob4sEADBB181nKxl1g6WaShr3NVc { top:17.9375rem;left:29.0625rem;width:18.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THTMXIK6NfBCC5EyhnR7dbRrvrKzdJAD { top:26.8125rem;left:29.0625rem;width:18.6875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPafLGaPhW7ECT9HdJVT8fwNX1vyffxQ { width:16.4375rem;height:3.4375rem;top:43.75rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3KxbUNTLihh2nyWmooudME23vcFILMN { display:block; }
 }@media only screen and (max-width: 763px) { #SRoSUSMAzfl0qm28xf28XI1B9hNbJKkK { width:16.4375rem;height:3.4375rem;top:43.75rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq8ynBewPNiBTmpJTTkg1OSX1BTefs9k { display:block; }
 }@media only screen and (max-width: 763px) { #hQxODwhsiMHMCqz7CLG2y46Ud5JihED2 { width:16.4375rem;height:3.4375rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGLrlRhmkJBI5arfrhQm41VqFBGwIPeb { display:block; }
 }@media only screen and (max-width: 763px) { #uc7VSenBc50cXhy1HDlNmf4LARLrt2F3 { top:2.25rem;left:0rem;width:47.75rem;height:8.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0XgwNlz211S7ZaIBQkODWxzaGUNFPI { top:22.75rem;left:29.0625rem;width:18.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb { display:block; }#F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQdo7msnT5PxJ5wSHK47fMM479wZ25NH { top:1.1875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW { display:block; }#kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOyFMDnNeTeq2T2wNqmdEodIEpVWrLRR { top:0rem;left:0rem;width:30rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyD6ZbOp8p4H7OTAsOSwZCbGlH6z0K1P { top:0rem;left:19.75rem;width:28rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSNzGFT8TtaVBhmiyz6yWlCBIUumkmhb { width:16.4375rem;height:3.4375rem;top:14.4375rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crEmQR4MoeJedaH624PKqH65hM0sSquU { display:block; }
 }@media only screen and (max-width: 763px) { #rupUW1Vo94hC4oSWJaZCpWUheOhrDLRN { top:3.875rem;left:19.75rem;width:28rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD { display:block; }#TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPJrgXSZUQpphTiDTUTNp7FQz8zJqSfJ { top:0rem;left:17.75rem;width:30rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ3nINssb60kl649EtcUvNVuO84K6Q24 { top:1.0625rem;left:0rem;width:29.0625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEFx9wbCXFOsL4JBsF0iLQ234I2yDytH { width:16.4375rem;height:3.4375rem;top:13.625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5fN6SieVRa08qzQ2AC2WbJyn8bnnyWJ { display:block; }
 }@media only screen and (max-width: 763px) { #S1fyD5srszGCucmF59VVUwT89aT0Ebzh { top:4.375rem;left:0rem;width:28rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGlI2Eg5bd50765NTmSOaN96guA8Ztda { display:block; }#GGlI2Eg5bd50765NTmSOaN96guA8Ztda > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTfIinRk4gVbwEeDIWdze1w4laOkvhaU { top:0rem;left:0rem;width:29.9375rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVc3sgr5JzObGAod078B165tsm8l98m { top:1.3125rem;left:18.6875rem;width:29.0625rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlzgZsSqTeu2FGss6mTTi9VpWvH3ra2s { width:16.4375rem;height:3.4375rem;top:14.1875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QETUhAwV6vgL1Kie4m24zqRBMPh5pQ7d { display:block; }
 }@media only screen and (max-width: 763px) { #W29E7JNNbl1qv9rbf9UPT6Zmv3JnBUqq { top:6.8125rem;left:19.75rem;width:28rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 { display:block; }#ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wC8sG0qDGG1EVkdQUf83MB3CDAyv4qVl { top:0rem;left:17.75rem;width:30rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGBLKZIqPDcth7QDepRzt1cflG8frb0k { top:1.5rem;left:0rem;width:28.375rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3QtPahLHki6SIZHhfQg3RTOZPZhmQdp { width:16.4375rem;height:3.4375rem;top:14.0625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edv1Fkeb5ppxIGU6Q2TxJsMsCp5IaaRq { display:block; }
 }@media only screen and (max-width: 763px) { #OCtQTDb1NXgi5okqVJs5Vow2A1A0IoXa { top:4.625rem;left:0rem;width:28rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GplANTScfJyX815wrOEvcwVwGBJxuh4M { display:block; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLd6VDVMI3oza8wET6OI5vBOmm0xr76c { top:1.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe { display:block; }#tccxCxnTSSu7ESMh9q0i9vRiaD32TuEe > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pW9TVUcb0d7qrKqC6ZLzsp5KOF1vSp2X { width:13.1875rem;height:2.5625rem;top:3.125rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N { display:block; }#aTpu7kDDWFHNLGZZDDWCHBc7OrHSNP1N > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JW0R3TmgXFKGEwaaLWrvxlTgeurtpZrq { width:20rem;height:7.7173125rem;top:5.6742186546326rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv { display:flex;width:18rem;height:5.0625rem;top:26.75146484375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #Ecrcr8myiiXz5VxTKD4u0grqJlNSPKhr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #hvlpD69NNduJcKThqsTczmlFVi1pzkoz {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #G84yxGerINmmQHVE4bX1I16NulRx9gu0 {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #hX3wTelVFeBCaHWLpgikZhzO0BUnoG7T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #g2W90rZcmVHHSW7N3kogtSmnx267QptV {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #TWsWhvHF71ze45GMdwdZZ9vgPJqqJR1s {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #Tpa0TirQ8WzdS8CTUQW6Add5vyk4oy3A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #DV8p9wVcFcBWsDTcyTxfPxyyeOECwliQ {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #gOCwS9AC7uZFGNlKfPugowxAV73RQuMr {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #FyQPTUaDyzWuPr1GpH656nVsaHZytkPZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #RKOFN4Im3VH0VgAe7xPBH1MtbMtvI12m {  }
 }@media only screen and (max-width: 763px) { #UCxe7CUFI58SFLn2hh8u9VIvc9AH3Esv #itMpXLiaUUOuBgSBhgfAtTfG0KZrknfw {  }
 }@media only screen and (max-width: 763px) { #Xl93WsoA0Xh6D4kEktvaehx4bkBrxkWQ { width:20rem;height:4.0625rem;top:1.111328125rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QNX1nturp41cWb8Nexc0eWhdbWk7JEKX { width:14.5rem;height:13.3125rem;top:13.39111328125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF { display:block; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container { width:20rem;height:103.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mm5UAJAPLs7LsBhLtwyyl2SNvdvoLuXF { width:20rem;height:3.25rem;top:1.3734378814698rem;left:0rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #TqViocaiIr1fcv1NJnLq0SXDeLIb1uyX { width:18.5625rem;height:30.625rem;top:6.9648361206056rem;left:0.68749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGF3lRqZeFLv4lo5XEm9Omf1QGwMgHfo { width:18.5625rem;height:12.375rem;top:19.276571273804rem;left:0.71796876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9ttEEJqiWE8VZAEFKntAF8Dk8UItD6e { width:16.4375rem;height:3.4375rem;top:32.589836120606rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIdHlZozTqOiy26l8ixBTlW9Mv2Ki8nX { display:block; }
 }@media only screen and (max-width: 763px) { #tFTuS4t0BMDA4HMeNFIHEr6FR7ZN0J4t { width:18.5625rem;height:30.625rem;top:38.839836120606rem;left:0.68749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQdRZuSaT6Q1VLWlrxeTWiyieHvDuX7u { width:16.4375rem;height:3.4375rem;top:64.464836120606rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRX5ltid7d5AtqlCbU55zbBuNQIC2M6f { display:block; }
 }@media only screen and (max-width: 763px) { #i9tO6HbalqWsmryBaZU4hhxtGO5utAyU { width:18.5625rem;height:30.625rem;top:70.651562571525rem;left:0.71796876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATmT9UfMvPD5NEV8L6mcMoV5bbT3QWdz { width:18.6875rem;height:3.574225rem;top:8.0898361206056rem;left:0.68749994039537rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yigo5ioeWoJyzB7p7yGUI7gALuc8TUli { width:18.6875rem;height:2.5996125rem;top:11.66357421875rem;left:0.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7P2tOZRoJ1TZQ2vXu8KESnd8iBqosVE { width:18.6875rem;height:2.03125rem;top:15.27685546875rem;left:0.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D31MknPANp6aqpUWPrXAToZhuJmI8m6t { width:18.6875rem;height:3.57421875rem;top:41.4775390625rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUQT3xpT7GP9B1lQK3BoHgFr6tWzKUCg { width:18.6875rem;height:2.5996125rem;top:44.9892578125rem;left:0.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L87PZBmHdkTIzDXg5hiHEKiz4ZE5p0xo { width:18.6875rem;height:2.03125rem;top:47.5888671875rem;left:0.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPf2RTRgNrPi84VFU4nbuVUnKRWnwzIE { width:18.6875rem;height:1.7875rem;top:71.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5mKSKIkTWmnrnJoefilTTsbrJ9APau { width:18.6875rem;height:2.6rem;top:73.862501144406rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9IDQK3uVQlr0F1VraLs4czrgvhyVPkT { width:18.6875rem;height:2.5996125rem;top:77.02490234375rem;left:0.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpEU5lFPBcSWRFKR7Rmcxt4EwvNyA2FJ { width:16.4375rem;height:3.4375rem;top:95.875rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy7IPuEBOelb1uD4pTnOZScIWHhIbr00 { display:block; }
 }@media only screen and (max-width: 763px) { #zHTcfuD8OrET7ceiF4azinboLN02gal1 { width:18.625rem;height:12.375rem;top:81.6826171875rem;left:0.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdCV2yBD7FxTgIqGBlTbP1EqM4lHkhIQ { width:17.9375rem;height:11.875rem;top:50.21435546875rem;left:1.0398009950248rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6Eo1vqwUxzoraQ0ha5dFaWOVwUO2Hm { width:7.25rem;height:3.9375rem;top:38.83935546875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmfoZJTgVgEWdRspUPy74TP0hx3DDuMH { width:4.625rem;height:3.16845625rem;top:23.8798828125rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzJXzvSLyNJIRMmJxTwciMpxVvFruXkq { width:5.1875rem;height:5.375rem;top:22.5263671875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp { display:block; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container { width:20rem;height:100.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbXCn3ka6DJ8iFgwPn5IGzkVZPTFwnkm { top:70.0625rem;left:6.625rem;width:6.75rem;height:1.1875rem;z-index:15051;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #niNcwoTp9QagXtMzCTgr3lPaVTtwr5OG { width:18.5625rem;height:30.625rem;top:68.57861328125rem;left:0.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1xCHXhOqVfT8zLqnXMhwKhaSzXokWJH { width:18.5625rem;height:11.75rem;top:79.79736328125rem;left:0.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMeu4naCJb36gb1cLI17BwFr4OssOqlh { width:18.6875rem;height:1.54345625rem;top:72.0625rem;left:0.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHOs8wVpT6VobP5RxREm4PVbSH34zPK6 { width:18.6875rem;height:2.03125rem;top:77.14013671875rem;left:0.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKTFmk0cMUmdrMvImsSfgzubFscdIrrl { width:18.6875rem;height:2.5996125rem;top:74.54052734375rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmIq6594LpClu9EaXVHkWl42S4gobelJ { width:18.5625rem;height:31.0625rem;top:36.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaJWWm63UnAWoPJXWeDNNTMw2Z609MdM { width:18.75rem;height:12.125rem;top:47.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia63hdRpglROs2k9hAHcFxZPFDZ12at5 { width:18.6875rem;height:2.03125rem;top:44.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcLmsVB7OVPCJxsU6fALZXS7fuZREQ47 { width:18.6875rem;height:2.5996125rem;top:40.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OetfUvCAWGOVGqnTkkQsAJIlp2tp4L2W { width:18.6875rem;height:1.7871125rem;top:38.25rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD02ygsLEZiq98hzxCZbX8yZ1zkITh7L { width:16.4375rem;height:3.4375rem;top:94.45361328125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCelPfAIpJGSc9wkae3nRGIMy6hLIThL { display:block; }
 }@media only screen and (max-width: 763px) { #Wcbx5FSNhUr6x2ABIe5cilrfUmgFfOuX { width:16.4375rem;height:3.4375rem;top:62.125rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWz77mFTHUJxPwwesEsp93E8nrrD9hiH { display:block; }
 }@media only screen and (max-width: 763px) { #ak4h8plk3BkDG0DZVrNqMbUnUdpVVPSQ { width:18.5625rem;height:33.25rem;top:1.291015625rem;left:0.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl8Z5fuCtmqMDqpHw4VSn9ukhlH3EdT8 { width:16.4375rem;height:3.4375rem;top:28.541015625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9sk6LAN7RpRdep9CnfN0Qx1hwCkesFH { display:block; }
 }@media only screen and (max-width: 763px) { #C6EhPGtdp1x87XMqHiEPn0JgJpV2Hu4h { width:18.4375rem;height:12.25rem;top:14.166015625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn7SAdtPsAeOZcriuPXUqWdXqGXGOQS8 { width:18.6875rem;height:1.7871125rem;top:3.916015625rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAT8NwH1HsxsIWwTRNCllTRqKtrncf00 { width:18.6875rem;height:2.03125rem;top:10.74072265625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkPA1huspGpUpOadT58Z0HkGd6s8EoES { width:18.6875rem;height:2.5996125rem;top:7.32861328125rem;left:0.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa { display:block; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container { width:20rem;height:110rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTQpUezAypMOtvamfpRC77sTnMO0yvU4 { width:18.5625rem;height:31.625rem;top:6.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3SGy6NbIscbeQ4owHps1kx2QJQ8tTC7 { width:18.6875rem;height:2.5996125rem;top:12.25rem;left:0.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pclKtWkUo2uS7JUH2WSXDIl63mawEg07 { width:18.6875rem;height:3.7373rem;top:7.5625rem;left:0.65625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1yC23SXfXGBVFaElh0kuh9tTKf6x75f { width:18.6875rem;height:2.03125rem;top:15.68701171875rem;left:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9hDZIORavCZVUrOZiwUCuAgu5LH7IPx { width:18.375rem;height:12.25rem;top:18.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJp7oZN5a1GgLZ9QTtSDafcnSaVH17k0 { width:18.6875rem;height:2.03125rem;top:52.017578125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWiesoVKof81iv6yvXGT4nU64TadrXL6 { width:18.6875rem;height:5.60595625rem;top:42.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgotD3R81uJh9EK6MFtRzQ6dKVo1HWmi { width:18.6875rem;height:2.5996125rem;top:48.73046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpkNcNMF6nWZ78TS6Flm4yJOJUcba0tv { width:18.5625rem;height:35rem;top:40.154296875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v67bkHwZLcne0syRn2ARZcxdrx7mlN1R { width:18.5625rem;height:12.375rem;top:56.154296875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTqvKchoFtC6eTVVvpdSVSLXykK0kAMD { width:18.5625rem;height:31.0625rem;top:76.404296875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMt507lgw3HOUf4hvvplnSZ1Bzb4zAoE { width:18.5rem;height:12.3125rem;top:87.748046875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxXLob4sEADBB181nKxl1g6WaShr3NVc { width:18.6875rem;height:1.86865rem;top:78.462890625rem;left:0.65625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THTMXIK6NfBCC5EyhnR7dbRrvrKzdJAD { width:18.6875rem;height:2.03125rem;top:84.2158203125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPafLGaPhW7ECT9HdJVT8fwNX1vyffxQ { width:16.4375rem;height:3.4375rem;top:70.091796875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3KxbUNTLihh2nyWmooudME23vcFILMN { display:block; }
 }@media only screen and (max-width: 763px) { #SRoSUSMAzfl0qm28xf28XI1B9hNbJKkK { width:16.4375rem;height:3.4375rem;top:101.654296875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq8ynBewPNiBTmpJTTkg1OSX1BTefs9k { display:block; }
 }@media only screen and (max-width: 763px) { #hQxODwhsiMHMCqz7CLG2y46Ud5JihED2 { width:16.4375rem;height:3.4375rem;top:32.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGLrlRhmkJBI5arfrhQm41VqFBGwIPeb { display:block; }
 }@media only screen and (max-width: 763px) { #uc7VSenBc50cXhy1HDlNmf4LARLrt2F3 { width:20rem;height:3.25rem;top:1.3125rem;left:0rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #Mr0XgwNlz211S7ZaIBQkODWxzaGUNFPI { width:18.6875rem;height:2.5996125rem;top:81.654296875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb { display:block; }#F59JQ7QrLlx0qJvmZlSmJ6ih4wdcadBb > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQdo7msnT5PxJ5wSHK47fMM479wZ25NH { width:19.5625rem;height:4.0625rem;top:0.65625rem;left:0.4375rem;font-size:1.5625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW { display:block; }#kXXvB4sJrGT2FPWAQBLAQ60WAmwTGrCW > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOyFMDnNeTeq2T2wNqmdEodIEpVWrLRR { width:20rem;height:12.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyD6ZbOp8p4H7OTAsOSwZCbGlH6z0K1P { width:19.375rem;height:1.86865rem;top:14.75rem;left:0.625rem;font-size:1.4375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #pSNzGFT8TtaVBhmiyz6yWlCBIUumkmhb { width:16.4375rem;height:3.4375rem;top:25.3603515625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crEmQR4MoeJedaH624PKqH65hM0sSquU { display:block; }
 }@media only screen and (max-width: 763px) { #rupUW1Vo94hC4oSWJaZCpWUheOhrDLRN { width:19.4375rem;height:6.499rem;top:17.5625rem;left:0.5625rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD { display:block; }#TCyyep0FvKPI5l7FNcb4WPD9rbu83MdD > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPJrgXSZUQpphTiDTUTNp7FQz8zJqSfJ { width:20rem;height:12.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ3nINssb60kl649EtcUvNVuO84K6Q24 { width:19rem;height:1.86865rem;top:14.375rem;left:0.5rem;font-size:1.4375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #xEFx9wbCXFOsL4JBsF0iLQ234I2yDytH { width:16.4375rem;height:3.4375rem;top:25.4853515625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5fN6SieVRa08qzQ2AC2WbJyn8bnnyWJ { display:block; }
 }@media only screen and (max-width: 763px) { #S1fyD5srszGCucmF59VVUwT89aT0Ebzh { width:19.3125rem;height:6.499rem;top:17.486328125rem;left:0.34375rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #GGlI2Eg5bd50765NTmSOaN96guA8Ztda { display:block; }#GGlI2Eg5bd50765NTmSOaN96guA8Ztda > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTfIinRk4gVbwEeDIWdze1w4laOkvhaU { width:20rem;height:12.400835073069rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVc3sgr5JzObGAod078B165tsm8l98m { width:19.625rem;height:3.73730625rem;top:14.89990234375rem;left:0.375rem;font-size:1.4375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #FlzgZsSqTeu2FGss6mTTi9VpWvH3ra2s { width:16.4375rem;height:3.4375rem;top:25.8857421875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QETUhAwV6vgL1Kie4m24zqRBMPh5pQ7d { display:block; }
 }@media only screen and (max-width: 763px) { #W29E7JNNbl1qv9rbf9UPT6Zmv3JnBUqq { width:19.375rem;height:5.19921875rem;top:19.33740234375rem;left:0.625rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 { display:block; }#ehc5EOXkTlkAFEuapW3JTE8KTfldDxp6 > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wC8sG0qDGG1EVkdQUf83MB3CDAyv4qVl { width:20rem;height:12.458rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGBLKZIqPDcth7QDepRzt1cflG8frb0k { width:20rem;height:1.86865rem;top:13.375rem;left:0rem;font-size:1.4375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #h3QtPahLHki6SIZHhfQg3RTOZPZhmQdp { width:16.4375rem;height:3.4375rem;top:24.3603515625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edv1Fkeb5ppxIGU6Q2TxJsMsCp5IaaRq { display:block; }
 }@media only screen and (max-width: 763px) { #OCtQTDb1NXgi5okqVJs5Vow2A1A0IoXa { width:19.4375rem;height:6.499rem;top:16.625rem;left:0rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #GplANTScfJyX815wrOEvcwVwGBJxuh4M { display:block; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLd6VDVMI3oza8wET6OI5vBOmm0xr76c { width:20rem;height:5.8476625rem;top:0rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }