.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;
}
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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f0faff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z > .row .container { background-color: transparent; background-image: none; }#cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z > .row .container > .video-iframe-container { display: none; }#cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z > .row > .video-iframe-container { display: none; }#cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z > .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); }#cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z > .row .container { border-width: 0; border-radius: 0; }#cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z > .row > .video-iframe-container {  }#cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F .widget-text.counter-number { border-top:0.125rem solid #ffd600;border-left:0.125rem solid #ffd600;border-right:0.125rem solid #ffd600;border-bottom:0.125rem solid #ffd600;background-color:#ffffff;background-image:none;color:#000000;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:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F .widget-text.counter-label { background-color:;background-image:none;color:#ffd600;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:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F { 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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.28125rem;left:29.21875rem;z-index:100000; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #oaTeC8bameg79CsTCHXJHHypTyXJ1wFT { display:flex;position:relative;top:0rem;left:0rem; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #KJmluqLQ6KkeLl0qHOnnsTJkzaTyK6qV { width:auto; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #fPxTacFCmZ9S31gOQTTc6U8bdRygwx3w {  }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #gebIOV71IZXuU919NoSENAxVo6aTq6D9 { display:flex;position:relative;top:0rem;left:0rem; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #MWAlrKln2O8RM7HGLoR4A2HUu7LKCHeX {  }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #oanhTgotWz3txBcaOu1rJVBwtC04LAAl {  }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #MlMKTsApVverusH9Rpdr9yMC2c87Iylp { display:flex;position:relative;top:0rem;left:0rem; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #HhMZbpSFVu0XyW68gc37zsvfUAo7V7ee {  }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #K8BGN2uBXEIggD9VeMPIovDAyWwlen2d {  }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #V3xQOqdfeQyRtAWks6TZ8VaeFdg1qW0t { display:flex;position:relative;top:0rem;left:0rem; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #HnSwcL4l9yd4KGT1sJbc4ETO3yhPyWnP {  }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #xGPgHIQTRfbTCBLIaDBG98KwENIEeKSr {  }
#UyWU9n4XBMqo2z1x5Sz4uSQXkv4MqWkH { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.75rem;left:14.78125rem;height:1.6253875rem;display:block; }
#qFy43mfpsoUCk0vp9sEfGx2vtHwXdbtS { z-index:100000;top:1.84375rem;left:51.25rem;background-color:#ff004c;background-image:none;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.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VAbBqc7ghILm7DUB5Ra9cseH5cxfGnG6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;z-index:auto;display:block; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container { background-color: transparent; background-image: none; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container > .video-iframe-container { display: none; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row > .video-iframe-container { display: none; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .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); }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container { border-width: 0; border-radius: 0; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row > .video-iframe-container {  }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:19.3125rem;top:8.15625rem;left:2.625rem;overflow:hidden;display:block; }
#ilo3sKmSDFiypDR52hzD8bJHVQ7CIQxc { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:21.875rem;top:7.9375rem;left:51.875rem;overflow:hidden;display:block; }
#zhrkwrm4HSzSEKKqKbry1QA9HHBvK8uc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:36.9375rem;display:none; }
#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(23deg, #193463, #459de5);background-image: -moz-linear-gradient(23deg, #193463, #459de5);background-image: -ms-linear-gradient(23deg, #193463, #459de5);background-image: -o-linear-gradient(23deg, #193463, #459de5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#193463', endColorstr='#459de5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#193463', endColorstr='#459de5' );";background-image: linear-gradient(23deg, #193463, #459de5);background-size:auto !important;position:relative;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container {  }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { background-color:#ff0055;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.6875rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:25.375rem;left:4.3125rem;display:block; }
#BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NGtd9SkDIsxARq3TG70fK7uHUZULE0do { color:#000000;display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:18.4375rem;left:4.3125rem;height:5.2246125rem;font-style:normal;display:block; }
#SzUfbB7KhQsskLaNVVTv41eX0gvzUEw5 { color:#ff6b6b;display:block;width:33rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:30.5625rem;left:4.3125rem;height:2.88541875rem;display:block; }
#x93gbKOcGGBFvvgtUKJwHBLTCZOk8ZxQ { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:"poppins light";font-size:1rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:35.1875rem;left:4.3125rem;height:1.29980625rem;display:block; }
#FcN1EguPA4LiO4v6uCdV4epWxX0sUVu0 { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.0625rem;width:26.625rem;top:5.46875rem;left:40.75rem;overflow:hidden;display:block; }
#RmfZg09ci0U5TGyB2EJ3XcGRS1XtG3WQ { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:32.375rem;top:1.625rem;left:1.0625rem;overflow:hidden;display:block; }
#fRgTvN1rCJ2L5Bx4hO3bxT69tvb0pAcC { color:#000000;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:5.875rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:11.0498046875rem;left:4.3125rem;height:7.6374375rem;display:block; }
#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { background-color: transparent; background-image: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .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); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { border-width: 0; border-radius: 0; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container {  }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.40625rem;left:6.4375019073488rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container { background-color: transparent; background-image: none; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container > .video-iframe-container { display: none; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row > .video-iframe-container { display: none; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .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); }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container { border-width: 0; border-radius: 0; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row > .video-iframe-container {  }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;position:relative;display:block; }#POaOXDdeCKp2sSXTsWHQ9nB2OVKRxJDc { color:#000000;display:block;width:54.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:0.947265625rem;left:10.34375rem;height:18.1640625rem;text-align:center;text-align-last:center;display:block; }
#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;display:block; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container { background-color: transparent; background-image: none; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container > .video-iframe-container { display: none; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row > .video-iframe-container { display: none; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .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); }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container { border-width: 0; border-radius: 0; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row > .video-iframe-container {  }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#JeanDWQZ3nfDDUISCdoScy9h7hFhSdEg { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.40625rem;left:6.4375019073488rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc { position:relative;display:block; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc { background-color: transparent; background-image: none; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row .container > .video-iframe-container { display: none; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row > .video-iframe-container { display: none; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .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); }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc { border-width: 0; border-radius: 0; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row .container > .video-iframe-container {  }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row .container { border-top:0.0625rem solid #b0b0b0;border-left:0.0625rem solid #b0b0b0;border-right:0.0625rem solid #b0b0b0;border-bottom:0.0625rem solid #b0b0b0;background-color:#f0faff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#XX8A4h9i67p6ghbDRewuoJuLX2KvT6QK { position:absolute;display:block;z-index:100008;background-color:#003780;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4rem;width:4rem;top:1.875rem;left:3.6875rem;display:block; }
#XvQLBHtlOiPJeCyuAeLwJp1uWvR5VGHW { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:2.625rem;left:4.5rem;overflow:hidden;display:block; }
#Q5qeuk4QDQeWBgJxl6HB4JdHoxKvGsnH { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"poppins extra bold";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:1.96875rem;left:10.9375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.25rem;left:40.375rem;height:;display:block; }#iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X li:before{  }
#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn { position:relative;display:block; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn { background-color: transparent; background-image: none; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row .container > .video-iframe-container { display: none; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row > .video-iframe-container { display: none; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .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); }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn { border-width: 0; border-radius: 0; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row .container > .video-iframe-container {  }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row .container { border-top:0.0625rem solid #b0b0b0;border-left:0.0625rem solid #b0b0b0;border-right:0.0625rem solid #b0b0b0;border-bottom:0.0625rem solid #b0b0b0;background-color:#f0faff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#za8rI80M9q7QoO2VDW29r3iq1c6hDmNU { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"poppins extra bold";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:2.9375rem;left:10.9375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZL2ANF91tI5VXuhyD1eXhv8ZCcpBatdh { color:#000000;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:3.03125rem;left:40.34375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wJiReQ9oztf4dqmPPUhvGbPrvTJsivU5 { position:absolute;display:block;z-index:100010;background-color:#402975;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4rem;width:4rem;top:1.875rem;left:3.6875rem;display:block; }
#xfcxSQZPUkNx1EDIFtAiXoHJp070mOiU { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:2.625rem;left:4.5rem;overflow:hidden;display:block; }
#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr { position:relative;display:block; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr { background-color: transparent; background-image: none; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row .container > .video-iframe-container { display: none; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row > .video-iframe-container { display: none; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .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); }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr { border-width: 0; border-radius: 0; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row .container > .video-iframe-container {  }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row .container { border-top:0.0625rem solid #b0b0b0;border-left:0.0625rem solid #b0b0b0;border-right:0.0625rem solid #b0b0b0;border-bottom:0.0625rem solid #b0b0b0;background-color:#f0faff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#wvddanqufI4R1cV7qAaKV7EXnlGuWEnd { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"poppins extra bold";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:1.9375rem;left:10.9375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZoHEkk2uc0uwTVduM5iOWK8AvZOCETot { color:#000000;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:3.03125rem;left:40.34375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QoJzV9RbTOilyXMyV4pl4p82LM44aBJJ { position:absolute;display:block;z-index:100012;background-color:#801b6b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4rem;width:4rem;top:1.875rem;left:3.6875rem;display:block; }
#TrR9zH8PObzDEkuK6v1g0lLxVMiJCGsT { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:2.625rem;left:4.5rem;overflow:hidden;display:block; }
#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u { position:relative;display:block; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u { background-color: transparent; background-image: none; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row .container > .video-iframe-container { display: none; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row > .video-iframe-container { display: none; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .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); }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u { border-width: 0; border-radius: 0; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row .container > .video-iframe-container {  }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row .container { border-top:0.0625rem solid #b0b0b0;border-left:0.0625rem solid #b0b0b0;border-right:0.0625rem solid #b0b0b0;border-bottom:0.0625rem solid #b0b0b0;background-color:#f0faff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#kpSCneLInt4PtLTtnOgIzNs5VJADJxTq { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"poppins extra bold";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:2.9375rem;left:11rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xZ1Zm2e8Tx76DtbDpCHkPcVUiiiMCPIi { color:#000000;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:3.03125rem;left:40.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N8ZZGo8ZJzvK3xE1KdoPPZX2WmXOKATq { position:absolute;display:block;z-index:100013;background-color:#bf0e60;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4rem;width:4rem;top:1.875rem;left:3.6875rem;display:block; }
#K35WwOkRIZuTPM9umBA8nn3h4Z7Wv8nZ { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:2.625rem;left:4.46875rem;overflow:hidden;display:block; }
#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA { position:relative;display:block; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA { background-color: transparent; background-image: none; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row .container > .video-iframe-container { display: none; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row > .video-iframe-container { display: none; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .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); }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA { border-width: 0; border-radius: 0; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row .container > .video-iframe-container {  }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row .container { border-top:0.0625rem solid #b0b0b0;border-left:0.0625rem solid #b0b0b0;border-right:0.0625rem solid #b0b0b0;border-bottom:0.0625rem solid #b0b0b0;background-color:#f0faff;background-image:none;font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#KrlhIPIC6aRx0ya73BvUXfLwZZWApeoW { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"poppins extra bold";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:1.7568359375rem;left:10.9375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KwMFc6DTWB2dt5wVx9WcduBlMitbEIyk { color:#000000;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:4.78125rem;left:40.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pRyFUazNBrcZbs19m5U7WwTfxB2V7Mut { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"poppins extra bold";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:4.375rem;left:10.9375rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XwQDPu7T9tkLCzlKSacsdhizV0P4932g { position:absolute;display:block;z-index:100014;background-color:#ff0055;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4rem;width:4rem;top:3.59375rem;left:3.6875rem;display:block; }
#DhDsdNE85sq6RhKzVAylzz8mDwTF5WxN { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:4.375rem;left:4.46875rem;overflow:hidden;display:block; }
#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;display:block; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container { background-color: transparent; background-image: none; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container > .video-iframe-container { display: none; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row > .video-iframe-container { display: none; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .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); }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container { border-width: 0; border-radius: 0; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row > .video-iframe-container {  }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#B05Nm9ge3wBZeIizVJFsGq52nVQ4DANr { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.40625rem;left:6.4375019073488rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container { background-color: transparent; background-image: none; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container > .video-iframe-container { display: none; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row > .video-iframe-container { display: none; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .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); }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container { border-width: 0; border-radius: 0; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row > .video-iframe-container {  }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#EPW8llxTdd7pEW0agz7DADFXI1U9pCKO { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:9.8212890625rem;left:2rem;height:7.1458125rem;text-align:center;text-align-last:center;display:block; }
#a0ZQzDLuGMIkUa2P6GAik9Di6DlNM3Ao { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.82187461853rem;left:38.281251907349rem;height:7.1458125rem;text-align:center;text-align-last:center;display:block; }
#Bh7QccmIfSbqtVT3o6aWA3FMUJLK21al { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:9.984375rem;left:21.875rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#sH6VdvPrTDxBFQW4kVGh2uuD3F7cqwrE { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9.82187461853rem;left:58.718748092651rem;height:5.359375rem;text-align:center;text-align-last:center;display:block; }
#bJdWyRQznfPrtML3Aooo2St588WXO8Ow { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:6.8125rem;top:2.3249998092651rem;left:6.21875rem;overflow:hidden;display:block; }
#vgTWDXNrpVkemhHSBV21XWuLDo8m3EEM { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:8.8125rem;top:1.54296875rem;left:23.71875rem;overflow:hidden;display:block; }
#bRkPe8n1JgHkSW3vOeMAsa87x8RtB7oR { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:1.6960935592651rem;left:42.781251907349rem;overflow:hidden;display:block; }
#GbNP8uUhghPmy9BE84xQEzVPKsuh0EHh { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:1.7585935592651rem;left:61.562498092651rem;overflow:hidden;display:block; }
#yiGQuN0iwhsLs2Q0tLHMeHS2fZgz2EBS { background-color:#ff0055;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-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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.3125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:11.7392578125rem;left:21.28125rem;display:block; }
#pRyDx3HWwQLXRTAZdmO6TNrOxmmnbkqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;display:block; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container { background-color: transparent; background-image: none; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container > .video-iframe-container { display: none; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row > .video-iframe-container { display: none; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .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); }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container { border-width: 0; border-radius: 0; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row > .video-iframe-container {  }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#amJtQAGW5ZxCNVXwiQWv4EBRnPU1NbtT { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.40625rem;left:6.4375019073488rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:none;position:relative;display:block; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { background-color: transparent; background-image: none; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container > .video-iframe-container { display: none; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row > .video-iframe-container { display: none; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .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); }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { border-width: 0; border-radius: 0; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row > .video-iframe-container {  }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp { color:#000000;display:block;width:70.875rem;position:absolute;font-family:"poppins light";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.5375003814698rem;left:2.0625rem;height:;display:block; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp li:before{  }
#qFi1tLUkX4d44Lzbay4T7H5KVL1TUxDF { color:#000000;display:block;width:70.875rem;position:absolute;font-family:"poppins light";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:22.783333778381rem;left:2.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe100;background-image:none;position:relative;display:block; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container { background-color: transparent; background-image: none; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container > .video-iframe-container { display: none; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row > .video-iframe-container { display: none; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .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); }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container { border-width: 0; border-radius: 0; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row > .video-iframe-container {  }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#gEcONiS7RivuC1fd5f06easlFq7bUpJd { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"poppins extra bold";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:1.40625rem;left:6.4375019073488rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:none;position:relative;display:block; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container { background-color: transparent; background-image: none; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container > .video-iframe-container { display: none; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row > .video-iframe-container { display: none; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .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); }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container { border-width: 0; border-radius: 0; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row > .video-iframe-container {  }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container { font-size:0.875rem;font-family:arial;height:95.0625rem;width:75rem;position:relative;display:block; }#v9NsU2xuT6QVmhb6nMlZBZ02IkylGGKE { color:#000000;display:block;width:70.875rem;position:absolute;font-family:"poppins light";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { background-color: transparent; background-image: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container > .video-iframe-container { display: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container { display: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .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); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { border-width: 0; border-radius: 0; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container {  }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#BNTF9nyrOlpa1r7fgeWfUhKVVseCwlKa { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:10.125rem;top:2.25rem;left:33.25rem;overflow:hidden;display:block; }
#AywKRfzvqO9VFNOk03g6QTVJJMZ6t2Da { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.6;letter-spacing:0;top:13.0625rem;left:18.25rem;height:4.79686875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XZnHqTQny3fJXFpnhgAa8J5EaGA2xXR9 { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.6;letter-spacing:0;top:9.125rem;left:18.25rem;height:3.1979125rem;text-align:center;text-align-last:center;display:block; }
#vKb2cPeCFSRSUNUIPzB0PkHp7KGU0E4D { color:#ffffff;display:block;width:53.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:19.6875rem;left:12.1875rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z { display:block; }#cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F .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; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F .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; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F { width:19rem;height:5.3125rem;display:flex;top:0.8125rem;left:12.40625rem;z-index:100000; }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #oaTeC8bameg79CsTCHXJHHypTyXJ1wFT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #KJmluqLQ6KkeLl0qHOnnsTJkzaTyK6qV {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #fPxTacFCmZ9S31gOQTTc6U8bdRygwx3w {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #gebIOV71IZXuU919NoSENAxVo6aTq6D9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #MWAlrKln2O8RM7HGLoR4A2HUu7LKCHeX {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #oanhTgotWz3txBcaOu1rJVBwtC04LAAl {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #MlMKTsApVverusH9Rpdr9yMC2c87Iylp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #HhMZbpSFVu0XyW68gc37zsvfUAo7V7ee {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #K8BGN2uBXEIggD9VeMPIovDAyWwlen2d {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #V3xQOqdfeQyRtAWks6TZ8VaeFdg1qW0t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #HnSwcL4l9yd4KGT1sJbc4ETO3yhPyWnP {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #xGPgHIQTRfbTCBLIaDBG98KwENIEeKSr {  }
 }@media only screen and (max-width: 763px) { #UyWU9n4XBMqo2z1x5Sz4uSQXkv4MqWkH { top:2.75rem;left:1.15625rem;width:13.625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFy43mfpsoUCk0vp9sEfGx2vtHwXdbtS { top:1.8125rem;left:37.0625rem;width:10.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbBqc7ghILm7DUB5Ra9cseH5cxfGnG6 { display:block; }
 }@media only screen and (max-width: 763px) { #yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO { display:block; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { top:8.125rem;left:0rem;width:19.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilo3sKmSDFiypDR52hzD8bJHVQ7CIQxc { top:7.9375rem;left:25.875rem;width:21.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhrkwrm4HSzSEKKqKbry1QA9HHBvK8uc { width:36.9375rem;height:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { width:24.375rem;height:3.6875rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block; }
 }@media only screen and (max-width: 763px) { #NGtd9SkDIsxARq3TG70fK7uHUZULE0do { top:18.4375rem;left:0rem;width:30.125rem;height:5.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzUfbB7KhQsskLaNVVTv41eX0gvzUEw5 { top:30.5625rem;left:0rem;width:33rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x93gbKOcGGBFvvgtUKJwHBLTCZOk8ZxQ { top:35.1875rem;left:0rem;width:25.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcN1EguPA4LiO4v6uCdV4epWxX0sUVu0 { top:5.4375rem;left:21.125rem;width:26.625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmfZg09ci0U5TGyB2EJ3XcGRS1XtG3WQ { top:1.625rem;left:0rem;width:32.375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRgTvN1rCJ2L5Bx4hO3bxT69tvb0pAcC { top:11rem;left:0rem;width:30.75rem;height:7.625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd { display:block; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POaOXDdeCKp2sSXTsWHQ9nB2OVKRxJDc { top:0.9375rem;left:0rem;width:47.75rem;height:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR30ypkthnfA7tTJCbUWgfQltZvvnlTz { display:block; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeanDWQZ3nfDDUISCdoScy9h7hFhSdEg { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1qinuQqh7bIWyL8DSGPvvqcx488xIEc { display:block; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX8A4h9i67p6ghbDRewuoJuLX2KvT6QK { top:1.875rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvQLBHtlOiPJeCyuAeLwJp1uWvR5VGHW { top:2.625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5qeuk4QDQeWBgJxl6HB4JdHoxKvGsnH { top:2rem;left:4.125rem;width:16.0625rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X { top:1.25rem;left:21.9375rem;width:25.8125rem;height:5.1875rem;font-size:1.25rem;display:block; }#iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X li:before{  }
 }@media only screen and (max-width: 763px) { #nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn { display:block; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za8rI80M9q7QoO2VDW29r3iq1c6hDmNU { top:2.9375rem;left:4.125rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL2ANF91tI5VXuhyD1eXhv8ZCcpBatdh { top:3rem;left:22.75rem;width:25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJiReQ9oztf4dqmPPUhvGbPrvTJsivU5 { top:1.875rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfcxSQZPUkNx1EDIFtAiXoHJp070mOiU { top:2.625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr { display:block; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvddanqufI4R1cV7qAaKV7EXnlGuWEnd { top:1.9375rem;left:4.125rem;width:16.0625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoHEkk2uc0uwTVduM5iOWK8AvZOCETot { top:3rem;left:22.75rem;width:25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoJzV9RbTOilyXMyV4pl4p82LM44aBJJ { top:1.875rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrR9zH8PObzDEkuK6v1g0lLxVMiJCGsT { top:2.625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u { display:block; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpSCneLInt4PtLTtnOgIzNs5VJADJxTq { top:2.9375rem;left:4.1875rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ1Zm2e8Tx76DtbDpCHkPcVUiiiMCPIi { top:3rem;left:22.75rem;width:25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8ZZGo8ZJzvK3xE1KdoPPZX2WmXOKATq { top:1.875rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35WwOkRIZuTPM9umBA8nn3h4Z7Wv8nZ { top:2.625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA { display:block; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrlhIPIC6aRx0ya73BvUXfLwZZWApeoW { top:1.75rem;left:4.125rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwMFc6DTWB2dt5wVx9WcduBlMitbEIyk { top:4.8125rem;left:22.75rem;width:25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRyFUazNBrcZbs19m5U7WwTfxB2V7Mut { top:4.375rem;left:0rem;width:24.75rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwQDPu7T9tkLCzlKSacsdhizV0P4932g { top:3.625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhDsdNE85sq6RhKzVAylzz8mDwTF5WxN { top:4.375rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 { display:block; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B05Nm9ge3wBZeIizVJFsGq52nVQ4DANr { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P { display:block; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPW8llxTdd7pEW0agz7DADFXI1U9pCKO { top:9.8125rem;left:0rem;width:16.0625rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ZQzDLuGMIkUa2P6GAik9Di6DlNM3Ao { top:9.8125rem;left:18.625rem;width:17.1875rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh7QccmIfSbqtVT3o6aWA3FMUJLK21al { top:9.9375rem;left:11.375rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH6VdvPrTDxBFQW4kVGh2uuD3F7cqwrE { top:9.8125rem;left:33.9375rem;width:13.8125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJdWyRQznfPrtML3Aooo2St588WXO8Ow { top:2.3125rem;left:2.8125rem;width:6.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgTWDXNrpVkemhHSBV21XWuLDo8m3EEM { top:1.5rem;left:13.5rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRkPe8n1JgHkSW3vOeMAsa87x8RtB7oR { top:1.6875rem;left:25.750001907349rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNP8uUhghPmy9BE84xQEzVPKsuh0EHh { top:1.75rem;left:37.718748092651rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiGQuN0iwhsLs2Q0tLHMeHS2fZgz2EBS { width:13.6875rem;height:3.3125rem;top:11.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRyDx3HWwQLXRTAZdmO6TNrOxmmnbkqb { display:block; }
 }@media only screen and (max-width: 763px) { #JyW25EWQWlGop9xAp8OMT4zOi15wtF3w { display:block; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amJtQAGW5ZxCNVXwiQWv4EBRnPU1NbtT { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC { display:block; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp li:before{  }
 }@media only screen and (max-width: 763px) { #qFi1tLUkX4d44Lzbay4T7H5KVL1TUxDF { top:22.75rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfz1WGy0Tz59GltD68xCHuaF3eOAPti { display:block; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEcONiS7RivuC1fd5f06easlFq7bUpJd { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth { display:block; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9NsU2xuT6QVmhb6nMlZBZ02IkylGGKE { top:3.875rem;left:0rem;width:47.75rem;height:87.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT { display:block; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNTF9nyrOlpa1r7fgeWfUhKVVseCwlKa { width:10.125rem;height:6.0625rem;top:2.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AywKRfzvqO9VFNOk03g6QTVJJMZ6t2Da { top:13.0625rem;left:4.625rem;width:41.625rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnHqTQny3fJXFpnhgAa8J5EaGA2xXR9 { top:9.125rem;left:4.625rem;width:41.625rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKb2cPeCFSRSUNUIPzB0PkHp7KGU0E4D { top:19.6875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cQQhya15qvxbQ3RRmRI83qVsK3t7TX6Z > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F .widget-text.counter-number { padding-top:0.290625rem;padding-right:0.270625rem;padding-bottom:0.290625rem;padding-left:0.270625rem;width:1.621875rem;min-width:1.621875rem;height:1.55875rem;font-size:1.160625rem;line-height:24.94px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.078125rem solid #ffd600;border-right:0.08rem solid #ffd600;border-bottom:0.078125rem solid #ffd600;border-left:0.08rem solid #ffd600; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.16375rem;height:0.615rem;font-size:0.435625rem;line-height:9.84px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XCCCIqSN0FxRpDLKosLh86D2tFIavb8F { width:13.0625rem;height:3.0625rem;display:flex;top:1.65625rem;left:0rem;z-index:100000;padding-top:0.3625rem;padding-right:0.386875rem;padding-bottom:0.3625rem;padding-left:0.386875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #oaTeC8bameg79CsTCHXJHHypTyXJ1wFT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #KJmluqLQ6KkeLl0qHOnnsTJkzaTyK6qV {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #fPxTacFCmZ9S31gOQTTc6U8bdRygwx3w {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #gebIOV71IZXuU919NoSENAxVo6aTq6D9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #MWAlrKln2O8RM7HGLoR4A2HUu7LKCHeX {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #oanhTgotWz3txBcaOu1rJVBwtC04LAAl {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #MlMKTsApVverusH9Rpdr9yMC2c87Iylp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #HhMZbpSFVu0XyW68gc37zsvfUAo7V7ee {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #K8BGN2uBXEIggD9VeMPIovDAyWwlen2d {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #V3xQOqdfeQyRtAWks6TZ8VaeFdg1qW0t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #HnSwcL4l9yd4KGT1sJbc4ETO3yhPyWnP {  }
 }@media only screen and (max-width: 763px) { #XCCCIqSN0FxRpDLKosLh86D2tFIavb8F #xGPgHIQTRfbTCBLIaDBG98KwENIEeKSr {  }
 }@media only screen and (max-width: 763px) { #UyWU9n4XBMqo2z1x5Sz4uSQXkv4MqWkH { width:13.625rem;height:1.05625rem;top:0.6875rem;left:0.24609375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qFy43mfpsoUCk0vp9sEfGx2vtHwXdbtS { top:1.9557292461395rem;left:13.998698532581rem;width:5.875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbBqc7ghILm7DUB5Ra9cseH5cxfGnG6 { display:block; }
 }@media only screen and (max-width: 763px) { #yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO { position:relative;z-index:auto;display:block; }#yAq4eXLVJrHVfpi81UBQ9osGeWXieIyO > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { width:10rem;height:2rem;top:7.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilo3sKmSDFiypDR52hzD8bJHVQ7CIQxc { width:20rem;height:3.8857142857143rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhrkwrm4HSzSEKKqKbry1QA9HHBvK8uc { top:6.625rem;left:11.875rem;width:7.5rem;height:3.625rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { background-color:transparent;background-image: -webkit-linear-gradient(75deg, #193463, #459de5);background-image: -moz-linear-gradient(75deg, #193463, #459de5);background-image: -ms-linear-gradient(75deg, #193463, #459de5);background-image: -o-linear-gradient(75deg, #193463, #459de5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#193463', endColorstr='#459de5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#193463', endColorstr='#459de5' );";background-image: linear-gradient(75deg, #193463, #459de5);background-size:auto !important;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { width:17.6875rem;height:3.4375rem;top:15.625rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block; }
 }@media only screen and (max-width: 763px) { #NGtd9SkDIsxARq3TG70fK7uHUZULE0do { width:18rem;height:3.57291875rem;top:11.11328125rem;left:1rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzUfbB7KhQsskLaNVVTv41eX0gvzUEw5 { width:17.375rem;height:3.50390625rem;top:37.8125rem;left:1.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x93gbKOcGGBFvvgtUKJwHBLTCZOk8ZxQ { width:20rem;height:1.0559875rem;top:42.12890625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FcN1EguPA4LiO4v6uCdV4epWxX0sUVu0 { width:16.125rem;height:16.9375rem;top:20.0048828125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmfZg09ci0U5TGyB2EJ3XcGRS1XtG3WQ { width:20rem;height:5.5598455598456rem;top:0.92578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRgTvN1rCJ2L5Bx4hO3bxT69tvb0pAcC { width:18.8125rem;height:4.38671875rem;top:6.671875rem;left:0.59375rem;font-size:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd { display:block; }#ae7J4ZuLT6LPnkK9R7SGw66sWI5LJJvd > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POaOXDdeCKp2sSXTsWHQ9nB2OVKRxJDc { width:19.875rem;height:30.5859375rem;top:1.25rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR30ypkthnfA7tTJCbUWgfQltZvvnlTz { display:block; }#MR30ypkthnfA7tTJCbUWgfQltZvvnlTz > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeanDWQZ3nfDDUISCdoScy9h7hFhSdEg { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1qinuQqh7bIWyL8DSGPvvqcx488xIEc { display:block; }#E1qinuQqh7bIWyL8DSGPvvqcx488xIEc > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX8A4h9i67p6ghbDRewuoJuLX2KvT6QK { width:4rem;height:4rem;top:0.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvQLBHtlOiPJeCyuAeLwJp1uWvR5VGHW { width:2.4375rem;height:2.4375rem;top:1.59375rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5qeuk4QDQeWBgJxl6HB4JdHoxKvGsnH { width:17.25rem;height:2.54948125rem;top:6rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X { width:18.125rem;height:7.6236875rem;top:9.8125rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }#iHVSea2Z0wcttADq2GPUr5fsHSS4Vc7X li:before{  }
 }@media only screen and (max-width: 763px) { #nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn { display:block; }#nybJ45nPO8inTIh6yqi7fn2VLWCvz2Mn > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za8rI80M9q7QoO2VDW29r3iq1c6hDmNU { width:17.25rem;height:1.5rem;top:6.1875rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZL2ANF91tI5VXuhyD1eXhv8ZCcpBatdh { width:17.8125rem;height:2.92448125rem;top:8.3125rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJiReQ9oztf4dqmPPUhvGbPrvTJsivU5 { width:4rem;height:4rem;top:1.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfcxSQZPUkNx1EDIFtAiXoHJp070mOiU { width:2.4375rem;height:2.4375rem;top:2.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr { display:block; }#ovii3dTHWlreM7O976KPuJ8ZcU6p0DBr > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvddanqufI4R1cV7qAaKV7EXnlGuWEnd { width:17.25rem;height:2.3984375rem;top:6.6875rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZoHEkk2uc0uwTVduM5iOWK8AvZOCETot { width:17.4375rem;height:1.4622375rem;top:9.6875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #QoJzV9RbTOilyXMyV4pl4p82LM44aBJJ { width:4rem;height:4rem;top:1.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrR9zH8PObzDEkuK6v1g0lLxVMiJCGsT { width:2.4375rem;height:2.4375rem;top:2.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u { display:block; }#XKXAst4rwDmpFavBRcMsb9bs5lq5Pf8u > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpSCneLInt4PtLTtnOgIzNs5VJADJxTq { width:17.25rem;height:1.5rem;top:6.3125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZ1Zm2e8Tx76DtbDpCHkPcVUiiiMCPIi { width:8.75rem;height:2.69791875rem;top:8.5625rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #N8ZZGo8ZJzvK3xE1KdoPPZX2WmXOKATq { width:4rem;height:4rem;top:1.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35WwOkRIZuTPM9umBA8nn3h4Z7Wv8nZ { width:2.4375rem;height:2.4375rem;top:2.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA { display:block; }#ZKxt3gI6cHFdECq9hJmIamruwZvEoHTA > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrlhIPIC6aRx0ya73BvUXfLwZZWApeoW { width:17.25rem;height:1.5rem;top:6.8125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwMFc6DTWB2dt5wVx9WcduBlMitbEIyk { width:18.3125rem;height:1.4622375rem;top:14.1875rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #pRyFUazNBrcZbs19m5U7WwTfxB2V7Mut { width:18.5625rem;height:4.21875rem;top:9.1875rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwQDPu7T9tkLCzlKSacsdhizV0P4932g { width:4rem;height:4rem;top:1.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhDsdNE85sq6RhKzVAylzz8mDwTF5WxN { width:2.4375rem;height:2.4375rem;top:2.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 { display:block; }#wfzutaeJtqXVwrPEv9morFIZEKEH2XI6 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B05Nm9ge3wBZeIizVJFsGq52nVQ4DANr { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P { display:block; }#SrfZKy2IxQFKTiBBkwU0c65TWAnbDQ5P > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPW8llxTdd7pEW0agz7DADFXI1U9pCKO { width:20rem;height:5.359375rem;top:9.4947929382325rem;left:0rem;font-size:1.375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #a0ZQzDLuGMIkUa2P6GAik9Di6DlNM3Ao { width:20rem;height:7.1458125rem;top:35.248958826065rem;left:-0.28125rem;font-size:1.375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Bh7QccmIfSbqtVT3o6aWA3FMUJLK21al { width:12.5rem;height:1.70625rem;top:27.061632990837rem;left:3.7499998211861rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH6VdvPrTDxBFQW4kVGh2uuD3F7cqwrE { width:19.125rem;height:3.57291875rem;top:53.062502861023rem;left:0.4375rem;font-size:1.375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #bJdWyRQznfPrtML3Aooo2St588WXO8Ow { width:6.8125rem;height:7.25rem;top:2.2456598281861rem;left:6.5937498211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgTWDXNrpVkemhHSBV21XWuLDo8m3EEM { width:8.8125rem;height:8.8125rem;top:13.936458587646rem;left:5.5937503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRkPe8n1JgHkSW3vOeMAsa87x8RtB7oR { width:8.1875rem;height:8.1875rem;top:27.061468124389rem;left:5.9062503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNP8uUhghPmy9BE84xQEzVPKsuh0EHh { width:8.125rem;height:8.125rem;top:44.937504053116rem;left:5.9375003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiGQuN0iwhsLs2Q0tLHMeHS2fZgz2EBS { width:14.5625rem;height:3.3125rem;top:22.748046875rem;left:2.71875rem;font-size:1.4375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #pRyDx3HWwQLXRTAZdmO6TNrOxmmnbkqb { display:block; }
 }@media only screen and (max-width: 763px) { #JyW25EWQWlGop9xAp8OMT4zOi15wtF3w { display:block; }#JyW25EWQWlGop9xAp8OMT4zOi15wtF3w > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amJtQAGW5ZxCNVXwiQWv4EBRnPU1NbtT { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC { display:block; }#HwHa0Jd7V95vBTDL7TumTrmNMyGW9GlC > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp { width:20rem;height:50.89325rem;top:1.8124942779541rem;left:0rem;font-size:1rem;display:block; }#cA4vLcKDtlDb4f8IrK9WHlmoxpgoKFhp li:before{  }
 }@media only screen and (max-width: 763px) { #qFi1tLUkX4d44Lzbay4T7H5KVL1TUxDF { width:20rem;height:16.89323125rem;top:52.4482421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfz1WGy0Tz59GltD68xCHuaF3eOAPti { display:block; }#ETfz1WGy0Tz59GltD68xCHuaF3eOAPti > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEcONiS7RivuC1fd5f06easlFq7bUpJd { width:20rem;height:4.875rem;top:0.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth { display:block; }#B0Tk3qmQUVmZtO0hvWJKI4BVAyCoNmth > .row .container { width:20rem;height:220rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9NsU2xuT6QVmhb6nMlZBZ02IkylGGKE { width:18.5625rem;height:215.71354375rem;top:1.125rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { background-color: transparent; background-image: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container > .video-iframe-container { display: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row > .video-iframe-container { display: none; }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .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); }#QSHURqBkhCfrqD5v5T3XSm7P7q5kHviT > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNTF9nyrOlpa1r7fgeWfUhKVVseCwlKa { width:9rem;height:5.5625rem;top:2rem;left:5.5000003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #AywKRfzvqO9VFNOk03g6QTVJJMZ6t2Da { width:20rem;height:5.59895625rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnHqTQny3fJXFpnhgAa8J5EaGA2xXR9 { width:20rem;height:2.799475rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKb2cPeCFSRSUNUIPzB0PkHp7KGU0E4D { width:20rem;height:6.99869375rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }