.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;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); }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH { background-color:#4f4f4f;background-image:url("https://images.assets-landingi.com/1FxMET2U5dU/unsplash/h-ctor-j-rivas-1FxMET2U5dU-photo-1462556791646-c201b8241a94.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH.adaptive-delivery-prevent-bg, #H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH.lazyload, #H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH.lazyloading { background-image: none; }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH > .row .container { background-color: transparent; background-image: none; }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH > .row .container > .video-iframe-container { display: none; }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH > .row > .video-iframe-container { display: none; }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH > .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); }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH > .row .container { border-width: 0; border-radius: 0; }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;overflow:visible;position:relative;display:block; }#PWsdy8JNrs8y2SiCVhrpcXAzNyc1BTII { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:lato;font-size:6.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:5.505859375rem;left:6.9375rem;height:6.7373125rem;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; }
#ItEaxzPfuPIbX6CUr5WyBnKSAWgCldWX { background-color:#4a90e2;background-image:none;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;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.5rem;left:8.1875rem;display:block; }
#VsSqATn04I9RPI1Pzsb9tO6CcorZbeC5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pq9d9mOs3y91CJ6Fm4kJ2vgZmt4mTNFU { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(152deg, rgba(0,71,157,0.35), #4a90e2);background-image: -moz-linear-gradient(152deg, rgba(0,71,157,0.35), #4a90e2);background-image: -ms-linear-gradient(152deg, rgba(0,71,157,0.35), #4a90e2);background-image: -o-linear-gradient(152deg, rgba(0,71,157,0.35), #4a90e2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00479d59', endColorstr='#4a90e2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00479d59', endColorstr='#4a90e2' );";background-image: linear-gradient(152deg, rgba(0,71,157,0.35), #4a90e2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:15.75rem;width:43.25rem;top:5.505859375rem;left:1.53125rem;display:block; }
#MFMQiSbzo5y5CUcBHsVIICKLUnSGHJWD { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:11.6806640625rem;left:8.1875rem;height:1.70605625rem;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; }
#eW3F8hxJlPBA4aE7heJsdZCIQiTWnA8y { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:14.5rem;left:9.4375rem;height:1.29980625rem;display:block; }
#vzK6NgrCbFQMpJt1cdRrEcNb2298q060 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:14.625rem;left:8.1875rem; }
#po1ZP4ZtWTq4rXoMLJ5JzpOalWVlIhsB { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:16.5rem;left:9.4375rem;height:1.29980625rem;display:block; }
#Dq6kD4mSFM9wnJGyH56HDkP4uKzucNHm { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:16.625rem;left:8.1875rem; }
#JTfrHQwXet8TkdChgULCmBGAVhJfRThT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:18.4375rem;left:8.25rem; }
#Uh3S5QUwGBnDPOHHgx7pKTbrM4gGKa4H { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:18.375rem;left:9.4375rem;height:1.29980625rem;display:block; }
#QC2T9LXqukvUFaeSeTfXpLtG8t9Od6N7 { position:absolute;display:block;z-index:15073;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:7.1875rem;width:7rem;top:6.26171875rem;left:0.5625rem;overflow:hidden;display:block; }
#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Lks7vei-eAg/unsplash/charlesdeluvio-Lks7vei-eAg-photo-1553877522-43269d4ea984.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; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.adaptive-delivery-prevent-bg, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyload, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyloading { background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { background-color: transparent; background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .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); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { border-width: 0; border-radius: 0; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#fZhd86V09Hkgy4XGr7VfzTI14pGWkFCz { position:absolute;display:block;z-index:15015;background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#FcucNy8n9ntsGuzg7XK70uF4ascN9BFu { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.9375rem;left:1.9375rem; }
#eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:16.72509765625rem;left:4rem;height:2.54980625rem;font-style:normal;display:block; }
#uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:19.0625rem;left:1.875rem;height:13.597625rem;font-style:normal;display:block; }
#ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { color:#4a90e2;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;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;text-align:center;text-align-last:center;display:block; }
#SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#fG6x8eLJp1rHnxIgl2TDRhQcC14yPVG7 { position:absolute;display:block;z-index:15019;background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:19.0625rem;left:28.75rem;height:11.8979375rem;font-style:normal;display:block; }
#WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:16.72509765625rem;left:30.6875rem;height:2.54980625rem;font-style:normal;display:block; }
#NEJixMdBEIpt1LknIqqvkbc2OU88gikH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.9375rem;left:28.75rem; }
#KGinI1XfKn9CDU8nIHalfwpal330IKQ4 { position:absolute;display:block;z-index:15023;background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:19.0625rem;left:55.625rem;height:13.597625rem;font-style:normal;display:block; }
#aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:16.884765625rem;left:57.5rem;height:2.23095625rem;font-style:normal;display:block; }
#xrzSnD4iFkRdoPqzfUaXVDd0HTIihe1N { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.9375rem;left:55.4375rem; }
#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { background-color: transparent; background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .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); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { border-width: 0; border-radius: 0; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem; }
#haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:0rem;height:2.01855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.1875rem;left:0rem;height:6.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { color:#4a90e2;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:3.1875rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:5.41845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cu9THOivMRw2XM7wRbIee87nH7uin95a { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#JOn8WiNDsXqgrCWTTq9JIU7gG0lvrLLK { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#MkU01zsD9kOz6oSLIGbO6uisdp53ayr3 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(74,144,226,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:9rem;display:block; }
#iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23rem;left:26.25rem;height:6.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.25rem;left:26.25rem;height:2.01855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(74,144,226,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:block; }
#pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem; }
#C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23rem;left:52.5rem;height:6.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.1875rem;left:52.5rem;height:2.01855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, rgba(74,144,226,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90e24c', endColorstr='#00000000' );";background-image: linear-gradient(285deg, rgba(74,144,226,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:block; }
#X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem; }
#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a90e2;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; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { background-color: transparent; background-image: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container > .video-iframe-container { display: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container { display: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .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); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { border-width: 0; border-radius: 0; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#smWIka7DGnGTt4cs5t5CUZf3hbSMa2ql { color:#000000;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:4.6499rem;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; }
#qgFW4A5osTB6cntmuMv4J2pRLzDPLN3M { color:#000000;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:11.9375rem;left:0rem;height:5.0996125rem;font-style:normal;display:block; }
#Fxx2qeDMa5Qa8nZ5FStXF72ESC8bLFiB { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-size:auto !important;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:0.5rem;width:16.25rem;top:10.8125rem;left:0rem;display:block; }
#TLSTHKWIHAHTTNbwWKcuOVJihrVEzik0 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.9375rem;left:19.375rem;height:5.0996125rem;font-style:normal;display:block; }
#QX1AF7lBZPNXkha1xXXHvkpfTZTqWEun { color:#000000;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.5625rem;left:19.375rem;height:4.6499rem;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; }
#HTN3Te6XS2M8c7XkPKI72Tt50UEKrexR { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-size:auto !important;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:0.5rem;width:16.25rem;top:10.8125rem;left:19.375rem;display:block; }
#JbWTMDrKwRuhaZBKa6cfAWAPuCOTR8fO { color:#000000;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:11.9375rem;left:38.75rem;height:2.54980625rem;font-style:normal;display:block; }
#tAeZJmPMkWbAB42prQ6clpWsIxgWTzde { color:#000000;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.5625rem;left:38.75rem;height:4.6499rem;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; }
#aTm7LHfu2d7aLFGC5T2PSTnTZVu40d6v { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-size:auto !important;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:0.5rem;width:16.25rem;top:10.8125rem;left:38.75rem;display:block; }
#wgmcEwRvXIS9am34G1zKy5riGcxGZeB1 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:11.9375rem;left:58.75rem;height:2.54980625rem;font-style:normal;display:block; }
#W0GmB6EuRlafCf6CyulWxcN01owFP5JG { color:#000000;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.5625rem;left:58.75rem;height:4.6499rem;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; }
#zIdvb60NHZaBhidNAkZlmfauEamr6MIv { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(28,28,28,0.3), rgba(0,0,0,0));background-size:auto !important;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:0.5rem;width:16.25rem;top:10.8125rem;left:58.75rem;display:block; }
#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { background-color: transparent; background-image: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container > .video-iframe-container { display: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container { display: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .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); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { border-width: 0; border-radius: 0; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { font-size:0.875rem;font-family:arial;height:72.4375rem;width:75rem;position:relative;display:block; }#unLhsU3qMKTB1QzcIQim5dXCy0OXpOCJ { color:#4a90e2;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;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;text-align:center;text-align-last:center;display:block; }
#diAu6xfG1AoKrrgCTKTiou6zZKcKa03T { position:absolute;display:block;z-index:15018;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:33.75rem;width:25.3125rem;top:13.5625rem;left:0rem;overflow:hidden;display:block; }
#RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { color:#ffffff;display:block;width:30rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:55.2958984375rem;left:0rem;height:13.597625rem;text-align:left;text-align-last:left;display:block; }
#zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:48.6875rem;left:11.25rem; }
#zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#usyfmDp12m9hAQPDKbbUWasazKnDWeua { color:#b5b5b5;display:block;width:4rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:50.4375rem;left:0rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#wGIHcVAi1vdZq82t67VIEhitHP4EvKAK { color:#4a90e2;display:block;width:15.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:48.5rem;left:0rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#n6vIXePF9TNKiWFBtU8Ds4Q05UMyAldg { color:#ffffff;display:block;width:30rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.7;letter-spacing:0;top:55.2958984375rem;left:42.5rem;height:15.297375rem;text-align:left;text-align-last:left;display:block; }
#W3bAK0sw8koyfdxmlfsFyOZtqTVMCm9S { color:#b5b5b5;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:50.375rem;left:42.5rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#TpnXqGgHheM1FU8rc1B739ZCCUc6TbRC { color:#4a90e2;display:block;width:30rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:48.4375rem;left:42.5rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#OPFC8f9uc8PX1QDnEZ1xfTFXq3DB1TRa { position:absolute;display:block;z-index:15032;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:33.75rem;width:25.125rem;top:13.5625rem;left:42.5rem;overflow:hidden;display:block; }
#HpFVAHeOGwP65O6K2cThQZdkouIWZQsl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:48.6435546875rem;left:54.5625rem; }
#HpFVAHeOGwP65O6K2cThQZdkouIWZQsl > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#Eu2vWpkIcOMFZG69EF8PzMRTA8Rv8qvG { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(0,0,0,0), rgba(74,144,226,0.2));background-image: -moz-linear-gradient(360deg, rgba(0,0,0,0), rgba(74,144,226,0.2));background-image: -ms-linear-gradient(360deg, rgba(0,0,0,0), rgba(74,144,226,0.2));background-image: -o-linear-gradient(360deg, rgba(0,0,0,0), rgba(74,144,226,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4a90e233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4a90e233' );";background-image: linear-gradient(360deg, rgba(0,0,0,0), rgba(74,144,226,0.2));background-size:auto !important;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.1875rem;width:25.3125rem;top:12.5rem;left:0rem;display:block; }
#xxBkD7CCW9B2pidmLVz8meVN1lMtRzMt { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(81deg, rgba(0,0,0,0), rgba(74,144,226,0.2));background-image: -moz-linear-gradient(81deg, rgba(0,0,0,0), rgba(74,144,226,0.2));background-image: -ms-linear-gradient(81deg, rgba(0,0,0,0), rgba(74,144,226,0.2));background-image: -o-linear-gradient(81deg, rgba(0,0,0,0), rgba(74,144,226,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4a90e233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4a90e233' );";background-image: linear-gradient(81deg, rgba(0,0,0,0), rgba(74,144,226,0.2));background-size:auto !important;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.1875rem;width:25.125rem;top:12.5rem;left:42.5rem;display:block; }
#ESqmxE7FW9fpKuCWepbclyg1pxpUmMyB { color:#b5b5b5;display:block;width:8.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:52.1083984375rem;left:0rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#Bo4zT5kgIll5ZbGCz0RoL9XIAqRpOWxr { color:#b5b5b5;display:block;width:8.3125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:52.1083984375rem;left:42.5rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#LhivcKS94exXo2FSD9Tbleaay2ukVvFE { color:#b5b5b5;display:block;width:12.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:53.7021484375rem;left:0rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#SacrT42mcy323KqXqyTLbZIBKK9GTMlM { color:#b5b5b5;display:block;width:12.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:53.7021484375rem;left:42.5rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07ed25df-495f-477d-aafb-7e5fc98cc81b/MARKETING_1920x1080_3.format_auto.avif");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; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.adaptive-delivery-prevent-bg, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyload, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyloading { background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { background-color: transparent; background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .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); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { border-width: 0; border-radius: 0; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { color:#ffffff;display:block;width:55rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:12.625rem;left:10rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { color:#ffffff;display:block;width:40rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:16.8125rem;left:17.5rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { z-index:15003;top:19.6875rem;left:31.125rem;background-color:#2a2d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hVrrU9StuofSWUPMAHBwyhokXlil6MGu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { position:absolute;display:block;z-index:15001;background-color:#4a90e2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:8.125rem;left:7.5rem;display:block; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:1.5185546875rem;left:10rem;height:4.46191875rem;text-align:left;text-align-last:left;display:block; }
#GVWlQFCPMfU1qyJ7qA78BFsETsuh3lr0 { position:absolute;display:block;z-index:15022;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:7.3125rem;width:7.25rem;top:0rem;left:3.55029296875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH { display:block; }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWsdy8JNrs8y2SiCVhrpcXAzNyc1BTII { top:5.5rem;left:0rem;width:34.5rem;height:6.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItEaxzPfuPIbX6CUr5WyBnKSAWgCldWX { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsSqATn04I9RPI1Pzsb9tO6CcorZbeC5 { display:block; }
 }@media only screen and (max-width: 763px) { #Pq9d9mOs3y91CJ6Fm4kJ2vgZmt4mTNFU { top:5.5rem;left:0rem;width:43.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFMQiSbzo5y5CUcBHsVIICKLUnSGHJWD { top:11.625rem;left:0rem;width:20.625rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW3F8hxJlPBA4aE7heJsdZCIQiTWnA8y { top:14.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzK6NgrCbFQMpJt1cdRrEcNb2298q060 { top:14.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #po1ZP4ZtWTq4rXoMLJ5JzpOalWVlIhsB { top:16.5rem;left:0rem;width:18.0625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq6kD4mSFM9wnJGyH56HDkP4uKzucNHm { top:16.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTfrHQwXet8TkdChgULCmBGAVhJfRThT { top:18.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh3S5QUwGBnDPOHHgx7pKTbrM4gGKa4H { top:18.375rem;left:0rem;width:18.3125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC2T9LXqukvUFaeSeTfXpLtG8t9Od6N7 { top:6.25rem;left:0rem;width:7rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZhd86V09Hkgy4XGr7VfzTI14pGWkFCz { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcucNy8n9ntsGuzg7XK70uF4ascN9BFu { top:16.9375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { top:6.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG6x8eLJp1rHnxIgl2TDRhQcC14yPVG7 { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEJixMdBEIpt1LknIqqvkbc2OU88gikH { top:16.9375rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGinI1XfKn9CDU8nIHalfwpal330IKQ4 { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrzSnD4iFkRdoPqzfUaXVDd0HTIihe1N { top:16.9375rem;left:41.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { top:5rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu9THOivMRw2XM7wRbIee87nH7uin95a { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOn8WiNDsXqgrCWTTq9JIU7gG0lvrLLK { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkU01zsD9kOz6oSLIGbO6uisdp53ayr3 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:4.5rem;height:4.5rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { display:block; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smWIka7DGnGTt4cs5t5CUZf3hbSMa2ql { top:5.5625rem;left:0rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgFW4A5osTB6cntmuMv4J2pRLzDPLN3M { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxx2qeDMa5Qa8nZ5FStXF72ESC8bLFiB { width:16.25rem;height:0.5rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSTHKWIHAHTTNbwWKcuOVJihrVEzik0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX1AF7lBZPNXkha1xXXHvkpfTZTqWEun { top:5.5625rem;left:5.75rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTN3Te6XS2M8c7XkPKI72Tt50UEKrexR { width:16.25rem;height:0.5rem;top:10.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWTMDrKwRuhaZBKa6cfAWAPuCOTR8fO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAeZJmPMkWbAB42prQ6clpWsIxgWTzde { top:5.5625rem;left:25.125rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTm7LHfu2d7aLFGC5T2PSTnTZVu40d6v { width:16.25rem;height:0.5rem;top:10.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgmcEwRvXIS9am34G1zKy5riGcxGZeB1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0GmB6EuRlafCf6CyulWxcN01owFP5JG { top:5.5625rem;left:31.5rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIdvb60NHZaBhidNAkZlmfauEamr6MIv { width:16.25rem;height:0.5rem;top:10.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { display:block; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unLhsU3qMKTB1QzcIQim5dXCy0OXpOCJ { top:5rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diAu6xfG1AoKrrgCTKTiou6zZKcKa03T { top:12.474609375rem;left:1.125rem;width:15.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #usyfmDp12m9hAQPDKbbUWasazKnDWeua { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGIHcVAi1vdZq82t67VIEhitHP4EvKAK { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6vIXePF9TNKiWFBtU8Ds4Q05UMyAldg { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3bAK0sw8koyfdxmlfsFyOZtqTVMCm9S { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpnXqGgHheM1FU8rc1B739ZCCUc6TbRC { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPFC8f9uc8PX1QDnEZ1xfTFXq3DB1TRa { top:12.474609375rem;left:1.125rem;width:7.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpFVAHeOGwP65O6K2cThQZdkouIWZQsl { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#HpFVAHeOGwP65O6K2cThQZdkouIWZQsl > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Eu2vWpkIcOMFZG69EF8PzMRTA8Rv8qvG { width:25.3125rem;height:16.1875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxBkD7CCW9B2pidmLVz8meVN1lMtRzMt { width:25.125rem;height:16.1875rem;top:12.5rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESqmxE7FW9fpKuCWepbclyg1pxpUmMyB { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo4zT5kgIll5ZbGCz0RoL9XIAqRpOWxr { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhivcKS94exXo2FSD9Tbleaay2ukVvFE { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SacrT42mcy323KqXqyTLbZIBKK9GTMlM { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { top:12.625rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { top:16.8125rem;left:3.875rem;width:40rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { top:24.125rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVrrU9StuofSWUPMAHBwyhokXlil6MGu { display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:47.75rem;height:21.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVWlQFCPMfU1qyJ7qA78BFsETsuh3lr0 { top:0rem;left:0rem;width:7.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH { display:block; }#H7LSc3VW9wrDBoMKA0b3QTrvVNGhfVOH > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWsdy8JNrs8y2SiCVhrpcXAzNyc1BTII { width:13rem;height:2.8183625rem;top:4.1240234375rem;left:4.5625rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItEaxzPfuPIbX6CUr5WyBnKSAWgCldWX { width:13.125rem;height:4.375rem;top:19.0625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsSqATn04I9RPI1Pzsb9tO6CcorZbeC5 { display:block; }
 }@media only screen and (max-width: 763px) { #Pq9d9mOs3y91CJ6Fm4kJ2vgZmt4mTNFU { width:18rem;height:10.5rem;top:4.1240234375rem;left:1.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFMQiSbzo5y5CUcBHsVIICKLUnSGHJWD { width:13.6875rem;height:1.13720625rem;top:6.6123046875rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW3F8hxJlPBA4aE7heJsdZCIQiTWnA8y { width:12.5rem;height:1.05615rem;top:8.708984375rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzK6NgrCbFQMpJt1cdRrEcNb2298q060 { display:flex;width:1.25rem;height:1.25rem;top:8.6123046875rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #po1ZP4ZtWTq4rXoMLJ5JzpOalWVlIhsB { width:14.25rem;height:1.05615rem;top:10.064453125rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq6kD4mSFM9wnJGyH56HDkP4uKzucNHm { display:flex;width:1.25rem;height:1.25rem;top:9.9677734375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #JTfrHQwXet8TkdChgULCmBGAVhJfRThT { display:flex;width:1.1875rem;height:1.1875rem;top:11.3740234375rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #Uh3S5QUwGBnDPOHHgx7pKTbrM4gGKa4H { width:15.1875rem;height:1.05615rem;top:11.439453125rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC2T9LXqukvUFaeSeTfXpLtG8t9Od6N7 { width:3.4375rem;height:3.5625rem;top:4.1240234375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZhd86V09Hkgy4XGr7VfzTI14pGWkFCz { width:20rem;height:17.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcucNy8n9ntsGuzg7XK70uF4ascN9BFu { display:flex;width:2.125rem;height:2.125rem;top:10.625rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { width:7.875rem;height:2.54980625rem;top:10.412109375rem;left:4.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { width:17.5rem;height:13.597625rem;top:12.75rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { width:20rem;height:2.3374rem;top:3.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { width:20rem;height:0;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG6x8eLJp1rHnxIgl2TDRhQcC14yPVG7 { width:20rem;height:17.1875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { width:17.5rem;height:11.8979375rem;top:31.77490234375rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { width:8rem;height:2.54980625rem;top:29.22509765625rem;left:4.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NEJixMdBEIpt1LknIqqvkbc2OU88gikH { display:flex;width:2.125rem;height:2.125rem;top:29.4375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #KGinI1XfKn9CDU8nIHalfwpal330IKQ4 { width:20rem;height:17.1875rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { width:17.5rem;height:13.597625rem;top:48.9375rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { width:14.375rem;height:1.9121125rem;top:46.9189453125rem;left:4.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xrzSnD4iFkRdoPqzfUaXVDd0HTIihe1N { display:flex;width:2.125rem;height:2.125rem;top:46.8125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { display:flex;width:2.125rem;height:2.125rem;top:14.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { width:20rem;height:1.69970625rem;top:18.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { width:20rem;height:6.7988125rem;top:19.88671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { width:20rem;height:2.3374rem;top:8.9755859375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { width:20rem;height:2.79980625rem;top:5.44921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu9THOivMRw2XM7wRbIee87nH7uin95a { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOn8WiNDsXqgrCWTTq9JIU7gG0lvrLLK { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkU01zsD9kOz6oSLIGbO6uisdp53ayr3 { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:4.5rem;height:4.5rem;top:13.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { width:20rem;height:6.7988125rem;top:35.8623046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { width:20rem;height:2.54980625rem;top:33.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { width:4.5rem;height:4.5rem;top:28.16015625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { display:flex;width:2.125rem;height:2.125rem;top:29.34765625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { width:20rem;height:6.7988125rem;top:51.7373046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { width:20rem;height:2.54980625rem;top:49.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { width:4.5rem;height:4.5rem;top:44.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { display:flex;width:2.125rem;height:2.125rem;top:45.25rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { display:block; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smWIka7DGnGTt4cs5t5CUZf3hbSMa2ql { width:16.25rem;height:4.6499rem;top:1.25rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgFW4A5osTB6cntmuMv4J2pRLzDPLN3M { width:16.25rem;height:1.9121125rem;top:7.625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fxx2qeDMa5Qa8nZ5FStXF72ESC8bLFiB { width:16.25rem;height:0.5rem;top:6.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSTHKWIHAHTTNbwWKcuOVJihrVEzik0 { width:16.25rem;height:1.9121125rem;top:17.810546875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QX1AF7lBZPNXkha1xXXHvkpfTZTqWEun { width:16.25rem;height:4.6499rem;top:11.412109375rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTN3Te6XS2M8c7XkPKI72Tt50UEKrexR { width:16.25rem;height:0.5rem;top:16.685546875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWTMDrKwRuhaZBKa6cfAWAPuCOTR8fO { width:16.25rem;height:1.9121125rem;top:27.99609375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tAeZJmPMkWbAB42prQ6clpWsIxgWTzde { width:16.25rem;height:4.6499rem;top:21.59765625rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTm7LHfu2d7aLFGC5T2PSTnTZVu40d6v { width:16.25rem;height:0.5rem;top:26.87109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgmcEwRvXIS9am34G1zKy5riGcxGZeB1 { width:16.25rem;height:1.9121125rem;top:38.181640625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W0GmB6EuRlafCf6CyulWxcN01owFP5JG { width:16.25rem;height:4.6499rem;top:31.783203125rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIdvb60NHZaBhidNAkZlmfauEamr6MIv { width:16.25rem;height:0.5rem;top:37.056640625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { display:block; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { width:20rem;height:119.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unLhsU3qMKTB1QzcIQim5dXCy0OXpOCJ { width:20rem;height:2.65625rem;top:5.36279296875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { width:20rem;height:2.79980625rem;top:4.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #diAu6xfG1AoKrrgCTKTiou6zZKcKa03T { width:15rem;height:20rem;top:15.1240234375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { width:20rem;height:20.3965rem;top:42.88671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh { display:flex;width:1.5rem;height:1.5rem;top:35.875rem;left:14.375rem; }
#zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #usyfmDp12m9hAQPDKbbUWasazKnDWeua { width:4.1875rem;height:1.69970625rem;top:37.625rem;left:7.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGIHcVAi1vdZq82t67VIEhitHP4EvKAK { width:12.6875rem;height:1.9121125rem;top:35.6875rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6vIXePF9TNKiWFBtU8Ds4Q05UMyAldg { width:20rem;height:22.0961875rem;top:92rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3bAK0sw8koyfdxmlfsFyOZtqTVMCm9S { width:4.25rem;height:1.69970625rem;top:87.125rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpnXqGgHheM1FU8rc1B739ZCCUc6TbRC { width:13.5rem;height:1.9121125rem;top:85.1875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPFC8f9uc8PX1QDnEZ1xfTFXq3DB1TRa { width:15rem;height:20rem;top:65.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpFVAHeOGwP65O6K2cThQZdkouIWZQsl { display:flex;width:1.5rem;height:1.5rem;top:85.375rem;left:14.875rem; }
#HpFVAHeOGwP65O6K2cThQZdkouIWZQsl > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Eu2vWpkIcOMFZG69EF8PzMRTA8Rv8qvG { width:15rem;height:16.1875rem;top:13.1240234375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxBkD7CCW9B2pidmLVz8meVN1lMtRzMt { width:15rem;height:16.1875rem;top:64.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESqmxE7FW9fpKuCWepbclyg1pxpUmMyB { width:8.5rem;height:1.59375rem;top:39.32421875rem;left:5.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo4zT5kgIll5ZbGCz0RoL9XIAqRpOWxr { width:8.3125rem;height:1.59375rem;top:88.8125rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhivcKS94exXo2FSD9Tbleaay2ukVvFE { width:12.375rem;height:1.59375rem;top:41.29296875rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SacrT42mcy323KqXqyTLbZIBKK9GTMlM { width:12.375rem;height:1.59375rem;top:90.375rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { width:17.5rem;height:3.1499rem;top:16.0625rem;left:1.25rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { width:17.5rem;height:5.736325rem;top:20.625rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { top:27.9375rem;left:3.625rem;z-index:15039;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVrrU9StuofSWUPMAHBwyhokXlil6MGu { display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:20rem;height:22.875rem;top:12.05517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:15.625rem;height:6.798825rem;top:0.6240234375rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVWlQFCPMfU1qyJ7qA78BFsETsuh3lr0 { width:7.25rem;height:7.3125rem;top:7.421875rem;left:6.375rem;display:block; }
 }