.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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); }#huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV > .row .container { background-color: transparent; background-image: none; }#huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV > .row .container > .video-iframe-container { display: none; }#huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV > .row > .video-iframe-container { display: none; }#huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV > .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); }#huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV > .row .container { border-width: 0; border-radius: 0; }#huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#AEEdczclxw6u7ESDbQIEZUv7lOTlAuQr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:16.3125rem;top:1.90625rem;left:0rem;overflow:hidden;display:block; }
#lffCiL3lAtNTFNe1IhAUa0tuph0qQaOv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1f69c1;border-left:0.125rem solid #1f69c1;border-right:0.125rem solid #1f69c1;border-bottom:0.125rem solid #1f69c1;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#1f69c1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6rem;height:2.6rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.1937500238419rem;left:61.325002670288rem;display:block; }
#zfvKKUlyeyBIxgHJ6SLtJO65ADd748MV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/k0oVmb1O/BG_home.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd.adaptive-delivery-prevent-bg, #Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd.lazyload, #Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd.lazyloading { background-image: none; }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row .container { background-color: transparent; background-image: none; }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row .container > .video-iframe-container { display: none; }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row > .video-iframe-container { display: none; }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .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); }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row .container { border-width: 0; border-radius: 0; }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#hAZkupwumQ4aJoSkrCdKFn72qbgJxXa5 { color:#606060;display:block;width:32.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:14995;line-height:1.4;letter-spacing:0;top:18.3125rem;left:2.28125rem;height:4.4625rem;display:block; }
#HD83R8dEnF1iffnpN3rQTPrJrz0RODw0 { color:#454545;display:block;width:33rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:11.375rem;left:2.25rem;height:6.175rem;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; }
#o1FobbcIiPTgMdCisKbkei76TMWaNlTO { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:8.5rem;top:7.5rem;left:2.3125rem;overflow:hidden;display:block; }
#J5yss8dkoOpGXfykwepI8wSqQToEFwPx { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:19.375rem;top:24.487501144409rem;left:2.28125rem;overflow:hidden;display:block; }
#Pw8dtN3ONXr6vWmNA3T6JPM7AmP56k2y { position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.4375rem 0.375rem 0.9375rem rgba(146,152,163,0.24) ;height:35.1875rem;width:30.8125rem;top:8.9375rem;left:40.875rem;display:block; }
#ATvcyl1cbk0XsFzKQwTTxHrVzxvHBOqo { color:#333333;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:10.375rem;left:44.25rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#xuFWJeu53TV4bF3zcVK17ftFHeECPVxV { position:absolute;display:block;z-index:14992;height:25.75rem;width:28.25rem;top:14.5rem;left:42.1875rem;display:block; }
#iByr6OU2A7ByxAds8EBfp4odsyrqhmii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#iByr6OU2A7ByxAds8EBfp4odsyrqhmii > .row .container { background-color: transparent; background-image: none; }#iByr6OU2A7ByxAds8EBfp4odsyrqhmii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iByr6OU2A7ByxAds8EBfp4odsyrqhmii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iByr6OU2A7ByxAds8EBfp4odsyrqhmii > .row .container > .video-iframe-container { display: none; }#iByr6OU2A7ByxAds8EBfp4odsyrqhmii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iByr6OU2A7ByxAds8EBfp4odsyrqhmii > .row > .video-iframe-container { display: none; }#iByr6OU2A7ByxAds8EBfp4odsyrqhmii > .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); }#iByr6OU2A7ByxAds8EBfp4odsyrqhmii > .row .container { border-width: 0; border-radius: 0; }#iByr6OU2A7ByxAds8EBfp4odsyrqhmii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iByr6OU2A7ByxAds8EBfp4odsyrqhmii > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#LChwmNF2ZqXhxSZubsnOhyugqMqhpXt5 { color:#454545;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.375rem;left:18.25rem;height:6rem;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; }
#Kb2VTy9wKiacULaXVuyfTaKBfV08Bto9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.9713544845581rem;left:35.9375rem;display:none; }
#Kb2VTy9wKiacULaXVuyfTaKBfV08Bto9 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB > .row .container { background-color: transparent; background-image: none; }#DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB > .row .container > .video-iframe-container { display: none; }#DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB > .row > .video-iframe-container { display: none; }#DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB > .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); }#DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB > .row .container { border-width: 0; border-radius: 0; }#DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#fDIJczbGcF41bQh90dVOof5NXGiSQcoi { color:#333333;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.6875rem;left:37.5rem;height:4.4625rem;display:block; }
#HREaMmWZ4WnMsnurw9K0xodcMHPxWbsT { z-index:14995;top:30.4375rem;left:37.5rem;background-color:#1f69c1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yKfCIfyo6PCVtrq6zPQXK3lSVCQ255KD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wyQKXR9TSdHR5fri3bOvcLtAZ573JmVF { position:absolute;display:block;z-index:15004;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:25.5rem;width:31.375rem;top:3.9375rem;left:2.3828125rem;overflow:hidden;display:block; }
#ziGyVRVWof7oaJyHF7LQ3Mqoy7uFO4et { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.8125rem;width:18.3125rem;top:10.9375rem;left:37.5rem;display:block; }
#lzOl7q2QpGJJIIp7rNRT5pTd9PDSdO7I { color:#333333;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:12.25rem;left:41.4375rem;height:2.975rem;text-align:left;text-align-last:left;display:block; }
#qJNkNVBs1qCz1euxSxKsDOTBhKSkDFnn { color:#606060;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;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; }
#u4wHd8oUswbwUkVz7Sybe5H6vby0O3Gy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:12.6875rem;left:38.375rem;overflow:hidden;display:block; }
#T0iWyz8V9is8i0atH3ip2sbpB6y25itm { position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.8125rem;width:18.3125rem;top:10.937500238419rem;left:56.6875rem;display:block; }
#kWIsCmT9XHM6MBdxoX97iwVfn1oSNGny { color:#333333;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:14998;line-height:1.4;letter-spacing:0;top:12.25rem;left:60.625rem;height:2.975rem;text-align:left;text-align-last:left;display:block; }
#XqVFVChgXI3O7vCGf0R967z28xbNJ2bw { color:#606060;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:15.875rem;left:60.625rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#DkX8uoxJ3NM2UV4IrdKhSuhxCs86erRn { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.0625rem;top:12.5625rem;left:57.75rem;overflow:hidden;display:block; }
#Tw4Ac1Mc0cFkqylVu7sTz4ZNoL2IwbPa { color:#333333;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:14996;line-height:1.4;letter-spacing:0;top:25.0625rem;left:37.5rem;height:3.9375rem;display:block; }
#TGIIGyZ01Azlidd9FODIGiTVt541FlZG { position:absolute;display:block;z-index:15021;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:9.8125rem;width:13.6875rem;top:32.375rem;left:61.312498092651rem;overflow:hidden;display:block; }
#lg5qw4DBzCweOfiu265MzTTfhoN5bW5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lg5qw4DBzCweOfiu265MzTTfhoN5bW5T > .row .container { background-color: transparent; background-image: none; }#lg5qw4DBzCweOfiu265MzTTfhoN5bW5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg5qw4DBzCweOfiu265MzTTfhoN5bW5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg5qw4DBzCweOfiu265MzTTfhoN5bW5T > .row .container > .video-iframe-container { display: none; }#lg5qw4DBzCweOfiu265MzTTfhoN5bW5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg5qw4DBzCweOfiu265MzTTfhoN5bW5T > .row > .video-iframe-container { display: none; }#lg5qw4DBzCweOfiu265MzTTfhoN5bW5T > .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); }#lg5qw4DBzCweOfiu265MzTTfhoN5bW5T > .row .container { border-width: 0; border-radius: 0; }#lg5qw4DBzCweOfiu265MzTTfhoN5bW5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lg5qw4DBzCweOfiu265MzTTfhoN5bW5T > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#TTHrHyTITT7IlidS12qKROUSJMc48fP5 { color:#454545;display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.4375rem;left:11.25rem;height:7.59375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LQvCgtFqpOfA63CXf3xks6QlyX5ForEe { z-index:15003;top:12.6875rem;left:30rem;background-color:#1f69c1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U18DRyHkk4dPSv76vpoAb9mu8lvMxvIz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J4EDTaJKqJ1VxmxTwcLZWFmr4PMzl4u9 { position:absolute;display:block;z-index:15020;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:13.5625rem;width:14.1875rem;top:12.6875rem;left:0rem;overflow:hidden;display:block; }
#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f8ff, #ffffff);background-image: -moz-linear-gradient(180deg, #f8f8ff, #ffffff);background-image: -ms-linear-gradient(180deg, #f8f8ff, #ffffff);background-image: -o-linear-gradient(180deg, #f8f8ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8ff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f8f8ff, #ffffff);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; }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row .container { background-color: transparent; background-image: none; }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row .container > .video-iframe-container { display: none; }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row > .video-iframe-container { display: none; }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .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); }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row .container { border-width: 0; border-radius: 0; }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#bENs5GyAyohpkIURnb8eevo9Id2QUQQQ { color:#606060;display:block;width:32.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:16.5rem;left:1.6875rem;height:13.3875rem;display:block; }
#kV2TMcNV2OnBrs77s05Oa62ong1eRgXU { color:#454545;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9rem;left:1.625rem;height:6.5rem;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; }
#WGmlQ7FCC64CKJrgLplm3ZXndt16dQN4 { position:absolute;display:block;z-index:15007;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:27.625rem;width:28.5625rem;top:8.050000190735rem;left:41.062501907349rem;overflow:hidden;display:block; }
#sVtBakwgtZOFrfzXoVpVCIpRs6Db0SmO { z-index:15003;top:32.1875rem;left:1.6875rem;background-color:#1f69c1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ma7xq1DH1NSd7WvkovBDheTIi9gGufsD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row .container { background-color: transparent; background-image: none; }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row .container > .video-iframe-container { display: none; }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row > .video-iframe-container { display: none; }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .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); }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row .container { border-width: 0; border-radius: 0; }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#XGT8p7Jf1f6TAQsvnZaGTRZisTEZTh5s { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:11.25rem;left:18.6875rem;height:4.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cwcCxr4wuJ1Pqc1JBGwqSHxmsntgfUcT { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.305469512939rem;left:19.65625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oo5r1TQlyqlkG5O0WPqU2DzNdKPSvd5m { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(130deg, #0098e4, #4e41a1);background-image: -moz-linear-gradient(130deg, #0098e4, #4e41a1);background-image: -ms-linear-gradient(130deg, #0098e4, #4e41a1);background-image: -o-linear-gradient(130deg, #0098e4, #4e41a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098e4', endColorstr='#4e41a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098e4', endColorstr='#4e41a1' );";background-image: linear-gradient(130deg, #0098e4, #4e41a1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:21.25rem;width:61.25rem;top:7.4742193222044rem;left:6.875rem;display:block; }
#K43zumeUvzMOLeb8s9ioOPelxGgMi8pl { position:absolute;display:block;z-index:15023;height:5.1875rem;width:9.25rem;top:28.72421836853rem;left:21.96249961853rem;display:block; }
#XLwbeTDMeVihCQZ4NP1kS02kMuAdqn4C { z-index:15004;top:20.625rem;left:30.000001907349rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#1f69c1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JTufgUWnnP6dGbcCh5pNfEa2wW06fNrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZITK3zKiRUhFOlHRT8483uybnbiXxyB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/k0oVmb1O/BG_home.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#QZITK3zKiRUhFOlHRT8483uybnbiXxyB.adaptive-delivery-prevent-bg, #QZITK3zKiRUhFOlHRT8483uybnbiXxyB.lazyload, #QZITK3zKiRUhFOlHRT8483uybnbiXxyB.lazyloading { background-image: none; }#QZITK3zKiRUhFOlHRT8483uybnbiXxyB > .row .container { border-width: 0; border-radius: 0; }#QZITK3zKiRUhFOlHRT8483uybnbiXxyB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZITK3zKiRUhFOlHRT8483uybnbiXxyB > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:none; }#Z9vg1ho9GGyf9LqQK0AfIcucoUD3gsI6 { color:#454545;display:block;width:35.375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.5625rem;left:2.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#waJm4zpUU96qdTLnW7ZdmaoV1fanFm7l { color:#000000;display:block;width:34.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:24.25rem;left:2.375rem;height:5.6rem;display:block; }
#tLsTvHHvFN6pICIas0fKls6krQZHTy2s { position:absolute;display:block;z-index:15010;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:30.8125rem;width:31.25rem;top:6.5625rem;left:43.75rem;overflow:hidden;display:block; }
#QSnfmWiEwymNbKSno5ahxTc3kOstyyt5 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:9rem;top:11rem;left:2.375rem;overflow:hidden;display:block; }
#WJbs5hlufNZdg8vLaLNsH3GFllkP0uuH { z-index:15004;top:31.4375rem;left:2.375rem;background-color:#00bb99;background-image:none;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;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RRWX5XNwf1rLbpoXqOI54kEvKy3fzWTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZhWuLi2P2uyW0XoRXkh74xeuLQKbuoCJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZhWuLi2P2uyW0XoRXkh74xeuLQKbuoCJ > .row .container { border-width: 0; border-radius: 0; }#ZhWuLi2P2uyW0XoRXkh74xeuLQKbuoCJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhWuLi2P2uyW0XoRXkh74xeuLQKbuoCJ > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:none; }#XfFZbRTyOsg2l31575GJhJUVnBTDTITg { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:12.4375rem;top:10.4375rem;left:6.6875rem;overflow:hidden;display:block; }
#amQPkGZBF79M3vkiMC3AhvCpNDA9AJag { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:9rem;top:10.25rem;left:22.25rem;overflow:hidden;display:block; }
#XlIFq6N83iTTdITMMmgl6EsGFMTb2rna { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.6875rem;top:14.0625rem;left:8.125rem;overflow:hidden;display:block; }
#vLEJK56WJR6pOQzOBamCG77zbtTGqGfd { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.5625rem;top:14.5625rem;left:16.5rem;overflow:hidden;display:block; }
#woJ2IFk4E4z4hsQ4AKoqVqMTt9ZGCyEm { position:absolute;display:block;z-index:15036;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:2rem;width:9.5625rem;top:14.5625rem;left:27.5625rem;overflow:hidden;display:block; }
#QgneDe3MWRvE3g2n4QeW2xdhpbb9Zxl2 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8rem;top:9.8125rem;left:34.5625rem;overflow:hidden;display:block; }
#Om3giCl5UGqIyDA4zrUFlULbqiE3rFAo { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.3125rem;top:14.875rem;left:40.0625rem;overflow:hidden;display:block; }
#LEeOpraoszcwvqJBCgQ5SPiAlrANfp33 { 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:2.125rem;width:11.3125rem;top:10rem;left:46.3125rem;overflow:hidden;display:block; }
#heFmXPHu7pK9Vrsu9VT2T4lrsqtlFq5P { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:8.9375rem;top:14.5625rem;left:47.0625rem;overflow:hidden;display:block; }
#bn1BV322MHBCrKwTwTIyRpwNXmlEU3RA { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.9375rem;top:19.8125rem;left:27.5625rem;overflow:hidden;display:block; }
#LSQ5aMAWTxVz5dUh3Uf3HknLTFHhVAGE { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.75rem;top:19.8125rem;left:47.875rem;overflow:hidden;display:block; }
#BdvMtdqR8h6ATmaHhywZ9GAhqCUaDNvm { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:3.375rem;top:20rem;left:10.75rem;overflow:hidden;display:block; }
#IZPPKQ85wp4CprQhTFWOqVoVBHGckJxf { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.8125rem;top:20rem;left:17.5625rem;overflow:hidden;display:block; }
#s4PWRoulAdtDEsyX0azeLltH0BfQyJK1 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.8125rem;top:20.6875rem;left:35.25rem;overflow:hidden;display:block; }
#dQesIUtaL7Al2BesCm17OpOXIyU1DiTC { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:5.25rem;top:19.4375rem;left:57.9375rem;overflow:hidden;display:block; }
#i7W4Gszw0FduHvfKo0oXTKOHMCqmwTZT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:7.3125rem;top:9.5625rem;left:61rem;overflow:hidden;display:block; }
#RvrUCuUdcdAZwCIzhwczDQWLs1KzvbvF { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:7.5rem;top:14.875rem;left:59.375rem;overflow:hidden;display:block; }
#HpKm7b1QumUaQXE2cX0buemxcsLdCKcF { color:#333333;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.125rem;left:10rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FzPp70xGuIGrKJp7iURqTK3seFZ0MDuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FzPp70xGuIGrKJp7iURqTK3seFZ0MDuk > .row .container { border-width: 0; border-radius: 0; }#FzPp70xGuIGrKJp7iURqTK3seFZ0MDuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzPp70xGuIGrKJp7iURqTK3seFZ0MDuk > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:none; }#PGmZRZTk4zOeiTbb6dnBo5DCWcQWX9bd { color:#454545;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:10rem;left:3.1875rem;height:7.875rem;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:left;text-align-last:left;display:block; }
#MZxvkd8JBcPgerDMS1mIITtbJC6c517A { color:#454545;display:block;width:29.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:18.75rem;left:3.1875rem;height:6rem;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:left;text-align-last:left;display:block; }
#PbD0nNNxXNRsiecdsCRB6LIMRAQXxNPd { position:absolute;display:block;z-index:15006;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:34.3125rem;width:35.4375rem;top:1.6875rem;left:37.5rem;overflow:hidden;display:block; }
#LT3TU36JLiQEE98CPSPhP0DU5rSvJBnD { background-color:#00bb99;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.337499976158rem;left:3.1875rem;display:block; }
#xphIhI0WsDGTSyqftSdwuCv0kLm2bTeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UD0T0KrEAEphFbPOb3Dc2cyMXAg5018I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UD0T0KrEAEphFbPOb3Dc2cyMXAg5018I > .row .container { border-width: 0; border-radius: 0; }#UD0T0KrEAEphFbPOb3Dc2cyMXAg5018I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UD0T0KrEAEphFbPOb3Dc2cyMXAg5018I > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:none; }#gCWkrG8ItpgZSw8QVkiBQFLHb179bFft { color:#454545;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:3.5625rem;left:12.8125rem;height:4.5rem;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:left;text-align-last:left;display:block; }
#AktJ9TaTWWosHIGBsoo0mX3fr6mc2ukw { color:#454545;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.5625rem;left:12.8125rem;height:4.5rem;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:left;text-align-last:left;display:block; }
#QPl70zcyKz1o5RwXEUgTBu5R8hMMSwei { position:absolute;display:block;z-index:15007;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:4.936525rem;width:4.936525rem;top:4.1875rem;left:6.375rem;overflow:hidden;display:block; }
#sf8xQMzInsWRoQ7ANzZHBecTrpHMWB8w { color:#454545;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:3.5625rem;left:45.8125rem;height:4.5rem;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:left;text-align-last:left;display:block; }
#rg3TXG6OpyALXBS8NfNJoZOlleMty4dI { color:#454545;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5625rem;left:45.8125rem;height:4.5rem;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:left;text-align-last:left;display:block; }
#nbLu17UzL69W70PWS7wSpANsVqg1n788 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:4.1875rem;left:40rem;overflow:hidden;display:block; }
#gimNHHEw8nFwPWt3xCqK3wdpGTJX3Ly4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gimNHHEw8nFwPWt3xCqK3wdpGTJX3Ly4 > .row .container { border-width: 0; border-radius: 0; }#gimNHHEw8nFwPWt3xCqK3wdpGTJX3Ly4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gimNHHEw8nFwPWt3xCqK3wdpGTJX3Ly4 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:none; }#tByEB39lyINQU8kfeo7X700bEP2eA5fd { color:#454545;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:3.5625rem;left:12.8125rem;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:left;text-align-last:left;display:block; }
#G2UHvRVMV6xd6VUqC9iXsvcvTQ73Ac7A { color:#454545;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.5625rem;left:12.8125rem;height:4.5rem;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:left;text-align-last:left;display:block; }
#nyz3RHFiNCiXxyCg1FNTkkst4ysE0bsZ { color:#454545;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:3.5625rem;left:45.8125rem;height:4.5rem;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:left;text-align-last:left;display:block; }
#mvq5XFg3e6w5rRwDtTT16LBy9Kb4ezPu { color:#454545;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5625rem;left:45.8125rem;height:4.5rem;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:left;text-align-last:left;display:block; }
#dUZTh6vE9SwcRXzKkclTiLkG0MxaBh9q { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:5.3125rem;top:3.8125rem;left:6.1875rem;overflow:hidden;display:block; }
#TkTrTSNRa0VCxJZbd0eqHgtqvhwxcGMZ { position:absolute;display:block;z-index:15010;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:4.75rem;width:5.5625rem;top:3.5625rem;left:39.3125rem;overflow:hidden;display:block; }
#K5vNv3UV7Wep9CeuHnxAQng5zTynGEQw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#K5vNv3UV7Wep9CeuHnxAQng5zTynGEQw > .row .container { border-width: 0; border-radius: 0; }#K5vNv3UV7Wep9CeuHnxAQng5zTynGEQw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5vNv3UV7Wep9CeuHnxAQng5zTynGEQw > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:none; }#VfeRmVH2szTUP7emWDoplooHBwbHHeya { color:#454545;display:block;width:24.56175rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.7802734375rem;left:25.218505859375rem;height:6rem;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; }
#TfdbCnKyJdoOs3Kx6PhbTPpNwtDvhmm7 { position:absolute;display:block;z-index:15006;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:31.8125rem;width:23.75rem;top:3.779296875rem;left:3.389892578125rem;overflow:hidden;display:block; }
#HvucFHq7emAbyIIaprRsCWcBl3tM7FkS { position:absolute;display:block;z-index:15007;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:31.8125rem;width:24rem;top:3.812255859375rem;left:46.826171875rem;overflow:hidden;display:block; }
#ADGBfJJPFBbuZocekwxWwp8HzcLdxy76 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:17.25rem;display:none; }
#XMCrmcAOooDU0PaTgRA2tzOiXEwPvu6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XMCrmcAOooDU0PaTgRA2tzOiXEwPvu6b > .row .container { border-width: 0; border-radius: 0; }#XMCrmcAOooDU0PaTgRA2tzOiXEwPvu6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMCrmcAOooDU0PaTgRA2tzOiXEwPvu6b > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:none; }#SGZgbiOnJnWmXy9OT0HnlqKx0s6unARn { color:#333333;display:block;width:48.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:12.75rem;left:13.40625rem;height:5.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pSMFwcmvKwhSXIUhZA4nlMUJJU8GbOxk { color:#333333;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18.9375rem;left:12.875rem;height:3rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#e5epwqxmw4r5nT9TXAE3FWIL7ga7x8LQ { position:absolute;display:block;z-index:15007;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:4.4375rem;width:4.4375rem;top:6.875rem;left:35.3125rem;overflow:hidden;display:block; }
#mDiq9C5ONzR7qr5lTNcOpQZw6DkDkPlP { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.25rem 0.625rem 0.8125rem rgba(158,175,201,0.29) ;height:21.9995rem;width:12.749rem;top:27.6875rem;left:2.875rem;display:block; }
#Ipa78XXAinEtsScZve8TlU0cEmtAqvZH { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.25rem 0.625rem 0.8125rem rgba(158,175,201,0.29) ;height:21.9983125rem;width:12.7478125rem;top:27.6875rem;left:16.8125rem;display:block; }
#tRcN2xSQwSqAl0AzJshWxzspuqNVnmMF { color:#333333;display:block;width:11.1853125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:34.625rem;left:17.5625rem;height:3.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T3UMQnIyZKgpeeLbrxmEAd3r6WGRPtOV { color:#333333;display:block;width:10.4980625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:34.625rem;left:3.8125rem;height:3.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X1FsCg6FIByZ87s34Tos64qWViKPcRNQ { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.25rem 0.625rem 0.8125rem rgba(158,175,201,0.29) ;height:21.9983125rem;width:12.7478125rem;top:27.6875rem;left:30.9375rem;display:block; }
#JeaQyNlvKkBqdXoOoRzUePO7TaBs7OGb { color:#333333;display:block;width:10.4980625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:34.8125rem;left:32.0615234375rem;height:3.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#P1vdHsABsf3NvO6UcuvhbSXOOi0Etg72 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.25rem 0.625rem 0.8125rem rgba(158,175,201,0.29) ;height:21.9983125rem;width:12.7478125rem;top:27.6875rem;left:45.125rem;display:block; }
#ZTDGDLQnXsL16iMZ6PNoyoNlPm7aNaG4 { color:#333333;display:block;width:10.4980625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:34.625rem;left:46.2490234375rem;height:3.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XcSggruxWEkIKGQRrbLuxi1T0onRPUeF { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:3.49975625rem;top:29.4375rem;left:35.125rem;overflow:hidden;display:block; }
#Nv2pzt3CJJtQo2eZWeu9y5wkgSoRRpsn { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:3.49975625rem;top:29.4375rem;left:21.4375rem;overflow:hidden;display:block; }
#Qx53PVfXvOogcdVxa7ClBIb2phAkru1w { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.75rem;top:29.5rem;left:7.1875rem;overflow:hidden;display:block; }
#iCvMJwAdOdVteFxcpFkwk6rSLP1FQsAO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.5620125rem;top:29.5rem;left:49.75rem;overflow:hidden;display:block; }
#FCUTwOATnCNoh11fQ3rhFW89qI99sTbH { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.25rem 0.625rem 0.8125rem rgba(158,175,201,0.29) ;height:21.9983125rem;width:12.7478125rem;top:27.6875rem;left:59.375rem;display:block; }
#ON30GGCaV9Ph9B2AoGCc2rxM9gLhcaqM { color:#333333;display:block;width:10.4980625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:34.625rem;left:60.5rem;height:3.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uy4nQ8tpa33LtFxvVaDd1QlWrQh82bEL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:3.49975625rem;top:29.4375rem;left:64rem;overflow:hidden;display:block; }
#TnVunKcWGMxJnNrXJ68eiqRhofRRh9zQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TnVunKcWGMxJnNrXJ68eiqRhofRRh9zQ > .row .container { border-width: 0; border-radius: 0; }#TnVunKcWGMxJnNrXJ68eiqRhofRRh9zQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnVunKcWGMxJnNrXJ68eiqRhofRRh9zQ > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:none; }#GRdwRU7sPKS3KQoZWedBUCozncdtM7hq { color:#333333;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:0.6875rem;left:45.96875rem;height:9rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LmFhc7h5rkPgNA4gMbpkcTt8J6o3If78 { color:#333333;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:0.6875rem;left:60.125rem;height:9rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oTtgLaXS9CsSkvhRbqPP2GqOexoCOQ84 { color:#333333;display:block;width:10.4980625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0.625rem;left:32.25rem;height:9rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vE7DHfDkbSLUBOSDEc08tb4gl6TqirtF { color:#333333;display:block;width:10.4980625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0.625rem;left:17.9375rem;height:7.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lezlH62cEv1dMP2J7P6Wlt7r3OWXtnhe { color:#333333;display:block;width:10.4980625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:0.5625rem;left:3.8125rem;height:7.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zK6qv6z0mTZpq4m2h4wtTcmPdR8FARBW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.5620125rem;top:29.5rem;left:49.75rem;overflow:hidden;display:none; }
#lhyKuhdzXnXBooqx6mMMwH4o6HXNtVLD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.75rem;top:29.5rem;left:7.1875rem;overflow:hidden;display:none; }
#gn7BF7iw2a14Kl0ll0xiGiUTKyNg2uJQ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:3.49975625rem;top:29.4375rem;left:35.125rem;overflow:hidden;display:none; }
#yf9gvEHmqmWtK7vQvL47TompQd52NPST { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:3.49975625rem;top:29.4375rem;left:21.4375rem;overflow:hidden;display:none; }
#TDZWkMDWT2As0wWrD5kpUN2vGxq9IQ99 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:3.49975625rem;top:29.4375rem;left:64rem;overflow:hidden;display:none; }
#qtDKTbHUIELeFkwF2Th0aeWWxoxhX2B2 { color:#333333;display:block;width:10.4980625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:34.625rem;left:60.5rem;height:3.28125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#nTtT0Pz4tZRFaikPzSuMFdn5WtypVBDD { color:#333333;display:block;width:10.4980625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:34.625rem;left:46.3125rem;height:3.28125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#KZWEeOh6wld1b44xTkaXAZhmHEOszgE4 { color:#333333;display:block;width:10.4980625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:34.625rem;left:31.625rem;height:3.28125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#TB1oH5oZCT78FbpKfaIat9ysxsorDVcy { color:#333333;display:block;width:11.1853125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:34.625rem;left:17.5625rem;height:3.28125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#qcfor88O3rLiEqk9EpGTvmBsLNrLQX5y { color:#333333;display:block;width:10.4980625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:34.625rem;left:3.8125rem;height:3.28125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#bZTBnca3BhnPyhM1aSltprNXTHDWwmtL { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.4375rem 0.375rem 0.9375rem rgba(146,152,163,0.24) ;height:37.375rem;width:27.375rem;top:4.375rem;left:37.999134063721rem;display:none; }
#LgLDMM02FffPHsoDk3AavOTPOdxTvFNB { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.4375rem 0.375rem 0.9375rem rgba(146,152,163,0.24) ;height:37.375rem;width:27.375rem;top:4.375rem;left:37.999134063721rem;display:none; }
#t47F61AJDZK5fzw3kOKHKRA5X7IuFGlO { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.4375rem 0.375rem 0.9375rem rgba(146,152,163,0.24) ;height:37.375rem;width:27.375rem;top:4.375rem;left:37.999134063721rem;display:none; }
#pporczibcePTAbJw0B4r7tZE2a9ylVdy { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.4375rem 0.375rem 0.9375rem rgba(146,152,163,0.24) ;height:37.375rem;width:27.375rem;top:4.375rem;left:37.999134063721rem;display:none; }
#O6klHFzPDBPMxiG1u2TH9niPG7DE9QmP { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.4375rem 0.375rem 0.9375rem rgba(146,152,163,0.24) ;height:37.375rem;width:27.375rem;top:4.375rem;left:37.999134063721rem;display:none; }
#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wWu5MHaV/bg_rodape.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF.adaptive-delivery-prevent-bg, #CV8bpoMccUndVdkdcUDiweSNgU1gfOuF.lazyload, #CV8bpoMccUndVdkdcUDiweSNgU1gfOuF.lazyloading { background-image: none; }#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF > .row .container { background-color: transparent; background-image: none; }#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF > .row .container > .video-iframe-container { display: none; }#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF > .row > .video-iframe-container { display: none; }#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF > .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); }#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF > .row .container { border-width: 0; border-radius: 0; }#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#sZgKVs8LxBtKD0VosaWBNd444J0qW16N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:14.3125rem;top:2.6875rem;left:2.8125rem;overflow:hidden;display:block; }
#v0pCfHNpHg1kbt3pQ0kidWGCOeR3acwS { color:#3f3f3f;display:block;width:13.8748125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:3rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#od08JbTBXl5xPNEZV7fWQzT2Nf7UAGAI { color:#606060;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4rem;left:62.3125rem;height:1.3rem;font-style:normal;display:block; }
#CtrDWrBwxUqPpx95JrcVM0HlynffmAQg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:3.875rem;left:56.75rem;overflow:hidden;display:block; }
#a7Ay8lmRFTLrx48rnNJVdzcSkW2gkVn0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:3.875rem;left:59.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV { display:block; }#huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEEdczclxw6u7ESDbQIEZUv7lOTlAuQr { top:1.875rem;left:0rem;width:16.3125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffCiL3lAtNTFNe1IhAUa0tuph0qQaOv { width:13.5625rem;height:2.5625rem;top:1.1875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfvKKUlyeyBIxgHJ6SLtJO65ADd748MV { display:block; }
 }@media only screen and (max-width: 763px) { #Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd { display:block; }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAZkupwumQ4aJoSkrCdKFn72qbgJxXa5 { top:18.3125rem;left:0rem;width:32.9375rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD83R8dEnF1iffnpN3rQTPrJrz0RODw0 { top:11.375rem;left:0rem;width:33rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1FobbcIiPTgMdCisKbkei76TMWaNlTO { top:7.5rem;left:0rem;width:8.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5yss8dkoOpGXfykwepI8wSqQToEFwPx { top:24.4375rem;left:0rem;width:19.375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw8dtN3ONXr6vWmNA3T6JPM7AmP56k2y { top:8.9375rem;left:16.9375rem;width:30.8125rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATvcyl1cbk0XsFzKQwTTxHrVzxvHBOqo { top:10.375rem;left:23.875rem;width:22.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuFWJeu53TV4bF3zcVK17ftFHeECPVxV { top:14.5rem;left:19.5rem;width:28.25rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iByr6OU2A7ByxAds8EBfp4odsyrqhmii { display:block; }#iByr6OU2A7ByxAds8EBfp4odsyrqhmii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LChwmNF2ZqXhxSZubsnOhyugqMqhpXt5 { top:3.375rem;left:4.625rem;width:38.5rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb2VTy9wKiacULaXVuyfTaKBfV08Bto9 { top:5.9375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#Kb2VTy9wKiacULaXVuyfTaKBfV08Bto9 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB { display:block; }#DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDIJczbGcF41bQh90dVOof5NXGiSQcoi { top:3.6875rem;left:10.25rem;width:37.5rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HREaMmWZ4WnMsnurw9K0xodcMHPxWbsT { top:30.4375rem;left:23.875rem;width:15rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKfCIfyo6PCVtrq6zPQXK3lSVCQ255KD { display:block; }
 }@media only screen and (max-width: 763px) { #wyQKXR9TSdHR5fri3bOvcLtAZ573JmVF { top:3.9375rem;left:0rem;width:31.375rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziGyVRVWof7oaJyHF7LQ3Mqoy7uFO4et { top:10.9375rem;left:23.875rem;width:18.3125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzOl7q2QpGJJIIp7rNRT5pTd9PDSdO7I { top:12.25rem;left:23.875rem;width:13.375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJNkNVBs1qCz1euxSxKsDOTBhKSkDFnn { top:15.875rem;left:23.875rem;width:13.4375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4wHd8oUswbwUkVz7Sybe5H6vby0O3Gy { top:12.6875rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0iWyz8V9is8i0atH3ip2sbpB6y25itm { top:10.9375rem;left:29.4375rem;width:18.3125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWIsCmT9XHM6MBdxoX97iwVfn1oSNGny { top:12.25rem;left:35.9375rem;width:11.8125rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVFVChgXI3O7vCGf0R967z28xbNJ2bw { top:15.875rem;left:34.3125rem;width:13.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkX8uoxJ3NM2UV4IrdKhSuhxCs86erRn { top:12.5625rem;left:37.3125rem;width:2.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4Ac1Mc0cFkqylVu7sTz4ZNoL2IwbPa { top:25.0625rem;left:10.1875rem;width:37.5625rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGIIGyZ01Azlidd9FODIGiTVt541FlZG { top:32.375rem;left:34.0625rem;width:13.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg5qw4DBzCweOfiu265MzTTfhoN5bW5T { display:block; }#lg5qw4DBzCweOfiu265MzTTfhoN5bW5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTHrHyTITT7IlidS12qKROUSJMc48fP5 { top:3.4375rem;left:0rem;width:47.75rem;height:7.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQvCgtFqpOfA63CXf3xks6QlyX5ForEe { top:12.6875rem;left:16.375rem;width:15rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U18DRyHkk4dPSv76vpoAb9mu8lvMxvIz { display:block; }
 }@media only screen and (max-width: 763px) { #J4EDTaJKqJ1VxmxTwcLZWFmr4PMzl4u9 { top:12.6875rem;left:0rem;width:14.1875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO8ew7v2uNH9fOde7yk1ymHqZizRao2r { display:block; }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bENs5GyAyohpkIURnb8eevo9Id2QUQQQ { top:16.5rem;left:0rem;width:32.9375rem;height:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV2TMcNV2OnBrs77s05Oa62ong1eRgXU { top:9rem;left:0rem;width:30.4375rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGmlQ7FCC64CKJrgLplm3ZXndt16dQN4 { top:8rem;left:19.1875rem;width:28.5625rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVtBakwgtZOFrfzXoVpVCIpRs6Db0SmO { top:32.1875rem;left:0rem;width:15rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma7xq1DH1NSd7WvkovBDheTIi9gGufsD { display:block; }
 }@media only screen and (max-width: 763px) { #yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO { display:block; }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGT8p7Jf1f6TAQsvnZaGTRZisTEZTh5s { top:11.25rem;left:5.0625rem;width:37.625rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwcCxr4wuJ1Pqc1JBGwqSHxmsntgfUcT { top:17.25rem;left:6.03125rem;width:35.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo5r1TQlyqlkG5O0WPqU2DzNdKPSvd5m { top:7.4375rem;left:0rem;width:47.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K43zumeUvzMOLeb8s9ioOPelxGgMi8pl { top:28.6875rem;left:8.33749961853rem;width:9.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLwbeTDMeVihCQZ4NP1kS02kMuAdqn4C { top:20.625rem;left:16.375001907349rem;width:15rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTufgUWnnP6dGbcCh5pNfEa2wW06fNrJ { display:block; }
 }@media only screen and (max-width: 763px) { #QZITK3zKiRUhFOlHRT8483uybnbiXxyB { display:block; }#QZITK3zKiRUhFOlHRT8483uybnbiXxyB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9vg1ho9GGyf9LqQK0AfIcucoUD3gsI6 { top:15.5625rem;left:0rem;width:35.375rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #waJm4zpUU96qdTLnW7ZdmaoV1fanFm7l { top:24.25rem;left:0rem;width:34.875rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLsTvHHvFN6pICIas0fKls6krQZHTy2s { top:6.5625rem;left:16.5rem;width:31.25rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSnfmWiEwymNbKSno5ahxTc3kOstyyt5 { top:11rem;left:0rem;width:9rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJbs5hlufNZdg8vLaLNsH3GFllkP0uuH { top:31.4375rem;left:0rem;width:18.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWX5XNwf1rLbpoXqOI54kEvKy3fzWTJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZhWuLi2P2uyW0XoRXkh74xeuLQKbuoCJ { display:block; }#ZhWuLi2P2uyW0XoRXkh74xeuLQKbuoCJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfFZbRTyOsg2l31575GJhJUVnBTDTITg { top:10.4375rem;left:0rem;width:12.4375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amQPkGZBF79M3vkiMC3AhvCpNDA9AJag { top:10.25rem;left:8.625rem;width:9rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlIFq6N83iTTdITMMmgl6EsGFMTb2rna { top:14.0625rem;left:0rem;width:5.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLEJK56WJR6pOQzOBamCG77zbtTGqGfd { top:14.5625rem;left:2.875rem;width:7.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woJ2IFk4E4z4hsQ4AKoqVqMTt9ZGCyEm { top:14.5625rem;left:13.9375rem;width:9.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgneDe3MWRvE3g2n4QeW2xdhpbb9Zxl2 { top:9.8125rem;left:20.9375rem;width:8rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om3giCl5UGqIyDA4zrUFlULbqiE3rFAo { top:14.875rem;left:26.4375rem;width:4.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEeOpraoszcwvqJBCgQ5SPiAlrANfp33 { top:10rem;left:32.6875rem;width:11.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heFmXPHu7pK9Vrsu9VT2T4lrsqtlFq5P { top:14.5625rem;left:33.4375rem;width:8.9375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn1BV322MHBCrKwTwTIyRpwNXmlEU3RA { top:19.8125rem;left:13.9375rem;width:3.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSQ5aMAWTxVz5dUh3Uf3HknLTFHhVAGE { top:19.8125rem;left:34.25rem;width:6.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdvMtdqR8h6ATmaHhywZ9GAhqCUaDNvm { top:20rem;left:0rem;width:3.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZPPKQ85wp4CprQhTFWOqVoVBHGckJxf { top:20rem;left:3.9375rem;width:6.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4PWRoulAdtDEsyX0azeLltH0BfQyJK1 { top:20.6875rem;left:21.625rem;width:8.8125rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQesIUtaL7Al2BesCm17OpOXIyU1DiTC { top:19.4375rem;left:42.5rem;width:5.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7W4Gszw0FduHvfKo0oXTKOHMCqmwTZT { top:9.5625rem;left:40.4375rem;width:7.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvrUCuUdcdAZwCIzhwczDQWLs1KzvbvF { top:14.875rem;left:40.25rem;width:7.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpKm7b1QumUaQXE2cX0buemxcsLdCKcF { top:2.125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzPp70xGuIGrKJp7iURqTK3seFZ0MDuk { display:block; }#FzPp70xGuIGrKJp7iURqTK3seFZ0MDuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGmZRZTk4zOeiTbb6dnBo5DCWcQWX9bd { top:10rem;left:0rem;width:32.75rem;height:7.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZxvkd8JBcPgerDMS1mIITtbJC6c517A { top:18.75rem;left:0rem;width:29.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbD0nNNxXNRsiecdsCRB6LIMRAQXxNPd { top:1.6875rem;left:12.3125rem;width:35.4375rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT3TU36JLiQEE98CPSPhP0DU5rSvJBnD { width:15.625rem;height:3.75rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xphIhI0WsDGTSyqftSdwuCv0kLm2bTeT { display:block; }
 }@media only screen and (max-width: 763px) { #UD0T0KrEAEphFbPOb3Dc2cyMXAg5018I { display:block; }#UD0T0KrEAEphFbPOb3Dc2cyMXAg5018I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCWkrG8ItpgZSw8QVkiBQFLHb179bFft { top:3.5625rem;left:3.875rem;width:20rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AktJ9TaTWWosHIGBsoo0mX3fr6mc2ukw { top:8.5625rem;left:3.875rem;width:20rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPl70zcyKz1o5RwXEUgTBu5R8hMMSwei { top:4.1875rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8xQMzInsWRoQ7ANzZHBecTrpHMWB8w { top:3.5625rem;left:25.375rem;width:19.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg3TXG6OpyALXBS8NfNJoZOlleMty4dI { top:8.5625rem;left:25.375rem;width:21.0625rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbLu17UzL69W70PWS7wSpANsVqg1n788 { top:4.1875rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gimNHHEw8nFwPWt3xCqK3wdpGTJX3Ly4 { display:block; }#gimNHHEw8nFwPWt3xCqK3wdpGTJX3Ly4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tByEB39lyINQU8kfeo7X700bEP2eA5fd { top:3.5625rem;left:3.875rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2UHvRVMV6xd6VUqC9iXsvcvTQ73Ac7A { top:8.5625rem;left:3.875rem;width:20rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyz3RHFiNCiXxyCg1FNTkkst4ysE0bsZ { top:3.5625rem;left:25.375rem;width:19.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvq5XFg3e6w5rRwDtTT16LBy9Kb4ezPu { top:8.5625rem;left:25.375rem;width:19.1875rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUZTh6vE9SwcRXzKkclTiLkG0MxaBh9q { top:3.8125rem;left:0rem;width:5.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTrTSNRa0VCxJZbd0eqHgtqvhwxcGMZ { top:3.5625rem;left:23.875rem;width:5.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5vNv3UV7Wep9CeuHnxAQng5zTynGEQw { display:block; }#K5vNv3UV7Wep9CeuHnxAQng5zTynGEQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfeRmVH2szTUP7emWDoplooHBwbHHeya { top:14.75rem;left:11.593505859375rem;width:24.5rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfdbCnKyJdoOs3Kx6PhbTPpNwtDvhmm7 { top:3.75rem;left:0rem;width:23.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvucFHq7emAbyIIaprRsCWcBl3tM7FkS { top:3.75rem;left:23.75rem;width:24rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADGBfJJPFBbuZocekwxWwp8HzcLdxy76 { width:17.25rem;height:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMCrmcAOooDU0PaTgRA2tzOiXEwPvu6b { display:block; }#XMCrmcAOooDU0PaTgRA2tzOiXEwPvu6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGZgbiOnJnWmXy9OT0HnlqKx0s6unARn { top:12.75rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSMFwcmvKwhSXIUhZA4nlMUJJU8GbOxk { top:18.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5epwqxmw4r5nT9TXAE3FWIL7ga7x8LQ { top:6.875rem;left:21.6875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDiq9C5ONzR7qr5lTNcOpQZw6DkDkPlP { top:27.6875rem;left:0rem;width:12.6875rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipa78XXAinEtsScZve8TlU0cEmtAqvZH { top:27.6875rem;left:3.1875rem;width:12.6875rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRcN2xSQwSqAl0AzJshWxzspuqNVnmMF { top:34.625rem;left:3.9375rem;width:11.125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3UMQnIyZKgpeeLbrxmEAd3r6WGRPtOV { top:34.625rem;left:0rem;width:10.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1FsCg6FIByZ87s34Tos64qWViKPcRNQ { top:27.6875rem;left:17.3125rem;width:12.6875rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeaQyNlvKkBqdXoOoRzUePO7TaBs7OGb { top:34.8125rem;left:18.4365234375rem;width:10.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1vdHsABsf3NvO6UcuvhbSXOOi0Etg72 { top:27.6875rem;left:31.5rem;width:12.6875rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTDGDLQnXsL16iMZ6PNoyoNlPm7aNaG4 { top:34.625rem;left:32.6240234375rem;width:10.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcSggruxWEkIKGQRrbLuxi1T0onRPUeF { top:29.4375rem;left:21.5rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv2pzt3CJJtQo2eZWeu9y5wkgSoRRpsn { top:29.4375rem;left:7.8125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx53PVfXvOogcdVxa7ClBIb2phAkru1w { top:29.5rem;left:0rem;width:3.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCvMJwAdOdVteFxcpFkwk6rSLP1FQsAO { top:29.5rem;left:36.125rem;width:3.5rem;height:3.6847147504396rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCUTwOATnCNoh11fQ3rhFW89qI99sTbH { top:27.6875rem;left:35.0625rem;width:12.6875rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON30GGCaV9Ph9B2AoGCc2rxM9gLhcaqM { top:34.625rem;left:37.3125rem;width:10.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy4nQ8tpa33LtFxvVaDd1QlWrQh82bEL { top:29.4375rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVunKcWGMxJnNrXJ68eiqRhofRRh9zQ { display:block; }#TnVunKcWGMxJnNrXJ68eiqRhofRRh9zQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRdwRU7sPKS3KQoZWedBUCozncdtM7hq { top:0.6875rem;left:32.34375rem;width:11.25rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmFhc7h5rkPgNA4gMbpkcTt8J6o3If78 { top:0.6875rem;left:36.4375rem;width:11.3125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTtgLaXS9CsSkvhRbqPP2GqOexoCOQ84 { top:0.625rem;left:18.625rem;width:10.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE7DHfDkbSLUBOSDEc08tb4gl6TqirtF { top:0.625rem;left:4.3125rem;width:10.4375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lezlH62cEv1dMP2J7P6Wlt7r3OWXtnhe { top:0.5625rem;left:0rem;width:10.4375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK6qv6z0mTZpq4m2h4wtTcmPdR8FARBW { top:29.5rem;left:36.125rem;width:3.5rem;height:3.6847147504396rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhyKuhdzXnXBooqx6mMMwH4o6HXNtVLD { top:29.5rem;left:0rem;width:3.75rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gn7BF7iw2a14Kl0ll0xiGiUTKyNg2uJQ { top:29.4375rem;left:21.5rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yf9gvEHmqmWtK7vQvL47TompQd52NPST { top:29.4375rem;left:7.8125rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDZWkMDWT2As0wWrD5kpUN2vGxq9IQ99 { top:29.4375rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtDKTbHUIELeFkwF2Th0aeWWxoxhX2B2 { top:34.625rem;left:37.3125rem;width:10.4375rem;height:3.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTtT0Pz4tZRFaikPzSuMFdn5WtypVBDD { top:34.625rem;left:32.6875rem;width:10.4375rem;height:3.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZWEeOh6wld1b44xTkaXAZhmHEOszgE4 { top:34.625rem;left:18rem;width:10.4375rem;height:3.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TB1oH5oZCT78FbpKfaIat9ysxsorDVcy { top:34.625rem;left:3.9375rem;width:11.125rem;height:3.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcfor88O3rLiEqk9EpGTvmBsLNrLQX5y { top:34.625rem;left:0rem;width:10.4375rem;height:3.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZTBnca3BhnPyhM1aSltprNXTHDWwmtL { top:4.375rem;left:20.375rem;width:27.375rem;height:37.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgLDMM02FffPHsoDk3AavOTPOdxTvFNB { top:4.375rem;left:20.375rem;width:27.375rem;height:37.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t47F61AJDZK5fzw3kOKHKRA5X7IuFGlO { top:4.375rem;left:20.375rem;width:27.375rem;height:37.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pporczibcePTAbJw0B4r7tZE2a9ylVdy { top:4.375rem;left:20.375rem;width:27.375rem;height:37.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6klHFzPDBPMxiG1u2TH9niPG7DE9QmP { top:4.375rem;left:20.375rem;width:27.375rem;height:37.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CV8bpoMccUndVdkdcUDiweSNgU1gfOuF { display:block; }#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZgKVs8LxBtKD0VosaWBNd444J0qW16N { top:2.6875rem;left:0rem;width:14.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0pCfHNpHg1kbt3pQ0kidWGCOeR3acwS { top:6.25rem;left:0rem;width:13.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #od08JbTBXl5xPNEZV7fWQzT2Nf7UAGAI { top:4rem;left:37.875rem;width:9.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtrDWrBwxUqPpx95JrcVM0HlynffmAQg { top:3.875rem;left:43.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7Ay8lmRFTLrx48rnNJVdzcSkW2gkVn0 { top:3.875rem;left:45.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#huM8cdAsRdAQyXqDJWiiDkyMXXqzdUiV > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEEdczclxw6u7ESDbQIEZUv7lOTlAuQr { width:16.3125rem;height:1.25rem;top:0.875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffCiL3lAtNTFNe1IhAUa0tuph0qQaOv { width:13.5625rem;height:2.5625rem;top:3.375rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfvKKUlyeyBIxgHJ6SLtJO65ADd748MV { display:block; }
 }@media only screen and (max-width: 763px) { #Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd { background-color:#ffffff;background-image:none;display:block; }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row .container { background-color: transparent; background-image: none; }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row .container > .video-iframe-container { display: none; }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row > .video-iframe-container { display: none; }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .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); }#Mx3UciX3vRbLcgrzTAUIO1eEA9JpsDTd > .row .container { width:20rem;height:74.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAZkupwumQ4aJoSkrCdKFn72qbgJxXa5 { width:20rem;height:7rem;top:16.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HD83R8dEnF1iffnpN3rQTPrJrz0RODw0 { width:20rem;height:3.9rem;top:11.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1FobbcIiPTgMdCisKbkei76TMWaNlTO { width:5.6875rem;height:1.4375rem;top:8.550000190735rem;left:7.1562498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5yss8dkoOpGXfykwepI8wSqQToEFwPx { width:13.75rem;height:13.9375rem;top:60.625rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw8dtN3ONXr6vWmNA3T6JPM7AmP56k2y { width:20rem;height:34.1875rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATvcyl1cbk0XsFzKQwTTxHrVzxvHBOqo { width:18.125rem;height:2.6rem;top:27.1875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuFWJeu53TV4bF3zcVK17ftFHeECPVxV { width:18.25rem;height:25.375rem;top:30.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iByr6OU2A7ByxAds8EBfp4odsyrqhmii { display:block; }#iByr6OU2A7ByxAds8EBfp4odsyrqhmii > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LChwmNF2ZqXhxSZubsnOhyugqMqhpXt5 { width:20rem;height:6.75rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Kb2VTy9wKiacULaXVuyfTaKBfV08Bto9 { display:flex;width:3.125rem;height:3.125rem;top:10.372394561767rem;left:8.4375002980231rem; }
#Kb2VTy9wKiacULaXVuyfTaKBfV08Bto9 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB { display:block; }#DB1E09wMvmkNTPuD1GgoQvNovxQLC1DB > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDIJczbGcF41bQh90dVOof5NXGiSQcoi { width:20rem;height:5.6rem;top:1.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HREaMmWZ4WnMsnurw9K0xodcMHPxWbsT { top:35.750002264976rem;left:2.5000001192093rem;width:15rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKfCIfyo6PCVtrq6zPQXK3lSVCQ255KD { display:block; }
 }@media only screen and (max-width: 763px) { #wyQKXR9TSdHR5fri3bOvcLtAZ573JmVF { width:20rem;height:16.25rem;top:40.501562476158rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziGyVRVWof7oaJyHF7LQ3Mqoy7uFO4et { width:18.3125rem;height:13.4375rem;top:8.3125rem;left:0.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lzOl7q2QpGJJIIp7rNRT5pTd9PDSdO7I { width:13.375rem;height:2.8rem;top:10.625rem;left:4.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qJNkNVBs1qCz1euxSxKsDOTBhKSkDFnn { width:13.4375rem;height:4.875rem;top:14.25rem;left:4.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u4wHd8oUswbwUkVz7Sybe5H6vby0O3Gy { width:2.125rem;height:2.125rem;top:11.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0iWyz8V9is8i0atH3ip2sbpB6y25itm { width:18.3125rem;height:12.25rem;top:22.3125rem;left:0.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #kWIsCmT9XHM6MBdxoX97iwVfn1oSNGny { width:10.5rem;height:2.8rem;top:24.625rem;left:4.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XqVFVChgXI3O7vCGf0R967z28xbNJ2bw { width:13.4375rem;height:3.65625rem;top:28.25rem;left:4.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DkX8uoxJ3NM2UV4IrdKhSuhxCs86erRn { width:2.0625rem;height:2.375rem;top:24.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4Ac1Mc0cFkqylVu7sTz4ZNoL2IwbPa { width:20rem;height:6.5625rem;top:60.61562538147rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGIIGyZ01Azlidd9FODIGiTVt541FlZG { width:13.6875rem;height:9.8125rem;top:67.178125381469rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lg5qw4DBzCweOfiu265MzTTfhoN5bW5T { display:block; }#lg5qw4DBzCweOfiu265MzTTfhoN5bW5T > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTHrHyTITT7IlidS12qKROUSJMc48fP5 { width:20rem;height:10.6875rem;top:3.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQvCgtFqpOfA63CXf3xks6QlyX5ForEe { top:16.4375rem;left:2.5rem;width:15rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U18DRyHkk4dPSv76vpoAb9mu8lvMxvIz { display:block; }
 }@media only screen and (max-width: 763px) { #J4EDTaJKqJ1VxmxTwcLZWFmr4PMzl4u9 { width:14.1875rem;height:13.5625rem;top:12.6875rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tO8ew7v2uNH9fOde7yk1ymHqZizRao2r { background-color:#ffffff;background-image:none;display:block; }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row .container { background-color: transparent; background-image: none; }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row .container > .video-iframe-container { display: none; }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row > .video-iframe-container { display: none; }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .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); }#tO8ew7v2uNH9fOde7yk1ymHqZizRao2r > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bENs5GyAyohpkIURnb8eevo9Id2QUQQQ { width:20rem;height:19.6rem;top:29.89453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kV2TMcNV2OnBrs77s05Oa62ong1eRgXU { width:20rem;height:3.9rem;top:3.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGmlQ7FCC64CKJrgLplm3ZXndt16dQN4 { width:20rem;height:19.3429375rem;top:8.5062522888181rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVtBakwgtZOFrfzXoVpVCIpRs6Db0SmO { top:50.74453125rem;left:2.5rem;width:15rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma7xq1DH1NSd7WvkovBDheTIi9gGufsD { display:block; }
 }@media only screen and (max-width: 763px) { #yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO { background-color:#ffffff;background-image:none;display:block; }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row .container { background-color: transparent; background-image: none; }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row .container > .video-iframe-container { display: none; }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row > .video-iframe-container { display: none; }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .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); }#yuPaSVW0pHdWRzgdH5DPhPgPWc6GhciO > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGT8p7Jf1f6TAQsvnZaGTRZisTEZTh5s { width:17.249375rem;height:4.3875rem;top:5rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwcCxr4wuJ1Pqc1JBGwqSHxmsntgfUcT { width:15.1248125rem;height:2.6rem;top:10.5625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oo5r1TQlyqlkG5O0WPqU2DzNdKPSvd5m { width:20rem;height:42.625rem;top:2.4967651367188rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K43zumeUvzMOLeb8s9ioOPelxGgMi8pl { width:9.25rem;height:5.1875rem;top:47.810974121094rem;left:5.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLwbeTDMeVihCQZ4NP1kS02kMuAdqn4C { top:54.248443603516rem;left:2.5rem;width:15rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTufgUWnnP6dGbcCh5pNfEa2wW06fNrJ { display:block; }
 }@media only screen and (max-width: 763px) { #QZITK3zKiRUhFOlHRT8483uybnbiXxyB { background-color:#ffffff;background-image:none;display:none; }#QZITK3zKiRUhFOlHRT8483uybnbiXxyB > .row .container { width:20rem;height:61.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z9vg1ho9GGyf9LqQK0AfIcucoUD3gsI6 { width:20rem;height:4.875rem;top:12.0625rem;left:-0.062499880790711rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #waJm4zpUU96qdTLnW7ZdmaoV1fanFm7l { width:20rem;height:9.795875rem;top:18.5rem;left:-0.15468752384186rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLsTvHHvFN6pICIas0fKls6krQZHTy2s { width:20rem;height:19.7195625rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSnfmWiEwymNbKSno5ahxTc3kOstyyt5 { width:9rem;height:2.625rem;top:7.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJbs5hlufNZdg8vLaLNsH3GFllkP0uuH { top:30.125rem;left:2.1875001192093rem;width:15.625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWX5XNwf1rLbpoXqOI54kEvKy3fzWTJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZhWuLi2P2uyW0XoRXkh74xeuLQKbuoCJ { display:none; }#ZhWuLi2P2uyW0XoRXkh74xeuLQKbuoCJ > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XfFZbRTyOsg2l31575GJhJUVnBTDTITg { width:12.4375rem;height:1.3125rem;top:9.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #amQPkGZBF79M3vkiMC3AhvCpNDA9AJag { width:9rem;height:1.625rem;top:11.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlIFq6N83iTTdITMMmgl6EsGFMTb2rna { width:5.6875rem;height:3.125rem;top:26.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLEJK56WJR6pOQzOBamCG77zbtTGqGfd { width:7.5625rem;height:2.1875rem;top:30.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woJ2IFk4E4z4hsQ4AKoqVqMTt9ZGCyEm { width:9.5625rem;height:2rem;top:14.5625rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgneDe3MWRvE3g2n4QeW2xdhpbb9Zxl2 { width:8rem;height:2.5rem;top:14.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om3giCl5UGqIyDA4zrUFlULbqiE3rFAo { width:4.3125rem;height:1.5625rem;top:14.875rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEeOpraoszcwvqJBCgQ5SPiAlrANfp33 { width:11.3125rem;height:2.125rem;top:18.4375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heFmXPHu7pK9Vrsu9VT2T4lrsqtlFq5P { width:8.9375rem;height:2.125rem;top:14.5625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bn1BV322MHBCrKwTwTIyRpwNXmlEU3RA { width:3.9375rem;height:2.0625rem;top:39.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSQ5aMAWTxVz5dUh3Uf3HknLTFHhVAGE { width:6.75rem;height:2.0625rem;top:19.8125rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdvMtdqR8h6ATmaHhywZ9GAhqCUaDNvm { width:3.375rem;height:1.875rem;top:36.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZPPKQ85wp4CprQhTFWOqVoVBHGckJxf { width:6.8125rem;height:1.875rem;top:20rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4PWRoulAdtDEsyX0azeLltH0BfQyJK1 { width:8.8125rem;height:1.1875rem;top:20.6875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQesIUtaL7Al2BesCm17OpOXIyU1DiTC { width:5.25rem;height:2.4375rem;top:19.4375rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7W4Gszw0FduHvfKo0oXTKOHMCqmwTZT { width:7.3125rem;height:3.0625rem;top:21.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvrUCuUdcdAZwCIzhwczDQWLs1KzvbvF { width:7.5rem;height:1.5rem;top:33.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpKm7b1QumUaQXE2cX0buemxcsLdCKcF { width:18.8125rem;height:6.75rem;top:1.25rem;left:0.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzPp70xGuIGrKJp7iURqTK3seFZ0MDuk { display:none; }#FzPp70xGuIGrKJp7iURqTK3seFZ0MDuk > .row .container { width:20rem;height:49.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PGmZRZTk4zOeiTbb6dnBo5DCWcQWX9bd { width:17.875rem;height:7.5rem;top:2.060546875rem;left:1.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MZxvkd8JBcPgerDMS1mIITtbJC6c517A { width:17.2480625rem;height:10.5rem;top:10.6201171875rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PbD0nNNxXNRsiecdsCRB6LIMRAQXxNPd { width:20rem;height:19.3648125rem;top:22.684375762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT3TU36JLiQEE98CPSPhP0DU5rSvJBnD { width:15.625rem;height:3.75rem;top:43.548438072204rem;left:2.1875001192093rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #xphIhI0WsDGTSyqftSdwuCv0kLm2bTeT { display:block; }
 }@media only screen and (max-width: 763px) { #UD0T0KrEAEphFbPOb3Dc2cyMXAg5018I { display:none; }#UD0T0KrEAEphFbPOb3Dc2cyMXAg5018I > .row .container { width:20rem;height:38.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gCWkrG8ItpgZSw8QVkiBQFLHb179bFft { width:16.3125rem;height:3.375rem;top:8.3125rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AktJ9TaTWWosHIGBsoo0mX3fr6mc2ukw { width:16.3125rem;height:6rem;top:12.3125rem;left:1.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QPl70zcyKz1o5RwXEUgTBu5R8hMMSwei { width:4.875rem;height:4.875rem;top:1.077880859375rem;left:7.562255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8xQMzInsWRoQ7ANzZHBecTrpHMWB8w { width:14.5625rem;height:3.375rem;top:28.25rem;left:1.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rg3TXG6OpyALXBS8NfNJoZOlleMty4dI { width:16.25rem;height:6rem;top:32.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nbLu17UzL69W70PWS7wSpANsVqg1n788 { width:4.375rem;height:4.375rem;top:22.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gimNHHEw8nFwPWt3xCqK3wdpGTJX3Ly4 { display:none; }#gimNHHEw8nFwPWt3xCqK3wdpGTJX3Ly4 > .row .container { width:20rem;height:41.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tByEB39lyINQU8kfeo7X700bEP2eA5fd { width:16.375rem;height:3.375rem;top:8.8125rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G2UHvRVMV6xd6VUqC9iXsvcvTQ73Ac7A { width:15.75rem;height:6rem;top:12.8125rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nyz3RHFiNCiXxyCg1FNTkkst4ysE0bsZ { width:14.6875rem;height:3.375rem;top:28.3125rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mvq5XFg3e6w5rRwDtTT16LBy9Kb4ezPu { width:16.749rem;height:6rem;top:32.3125rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dUZTh6vE9SwcRXzKkclTiLkG0MxaBh9q { width:5.3125rem;height:3.81225625rem;top:3.625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTrTSNRa0VCxJZbd0eqHgtqvhwxcGMZ { width:5.5625rem;height:4.7505889374992rem;top:22.0625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5vNv3UV7Wep9CeuHnxAQng5zTynGEQw { display:none; }#K5vNv3UV7Wep9CeuHnxAQng5zTynGEQw > .row .container { width:20rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VfeRmVH2szTUP7emWDoplooHBwbHHeya { width:15.81175rem;height:3.75rem;top:4.310302734375rem;left:2.09228515625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfdbCnKyJdoOs3Kx6PhbTPpNwtDvhmm7 { width:20rem;height:26.788631578947rem;top:8.685302734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvucFHq7emAbyIIaprRsCWcBl3tM7FkS { width:20rem;height:26.510687945331rem;top:36.723615234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADGBfJJPFBbuZocekwxWwp8HzcLdxy76 { top:10.609130859375rem;left:1.373291015625rem;width:17.25rem;height:19.5rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XMCrmcAOooDU0PaTgRA2tzOiXEwPvu6b { display:none; }#XMCrmcAOooDU0PaTgRA2tzOiXEwPvu6b > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SGZgbiOnJnWmXy9OT0HnlqKx0s6unARn { width:17.9375rem;height:6.75rem;top:9.0625rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSMFwcmvKwhSXIUhZA4nlMUJJU8GbOxk { width:17.874rem;height:9rem;top:16.8115234375rem;left:1.0615234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5epwqxmw4r5nT9TXAE3FWIL7ga7x8LQ { width:3.5rem;height:3.5rem;top:3.779296875rem;left:8.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDiq9C5ONzR7qr5lTNcOpQZw6DkDkPlP { width:12.6875rem;height:21.9375rem;top:27.6875rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ipa78XXAinEtsScZve8TlU0cEmtAqvZH { width:12.6875rem;height:21.9375rem;top:27.6875rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRcN2xSQwSqAl0AzJshWxzspuqNVnmMF { width:11.125rem;height:0;top:34.625rem;left:4.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3UMQnIyZKgpeeLbrxmEAd3r6WGRPtOV { width:10.4375rem;height:0;top:34.625rem;left:4.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1FsCg6FIByZ87s34Tos64qWViKPcRNQ { width:12.6875rem;height:21.9375rem;top:27.6875rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeaQyNlvKkBqdXoOoRzUePO7TaBs7OGb { width:10.4375rem;height:auto;top:34.8125rem;left:4.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1vdHsABsf3NvO6UcuvhbSXOOi0Etg72 { width:12.6875rem;height:21.9375rem;top:27.6875rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTDGDLQnXsL16iMZ6PNoyoNlPm7aNaG4 { width:10.437rem;height:0;top:26.060791015625rem;left:4.7802734375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcSggruxWEkIKGQRrbLuxi1T0onRPUeF { width:3.4375rem;height:3.4375rem;top:26.077880859375rem;left:8.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nv2pzt3CJJtQo2eZWeu9y5wkgSoRRpsn { width:3.4375rem;height:3.4375rem;top:32.1240234375rem;left:1.390380859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qx53PVfXvOogcdVxa7ClBIb2phAkru1w { width:3.75rem;height:3.4375rem;top:29.5rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCvMJwAdOdVteFxcpFkwk6rSLP1FQsAO { width:3.49975625rem;height:3.68408125rem;top:29.312744140625rem;left:12.186279296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCUTwOATnCNoh11fQ3rhFW89qI99sTbH { width:12.6875rem;height:21.9375rem;top:27.6875rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ON30GGCaV9Ph9B2AoGCc2rxM9gLhcaqM { width:10.437rem;height:0;top:28.49853515625rem;left:5.201416015625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uy4nQ8tpa33LtFxvVaDd1QlWrQh82bEL { width:3.4375rem;height:3.4375rem;top:29.437255859375rem;left:4.3896484375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnVunKcWGMxJnNrXJ68eiqRhofRRh9zQ { display:none; }#TnVunKcWGMxJnNrXJ68eiqRhofRRh9zQ > .row .container { width:20rem;height:104.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GRdwRU7sPKS3KQoZWedBUCozncdtM7hq { width:13.2495rem;height:6.5625rem;top:72.63916015625rem;left:3.34228515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmFhc7h5rkPgNA4gMbpkcTt8J6o3If78 { width:13.93675rem;height:6.5625rem;top:92.467041015625rem;left:3.02978515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTtgLaXS9CsSkvhRbqPP2GqOexoCOQ84 { width:13.8745rem;height:5.25rem;top:53.0615234375rem;left:3.02978515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE7DHfDkbSLUBOSDEc08tb4gl6TqirtF { width:13.18725rem;height:5.25rem;top:33.060302734375rem;left:3.404541015625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lezlH62cEv1dMP2J7P6Wlt7r3OWXtnhe { width:12.5rem;height:5.25rem;top:12.747802734375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK6qv6z0mTZpq4m2h4wtTcmPdR8FARBW { width:3.49975625rem;height:3.6828625rem;top:63.448486328125rem;left:8.24951171875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #lhyKuhdzXnXBooqx6mMMwH4o6HXNtVLD { width:3.75rem;height:3.4375rem;top:3.670654296875rem;left:8.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #gn7BF7iw2a14Kl0ll0xiGiUTKyNg2uJQ { width:3.4375rem;height:3.4375rem;top:43.85986328125rem;left:8.04443359375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #yf9gvEHmqmWtK7vQvL47TompQd52NPST { width:3.4375rem;height:3.4375rem;top:23.372802734375rem;left:8.04443359375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TDZWkMDWT2As0wWrD5kpUN2vGxq9IQ99 { width:3.4375rem;height:3.4375rem;top:83.82568359375rem;left:8.28125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #qtDKTbHUIELeFkwF2Th0aeWWxoxhX2B2 { width:10.4358125rem;height:1.6875rem;top:88.12255859375rem;left:4.74853515625rem;font-size:1.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #nTtT0Pz4tZRFaikPzSuMFdn5WtypVBDD { width:10.4358125rem;height:3.375rem;top:68.30810546875rem;left:4.74853515625rem;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #KZWEeOh6wld1b44xTkaXAZhmHEOszgE4 { width:10.4358125rem;height:1.6875rem;top:48.6865234375rem;left:4.781494140625rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TB1oH5oZCT78FbpKfaIat9ysxsorDVcy { width:11.12425rem;height:3.375rem;top:28.436279296875rem;left:4.437255859375rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #qcfor88O3rLiEqk9EpGTvmBsLNrLQX5y { width:10.4358125rem;height:3.375rem;top:8.343505859375rem;left:4.74853515625rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #bZTBnca3BhnPyhM1aSltprNXTHDWwmtL { width:17.8125rem;height:18.3125rem;top:1.591796875rem;left:1.06201171875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #LgLDMM02FffPHsoDk3AavOTPOdxTvFNB { width:17.8125rem;height:18.31175rem;top:21.75048828125rem;left:1.09375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #t47F61AJDZK5fzw3kOKHKRA5X7IuFGlO { width:17.8125rem;height:18.3105625rem;top:42.01416015625rem;left:1.09375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pporczibcePTAbJw0B4r7tZE2a9ylVdy { width:17.8125rem;height:18.3105625rem;top:62.138671875rem;left:1.09375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #O6klHFzPDBPMxiG1u2TH9niPG7DE9QmP { width:17.8125rem;height:18.3105625rem;top:82.3876953125rem;left:1.09375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #CV8bpoMccUndVdkdcUDiweSNgU1gfOuF { display:block; }#CV8bpoMccUndVdkdcUDiweSNgU1gfOuF > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZgKVs8LxBtKD0VosaWBNd444J0qW16N { width:14.3120625rem;height:2.5rem;top:11.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0pCfHNpHg1kbt3pQ0kidWGCOeR3acwS { width:14.6245625rem;height:1.1375rem;top:14.8125rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #od08JbTBXl5xPNEZV7fWQzT2Nf7UAGAI { width:14.375rem;height:1.3rem;top:5rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CtrDWrBwxUqPpx95JrcVM0HlynffmAQg { width:1.49956875rem;height:1.49956875rem;top:2.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7Ay8lmRFTLrx48rnNJVdzcSkW2gkVn0 { width:1.3125rem;height:1.3125rem;top:2.1875rem;left:10.5625rem;display:block; }
 }