.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:204,228,255;--color-primary-1:102,175,255;--color-primary-2:0,122,255;--color-primary-3:14,154,229;--color-primary-4:22,67,100;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:209,209,209;--color-secondary-3:125,125,125;--color-secondary-4:42,42,42;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),0.3);box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:15.25rem;top:1.65625rem;left:0rem;overflow:hidden;display:block; }
#IxR3vFlV5h26vTMNms2QVXJ2qRUQQcwP { background-color:rgba(var(--color-primary-3),0);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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1rem;left:44.8125rem;display:block; }
#BhQnhbG4ndRFuisdlcBosmIOiM6KacfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xftkeklTI12WNCnVVHC1urRTSVrhbnai { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.71728515625rem;left:32.967529296875rem;display:block; }
#T8r0DuvI7u6EldV5W4Oz9amhcTEoFrdb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEmkSdd5VRmAghyRzzMqBsXGmCcb7epb { background-color:rgba(var(--color-primary-3),0);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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.06055rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:17.1787109375rem;display:block; }
#XTWitBorn3xNb9zLmfdDBM5mXJHgcMPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FvyJAiJk5legsOXDTvlBtCXyf2uZ37Om { background-color:rgba(var(--color-primary-3),0);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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.06055rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.9375rem;left:24.524536132812rem;display:block; }
#Lb0ZsdSnhuiZBGAFB4NGK7ICKaCu9MMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nPvKlcZV0yiM2NMOEZ4WfuUVxW2nQq9Z { color:rgba(var(--color-tertiary-4),1);display:block;width:14.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:3.3125rem;left:45.0009765625rem;height:3.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { background-color: transparent; background-image: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container > .video-iframe-container { display: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container { display: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .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); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { border-width: 0; border-radius: 0; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;overflow:visible;position:relative;display:block; }#WuEn5tLZIU6Nyrv3ayTU52LlvpaZfsPy { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.640625rem;left:1.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LQvmgCSEiTU694KxBwXLoS0VRsilixdg { background-color:rgba(var(--color-primary-3),0);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:#00b92b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.375rem;left:10.3125rem;display:none; }
#z5luFCuBvMP7l2tWZJGqL1yUOwkBML6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0189389d-abdc-4f4e-9ecf-8813521b440c/Latitudechina22048x1363.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { border-width: 0; border-radius: 0; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::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; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:60rem;position:relative;display:block; }#ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { color:#69bced;display:block;width:35.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:17.0605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { color:rgba(var(--color-tertiary-0),1);display:block;width:33.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:14.1875rem;left:0rem;height:8.496125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:24.125rem;left:0rem;height:11.621125rem;font-style:normal;overflow:hidden;display:block; }#nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cfecb9730e1d10a8e3a7b0d8db89e397951d92f1.svg); }
#OM8y79xMk9TMFhiaul9zdFmvhbOAwNf8 { box-sizing:content-box;height:10rem;width:24.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:37.75rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#CtNt2pkeov44EVJIbpGpPiBcfChRuKmT { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/WtJtC0KCqdg/unsplash/steven-fortier-WtJtC0KCqdg-photo-1577973371814-78b04a45ce5e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.4375rem;left:1.5rem;display:block; }#CtNt2pkeov44EVJIbpGpPiBcfChRuKmT.adaptive-delivery-prevent-bg, #CtNt2pkeov44EVJIbpGpPiBcfChRuKmT.lazyload, #CtNt2pkeov44EVJIbpGpPiBcfChRuKmT.lazyloading { background-image: none; }
#SNUeNTr20vZMPReQx4g7l4PNwEKvNo1z { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1865rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:38.9375rem;left:9.1875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#NTG4f0Eq4C9p5hkiG7hMabzsZ5TTv8Vm { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3119375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:45.0625rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v831xcaZC4Cz9Zw6R9hIMsWI5B5TPRkN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.81055rem;width:9.0625rem;top:44.9375rem;left:12.25rem;overflow:hidden;display:block; }
#eXmNSseEwxn2dWGJ1heS3r6UWAp6qWwW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.373875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.25rem;left:37.5625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xh9UQkkJMiBbX0VuN4263e8cFVALtNQ8 { color:rgba(var(--color-primary-2),1);display:block;width:22.5610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.5625rem;left:37.4375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omhQSovOyxRC6tEZX1AcxTMbufObEDdQ { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:42.875rem;width:22.5rem;top:4.125rem;left:37.4375rem;display:block; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-form-header {  }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#19232e;width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.35);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.75rem;box-sizing:border-box;height:2.8125rem;color:#a6a6a6;font-size:0.9375rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;font-weight:300;font-style:normal;line-height:1.3; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-text {padding-top: 0; padding-bottom: 0;}#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.35);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.75rem;box-sizing:border-box;height:3.125rem;color:#a6a6a6;font-size:0.9375rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;font-weight:300;font-style:normal;line-height:1.3; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-select {padding-top: 0; padding-bottom: 0;}#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);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;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf [class*="-text"]:-moz-placeholder { color:#a6a6a6;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf [class*="-text"]::-moz-placeholder { color:#a6a6a6;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf [class*="-text"]:-ms-input-placeholder { color:#a6a6a6;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf [class*="-text"]::-webkit-input-placeholder { color:#a6a6a6;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .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:"open sans";font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.95);vertical-align:top;width:17.5rem;overflow:hidden;font-style:normal;line-height:1.5; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .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; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-container:first-of-type{padding-top:0;}#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-container:last-of-type{padding-bottom:0;}#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.125rem;top:10.4365234375rem;z-index:15021;position:absolute; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf {display:block;}#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.125rem;top:10.4365234375rem;z-index:15021;position:absolute; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #zedxOWUkiGZQfWldO8CxZG51pqpPBOkG { position:relative; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #B3w6IlurCtQtD89hoxNXlQmmPfLP5Vmg { position:relative;display:block; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #icubplBoaJfPLubceUHtPs11pwi2Gcnr { position:relative; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #ixmD5de8lZcQuy0cCqfqT0m98gQDhtHn { position:relative; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #bCVPn3Chyxds4JCgF299HIeFLn9q0W6T { position:relative;display:block; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #qT8ozuybaRNOT8vaM7CLvTe5V9g3ff1g { position:relative; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #tmP8g25KhG6qAMrNEFaHZxHbXr0DRf54 { position:relative; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #RP0MU1TX41qNkJ1D26pbtqWcrPkORhv0 { position:relative;display:block; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #l2sK365tVmco84o5c6gw8sE6gZZsAOBZ { position:relative; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #Z3I24GaXd5BAZV5sJawhGhh179AEKQeo { position:relative; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #V6papN5UJH7SO0dIwUdD1StAwXTn9NUE { position:relative;display:block; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #TuTfnTQxMKLB5J1BxAvpGCQLKgz8KClo { position:relative; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #Z6dW3uecvCt6Qsm290O1f9TsThdMQDBF { position:relative; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #K9QReccJB2PUupsomewyogN5IMXTUfW1 { position:relative;display:block; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #N7yAcU7T4HCKBsKCgRynsdUAzhs3s2Rh { position:relative; }
#Sl3fSKOoX7ShT0nTab37yyV3iyz3FcdC { position:relative;display:block; }
#QowF9nmU4M430cmyKpJS43QluVxJTlk8 { position:relative;display:block; }
#AfZAD0toMgbfH6Xy3CBDv5Bx3FC4RaIr { position:relative;display:block; }
#RuzpK7nPQHW2POiitJXz8qa1wlJ1eEyD { position:relative;display:block; }
#m0OxxLT68MN2eRlD6fAwnxAilEJhOBwT { position:relative;display:block; }
#UbHP17I91WkwpNXXWi9xxx5WT4tnlKX5 { position:relative;display:block; }
#W1QTnw555MIW3O1y98huTTyL48KUOX34 { position:relative;display:block; }
#yniPmn5MUW1mVbKKRBaLhAKIF4l6xec1 { position:relative;display:block; }
#E3mwMTu41muBp3Qo0UbbIFUgJmSxQXv3 { position:relative;display:block; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #CvdqPiiDiSddkTG38rH81tN6DgxPR6Su { position:relative; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #qQhgrkORfU8LSiq4dbQBvSbXWILqvnI9 { position:relative; }
#QEU6BxxuGJVUHSI8iOVPMCeuntlTvPBs { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8120125rem;width:11.1246875rem;top:41.625rem;left:38.5rem;overflow:hidden;display:block; }
#tMzo5cPt9LXIdxLirxpeUmK9h9C9M2Ld { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:42.0625rem;left:51.1875rem;height:3.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { background-color: transparent; background-image: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container > .video-iframe-container { display: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container { display: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .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); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { border-width: 0; border-radius: 0; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#u8mFqSrn7054CyH2emhVQFnCqzze88AR { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:6.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UKiCeU0SNVwoc4dNqBqGNZAS05Fv833H { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.5625rem;left:6.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.03125rem;left:46.185546875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.296875rem;left:46.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZ449JebNEQLawR4sZKEFvkWyAg3LM0h { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.625rem;left:25.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDdGCl5br7usbaVP0zqukQXlChCEb7Cp { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.875rem;left:25.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sAnRgklkWAhuUXL4J7t07KS2OWLEZh8C { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.625rem;top:0.5rem;left:0.9375rem;overflow:hidden;display:block; }
#tpDcpAcmMndLAIx7rk1K7Or97IVVc6eX { 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:4.4375rem;width:4.1875rem;top:0.6875rem;left:21.625rem;overflow:hidden;display:block; }
#ScvT04UqT48w1XnVrui2hkOMKleVqcAB { 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:3.9375rem;width:4.625rem;top:0.96875rem;left:42.373046875rem;overflow:hidden;display:block; }
#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { background-color: transparent; background-image: none; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container > .video-iframe-container { display: none; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row > .video-iframe-container { display: none; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .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); }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { border-width: 0; border-radius: 0; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { font-size:0.875rem;font-family:arial;height:72.1875rem;width:60rem;position:relative;display:block; }#T5mwTWTr6Kxumn02ciSdi4Zim0cbKAs8 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spemteGTOMBUm34KByWgvInNM4uLknQ2 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.125rem;width:25.625rem;top:10.125rem;left:2.9375rem;overflow:hidden;display:block; }
#VgwLNFDPdAqgxZvKV8FArK5TOecvx7vK { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.8125rem;left:31.4375rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wm7y4rVdTPTa3s166fCO5tnuqhhCG01v { background-color:rgba(var(--color-primary-3),0);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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0620625rem;height:2.62478125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:64.8125rem;left:20.9375rem;display:block; }
#nF0p0zqSgUoZqKysoNnDlwyZGLvHftCZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6bZ2Vfczk3H1dXfL79RXfgmHiNl5U09 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:67.8125rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wuXutTzk9TkDz8gL9U9WtIx9J4SBgcem { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.3125rem;width:25.625rem;top:29rem;left:31.4375rem;overflow:hidden;display:block; }
#ODkveg6yhSt2C3BdvBh7d5lV0ZOR9k6E { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:36.4375rem;left:2.9375rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#noA4zD5JT3CZdm0MD72COsSugpEv7Jhi { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.375rem;width:25.625rem;top:46.8125rem;left:3.1875rem;overflow:hidden;display:block; }
#DEdBgMbp9vfwLTCfnUIGxn1JpCrybvsi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:53.125rem;left:31.5rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZqySeoBIEZCFTIxczh6ZoHC0wpvmHaQx { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.779296875rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7tAMoRNEiSGng8qZ7X1htF0OBGFz7Ms { color:rgba(var(--color-primary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.0625rem;left:31.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7UkbIXs9ODU5uygQ8yT0Jst6HbhUqp6 { color:rgba(var(--color-primary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:32.6875rem;left:3rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ld7F13Wvg1bLyRPOxCCl4whp1weydSHG { color:rgba(var(--color-primary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:49.375rem;left:31.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container { background-color: transparent; background-image: none; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container > .video-iframe-container { display: none; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row > .video-iframe-container { display: none; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .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); }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container { border-width: 0; border-radius: 0; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container { font-size:0.875rem;font-family:arial;height:123rem;width:60rem;position:relative;display:block; }#o6zFbCuCKI5t4G3TgH41F9aawsHm6ZD3 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4365234375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMITS19Sp2PSO0z2d5TKq0nvNSBFIhQR { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1552734375rem;left:0rem;height:8.28515625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GgpWiil26eJZmHpcvVSFGvqJRqd0wzgr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.75rem;width:24.6875rem;top:15.4375rem;left:2.8125rem;overflow:hidden;display:block; }
#WyCRMzr6tNzgulZzM42zQXtbrbTBk9NU { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:116rem;left:21.40625rem;display:block; }
#USLpbp1uHBSz0mb1TVHh1DbkLzTxyTVg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TN2eAKcxTHQztoMFH45okFBzKXgVw30e { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.75rem;width:24.6875rem;top:15.4375rem;left:32.5625rem;overflow:hidden;display:block; }
#HPRncFdLmrtT7RmyAW4e0Hg7akRCr1Ls { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.75rem;width:24.6875rem;top:45.9375rem;left:2.8125rem;overflow:hidden;display:block; }
#fCcbntG9oV4CxvGkJE5RLyF64P16tAXE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.75rem;width:24.6875rem;top:45.9375rem;left:32.5625rem;overflow:hidden;display:block; }
#Ggn7XlGkcVazAHmANKcTuJBXtniFvv5R { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:76.375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#be610XHur88rCUl8liSlnSVdTCuZ6Nvz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.75rem;width:24.6875rem;top:81.0625rem;left:2.9375rem;overflow:hidden;display:block; }
#ATxWWonvBGbnwSsfQ0S71HMObd6eCvc8 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:37.625rem;left:2.8125rem;height:5.5234375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TpLNiDfGg2ocSmUNgMTbRhLu8pu2bnTi { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.75rem;left:2.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJ7Un2gFCQMKPit0HPqAtnDeFP5ceZBS { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.75rem;left:31.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uNfXBNpfv8ALenWye789rgTIyoa1DJbh { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:37.625rem;left:32.5625rem;height:5.5234375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MZp6P1GdHTD9Mf3CxNgGP4EdMcKcFTuO { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:65.3125rem;left:2.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gk6Dp3vB6b52FIIpV9XIdZdpPF9RK4Ea { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:65.3125rem;left:32.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kys2RsbcPlW5KX6P4MJoQGk9bSDKPiPD { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:68.1875rem;left:2.8125rem;height:4.142575rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KdxLANdJ9Gkd4ckdT6HUOeigtJXI6Qfz { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:68.1875rem;left:32.5625rem;height:4.142575rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#a14V6Syto9GTUQ562e4GxeG3kNoLVHzP { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:100.375rem;left:2.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xo4mRKieXI0GVqTrGlaLKMU4TwCDK1fw { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:105.4375rem;left:2.9375rem;height:6.9043125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#y0O38cSu8aEoT4LeGGFPXgVbNL3ULmpQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.75rem;width:24.6875rem;top:81.0625rem;left:32.6865234375rem;overflow:hidden;display:block; }
#TTdVXEydRNPxsBKVVePEkCzXcJZsJ3Fo { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:100.375rem;left:32.7490234375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AqI3FBsmfIXActrZkXocX7xmLCCxgnTt { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:105.4375rem;left:32.6865234375rem;height:4.142575rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { background-color: transparent; background-image: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container > .video-iframe-container { display: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container { display: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .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); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { border-width: 0; border-radius: 0; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { font-size:0.875rem;font-family:arial;height:110.3125rem;width:60rem;position:relative;display:block; }#TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QQi1n0AZqyNnMaWmKWKLx0gGw72y37fk { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SP3g6EQ5dJxTMD4dZxwe0PoHaW9a0gJO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.28125rem;left:1.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9T7bT3bN5yFE2A73bOpbpARtNXEAipJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:12.75rem;left:1.0625rem;overflow:hidden;display:block; }
#IJuhz9xCz5VqZZ7cKO613J3eDohPS0PO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:12.75rem;left:21.4375rem;overflow:hidden;display:block; }
#dZcn8oPFzwdXi7ehegHmC2XC705nMisA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:12.75rem;left:41.875rem;overflow:hidden;display:block; }
#RElvfz1eq42vXmf2OzzwKH035Z24325n { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.28125rem;left:21.46875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nF9D5pqe23qXPnTxfwbc7fRiVNObgTTs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.28125rem;left:41.90625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GnSSouv3K3iw3Fu0cb7DmkdVDyrJGkao { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:47.8125rem;left:40.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bhtlKCK2kOSyK2FuvD4dTAWLUDyn6T14 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:47.8125rem;left:20.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BNxREDLh0v4y51bcoGuxSekHCp4LturO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:47.8125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yx63m64ilXITsJKtiWNpT1wOBwyRNlLZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:67.25rem;left:41.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idCvwgySxaG0hDoF51J2GM03SZqHIBnn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:67.25rem;left:21.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nDxNc6ow2xBlhEEtRU0qGxD0Xxibmthc { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:67.25rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SlS1wslsPtXirzFCq2rZqRc36u16WRzV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:106.375rem;left:41.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bUVrT6UM8FcKWVlyBuCciG3iEIDTX60B { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:106.375rem;left:21.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xZcEQQZVtb9HkihKOgniw7AAvB24tb0V { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:106.375rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cyfaocRmMxisAJ9hztSlulPwezQi0VZb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:32.375rem;left:41.875rem;overflow:hidden;display:block; }
#Tcr2FUXWGUo8VcfOOOX6t5umXbKrlxTW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:32.375rem;left:21.4375rem;overflow:hidden;display:block; }
#V265ftClMrC3kSf3RTUlVE9iVOtlvvNO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:32.375rem;left:1.0625rem;overflow:hidden;display:block; }
#J3O3FshROH6rge8InByJgoCdzyiKsxnX { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:52rem;left:41.875rem;overflow:hidden;display:block; }
#QcIByK1ECwttWpyWTgpIt2C80Tb2uFze { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:52rem;left:21.4375rem;overflow:hidden;display:block; }
#FaAStPyiePuRZKTQX7CZ99761p1TDipJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:52rem;left:1.0625rem;overflow:hidden;display:block; }
#K4tte43eN5dRLquZzXrlSIxt4qudpNCO { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:91.25rem;left:41.875rem;overflow:hidden;display:block; }
#MWTcH1vHdZomCQVf15c8PQSFWkSVo4Vv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:91.25rem;left:21.4375rem;overflow:hidden;display:block; }
#XRM18DH32qs0k9hlUamduis3g1e6t8D4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:91.25rem;left:1.0625rem;overflow:hidden;display:block; }
#oaq1VVkxawuv10zrUWkOTZgTbPaEqrL1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:86.8125rem;left:41.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZrZMVHMdNGHc1vDt3gTeJ5riCSHPaoOW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:86.75rem;left:21.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lfpiKZLSqhQc1GRgIEfXZ5fsuBoHQulT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:71.5625rem;left:41.9375rem;overflow:hidden;display:block; }
#zq6k2knQeWqy4ViOFtn7OUcRxmf3HmDt { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:71.5rem;left:21.4375rem;overflow:hidden;display:block; }
#fQt0TrGRv9iV8LIIsfvGRZ0MmepJy1in { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:86.75rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tt180FWQoql2wngapPZZoDwSzauI5hkF { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.5625rem;width:17.125rem;top:71.5rem;left:1.0625rem;overflow:hidden;display:block; }
#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container { background-color: transparent; background-image: none; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container > .video-iframe-container { display: none; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row > .video-iframe-container { display: none; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .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); }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container { border-width: 0; border-radius: 0; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#OxiRXxxTJqqmASEHiD5bWopMSXSBXhQD { color:rgba(var(--color-tertiary-0),1);display:block;width:29.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:5.5625rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XNuSP37GiUbCdR3mny3wR3efZGscD8c5 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.3125rem;left:38.4375rem;display:block; }
#JEPD2nSw8XiZXqo4cTR7kz6ia5xymbCQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNJUEXB2dKppWwzUow8gElv1x9U0AkUV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#fNJUEXB2dKppWwzUow8gElv1x9U0AkUV > .row .container { background-color: transparent; background-image: none; }#fNJUEXB2dKppWwzUow8gElv1x9U0AkUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNJUEXB2dKppWwzUow8gElv1x9U0AkUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNJUEXB2dKppWwzUow8gElv1x9U0AkUV > .row .container > .video-iframe-container { display: none; }#fNJUEXB2dKppWwzUow8gElv1x9U0AkUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNJUEXB2dKppWwzUow8gElv1x9U0AkUV > .row > .video-iframe-container { display: none; }#fNJUEXB2dKppWwzUow8gElv1x9U0AkUV > .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); }#fNJUEXB2dKppWwzUow8gElv1x9U0AkUV > .row .container { border-width: 0; border-radius: 0; }#fNJUEXB2dKppWwzUow8gElv1x9U0AkUV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNJUEXB2dKppWwzUow8gElv1x9U0AkUV > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:60rem;position:relative;display:block; }#Qt7Z8oSBNLVqFLa4p8nb14AezfF6RlHq { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hREQTJ59uTleND7TAK2OwDbTdndBFflS { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KZZxSwWaQt9AaPTf4KINC0f8FnoGCvAv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.0625rem;top:13.875rem;left:0rem;overflow:hidden;display:block; }
#QdKZHeHhDRZLHDTpGMFOBf8UvzXfKSoM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.0625rem;top:13.875rem;left:14.0625rem;overflow:hidden;display:block; }
#KNT09BMp2ALq7ROVXmcsB3ISxorJlWu4 { 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:6.875rem;width:14.0625rem;top:13.875rem;left:28.125rem;overflow:hidden;display:block; }
#s0Zn3TTm3RxA5SEdsyxuuBf4CaSpdqoT { 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:6.875rem;width:14.0625rem;top:13.875rem;left:45.1875rem;overflow:hidden;display:block; }
#m57TJp5lJIBxqQqxhs1ouoiMnGSyPuVL { 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.875rem;width:14.0625rem;top:21.75rem;left:45.9375rem;overflow:hidden;display:block; }
#MCF08GpGPkhRc3dFgXP1sx6WB9uitIMS { 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:6.875rem;width:14.0625rem;top:21.75rem;left:30.4375rem;overflow:hidden;display:block; }
#UGXlGAdJpn0x0pri4HVPsCHScZPfu9Zq { 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:6.875rem;width:14.0625rem;top:21.75rem;left:17.1875rem;overflow:hidden;display:block; }
#MuRW93UZsm7Q5RJPBc8Bg9XcFduNVfK1 { 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:6.875rem;width:14.0625rem;top:21.75rem;left:1.5rem;overflow:hidden;display:block; }
#p0aft5LsqDZ3XtxdniOskx50HZF8UK81 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.0625rem;top:40.99964427948rem;left:45.937498092651rem;overflow:hidden;display:block; }
#KvC4ex7QbnoDoK14FMk1NSIodoHhwTnB { position:absolute;display:block;z-index:15019;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.875rem;width:14.0625rem;top:40.99964427948rem;left:14.931638717651rem;overflow:hidden;display:block; }
#BHCWnrE8N1Mt3qAIbPS5VfyC3ee0rhDq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.0625rem;top:40.99964427948rem;left:0rem;overflow:hidden;display:block; }
#vkq37rFf2UZ3XS1Mb92vwfQKapRnTPu5 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.0625rem;top:31.3125rem;left:0rem;overflow:hidden;display:block; }
#hlrdPOK5Ni7MQztGWkhzfdBWwGkSsuwH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.0625rem;top:31.3125rem;left:45.1875rem;overflow:hidden;display:block; }
#TWABaNogLxcNL0e9ludAK7Ib1VcVV4Mc { 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:6.875rem;width:14.0625rem;top:31.3125rem;left:28.9375rem;overflow:hidden;display:block; }
#dTOps7qgFb6DS9gt02a50VfXwyhlg8Px { position:absolute;display:block;z-index:15017;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.875rem;width:14.0625rem;top:31.3125rem;left:14.0625rem;overflow:hidden;display:block; }
#VqfcBq75qsRXV4NLWLnfm504qg6MvM1F { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:52.125rem;left:21.40625rem;display:block; }
#aQAc7Ch3r4VOoMpvzn7KxDoyibHHlstr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B6eIezqhsFhxb1EOJBe8zJCQnbUTKNlZ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:14.0625rem;top:40.99964427948rem;left:30.43678855896rem;overflow:hidden;display:block; }
#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf.adaptive-delivery-prevent-bg, #rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf.lazyload, #rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf.lazyloading { background-image: none; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container { background-color: transparent; background-image: none; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container > .video-iframe-container { display: none; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row > .video-iframe-container { display: none; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .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); }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container { border-width: 0; border-radius: 0; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:60rem;position:relative;display:block; }#OsAb7xlqfJF8IW2TUtL5hNEVbx5JnWP8 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.935546875rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zEN3crFmmh6l74RQrNXAwgf3xgyZdH6N { color:#222222;display:block;width:42.9373125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:8.125rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GzGacUBvqTrrnKVr6rn70li6k2Kbv4Tu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:6.375rem;left:3rem;overflow:hidden;display:block; }
#oymkfocq47CdfKAppywfTTg4EBZ4OT8S { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:6.8125rem;left:54.25rem;overflow:hidden;display:block; }
#glqWOBelaCrxdswIf6JpTWUoI86Jxarb { color:rgba(var(--color-primary-2),1);display:block;width:22.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:13.1875rem;left:18.8125rem;height:1.1254875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tkzLtNLgQmGr21wozGHwbhr2KixhzGxL { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.6875rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ax7VvCv5D9m28RmUMZVqTcXMJzscDbh8 { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:27.9609375rem;left:7.28125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTteFkymgVt2OFOrEDERFlMdKh3Hp9Ga { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.9375rem;left:31.625rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E8ewrOS4g430SS4WvKbOLl7qvoen4WHk { color:rgba(var(--color-primary-2),1);display:block;width:24.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.9609375rem;left:32.71875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UbqK12QQ0pcpghETeDvvRGG67ZOcqNTQ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:9.5625rem;width:0.124783125rem;top:19.9375rem;left:30rem;display:block; }
#ilPJPJAUpfRcZWT1CPp0kgKJNShT8T26 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.811525rem;width:9.0625rem;top:14.9375rem;left:25.0625rem;overflow:hidden;display:block; }
#APpwtPFqBmkIuRCuyTGN3gzU850sEoTT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:9.0625rem;top:29.9375rem;left:10.65625rem;overflow:hidden;display:block; }
#QgV52E8mS77uJTHLu22ktPtWRtfFgoUl { 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:1.8125rem;width:9.0625rem;top:30rem;left:40.4375rem;overflow:hidden;display:block; }
#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row .container { background-color: transparent; background-image: none; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row .container > .video-iframe-container { display: none; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row > .video-iframe-container { display: none; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .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); }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row .container { border-width: 0; border-radius: 0; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#VCOzMD00SGiLsBRN1GNqRl7n4BExTuRi { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.748046875rem;left:0rem;height:10.3984375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#n80CTIEepXGxWTRrJJiT2XZlvHgIsHSa { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6181640625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhtwJuqrUSZ6Pi9OJyMHHHwlPH5KrnnN { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9619140625rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DFRvlCE7t33IKeEXIe4sBEv8imDg9ZmD { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.748046875rem;left:0rem;height:7.79883125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MRzQI6UE6s5KzIXeoViJwTWpaxxQrr12 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.2119140625rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab34c8bf-5fa7-40fc-9bfe-12f3d6aaa285/Softplay1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { border-width: 0; border-radius: 0; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::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; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:60rem;position:relative;display:block; }#C3ZFCNKZkPqIMnvJbPq4COF9tBm9EWv8 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22rem;left:0.8125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XfpficEb7S2fAKaRWiztJQl9l3636RE1 { color:rgba(var(--color-primary-2),1);display:block;width:22.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.49951171875rem;left:36.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A1mWm6LOrFOuiTOTcrwt2c5rbsoRKEI3 { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:42.4375rem;width:22.5rem;top:2.9998779296875rem;left:36.1875rem;display:block; }
#gPZ4XiLWVKOB29XSKwdizvQfWbT1HATI { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:6.99951171875rem;left:36.249755859375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-form-header {  }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#19232e;width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.35);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.75rem;box-sizing:border-box;height:2.8125rem;color:#a6a6a6;font-size:0.9375rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;font-weight:300;font-style:normal;line-height:1.3; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-text {padding-top: 0; padding-bottom: 0;}#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.35);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.35);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.75rem;box-sizing:border-box;height:3.125rem;color:#a6a6a6;font-size:0.9375rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;font-weight:300;font-style:normal;line-height:1.3; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-select {padding-top: 0; padding-bottom: 0;}#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);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;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ; }
#grlqlgXczScDdcwPKovQz7et05OA58vV [class*="-text"]:-moz-placeholder { color:#a6a6a6;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#grlqlgXczScDdcwPKovQz7et05OA58vV [class*="-text"]::-moz-placeholder { color:#a6a6a6;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#grlqlgXczScDdcwPKovQz7et05OA58vV [class*="-text"]:-ms-input-placeholder { color:#a6a6a6;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#grlqlgXczScDdcwPKovQz7et05OA58vV [class*="-text"]::-webkit-input-placeholder { color:#a6a6a6;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .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:"open sans";font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.95);vertical-align:top;width:17.5rem;overflow:hidden;font-style:normal;line-height:1.5; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .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; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-container:first-of-type{padding-top:0;}#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-container:last-of-type{padding-bottom:0;}#grlqlgXczScDdcwPKovQz7et05OA58vV  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.8115234375rem;top:8.8115234375rem;z-index:15027;position:absolute; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#grlqlgXczScDdcwPKovQz7et05OA58vV {display:block;}#grlqlgXczScDdcwPKovQz7et05OA58vV { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.8115234375rem;top:8.8115234375rem;z-index:15027;position:absolute; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #oHhTcXrIZVGoZbcabs194mvcp1nopNFR { position:relative; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #OnIuTt4RWtt4sWtybWCsJTu6PNAC28C1 { position:relative;display:block; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #G2zv1vfbP8qTpArzmP4Df30rOkmQq4AL { position:relative; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #zSmKUCOXV2NzgD7MGHbApiqSw77cmxmc { position:relative; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #QAJBpCTp2PaIDoK5HXyOfMRumyTiyqqx { position:relative;display:block; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #ZnAND3ufXe6mZQavAEyWB0EMfc7RXxW2 { position:relative; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #RD51ofT0Btx6PLfW0M7MfNou96cGp4d3 { position:relative; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #Erv5qmzRHJvmuleWcVCyhb085zay902N { position:relative;display:block; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #HfsF2xPZccmb6kMPUUiR6o5UKkqTwyEi { position:relative; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #WxUaLVKPUbs9gheZKs7ieUc2L0SWocgQ { position:relative; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #UsWtsKo01nCcrebTVLT1CnBV7yLF37uU { position:relative;display:block; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #Fie85VBaG4BgXF6atSADyRwVVbiX7iXZ { position:relative; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #laa63N99B5Rr4Tw1R8xkmd8RMy2Gksre { position:relative; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #qJ1U8tRWIXkGpTrs9k0FIPfoUKXfNsgi { position:relative;display:block; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #tmz9zMXqnAKMarxVs2uSAcxB6gZ6P8To { position:relative; }
#c54bOyNT8RIZUlBAEHFXZcCapTAKMHRO { position:relative;display:block; }
#bJHJFT5o8JTpROM37MawpPFpwXuQ3X81 { position:relative;display:block; }
#JT6mTlo4nBCDSCXThEiqF35Cdb9iOOJt { position:relative;display:block; }
#CKz3nlzBErfFK0QpttiT8BN5nkmNN0pv { position:relative;display:block; }
#Vyu81ufuesXutfDZq2UlClOMhIuZRHZD { position:relative;display:block; }
#ugZ1VqWFsuNBB86K8zadaAoELIx15Jyo { position:relative;display:block; }
#lp9EdtLRLvIMqNW79f1JlnICcXtkywm3 { position:relative;display:block; }
#rppM4KT5E16KHAVirHrVVaw5zgiMRwQw { position:relative;display:block; }
#kz7eyJ48Un07dtg2b8GtCGS7QaavAKVH { position:relative;display:block; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #rNJJzJP3rtQZuM7W08IrBALUxn2PqMu4 { position:relative; }
#grlqlgXczScDdcwPKovQz7et05OA58vV #TwsFyU5rnO2gvUQyT3HJzl1vMTXCT6Ue { position:relative; }
#L2Fx6nI0K9JTk2GANAJZGx13Z1ykWNFy { position:absolute;display:block;z-index:15024;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.811525rem;width:11.124rem;top:39.81201171875rem;left:37.499755859375rem;overflow:hidden;display:block; }
#tBz4hcSAPuE3bnD3qaKMAyAK82osxPQ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:40.249633789062rem;left:49.812377929688rem;height:3.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXdWV9hA5cwAcxmImIbS1thy30Pv6JTU { color:#69bced;display:block;width:34.312125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:10.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lMparAGEz0ElrerZFNsrLcT7QCfQEQbh { color:rgba(var(--color-primary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:13.625rem;left:0.625rem;height:6.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTVTEsvCkMOtulgyP1F60EEsmUnLyl5x { color:rgba(var(--color-primary-2),1);display:block;width:30.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:32.125rem;left:2.0625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2drx81H7yawHgWZ5vdbQZMs8HZyzxKs { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:38.375rem;left:9.1875rem;display:block; }
#siDqhKbQuJk6GGSl2yzD7VvJCo4fRJJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { background-color: transparent; background-image: none; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container > .video-iframe-container { display: none; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row > .video-iframe-container { display: none; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .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); }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { border-width: 0; border-radius: 0; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#VLuCWvV1zI4DtvkKgOD6n6LLDr2NNuls { background-color:rgba(var(--color-primary-3),0);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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:2.43696875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.591796875rem;left:0.6875rem;display:block; }
#M6u1eeRBS5N5CdKALnFNFMLwyzba2ahw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C8arJ3mB55bUDHhykIxtar5ci7cZO0Vo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:14.5625rem;top:1.5625rem;left:22.71875rem;overflow:hidden;display:block; }
#i5a6OXmya7m7wRC09VkvUMzrQ08t4Qaz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:3.318603515625rem;left:41.8115234375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rne44pL9f1k4TGLiqW7XBiTWK294zc8v { background-color:rgba(var(--color-primary-3),0);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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0605625rem;height:3.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.3740234375rem;left:41.937255859375rem;display:block; }
#yo4lvFRZ5NkEH1TLn3U903ilKeHuCk34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#095287;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;bottom:0rem;left:0rem;right:0rem;display:none; }#gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O > .row .container { border-width: 0; border-radius: 0; }#gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:none; }#DHKy7mMp7SWwZPAAmJySv2XXQ8anVc31 { background-color:#095287;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:3.125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#C6W6hiXPTvTSrBQZ1hU7sF7xOZ7cETFw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { width:15.25rem;height:2.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxR3vFlV5h26vTMNms2QVXJ2qRUQQcwP { width:15.1875rem;height:2.3125rem;top:1rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhQnhbG4ndRFuisdlcBosmIOiM6KacfN { display:block; }
 }@media only screen and (max-width: 763px) { #xftkeklTI12WNCnVVHC1urRTSVrhbnai { width:9.375rem;height:2.5rem;top:1.6875rem;left:26.842529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8r0DuvI7u6EldV5W4Oz9amhcTEoFrdb { display:block; }
 }@media only screen and (max-width: 763px) { #uEmkSdd5VRmAghyRzzMqBsXGmCcb7epb { width:5.625rem;height:2rem;top:1.875rem;left:11.0537109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWitBorn3xNb9zLmfdDBM5mXJHgcMPn { display:block; }
 }@media only screen and (max-width: 763px) { #FvyJAiJk5legsOXDTvlBtCXyf2uZ37Om { width:5.625rem;height:2rem;top:1.9375rem;left:18.399536132812rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb0ZsdSnhuiZBGAFB4NGK7ICKaCu9MMT { display:block; }
 }@media only screen and (max-width: 763px) { #nPvKlcZV0yiM2NMOEZ4WfuUVxW2nQq9Z { width:14.8125rem;height:3.1875rem;top:3.3125rem;left:32.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T { display:block; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuEn5tLZIU6Nyrv3ayTU52LlvpaZfsPy { width:47.75rem;height:1.25rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQvmgCSEiTU694KxBwXLoS0VRsilixdg { width:13.4375rem;height:3.625rem;top:36.375rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5luFCuBvMP7l2tWZJGqL1yUOwkBML6L { display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { width:35.375rem;height:17rem;top:3rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { width:33.5rem;height:8.4375rem;top:14.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx { width:35.5rem;height:11.5625rem;top:24.125rem;left:0rem;font-size:1.125rem;display:block; }#nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cfecb9730e1d10a8e3a7b0d8db89e397951d92f1.svg); }
 }@media only screen and (max-width: 763px) { #OM8y79xMk9TMFhiaul9zdFmvhbOAwNf8 { top:37.75rem;left:0rem;width:24.8125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtNt2pkeov44EVJIbpGpPiBcfChRuKmT { top:38.4375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNUeNTr20vZMPReQx4g7l4PNwEKvNo1z { top:38.9375rem;left:3.0625rem;width:15.125rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTG4f0Eq4C9p5hkiG7hMabzsZ5TTv8Vm { top:45.0625rem;left:0rem;width:9.25rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v831xcaZC4Cz9Zw6R9hIMsWI5B5TPRkN { top:44.9375rem;left:6.125rem;width:9.0625rem;height:1.8103rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXmNSseEwxn2dWGJ1heS3r6UWAp6qWwW { width:22.3125rem;height:1.4375rem;top:8.25rem;left:25.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh9UQkkJMiBbX0VuN4263e8cFVALtNQ8 { width:22.5rem;height:2.0625rem;top:5.5625rem;left:25.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #omhQSovOyxRC6tEZX1AcxTMbufObEDdQ { width:22.5rem;height:42.875rem;top:4.125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-text {padding-top: 0; padding-bottom: 0;}#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-select {padding-top: 0; padding-bottom: 0;}#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf  { width:18.75rem;height:auto;top:10.375rem;left:26.5rem; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf {display:block;}#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf { width:18.75rem;height:auto;top:10.375rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #zedxOWUkiGZQfWldO8CxZG51pqpPBOkG {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #B3w6IlurCtQtD89hoxNXlQmmPfLP5Vmg { display:block; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #icubplBoaJfPLubceUHtPs11pwi2Gcnr {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #ixmD5de8lZcQuy0cCqfqT0m98gQDhtHn {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #bCVPn3Chyxds4JCgF299HIeFLn9q0W6T { display:block; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #qT8ozuybaRNOT8vaM7CLvTe5V9g3ff1g {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #tmP8g25KhG6qAMrNEFaHZxHbXr0DRf54 {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #RP0MU1TX41qNkJ1D26pbtqWcrPkORhv0 { display:block; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #l2sK365tVmco84o5c6gw8sE6gZZsAOBZ {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #Z3I24GaXd5BAZV5sJawhGhh179AEKQeo {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #V6papN5UJH7SO0dIwUdD1StAwXTn9NUE {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #TuTfnTQxMKLB5J1BxAvpGCQLKgz8KClo {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #Z6dW3uecvCt6Qsm290O1f9TsThdMQDBF {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #K9QReccJB2PUupsomewyogN5IMXTUfW1 {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #N7yAcU7T4HCKBsKCgRynsdUAzhs3s2Rh {  }
 }@media only screen and (max-width: 763px) { #Sl3fSKOoX7ShT0nTab37yyV3iyz3FcdC { display:block; }
 }@media only screen and (max-width: 763px) { #QowF9nmU4M430cmyKpJS43QluVxJTlk8 { display:block; }
 }@media only screen and (max-width: 763px) { #AfZAD0toMgbfH6Xy3CBDv5Bx3FC4RaIr { display:block; }
 }@media only screen and (max-width: 763px) { #RuzpK7nPQHW2POiitJXz8qa1wlJ1eEyD { display:block; }
 }@media only screen and (max-width: 763px) { #m0OxxLT68MN2eRlD6fAwnxAilEJhOBwT { display:block; }
 }@media only screen and (max-width: 763px) { #UbHP17I91WkwpNXXWi9xxx5WT4tnlKX5 { display:block; }
 }@media only screen and (max-width: 763px) { #W1QTnw555MIW3O1y98huTTyL48KUOX34 { display:block; }
 }@media only screen and (max-width: 763px) { #yniPmn5MUW1mVbKKRBaLhAKIF4l6xec1 { display:block; }
 }@media only screen and (max-width: 763px) { #E3mwMTu41muBp3Qo0UbbIFUgJmSxQXv3 { display:block; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #CvdqPiiDiSddkTG38rH81tN6DgxPR6Su {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #qQhgrkORfU8LSiq4dbQBvSbXWILqvnI9 {  }
 }@media only screen and (max-width: 763px) { #QEU6BxxuGJVUHSI8iOVPMCeuntlTvPBs { top:41.625rem;left:32.375rem;width:11.0625rem;height:4.7849240662082rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMzo5cPt9LXIdxLirxpeUmK9h9C9M2Ld { width:7.125rem;height:3.625rem;top:42.0625rem;left:40.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { display:block; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8mFqSrn7054CyH2emhVQFnCqzze88AR { width:13.8125rem;height:2.4375rem;top:2.6875rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKiCeU0SNVwoc4dNqBqGNZAS05Fv833H { width:13.8125rem;height:2rem;top:0.5625rem;left:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { width:13.8125rem;height:2rem;top:1rem;left:33.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { width:13.8125rem;height:1.1875rem;top:3.25rem;left:33.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ449JebNEQLawR4sZKEFvkWyAg3LM0h { width:13.8125rem;height:2rem;top:0.625rem;left:17.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDdGCl5br7usbaVP0zqukQXlChCEb7Cp { width:13.8125rem;height:2.4375rem;top:2.875rem;left:17.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAnRgklkWAhuUXL4J7t07KS2OWLEZh8C { top:0.5rem;left:0rem;width:4.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpDcpAcmMndLAIx7rk1K7Or97IVVc6eX { top:0.6875rem;left:15.875rem;width:4.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScvT04UqT48w1XnVrui2hkOMKleVqcAB { top:0.9375rem;left:32.060546875rem;width:4.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isMTmkc4XlVde5GTJ552rh7m8zgoWm87 { display:block; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5mwTWTr6Kxumn02ciSdi4Zim0cbKAs8 { width:47.75rem;height:2.8125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spemteGTOMBUm34KByWgvInNM4uLknQ2 { top:10.125rem;left:0rem;width:25.625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgwLNFDPdAqgxZvKV8FArK5TOecvx7vK { width:25.625rem;height:5.5rem;top:17.8125rem;left:22.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm7y4rVdTPTa3s166fCO5tnuqhhCG01v { width:18rem;height:2.5625rem;top:64.8125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF0p0zqSgUoZqKysoNnDlwyZGLvHftCZ { display:block; }
 }@media only screen and (max-width: 763px) { #f6bZ2Vfczk3H1dXfL79RXfgmHiNl5U09 { top:67.8125rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuXutTzk9TkDz8gL9U9WtIx9J4SBgcem { top:29rem;left:22.125rem;width:25.625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODkveg6yhSt2C3BdvBh7d5lV0ZOR9k6E { width:25.625rem;height:5.5rem;top:36.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noA4zD5JT3CZdm0MD72COsSugpEv7Jhi { top:46.8125rem;left:0rem;width:25.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEdBgMbp9vfwLTCfnUIGxn1JpCrybvsi { width:25.625rem;height:5.5rem;top:53.125rem;left:22.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqySeoBIEZCFTIxczh6ZoHC0wpvmHaQx { width:47.75rem;height:1.25rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7tAMoRNEiSGng8qZ7X1htF0OBGFz7Ms { width:25.625rem;height:2rem;top:14.0625rem;left:22.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7UkbIXs9ODU5uygQ8yT0Jst6HbhUqp6 { width:25.625rem;height:2rem;top:32.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld7F13Wvg1bLyRPOxCCl4whp1weydSHG { width:25.625rem;height:2rem;top:49.375rem;left:22.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx { display:block; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6zFbCuCKI5t4G3TgH41F9aawsHm6ZD3 { width:47.75rem;height:2.8125rem;top:1.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMITS19Sp2PSO0z2d5TKq0nvNSBFIhQR { width:47.75rem;height:8.25rem;top:5.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgpWiil26eJZmHpcvVSFGvqJRqd0wzgr { width:24.6875rem;height:18.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyCRMzr6tNzgulZzM42zQXtbrbTBk9NU { width:17.1875rem;height:3.6875rem;top:116rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USLpbp1uHBSz0mb1TVHh1DbkLzTxyTVg { display:block; }
 }@media only screen and (max-width: 763px) { #TN2eAKcxTHQztoMFH45okFBzKXgVw30e { width:24.6875rem;height:18.75rem;top:15.4375rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPRncFdLmrtT7RmyAW4e0Hg7akRCr1Ls { width:24.6875rem;height:18.75rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCcbntG9oV4CxvGkJE5RLyF64P16tAXE { width:24.6875rem;height:18.75rem;top:45.9375rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggn7XlGkcVazAHmANKcTuJBXtniFvv5R { width:47.75rem;height:2.8125rem;top:76.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #be610XHur88rCUl8liSlnSVdTCuZ6Nvz { width:24.6875rem;height:18.75rem;top:81.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATxWWonvBGbnwSsfQ0S71HMObd6eCvc8 { width:24.6875rem;height:5.5rem;top:37.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpLNiDfGg2ocSmUNgMTbRhLu8pu2bnTi { width:24.6875rem;height:2rem;top:34.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ7Un2gFCQMKPit0HPqAtnDeFP5ceZBS { width:24.6875rem;height:2rem;top:34.75rem;left:23.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNfXBNpfv8ALenWye789rgTIyoa1DJbh { width:24.6875rem;height:5.5rem;top:37.625rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZp6P1GdHTD9Mf3CxNgGP4EdMcKcFTuO { width:24.6875rem;height:2rem;top:65.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6Dp3vB6b52FIIpV9XIdZdpPF9RK4Ea { width:24.6875rem;height:2rem;top:65.3125rem;left:23.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kys2RsbcPlW5KX6P4MJoQGk9bSDKPiPD { width:24.6875rem;height:4.125rem;top:68.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdxLANdJ9Gkd4ckdT6HUOeigtJXI6Qfz { width:24.6875rem;height:4.125rem;top:68.1875rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a14V6Syto9GTUQ562e4GxeG3kNoLVHzP { width:24.6875rem;height:4.0625rem;top:100.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo4mRKieXI0GVqTrGlaLKMU4TwCDK1fw { width:24.6875rem;height:6.875rem;top:105.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0O38cSu8aEoT4LeGGFPXgVbNL3ULmpQ { width:24.6875rem;height:18.75rem;top:81.0625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTdVXEydRNPxsBKVVePEkCzXcJZsJ3Fo { width:24.6875rem;height:4.0625rem;top:100.375rem;left:23.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqI3FBsmfIXActrZkXocX7xmLCCxgnTt { width:24.6875rem;height:4.125rem;top:105.4375rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { display:block; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { width:47.75rem;height:2.8125rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQi1n0AZqyNnMaWmKWKLx0gGw72y37fk { width:47.75rem;height:3.875rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP3g6EQ5dJxTMD4dZxwe0PoHaW9a0gJO { width:17.0625rem;height:1.625rem;top:28.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9T7bT3bN5yFE2A73bOpbpARtNXEAipJ { width:17.125rem;height:14.5625rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJuhz9xCz5VqZZ7cKO613J3eDohPS0PO { width:17.125rem;height:14.5625rem;top:12.75rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZcn8oPFzwdXi7ehegHmC2XC705nMisA { width:17.125rem;height:14.5625rem;top:12.75rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RElvfz1eq42vXmf2OzzwKH035Z24325n { width:17.0625rem;height:1.625rem;top:28.25rem;left:15.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF9D5pqe23qXPnTxfwbc7fRiVNObgTTs { width:17.0625rem;height:1.625rem;top:28.25rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnSSouv3K3iw3Fu0cb7DmkdVDyrJGkao { width:19.1875rem;height:1.625rem;top:47.8125rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhtlKCK2kOSyK2FuvD4dTAWLUDyn6T14 { width:19.1875rem;height:1.625rem;top:47.8125rem;left:14.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNxREDLh0v4y51bcoGuxSekHCp4LturO { width:19.1875rem;height:1.625rem;top:47.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx63m64ilXITsJKtiWNpT1wOBwyRNlLZ { width:17.125rem;height:1.625rem;top:67.25rem;left:30.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idCvwgySxaG0hDoF51J2GM03SZqHIBnn { width:17.125rem;height:1.625rem;top:67.25rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDxNc6ow2xBlhEEtRU0qGxD0Xxibmthc { width:17.125rem;height:1.625rem;top:67.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlS1wslsPtXirzFCq2rZqRc36u16WRzV { width:18.875rem;height:1.625rem;top:106.375rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUVrT6UM8FcKWVlyBuCciG3iEIDTX60B { width:17.125rem;height:1.625rem;top:106.375rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZcEQQZVtb9HkihKOgniw7AAvB24tb0V { width:17.125rem;height:1.625rem;top:106.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyfaocRmMxisAJ9hztSlulPwezQi0VZb { width:17.125rem;height:14.5625rem;top:32.375rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcr2FUXWGUo8VcfOOOX6t5umXbKrlxTW { width:17.125rem;height:14.5625rem;top:32.375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V265ftClMrC3kSf3RTUlVE9iVOtlvvNO { width:17.125rem;height:14.5625rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3O3FshROH6rge8InByJgoCdzyiKsxnX { width:17.125rem;height:14.5625rem;top:52rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcIByK1ECwttWpyWTgpIt2C80Tb2uFze { width:17.125rem;height:14.5625rem;top:52rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaAStPyiePuRZKTQX7CZ99761p1TDipJ { width:17.125rem;height:14.5625rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4tte43eN5dRLquZzXrlSIxt4qudpNCO { width:17.125rem;height:14.5625rem;top:91.25rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWTcH1vHdZomCQVf15c8PQSFWkSVo4Vv { width:17.125rem;height:14.5625rem;top:91.25rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRM18DH32qs0k9hlUamduis3g1e6t8D4 { width:17.125rem;height:14.5625rem;top:91.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaq1VVkxawuv10zrUWkOTZgTbPaEqrL1 { width:18.5625rem;height:1.625rem;top:86.8125rem;left:29.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrZMVHMdNGHc1vDt3gTeJ5riCSHPaoOW { width:17.125rem;height:1.625rem;top:86.75rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfpiKZLSqhQc1GRgIEfXZ5fsuBoHQulT { width:17.125rem;height:14.5625rem;top:71.5625rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq6k2knQeWqy4ViOFtn7OUcRxmf3HmDt { width:17.125rem;height:14.5625rem;top:71.5rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQt0TrGRv9iV8LIIsfvGRZ0MmepJy1in { width:17.125rem;height:1.625rem;top:86.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt180FWQoql2wngapPZZoDwSzauI5hkF { width:17.125rem;height:14.5625rem;top:71.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 { display:block; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxiRXxxTJqqmASEHiD5bWopMSXSBXhQD { width:29.125rem;height:3.6875rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNuSP37GiUbCdR3mny3wR3efZGscD8c5 { width:15.9375rem;height:3.25rem;top:1.3125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEPD2nSw8XiZXqo4cTR7kz6ia5xymbCQ { display:block; }
 }@media only screen and (max-width: 763px) { #fNJUEXB2dKppWwzUow8gElv1x9U0AkUV { display:block; }#fNJUEXB2dKppWwzUow8gElv1x9U0AkUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qt7Z8oSBNLVqFLa4p8nb14AezfF6RlHq { width:47.75rem;height:2.8125rem;top:2.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hREQTJ59uTleND7TAK2OwDbTdndBFflS { width:47.75rem;height:3.875rem;top:6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZZxSwWaQt9AaPTf4KINC0f8FnoGCvAv { top:13.875rem;left:0rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdKZHeHhDRZLHDTpGMFOBf8UvzXfKSoM { top:13.875rem;left:7.9375rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNT09BMp2ALq7ROVXmcsB3ISxorJlWu4 { top:13.875rem;left:22rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0Zn3TTm3RxA5SEdsyxuuBf4CaSpdqoT { top:13.875rem;left:33.6875rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m57TJp5lJIBxqQqxhs1ouoiMnGSyPuVL { top:21.75rem;left:33.6875rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCF08GpGPkhRc3dFgXP1sx6WB9uitIMS { top:21.75rem;left:24.3125rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGXlGAdJpn0x0pri4HVPsCHScZPfu9Zq { top:21.75rem;left:11.0625rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuRW93UZsm7Q5RJPBc8Bg9XcFduNVfK1 { top:21.75rem;left:0rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0aft5LsqDZ3XtxdniOskx50HZF8UK81 { top:40.9375rem;left:33.6875rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvC4ex7QbnoDoK14FMk1NSIodoHhwTnB { top:40.9375rem;left:8.8066387176512rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHCWnrE8N1Mt3qAIbPS5VfyC3ee0rhDq { top:40.9375rem;left:0rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkq37rFf2UZ3XS1Mb92vwfQKapRnTPu5 { top:31.3125rem;left:0rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlrdPOK5Ni7MQztGWkhzfdBWwGkSsuwH { top:31.3125rem;left:33.6875rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWABaNogLxcNL0e9ludAK7Ib1VcVV4Mc { top:31.3125rem;left:22.8125rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTOps7qgFb6DS9gt02a50VfXwyhlg8Px { top:31.3125rem;left:7.9375rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqfcBq75qsRXV4NLWLnfm504qg6MvM1F { width:17.1875rem;height:3.6875rem;top:52.125rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQAc7Ch3r4VOoMpvzn7KxDoyibHHlstr { display:block; }
 }@media only screen and (max-width: 763px) { #B6eIezqhsFhxb1EOJBe8zJCQnbUTKNlZ { top:40.9375rem;left:24.31178855896rem;width:14.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf { display:block; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsAb7xlqfJF8IW2TUtL5hNEVbx5JnWP8 { width:47.75rem;height:2.1875rem;top:1.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEN3crFmmh6l74RQrNXAwgf3xgyZdH6N { width:42.875rem;height:5.1875rem;top:6.5rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzGacUBvqTrrnKVr6rn70li6k2Kbv4Tu { width:2.8125rem;height:2rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oymkfocq47CdfKAppywfTTg4EBZ4OT8S { width:2.8125rem;height:2rem;top:6.8125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glqWOBelaCrxdswIf6JpTWUoI86Jxarb { width:22.4375rem;height:1.125rem;top:13.1875rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkzLtNLgQmGr21wozGHwbhr2KixhzGxL { width:27rem;height:6.4375rem;top:19.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax7VvCv5D9m28RmUMZVqTcXMJzscDbh8 { width:15.8125rem;height:1.4375rem;top:27.9375rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTteFkymgVt2OFOrEDERFlMdKh3Hp9Ga { width:27rem;height:6.4375rem;top:19.9375rem;left:20.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8ewrOS4g430SS4WvKbOLl7qvoen4WHk { width:24.8125rem;height:1.4375rem;top:27.9375rem;left:22.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbqK12QQ0pcpghETeDvvRGG67ZOcqNTQ { width:0.0625rem;height:9.5625rem;top:19.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilPJPJAUpfRcZWT1CPp0kgKJNShT8T26 { top:14.9375rem;left:18.9375rem;width:9.0625rem;height:1.811525rem;display:block; }
 }@media only screen and (max-width: 763px) { #APpwtPFqBmkIuRCuyTGN3gzU850sEoTT { top:29.9375rem;left:4.53125rem;width:9.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgV52E8mS77uJTHLu22ktPtWRtfFgoUl { top:30rem;left:34.3125rem;width:9.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzBWWKruDsoa1uk2D1JKskd3yUegfRrD { display:block; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCOzMD00SGiLsBRN1GNqRl7n4BExTuRi { width:47.75rem;height:10.375rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n80CTIEepXGxWTRrJJiT2XZlvHgIsHSa { width:47.75rem;height:2.8125rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhtwJuqrUSZ6Pi9OJyMHHHwlPH5KrnnN { width:47.75rem;height:3.875rem;top:5.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFRvlCE7t33IKeEXIe4sBEv8imDg9ZmD { width:47.75rem;height:7.75rem;top:28.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRzQI6UE6s5KzIXeoViJwTWpaxxQrr12 { width:47.75rem;height:2.5625rem;top:24.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3ZFCNKZkPqIMnvJbPq4COF9tBm9EWv8 { width:32.625rem;height:8.125rem;top:22rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfpficEb7S2fAKaRWiztJQl9l3636RE1 { width:22.5rem;height:2.0625rem;top:4.4375rem;left:25.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1mWm6LOrFOuiTOTcrwt2c5rbsoRKEI3 { width:22.5rem;height:42.4375rem;top:2.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPZ4XiLWVKOB29XSKwdizvQfWbT1HATI { width:22.3125rem;height:1.4375rem;top:6.9375rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-text {padding-top: 0; padding-bottom: 0;}#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-select {padding-top: 0; padding-bottom: 0;}#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#grlqlgXczScDdcwPKovQz7et05OA58vV  { width:18.75rem;height:auto;top:8.75rem;left:26.5rem; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#grlqlgXczScDdcwPKovQz7et05OA58vV {display:block;}#grlqlgXczScDdcwPKovQz7et05OA58vV { width:18.75rem;height:auto;top:8.75rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #oHhTcXrIZVGoZbcabs194mvcp1nopNFR {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #OnIuTt4RWtt4sWtybWCsJTu6PNAC28C1 { display:block; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #G2zv1vfbP8qTpArzmP4Df30rOkmQq4AL {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #zSmKUCOXV2NzgD7MGHbApiqSw77cmxmc {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #QAJBpCTp2PaIDoK5HXyOfMRumyTiyqqx { display:block; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #ZnAND3ufXe6mZQavAEyWB0EMfc7RXxW2 {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #RD51ofT0Btx6PLfW0M7MfNou96cGp4d3 {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #Erv5qmzRHJvmuleWcVCyhb085zay902N { display:block; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #HfsF2xPZccmb6kMPUUiR6o5UKkqTwyEi {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #WxUaLVKPUbs9gheZKs7ieUc2L0SWocgQ {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #UsWtsKo01nCcrebTVLT1CnBV7yLF37uU {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #Fie85VBaG4BgXF6atSADyRwVVbiX7iXZ {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #laa63N99B5Rr4Tw1R8xkmd8RMy2Gksre {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #qJ1U8tRWIXkGpTrs9k0FIPfoUKXfNsgi {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #tmz9zMXqnAKMarxVs2uSAcxB6gZ6P8To {  }
 }@media only screen and (max-width: 763px) { #c54bOyNT8RIZUlBAEHFXZcCapTAKMHRO { display:block; }
 }@media only screen and (max-width: 763px) { #bJHJFT5o8JTpROM37MawpPFpwXuQ3X81 { display:block; }
 }@media only screen and (max-width: 763px) { #JT6mTlo4nBCDSCXThEiqF35Cdb9iOOJt { display:block; }
 }@media only screen and (max-width: 763px) { #CKz3nlzBErfFK0QpttiT8BN5nkmNN0pv { display:block; }
 }@media only screen and (max-width: 763px) { #Vyu81ufuesXutfDZq2UlClOMhIuZRHZD { display:block; }
 }@media only screen and (max-width: 763px) { #ugZ1VqWFsuNBB86K8zadaAoELIx15Jyo { display:block; }
 }@media only screen and (max-width: 763px) { #lp9EdtLRLvIMqNW79f1JlnICcXtkywm3 { display:block; }
 }@media only screen and (max-width: 763px) { #rppM4KT5E16KHAVirHrVVaw5zgiMRwQw { display:block; }
 }@media only screen and (max-width: 763px) { #kz7eyJ48Un07dtg2b8GtCGS7QaavAKVH { display:block; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #rNJJzJP3rtQZuM7W08IrBALUxn2PqMu4 {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #TwsFyU5rnO2gvUQyT3HJzl1vMTXCT6Ue {  }
 }@media only screen and (max-width: 763px) { #L2Fx6nI0K9JTk2GANAJZGx13Z1ykWNFy { top:39.75rem;left:31.374755859375rem;width:11.0625rem;height:4.7849341776277rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBz4hcSAPuE3bnD3qaKMAyAK82osxPQ4 { width:7.125rem;height:3.625rem;top:40.1875rem;left:40.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXdWV9hA5cwAcxmImIbS1thy30Pv6JTU { width:34.25rem;height:10.9375rem;top:4.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMparAGEz0ElrerZFNsrLcT7QCfQEQbh { width:33.125rem;height:6.875rem;top:13.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTVTEsvCkMOtulgyP1F60EEsmUnLyl5x { width:30.125rem;height:4.0625rem;top:32.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2drx81H7yawHgWZ5vdbQZMs8HZyzxKs { width:15.9375rem;height:3.1875rem;top:38.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siDqhKbQuJk6GGSl2yzD7VvJCo4fRJJy { display:block; }
 }@media only screen and (max-width: 763px) { #dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO { display:block; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLuCWvV1zI4DtvkKgOD6n6LLDr2NNuls { width:18.125rem;height:2.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6u1eeRBS5N5CdKALnFNFMLwyzba2ahw { display:block; }
 }@media only screen and (max-width: 763px) { #C8arJ3mB55bUDHhykIxtar5ci7cZO0Vo { width:14.5625rem;height:2.5rem;top:1.5625rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5a6OXmya7m7wRC09VkvUMzrQ08t4Qaz { top:3.3125rem;left:29.625rem;width:18.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rne44pL9f1k4TGLiqW7XBiTWK294zc8v { width:18.0625rem;height:3.3125rem;top:0.3125rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo4lvFRZ5NkEH1TLn3U903ilKeHuCk34 { display:block; }
 }@media only screen and (max-width: 763px) { #gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O { display:block; }#gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHKy7mMp7SWwZPAAmJySv2XXQ8anVc31 { width:46.75rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6W6hiXPTvTSrBQZ1hU7sF7xOZ7cETFw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { width:16.74925rem;height:2.56225625rem;top:0.648193359375rem;left:1.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxR3vFlV5h26vTMNms2QVXJ2qRUQQcwP { width:17.6248125rem;height:2.24935rem;top:7.4375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhQnhbG4ndRFuisdlcBosmIOiM6KacfN { display:block; }
 }@media only screen and (max-width: 763px) { #xftkeklTI12WNCnVVHC1urRTSVrhbnai { width:8.125rem;height:2.25rem;top:10.9375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8r0DuvI7u6EldV5W4Oz9amhcTEoFrdb { display:block; }
 }@media only screen and (max-width: 763px) { #uEmkSdd5VRmAghyRzzMqBsXGmCcb7epb { width:5.625rem;height:2.0625rem;top:4.3125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTWitBorn3xNb9zLmfdDBM5mXJHgcMPn { display:block; }
 }@media only screen and (max-width: 763px) { #FvyJAiJk5legsOXDTvlBtCXyf2uZ37Om { width:5.625rem;height:2.0625rem;top:7.625rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lb0ZsdSnhuiZBGAFB4NGK7ICKaCu9MMT { display:block; }
 }@media only screen and (max-width: 763px) { #nPvKlcZV0yiM2NMOEZ4WfuUVxW2nQq9Z { width:14.8123125rem;height:3.20095rem;top:9.4650611877444rem;left:3.2486980557442rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T { position:relative;z-index:auto;display:block; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuEn5tLZIU6Nyrv3ayTU52LlvpaZfsPy { width:20rem;height:2.11181875rem;top:0.44287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQvmgCSEiTU694KxBwXLoS0VRsilixdg { width:13.4375rem;height:2.25rem;top:1.630859375rem;left:3.28125rem;z-index:15010;font-size:1.5625rem;font-weight:700;font-style:normal;color:#ec9f05;display:none; }
 }@media only screen and (max-width: 763px) { #z5luFCuBvMP7l2tWZJGqL1yUOwkBML6L { display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2364bef-a0d2-47b4-b7c1-9e17672b3994/DJI_0064copy.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:20rem;height:99.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { width:20rem;height:11.3769375rem;top:1.8119626045227rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { width:20rem;height:10.4931875rem;top:11.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx { width:20rem;height:18.1225625rem;top:24rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#nxVH3uxPxZlkegzBkGKF0VdwIVbaimNx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cfecb9730e1d10a8e3a7b0d8db89e397951d92f1.svg); }
 }@media only screen and (max-width: 763px) { #OM8y79xMk9TMFhiaul9zdFmvhbOAwNf8 { width:20rem;height:11.8119375rem;top:85.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtNt2pkeov44EVJIbpGpPiBcfChRuKmT { width:6.3743125rem;height:6.3743125rem;top:86.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNUeNTr20vZMPReQx4g7l4PNwEKvNo1z { width:10.5619375rem;height:7.3095625rem;top:87.1875rem;left:8.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTG4f0Eq4C9p5hkiG7hMabzsZ5TTv8Vm { width:9.1875rem;height:2.70019375rem;top:94rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v831xcaZC4Cz9Zw6R9hIMsWI5B5TPRkN { width:8.2493125rem;height:1.62464375rem;top:95rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXmNSseEwxn2dWGJ1heS3r6UWAp6qWwW { width:20rem;height:1.2182625rem;top:47.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh9UQkkJMiBbX0VuN4263e8cFVALtNQ8 { width:20rem;height:1.950075rem;top:45.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #omhQSovOyxRC6tEZX1AcxTMbufObEDdQ { width:20rem;height:40rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-text {padding-top: 0; padding-bottom: 0;}#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-select {padding-top: 0; padding-bottom: 0;}#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.4375rem;overflow:hidden; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.5;overflow:hidden;height:auto; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf  { width:17.5rem;height:auto;top:48.75rem;left:0rem; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf {display:block;}#setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf { width:17.5rem;height:auto;top:48.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #zedxOWUkiGZQfWldO8CxZG51pqpPBOkG {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #B3w6IlurCtQtD89hoxNXlQmmPfLP5Vmg { display:block; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #icubplBoaJfPLubceUHtPs11pwi2Gcnr {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #ixmD5de8lZcQuy0cCqfqT0m98gQDhtHn {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #bCVPn3Chyxds4JCgF299HIeFLn9q0W6T { display:block; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #qT8ozuybaRNOT8vaM7CLvTe5V9g3ff1g {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #tmP8g25KhG6qAMrNEFaHZxHbXr0DRf54 {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #RP0MU1TX41qNkJ1D26pbtqWcrPkORhv0 { display:block; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #l2sK365tVmco84o5c6gw8sE6gZZsAOBZ {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #Z3I24GaXd5BAZV5sJawhGhh179AEKQeo {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #V6papN5UJH7SO0dIwUdD1StAwXTn9NUE { display:block; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #TuTfnTQxMKLB5J1BxAvpGCQLKgz8KClo {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #Z6dW3uecvCt6Qsm290O1f9TsThdMQDBF {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #K9QReccJB2PUupsomewyogN5IMXTUfW1 { display:block; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #N7yAcU7T4HCKBsKCgRynsdUAzhs3s2Rh {  }
 }@media only screen and (max-width: 763px) { #Sl3fSKOoX7ShT0nTab37yyV3iyz3FcdC { display:block; }
 }@media only screen and (max-width: 763px) { #QowF9nmU4M430cmyKpJS43QluVxJTlk8 { display:block; }
 }@media only screen and (max-width: 763px) { #AfZAD0toMgbfH6Xy3CBDv5Bx3FC4RaIr { display:block; }
 }@media only screen and (max-width: 763px) { #RuzpK7nPQHW2POiitJXz8qa1wlJ1eEyD { display:block; }
 }@media only screen and (max-width: 763px) { #m0OxxLT68MN2eRlD6fAwnxAilEJhOBwT { display:block; }
 }@media only screen and (max-width: 763px) { #UbHP17I91WkwpNXXWi9xxx5WT4tnlKX5 { display:block; }
 }@media only screen and (max-width: 763px) { #W1QTnw555MIW3O1y98huTTyL48KUOX34 { display:block; }
 }@media only screen and (max-width: 763px) { #yniPmn5MUW1mVbKKRBaLhAKIF4l6xec1 { display:block; }
 }@media only screen and (max-width: 763px) { #E3mwMTu41muBp3Qo0UbbIFUgJmSxQXv3 { display:block; }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #CvdqPiiDiSddkTG38rH81tN6DgxPR6Su {  }
 }@media only screen and (max-width: 763px) { #setLE8kQ9d8naEEHIbGCeg9kbTlR2nRf #qQhgrkORfU8LSiq4dbQBvSbXWILqvnI9 {  }
 }@media only screen and (max-width: 763px) { #QEU6BxxuGJVUHSI8iOVPMCeuntlTvPBs { width:10.2494375rem;height:4.375rem;top:79.125rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tMzo5cPt9LXIdxLirxpeUmK9h9C9M2Ld { width:7.0623125rem;height:3.4130875rem;top:79.4375rem;left:11.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { display:block; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8mFqSrn7054CyH2emhVQFnCqzze88AR { width:12.7494375rem;height:2.2753875rem;top:3.0625rem;left:6.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKiCeU0SNVwoc4dNqBqGNZAS05Fv833H { width:12.5rem;height:1.7858875rem;top:1rem;left:6.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { width:13.0615rem;height:1.7858875rem;top:12.54296875rem;left:6.092529296875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { width:11.3733125rem;height:1.13769375rem;top:14.57763671875rem;left:6.937255859375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ449JebNEQLawR4sZKEFvkWyAg3LM0h { width:13.31175rem;height:1.7858875rem;top:6.728515625rem;left:5.968017578125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDdGCl5br7usbaVP0zqukQXlChCEb7Cp { width:12.5610625rem;height:2.2753875rem;top:8.923583984375rem;left:6.3427734375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAnRgklkWAhuUXL4J7t07KS2OWLEZh8C { width:4.625rem;height:4.4375rem;top:1.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpDcpAcmMndLAIx7rk1K7Or97IVVc6eX { width:4.1870125rem;height:4.43725625rem;top:6.728515625rem;left:2.139892578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScvT04UqT48w1XnVrui2hkOMKleVqcAB { width:4.624025rem;height:3.93676875rem;top:12.103271484375rem;left:1.827392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isMTmkc4XlVde5GTJ552rh7m8zgoWm87 { display:block; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5mwTWTr6Kxumn02ciSdi4Zim0cbKAs8 { width:20rem;height:2.2753875rem;top:1.43603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spemteGTOMBUm34KByWgvInNM4uLknQ2 { width:20rem;height:14.5623125rem;top:10.107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgwLNFDPdAqgxZvKV8FArK5TOecvx7vK { width:20rem;height:4.55078125rem;top:27.824039697647rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm7y4rVdTPTa3s166fCO5tnuqhhCG01v { width:15.4980625rem;height:4.0625rem;top:79.436767578125rem;left:2.249755859375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF0p0zqSgUoZqKysoNnDlwyZGLvHftCZ { display:block; }
 }@media only screen and (max-width: 763px) { #f6bZ2Vfczk3H1dXfL79RXfgmHiNl5U09 { width:12.5rem;height:1.2994375rem;top:82.810791015625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuXutTzk9TkDz8gL9U9WtIx9J4SBgcem { width:20rem;height:11.9504375rem;top:36.102626800537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODkveg6yhSt2C3BdvBh7d5lV0ZOR9k6E { width:20rem;height:4.55078125rem;top:51.068000793457rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noA4zD5JT3CZdm0MD72COsSugpEv7Jhi { width:20rem;height:11.2189375rem;top:59.477968215942rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEdBgMbp9vfwLTCfnUIGxn1JpCrybvsi { width:20rem;height:4.55078125rem;top:73.667434692381rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqySeoBIEZCFTIxczh6ZoHC0wpvmHaQx { width:20rem;height:3.4130875rem;top:4.849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7tAMoRNEiSGng8qZ7X1htF0OBGFz7Ms { width:20rem;height:1.62475625rem;top:25.66796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7UkbIXs9ODU5uygQ8yT0Jst6HbhUqp6 { width:20rem;height:1.62475625rem;top:48.998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld7F13Wvg1bLyRPOxCCl4whp1weydSHG { width:20rem;height:1.62475625rem;top:71.571533203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx { display:block; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container { width:20rem;height:190.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6zFbCuCKI5t4G3TgH41F9aawsHm6ZD3 { width:20rem;height:2.2753875rem;top:1.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMITS19Sp2PSO0z2d5TKq0nvNSBFIhQR { width:20rem;height:14.79004375rem;top:4.61115rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgpWiil26eJZmHpcvVSFGvqJRqd0wzgr { width:20rem;height:16.25rem;top:22.518642425537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyCRMzr6tNzgulZzM42zQXtbrbTBk9NU { width:13.0615rem;height:3.374025rem;top:184.77978515625rem;left:3.468017578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USLpbp1uHBSz0mb1TVHh1DbkLzTxyTVg { display:block; }
 }@media only screen and (max-width: 763px) { #TN2eAKcxTHQztoMFH45okFBzKXgVw30e { width:20rem;height:15.189125rem;top:49.519707679749rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPRncFdLmrtT7RmyAW4e0Hg7akRCr1Ls { width:20rem;height:15.189125rem;top:75.498937606813rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCcbntG9oV4CxvGkJE5RLyF64P16tAXE { width:20rem;height:15.189125rem;top:100.71731376648rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggn7XlGkcVazAHmANKcTuJBXtniFvv5R { width:20rem;height:2.2753875rem;top:126.42754936218rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #be610XHur88rCUl8liSlnSVdTCuZ6Nvz { width:20rem;height:15.189125rem;top:130.22905158997rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATxWWonvBGbnwSsfQ0S71HMObd6eCvc8 { width:20rem;height:4.55078125rem;top:41.457747459412rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpLNiDfGg2ocSmUNgMTbRhLu8pu2bnTi { width:20rem;height:1.625rem;top:39.331496238709rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ7Un2gFCQMKPit0HPqAtnDeFP5ceZBS { width:20rem;height:1.625rem;top:65.3009557724rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNfXBNpfv8ALenWye789rgTIyoa1DJbh { width:20rem;height:4.55078125rem;top:67.45738220215rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZp6P1GdHTD9Mf3CxNgGP4EdMcKcFTuO { width:20rem;height:1.625rem;top:91.372512817381rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6Dp3vB6b52FIIpV9XIdZdpPF9RK4Ea { width:20rem;height:1.625rem;top:116.62464523316rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kys2RsbcPlW5KX6P4MJoQGk9bSDKPiPD { width:20rem;height:3.4130875rem;top:93.683414459231rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdxLANdJ9Gkd4ckdT6HUOeigtJXI6Qfz { width:20rem;height:4.55078125rem;top:118.74910354614rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a14V6Syto9GTUQ562e4GxeG3kNoLVHzP { width:20rem;height:3.25rem;top:145.9179649353rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo4mRKieXI0GVqTrGlaLKMU4TwCDK1fw { width:20rem;height:5.688475rem;top:149.66795158386rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0O38cSu8aEoT4LeGGFPXgVbNL3ULmpQ { width:20rem;height:15.189125rem;top:159.16547298431rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTdVXEydRNPxsBKVVePEkCzXcJZsJ3Fo { width:20rem;height:3.25rem;top:175.01774597168rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqI3FBsmfIXActrZkXocX7xmLCCxgnTt { width:20rem;height:3.4130875rem;top:178.77307128906rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { display:block; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { width:20rem;height:289.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { width:20rem;height:2.2753875rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQi1n0AZqyNnMaWmKWKLx0gGw72y37fk { width:20rem;height:7.963875rem;top:4.49267578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP3g6EQ5dJxTMD4dZxwe0PoHaW9a0gJO { width:17.0614375rem;height:1.625rem;top:28.795262336731rem;left:1.4683948755264rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9T7bT3bN5yFE2A73bOpbpARtNXEAipJ { width:17.1244375rem;height:14.5623125rem;top:13.63916015625rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJuhz9xCz5VqZZ7cKO613J3eDohPS0PO { width:17.1244375rem;height:14.5623125rem;top:31.983300048828rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZcn8oPFzwdXi7ehegHmC2XC705nMisA { width:17.1244375rem;height:14.5623125rem;top:50.388825097656rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RElvfz1eq42vXmf2OzzwKH035Z24325n { width:17.0614375rem;height:1.625rem;top:47.076543211937rem;left:1.4683948755264rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF9D5pqe23qXPnTxfwbc7fRiVNObgTTs { width:17.0614375rem;height:1.625rem;top:65.482057571412rem;left:1.4683948755264rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnSSouv3K3iw3Fu0cb7DmkdVDyrJGkao { width:19.1868125rem;height:1.625rem;top:120.53708839416rem;left:0.40482950210571rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhtlKCK2kOSyK2FuvD4dTAWLUDyn6T14 { width:19.1868125rem;height:1.625rem;top:102.27982521057rem;left:0.40482950210571rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNxREDLh0v4y51bcoGuxSekHCp4LturO { width:19.1868125rem;height:1.625rem;top:83.976402282712rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx63m64ilXITsJKtiWNpT1wOBwyRNlLZ { width:17.1235625rem;height:1.625rem;top:175.59299659729rem;left:1.4373222589493rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idCvwgySxaG0hDoF51J2GM03SZqHIBnn { width:17.1235625rem;height:1.625rem;top:157.03213310242rem;left:1.4373222589493rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDxNc6ow2xBlhEEtRU0qGxD0Xxibmthc { width:17.1235625rem;height:1.625rem;top:138.84410095215rem;left:1.4373222589493rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlS1wslsPtXirzFCq2rZqRc36u16WRzV { width:20rem;height:1.625rem;top:286.64234924316rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUVrT6UM8FcKWVlyBuCciG3iEIDTX60B { width:17.1235625rem;height:1.625rem;top:268.20578193664rem;left:1.4373222589493rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZcEQQZVtb9HkihKOgniw7AAvB24tb0V { width:17.1235625rem;height:1.625rem;top:249.64485931396rem;left:1.4373222589493rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyfaocRmMxisAJ9hztSlulPwezQi0VZb { width:17.1244375rem;height:14.5623125rem;top:105.46252822876rem;left:1.4373222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcr2FUXWGUo8VcfOOOX6t5umXbKrlxTW { width:17.1244375rem;height:14.5623125rem;top:87.163528442381rem;left:1.4373222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #V265ftClMrC3kSf3RTUlVE9iVOtlvvNO { width:17.1244375rem;height:14.5623125rem;top:68.794350146488rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3O3FshROH6rge8InByJgoCdzyiKsxnX { width:17.1244375rem;height:14.5623125rem;top:160.47140884399rem;left:1.4373222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcIByK1ECwttWpyWTgpIt2C80Tb2uFze { width:17.1244375rem;height:14.5623125rem;top:141.96732521057rem;left:1.4373222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaAStPyiePuRZKTQX7CZ99761p1TDipJ { width:17.1244375rem;height:14.5623125rem;top:123.72337818146rem;left:1.4373222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4tte43eN5dRLquZzXrlSIxt4qudpNCO { width:17.1244375rem;height:14.5623125rem;top:271.51277732849rem;left:1.4373222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWTcH1vHdZomCQVf15c8PQSFWkSVo4Vv { width:17.1244375rem;height:14.5623125rem;top:253.08503818512rem;left:1.4373222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRM18DH32qs0k9hlUamduis3g1e6t8D4 { width:17.1244375rem;height:14.5623125rem;top:234.46022987366rem;left:1.4373222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaq1VVkxawuv10zrUWkOTZgTbPaEqrL1 { width:18.5618125rem;height:1.625rem;top:231.1487827301rem;left:0.71732950210569rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrZMVHMdNGHc1vDt3gTeJ5riCSHPaoOW { width:17.1235625rem;height:1.625rem;top:212.65003395081rem;left:1.4373222589493rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfpiKZLSqhQc1GRgIEfXZ5fsuBoHQulT { width:17.1244375rem;height:14.5623125rem;top:215.96498227119rem;left:1.4373222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq6k2knQeWqy4ViOFtn7OUcRxmf3HmDt { width:17.1244375rem;height:14.5623125rem;top:197.46537637711rem;left:1.4373222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQt0TrGRv9iV8LIIsfvGRZ0MmepJy1in { width:17.1235625rem;height:1.625rem;top:194.02611589432rem;left:1.4373222589493rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt180FWQoql2wngapPZZoDwSzauI5hkF { width:17.1244375rem;height:14.5623125rem;top:178.84142875671rem;left:1.4373222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 { display:block; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxiRXxxTJqqmASEHiD5bWopMSXSBXhQD { width:20rem;height:4.87426875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNuSP37GiUbCdR3mny3wR3efZGscD8c5 { width:15.9375rem;height:3.24829375rem;top:6.9375rem;left:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEPD2nSw8XiZXqo4cTR7kz6ia5xymbCQ { display:block; }
 }@media only screen and (max-width: 763px) { #fNJUEXB2dKppWwzUow8gElv1x9U0AkUV { display:block; }#fNJUEXB2dKppWwzUow8gElv1x9U0AkUV > .row .container { width:20rem;height:127.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qt7Z8oSBNLVqFLa4p8nb14AezfF6RlHq { width:20rem;height:4.22363125rem;top:1.248779296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hREQTJ59uTleND7TAK2OwDbTdndBFflS { width:20rem;height:9.1015625rem;top:6.71608543396rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZZxSwWaQt9AaPTf4KINC0f8FnoGCvAv { width:14.0625rem;height:6.875rem;top:16.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdKZHeHhDRZLHDTpGMFOBf8UvzXfKSoM { width:14.0625rem;height:6.875rem;top:23.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNT09BMp2ALq7ROVXmcsB3ISxorJlWu4 { width:14.0625rem;height:6.875rem;top:30.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0Zn3TTm3RxA5SEdsyxuuBf4CaSpdqoT { width:14.0625rem;height:6.875rem;top:36rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m57TJp5lJIBxqQqxhs1ouoiMnGSyPuVL { width:14.0625rem;height:6.875rem;top:63.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCF08GpGPkhRc3dFgXP1sx6WB9uitIMS { width:14.0625rem;height:6.875rem;top:56.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGXlGAdJpn0x0pri4HVPsCHScZPfu9Zq { width:14.0625rem;height:6.875rem;top:50.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuRW93UZsm7Q5RJPBc8Bg9XcFduNVfK1 { width:14.0625rem;height:6.875rem;top:43.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0aft5LsqDZ3XtxdniOskx50HZF8UK81 { width:14.0625rem;height:6.875rem;top:106.875rem;left:2.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #KvC4ex7QbnoDoK14FMk1NSIodoHhwTnB { width:14.0625rem;height:6.875rem;top:100.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHCWnrE8N1Mt3qAIbPS5VfyC3ee0rhDq { width:14.0625rem;height:6.875rem;top:94.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkq37rFf2UZ3XS1Mb92vwfQKapRnTPu5 { width:14.0625rem;height:6.875rem;top:69.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlrdPOK5Ni7MQztGWkhzfdBWwGkSsuwH { width:14.0625rem;height:6.875rem;top:89rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWABaNogLxcNL0e9ludAK7Ib1VcVV4Mc { width:14.0625rem;height:6.875rem;top:82.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTOps7qgFb6DS9gt02a50VfXwyhlg8Px { width:14.0625rem;height:6.875rem;top:75.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqfcBq75qsRXV4NLWLnfm504qg6MvM1F { width:20rem;height:3.374025rem;top:121.009765625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQAc7Ch3r4VOoMpvzn7KxDoyibHHlstr { display:block; }
 }@media only screen and (max-width: 763px) { #B6eIezqhsFhxb1EOJBe8zJCQnbUTKNlZ { width:14.0625rem;height:6.875rem;top:113.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf { display:block; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsAb7xlqfJF8IW2TUtL5hNEVbx5JnWP8 { width:20rem;height:3.500975rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEN3crFmmh6l74RQrNXAwgf3xgyZdH6N { width:20rem;height:7.963875rem;top:7.5603675842288rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzGacUBvqTrrnKVr6rn70li6k2Kbv4Tu { width:1.875rem;height:1.125rem;top:4.3478733003139rem;left:1.5614150166511rem;display:none; }
 }@media only screen and (max-width: 763px) { #oymkfocq47CdfKAppywfTTg4EBZ4OT8S { width:1.875rem;height:1.125rem;top:4.3467884957791rem;left:16.692708313465rem;display:none; }
 }@media only screen and (max-width: 763px) { #glqWOBelaCrxdswIf6JpTWUoI86Jxarb { width:20rem;height:1.1254875rem;top:17.389043807983rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkzLtNLgQmGr21wozGHwbhr2KixhzGxL { width:20rem;height:6.8261875rem;top:22.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ax7VvCv5D9m28RmUMZVqTcXMJzscDbh8 { width:20rem;height:1.4624rem;top:31.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTteFkymgVt2OFOrEDERFlMdKh3Hp9Ga { width:20rem;height:6.8261875rem;top:37.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8ewrOS4g430SS4WvKbOLl7qvoen4WHk { width:19.3115rem;height:2.92480625rem;top:46.1875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbqK12QQ0pcpghETeDvvRGG67ZOcqNTQ { width:0.125rem;height:7.5rem;top:6.8125rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilPJPJAUpfRcZWT1CPp0kgKJNShT8T26 { width:9.0625rem;height:1.81108125rem;top:19.074039936066rem;left:5.4687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #APpwtPFqBmkIuRCuyTGN3gzU850sEoTT { width:9.0625rem;height:1.81108125rem;top:33.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgV52E8mS77uJTHLu22ktPtWRtfFgoUl { width:9.0625rem;height:1.81108125rem;top:49.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzBWWKruDsoa1uk2D1JKskd3yUegfRrD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab34c8bf-5fa7-40fc-9bfe-12f3d6aaa285/Softplay1.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD.adaptive-delivery-prevent-bg, #SzBWWKruDsoa1uk2D1JKskd3yUegfRrD.lazyload, #SzBWWKruDsoa1uk2D1JKskd3yUegfRrD.lazyloading { background-image: none; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row .container { background-color: transparent; background-image: none; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #007dd0; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row .container > .video-iframe-container { display: none; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #007dd0; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row > .video-iframe-container { display: none; }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .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); }#SzBWWKruDsoa1uk2D1JKskd3yUegfRrD > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCOzMD00SGiLsBRN1GNqRl7n4BExTuRi { width:20rem;height:20.47850625rem;top:16.256213665009rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n80CTIEepXGxWTRrJJiT2XZlvHgIsHSa { width:20rem;height:2.2753875rem;top:1.6865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhtwJuqrUSZ6Pi9OJyMHHHwlPH5KrnnN { width:20rem;height:9.1015625rem;top:5.5113635063171rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFRvlCE7t33IKeEXIe4sBEv8imDg9ZmD { width:20rem;height:13.65235rem;top:46.274868011474rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRzQI6UE6s5KzIXeoViJwTWpaxxQrr12 { width:20rem;height:5.688475rem;top:38.897338390351rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0189389d-abdc-4f4e-9ecf-8813521b440c/Latitudechina22048x1363.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3ZFCNKZkPqIMnvJbPq4COF9tBm9EWv8 { width:20rem;height:4.87305rem;top:15.812255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfpficEb7S2fAKaRWiztJQl9l3636RE1 { width:20rem;height:2.11181875rem;top:34.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1mWm6LOrFOuiTOTcrwt2c5rbsoRKEI3 { width:20rem;height:41.875rem;top:32.999755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPZ4XiLWVKOB29XSKwdizvQfWbT1HATI { width:20rem;height:1.4624rem;top:37.43701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-text {padding-top: 0; padding-bottom: 0;}#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-select {padding-top: 0; padding-bottom: 0;}#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.4375rem;overflow:hidden; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.5;overflow:hidden;height:auto; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-container:first-of-type{padding-top:0;}#grlqlgXczScDdcwPKovQz7et05OA58vV .widget-container:last-of-type{padding-bottom:0;}#grlqlgXczScDdcwPKovQz7et05OA58vV  { width:17.5rem;height:auto;top:39.5rem;left:0rem; }
#grlqlgXczScDdcwPKovQz7et05OA58vV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#grlqlgXczScDdcwPKovQz7et05OA58vV {display:block;}#grlqlgXczScDdcwPKovQz7et05OA58vV { width:17.5rem;height:auto;top:39.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #oHhTcXrIZVGoZbcabs194mvcp1nopNFR {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #OnIuTt4RWtt4sWtybWCsJTu6PNAC28C1 { display:block; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #G2zv1vfbP8qTpArzmP4Df30rOkmQq4AL {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #zSmKUCOXV2NzgD7MGHbApiqSw77cmxmc {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #QAJBpCTp2PaIDoK5HXyOfMRumyTiyqqx { display:block; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #ZnAND3ufXe6mZQavAEyWB0EMfc7RXxW2 {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #RD51ofT0Btx6PLfW0M7MfNou96cGp4d3 {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #Erv5qmzRHJvmuleWcVCyhb085zay902N { display:block; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #HfsF2xPZccmb6kMPUUiR6o5UKkqTwyEi {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #WxUaLVKPUbs9gheZKs7ieUc2L0SWocgQ {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #UsWtsKo01nCcrebTVLT1CnBV7yLF37uU { display:block; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #Fie85VBaG4BgXF6atSADyRwVVbiX7iXZ {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #laa63N99B5Rr4Tw1R8xkmd8RMy2Gksre {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #qJ1U8tRWIXkGpTrs9k0FIPfoUKXfNsgi { display:block; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #tmz9zMXqnAKMarxVs2uSAcxB6gZ6P8To {  }
 }@media only screen and (max-width: 763px) { #c54bOyNT8RIZUlBAEHFXZcCapTAKMHRO { display:block; }
 }@media only screen and (max-width: 763px) { #bJHJFT5o8JTpROM37MawpPFpwXuQ3X81 { display:block; }
 }@media only screen and (max-width: 763px) { #JT6mTlo4nBCDSCXThEiqF35Cdb9iOOJt { display:block; }
 }@media only screen and (max-width: 763px) { #CKz3nlzBErfFK0QpttiT8BN5nkmNN0pv { display:block; }
 }@media only screen and (max-width: 763px) { #Vyu81ufuesXutfDZq2UlClOMhIuZRHZD { display:block; }
 }@media only screen and (max-width: 763px) { #ugZ1VqWFsuNBB86K8zadaAoELIx15Jyo { display:block; }
 }@media only screen and (max-width: 763px) { #lp9EdtLRLvIMqNW79f1JlnICcXtkywm3 { display:block; }
 }@media only screen and (max-width: 763px) { #rppM4KT5E16KHAVirHrVVaw5zgiMRwQw { display:block; }
 }@media only screen and (max-width: 763px) { #kz7eyJ48Un07dtg2b8GtCGS7QaavAKVH { display:block; }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #rNJJzJP3rtQZuM7W08IrBALUxn2PqMu4 {  }
 }@media only screen and (max-width: 763px) { #grlqlgXczScDdcwPKovQz7et05OA58vV #TwsFyU5rnO2gvUQyT3HJzl1vMTXCT6Ue {  }
 }@media only screen and (max-width: 763px) { #L2Fx6nI0K9JTk2GANAJZGx13Z1ykWNFy { width:10.5625rem;height:4.5rem;top:69.749633789062rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tBz4hcSAPuE3bnD3qaKMAyAK82osxPQ4 { width:6.93625rem;height:3.4130875rem;top:70.374633789062rem;left:12.124633789062rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXdWV9hA5cwAcxmImIbS1thy30Pv6JTU { width:20rem;height:6.8261875rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMparAGEz0ElrerZFNsrLcT7QCfQEQbh { width:20rem;height:4.6875rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTVTEsvCkMOtulgyP1F60EEsmUnLyl5x { width:20rem;height:3.2495125rem;top:22.374755859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2drx81H7yawHgWZ5vdbQZMs8HZyzxKs { width:15.9375rem;height:3.2495125rem;top:27.43701171875rem;left:2.0623779296875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #siDqhKbQuJk6GGSl2yzD7VvJCo4fRJJy { display:block; }
 }@media only screen and (max-width: 763px) { #dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO { display:block; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLuCWvV1zI4DtvkKgOD6n6LLDr2NNuls { width:20rem;height:2.87475625rem;top:1.434326171875rem;left:0rem;font-size:1.125rem;color:#007aff;display:block; }
 }@media only screen and (max-width: 763px) { #M6u1eeRBS5N5CdKALnFNFMLwyzba2ahw { display:block; }
 }@media only screen and (max-width: 763px) { #C8arJ3mB55bUDHhykIxtar5ci7cZO0Vo { width:13.8743125rem;height:2.24964375rem;top:6.1834182739258rem;left:3.061967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5a6OXmya7m7wRC09VkvUMzrQ08t4Qaz { width:18.1860625rem;height:1.13769375rem;top:13.057861328125rem;left:0.90576171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rne44pL9f1k4TGLiqW7XBiTWK294zc8v { width:17.9998125rem;height:3.0625rem;top:9.9964485168456rem;left:0.99875700473787rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo4lvFRZ5NkEH1TLn3U903ilKeHuCk34 { display:block; }
 }@media only screen and (max-width: 763px) { #gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#007aff;background-image:none;display:block; }#gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O > .row .container { background-color: transparent; background-image: none; }#gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O > .row .container > .video-iframe-container { display: none; }#gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O > .row > .video-iframe-container { display: none; }#gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O > .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); }#gLC9ZxXpTkIkvHWOuxwB07MtdiQwm74O > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHKy7mMp7SWwZPAAmJySv2XXQ8anVc31 { width:20rem;height:3.125rem;top:0rem;left:0rem;font-size:1.4375rem;background-color:#007aff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C6W6hiXPTvTSrBQZ1hU7sF7xOZ7cETFw { display:block; }
 }