.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/YpDkIh137ws/unsplash/james-lee-YpDkIh137ws-photo-1593005510509-d05b264f1c9c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#iragMH0aaqo40qi9DL6baO1yTMBkpV1L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#oRWZ2VE3WgLpvR8aItir6J7TlJwZOsbn { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:poppins;font-size:6.875rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.5);top:10.75rem;left:4.6875rem;height:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CzVoTu6BGIHUVTrKhO6TNRSTPZse7Gy1 { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5);top:24.8125rem;left:4.6875rem;height:3.7361125rem;display:block; }
#N8B8NpVbhUGxJ1pRmcuT7eEmPFVV00Ru { background-color:transparent;background-image:url("https://images.assets-landingi.com/YpDkIh137ws/unsplash/james-lee-YpDkIh137ws-photo-1593005510509-d05b264f1c9c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.3125rem 0.3125rem 0.375rem 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:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.55rem;height:4.05rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.562500953674rem;left:4.6875rem;display:block; }#N8B8NpVbhUGxJ1pRmcuT7eEmPFVV00Ru.adaptive-delivery-prevent-bg, #N8B8NpVbhUGxJ1pRmcuT7eEmPFVV00Ru.lazyload, #N8B8NpVbhUGxJ1pRmcuT7eEmPFVV00Ru.lazyloading { background-image: none; }
#yMGI568rzv5UvOF0QRfkACwVTeMRVaQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IbpkdTDG5yoJcoQERaGspFR3Gf6gmfmX { box-sizing:content-box;height:20.75rem;width:35.5625rem;position:absolute;display:block;z-index:15000;background-color:#be0e0e;background-image:none;top:9.0625rem;left:0rem;display:block; }
#XApJCTgVLhZqggw9aQND0yIxryAXs84d { box-sizing:content-box;height:20.75rem;width:35.5625rem;position:absolute;display:block;z-index:15000;background-color:#be0e0e;background-image:none;top:9.0625rem;left:0rem;display:none; }
#rieawCyP668bsubQLzc3y4pcyKMyD2Js { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/YpDkIh137ws/unsplash/james-lee-YpDkIh137ws-photo-1593005510509-d05b264f1c9c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rieawCyP668bsubQLzc3y4pcyKMyD2Js.adaptive-delivery-prevent-bg, #rieawCyP668bsubQLzc3y4pcyKMyD2Js.lazyload, #rieawCyP668bsubQLzc3y4pcyKMyD2Js.lazyloading { background-image: none; }#rieawCyP668bsubQLzc3y4pcyKMyD2Js > .row .container { background-color: transparent; background-image: none; }#rieawCyP668bsubQLzc3y4pcyKMyD2Js::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rieawCyP668bsubQLzc3y4pcyKMyD2Js > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rieawCyP668bsubQLzc3y4pcyKMyD2Js > .row .container > .video-iframe-container { display: none; }#rieawCyP668bsubQLzc3y4pcyKMyD2Js > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rieawCyP668bsubQLzc3y4pcyKMyD2Js > .row > .video-iframe-container { display: none; }#rieawCyP668bsubQLzc3y4pcyKMyD2Js > .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); }#rieawCyP668bsubQLzc3y4pcyKMyD2Js > .row .container { border-width: 0; border-radius: 0; }#rieawCyP668bsubQLzc3y4pcyKMyD2Js > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rieawCyP668bsubQLzc3y4pcyKMyD2Js > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#iWXmNA3CK7GTinZWMiZvlSiWnnoAPaa9 { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:poppins;font-size:3.6875rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:3.7265625rem;left:2.9375rem;height:3.31875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FGxcRxVk6aBKVXybrGaI4flGVdy4Zhcr { color:#ffffff;display:block;width:67.875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:8.34375rem;left:2.9375rem;height:11.6406125rem;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; }
#GL1LwRczuBCcGMf5iGBFFsD4geNDfW3c { color:#ffffff;display:block;width:68.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:20.625rem;left:3.0625rem;height:16.7968875rem;display:block; }
#nISgmdXTLXhWtGUomkitR2enoTx615yT { position:relative;display:block; }#nISgmdXTLXhWtGUomkitR2enoTx615yT { background-color: transparent; background-image: none; }#nISgmdXTLXhWtGUomkitR2enoTx615yT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISgmdXTLXhWtGUomkitR2enoTx615yT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISgmdXTLXhWtGUomkitR2enoTx615yT > .row .container > .video-iframe-container { display: none; }#nISgmdXTLXhWtGUomkitR2enoTx615yT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISgmdXTLXhWtGUomkitR2enoTx615yT > .row > .video-iframe-container { display: none; }#nISgmdXTLXhWtGUomkitR2enoTx615yT > .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); }#nISgmdXTLXhWtGUomkitR2enoTx615yT { border-width: 0; border-radius: 0; }#nISgmdXTLXhWtGUomkitR2enoTx615yT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nISgmdXTLXhWtGUomkitR2enoTx615yT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OCFTveS8NTR659nQ8w9gOAqbsqTyQrdo { color:#000000;display:block;width:45.875rem;position:absolute;font-family:poppins;font-size:3.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:14.5625rem;height:;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;font-style:normal;display:block; }
#C8feKwrXPwJLMgVk3D7F0gCDJm36TByo { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:16.34375rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#hhTsFVJbDvabpR8pOCrkwZFeVHZrCT9x { color:#000000;display:block;width:64rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.75rem;left:6.96875rem;height:30.875rem;display:block; }
#NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be0e0e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd > .row .container { background-color: transparent; background-image: none; }#NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd > .row .container > .video-iframe-container { display: none; }#NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd > .row > .video-iframe-container { display: none; }#NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd > .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); }#NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd > .row .container { border-width: 0; border-radius: 0; }#NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#h6MgyDIwx2xDhp3eZShUysGBsauRrvpz { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:exo;font-size:3.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.5);top:4.58203125rem;left:12.9375rem;height:4.79375rem;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; }
#Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k { position:relative;display:block; }#Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k { background-color: transparent; background-image: none; }#Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k > .row .container > .video-iframe-container { display: none; }#Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k > .row > .video-iframe-container { display: none; }#Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k > .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); }#Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k { border-width: 0; border-radius: 0; }#Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k > .row .container { border-top:0.0625rem dashed #ee3162;border-left:0.0625rem dashed #ee3162;border-right:0.0625rem dashed #ee3162;border-bottom:0.0625rem dotted #ee3162;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.9rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fKiSvpXScMuZ8K7GVDiq0vQR44iDSLv9 { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.5);top:18.235939979553rem;left:18.668750762939rem;height:3.98125rem;text-align:right;text-align-last:right;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; }
#JOAF5FLtvNLRcUaZUmGlXdtxeTgLchSF { color:#000000;display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5374937057494rem;left:42.16250038147rem;height:3.9rem;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; }
#ODGMrONu05ZTmITDzP5tNDnKp5uVSTvV { color:#000000;display:block;width:28.375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.009378433227rem;left:42.16250038147rem;height:;text-align:left;text-align-last:left;display:block; }#ODGMrONu05ZTmITDzP5tNDnKp5uVSTvV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ODGMrONu05ZTmITDzP5tNDnKp5uVSTvV li:before{  }
#yzeiQBkCVlDqVKZNISNxh0DFf0U6H0hP { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.317959308624rem;left:5.9749994277954rem;height:23.15625rem;text-align:right;text-align-last:right;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; }
#JBJzuQhKdcVAK1hx7tDxe7IT805CSEVd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:18rem;top:1.1124900579452rem;left:18.956249237061rem;overflow:hidden;display:block; }
#yMqcog1aErQqZ7s9badPRXd1MbkHA8cO { box-sizing:content-box;height:3.4375rem;width:19.5625rem;position:absolute;display:block;z-index:15008;background-color:#be0e0e;background-image:none;top:18.399215221405rem;left:17.85000038147rem;display:block; }
#o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 { position:relative;display:block; }#o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 { background-color: transparent; background-image: none; }#o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 > .row .container > .video-iframe-container { display: none; }#o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 > .row > .video-iframe-container { display: none; }#o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 > .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); }#o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 { border-width: 0; border-radius: 0; }#o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 > .row .container { border-top:0.0625rem dotted #ee3162;border-left:0.0625rem dotted #ee3162;border-right:0.0625rem dotted #ee3162;border-bottom:0.0625rem dotted #ee3162;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TB67iIgLcOkZZA8HXMdwtZsQwBfoKmBX { color:#000000;display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:42.0625rem;height:3.9rem;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; }
#QnuKV4FosxMtqMELu9va4LWkGLRqF7xw { color:#000000;display:block;width:28.375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.0859375rem;left:42.0625rem;height:;text-align:left;text-align-last:left;display:block; }#QnuKV4FosxMtqMELu9va4LWkGLRqF7xw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QnuKV4FosxMtqMELu9va4LWkGLRqF7xw li:before{  }
#fDcs3laT5tJ8TJxSbAAPVfvzu1hC3Cz1 { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.724987506866rem;left:5.2249994277954rem;height:21.9375rem;text-align:right;text-align-last:right;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; }
#hzCqI50IoDuHCcEdFGCCRSlH2cZ09QNR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:20.3125rem;top:1.9625030517578rem;left:16.673436737061rem;overflow:hidden;display:block; }
#iIaMiilX0Vx0mdpsIloamv0vCCeJmNno { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.5);top:18.681240558624rem;left:4.7874994277954rem;height:7.9625rem;text-align:right;text-align-last:right;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; }
#E6iVKfyD9HcXf257Xd5091P4DldnlA3O { box-sizing:content-box;height:7.75rem;width:33.25rem;position:absolute;display:block;z-index:15011;background-color:#be0e0e;background-image:none;top:18.8125rem;left:4.1875rem;display:block; }
#AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq { position:relative;display:block; }#AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq { background-color: transparent; background-image: none; }#AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq > .row .container > .video-iframe-container { display: none; }#AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq > .row > .video-iframe-container { display: none; }#AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq > .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); }#AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq { border-width: 0; border-radius: 0; }#AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq > .row .container { border-top:0.0625rem dotted #ee3162;border-left:0.0625rem dotted #ee3162;border-right:0.0625rem dotted #ee3162;border-bottom:0.0625rem dotted #ee3162;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Dq0woECdM1Ba1azmJIbhkVzMU106TMxh { color:#000000;display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.875rem;left:42.0625rem;height:3.9rem;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; }
#S7cL42MR3TwHtE0hot1vt4fzwv9Ay6wi { color:#000000;display:block;width:28.375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.375rem;left:42.0625rem;height:;text-align:left;text-align-last:left;display:block; }#S7cL42MR3TwHtE0hot1vt4fzwv9Ay6wi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S7cL42MR3TwHtE0hot1vt4fzwv9Ay6wi li:before{  }
#RkKMH1uCHnR1UcqRKT7Ftp7rzVSgimOu { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.924997329712rem;left:6.47500038147rem;height:14.625rem;text-align:right;text-align-last:right;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; }
#LqefqFQNow887G65OaHhLTbhJPXUvHfk { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.5);top:18.203125715256rem;left:4.7874994277954rem;height:3.98125rem;text-align:right;text-align-last:right;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; }
#XSXtP5uFCsHGIn8oQ0xiyT59yO6V8f2W { box-sizing:content-box;height:3.9375rem;width:33.25rem;position:absolute;display:block;z-index:15014;background-color:#be0e0e;background-image:none;top:18.125rem;left:4.1875rem;display:block; }
#I2LPMnafTGOE2hQXfaXXx7alU13dpge5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:1.4773437976837rem;left:20.31093788147rem;overflow:hidden;display:block; }
#fo50h0mxRKD6IPLdFI7J2XiDmfAkbOh5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be0e0e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fo50h0mxRKD6IPLdFI7J2XiDmfAkbOh5 > .row .container { border-width: 0; border-radius: 0; }#fo50h0mxRKD6IPLdFI7J2XiDmfAkbOh5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fo50h0mxRKD6IPLdFI7J2XiDmfAkbOh5 > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:none; }#GQMKDLdnP909uXC1zdqROrS4ygtw8ra6 { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:poppins;font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.5);top:3.478515625rem;left:12.9375rem;height:4.79375rem;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;font-style:normal;display:block; }
#drK1pEFaNWIAin0EswvLAtzzpbsBPiNG { position:relative;display:none; }#drK1pEFaNWIAin0EswvLAtzzpbsBPiNG { border-width: 0; border-radius: 0; }#drK1pEFaNWIAin0EswvLAtzzpbsBPiNG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#drK1pEFaNWIAin0EswvLAtzzpbsBPiNG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#soF8r1yHPs9y1Pb6ROTcu3c3wkeHVLzu { position:relative;display:none; }#soF8r1yHPs9y1Pb6ROTcu3c3wkeHVLzu { border-width: 0; border-radius: 0; }#soF8r1yHPs9y1Pb6ROTcu3c3wkeHVLzu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#soF8r1yHPs9y1Pb6ROTcu3c3wkeHVLzu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LwoLHa9C94rKfZ1TaNb3Npk0xI1f8hEA { color:#000000;display:block;width:60.3125rem;position:absolute;font-family:poppins;font-size:3.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.83203125rem;left:7.34375rem;height:;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; }
#BOxVHiHJHpvHrc0iH3WXs83LctNdadDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BOxVHiHJHpvHrc0iH3WXs83LctNdadDy > .row .container { background-color: transparent; background-image: none; }#BOxVHiHJHpvHrc0iH3WXs83LctNdadDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOxVHiHJHpvHrc0iH3WXs83LctNdadDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOxVHiHJHpvHrc0iH3WXs83LctNdadDy > .row .container > .video-iframe-container { display: none; }#BOxVHiHJHpvHrc0iH3WXs83LctNdadDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOxVHiHJHpvHrc0iH3WXs83LctNdadDy > .row > .video-iframe-container { display: none; }#BOxVHiHJHpvHrc0iH3WXs83LctNdadDy > .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); }#BOxVHiHJHpvHrc0iH3WXs83LctNdadDy > .row .container { border-width: 0; border-radius: 0; }#BOxVHiHJHpvHrc0iH3WXs83LctNdadDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOxVHiHJHpvHrc0iH3WXs83LctNdadDy > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#LShk6Rr0LhtQiQg5aFBUu0syIPbMGmA7 { color:#000000;display:block;width:72.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5625rem;left:2.1875rem;height:17.541675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iaHSJwxfDTF4Q7qppM77oy7MC9XCMlNe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5.8125rem;top:29.6875rem;left:24.3125rem;overflow:hidden;display:block; }
#r7SAqwk9dlHIweqHJeIOfHrHMN2kfl1E { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:19.75rem;top:29.625rem;left:2.1875rem;overflow:hidden;display:block; }
#wXoifUrKFTyhHGJEnKKnmouKgevvX2ln { color:#000000;display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:3.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.21875rem;height:4.79375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row .container { background-color: transparent; background-image: none; }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row .container > .video-iframe-container { display: none; }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row > .video-iframe-container { display: none; }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .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); }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row .container { border-width: 0; border-radius: 0; }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#XUvkWwWfcVmPTsmw9aKcx9UOsTC49nzt { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:exo;font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:16.90625rem;height:4.79375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBOcXnk5UAGmnT8wcNee7IDfvBfvuGnh { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:10.9375rem;left:32.5625rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#A1Gd75bzrB91F3ROH4gPQzJJLVn8y5fX { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:10.375rem;left:28.1875rem;overflow:hidden;display:block; }
#MdVFdGLeymJMilpToHRJSVdQnHQu3Ili { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:31.875rem;left:35.9375rem; }
#MdVFdGLeymJMilpToHRJSVdQnHQu3Ili > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#qp3pNV7Kn4HRt57eK4D5hCQiWgRKuBQm { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:35.625rem;left:31.25rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#MK93DRwMdZqLCOTKaBpAF1gsFz4Rmp4Q { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.9375rem;left:31.25rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#t1QxSiyVZuDfncuGLzOaZfSRTTmyNa7k { color:#ffffff;display:block;width:63.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:16.149218678474rem;left:5.71875rem;height:6.49739375rem;text-align:center;text-align-last:center;display:block; }
#q1wMZqx64Dqy60vAGCU9rDnKp4mTCiXO { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:15.9375rem;top:25.531255722046rem;left:29.531251907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iragMH0aaqo40qi9DL6baO1yTMBkpV1L { top:0rem;left:0rem;width:47.75rem;height:31.435416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRWZ2VE3WgLpvR8aItir6J7TlJwZOsbn { top:10.75rem;left:0rem;width:35.75rem;height:12.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzVoTu6BGIHUVTrKhO6TNRSTPZse7Gy1 { top:24.8125rem;left:0rem;width:27.5625rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8B8NpVbhUGxJ1pRmcuT7eEmPFVV00Ru { width:21.5rem;height:4rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMGI568rzv5UvOF0QRfkACwVTeMRVaQM { display:block; }
 }@media only screen and (max-width: 763px) { #IbpkdTDG5yoJcoQERaGspFR3Gf6gmfmX { top:9.0625rem;left:0rem;width:35.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XApJCTgVLhZqggw9aQND0yIxryAXs84d { top:9.0625rem;left:0rem;width:35.5625rem;height:20.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rieawCyP668bsubQLzc3y4pcyKMyD2Js { display:block; }#rieawCyP668bsubQLzc3y4pcyKMyD2Js > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWXmNA3CK7GTinZWMiZvlSiWnnoAPaa9 { top:3.6875rem;left:0rem;width:24.5rem;height:3.3125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGxcRxVk6aBKVXybrGaI4flGVdy4Zhcr { top:8.3125rem;left:0rem;width:47.75rem;height:11.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL1LwRczuBCcGMf5iGBFFsD4geNDfW3c { top:20.625rem;left:0rem;width:47.75rem;height:16.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nISgmdXTLXhWtGUomkitR2enoTx615yT { display:block; }#nISgmdXTLXhWtGUomkitR2enoTx615yT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCFTveS8NTR659nQ8w9gOAqbsqTyQrdo { top:1.5rem;left:0.9375rem;width:45.875rem;height:;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8feKwrXPwJLMgVk3D7F0gCDJm36TByo { top:6.9375rem;left:2.71875rem;width:42.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhTsFVJbDvabpR8pOCrkwZFeVHZrCT9x { top:13.6875rem;left:0rem;width:47.75rem;height:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd { display:block; }#NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6MgyDIwx2xDhp3eZShUysGBsauRrvpz { top:4.5625rem;left:0rem;width:47.75rem;height:;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k { display:block; }#Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKiSvpXScMuZ8K7GVDiq0vQR44iDSLv9 { top:18.1875rem;left:5.5rem;width:18.375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOAF5FLtvNLRcUaZUmGlXdtxeTgLchSF { top:6.5rem;left:19.375rem;width:28.375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODGMrONu05ZTmITDzP5tNDnKp5uVSTvV { top:12rem;left:19.375rem;width:28.375rem;height:;font-size:1.125rem;display:block; }#ODGMrONu05ZTmITDzP5tNDnKp5uVSTvV li:before{  }
 }@media only screen and (max-width: 763px) { #yzeiQBkCVlDqVKZNISNxh0DFf0U6H0hP { top:22.3125rem;left:0rem;width:31.6875rem;height:23.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBJzuQhKdcVAK1hx7tDxe7IT805CSEVd { top:1.0625rem;left:5.875rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMqcog1aErQqZ7s9badPRXd1MbkHA8cO { top:18.375rem;left:4.3125rem;width:19.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 { display:block; }#o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TB67iIgLcOkZZA8HXMdwtZsQwBfoKmBX { top:8.9375rem;left:19.375rem;width:28.375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnuKV4FosxMtqMELu9va4LWkGLRqF7xw { top:14.0625rem;left:19.375rem;width:28.375rem;height:;font-size:1.125rem;display:block; }#QnuKV4FosxMtqMELu9va4LWkGLRqF7xw li:before{  }
 }@media only screen and (max-width: 763px) { #fDcs3laT5tJ8TJxSbAAPVfvzu1hC3Cz1 { top:27.6875rem;left:0rem;width:32.4375rem;height:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzCqI50IoDuHCcEdFGCCRSlH2cZ09QNR { top:1.9375rem;left:4rem;width:20.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIaMiilX0Vx0mdpsIloamv0vCCeJmNno { top:18.625rem;left:0rem;width:32.25rem;height:7.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6iVKfyD9HcXf257Xd5091P4DldnlA3O { top:18.8125rem;left:0rem;width:33.25rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq { display:block; }#AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dq0woECdM1Ba1azmJIbhkVzMU106TMxh { top:2.875rem;left:19.375rem;width:28.375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7cL42MR3TwHtE0hot1vt4fzwv9Ay6wi { top:7.375rem;left:19.375rem;width:28.375rem;height:;font-size:1.125rem;display:block; }#S7cL42MR3TwHtE0hot1vt4fzwv9Ay6wi li:before{  }
 }@media only screen and (max-width: 763px) { #RkKMH1uCHnR1UcqRKT7Ftp7rzVSgimOu { top:23.875rem;left:0rem;width:31.1875rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqefqFQNow887G65OaHhLTbhJPXUvHfk { top:18.1875rem;left:0rem;width:32.25rem;height:3.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSXtP5uFCsHGIn8oQ0xiyT59yO6V8f2W { top:18.125rem;left:0rem;width:33.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2LPMnafTGOE2hQXfaXXx7alU13dpge5 { top:1.4375rem;left:7rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo50h0mxRKD6IPLdFI7J2XiDmfAkbOh5 { display:block; }#fo50h0mxRKD6IPLdFI7J2XiDmfAkbOh5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQMKDLdnP909uXC1zdqROrS4ygtw8ra6 { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drK1pEFaNWIAin0EswvLAtzzpbsBPiNG { display:block; }#drK1pEFaNWIAin0EswvLAtzzpbsBPiNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soF8r1yHPs9y1Pb6ROTcu3c3wkeHVLzu { display:block; }#soF8r1yHPs9y1Pb6ROTcu3c3wkeHVLzu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwoLHa9C94rKfZ1TaNb3Npk0xI1f8hEA { top:4.8125rem;left:0rem;width:47.75rem;height:;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOxVHiHJHpvHrc0iH3WXs83LctNdadDy { display:block; }#BOxVHiHJHpvHrc0iH3WXs83LctNdadDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LShk6Rr0LhtQiQg5aFBUu0syIPbMGmA7 { width:47.75rem;height:17.5625rem;top:8.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaHSJwxfDTF4Q7qppM77oy7MC9XCMlNe { width:5.8125rem;height:5rem;top:29.6875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7SAqwk9dlHIweqHJeIOfHrHMN2kfl1E { width:19.75rem;height:5.125rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXoifUrKFTyhHGJEnKKnmouKgevvX2ln { top:2.5625rem;left:0rem;width:38.25rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO { display:block; }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUvkWwWfcVmPTsmw9aKcx9UOsTC49nzt { width:41.1875rem;height:4.75rem;top:3.9375rem;left:3.28125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBOcXnk5UAGmnT8wcNee7IDfvBfvuGnh { top:10.9375rem;left:18.9375rem;width:14.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Gd75bzrB91F3ROH4gPQzJJLVn8y5fX { top:10.375rem;left:14.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdVFdGLeymJMilpToHRJSVdQnHQu3Ili { top:31.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#MdVFdGLeymJMilpToHRJSVdQnHQu3Ili > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #qp3pNV7Kn4HRt57eK4D5hCQiWgRKuBQm { top:35.625rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK93DRwMdZqLCOTKaBpAF1gsFz4Rmp4Q { top:39.9375rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1QxSiyVZuDfncuGLzOaZfSRTTmyNa7k { top:16.125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1wMZqx64Dqy60vAGCU9rDnKp4mTCiXO { top:25.5rem;left:15.906251907349rem;width:15.9375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iragMH0aaqo40qi9DL6baO1yTMBkpV1L { width:18.75rem;height:12.4375rem;top:16.000000596046rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRWZ2VE3WgLpvR8aItir6J7TlJwZOsbn { width:16.6875rem;height:13.5rem;top:1.125rem;left:1.6562500596046rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzVoTu6BGIHUVTrKhO6TNRSTPZse7Gy1 { width:20rem;height:3.0875rem;top:27.587501525879rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8B8NpVbhUGxJ1pRmcuT7eEmPFVV00Ru { width:18.25rem;height:4rem;top:34.043750762939rem;left:0.87421876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMGI568rzv5UvOF0QRfkACwVTeMRVaQM { display:block; }
 }@media only screen and (max-width: 763px) { #IbpkdTDG5yoJcoQERaGspFR3Gf6gmfmX { width:20rem;height:4.25rem;top:27.00625038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XApJCTgVLhZqggw9aQND0yIxryAXs84d { width:20rem;height:33.75rem;top:-1.4249992370606rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rieawCyP668bsubQLzc3y4pcyKMyD2Js { display:block; }#rieawCyP668bsubQLzc3y4pcyKMyD2Js > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWXmNA3CK7GTinZWMiZvlSiWnnoAPaa9 { width:15.5rem;height:1.8rem;top:1.4375rem;left:1.5625000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGxcRxVk6aBKVXybrGaI4flGVdy4Zhcr { width:17.4375rem;height:24.7916625rem;top:5rem;left:1.5625000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL1LwRczuBCcGMf5iGBFFsD4geNDfW3c { width:20rem;height:47.5911625rem;top:32.999130249024rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nISgmdXTLXhWtGUomkitR2enoTx615yT { display:block; }#nISgmdXTLXhWtGUomkitR2enoTx615yT > .row .container { width:20rem;height:80.449661254883rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCFTveS8NTR659nQ8w9gOAqbsqTyQrdo { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8feKwrXPwJLMgVk3D7F0gCDJm36TByo { width:20rem;height:6.49739375rem;top:7.7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhTsFVJbDvabpR8pOCrkwZFeVHZrCT9x { width:20rem;height:65rem;top:15.45rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd { display:block; }#NWX4LiLnLdwi5BIbs6xAdwZNq1KFsAsd > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6MgyDIwx2xDhp3eZShUysGBsauRrvpz { width:20rem;height:5.2rem;top:2.4443359375rem;left:0rem;font-size:2rem;text-shadow:0.3125rem 0.3125rem 0.6875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k { display:block; }#Z0yHKvEyHMqJiTyOs5CuLkkMFuyIJc3k > .row .container { width:20rem;height:113.5694444375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKiSvpXScMuZ8K7GVDiq0vQR44iDSLv9 { width:19.1875rem;height:2.6rem;top:17.174218297005rem;left:0.099999964237212rem;font-size:2rem;text-shadow:0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #JOAF5FLtvNLRcUaZUmGlXdtxeTgLchSF { width:20rem;height:2.6rem;top:66.7828168869rem;left:0.050000011920929rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODGMrONu05ZTmITDzP5tNDnKp5uVSTvV { width:20rem;height:42.704875rem;top:70.882031440738rem;left:0.050000011920929rem;font-size:1.125rem;display:block; }#ODGMrONu05ZTmITDzP5tNDnKp5uVSTvV li:before{  }
 }@media only screen and (max-width: 763px) { #yzeiQBkCVlDqVKZNISNxh0DFf0U6H0hP { width:20rem;height:42.3923rem;top:20.849999547005rem;left:0.050000011920929rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JBJzuQhKdcVAK1hx7tDxe7IT805CSEVd { width:18rem;height:18rem;top:0.10000610351562rem;left:2.0500000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMqcog1aErQqZ7s9badPRXd1MbkHA8cO { width:19.5625rem;height:3.4375rem;top:16.655469894409rem;left:0.48671877384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 { display:block; }#o9b0xtNqnIg8HwTqGqdJCMv9i0Wwg4C2 > .row .container { width:20rem;height:114.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TB67iIgLcOkZZA8HXMdwtZsQwBfoKmBX { width:20rem;height:2.6rem;top:72.993769645694rem;left:0.050000011920929rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnuKV4FosxMtqMELu9va4LWkGLRqF7xw { width:20rem;height:36.857625rem;top:77.318752288819rem;left:0.050000011920929rem;font-size:1.125rem;display:block; }#QnuKV4FosxMtqMELu9va4LWkGLRqF7xw li:before{  }
 }@media only screen and (max-width: 763px) { #fDcs3laT5tJ8TJxSbAAPVfvzu1hC3Cz1 { width:20rem;height:48.23951875rem;top:22.254686832428rem;left:0.050000011920929rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzCqI50IoDuHCcEdFGCCRSlH2cZ09QNR { width:19.875rem;height:19.875rem;top:0.099218368530275rem;left:0.099999964237212rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIaMiilX0Vx0mdpsIloamv0vCCeJmNno { width:19.125rem;height:4.7125rem;top:16.54921913147rem;left:0.53671872615814rem;font-size:1.8125rem;text-shadow:0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #E6iVKfyD9HcXf257Xd5091P4DldnlA3O { width:20rem;height:5.5rem;top:16.055469512939rem;left:0.050000011920929rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq { display:block; }#AEgWtfSI30NgnaLs5dzAqc0iW4CRr3Iq > .row .container { width:20rem;height:115.47482468652rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dq0woECdM1Ba1azmJIbhkVzMU106TMxh { width:20rem;height:2.6rem;top:57.725018382072rem;left:0.050000011920929rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7cL42MR3TwHtE0hot1vt4fzwv9Ay6wi { width:20rem;height:52.9375rem;top:62.537502288819rem;left:0.050000011920929rem;font-size:1.125rem;display:block; }#S7cL42MR3TwHtE0hot1vt4fzwv9Ay6wi li:before{  }
 }@media only screen and (max-width: 763px) { #RkKMH1uCHnR1UcqRKT7Ftp7rzVSgimOu { width:20rem;height:33.6215125rem;top:21.859378814698rem;left:0.050000011920929rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqefqFQNow887G65OaHhLTbhJPXUvHfk { width:18.625rem;height:2.35625rem;top:18.109375476837rem;left:0.78671872615812rem;font-size:1.8125rem;text-shadow:0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #XSXtP5uFCsHGIn8oQ0xiyT59yO6V8f2W { width:20rem;height:3rem;top:17.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2LPMnafTGOE2hQXfaXXx7alU13dpge5 { width:19.9375rem;height:19.9375rem;top:0.099218845367431rem;left:0.012500071525573rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo50h0mxRKD6IPLdFI7J2XiDmfAkbOh5 { display:none; }#fo50h0mxRKD6IPLdFI7J2XiDmfAkbOh5 > .row .container { width:20rem;height:7rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GQMKDLdnP909uXC1zdqROrS4ygtw8ra6 { width:20rem;height:2.6rem;top:2.212890625rem;left:0rem;font-size:2rem;text-shadow:0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #drK1pEFaNWIAin0EswvLAtzzpbsBPiNG { display:none; }#drK1pEFaNWIAin0EswvLAtzzpbsBPiNG > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #soF8r1yHPs9y1Pb6ROTcu3c3wkeHVLzu { display:none; }#soF8r1yHPs9y1Pb6ROTcu3c3wkeHVLzu > .row .container { width:20rem;height:20.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LwoLHa9C94rKfZ1TaNb3Npk0xI1f8hEA { width:20rem;height:2.6rem;top:2.30078125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOxVHiHJHpvHrc0iH3WXs83LctNdadDy { display:block; }#BOxVHiHJHpvHrc0iH3WXs83LctNdadDy > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LShk6Rr0LhtQiQg5aFBUu0syIPbMGmA7 { width:18.375rem;height:45.3159rem;top:10.910938262939rem;left:0.81171876192094rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaHSJwxfDTF4Q7qppM77oy7MC9XCMlNe { width:3.9375rem;height:3.4375rem;top:5.3125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7SAqwk9dlHIweqHJeIOfHrHMN2kfl1E { width:13.5rem;height:3.4375rem;top:5.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXoifUrKFTyhHGJEnKKnmouKgevvX2ln { width:20rem;height:2.6rem;top:1.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row .container { background-color: transparent; background-image: none; }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row .container > .video-iframe-container { display: none; }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row > .video-iframe-container { display: none; }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .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); }#Vax7bhUUZyN7bcMGprbXW6aNb3EQXPRO > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUvkWwWfcVmPTsmw9aKcx9UOsTC49nzt { width:15rem;height:1.625rem;top:2.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBOcXnk5UAGmnT8wcNee7IDfvBfvuGnh { width:13rem;height:1.6rem;top:10.25rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1Gd75bzrB91F3ROH4gPQzJJLVn8y5fX { width:3.125rem;height:3.125rem;top:5.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdVFdGLeymJMilpToHRJSVdQnHQu3Ili { display:flex;width:3.125rem;height:3.125rem;top:36.9375rem;left:8.4375rem; }
#MdVFdGLeymJMilpToHRJSVdQnHQu3Ili > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #qp3pNV7Kn4HRt57eK4D5hCQiWgRKuBQm { width:12.5rem;height:1.29948125rem;top:41.3125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MK93DRwMdZqLCOTKaBpAF1gsFz4Rmp4Q { width:12.5rem;height:1.29948125rem;top:43.875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t1QxSiyVZuDfncuGLzOaZfSRTTmyNa7k { width:20rem;height:15.593775rem;top:13.274219036102rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1wMZqx64Dqy60vAGCU9rDnKp4mTCiXO { width:15.9375rem;height:5.4375rem;top:30.611110687256rem;left:2.0312501192093rem;display:block; }
 }