.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL { 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; }#lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL > .row .container { background-color: transparent; background-image: none; }#lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL > .row .container > .video-iframe-container { display: none; }#lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL > .row > .video-iframe-container { display: none; }#lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL > .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); }#lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL > .row .container { border-width: 0; border-radius: 0; }#lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#yGK4nGDmiZc5yoP7bokbU0iXwhGuNaQe { 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:4.9375rem;width:19.375rem;top:0.96875rem;left:8.625rem;overflow:hidden;display:block; }
#QWn0hOatdJk5qVroPniPCVtsE956zmm7 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.4375rem;left:47.3125rem;display:block; }
#LSLkOlI9M0o2eTlryfscuROC0mcUDfoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AhNeJD4ugKJwFL1Mp8cxDxiC6H9RthHv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.75rem;left:46.5rem; }
#ShkOMiNTDgOXehFtFbEGGs5bJx1PMfWQ { background-color:#bebebe;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.125rem;left:57.25rem;display:block; }
#TkAkp18uHlmtUfHs7RU4UJWCXgEypRqh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iDTodem5rg9m5lkLh8Da6B5lsMMD3bch { 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:15000;opacity:1;display:none; }
#iDTodem5rg9m5lkLh8Da6B5lsMMD3bch > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row .container { background-color: transparent; background-image: none; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row .container > .video-iframe-container { display: none; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row > .video-iframe-container { display: none; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .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); }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row .container { border-width: 0; border-radius: 0; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#PbSUOhrwBy92ibT0ZHNCBXm3VKtRMEEU { 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:2.1875rem;width:56.375rem;top:8.2685546875rem;left:2.40625rem;overflow:hidden;display:block; }
#NgEWTKCIpnKFRfmf8ixSZA9Qp12V2btM { 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:7.3125rem;width:73.125rem;display:none; }
#Gw8ZccxqTvVldUmrHslFzXJCfKtJIpny { 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.75rem;width:17.1875rem;display:none; }
#bM5mGdOM6oc5IUoU5ze4b0x6qyEuMVQr { 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:12.25rem;width:73.125rem;display:none; }
#Qha3UDT4om3kdPCobMlVIEdrlJBalVaM { 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:7.75rem;width:73.125rem;display:none; }
#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ { position:relative;display:block; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ { background-color: transparent; background-image: none; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,22,0.66); }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container > .video-iframe-container { display: none; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row > .video-iframe-container { display: none; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,22,0.66); }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ { border-width: 0; border-radius: 0; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcc8913a-d94e-414b-ac12-a640c9ce61c2/youngwomandoctortakingcareofpatientfromres20241019234420utc.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container.adaptive-delivery-prevent-bg, #u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container.lazyload, #u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container.lazyloading { background-image: none; }#HTAqPw2CEQoMStN7vvc0xT6yoVAyprsm { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #2c8658;border-left:0.0625rem solid #2c8658;border-right:0.0625rem solid #2c8658;border-bottom:0.0625rem solid #2c8658;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c8658;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.03125rem;left:7.5rem;display:none; }
#gug6FqR1vBkgVn4zNgd6Vssl5GqgAhBu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pzgf5X3FRBaA9iPfhhFK2NWnNFPz4ck7 { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:0.9375rem;left:55.625rem;height:2.88671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rb6LxyN7VzCPWEJk8m0H87i6N0XouqEX { position:absolute;display:block;z-index:15031;background-color:#000000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.375rem;width:21.3125rem;top:0rem;left:53.6875rem;display:block; }
#r6Oeak5qPllGaSdm5BGUxqJi6VA4p61b { color:#d4f997;display:block;width:35.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.8125rem;left:7.5rem;height:1.29980625rem;display:none; }
#enISfhy4Etu0w0rQMVRbKMyGkTPT7iw1 { color:#ffffff;display:block;width:24.8118125rem;position:absolute;font-family:"jost extrem";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:11.561612129211rem;left:3.6851902008057rem;height:1.42480625rem;font-style:normal;display:block; }
#uSIIWMTf8MetN5v6fCPwhkbrClPF3P3s { position:absolute;display:block;z-index:15039;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:16.5625rem;top:38.6875rem;left:0rem;display:block; }
#d0wOZynk8lCPRiiSWJdaFokwh6ALgBGe { color:#000000;display:block;width:17rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:39.8125rem;left:6.625rem;height:1.94970625rem;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; }
#OWKeIWcusM25funCbF97XlaANyozxC3Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:39.5625rem;left:3.875rem; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-form-header {  }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-regular-label { height:auto;display:block;font-family:verlag;font-size:1.0625rem;font-weight:700;color:#000000;width:18.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:.9; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-text { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.6875rem;box-sizing:border-box;height:1.6875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.1;text-align:center;text-align-last:center; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-textarea { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.6875rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.1;text-align:center;text-align-last:center; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-select { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.6875rem;box-sizing:border-box;height:1.6875rem;color:#929291;font-family:inter;font-size:0.75rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-button { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.9375rem;margin-bottom:0.25rem;margin-left:0.9375rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:400;color:#ffffff;width:16.8125rem;height:2.8125rem;font-family:inter;overflow:hidden;box-shadow: none;line-height:.7;text-align:center;text-align-last:center;font-style:normal; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 [class*="-text"]:-moz-placeholder { color:#161616;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 [class*="-text"]::-moz-placeholder { color:#161616;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:inter;line-height:1.3;font-size:0.625rem;font-weight:400;color:#848484;vertical-align:top;width:17.4375rem;overflow:hidden;font-style:normal;float:none; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-container:first-of-type{padding-top:0;}#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-container:last-of-type{padding-bottom:0;}#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.6875rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #000000;left:53.685546875rem;top:4.560546875rem;z-index:15038;position:absolute; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.6875rem;display:block;vertical-align:top; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 {display:block;}#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.6875rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #000000;left:53.685546875rem;top:4.560546875rem;z-index:15038;position:absolute; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #dovUzZEE77a7WymuRkx1sQokiLyOEzCE { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #VkTOXiEZITG9GkVTiQ27vvCJBP1Pyx1m { position:relative;display:none; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #WPA8BedtC9GukoDT3T1Tipts1znhPvz1 { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #KOlFEZRqAIzpw1eg8JbuMPt2nerhl1Ct { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #Ba8ctJTPn6siLgqfEE8K5zTbwvtQTlWl { position:relative;display:none; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #sEoZW2UAW7Cu0ZyrZ3gmOG6k05fqPg1f { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #AE3MoMvbILTkSumBImcPTqBaEfUTcZNe { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #SVZAM3bcc0xcg8SC5iyILchcKbnD3M3N { position:relative;display:none; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #O3XQ9SoICMOunHKw3S3pt7IF0OS0HELv { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #ea9POTHRZyg6UlCH1N9qf6C6ILTODdHr { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #iUXsdUlFPF33Ue2E03su5DJV4VbtwHu4 { position:relative;display:none; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #cpWLeaixOXhQy9cS0nz1GMs5iJ7FoQow { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #EVZGqG4sZtNr6XH6RNblyHUi5rwMgfTr { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #hFTCd6rxOxnMqlmamO2xXN4yXceLkGc7 { position:relative;display:none; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #P3IEfu0ZKQKlHNE7gg0VCTBicbbXXlm9 { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #D4ilhP5oVrEqChSM8EECSGoh5wtNQVvM { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #xChwqVI5fCtdVnKcNfvHL9kKQxLcng2K { position:relative;display:none; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #dbWT16bcxxlTSWxili0RoXqpKfdguEWk { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #JdtzADqaetTvV39abOUEacvX8CxXo7K9 { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #WAcOaT7xx1l4beCGdE3Clq7SuHZEbxuC { position:relative;display:none; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #bpce7Aa9rgX2yF6N2rEc7zhFKeUtl8qZ { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #SUE378qhsRKiS2pZ3NEb0pL39X15FAXr { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #zLERBlCx1d32fFz4xUsUpzpWvCIrhZ2C { position:relative;display:none; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #iCV0CP3JQB2fP2dhOJtSpvvpI0C3AKuL { position:relative; }
#Q8IO7AVwcySaGvVsOIu65B6RTXq1Mf2T { position:relative;display:block; }
#CCMlrdIlG1TPIysv86RzSLasgA0khazr { position:relative;display:block; }
#HyshiUbIsevFBl5aaatmO9BcT8feizE3 { position:relative;display:block; }
#GbmP7GIyrcmJ0wkcbpHLC5twva7PS7VC { position:relative;display:block; }
#mKCzHIBTbeVuI10HTZTlrUk25yT11i0N { position:relative;display:block; }
#l35lOy43N44uE9k6SKe9CASHQS8rLNAM { position:relative;display:block; }
#fGFs9dsueMEZom8dcy3lEJ6M829VHTZW { position:relative;display:block; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #OS5p9i72RT32KakuPhIcyWybfF40wHEC { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #kRACEWTylbmxnH285RnqUVCiCSJgGfhq { position:relative;z-index:2; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #ch7TX2HXb45I6BbOUZOpZBdTAAtGT5fz { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #qc97JcPCIQRaEQaXQpK4EbPAxXbAZsB8 { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #bcJnmvB5hhMVWeOPlmVG08bWDuCfULhr { position:relative;z-index:2; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #Xtfuzu6tBao49vMQho2MWPAvt3liSkJH { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #Xf6Nfhq7GWTKImhatPgfnodyMLry4uQl { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #EPwphbAq4iOz6xGVBR0yt66eIar0pmUP { position:relative;z-index:2; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #HkLsCDsepViO3VndXHH4Tz6rG546IumG { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #GZdqpwTo9it8yU9MlWAB7HVcr3mulKM9 { position:relative; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #BxDnp45D9XbENZFvTiGkQCvgVudpcCx2 { position:relative; }
#TITnKqBfez6K8AhSbleN0FMDtSEL597g { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:inter;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.485375rem;height:3.42285rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:27.9140625rem;left:18.138671875rem;display:none; }
#HPQXpzTehDUUs7Zec6vTg7ZyAAKP1uTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZtRrl8BUNucs3wT91spw2hWGddC4DHDu { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:arial;font-size:0.5625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:33.88671875rem;left:0.625rem;height:0;display:none; }
#Fz4vgelWIhPyyGFAKMsIHgZBXBDkiTko { color:#ffffff;display:block;width:36.3115rem;position:absolute;font-family:"jost extrem";font-size:2.6875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:2.125rem;left:3.75rem;height:3.224825rem;font-style:normal;display:block; }
#rJ3R4H9KS12sousIZBOTby4CEWlEq1L0 { color:#ffffff;display:block;width:36.3105625rem;position:absolute;font-family:"jost extrem";font-size:4.1875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:5.3125rem;left:3.6875rem;height:5.0249rem;font-style:normal;display:block; }
#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { position:relative;display:block; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { background-color: transparent; background-image: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .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); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { border-width: 0; border-radius: 0; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#e8e8e8;background-image:none;font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:verlag;font-size:1.25rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:3.375rem;left:3.375rem;height:;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;text-align:left;text-align-last:left;display:block; }
#mgn0esV2ESNV5I5pRAHwZ5665RQsJpio { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:10.5625rem;top:19.625rem;left:54.4375rem;display:none; }
#pWgfexnhMxy3NMrxv4LVIPbz0tcEok2K { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"jost extrem";font-size:2.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.25rem;height:3.16845625rem;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;display:block; }
#r5Psz5AmW89AxTH54VaQoviyedn2ByP3 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:9.75rem;left:2.25rem;height:5.2807625rem;text-align:left;text-align-last:left;display:block; }
#yebHOUOwcqiEMSBEDL78pQlrnBhRv8TN { color:#000000;display:block;width:11rem;position:absolute;font-family:"jost extrem";font-size:2.4375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:6.375rem;left:21.875rem;height:3.16845625rem;text-align:left;text-align-last:left;display:block; }
#J1mLFkxHMuUmXNroGOnDffquOUetAOFO { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:9.75rem;left:21.875rem;height:3.16845625rem;text-align:left;text-align-last:left;display:block; }
#TucJvR0SE22wNm1el4TbTV8dbZAS1sy7 { color:#000000;display:block;width:12rem;position:absolute;font-family:"jost extrem";font-size:2.4375rem;font-weight:normal;z-index:15031;line-height:.9;letter-spacing:0;top:6.375rem;left:41.375rem;height:4.38715rem;text-align:left;text-align-last:left;display:block; }
#e1G2iN0ZK203HA87OZWcRQ2QPCFqxySM { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:11.375rem;left:41.5rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#Je4ubTaPN8snfuzbdw3h2ZXtdc2tShcg { color:#000000;display:block;width:13.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:11.1875rem;left:57.3125rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#vy4SMIfw3JsMFWXDQqvAelNHyT2FVEx0 { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"jost extrem";font-size:2.4375rem;font-weight:normal;z-index:15033;line-height:.9;letter-spacing:0;top:6.375rem;left:57.3125rem;height:4.386725rem;text-align:left;text-align-last:left;display:block; }
#KoRbTHUsa6l9qvCOqL2q6eKJSsGR3zDB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.4375rem;width:23.4375rem;top:17.80628490448rem;left:51.5625rem;overflow:hidden;display:block; }
#uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh { 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; }#uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh > .row .container { background-color: transparent; background-image: none; }#uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh > .row .container > .video-iframe-container { display: none; }#uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh > .row > .video-iframe-container { display: none; }#uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh > .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); }#uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh > .row .container { border-width: 0; border-radius: 0; }#uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#q6bXEOk6lXCC7zObJEslvR3TQu6Hwm7Q { color:rgba(0,0,0,0.38);display:block;width:27.375rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1015625rem;left:3.75rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n1UHy1e6sVzWR76PZ8KFnBe2FKLJsvH8 { color:#000000;display:block;width:27.249375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.1875rem;left:5.25rem;height:1.36230625rem;font-style:normal;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;display:block; }
#Mcwq2JokK5qTdOzsLTr1qwlMfmts2vED { position:absolute;display:block;z-index:15046;background-color:#31eac1;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:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;height:0.81163125rem;width:0.81163125rem;top:14.4375rem;left:3.75rem;display:block; }
#oLyZzE1JhTHZVzNmQcMLiamm1lZiTpP3 { color:#000000;display:block;width:27.249375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:8.5rem;left:5.25rem;height:1.36230625rem;font-style:normal;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;display:block; }
#e365gfFgPJb8NRN9LS6vhVmsTy3o4Etq { color:#000000;display:block;width:27.249375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.6875rem;left:5.25rem;height:1.36230625rem;font-style:normal;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;display:block; }
#HGNWZb6erQLX5lstnk2vp8CecBqNl3Pa { position:absolute;display:block;z-index:15052;background-color:#31eac1;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:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;height:0.81163125rem;width:0.81163125rem;top:5.9375rem;left:3.75rem;display:block; }
#MlGqtAkoF61KdRdBIM6TRL1HtTJL9pAp { position:absolute;display:block;z-index:15054;background-color:#31eac1;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:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;height:0.81163125rem;width:0.81163125rem;top:8.75rem;left:3.75rem;display:block; }
#TDVaHPbdnJTMvQ3FabZapkRvfHkBdV5f { color:#000000;display:block;width:27.249375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:11.375rem;left:5.25rem;height:1.36230625rem;font-style:normal;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;display:block; }
#hCCWuFO4IwEREvJ6OullZJToeFTCnsci { position:absolute;display:block;z-index:15056;background-color:#31eac1;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:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;height:0.81163125rem;width:0.81163125rem;top:11.625rem;left:3.75rem;display:block; }
#LWrR99bl2x2vay37OaRnn0zWWM1k6ct8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.1869375rem;width:26.8119375rem;top:17.80628490448rem;left:48.25rem;overflow:hidden;display:none; }
#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc { position:relative;display:block; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc { background-color: transparent; background-image: none; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container > .video-iframe-container { display: none; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row > .video-iframe-container { display: none; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .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); }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc { border-width: 0; border-radius: 0; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#q868rKF80a1hmmllty7QTNTDmN5bAWSP { color:#000000;display:block;width:22.25rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.25rem;height:3.04980625rem;display:none; }
#VmLFO8z4LeEIsXO3W0iV0UB3pOlqDIJM { color:#ffffff;display:block;width:61.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.005859375rem;left:4.4375rem;height:2.599825rem;font-style:normal;display:block; }
#lHDqDn6BnbtBO2flPJiWprNfovJB1ryQ { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#bBlhgH3UkSwwZ8o5uNOtAcI5kSHiHuvK { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.19970703125rem;left:15rem;height:1.29980625rem;display:none; }
#FJd6bu64D9SfUZsRTJJW96eSm1ULrQwR { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#oKBsJZQ7s1t6tPUcsB6cDPiGBLn8WSPR { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.4375rem;left:12.5625rem;display:none; }
#CyJQM1hbv2WTDm4ceQt46zcXJzFRuTP4 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.4375rem;left:12.5625rem;display:none; }
#EXqGg7oScdNSiX4D60OR6qVSQBLyQ5QC { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.9375rem;left:12.5rem;display:none; }
#h2Viz45yHKoC8wqSt8INeqQ6OUHq0Lo1 { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:verlag;font-size:1.25rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:3.875rem;left:4.4375rem;height:1.125rem;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;text-align:left;text-align-last:left;display:block; }
#DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE { position:relative;display:none; }#DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE { border-width: 0; border-radius: 0; }#DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#khtCdHVgFhwim5P8CuHkQKM6fMcSM3ku { color:#000000;display:block;width:22.25rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.25rem;height:3.04980625rem;display:none; }
#IvXC1pMo3MszzC8Jigfl93TPNINlmIbl { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#OTpTClyIf77GouDtCloyaeKZsrIrCNH8 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.19970703125rem;left:15rem;height:1.29980625rem;display:none; }
#nT9HuF1kBpt1B0cCvKtE6DBay1lz9V6b { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#cxTpdcGhvRdny7vhuMqZ9CFR4Q4BlNK3 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.4375rem;left:12.5625rem;display:none; }
#CS6VyDwVPNlI9TAkGKFo3KuxntiMIzC2 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.4375rem;left:12.5625rem;display:none; }
#aUR7eb0rLXdZmnJObs1e4FZTg5kqUR8b { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.9375rem;left:12.5rem;display:none; }
#hGdLTxeinJ8069rkae3w7tGDSl2O06qe { 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:4.5rem;width:14.9375rem;top:6.78125rem;left:39.0625rem;overflow:hidden;display:block; }
#sLJaWHO2DecPGAp9oLzX8sSg6z3Jnf6K { 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:8.3125rem;width:16.375rem;top:4.875rem;left:56.125rem;overflow:hidden;display:block; }
#HaIZcQdMF0kc7sVsOQgmSZaEUrpHgy5v { 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:3.6875rem;width:11.5625rem;top:7.1875rem;left:22.3125rem;overflow:hidden;display:block; }
#Pw9SeBx85f2hkNehCgNFU8XzD88MKLk6 { 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:6.0625rem;width:18.5rem;top:6rem;left:1.25rem;overflow:hidden;display:block; }
#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 { 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; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { border-width: 0; border-radius: 0; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:none; }#iWbo5EhoXCpV4XSqZMFFqAkI9lVi9WpE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15rem;width:10rem;top:6.8125rem;left:54.1875rem;overflow:hidden;display:none; }
#hgUhcFTuoa9yd0ssimADl0lMxy4W1DEA { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.5rem;height:1.29980625rem;display:none; }
#hde2eWtlKWIOdnCFT6oNzZGWFuVWlM6I { color:#000000;display:block;width:5.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.375rem;height:1.13720625rem;font-style:normal;display:none; }
#krtuhceNi8bZaN1HJ1ZMwsXNDSdqRsV0 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.375rem;height:5.6860375rem;font-style:normal;display:none; }
#T0CeHLuzttRo1o1mava97UXogPB0OQ4f { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.75rem;height:6.743625rem;display:none; }
#sQ09urRtKKzrPDTb21yhIR22P5NmV7cH { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.17578125rem;left:4.3125rem;height:3.897575rem;display:block; }
#CfiWqRXzNCJBXrykNER2ntuyFzF3Tppd { position:absolute;display:block;z-index:15001;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.125rem;top:7.86865234375rem;left:42.3125rem;display:none; }
#Go381CkzwSKkDezZZmJx69a5GfMW3D9I { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));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: none;height:15.125rem;width:9.9375rem;top:6.75rem;left:54.1875rem;display:none; }
#XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 { color:#000000;display:block;width:30.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.7998046875rem;left:41.5625rem;height:18.773875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 li:before{  }
#GFxaXtHleuUU8exkOHyJLQsTC8Zye4oo { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/006f0fa5-7039-4b64-a124-d8206967864e/db0a045b9f00DSC002631.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:38.1875rem;top:0rem;left:0rem;display:none; }#GFxaXtHleuUU8exkOHyJLQsTC8Zye4oo.adaptive-delivery-prevent-bg, #GFxaXtHleuUU8exkOHyJLQsTC8Zye4oo.lazyload, #GFxaXtHleuUU8exkOHyJLQsTC8Zye4oo.lazyloading { background-image: none; }
#GFxaXtHleuUU8exkOHyJLQsTC8Zye4oo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GFxaXtHleuUU8exkOHyJLQsTC8Zye4oo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { position:relative;display:block; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { background-color: transparent; background-image: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container > .video-iframe-container { display: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row > .video-iframe-container { display: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .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); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { border-width: 0; border-radius: 0; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vbICzxd0P579Mg0bs0uUTlDTWACMznGy { color:#000000;display:block;width:19.125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:3.75rem;height:1.94986875rem;display:block; }
#bBkaZQ5R2tFMtag9EEb1kAyxRDxZAe5l { color:#000000;display:block;width:60.4375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.353515625rem;left:3.75rem;height:4.142575rem;font-style:normal;display:block; }
#fmQoTmIyOv6fKtr8rlMXWoQxT1gr00lh { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.4368125rem;width:45.4368125rem;top:12.627840280533rem;left:14.779829025269rem;display:block; }
#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { position:relative;display:none; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { border-width: 0; border-radius: 0; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eae7;background-image:none;font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#uixudbtnbpwrMa4QnfsqV8p0eFuMP1un { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.755859375rem;left:19.5625rem;height:1.2999125rem;font-style:normal;display:block; }
#sUcu89P8dHLoIh3MQN0NCaPz5tNH2SXx { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.6875rem;left:19.5625rem;height:1.13606875rem;font-style:normal;display:block; }
#S1q52eCtHZypJ3z0yHTxaXNFQQDyluSd { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.1875rem;left:19.5625rem;height:11.3606875rem;font-style:normal;display:block; }
#ogKnSTcyeJFF1cZqN2FThdSakqd2TSnD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15rem;width:10rem;top:6.8125rem;left:54.1875rem;overflow:hidden;display:none; }
#TFH8RI9Ls7BUeRB63QmlJ1g6cV4aIFyn { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.5rem;height:1.29980625rem;display:none; }
#O1rsWV4r9tftGtUUTAfyuWQ73aJMcPKo { color:#000000;display:block;width:5.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.375rem;height:1.13720625rem;font-style:normal;display:none; }
#ZBKHTIGbb5ftbnT3cuIwrlS4Tow7AgRF { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.375rem;height:5.6860375rem;font-style:normal;display:none; }
#Rr8HuTcCMK250aVOoLVlEcLkhzmCMHZH { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.75rem;height:6.743625rem;display:none; }
#BqfDxAupKGsPdfQzHhD79F1e7q42ymtu { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:4.1875rem;height:1.94921875rem;display:block; }
#FsVGS6xkIUN58JtZQ3CyH2PP1bTZLzff { position:absolute;display:block;z-index:15001;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.125rem;top:7.86865234375rem;left:42.3125rem;display:none; }
#FhLpMsggsT5OlezQAut7HV3l0RdxMLSE { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));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: none;height:15.125rem;width:9.9375rem;top:6.75rem;left:54.1875rem;display:none; }
#l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu { position:absolute;display:block;z-index:15013;background-color:#000000;background-image:url("https://images.assets-landingi.com/IF9TK5Uy-KI/unsplash/jake-nackos-IF9TK5Uy-KI-photo-1580489944761-15a19d654956.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.6875rem;left:4.1875rem;display:block; }#l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu.adaptive-delivery-prevent-bg, #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu.lazyload, #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu.lazyloading { background-image: none; }
#cMPAf98gwbSb1427zOEVsHSQ9TQt9vZq { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.1875rem;left:54.8125rem;height:11.3606875rem;font-style:normal;display:block; }
#oteKcXoPaOgBWtylIb53vXKUDpG99zss { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:url("https://images.assets-landingi.com/TSci4r_85Zw/unsplash/catherine-tskho-TSci4r_85Zw-photo-1661437502054-f43cd3a6d852.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.6875rem;left:39.4375rem;display:block; }#oteKcXoPaOgBWtylIb53vXKUDpG99zss.adaptive-delivery-prevent-bg, #oteKcXoPaOgBWtylIb53vXKUDpG99zss.lazyload, #oteKcXoPaOgBWtylIb53vXKUDpG99zss.lazyloading { background-image: none; }
#vQpayPNbKBGaf0p7bJJ5TbImQ8JJF63W { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:54.8125rem;height:1.13606875rem;font-style:normal;display:block; }
#QSWX2Xeswsp2mn5pLr2rMPTCbRJuhlOZ { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.75rem;left:54.8125rem;height:1.2999125rem;font-style:normal;display:block; }
#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui { 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; }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row .container { background-color: transparent; background-image: none; }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row .container > .video-iframe-container { display: none; }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row > .video-iframe-container { display: none; }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .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); }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row .container { border-width: 0; border-radius: 0; }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#iAnXsSBSrGUIHZkGE51pe84myFz7i9B4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15rem;width:10rem;top:6.8125rem;left:54.1875rem;overflow:hidden;display:none; }
#lGfxkf43mGWxtxAAfMWN9JcUrw6P9uqh { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.5rem;height:1.29980625rem;display:none; }
#QOhUm6nCs6rZuO5GA7VtAneRRsQRBK7e { color:#000000;display:block;width:5.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.375rem;height:1.13720625rem;font-style:normal;display:none; }
#h9V8wXhyR6UmrUsseIxzF8h2BwryyKOB { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.375rem;height:5.6860375rem;font-style:normal;display:none; }
#u4ypsuEEA87cNkFPm2I8yVXMiBRCBplA { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.75rem;height:6.743625rem;display:none; }
#RIFIuNVTT5sTAlshOPpTDKAQ1rWP52fF { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:27.625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#nWs1ngdo5P1P8ttUNBabaP0wTud2c54k { position:absolute;display:block;z-index:15001;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.125rem;top:7.86865234375rem;left:42.3125rem;display:none; }
#STku6XzT7n6h2p3BfLwpr85dI7auZFt0 { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));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: none;height:15.125rem;width:9.9375rem;top:6.75rem;left:54.1875rem;display:none; }
#BJLFOdrnKs6pPJcSB4boeOWKaZMKPV3X { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.382613625rem;height:3.193357375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:15.744850158691rem;left:29.75053024292rem;display:block; }
#lg0VHiNQmIMqmFV0rq3ZXlnQInAwMllN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cpOr8Jcsk6tRysvAULE7hKCcPe5xs3S8 { color:#000000;display:block;width:19.2489375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:7.9375rem;left:27.625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row .container { background-color: transparent; background-image: none; }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row .container > .video-iframe-container { display: none; }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row > .video-iframe-container { display: none; }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .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); }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row .container { border-width: 0; border-radius: 0; }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#cD97Qr2CnknX1lKB3p7Kc1SA25SQZhBJ { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:verlag;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:10.640625rem;left:3.9375rem;height:1.21875rem;font-style:normal;display:block; }
#IaLNSaaGkXqvBfUqaSsbNCa7SZn5NHZW { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:37.9375rem;height:2.2744125rem;font-style:normal;display:block; }
#t22se57k2ZhB9sLhXk5JVZiUrTO0M8KO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:11.1875rem;top:4.25rem;left:37.9375rem;overflow:hidden;display:block; }
#Qw2Dyc3cZGx30f6ki2l1yVh2FGFt7eIW { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:verlag;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.15625rem;left:48.8125rem;display:block; }
#TQl6LHKigzAUc1sgWFPgOazMFWoO8MnC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eKbcqluauezpXHngvsFUOEkVUeIGMHOR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:verlag;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10.1875rem;left:55.125rem;display:block; }
#M6m7TSp4xPLXPvFLhO6qW0SHKbfb95A8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OJTJTIy3XNx1bHFZ47lRXop4libTMpul { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:verlag;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.1875rem;left:63.375rem;display:block; }
#PFzyVWGfGzlOS5BRb1ZmOBEcuzr0CHTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rGO2da6Vbw55EqTH6HSdm0J2IKWVacp9 { 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:2.8125rem;width:9.625rem;top:2.94921875rem;left:3.9375rem;overflow:hidden;display:block; }
#iNLpAvHvlH6iEDEQnmZbGIOhxSHLtXu3 { position:absolute;display:block;z-index:14997;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:75rem;top:8.875rem;left:0rem;display:block; }
#PqoS5BBAPe5ZKhqHiSWwL03mrP7Gc8HE { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:57.75rem;height:1.13720625rem;font-style:normal;display:block; }
#z1qmdIanxmBw4MISsPoAQVyTkRU1ZFnv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.0625rem;left:57.75rem; }
#z1qmdIanxmBw4MISsPoAQVyTkRU1ZFnv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#PcdB78y2M09cpMNZGei4LW0IkKFAuQcP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.0625rem;left:60.5rem; }
#PcdB78y2M09cpMNZGei4LW0IkKFAuQcP > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#yNNaIRGFITzhTxHoR0SaXvPf6kXC6al5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.0859375rem;left:63.21875rem; }
#yNNaIRGFITzhTxHoR0SaXvPf6kXC6al5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#r4XILmAi8R4yWf1szP9ATuUEAkpMIVKB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.0859375rem;left:65.875rem; }
#r4XILmAi8R4yWf1szP9ATuUEAkpMIVKB > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ar8h9rTo30ZNiLO5mBPntKincD1tpHFF { 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:2.374825rem;width:12.3748125rem;top:3.1667232513427rem;left:18.435722351074rem;overflow:hidden;display:block; }
#GBngeTxWD3L7NZF5c1Va614ciuQzDLyL { 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; }#GBngeTxWD3L7NZF5c1Va614ciuQzDLyL > .row .container { border-width: 0; border-radius: 0; }#GBngeTxWD3L7NZF5c1Va614ciuQzDLyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GBngeTxWD3L7NZF5c1Va614ciuQzDLyL > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:none; }#JOxTBL6VHcGcQytPqNfz0qDKl4tKfapB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15rem;width:10rem;top:6.8125rem;left:54.1875rem;overflow:hidden;display:none; }
#DNILUheMxCsBXnuJRuEIveUkzAaBTabA { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.5rem;height:1.29980625rem;display:none; }
#g0xmaDoSM4UTsdyl2d6PUl0GNTuTeP5h { color:#000000;display:block;width:5.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.375rem;height:1.13720625rem;font-style:normal;display:none; }
#NRU7GWznvRCh6NcMoBcis9h74fT4ZGdg { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.375rem;height:5.6860375rem;font-style:normal;display:none; }
#xhwoWFmwL7owRuFaP0OsRhCSJvSyfRKx { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.75rem;height:6.743625rem;display:none; }
#ntKs9wl6b8yalCHMMhGzTIvh8mgablih { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:4.1875rem;height:3.8984375rem;display:block; }
#TWBPvmIhZRwnPRVrx4kZJBqvsfWG33TN { position:absolute;display:block;z-index:15001;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.125rem;top:7.86865234375rem;left:42.3125rem;display:none; }
#qZuJbERG9XdWmUQwpJZ496V3PZovUxXP { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));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: none;height:15.125rem;width:9.9375rem;top:6.75rem;left:54.1875rem;display:none; }
#UflGVXDPzba42khJvVOlEMC5kgkn1RIE { color:#000000;display:block;width:19.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:4.1875rem;height:6.499025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iZ8T8dqln0xpH5FN3azKeu5GyzLKUyUN { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.3125rem;left:4.1875rem;display:block; }
#fomAhuLcdaAC8UM6rIVMkzPlVCSivpMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#leERB7Ivt4LCqKpV1KAkqsBKXm8ywwWu { 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:28.9375rem;width:42.0625rem;top:0rem;left:33rem;overflow:hidden;display:block; }
#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R { position:relative;display:none; }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R { border-width: 0; border-radius: 0; }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Nb8Ja157X7JKsTIPIfmUPrDSmHc55oWF { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.382613625rem;height:3.193357375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:15.744850158691rem;left:29.75053024292rem;display:none; }
#CGTyzRbw2gwfA8kxDFXQpNLrHuqTGwMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XhNpAGWzevbSy52ldKrQU01nrI4TxxA1 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.382613625rem;height:3.193357375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:15.744850158691rem;left:29.75053024292rem;display:none; }
#T4pld9KkdITfV9L049eC8pBgCpVSEbEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Syl8Ci5sMpkrmpN2qMwU9FMS7qC30QZQ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL { display:block; }#lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGK4nGDmiZc5yoP7bokbU0iXwhGuNaQe { top:0.9375rem;left:0rem;width:19.375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWn0hOatdJk5qVroPniPCVtsE956zmm7 { width:6.5625rem;height:2.125rem;top:2.4375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSLkOlI9M0o2eTlryfscuROC0mcUDfoT { display:block; }
 }@media only screen and (max-width: 763px) { #AhNeJD4ugKJwFL1Mp8cxDxiC6H9RthHv { top:2.75rem;left:32.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShkOMiNTDgOXehFtFbEGGs5bJx1PMfWQ { width:13.875rem;height:2.6875rem;top:2.125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkAkp18uHlmtUfHs7RU4UJWCXgEypRqh { display:block; }
 }@media only screen and (max-width: 763px) { #iDTodem5rg9m5lkLh8Da6B5lsMMD3bch { display:none; }
#iDTodem5rg9m5lkLh8Da6B5lsMMD3bch > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG { display:block; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbSUOhrwBy92ibT0ZHNCBXm3VKtRMEEU { top:8.25rem;left:0rem;width:47.75rem;height:1.8528270509978rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgEWTKCIpnKFRfmf8ixSZA9Qp12V2btM { width:47.75rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gw8ZccxqTvVldUmrHslFzXJCfKtJIpny { width:11.3125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bM5mGdOM6oc5IUoU5ze4b0x6qyEuMVQr { width:47.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qha3UDT4om3kdPCobMlVIEdrlJBalVaM { width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ { display:block; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTAqPw2CEQoMStN7vvc0xT6yoVAyprsm { width:8.375rem;height:2.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gug6FqR1vBkgVn4zNgd6Vssl5GqgAhBu { display:block; }
 }@media only screen and (max-width: 763px) { #pzgf5X3FRBaA9iPfhhFK2NWnNFPz4ck7 { top:0.9375rem;left:30.3125rem;width:17.4375rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb6LxyN7VzCPWEJk8m0H87i6N0XouqEX { top:0rem;left:26.4375rem;width:21.3125rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6Oeak5qPllGaSdm5BGUxqJi6VA4p61b { top:23.8125rem;left:0rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enISfhy4Etu0w0rQMVRbKMyGkTPT7iw1 { top:11.5rem;left:0rem;width:24.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSIIWMTf8MetN5v6fCPwhkbrClPF3P3s { top:38.6875rem;left:0rem;width:16.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0wOZynk8lCPRiiSWJdaFokwh6ALgBGe { top:39.8125rem;left:0rem;width:17rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWKeIWcusM25funCbF97XlaANyozxC3Q { top:39.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-regular-label { display:block;width:18.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-text { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-textarea { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-select { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-button { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.9375rem; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-checkbox-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9  { width:18.6875rem;height:auto;top:4.5rem;left:26.4375rem; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .radio-container { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 {display:block;}#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 { width:18.6875rem;height:auto;top:4.5rem;left:26.4375rem; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #dovUzZEE77a7WymuRkx1sQokiLyOEzCE {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #VkTOXiEZITG9GkVTiQ27vvCJBP1Pyx1m { display:block; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #WPA8BedtC9GukoDT3T1Tipts1znhPvz1 {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #KOlFEZRqAIzpw1eg8JbuMPt2nerhl1Ct {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #Ba8ctJTPn6siLgqfEE8K5zTbwvtQTlWl { display:block; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #sEoZW2UAW7Cu0ZyrZ3gmOG6k05fqPg1f {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #AE3MoMvbILTkSumBImcPTqBaEfUTcZNe {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #SVZAM3bcc0xcg8SC5iyILchcKbnD3M3N { display:block; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #O3XQ9SoICMOunHKw3S3pt7IF0OS0HELv {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #ea9POTHRZyg6UlCH1N9qf6C6ILTODdHr {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #iUXsdUlFPF33Ue2E03su5DJV4VbtwHu4 { display:block; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #cpWLeaixOXhQy9cS0nz1GMs5iJ7FoQow {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #EVZGqG4sZtNr6XH6RNblyHUi5rwMgfTr {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #hFTCd6rxOxnMqlmamO2xXN4yXceLkGc7 { display:block; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #P3IEfu0ZKQKlHNE7gg0VCTBicbbXXlm9 {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #D4ilhP5oVrEqChSM8EECSGoh5wtNQVvM {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #xChwqVI5fCtdVnKcNfvHL9kKQxLcng2K {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #dbWT16bcxxlTSWxili0RoXqpKfdguEWk {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #JdtzADqaetTvV39abOUEacvX8CxXo7K9 {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #WAcOaT7xx1l4beCGdE3Clq7SuHZEbxuC {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #bpce7Aa9rgX2yF6N2rEc7zhFKeUtl8qZ {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #SUE378qhsRKiS2pZ3NEb0pL39X15FAXr {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #zLERBlCx1d32fFz4xUsUpzpWvCIrhZ2C {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #iCV0CP3JQB2fP2dhOJtSpvvpI0C3AKuL {  }
 }@media only screen and (max-width: 763px) { #Q8IO7AVwcySaGvVsOIu65B6RTXq1Mf2T { display:block; }
 }@media only screen and (max-width: 763px) { #CCMlrdIlG1TPIysv86RzSLasgA0khazr { display:block; }
 }@media only screen and (max-width: 763px) { #HyshiUbIsevFBl5aaatmO9BcT8feizE3 { display:block; }
 }@media only screen and (max-width: 763px) { #GbmP7GIyrcmJ0wkcbpHLC5twva7PS7VC { display:block; }
 }@media only screen and (max-width: 763px) { #mKCzHIBTbeVuI10HTZTlrUk25yT11i0N { display:block; }
 }@media only screen and (max-width: 763px) { #l35lOy43N44uE9k6SKe9CASHQS8rLNAM { display:block; }
 }@media only screen and (max-width: 763px) { #fGFs9dsueMEZom8dcy3lEJ6M829VHTZW { display:block; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #OS5p9i72RT32KakuPhIcyWybfF40wHEC {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #kRACEWTylbmxnH285RnqUVCiCSJgGfhq {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #ch7TX2HXb45I6BbOUZOpZBdTAAtGT5fz {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #qc97JcPCIQRaEQaXQpK4EbPAxXbAZsB8 {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #bcJnmvB5hhMVWeOPlmVG08bWDuCfULhr {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #Xtfuzu6tBao49vMQho2MWPAvt3liSkJH {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #Xf6Nfhq7GWTKImhatPgfnodyMLry4uQl {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #EPwphbAq4iOz6xGVBR0yt66eIar0pmUP {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #HkLsCDsepViO3VndXHH4Tz6rG546IumG {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #GZdqpwTo9it8yU9MlWAB7HVcr3mulKM9 {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #BxDnp45D9XbENZFvTiGkQCvgVudpcCx2 {  }
 }@media only screen and (max-width: 763px) { #TITnKqBfez6K8AhSbleN0FMDtSEL597g { width:17.4375rem;height:3.375rem;top:27.875rem;left:4.513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPQXpzTehDUUs7Zec6vTg7ZyAAKP1uTA { display:block; }
 }@media only screen and (max-width: 763px) { #ZtRrl8BUNucs3wT91spw2hWGddC4DHDu { top:33.875rem;left:0rem;width:11.25rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz4vgelWIhPyyGFAKMsIHgZBXBDkiTko { top:2.125rem;left:0rem;width:36.25rem;height:3.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ3R4H9KS12sousIZBOTby4CEWlEq1L0 { top:5.3125rem;left:0rem;width:36.25rem;height:5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { display:block; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { top:3.375rem;left:0rem;width:26.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgn0esV2ESNV5I5pRAHwZ5665RQsJpio { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWgfexnhMxy3NMrxv4LVIPbz0tcEok2K { top:6.375rem;left:0rem;width:13.4375rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Psz5AmW89AxTH54VaQoviyedn2ByP3 { top:9.75rem;left:0rem;width:16.125rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yebHOUOwcqiEMSBEDL78pQlrnBhRv8TN { top:6.3125rem;left:8.25rem;width:10.9375rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1mLFkxHMuUmXNroGOnDffquOUetAOFO { top:9.6875rem;left:8.25rem;width:17.5625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TucJvR0SE22wNm1el4TbTV8dbZAS1sy7 { top:6.375rem;left:27.75rem;width:12rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1G2iN0ZK203HA87OZWcRQ2QPCFqxySM { top:11.3125rem;left:27.874465942382rem;width:12.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je4ubTaPN8snfuzbdw3h2ZXtdc2tShcg { top:11.1875rem;left:34.625rem;width:13.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy4SMIfw3JsMFWXDQqvAelNHyT2FVEx0 { top:6.375rem;left:36.125rem;width:11.625rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoRbTHUsa6l9qvCOqL2q6eKJSsGR3zDB { top:17.75rem;left:24.3125rem;width:23.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh { display:block; }#uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6bXEOk6lXCC7zObJEslvR3TQu6Hwm7Q { top:2.0625rem;left:0rem;width:27.375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1UHy1e6sVzWR76PZ8KFnBe2FKLJsvH8 { top:14.125rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcwq2JokK5qTdOzsLTr1qwlMfmts2vED { top:14.4375rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLyZzE1JhTHZVzNmQcMLiamm1lZiTpP3 { top:8.5rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e365gfFgPJb8NRN9LS6vhVmsTy3o4Etq { top:5.6875rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGNWZb6erQLX5lstnk2vp8CecBqNl3Pa { top:5.9375rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlGqtAkoF61KdRdBIM6TRL1HtTJL9pAp { top:8.75rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDVaHPbdnJTMvQ3FabZapkRvfHkBdV5f { top:11.3125rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCCWuFO4IwEREvJ6OullZJToeFTCnsci { top:11.625rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWrR99bl2x2vay37OaRnn0zWWM1k6ct8 { top:17.75rem;left:21rem;width:26.75rem;height:21.137994153724rem;display:none; }
 }@media only screen and (max-width: 763px) { #r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc { display:block; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q868rKF80a1hmmllty7QTNTDmN5bAWSP { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmLFO8z4LeEIsXO3W0iV0UB3pOlqDIJM { top:7rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHDqDn6BnbtBO2flPJiWprNfovJB1ryQ { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBlhgH3UkSwwZ8o5uNOtAcI5kSHiHuvK { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJd6bu64D9SfUZsRTJJW96eSm1ULrQwR { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKBsJZQ7s1t6tPUcsB6cDPiGBLn8WSPR { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyJQM1hbv2WTDm4ceQt46zcXJzFRuTP4 { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXqGg7oScdNSiX4D60OR6qVSQBLyQ5QC { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2Viz45yHKoC8wqSt8INeqQ6OUHq0Lo1 { top:3.875rem;left:0rem;width:26.5625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE { display:block; }#DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khtCdHVgFhwim5P8CuHkQKM6fMcSM3ku { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvXC1pMo3MszzC8Jigfl93TPNINlmIbl { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTpTClyIf77GouDtCloyaeKZsrIrCNH8 { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT9HuF1kBpt1B0cCvKtE6DBay1lz9V6b { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxTpdcGhvRdny7vhuMqZ9CFR4Q4BlNK3 { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS6VyDwVPNlI9TAkGKFo3KuxntiMIzC2 { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUR7eb0rLXdZmnJObs1e4FZTg5kqUR8b { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGdLTxeinJ8069rkae3w7tGDSl2O06qe { top:6.75rem;left:25.4375rem;width:14.9375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLJaWHO2DecPGAp9oLzX8sSg6z3Jnf6K { top:4.875rem;left:31.125rem;width:16.375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaIZcQdMF0kc7sVsOQgmSZaEUrpHgy5v { top:7.1875rem;left:8.6875rem;width:11.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw9SeBx85f2hkNehCgNFU8XzD88MKLk6 { top:6rem;left:0rem;width:18.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 { display:block; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWbo5EhoXCpV4XSqZMFFqAkI9lVi9WpE { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgUhcFTuoa9yd0ssimADl0lMxy4W1DEA { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hde2eWtlKWIOdnCFT6oNzZGWFuVWlM6I { top:9.6875rem;left:28.75rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krtuhceNi8bZaN1HJ1ZMwsXNDSdqRsV0 { top:14.3125rem;left:28.75rem;width:10.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0CeHLuzttRo1o1mava97UXogPB0OQ4f { top:18.875rem;left:28.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ09urRtKKzrPDTb21yhIR22P5NmV7cH { top:11.125rem;left:0rem;width:25.5rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfiWqRXzNCJBXrykNER2ntuyFzF3Tppd { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go381CkzwSKkDezZZmJx69a5GfMW3D9I { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 { top:3.75rem;left:17.375rem;width:30.375rem;height:;font-size:0.875rem;display:block; }#XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 li:before{  }
 }@media only screen and (max-width: 763px) { #GFxaXtHleuUU8exkOHyJLQsTC8Zye4oo { top:0rem;left:0rem;width:38.1875rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { display:block; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbICzxd0P579Mg0bs0uUTlDTWACMznGy { top:2.5625rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBkaZQ5R2tFMtag9EEb1kAyxRDxZAe5l { top:6.3125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmQoTmIyOv6fKtr8rlMXWoQxT1gr00lh { top:12.625rem;left:1.1548290252686rem;width:45.375rem;height:25.402208114566rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { display:block; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uixudbtnbpwrMa4QnfsqV8p0eFuMP1un { top:6.75rem;left:5.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUcu89P8dHLoIh3MQN0NCaPz5tNH2SXx { top:8.6875rem;left:5.9375rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1q52eCtHZypJ3z0yHTxaXNFQQDyluSd { top:11.1875rem;left:5.9375rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogKnSTcyeJFF1cZqN2FThdSakqd2TSnD { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFH8RI9Ls7BUeRB63QmlJ1g6cV4aIFyn { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1rsWV4r9tftGtUUTAfyuWQ73aJMcPKo { top:9.6875rem;left:28.75rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBKHTIGbb5ftbnT3cuIwrlS4Tow7AgRF { top:14.3125rem;left:28.75rem;width:10.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr8HuTcCMK250aVOoLVlEcLkhzmCMHZH { top:18.875rem;left:28.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqfDxAupKGsPdfQzHhD79F1e7q42ymtu { top:2.625rem;left:0rem;width:19.8125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsVGS6xkIUN58JtZQ3CyH2PP1bTZLzff { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhLpMsggsT5OlezQAut7HV3l0RdxMLSE { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu { top:8.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMPAf98gwbSb1427zOEVsHSQ9TQt9vZq { top:11.1875rem;left:33.5rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oteKcXoPaOgBWtylIb53vXKUDpG99zss { top:8.6875rem;left:25.8125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQpayPNbKBGaf0p7bJJ5TbImQ8JJF63W { top:8.6875rem;left:38.25rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSWX2Xeswsp2mn5pLr2rMPTCbRJuhlOZ { top:6.75rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui { display:block; }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAnXsSBSrGUIHZkGE51pe84myFz7i9B4 { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGfxkf43mGWxtxAAfMWN9JcUrw6P9uqh { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOhUm6nCs6rZuO5GA7VtAneRRsQRBK7e { top:9.6875rem;left:28.75rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9V8wXhyR6UmrUsseIxzF8h2BwryyKOB { top:14.3125rem;left:28.75rem;width:10.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ypsuEEA87cNkFPm2I8yVXMiBRCBplA { top:18.875rem;left:28.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIFIuNVTT5sTAlshOPpTDKAQ1rWP52fF { top:2.5625rem;left:14rem;width:19.75rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWs1ngdo5P1P8ttUNBabaP0wTud2c54k { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STku6XzT7n6h2p3BfLwpr85dI7auZFt0 { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJLFOdrnKs6pPJcSB4boeOWKaZMKPV3X { width:15.375rem;height:3.1875rem;top:15.6875rem;left:16.12553024292rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg0VHiNQmIMqmFV0rq3ZXlnQInAwMllN { display:block; }
 }@media only screen and (max-width: 763px) { #cpOr8Jcsk6tRysvAULE7hKCcPe5xs3S8 { top:7.9375rem;left:14rem;width:19.1875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 { display:block; }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cD97Qr2CnknX1lKB3p7Kc1SA25SQZhBJ { top:10.625rem;left:0rem;width:41.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaLNSaaGkXqvBfUqaSsbNCa7SZn5NHZW { top:2rem;left:24.3125rem;width:10.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t22se57k2ZhB9sLhXk5JVZiUrTO0M8KO { top:4.25rem;left:24.3125rem;width:11.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw2Dyc3cZGx30f6ki2l1yVh2FGFt7eIW { width:6.3125rem;height:2.1875rem;top:10.125rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQl6LHKigzAUc1sgWFPgOazMFWoO8MnC { display:block; }
 }@media only screen and (max-width: 763px) { #eKbcqluauezpXHngvsFUOEkVUeIGMHOR { width:7.0625rem;height:2.1875rem;top:10.1875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6m7TSp4xPLXPvFLhO6qW0SHKbfb95A8 { display:block; }
 }@media only screen and (max-width: 763px) { #OJTJTIy3XNx1bHFZ47lRXop4libTMpul { width:7.0625rem;height:2.1875rem;top:10.1875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFzyVWGfGzlOS5BRb1ZmOBEcuzr0CHTs { display:block; }
 }@media only screen and (max-width: 763px) { #rGO2da6Vbw55EqTH6HSdm0J2IKWVacp9 { top:2.9375rem;left:0rem;width:9.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNLpAvHvlH6iEDEQnmZbGIOhxSHLtXu3 { top:8.875rem;left:0rem;width:47.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqoS5BBAPe5ZKhqHiSWwL03mrP7Gc8HE { top:1.8125rem;left:43rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1qmdIanxmBw4MISsPoAQVyTkRU1ZFnv { top:4.0625rem;left:44.125rem;width:1.875rem;height:1.875rem;display:block; }
#z1qmdIanxmBw4MISsPoAQVyTkRU1ZFnv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PcdB78y2M09cpMNZGei4LW0IkKFAuQcP { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#PcdB78y2M09cpMNZGei4LW0IkKFAuQcP > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #yNNaIRGFITzhTxHoR0SaXvPf6kXC6al5 { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#yNNaIRGFITzhTxHoR0SaXvPf6kXC6al5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #r4XILmAi8R4yWf1szP9ATuUEAkpMIVKB { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#r4XILmAi8R4yWf1szP9ATuUEAkpMIVKB > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ar8h9rTo30ZNiLO5mBPntKincD1tpHFF { top:3.125rem;left:4.8107223510742rem;width:12.3125rem;height:2.3628667353546rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBngeTxWD3L7NZF5c1Va614ciuQzDLyL { display:none; }#GBngeTxWD3L7NZF5c1Va614ciuQzDLyL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JOxTBL6VHcGcQytPqNfz0qDKl4tKfapB { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNILUheMxCsBXnuJRuEIveUkzAaBTabA { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0xmaDoSM4UTsdyl2d6PUl0GNTuTeP5h { top:9.6875rem;left:28.75rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRU7GWznvRCh6NcMoBcis9h74fT4ZGdg { top:14.3125rem;left:28.75rem;width:10.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhwoWFmwL7owRuFaP0OsRhCSJvSyfRKx { top:18.875rem;left:28.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntKs9wl6b8yalCHMMhGzTIvh8mgablih { top:3.3125rem;left:0rem;width:19.8125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBPvmIhZRwnPRVrx4kZJBqvsfWG33TN { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZuJbERG9XdWmUQwpJZ496V3PZovUxXP { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UflGVXDPzba42khJvVOlEMC5kgkn1RIE { top:9.6875rem;left:0rem;width:19.25rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ8T8dqln0xpH5FN3azKeu5GyzLKUyUN { width:15.625rem;height:3.4375rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fomAhuLcdaAC8UM6rIVMkzPlVCSivpMP { display:block; }
 }@media only screen and (max-width: 763px) { #leERB7Ivt4LCqKpV1KAkqsBKXm8ywwWu { top:0rem;left:5.6875rem;width:42.0625rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFxpMPf786ExohNEHTGoewE0Aqh1gc4R { display:none; }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nb8Ja157X7JKsTIPIfmUPrDSmHc55oWF { width:15.375rem;height:3.1875rem;top:15.6875rem;left:16.12553024292rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGTyzRbw2gwfA8kxDFXQpNLrHuqTGwMR { display:block; }
 }@media only screen and (max-width: 763px) { #XhNpAGWzevbSy52ldKrQU01nrI4TxxA1 { width:15.375rem;height:3.1875rem;top:15.6875rem;left:16.12553024292rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4pld9KkdITfV9L049eC8pBgCpVSEbEV { display:block; }
 }@media only screen and (max-width: 763px) { #Syl8Ci5sMpkrmpN2qMwU9FMS7qC30QZQ { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lbkTNusMqdeOo0HosPd4V6RIgX8hGFBL > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGK4nGDmiZc5yoP7bokbU0iXwhGuNaQe { width:10.25rem;height:2.625rem;top:1.561967253685rem;left:1.1248224377632rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QWn0hOatdJk5qVroPniPCVtsE956zmm7 { width:6.5625rem;height:2.125rem;top:2.4375rem;left:6.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSLkOlI9M0o2eTlryfscuROC0mcUDfoT { display:block; }
 }@media only screen and (max-width: 763px) { #AhNeJD4ugKJwFL1Mp8cxDxiC6H9RthHv { display:flex;width:1.5rem;height:1.5rem;top:2.75rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShkOMiNTDgOXehFtFbEGGs5bJx1PMfWQ { width:13.875rem;height:2.6875rem;top:2.125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkAkp18uHlmtUfHs7RU4UJWCXgEypRqh { display:block; }
 }@media only screen and (max-width: 763px) { #iDTodem5rg9m5lkLh8Da6B5lsMMD3bch { display:flex;top:1.9996447563171rem;left:15.499821245671rem;width:1.75rem;height:1.75rem;z-index:15013; }
#iDTodem5rg9m5lkLh8Da6B5lsMMD3bch > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row .container { background-color: transparent; background-image: none; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row .container > .video-iframe-container { display: none; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row > .video-iframe-container { display: none; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .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); }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row .container { border-width: 0; border-radius: 0; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CO8fJ3asgJygQFsLKkwFLJJsQ1ixbETG > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbSUOhrwBy92ibT0ZHNCBXm3VKtRMEEU { width:20rem;height:0.77605321507763rem;top:8.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgEWTKCIpnKFRfmf8ixSZA9Qp12V2btM { top:7.0625rem;left:0.375rem;width:12.75rem;height:1.25rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gw8ZccxqTvVldUmrHslFzXJCfKtJIpny { top:9.1875rem;left:7.9375rem;width:11.75rem;height:1.75rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bM5mGdOM6oc5IUoU5ze4b0x6qyEuMVQr { top:6.875rem;left:8.0625rem;width:11.5625rem;height:1.8125rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qha3UDT4om3kdPCobMlVIEdrlJBalVaM { top:9.375rem;left:0.3125rem;width:12rem;height:1.3125rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ { display:block; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ { background-color: transparent; background-image: none; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container > .video-iframe-container { display: none; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row > .video-iframe-container { display: none; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .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.5); }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ { border-width: 0; border-radius: 0; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container { width:20rem;height:70.9375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e57235af-bd1e-43e9-97d7-4552cd2b0d13/D_GS1897244Mobile.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container.adaptive-delivery-prevent-bg, #u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container.lazyload, #u2TTuOOtRDET6T619FNV4lDTgMG6RTNJ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #HTAqPw2CEQoMStN7vvc0xT6yoVAyprsm { width:8.375rem;height:2.375rem;top:30.125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gug6FqR1vBkgVn4zNgd6Vssl5GqgAhBu { display:block; }
 }@media only screen and (max-width: 763px) { #pzgf5X3FRBaA9iPfhhFK2NWnNFPz4ck7 { width:16.6875rem;height:2.88671875rem;top:26.494140625rem;left:1.65625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rb6LxyN7VzCPWEJk8m0H87i6N0XouqEX { width:20rem;height:5.375rem;top:25.25rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #r6Oeak5qPllGaSdm5BGUxqJi6VA4p61b { width:16.4375rem;height:0;top:68.34863125rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #enISfhy4Etu0w0rQMVRbKMyGkTPT7iw1 { width:12.1244375rem;height:2.25rem;top:7.9208097457888rem;left:1.3742898106575rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uSIIWMTf8MetN5v6fCPwhkbrClPF3P3s { width:10.25rem;height:3.3125rem;top:19.405818939209rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0wOZynk8lCPRiiSWJdaFokwh6ALgBGe { width:11.875rem;height:1.2749rem;top:20.425247192382rem;left:3.6555395722389rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OWKeIWcusM25funCbF97XlaANyozxC3Q { display:flex;width:2.1875rem;height:2.1875rem;top:19.967151641846rem;left:1.3114345669746rem; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.875rem; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9  { width:17.5rem;height:auto;top:30.3125rem;left:0rem; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 {display:block;}#MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 { width:17.5rem;height:auto;top:30.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #dovUzZEE77a7WymuRkx1sQokiLyOEzCE {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #VkTOXiEZITG9GkVTiQ27vvCJBP1Pyx1m { display:block; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #WPA8BedtC9GukoDT3T1Tipts1znhPvz1 {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #KOlFEZRqAIzpw1eg8JbuMPt2nerhl1Ct {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #Ba8ctJTPn6siLgqfEE8K5zTbwvtQTlWl { display:block; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #sEoZW2UAW7Cu0ZyrZ3gmOG6k05fqPg1f {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #AE3MoMvbILTkSumBImcPTqBaEfUTcZNe {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #SVZAM3bcc0xcg8SC5iyILchcKbnD3M3N { display:block; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #O3XQ9SoICMOunHKw3S3pt7IF0OS0HELv {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #ea9POTHRZyg6UlCH1N9qf6C6ILTODdHr {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #iUXsdUlFPF33Ue2E03su5DJV4VbtwHu4 { display:block; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #cpWLeaixOXhQy9cS0nz1GMs5iJ7FoQow {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #EVZGqG4sZtNr6XH6RNblyHUi5rwMgfTr {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #hFTCd6rxOxnMqlmamO2xXN4yXceLkGc7 { display:block; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #P3IEfu0ZKQKlHNE7gg0VCTBicbbXXlm9 {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #D4ilhP5oVrEqChSM8EECSGoh5wtNQVvM {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #xChwqVI5fCtdVnKcNfvHL9kKQxLcng2K {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #dbWT16bcxxlTSWxili0RoXqpKfdguEWk {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #JdtzADqaetTvV39abOUEacvX8CxXo7K9 {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #WAcOaT7xx1l4beCGdE3Clq7SuHZEbxuC {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #bpce7Aa9rgX2yF6N2rEc7zhFKeUtl8qZ {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #SUE378qhsRKiS2pZ3NEb0pL39X15FAXr {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #zLERBlCx1d32fFz4xUsUpzpWvCIrhZ2C {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #iCV0CP3JQB2fP2dhOJtSpvvpI0C3AKuL {  }
 }@media only screen and (max-width: 763px) { #Q8IO7AVwcySaGvVsOIu65B6RTXq1Mf2T { display:block; }
 }@media only screen and (max-width: 763px) { #CCMlrdIlG1TPIysv86RzSLasgA0khazr { display:block; }
 }@media only screen and (max-width: 763px) { #HyshiUbIsevFBl5aaatmO9BcT8feizE3 { display:block; }
 }@media only screen and (max-width: 763px) { #GbmP7GIyrcmJ0wkcbpHLC5twva7PS7VC { display:block; }
 }@media only screen and (max-width: 763px) { #mKCzHIBTbeVuI10HTZTlrUk25yT11i0N { display:block; }
 }@media only screen and (max-width: 763px) { #l35lOy43N44uE9k6SKe9CASHQS8rLNAM { display:block; }
 }@media only screen and (max-width: 763px) { #fGFs9dsueMEZom8dcy3lEJ6M829VHTZW { display:block; }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #OS5p9i72RT32KakuPhIcyWybfF40wHEC {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #kRACEWTylbmxnH285RnqUVCiCSJgGfhq {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #ch7TX2HXb45I6BbOUZOpZBdTAAtGT5fz {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #qc97JcPCIQRaEQaXQpK4EbPAxXbAZsB8 {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #bcJnmvB5hhMVWeOPlmVG08bWDuCfULhr {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #Xtfuzu6tBao49vMQho2MWPAvt3liSkJH {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #Xf6Nfhq7GWTKImhatPgfnodyMLry4uQl {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #EPwphbAq4iOz6xGVBR0yt66eIar0pmUP {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #HkLsCDsepViO3VndXHH4Tz6rG546IumG {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #GZdqpwTo9it8yU9MlWAB7HVcr3mulKM9 {  }
 }@media only screen and (max-width: 763px) { #MqbyowvaexpFxs1SL6JJuIcMrT4C2Lp9 #BxDnp45D9XbENZFvTiGkQCvgVudpcCx2 {  }
 }@media only screen and (max-width: 763px) { #TITnKqBfez6K8AhSbleN0FMDtSEL597g { width:8.875rem;height:2.25rem;top:19.25rem;left:10.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPQXpzTehDUUs7Zec6vTg7ZyAAKP1uTA { display:block; }
 }@media only screen and (max-width: 763px) { #ZtRrl8BUNucs3wT91spw2hWGddC4DHDu { width:11.25rem;height:0.73025rem;top:25.266494750976rem;left:0.31032985448838rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fz4vgelWIhPyyGFAKMsIHgZBXBDkiTko { width:15.5625rem;height:1.7246125rem;top:1.6875rem;left:1.1875rem;font-size:1.4375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rJ3R4H9KS12sousIZBOTby4CEWlEq1L0 { width:15.1875rem;height:2.69970625rem;top:3.5965909957886rem;left:1.125rem;font-size:2.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { display:block; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { background-color: transparent; background-image: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .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); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { border-width: 0; border-radius: 0; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { width:20rem;height:52.5rem;background-color:#e8e8e8;background-image:none;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { width:15.875rem;height:1.01236875rem;top:2.625rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgn0esV2ESNV5I5pRAHwZ5665RQsJpio { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWgfexnhMxy3NMrxv4LVIPbz0tcEok2K { width:8.5rem;height:2.03125rem;top:7.126953125rem;left:5.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Psz5AmW89AxTH54VaQoviyedn2ByP3 { width:8.5615rem;height:7.1484375rem;top:9.783203125rem;left:5.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yebHOUOwcqiEMSBEDL78pQlrnBhRv8TN { width:7.0625rem;height:2.03125rem;top:20.1875rem;left:5.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1mLFkxHMuUmXNroGOnDffquOUetAOFO { width:6.375rem;height:6.254875rem;top:22.6875rem;left:5.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TucJvR0SE22wNm1el4TbTV8dbZAS1sy7 { width:12rem;height:1.40625rem;top:32.75rem;left:5.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1G2iN0ZK203HA87OZWcRQ2QPCFqxySM { width:7.75rem;height:3.57421875rem;top:35rem;left:5.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je4ubTaPN8snfuzbdw3h2ZXtdc2tShcg { width:7.625rem;height:2.6806625rem;top:46.25rem;left:5.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy4SMIfw3JsMFWXDQqvAelNHyT2FVEx0 { width:10.5rem;height:2.8125rem;top:42.0625rem;left:5.75rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KoRbTHUsa6l9qvCOqL2q6eKJSsGR3zDB { width:20rem;height:15.8123125rem;top:46.249998092651rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh { display:block; }#uSTRtF7FlX2NsprZo84CuCfVnxwT3OOh > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6bXEOk6lXCC7zObJEslvR3TQu6Hwm7Q { width:20rem;height:3.25rem;top:1.8625001907349rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1UHy1e6sVzWR76PZ8KFnBe2FKLJsvH8 { width:12.875rem;height:2.7246125rem;top:24.5rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcwq2JokK5qTdOzsLTr1qwlMfmts2vED { width:0.75rem;height:0.75rem;top:24.75rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLyZzE1JhTHZVzNmQcMLiamm1lZiTpP3 { width:13.6875rem;height:2.7246125rem;top:38.4375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e365gfFgPJb8NRN9LS6vhVmsTy3o4Etq { width:13.1875rem;height:2.7246125rem;top:33.75rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGNWZb6erQLX5lstnk2vp8CecBqNl3Pa { width:0.75rem;height:0.75rem;top:34rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlGqtAkoF61KdRdBIM6TRL1HtTJL9pAp { width:0.75rem;height:0.75rem;top:38.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDVaHPbdnJTMvQ3FabZapkRvfHkBdV5f { width:13.5625rem;height:2.7246125rem;top:29.1875rem;left:2.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCCWuFO4IwEREvJ6OullZJToeFTCnsci { width:0.75rem;height:0.75rem;top:29.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWrR99bl2x2vay37OaRnn0zWWM1k6ct8 { width:20rem;height:15.8114375rem;top:6.4666137695312rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc { display:block; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc { background-color: transparent; background-image: none; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container > .video-iframe-container { display: none; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row > .video-iframe-container { display: none; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc { border-width: 0; border-radius: 0; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container { width:20rem;height:14.375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container.adaptive-delivery-prevent-bg, #r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container.lazyload, #r01iEdKm3rdp9fCfdJUy6oiJxVmGPdTc > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #q868rKF80a1hmmllty7QTNTDmN5bAWSP { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmLFO8z4LeEIsXO3W0iV0UB3pOlqDIJM { width:16.625rem;height:7.9604375rem;top:4.75rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHDqDn6BnbtBO2flPJiWprNfovJB1ryQ { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBlhgH3UkSwwZ8o5uNOtAcI5kSHiHuvK { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJd6bu64D9SfUZsRTJJW96eSm1ULrQwR { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKBsJZQ7s1t6tPUcsB6cDPiGBLn8WSPR { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyJQM1hbv2WTDm4ceQt46zcXJzFRuTP4 { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXqGg7oScdNSiX4D60OR6qVSQBLyQ5QC { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2Viz45yHKoC8wqSt8INeqQ6OUHq0Lo1 { width:15.625rem;height:1.01236875rem;top:2.1875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE.adaptive-delivery-prevent-bg, #DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE.lazyload, #DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE.lazyloading { background-image: none; }#DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE > .row .container { border-width: 0; border-radius: 0; }#DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DC33pyhTaQWAuJpDC9pbVKSnwLWr2MXE > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #khtCdHVgFhwim5P8CuHkQKM6fMcSM3ku { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvXC1pMo3MszzC8Jigfl93TPNINlmIbl { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTpTClyIf77GouDtCloyaeKZsrIrCNH8 { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nT9HuF1kBpt1B0cCvKtE6DBay1lz9V6b { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxTpdcGhvRdny7vhuMqZ9CFR4Q4BlNK3 { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CS6VyDwVPNlI9TAkGKFo3KuxntiMIzC2 { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUR7eb0rLXdZmnJObs1e4FZTg5kqUR8b { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGdLTxeinJ8069rkae3w7tGDSl2O06qe { width:7.125rem;height:2.1875rem;top:7.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLJaWHO2DecPGAp9oLzX8sSg6z3Jnf6K { width:11rem;height:5.5rem;top:5.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaIZcQdMF0kc7sVsOQgmSZaEUrpHgy5v { width:7.375rem;height:2.3125rem;top:3.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw9SeBx85f2hkNehCgNFU8XzD88MKLk6 { width:8.5rem;height:2.8125rem;top:2.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 { display:none; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iWbo5EhoXCpV4XSqZMFFqAkI9lVi9WpE { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgUhcFTuoa9yd0ssimADl0lMxy4W1DEA { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hde2eWtlKWIOdnCFT6oNzZGWFuVWlM6I { width:5.5rem;height:1.13720625rem;top:31.92236875rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #krtuhceNi8bZaN1HJ1ZMwsXNDSdqRsV0 { width:10.5625rem;height:5.6860375rem;top:51.0962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0CeHLuzttRo1o1mava97UXogPB0OQ4f { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQ09urRtKKzrPDTb21yhIR22P5NmV7cH { width:15.3125rem;height:3.3125rem;top:5.380859375rem;left:2.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfiWqRXzNCJBXrykNER2ntuyFzF3Tppd { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Go381CkzwSKkDezZZmJx69a5GfMW3D9I { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 { width:18rem;height:24.609375rem;top:16.13671875rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 li:before{  }
 }@media only screen and (max-width: 763px) { #GFxaXtHleuUU8exkOHyJLQsTC8Zye4oo { width:20rem;height:13.8125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { background-color: transparent; background-image: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container > .video-iframe-container { display: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row > .video-iframe-container { display: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .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); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { border-width: 0; border-radius: 0; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbICzxd0P579Mg0bs0uUTlDTWACMznGy { width:18.875rem;height:1.94970625rem;top:1.25rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBkaZQ5R2tFMtag9EEb1kAyxRDxZAe5l { width:17.4375rem;height:9.097625rem;top:3.9619125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmQoTmIyOv6fKtr8rlMXWoQxT1gr00lh { height:11.196565560139rem;width:20rem;top:14.308398193359rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { display:none; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { width:20rem;height:72.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uixudbtnbpwrMa4QnfsqV8p0eFuMP1un { width:11.5625rem;height:1.29980625rem;top:19.125rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUcu89P8dHLoIh3MQN0NCaPz5tNH2SXx { width:11.5625rem;height:1.13720625rem;top:20.4375rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1q52eCtHZypJ3z0yHTxaXNFQQDyluSd { width:13.4375rem;height:11.3671875rem;top:22.9091796875rem;left:3.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogKnSTcyeJFF1cZqN2FThdSakqd2TSnD { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFH8RI9Ls7BUeRB63QmlJ1g6cV4aIFyn { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1rsWV4r9tftGtUUTAfyuWQ73aJMcPKo { width:5.5rem;height:1.13720625rem;top:31.92236875rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBKHTIGbb5ftbnT3cuIwrlS4Tow7AgRF { width:10.5625rem;height:5.6860375rem;top:51.0962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rr8HuTcCMK250aVOoLVlEcLkhzmCMHZH { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqfDxAupKGsPdfQzHhD79F1e7q42ymtu { width:17.875rem;height:1.5869125rem;top:2.1240234375rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsVGS6xkIUN58JtZQ3CyH2PP1bTZLzff { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhLpMsggsT5OlezQAut7HV3l0RdxMLSE { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu { width:11.25rem;height:11.1875rem;top:6.130859375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMPAf98gwbSb1427zOEVsHSQ9TQt9vZq { width:14.25rem;height:11.3671875rem;top:56.875rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oteKcXoPaOgBWtylIb53vXKUDpG99zss { width:12.5rem;height:12.5rem;top:37.53125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQpayPNbKBGaf0p7bJJ5TbImQ8JJF63W { width:9.5rem;height:1.13720625rem;top:54.125rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSWX2Xeswsp2mn5pLr2rMPTCbRJuhlOZ { width:7.75rem;height:1.29980625rem;top:52.875rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui { display:block; }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui { background-color: transparent; background-image: none; }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row .container > .video-iframe-container { display: none; }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row > .video-iframe-container { display: none; }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .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); }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui { border-width: 0; border-radius: 0; }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTpaVQOHKMWIbkZizoVR9xBBtfcwqtui > .row .container { width:20rem;height:17.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAnXsSBSrGUIHZkGE51pe84myFz7i9B4 { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGfxkf43mGWxtxAAfMWN9JcUrw6P9uqh { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOhUm6nCs6rZuO5GA7VtAneRRsQRBK7e { width:5.5rem;height:1.13720625rem;top:31.92236875rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9V8wXhyR6UmrUsseIxzF8h2BwryyKOB { width:10.5625rem;height:5.6860375rem;top:51.0962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4ypsuEEA87cNkFPm2I8yVXMiBRCBplA { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIFIuNVTT5sTAlshOPpTDKAQ1rWP52fF { width:15.3125rem;height:2.92480625rem;top:3.1865234375rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWs1ngdo5P1P8ttUNBabaP0wTud2c54k { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #STku6XzT7n6h2p3BfLwpr85dI7auZFt0 { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJLFOdrnKs6pPJcSB4boeOWKaZMKPV3X { width:15.757301125rem;height:3.195132375rem;top:11.908738136291rem;left:2.3428621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg0VHiNQmIMqmFV0rq3ZXlnQInAwMllN { display:block; }
 }@media only screen and (max-width: 763px) { #cpOr8Jcsk6tRysvAULE7hKCcPe5xs3S8 { width:19.1868125rem;height:3.41161875rem;top:7.5301846265794rem;left:0.40571731328964rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 { display:block; }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 { background-color: transparent; background-image: none; }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row .container > .video-iframe-container { display: none; }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row > .video-iframe-container { display: none; }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .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); }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 { border-width: 0; border-radius: 0; }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KprMlOcTnbr8AwxwqosZFMaioDwFnTW6 > .row .container { width:20rem;height:29.0625rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cD97Qr2CnknX1lKB3p7Kc1SA25SQZhBJ { width:20rem;height:1.949575rem;top:20.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IaLNSaaGkXqvBfUqaSsbNCa7SZn5NHZW { width:8.875rem;height:1.949225rem;top:1.0625rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t22se57k2ZhB9sLhXk5JVZiUrTO0M8KO { width:8.4375rem;height:2rem;top:2.404296875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw2Dyc3cZGx30f6ki2l1yVh2FGFt7eIW { width:6.3125rem;height:2.125rem;top:24.375rem;left:13.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQl6LHKigzAUc1sgWFPgOazMFWoO8MnC { display:block; }
 }@media only screen and (max-width: 763px) { #eKbcqluauezpXHngvsFUOEkVUeIGMHOR { width:7.0625rem;height:2.125rem;top:24.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6m7TSp4xPLXPvFLhO6qW0SHKbfb95A8 { display:block; }
 }@media only screen and (max-width: 763px) { #OJTJTIy3XNx1bHFZ47lRXop4libTMpul { width:7.0625rem;height:2.125rem;top:24.375rem;left:6.8748221993444rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFzyVWGfGzlOS5BRb1ZmOBEcuzr0CHTs { display:block; }
 }@media only screen and (max-width: 763px) { #rGO2da6Vbw55EqTH6HSdm0J2IKWVacp9 { width:7.6875rem;height:2.1875rem;top:1.8102111816406rem;left:1.3742898106575rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNLpAvHvlH6iEDEQnmZbGIOhxSHLtXu3 { width:20rem;height:4.3125rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqoS5BBAPe5ZKhqHiSWwL03mrP7Gc8HE { width:4.75rem;height:0.9747875rem;top:11.4375rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1qmdIanxmBw4MISsPoAQVyTkRU1ZFnv { display:flex;width:1.875rem;height:1.875rem;top:13.6875rem;left:2.5rem; }
#z1qmdIanxmBw4MISsPoAQVyTkRU1ZFnv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PcdB78y2M09cpMNZGei4LW0IkKFAuQcP { display:flex;width:1.875rem;height:1.875rem;top:13.6875rem;left:5.75rem; }
#PcdB78y2M09cpMNZGei4LW0IkKFAuQcP > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #yNNaIRGFITzhTxHoR0SaXvPf6kXC6al5 { display:flex;width:1.875rem;height:1.875rem;top:13.6875rem;left:8.8125rem; }
#yNNaIRGFITzhTxHoR0SaXvPf6kXC6al5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #r4XILmAi8R4yWf1szP9ATuUEAkpMIVKB { display:flex;width:1.875rem;height:1.875rem;top:13.6875rem;left:12.3125rem; }
#r4XILmAi8R4yWf1szP9ATuUEAkpMIVKB > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ar8h9rTo30ZNiLO5mBPntKincD1tpHFF { width:10rem;height:1.875rem;top:6.9992895126344rem;left:1.3742898106575rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBngeTxWD3L7NZF5c1Va614ciuQzDLyL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#GBngeTxWD3L7NZF5c1Va614ciuQzDLyL > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JOxTBL6VHcGcQytPqNfz0qDKl4tKfapB { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNILUheMxCsBXnuJRuEIveUkzAaBTabA { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0xmaDoSM4UTsdyl2d6PUl0GNTuTeP5h { width:5.5rem;height:1.13720625rem;top:31.92236875rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRU7GWznvRCh6NcMoBcis9h74fT4ZGdg { width:10.5625rem;height:5.6860375rem;top:51.0962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhwoWFmwL7owRuFaP0OsRhCSJvSyfRKx { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntKs9wl6b8yalCHMMhGzTIvh8mgablih { width:15.3125rem;height:2.92535rem;top:3.1865234375rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBPvmIhZRwnPRVrx4kZJBqvsfWG33TN { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZuJbERG9XdWmUQwpJZ496V3PZovUxXP { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UflGVXDPzba42khJvVOlEMC5kgkn1RIE { width:17.4375rem;height:5.6803375rem;top:9.01171875rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iZ8T8dqln0xpH5FN3azKeu5GyzLKUyUN { width:16rem;height:3.4375rem;top:17.78125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fomAhuLcdaAC8UM6rIVMkzPlVCSivpMP { display:block; }
 }@media only screen and (max-width: 763px) { #leERB7Ivt4LCqKpV1KAkqsBKXm8ywwWu { width:20rem;height:13.759286775631rem;top:22.46875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFxpMPf786ExohNEHTGoewE0Aqh1gc4R { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R > .row .container { background-color: transparent; background-image: none; }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R > .row .container > .video-iframe-container { display: none; }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R > .row > .video-iframe-container { display: none; }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R > .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); }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R > .row .container { border-width: 0; border-radius: 0; }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFxpMPf786ExohNEHTGoewE0Aqh1gc4R > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nb8Ja157X7JKsTIPIfmUPrDSmHc55oWF { width:15.7568125rem;height:3.194825rem;top:0.59619140625rem;left:2.12109375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CGTyzRbw2gwfA8kxDFXQpNLrHuqTGwMR { display:block; }
 }@media only screen and (max-width: 763px) { #XhNpAGWzevbSy52ldKrQU01nrI4TxxA1 { width:15.756375rem;height:3.194825rem;top:1.40869140625rem;left:2.12158203125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #T4pld9KkdITfV9L049eC8pBgCpVSEbEV { display:block; }
 }@media only screen and (max-width: 763px) { #Syl8Ci5sMpkrmpN2qMwU9FMS7qC30QZQ { top:3.791015625rem;left:1.5625rem;width:16.375rem;height:1.125rem;z-index:15005;display:block; }
 }