.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 { border-top:0.625rem solid rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.125rem solid #31eac1;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container { background-color: transparent; background-image: none; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container > .video-iframe-container { display: none; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row > .video-iframe-container { display: none; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .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); }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container { border-width: 0; border-radius: 0; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#Jw1Z0xz9xwiQNg8K70Jky2PJg5BPTUEP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:11.875rem;top:-0.9375rem;left:-0.26875rem;overflow:hidden;display:block; }
#vtdlmzy0mvxC4kfQBrTi7A9RBnST8ZhU { color:#000000;display:block;width:18.625rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.287109375rem;left:16.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qIkKhnuTpn6cGXXNEyHk4TI0mrewBDxP { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(90deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(90deg, #31eac1, #d4f997);background-image: -o-linear-gradient(90deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(90deg, #31eac1, #d4f997);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.75rem;left:63.6875rem;display:block; }
#dUIlKny4K3ZM1i34FbQnG8Ek4mHSOhWf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bE5GLLgR99HU6clohA7JEyCKZd07RMkP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.125rem;left:45.0625rem;display:none; }
#xDpzfn8lECgXcEAlOTUb67M1kXm6WIcL { color:rgba(0,0,0,0.8);display:block;width:4.125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:52.5rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eNGZi9ax6WDAgRXy4b5SG9beGR5pDGiK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:right;text-align-last:right;top:0.71875rem;left:44.375rem;display:none; }
#gPGDJLtERV0zPaBi2fEaO4tCxewi2Zd5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVHUKRkyzL2U9WMVhQ1fJn9p675n3f5h { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.875rem;left:55.5625rem;display:block; }
#nRGsODDsqTJqqzSwD0OwcVT1qkhuDmx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aNVmUxFynAtGoKqgwh8G6i1BkVzfklsK { position:absolute;display:block;z-index:15012;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:6.9375rem;top:2.8125rem;left:45.0625rem;display:none; }
#UhZ8pyoyU92yc9XrOycwyArwbrUoHffr { position:absolute;display:block;z-index:15013;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:8.75rem;top:2.7119140625rem;left:52.5rem;display:block; }
#TPbA6oPnoLS9qBrSCmQqH8902a232zkq { position:relative;display:block; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq { background-color: transparent; background-image: none; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row .container > .video-iframe-container { display: none; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row > .video-iframe-container { display: none; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .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); }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq { border-width: 0; border-radius: 0; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#erg2loTdLp3KUBygzGVU9wQqIdbHgbZR { 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:5.9375rem;width:13rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#dkbIS8xeGMHUKNHvI5NP6dcX8T0zrOyh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.28125rem;left:49.125rem; }
#gsD0yawIRykmoo9gZVvwrA5dnehWmX0d { color:rgba(0,0,0,0.8);display:block;width:3.875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.412109375rem;left:56.5rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EJzDdM9pKb6bEwtferRGq3Gd5m7GmBkA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.875rem;left:49.0625rem;display:block; }
#P1SVTSDLvHzSQTG9PkOOvwM5vfigOtZ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WBkXEIyTlCQ2d7SdaT3Es2ftrPQbnytM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.03125rem;left:59.5rem;display:block; }
#BNCdopAIDOAlc3sIEZKmxATFBHEdh1QU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SxULxZZuCxzu0fBpHowT1ZENIlvz2toJ { position:absolute;display:block;z-index:15013;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:6.9375rem;top:4.125rem;left:48.625rem;display:block; }
#kGFMqZmuKprJzXy3eFFzLdwNOUvEP0ht { position:absolute;display:block;z-index:15014;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:8.75rem;top:4.125rem;left:56.4375rem;display:block; }
#J6lBsO6c7Dh9hpT8TlvgxubgKROQgemF { color:rgba(0,0,0,0.8);display:block;width:4.125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:52.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#D0au2ewwSOR4EGZMptxkTG52eEBf1TT2 { position:absolute;display:block;z-index:15013;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:8.75rem;top:2.7119140625rem;left:52.5rem;display:none; }
#Dckllmxw6IlpsuCiZpnDpd6T3Hl2c3ni { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.875rem;left:55.5625rem;display:none; }
#tT5q6sVbwoznTJzF9gzTXbTSFp0GNN61 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AKHzBri5hyDBi1xV5XsiJuL14WWzrFaK { position:absolute;display:block;z-index:15012;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:6.9375rem;top:2.8125rem;left:45.0625rem;display:none; }
#RaG7adEmxggxRhbTGbcmxLX3Xcpkgnsn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:right;text-align-last:right;top:0.71875rem;left:44.375rem;display:none; }
#TJ68TxT8x4o9uAhhgltg2pgBpMOmMDFN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h51nIBBMO4H2Cy36dtrQImmU4fltxdP4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.125rem;left:45.0625rem;display:none; }
#T8OUhKGa5rezF2ReUQU6nLdNfACal1cA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.9375rem;top:-0.53125rem;left:0rem;overflow:hidden;display:none; }
#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(45deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(45deg, #31eac1, #d4f997);background-image: -o-linear-gradient(45deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(45deg, #31eac1, #d4f997);background-size:auto !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; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container { background-color: transparent; background-image: none; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container > .video-iframe-container { display: none; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row > .video-iframe-container { display: none; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .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); }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container { border-width: 0; border-radius: 0; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bd4d66c5-6ad1-49dc-b8a6-dc06e11c5563/pedroruiz8837.jpg");background-position:top left !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; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse.adaptive-delivery-prevent-bg, #HTW0CV70bBcM0ULQRmghA1TaU9V6XBse.lazyload, #HTW0CV70bBcM0ULQRmghA1TaU9V6XBse.lazyloading { background-image: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container { background-color: transparent; background-image: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.29); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container > .video-iframe-container { display: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.29); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row > .video-iframe-container { display: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .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); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container { border-width: 0; border-radius: 0; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse::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; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container { font-size:0.875rem;font-family:arial;height:67rem;width:75rem;position:relative;display:block; }#cPq2gQkEwyTuyvtitmALBkexVTplsUaM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:verlag;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2431640625rem;left:7.5rem;height:1.38125rem;display:block; }
#vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { color:#ffffff;display:block;width:37.9375rem;position:absolute;font-family:verlag;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.287109375rem;left:7.5rem;height:9rem;font-style:normal;display:block; }
#ctL4SsLcOEsJoApKH30OqRI8k56ObH7l { color:#ffffff;display:block;width:33.3125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.25rem;left:7.5rem;height:15.35446875rem;font-style:normal;display:block; }
#mOKMcs0E9k21WupZJlVTIiEymggHPa4y { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #2c8658;border-left:0.0625rem solid #2c8658;border-right:0.0625rem solid #2c8658;border-bottom:0.0625rem solid #2c8658;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c8658;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.03125rem;left:7.5rem;display:none; }
#v6NDWafJpZTrWNrezGAeeB6SvdHanF37 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KEkozb521I8rbKrdmbhuTTrDJcLKTani { position:absolute;display:block;z-index:15007;background-color:#31eac1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.6875rem;width:19.5rem;top:3.9995665550232rem;left:48.561851501465rem;display:block; }
#znQbcUouNwNBfdmJOgXntqtaN2XPBS9I { color:#d4f997;display:block;width:35.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.8125rem;left:7.5rem;height:1.29980625rem;display:none; }
#m7uQKdmckkIBPwMAQlblxq99pcbIADTZ { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:53.375rem;left:39.687500953674rem;height:1.70625rem;font-style:normal;display:block; }
#OwLAJmwLHU349E9eJlSRi6WHTbtyQWNG { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:55.0625rem;left:39.687500953674rem;height:1.70625rem;display:block; }
#EaKmOox8gQ5KlIHNr104MATVVbEQIwCc { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.125rem;width:23.75rem;top:52.25rem;left:38.312500953674rem;display:block; }
#EB9yC4bosPcfo11eSNQdnkFZUCM8Btqi { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:53.375rem;left:47.625000953674rem;height:1.70625rem;font-style:normal;display:block; }
#mf8e7E7eXtKuHHcdK91u66qv47BfXsws { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:55.0625rem;left:47.625000953674rem;height:1.70625rem;display:block; }
#CyTeFImz4MuzAEwkCb29Pt3Q7X9xrVAO { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:53.3125rem;left:54.750000953674rem;height:1.70625rem;font-style:normal;display:block; }
#MhNnxREnRxRLO4hACTG1tl1lq0B1LiFA { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:55.0625rem;left:54.750000953674rem;height:1.44375rem;display:block; }
#AmQpHtHs8QFak2TZcPI293NFywOf3axX { position:absolute;display:block;z-index:15011;background-color:rgba(49,234,193,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.875rem;width:8.5rem;top:51.8125rem;left:9.4999990463256rem;display:block; }
#lpbI6HocoPRnRnaM8v6RHDBB4pn9fZGG { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.0625rem;width:10.375rem;top:51.75rem;left:20.437499046326rem;display:block; }
#VcBO8UugGvlw9raxZMwXpGSJH0L2xQrv { color:#31eac1;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:2.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:53.75rem;left:23.062500953674rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#hHWukckIxHe2DPrW52WsSz3GT7Qx8Tf5 { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:59.5rem;left:7.4999990463256rem;height:1.1375rem;font-style:normal;display:block; }
#PielPURXWlgzLGdegqH2uSXf4t6nfzha { color:#31eac1;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:52.625rem;left:22.250000953674rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#S0eiR3690vhhUlvy0cqn4TFmpSXgO8aZ { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:verlag;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.9375rem;left:7.5625rem;height:4.6484375rem;font-style:normal;display:block; }
#n5Zgd5OuX4V701WHR0NBHKTErMK2S7It { color:#31eac1;display:block;width:2.249025rem;position:absolute;font-family:verlag;font-size:5.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.724609375rem;left:7.3125rem;height:6.525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Go5GT6WWzJ52HA0Pkl6sTVqWrSHMEnx0 { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:verlag;font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.625rem;left:7.5rem;height:0.975rem;font-style:normal;display:block; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-form-header {  }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-regular-label { height:auto;display:block;font-family:verlag;font-size:1rem;font-weight:700;color:#000000;width:17rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:.9; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-text { 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:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17rem;box-sizing:border-box;height:1.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.1; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-textarea { 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:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.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:17rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.1; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .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:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17rem;box-sizing:border-box;height:1.6875rem;color:#929291;font-family:verlag;font-size:0.75rem;overflow:hidden;vertical-align:top; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-button { 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:transparent;background-image: -webkit-linear-gradient(90deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(90deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(90deg, #31eac1, #d4f997);background-image: -o-linear-gradient(90deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(90deg, #31eac1, #d4f997);background-size:initial !important;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.875rem;margin-bottom:0.25rem;margin-left:0.875rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#000000;width:15.25rem;height:2.8125rem;font-family:lato;overflow:hidden;box-shadow: none; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .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:lato;line-height:1.3;font-size:0.625rem;font-weight:400;color:#000000;vertical-align:top;width:15.75rem;overflow:hidden;font-style:normal; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .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; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-container:first-of-type{padding-top:0;}#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-container:last-of-type{padding-bottom:0;}#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.560154914856rem;top:7.6851568222044rem;z-index:15007;position:absolute; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17rem;display:block;vertical-align:top; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 {display:block;}#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.560154914856rem;top:7.6851568222044rem;z-index:15007;position:absolute; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #MWo7JnzaSL5PMDtsK9RyyNfrIN6f5v5c { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #xq9wWTlwK098i02Ry7pqFTIV1G3C9nn0 { position:relative;display:block; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #acJ3IJKpSmyZQgGmTTEdxkBm8dkVEEE6 { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #M8TpKqt7IX3VsXRc8SoeRz9qJyM94Dkv { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #Tmp9goeDhoUywxkLTAlnFJEOyMtVm6vg { position:relative;display:block; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #Wq1Q5siIHIwZUnhfcoHSFZ4ifGNcdXmK { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #QNylZPlrnDzA47PLRDCzHQluao4NBd5N { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #cpuI7zsHTDSyAT9zpztQQsUt4vaUkwIO { position:relative;display:block; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #okTWIUpW0azzBzPzFheyhlD7NoPIryds { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #nUaCTUIAuSmCBriyNwnzPMcTTM9vPr7K { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #wRI06Sw3Hx3tscBU8nbEIRFuaQOpS7sB { position:relative;display:block; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #LLRnT1qTilAvn9UqnWa4HtMXy8FeZdEv { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #kQtTqatCtTANy0ERZ4vZvUy7TzE3D06e { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #N7RqNM0ybGGE67PTicS921G61Bx6kKec { position:relative;display:block; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #SDch1SZQ5gTqmPIh5JSbCELFgM7c7lMw { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #MMKffECCfcLwnQOHt8rnM9rVFOyRUeIa { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #GE3ffvFxTqkKhrPboS0RcHdsfqdl8MoR { position:relative;display:block; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #qvV6NkWoG04kvWsC30OwZSgeBa8u2vOW { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #AotKwm1oZZEaf8HUuPk0APVuALOxHqh6 { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #KXTV1H9hA2x1lbINUwuT55fzLw42Ba0J { position:relative;display:block; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #VIQbNV0WKC26KuerUgkcpJiIvaBtPbsk { position:relative; }
#RRpm12UHyAFn606XxMP4LuTcUqxPhsvv { position:relative;display:block; }
#R33xSL3zKhCVTV3AkWP0c0JP3arhEhBh { position:relative;display:block; }
#tmSHiA5KJAF98UrHmgLiQFqvtH5dS0Xy { position:relative;display:block; }
#rnXFQsxQ84Xe8IXklVRIQoXtM8hl3ulG { position:relative;display:block; }
#zaQIeyQwpl4cH2heTmGfMZLLUzQulmIg { position:relative;display:block; }
#ouvSipcvs8w5QCQ0T85cbJsb0L0fupFW { position:relative;display:block; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #QreiEnK1iEru4fdfVSK1HHqKcOUQi50d { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #DR3pqMZywX85ZMEyZg0S6OPKxXT2BX33 { position:relative;z-index:2; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #FTprXA3NgeVDyuxWbugDWigT75OIKCwG { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #pdp7osq9E8dLs1DIL7TeLBpmAukkIDio { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #Z0kBdysi4SbRhn0MTo1VfembX4wrPw76 { position:relative;z-index:2; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #Po66AwBavDKw5afz4Tg2iQtvw7L01F0T { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #HJFtBqs2TXv9siXyv4Tzhb10pQIWfKlw { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #QwK81BxZx5UzUuIqNmauIBrJPFnoAVO4 { position:relative;z-index:2; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #JK2f5EvJQT9u4NC1zNrEuoKVBLEt19Og { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #gs6K6liqMlQLC0PmoAn4NC9ovCSiBLs7 { position:relative; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #WHanO4gQNvKFTx8G8tqwB28ar57hnc4r { position:relative; }
#mNM5IOi0hnJQfIVdvQPy01RzNFINiosN { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:700;z-index:15069;line-height:1.1;letter-spacing:0;top:4.1865234375rem;left:48.1240234375rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3ATpvC6v42Op9NgNL8MzInqayb5BwDE { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:2.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:53.25rem;left:10.499999046326rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#kkPSQbz7IrPS1lMZWMB1k2s2FXwihh68 { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:55.9375rem;left:10.312499046326rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#coOiGvd4pX0i7wfoQciSDs2xLiwZt3d7 { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:52.125rem;left:10.312499046326rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#Txu8VPUslmlg5A1l4oTWPFrzVfDt0bt7 { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:47.25rem;left:48.436718940735rem;height:4.546875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(245deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(245deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(245deg, #31eac1, #d4f997);background-image: -o-linear-gradient(245deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(245deg, #31eac1, #d4f997);background-size:auto !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; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { background-color: transparent; background-image: none; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container > .video-iframe-container { display: none; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row > .video-iframe-container { display: none; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .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); }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { border-width: 0; border-radius: 0; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#hnKb66ML7lvU6TPZCp07NXcXiokhMCla { color:#000000;display:block;width:27.875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3623046875rem;left:8.875rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vqsy8noUeEqvptoObumfJVesBfxvwk1J { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:1.625rem;left:8.875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(245deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(245deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(245deg, #ffffff, #ffffff);background-image: -o-linear-gradient(245deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(245deg, #ffffff, #ffffff);background-size:auto !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; }#tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ > .row .container { background-color: transparent; background-image: none; }#tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ > .row .container > .video-iframe-container { display: none; }#tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ > .row > .video-iframe-container { display: none; }#tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ > .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); }#tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ > .row .container { border-width: 0; border-radius: 0; }#tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#HcT6tfc0ZlfZeaBM80SZ5nUMMU3oHqZq { color:#000000;display:block;width:27.875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.6712913513184rem;left:8.875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E1L8n1qQm6TbLeZCovPMC4hqSKGqsf6P { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:1.1244163513184rem;left:8.875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d93d724-22bd-4d10-a967-e494feefe69e/blur.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL.adaptive-delivery-prevent-bg, #FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL.lazyload, #FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL.lazyloading { background-image: none; }#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL > .row .container { border-width: 0; border-radius: 0; }#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:none; }#FxvXEBkHsnoEC75ypNNru1B2gvQ4FpzC { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:11.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#UG2aIi66n8DxUlI0GBFTVvGLMmSL4dWC { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.875rem;left:32.25rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#bgGal05dL0ZpbD8ZAWvZHBT9skVPGtmP { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.875rem;left:53.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#nr4dOtycfUKmqXBOn2b1Onl7U4DcxfR5 { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4375rem;left:22.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGOdScmyoKnsTusS46HXuTEKmARar5HL { position:relative;display:block; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL { background-color: transparent; background-image: none; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row .container > .video-iframe-container { display: none; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row > .video-iframe-container { display: none; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .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); }#fGOdScmyoKnsTusS46HXuTEKmARar5HL { border-width: 0; border-radius: 0; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uxn216lnlZlB8wKkx6TDvsZdPqET83JT { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:verlag;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.07470703125rem;left:8.75rem;height:2.11263125rem;font-style:normal;display:block; }
#GBmIJAl9hhs1IOVsHnR6QuD2CUqvX0zU { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #31eac1;border-left:0.0625rem solid #31eac1;border-right:0.0625rem solid #31eac1;border-bottom:0.0625rem solid #31eac1;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.75rem;width:13.3125rem;top:7.4375rem;left:4.9375rem;display:block; }
#B4XkAIL3bXTn0FewZpdb6zmmDs8uSybf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.9375rem;left:6.6875rem; }
#wgeP6lKulKSfg4WCMUtRam6pwUgXhQwG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:8.6875rem;left:24.25rem; }
#gVLzMoFThOd6X3CS6JmFf7Cib8TOLicd { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.8125rem;left:40.5rem; }
#Tp27ByGycs5cSe2ZxxuXEcwGNaiinxFX { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.21875rem;left:57.4375rem; }
#G8DqDcCrRmRubsspevSo4xnOBUkuB2aB { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"jost extrem";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.28125rem;left:6.65625rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#LFkHPJ0yscaacoRAmb8uENvwluzmHPoa { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:10.5625rem;top:19.625rem;left:54.4375rem;display:none; }
#ueXdtU7hDEAB2su2rziFLvmiTNiJW5Ap { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:"jost extrem";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.375rem;left:6.6875rem;height:2.03125rem;text-align:right;text-align-last:right;display:block; }
#GJ8iFUorOdGGbRCQu1BKn4rsr1B6kdeT { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #31eac1;border-left:0.0625rem solid #31eac1;border-right:0.0625rem solid #31eac1;border-bottom:0.0625rem solid #31eac1;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.75rem;width:13.3125rem;top:7.5rem;left:21.9375rem;display:block; }
#E6PyJe6XA0ZzNeRhmCKk7ugQNR0m6zWZ { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:"jost extrem";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.09375rem;left:24.25rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#B3aT7wPCDnOSog0i7ddwcPFvzoX4ztCU { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"jost extrem";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.25rem;left:24.25rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#hWVW8Fcw07SN5Ztgqhg36Ats8ZDyAw50 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #31eac1;border-left:0.0625rem solid #31eac1;border-right:0.0625rem solid #31eac1;border-bottom:0.0625rem solid #31eac1;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.75rem;width:13.3125rem;top:7.5rem;left:55.5625rem;display:block; }
#pRh3SEskkrTO7hORb3ywhfE1Gy3ZIan5 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #31eac1;border-left:0.0625rem solid #31eac1;border-right:0.0625rem solid #31eac1;border-bottom:0.0625rem solid #31eac1;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.75rem;width:13.3125rem;top:7.5rem;left:38.875rem;display:block; }
#A9MESvCQatqXoNnXrhMkOMaChF9mVyiF { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"jost extrem";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.6875rem;left:40.8125rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#UNluerL8dy0XWFqTNPBCHGRLOFQUFdHy { color:#000000;display:block;width:6.625rem;position:absolute;font-family:"jost extrem";font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.03125rem;left:40.75rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#uQTCe7UNT8vcPEGZ34Na9SN002HfWkEK { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"jost extrem";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.28076171875rem;left:57.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#zkQzdpPG2KxG7poiGKllM4a38VxEeVi2 { color:#000000;display:block;width:4.75rem;position:absolute;font-family:"jost extrem";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.4375rem;left:57.4375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container { background-color: transparent; background-image: none; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container > .video-iframe-container { display: none; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row > .video-iframe-container { display: none; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .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); }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container { border-width: 0; border-radius: 0; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#HBlfr9gwt8Sgwv6BJzXnLUTdCtqbFTLl { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.9248046875rem;left:43.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#haqchxCmT7OBqJE1ayNc0xyItMH9kI6P { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5rem;left:43.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D97MfxpMt3L5thz4GWCK6W1X6q2Bb6Q5 { color:#000000;display:block;width:27.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.0625rem;left:43.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d7buiLvgTI6AL7STLb8MInreFPGLP6fh { color:#000000;display:block;width:23.875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.8125rem;left:43.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vrxpuu26Bi1DRRamOsnFBsTyCFngcZGr { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.875rem;width:17.8125rem;top:8.0625rem;left:9.4375rem;overflow:hidden;display:block; }
#ceqvdAv2ZhxW71SJftXONCs8XHbqJ7A7 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.6), rgba(212,249,151,0.6));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.6), rgba(212,249,151,0.6));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.6), rgba(212,249,151,0.6));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.6), rgba(212,249,151,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9931eac1', endColorstr='#99d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9931eac1', endColorstr='#99d4f997' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.6), rgba(212,249,151,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:10.8125rem;width:6.6875rem;top:5.5rem;left:22.5625rem;display:block; }
#T94KvKRPFyh2y1bixMHvNIPIXb4yC2xg { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.6875rem;left:42.3125rem; }
#m116xRyIGHy5LaXE4KQflF40thsE166V { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.0625rem;left:42.3125rem; }
#TFuOPgmX39ahfXtlzkcHlIHPqpSvkTME { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:10.3125rem;left:42.3125rem; }
#mDq82f9yOlzr1rQBWHHoPiGhn4Kl6ODJ { color:#000000;display:block;width:27.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:12.5625rem;left:43.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y6zI5KxfCb8UFTf60X2wk4XLGH3LfCmy { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.8125rem;left:42.3125rem; }
#i7vUqDgg8tSThzOR9HVT6LJiT0t5gtwh { color:#000000;display:block;width:27.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:15.0625rem;left:43.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NNCGf6yNedqeExZrU6Lc6HTxz1IFEc3M { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:15.3125rem;left:42.3125rem; }
#M9ulD1CC4L5ym7nsMvyU7gbrLNLmaQAf { color:#000000;display:block;width:27.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:17.4375rem;left:43.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TnI8u6KeZoIxXeGXMZg0aBytaQsNWtCT { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.6875rem;left:42.3125rem; }
#cMLWzhfNnF14bkSzTVkSxNWFxDv2Lw9E { color:#000000;display:block;width:27.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:19.625rem;left:43.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QIFyBPhErqBxqLQA1x7F5aGhn2aazP92 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:19.875rem;left:42.3125rem; }
#ztznfts6cM17eby2ctHDqs6LkIxkMrad { color:#000000;display:block;width:23.875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:26.8125rem;left:43.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ivUKAGMMTIX34OqGNcgJNv7D2aRXFHHQ { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.375rem;left:43.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RX9mVrwv0wSpVmuItSI0V6RMOTZm5Dvi { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:22rem;left:43.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZgCWCHgtAhv1xSLiTUg797gQfAx7gNA { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:24.5625rem;left:42.375rem; }
#dShge31eudt1iadgClwkRoyI8dBOoB94 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:27.0625rem;left:42.375rem; }
#V7dToeVpS2iPgn8O1ciXpbUi6KCG72TF { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:22.125rem;left:42.375rem; }
#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d572a22-2b52-43ed-9959-a0f19bccce29/image31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A.adaptive-delivery-prevent-bg, #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A.lazyload, #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A.lazyloading { background-image: none; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { background-color: transparent; background-image: none; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container > .video-iframe-container { display: none; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row > .video-iframe-container { display: none; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .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); }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { border-width: 0; border-radius: 0; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#rkSgNQxMFxNfOQFMiJdS58xIXVh8AI2d { position:absolute;display:block;z-index:15005;background-color:#e9eae7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:26.5rem;top:0rem;left:9.875rem;display:block; }
#udVq68ReLa88gXrig4zrssoa4Tfg7p6z { color:#000000;display:block;width:22.25rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.25rem;height:3.04980625rem;display:none; }
#lI6zLgdW9QEKO1kEt25T2TQMcyXMgqT8 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:4rem;left:11.875rem;height:6.499rem;font-style:normal;display:block; }
#VUFeyRs3ceVTQ3eU2OVNLCJpp4tI4gdg { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#u1wGBBs7w6OGQGMN0y8Pgq3DJkJqZnWv { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.19970703125rem;left:15rem;height:1.29980625rem;display:none; }
#pTW7UcKbSUflargLoblMfvhHSVba4bKs { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#nrcC9mF9UDwZZULb5tpSoPqtMzWfsfJG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.4375rem;left:12.5625rem;display:none; }
#RF9SUrTVfykeJG8XwemXrqtKLtrl7xLX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.4375rem;left:12.5625rem;display:none; }
#q0q59VgwbmeBUGULiCq7k2Sa2kaOKb8A { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.9375rem;left:12.5rem;display:none; }
#IwsZdtch3ZNOILCX9PU3ObT85EzT4Z47 { 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:9.6875rem;width:9.3119375rem;top:14.279118359089rem;left:24.555220007896rem;overflow:hidden;display:block; }
#IJU3mxIbknH5Wgv5Smkng1skFy2mXyQJ { 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:10.687125rem;width:10.687125rem;top:8.8662994503975rem;left:12.903941512108rem;overflow:hidden;display:block; }
#xQodOJE2s5QLFO57T0UOnq82TgFrqUx1 { 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:8.499625rem;width:8.499625rem;top:9.9609373211863rem;left:24.962711691856rem;overflow:hidden;display:block; }
#UKEnJzGH3v6lamZFrQZ9pz2xT133nktP { 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:11.1248125rem;width:11.1248125rem;top:13.561789333821rem;left:12.683770537376rem;overflow:hidden;display:block; }
#B1P9gvh1rK1gmoM7hhhidKM0RlDZpsEz { color:#000000;display:block;width:22.25rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.375rem;left:11.875rem;height:1.95rem;display:block; }
#c856JSFA8vk7uqLbWFoBJJgnIEac629J { position:relative;display:block; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J { background-color: transparent; background-image: none; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row .container > .video-iframe-container { display: none; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row > .video-iframe-container { display: none; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .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); }#c856JSFA8vk7uqLbWFoBJJgnIEac629J { border-width: 0; border-radius: 0; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EN1kyT4QH5eEFRgI7F0JgkGp2PCTAq92 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.875rem;left:11.25rem;height:1.95rem;display:block; }
#fam66LvGThTPVSXbkFbDSTbZznTgAfsq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:31.3125rem;left:35rem;height:1.3rem;display:block; }
#iuGtzJFwsMPXveRT260afcFz8LobSxPH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3125rem;left:50.625rem;height:1.3rem;display:block; }
#K9ZF2rZBtpUkPB10fBpAunmwCKtpeLQx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.0625rem;left:41.8125rem;height:1.3rem;display:block; }
#yBGAfu7WuuhNS4bm6uutmR7nuyCK2g6N { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.125rem;left:38.75rem;height:1.462675rem;display:block; }
#EwGyWTf91uWo0fk9HnrqswIqlxcbfNIM { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.125rem;left:55.625rem;height:1.462675rem;display:block; }
#ZQtNyAPJu01Ed7PkJT1Gwsd2rbNai7Tr { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.9375rem;left:46.25rem;height:1.462675rem;display:block; }
#PrNbminkaf3bAN7gQy4FhwJtHEoyIa7Z { color:#000000;display:block;width:19.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:11.25rem;height:4.546875rem;font-style:normal;display:block; }
#yQbBvBhnDWzkaQvRDHwvwv0gvKKFylhU { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(97deg, rgba(49,234,193,0.26), rgba(212,249,151,0.46));background-image: -moz-linear-gradient(97deg, rgba(49,234,193,0.26), rgba(212,249,151,0.46));background-image: -ms-linear-gradient(97deg, rgba(49,234,193,0.26), rgba(212,249,151,0.46));background-image: -o-linear-gradient(97deg, rgba(49,234,193,0.26), rgba(212,249,151,0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4231eac1', endColorstr='#75d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4231eac1', endColorstr='#75d4f997' );";background-image: linear-gradient(97deg, rgba(49,234,193,0.26), rgba(212,249,151,0.46));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.375rem;width:14.375rem;top:3.875rem;left:56.875rem;display:block; }
#Dq7gTEX8GIVDyChnTMCX2TqRZQtaNpyI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"jost extrem";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.0625rem;left:58.125rem;height:1.21875rem;font-style:normal;display:block; }
#f5PFlIzglwXdTQIRgvdgJsiJkDRSAJa2 { position:absolute;display:block;z-index:15022;background-color:rgba(212,249,151,0.41);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.375rem;width:14.375rem;top:20.124282836914rem;left:18.624466300011rem;display:block; }
#lawHrzvyUKVVcFSTRIt1owma37sRFZQQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"jost extrem";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.3125rem;left:18.6875rem;height:1.21875rem;font-style:normal;display:block; }
#JRWt14ZafWFrMwmWoWHbUf7DedG5SUts { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:3.8742828369141rem;left:40.561966300011rem;overflow:hidden;display:block; }
#IN3RSRsdD6x0MpmVTX6745tXovgTvvDy { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:20.125rem;left:33.75rem;overflow:hidden;display:block; }
#r6S5SznQmwdmSyUHS5ybWq7niXw6TZO6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:20.125rem;left:49.125rem;overflow:hidden;display:block; }
#H8uyu8qLMsDX5EAgbM8ShiC9m1Zh3z0N { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:20.124282836914rem;left:33.750000357628rem;display:block; }
#WXBBUV39wHF0f6ePUDNgu27ZsgPetmbQ { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:20.124282836914rem;left:49.124641776085rem;display:block; }
#ghl1ahBD6xfyDbPAmiXToWlNs2TUL46g { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -moz-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -ms-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -o-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );";background-image: linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:3.8742980957031rem;left:40.500000357628rem;display:block; }
#zqMlIaZnDpcBUWU0Otn2Lo2HCf48vEhU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:3.8742896318436rem;left:56.874111533165rem;overflow:hidden;display:block; }
#BaS6ETFdJzzNWfv1VHF4JTknCo4Et4Uv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:20.124300479889rem;left:18.624466300011rem;overflow:hidden;display:block; }
#u1AfMkksdRBeIULydbfIbN4TKwaXuAnd { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -moz-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -ms-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-image: -o-linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631eac1', endColorstr='#66ffffff' );";background-image: linear-gradient(317deg, rgba(49,234,193,0.4), rgba(255,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.375rem;width:14.375rem;top:3.8742980957031rem;left:40.500000357628rem;display:none; }
#U72aGn2fgaQR8ZqI3dQ7WaMU0mitDNOd { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.6875rem;width:38.75rem;top:36.9375rem;left:18.125rem;display:block; }
#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eae7;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; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container { background-color: transparent; background-image: none; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container > .video-iframe-container { display: none; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row > .video-iframe-container { display: none; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .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); }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container { border-width: 0; border-radius: 0; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#BSM5uTgTG6DZiFUtkaxMHBOy1WIuNFUc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.125rem;width:10.6875rem;top:6rem;left:24.75rem;overflow:hidden;display:block; }
#gQvvhfwJpE4mvpk6h6TB3nysQr5QMeTW { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:13.3125rem;height:1.3rem;display:block; }
#XFAthzOUagZhrhWBXE5aTdEi6buMTbHo { color:#000000;display:block;width:9.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:13.1875rem;height:1.1375rem;font-style:normal;display:block; }
#GMAS1zfCw1eCmNdzSrzlptJvpPLnNxEg { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.625rem;left:13.3125rem;height:9.09375rem;font-style:normal;display:block; }
#FeQnmRgOUq9XLB39WFOoqXfCEei3y7cJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15rem;width:10rem;top:6.8125rem;left:54.1875rem;overflow:hidden;display:none; }
#TJRqz8BfazWXtQpdVKo01ioxOHVvEcQa { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.5rem;height:1.29980625rem;display:none; }
#vVv5nnyVvOFQRLuOTkpKwx0qByQB5NM2 { color:#000000;display:block;width:5.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.375rem;height:1.13720625rem;font-style:normal;display:none; }
#t7HTVJ2kwvTfJwEteFJDwKrN4JlRlfNS { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.375rem;height:5.6860375rem;font-style:normal;display:none; }
#DfR8NH8pzW5qf5n4fL9FAfBQ8TpbGo86 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:16.1875rem;width:10.75rem;top:6rem;left:24.6875rem;display:block; }
#tT1DorTkUZKW0fPg7TTtifbZOSm35i60 { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.625rem;left:10.875rem;height:6.74375rem;display:block; }
#fApHCGFcLRW1q6hOxDkypuUGmoddsHKP { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.75rem;height:6.743625rem;display:none; }
#GHQFFXgW84p2dmnJFvlQB4rEJlHFR7hE { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3125rem;left:10.875rem;height:1.95rem;display:block; }
#VctP30h2CcQh2hetGSKX9O6m0yFLoiCt { position:absolute;display:block;z-index:15000;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:7.8125rem;top:5.6875rem;left:13.0625rem;display:block; }
#zO6WucU5v1o9w5fyI8kZiWyzH2qVpovT { position:absolute;display:block;z-index:15001;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.125rem;top:7.86865234375rem;left:42.3125rem;display:none; }
#iJW0OnRKQ30XKwrFhz9dgAFyMxd1ikKw { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:15.125rem;width:9.9375rem;top:6.75rem;left:54.1875rem;display:none; }
#dmg4AEavenntfgsdcNsbPyEem9GfWkni { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.125rem;width:10.6875rem;top:6.1875rem;left:54.3125rem;overflow:hidden;display:block; }
#wG8bWtBomzEPJ8z0KlcTOBqcJTdJ6CIR { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(45deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:16.1875rem;width:10.75rem;top:6.1875rem;left:54.25rem;display:block; }
#IqTTR8znrz2RvTJyAQTk95URbHpCqfHA { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.8125rem;left:42.875rem;height:7.957rem;font-style:normal;display:block; }
#oERM5dWGvni6q0g08qs7Gq4VPxzZcW3p { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.8125rem;left:40.4375rem;height:6.74375rem;display:block; }
#zf0DdMLxSTANACq4MRu26nbtRzrzyGQT { color:#000000;display:block;width:9.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.625rem;left:42.75rem;height:1.1375rem;font-style:normal;display:block; }
#euyi4oPccLm6snM1DXAT65Ob8xnfWTkq { position:absolute;display:block;z-index:15007;background-color:#d4f997;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:7.8125rem;top:5.875rem;left:42.625rem;display:block; }
#GPOPfncqhRVANBdMW2LrW0p6Zt3cx0MG { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6rem;left:42.875rem;height:1.3rem;display:block; }
#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb { position:relative;display:block; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb { background-color: transparent; background-image: none; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row .container > .video-iframe-container { display: none; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row > .video-iframe-container { display: none; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .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); }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb { border-width: 0; border-radius: 0; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lcGtTCC3SB4W2lIaInDukGBtra1oTHJA { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:25.4375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#Zg7xUGu6U68LzxZpX1oNR31AsQvB2QVz { color:#000000;display:block;width:18rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:28.5rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GfoonPnRw4QxTDo0GNhTcxRH3xGhrOWV { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(90deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(90deg, #31eac1, #d4f997);background-image: -o-linear-gradient(90deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(90deg, #31eac1, #d4f997);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.25rem;left:32.3125rem;display:block; }
#h2IIlcT58wHy5XUrUG7pF8W3QeGZPnTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(45deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(45deg, #31eac1, #d4f997);background-image: -o-linear-gradient(45deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(45deg, #31eac1, #d4f997);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container { background-color: transparent; background-image: none; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container > .video-iframe-container { display: none; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row > .video-iframe-container { display: none; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .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); }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container { border-width: 0; border-radius: 0; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#xfTPKEtBgZTEm56hA0F7W5rl5TnPrHVF { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:verlag;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.21240234375rem;left:2.5rem;height:0.975rem;display:block; }
#vhoEXWTtbcB0kICg9mkk2LoFGbScTyP9 { color:#000000;display:block;width:8.875rem;position:absolute;font-family:verlag;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1875rem;left:65rem;height:1.949225rem;display:block; }
#GktKEzSUeqmNyJbM27binuBQ17NzX6QJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:8.4375rem;top:2.4375rem;left:65rem;overflow:hidden;display:block; }
#gSO7hZDRdPhv04ENeSHERDISEbfor7K1 { 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:4.4375rem;width:11.1875rem;top:0.1875rem;left:0.96599264705881rem;overflow:hidden;display:block; }
#wJXzJs6nzny1Rrbv5OSuV6tNKNlfv7Gs { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.6875rem;left:42.125rem;display:block; }
#r9BIUWaVMP393KHzAUVikX0XJSeI6Ab8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P8ycq5LJm5Sn9sCzpdr4I11LT4MTp93A { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.6875rem;left:48.125rem;display:block; }
#qEMTDseosrVVuhI9xI8F47PKR1atpG6P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTWgRb9TJnZnizgUB02kFP7oHDg5xBw3 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.69970703125rem;left:55.1875rem;display:block; }
#aI0ewWAOoJpeU2cnB6kdJZHBdEQNvJNh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP { position:relative;display:none; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP { border-width: 0; border-radius: 0; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TyHG0cTN5e3saH4KeqZ7ceXwuOqzLVSV { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(90deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(90deg, #31eac1, #d4f997);background-image: -o-linear-gradient(90deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(90deg, #31eac1, #d4f997);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.25rem;left:32.3125rem;display:none; }
#hXrk9niXTUgH2O6kA49HLfBPJVw5OJAT { 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) { #nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 { display:block; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jw1Z0xz9xwiQNg8K70Jky2PJg5BPTUEP { top:-0.9375rem;left:0rem;width:11.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdlmzy0mvxC4kfQBrTi7A9RBnST8ZhU { top:1.25rem;left:2.625rem;width:18.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIkKhnuTpn6cGXXNEyHk4TI0mrewBDxP { width:10.5rem;height:2.375rem;top:0.75rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUIlKny4K3ZM1i34FbQnG8Ek4mHSOhWf { display:block; }
 }@media only screen and (max-width: 763px) { #bE5GLLgR99HU6clohA7JEyCKZd07RMkP { top:1.125rem;left:31.4375rem;width:1.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDpzfn8lECgXcEAlOTUb67M1kXm6WIcL { top:1.25rem;left:38.875rem;width:4.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNGZi9ax6WDAgRXy4b5SG9beGR5pDGiK { width:6.875rem;height:2.4375rem;top:0.6875rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPGDJLtERV0zPaBi2fEaO4tCxewi2Zd5 { display:block; }
 }@media only screen and (max-width: 763px) { #wVHUKRkyzL2U9WMVhQ1fJn9p675n3f5h { width:6.5625rem;height:2.125rem;top:0.875rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRGsODDsqTJqqzSwD0OwcVT1qkhuDmx9 { display:block; }
 }@media only screen and (max-width: 763px) { #aNVmUxFynAtGoKqgwh8G6i1BkVzfklsK { top:2.8125rem;left:31.4375rem;width:6.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhZ8pyoyU92yc9XrOycwyArwbrUoHffr { top:2.6875rem;left:38.875rem;width:8.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPbA6oPnoLS9qBrSCmQqH8902a232zkq { display:block; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erg2loTdLp3KUBygzGVU9wQqIdbHgbZR { top:0.0625rem;left:0rem;width:13rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkbIS8xeGMHUKNHvI5NP6dcX8T0zrOyh { top:2.25rem;left:35.5rem;width:1.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsD0yawIRykmoo9gZVvwrA5dnehWmX0d { top:2.375rem;left:38.0625rem;width:3.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJzDdM9pKb6bEwtferRGq3Gd5m7GmBkA { width:7.875rem;height:2.4375rem;top:1.875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SVTSDLvHzSQTG9PkOOvwM5vfigOtZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #WBkXEIyTlCQ2d7SdaT3Es2ftrPQbnytM { width:6.5625rem;height:2.125rem;top:2rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNCdopAIDOAlc3sIEZKmxATFBHEdh1QU { display:block; }
 }@media only screen and (max-width: 763px) { #SxULxZZuCxzu0fBpHowT1ZENIlvz2toJ { top:4.125rem;left:35rem;width:6.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGFMqZmuKprJzXy3eFFzLdwNOUvEP0ht { top:4.125rem;left:39rem;width:8.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6lBsO6c7Dh9hpT8TlvgxubgKROQgemF { top:1.25rem;left:38.875rem;width:4.125rem;height:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0au2ewwSOR4EGZMptxkTG52eEBf1TT2 { top:2.6875rem;left:38.875rem;width:8.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dckllmxw6IlpsuCiZpnDpd6T3Hl2c3ni { width:6.5625rem;height:2.125rem;top:0.875rem;left:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tT5q6sVbwoznTJzF9gzTXbTSFp0GNN61 { display:block; }
 }@media only screen and (max-width: 763px) { #AKHzBri5hyDBi1xV5XsiJuL14WWzrFaK { top:2.8125rem;left:31.4375rem;width:6.9375rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaG7adEmxggxRhbTGbcmxLX3Xcpkgnsn { width:6.875rem;height:2.4375rem;top:0.6875rem;left:30.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJ68TxT8x4o9uAhhgltg2pgBpMOmMDFN { display:block; }
 }@media only screen and (max-width: 763px) { #h51nIBBMO4H2Cy36dtrQImmU4fltxdP4 { top:1.125rem;left:31.4375rem;width:1.3125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8OUhKGa5rezF2ReUQU6nLdNfACal1cA { top:-0.5rem;left:0rem;width:10.9375rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz { display:block; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTW0CV70bBcM0ULQRmghA1TaU9V6XBse { display:block; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPq2gQkEwyTuyvtitmALBkexVTplsUaM { top:3.1875rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { top:5.25rem;left:0rem;width:37.9375rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctL4SsLcOEsJoApKH30OqRI8k56ObH7l { top:33.25rem;left:0rem;width:33.3125rem;height:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOKMcs0E9k21WupZJlVTIiEymggHPa4y { width:8.375rem;height:2.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6NDWafJpZTrWNrezGAeeB6SvdHanF37 { display:block; }
 }@media only screen and (max-width: 763px) { #KEkozb521I8rbKrdmbhuTTrDJcLKTani { top:3.9375rem;left:28.25rem;width:19.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znQbcUouNwNBfdmJOgXntqtaN2XPBS9I { top:23.8125rem;left:0rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7uQKdmckkIBPwMAQlblxq99pcbIADTZ { top:53.375rem;left:26.062500953674rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwLAJmwLHU349E9eJlSRi6WHTbtyQWNG { top:55.0625rem;left:26.062500953674rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaKmOox8gQ5KlIHNr104MATVVbEQIwCc { top:52.25rem;left:24rem;width:23.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB9yC4bosPcfo11eSNQdnkFZUCM8Btqi { top:53.375rem;left:34.000000953674rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf8e7E7eXtKuHHcdK91u66qv47BfXsws { top:55.0625rem;left:34.000000953674rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyTeFImz4MuzAEwkCb29Pt3Q7X9xrVAO { top:53.3125rem;left:41.125000953674rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhNnxREnRxRLO4hACTG1tl1lq0B1LiFA { top:55.0625rem;left:41.0625rem;width:6.6875rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmQpHtHs8QFak2TZcPI293NFywOf3axX { top:51.8125rem;left:0rem;width:8.5rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpbI6HocoPRnRnaM8v6RHDBB4pn9fZGG { top:51.75rem;left:6.8124990463256rem;width:10.375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcBO8UugGvlw9raxZMwXpGSJH0L2xQrv { top:53.75rem;left:9.4375009536744rem;width:5.125rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHWukckIxHe2DPrW52WsSz3GT7Qx8Tf5 { top:59.5rem;left:0rem;width:23.375rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PielPURXWlgzLGdegqH2uSXf4t6nfzha { top:52.625rem;left:8.6250009536744rem;width:6.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0eiR3690vhhUlvy0cqn4TFmpSXgO8aZ { top:20.9375rem;left:0rem;width:41.3125rem;height:4.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Zgd5OuX4V701WHR0NBHKTErMK2S7It { top:13.6875rem;left:0rem;width:2.1875rem;height:6.5rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go5GT6WWzJ52HA0Pkl6sTVqWrSHMEnx0 { top:26.625rem;left:0rem;width:41.3125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-regular-label { display:block;width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-button { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.875rem; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0  { width:17rem;height:auto;top:7.625rem;left:28.25rem; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 {display:block;}#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 { width:17rem;height:auto;top:7.625rem;left:28.25rem; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #MWo7JnzaSL5PMDtsK9RyyNfrIN6f5v5c {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #xq9wWTlwK098i02Ry7pqFTIV1G3C9nn0 { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #acJ3IJKpSmyZQgGmTTEdxkBm8dkVEEE6 {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #M8TpKqt7IX3VsXRc8SoeRz9qJyM94Dkv {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #Tmp9goeDhoUywxkLTAlnFJEOyMtVm6vg { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #Wq1Q5siIHIwZUnhfcoHSFZ4ifGNcdXmK {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #QNylZPlrnDzA47PLRDCzHQluao4NBd5N {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #cpuI7zsHTDSyAT9zpztQQsUt4vaUkwIO { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #okTWIUpW0azzBzPzFheyhlD7NoPIryds {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #nUaCTUIAuSmCBriyNwnzPMcTTM9vPr7K {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #wRI06Sw3Hx3tscBU8nbEIRFuaQOpS7sB { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #LLRnT1qTilAvn9UqnWa4HtMXy8FeZdEv {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #kQtTqatCtTANy0ERZ4vZvUy7TzE3D06e {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #N7RqNM0ybGGE67PTicS921G61Bx6kKec { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #SDch1SZQ5gTqmPIh5JSbCELFgM7c7lMw {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #MMKffECCfcLwnQOHt8rnM9rVFOyRUeIa {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #GE3ffvFxTqkKhrPboS0RcHdsfqdl8MoR { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #qvV6NkWoG04kvWsC30OwZSgeBa8u2vOW {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #AotKwm1oZZEaf8HUuPk0APVuALOxHqh6 {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #KXTV1H9hA2x1lbINUwuT55fzLw42Ba0J { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #VIQbNV0WKC26KuerUgkcpJiIvaBtPbsk {  }
 }@media only screen and (max-width: 763px) { #RRpm12UHyAFn606XxMP4LuTcUqxPhsvv { display:block; }
 }@media only screen and (max-width: 763px) { #R33xSL3zKhCVTV3AkWP0c0JP3arhEhBh { display:block; }
 }@media only screen and (max-width: 763px) { #tmSHiA5KJAF98UrHmgLiQFqvtH5dS0Xy { display:block; }
 }@media only screen and (max-width: 763px) { #rnXFQsxQ84Xe8IXklVRIQoXtM8hl3ulG { display:block; }
 }@media only screen and (max-width: 763px) { #zaQIeyQwpl4cH2heTmGfMZLLUzQulmIg { display:block; }
 }@media only screen and (max-width: 763px) { #ouvSipcvs8w5QCQ0T85cbJsb0L0fupFW { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #QreiEnK1iEru4fdfVSK1HHqKcOUQi50d {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #DR3pqMZywX85ZMEyZg0S6OPKxXT2BX33 {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #FTprXA3NgeVDyuxWbugDWigT75OIKCwG {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #pdp7osq9E8dLs1DIL7TeLBpmAukkIDio {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #Z0kBdysi4SbRhn0MTo1VfembX4wrPw76 {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #Po66AwBavDKw5afz4Tg2iQtvw7L01F0T {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #HJFtBqs2TXv9siXyv4Tzhb10pQIWfKlw {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #QwK81BxZx5UzUuIqNmauIBrJPFnoAVO4 {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #JK2f5EvJQT9u4NC1zNrEuoKVBLEt19Og {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #gs6K6liqMlQLC0PmoAn4NC9ovCSiBLs7 {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #WHanO4gQNvKFTx8G8tqwB28ar57hnc4r {  }
 }@media only screen and (max-width: 763px) { #mNM5IOi0hnJQfIVdvQPy01RzNFINiosN { top:4.125rem;left:27.375rem;width:20.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ATpvC6v42Op9NgNL8MzInqayb5BwDE { top:53.25rem;left:0rem;width:6.6875rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkPSQbz7IrPS1lMZWMB1k2s2FXwihh68 { top:55.9375rem;left:0rem;width:6.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coOiGvd4pX0i7wfoQciSDs2xLiwZt3d7 { top:52.125rem;left:0rem;width:6.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txu8VPUslmlg5A1l4oTWPFrzVfDt0bt7 { top:47.25rem;left:28rem;width:19.75rem;height:4.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ { display:block; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnKb66ML7lvU6TPZCp07NXcXiokhMCla { top:3.3125rem;left:0rem;width:27.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqsy8noUeEqvptoObumfJVesBfxvwk1J { top:1.625rem;left:0rem;width:29.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ { display:block; }#tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcT6tfc0ZlfZeaBM80SZ5nUMMU3oHqZq { top:4.625rem;left:0rem;width:27.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1L8n1qQm6TbLeZCovPMC4hqSKGqsf6P { top:1.0625rem;left:0rem;width:29.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL { display:block; }#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxvXEBkHsnoEC75ypNNru1B2gvQ4FpzC { top:7.5625rem;left:0rem;width:9.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG2aIi66n8DxUlI0GBFTVvGLMmSL4dWC { top:7.875rem;left:18.625rem;width:10.1875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgGal05dL0ZpbD8ZAWvZHBT9skVPGtmP { top:7.875rem;left:38.0625rem;width:9.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr4dOtycfUKmqXBOn2b1Onl7U4DcxfR5 { top:2.4375rem;left:9.125rem;width:29.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGOdScmyoKnsTusS46HXuTEKmARar5HL { display:block; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxn216lnlZlB8wKkx6TDvsZdPqET83JT { top:2.0625rem;left:0rem;width:25.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBmIJAl9hhs1IOVsHnR6QuD2CUqvX0zU { top:7.4375rem;left:0rem;width:13.3125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4XkAIL3bXTn0FewZpdb6zmmDs8uSybf { top:8.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgeP6lKulKSfg4WCMUtRam6pwUgXhQwG { top:8.6875rem;left:10.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVLzMoFThOd6X3CS6JmFf7Cib8TOLicd { top:8.8125rem;left:26.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp27ByGycs5cSe2ZxxuXEcwGNaiinxFX { top:9.1875rem;left:43.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DqDcCrRmRubsspevSo4xnOBUkuB2aB { top:13.25rem;left:0rem;width:11.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFkHPJ0yscaacoRAmb8uENvwluzmHPoa { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueXdtU7hDEAB2su2rziFLvmiTNiJW5Ap { top:11.375rem;left:0rem;width:6.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ8iFUorOdGGbRCQu1BKn4rsr1B6kdeT { top:7.5rem;left:8.3125rem;width:13.3125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6PyJe6XA0ZzNeRhmCKk7ugQNR0m6zWZ { top:11.0625rem;left:10.625rem;width:4.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3aT7wPCDnOSog0i7ddwcPFvzoX4ztCU { top:13.25rem;left:10.625rem;width:11.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWVW8Fcw07SN5Ztgqhg36Ats8ZDyAw50 { top:7.5rem;left:34.3125rem;width:13.3125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRh3SEskkrTO7hORb3ywhfE1Gy3ZIan5 { top:7.5rem;left:25.25rem;width:13.3125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9MESvCQatqXoNnXrhMkOMaChF9mVyiF { top:11.6875rem;left:27.1875rem;width:11.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNluerL8dy0XWFqTNPBCHGRLOFQUFdHy { top:13rem;left:27.125rem;width:6.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQTCe7UNT8vcPEGZ34Na9SN002HfWkEK { top:13.25rem;left:36.625rem;width:11.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkQzdpPG2KxG7poiGKllM4a38VxEeVi2 { top:11.4375rem;left:43rem;width:4.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 { display:block; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBlfr9gwt8Sgwv6BJzXnLUTdCtqbFTLl { top:0.875rem;left:19.8125rem;width:27.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #haqchxCmT7OBqJE1ayNc0xyItMH9kI6P { top:5.5rem;left:23.8125rem;width:23.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D97MfxpMt3L5thz4GWCK6W1X6q2Bb6Q5 { top:10.0625rem;left:20.5rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7buiLvgTI6AL7STLb8MInreFPGLP6fh { top:7.8125rem;left:23.875rem;width:23.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrxpuu26Bi1DRRamOsnFBsTyCFngcZGr { top:8.0625rem;left:0rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceqvdAv2ZhxW71SJftXONCs8XHbqJ7A7 { top:5.5rem;left:8.9375rem;width:6.6875rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T94KvKRPFyh2y1bixMHvNIPIXb4yC2xg { top:5.6875rem;left:28.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m116xRyIGHy5LaXE4KQflF40thsE166V { top:8.0625rem;left:28.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFuOPgmX39ahfXtlzkcHlIHPqpSvkTME { top:10.3125rem;left:28.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDq82f9yOlzr1rQBWHHoPiGhn4Kl6ODJ { top:12.5625rem;left:20.5rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6zI5KxfCb8UFTf60X2wk4XLGH3LfCmy { top:12.8125rem;left:28.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7vUqDgg8tSThzOR9HVT6LJiT0t5gtwh { top:15.0625rem;left:20.5rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNCGf6yNedqeExZrU6Lc6HTxz1IFEc3M { top:15.3125rem;left:28.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9ulD1CC4L5ym7nsMvyU7gbrLNLmaQAf { top:17.4375rem;left:20.5rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnI8u6KeZoIxXeGXMZg0aBytaQsNWtCT { top:17.6875rem;left:28.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMLWzhfNnF14bkSzTVkSxNWFxDv2Lw9E { top:19.625rem;left:20.5rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIFyBPhErqBxqLQA1x7F5aGhn2aazP92 { top:19.875rem;left:28.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztznfts6cM17eby2ctHDqs6LkIxkMrad { top:26.8125rem;left:23.875rem;width:23.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivUKAGMMTIX34OqGNcgJNv7D2aRXFHHQ { top:24.375rem;left:23.8125rem;width:23.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX9mVrwv0wSpVmuItSI0V6RMOTZm5Dvi { top:22rem;left:22.1875rem;width:25.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZgCWCHgtAhv1xSLiTUg797gQfAx7gNA { top:24.5625rem;left:28.75rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dShge31eudt1iadgClwkRoyI8dBOoB94 { top:27.0625rem;left:28.75rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7dToeVpS2iPgn8O1ciXpbUi6KCG72TF { top:22.125rem;left:28.75rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A { display:block; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkSgNQxMFxNfOQFMiJdS58xIXVh8AI2d { top:0rem;left:0rem;width:26.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udVq68ReLa88gXrig4zrssoa4Tfg7p6z { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI6zLgdW9QEKO1kEt25T2TQMcyXMgqT8 { top:4rem;left:0rem;width:22.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUFeyRs3ceVTQ3eU2OVNLCJpp4tI4gdg { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1wGBBs7w6OGQGMN0y8Pgq3DJkJqZnWv { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTW7UcKbSUflargLoblMfvhHSVba4bKs { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrcC9mF9UDwZZULb5tpSoPqtMzWfsfJG { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF9SUrTVfykeJG8XwemXrqtKLtrl7xLX { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0q59VgwbmeBUGULiCq7k2Sa2kaOKb8A { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwsZdtch3ZNOILCX9PU3ObT85EzT4Z47 { top:14.25rem;left:10.930220007896rem;width:9.25rem;height:9.623064480405rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJU3mxIbknH5Wgv5Smkng1skFy2mXyQJ { top:8.8125rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQodOJE2s5QLFO57T0UOnq82TgFrqUx1 { top:9.9375rem;left:11.337711691856rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKEnJzGH3v6lamZFrQZ9pz2xT133nktP { top:13.5rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1P9gvh1rK1gmoM7hhhidKM0RlDZpsEz { top:1.375rem;left:0rem;width:22.25rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c856JSFA8vk7uqLbWFoBJJgnIEac629J { display:block; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EN1kyT4QH5eEFRgI7F0JgkGp2PCTAq92 { top:3.875rem;left:0rem;width:19.125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fam66LvGThTPVSXbkFbDSTbZznTgAfsq { top:31.3125rem;left:21.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuGtzJFwsMPXveRT260afcFz8LobSxPH { top:31.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ZF2rZBtpUkPB10fBpAunmwCKtpeLQx { top:15.0625rem;left:28.1875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBGAfu7WuuhNS4bm6uutmR7nuyCK2g6N { top:25.125rem;left:25.125rem;width:3.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwGyWTf91uWo0fk9HnrqswIqlxcbfNIM { top:25.125rem;left:42rem;width:3.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQtNyAPJu01Ed7PkJT1Gwsd2rbNai7Tr { top:9.9375rem;left:32.625rem;width:3.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrNbminkaf3bAN7gQy4FhwJtHEoyIa7Z { top:6.9375rem;left:0rem;width:19.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQbBvBhnDWzkaQvRDHwvwv0gvKKFylhU { top:3.875rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq7gTEX8GIVDyChnTMCX2TqRZQtaNpyI { top:15.0625rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5PFlIzglwXdTQIRgvdgJsiJkDRSAJa2 { top:20.0625rem;left:4.9994663000107rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lawHrzvyUKVVcFSTRIt1owma37sRFZQQ { top:31.3125rem;left:5.0625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRWt14ZafWFrMwmWoWHbUf7DedG5SUts { top:3.8125rem;left:26.936966300011rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN3RSRsdD6x0MpmVTX6745tXovgTvvDy { top:20.125rem;left:20.125rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6S5SznQmwdmSyUHS5ybWq7niXw6TZO6 { top:20.125rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8uyu8qLMsDX5EAgbM8ShiC9m1Zh3z0N { top:20.0625rem;left:20.125000357628rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXBBUV39wHF0f6ePUDNgu27ZsgPetmbQ { top:20.0625rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghl1ahBD6xfyDbPAmiXToWlNs2TUL46g { top:3.8125rem;left:26.875000357628rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqMlIaZnDpcBUWU0Otn2Lo2HCf48vEhU { top:3.8125rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaS6ETFdJzzNWfv1VHF4JTknCo4Et4Uv { top:20.0625rem;left:4.9994663000107rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1AfMkksdRBeIULydbfIbN4TKwaXuAnd { top:3.8125rem;left:26.875000357628rem;width:14.375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U72aGn2fgaQR8ZqI3dQ7WaMU0mitDNOd { top:36.9375rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq { display:block; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSM5uTgTG6DZiFUtkaxMHBOy1WIuNFUc { top:6rem;left:11.125rem;width:10.6875rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQvvhfwJpE4mvpk6h6TB3nysQr5QMeTW { top:5.8125rem;left:0rem;width:7.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFAthzOUagZhrhWBXE5aTdEi6buMTbHo { top:7.4375rem;left:0rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMAS1zfCw1eCmNdzSrzlptJvpPLnNxEg { top:10.625rem;left:0rem;width:10.5625rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeQnmRgOUq9XLB39WFOoqXfCEei3y7cJ { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJRqz8BfazWXtQpdVKo01ioxOHVvEcQa { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVv5nnyVvOFQRLuOTkpKwx0qByQB5NM2 { top:9.6875rem;left:28.75rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7HTVJ2kwvTfJwEteFJDwKrN4JlRlfNS { top:14.3125rem;left:28.75rem;width:10.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfR8NH8pzW5qf5n4fL9FAfBQ8TpbGo86 { top:6rem;left:11.0625rem;width:10.6875rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT1DorTkUZKW0fPg7TTtifbZOSm35i60 { top:8.625rem;left:0rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fApHCGFcLRW1q6hOxDkypuUGmoddsHKP { top:18.875rem;left:28.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHQFFXgW84p2dmnJFvlQB4rEJlHFR7hE { top:2.3125rem;left:0rem;width:19.8125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VctP30h2CcQh2hetGSKX9O6m0yFLoiCt { top:5.6875rem;left:0rem;width:7.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO6WucU5v1o9w5fyI8kZiWyzH2qVpovT { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJW0OnRKQ30XKwrFhz9dgAFyMxd1ikKw { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmg4AEavenntfgsdcNsbPyEem9GfWkni { top:6.1875rem;left:37.0625rem;width:10.6875rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG8bWtBomzEPJ8z0KlcTOBqcJTdJ6CIR { top:6.1875rem;left:37.0625rem;width:10.6875rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqTTR8znrz2RvTJyAQTk95URbHpCqfHA { top:10.8125rem;left:29.25rem;width:10.5625rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oERM5dWGvni6q0g08qs7Gq4VPxzZcW3p { top:8.8125rem;left:26.8125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf0DdMLxSTANACq4MRu26nbtRzrzyGQT { top:7.625rem;left:29.125rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euyi4oPccLm6snM1DXAT65Ob8xnfWTkq { top:5.875rem;left:29rem;width:7.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPOPfncqhRVANBdMW2LrW0p6Zt3cx0MG { top:6rem;left:29.25rem;width:7.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb { display:block; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcGtTCC3SB4W2lIaInDukGBtra1oTHJA { top:5.4375rem;left:11.8125rem;width:24.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7xUGu6U68LzxZpX1oNR31AsQvB2QVz { top:8rem;left:14.875rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfoonPnRw4QxTDo0GNhTcxRH3xGhrOWV { width:10.4375rem;height:3.4375rem;top:12.25rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2IIlcT58wHy5XUrUG7pF8W3QeGZPnTD { display:block; }
 }@media only screen and (max-width: 763px) { #A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy { display:block; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfTPKEtBgZTEm56hA0F7W5rl5TnPrHVF { top:5.1875rem;left:0rem;width:37.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhoEXWTtbcB0kICg9mkk2LoFGbScTyP9 { top:1.1875rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GktKEzSUeqmNyJbM27binuBQ17NzX6QJ { top:2.4375rem;left:39.3125rem;width:8.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSO7hZDRdPhv04ENeSHERDISEbfor7K1 { top:0.1875rem;left:0rem;width:11.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJXzJs6nzny1Rrbv5OSuV6tNKNlfv7Gs { width:6.3125rem;height:2.125rem;top:4.6875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9BIUWaVMP393KHzAUVikX0XJSeI6Ab8 { display:block; }
 }@media only screen and (max-width: 763px) { #P8ycq5LJm5Sn9sCzpdr4I11LT4MTp93A { width:7.0625rem;height:2.125rem;top:4.6875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEMTDseosrVVuhI9xI8F47PKR1atpG6P { display:block; }
 }@media only screen and (max-width: 763px) { #pTWgRb9TJnZnizgUB02kFP7oHDg5xBw3 { width:7.0625rem;height:2.125rem;top:4.6875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0ewWAOoJpeU2cnB6kdJZHBdEQNvJNh { display:block; }
 }@media only screen and (max-width: 763px) { #OhAUCZBhDDQUQz4sac7E5egCl6ayliWP { display:none; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyHG0cTN5e3saH4KeqZ7ceXwuOqzLVSV { width:10.4375rem;height:3.4375rem;top:12.25rem;left:18.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXrk9niXTUgH2O6kA49HLfBPJVw5OJAT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 { position:relative;z-index:auto;display:none; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jw1Z0xz9xwiQNg8K70Jky2PJg5BPTUEP { width:8.4375rem;height:3.4375rem;top:0rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdlmzy0mvxC4kfQBrTi7A9RBnST8ZhU { width:11.625rem;height:1.13720625rem;top:6.3125rem;left:4.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIkKhnuTpn6cGXXNEyHk4TI0mrewBDxP { width:8.375rem;height:2.375rem;top:0.71875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUIlKny4K3ZM1i34FbQnG8Ek4mHSOhWf { display:block; }
 }@media only screen and (max-width: 763px) { #bE5GLLgR99HU6clohA7JEyCKZd07RMkP { display:flex;width:1.3125rem;height:1.5625rem;top:5.875rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDpzfn8lECgXcEAlOTUb67M1kXm6WIcL { width:3.5625rem;height:1.13720625rem;top:9.6875rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNGZi9ax6WDAgRXy4b5SG9beGR5pDGiK { width:4.75rem;height:2.4375rem;top:5.4375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPGDJLtERV0zPaBi2fEaO4tCxewi2Zd5 { display:block; }
 }@media only screen and (max-width: 763px) { #wVHUKRkyzL2U9WMVhQ1fJn9p675n3f5h { width:6.5625rem;height:2.125rem;top:9.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRGsODDsqTJqqzSwD0OwcVT1qkhuDmx9 { display:block; }
 }@media only screen and (max-width: 763px) { #aNVmUxFynAtGoKqgwh8G6i1BkVzfklsK { width:6.9375rem;height:0.25rem;top:8.625rem;left:6.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhZ8pyoyU92yc9XrOycwyArwbrUoHffr { width:8.75rem;height:0.25rem;top:11.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPbA6oPnoLS9qBrSCmQqH8902a232zkq { display:block; }#TPbA6oPnoLS9qBrSCmQqH8902a232zkq > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erg2loTdLp3KUBygzGVU9wQqIdbHgbZR { width:13rem;height:5.9375rem;top:1.25rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkbIS8xeGMHUKNHvI5NP6dcX8T0zrOyh { display:flex;width:1.3125rem;height:1.5625rem;top:8.4375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsD0yawIRykmoo9gZVvwrA5dnehWmX0d { width:9.6875rem;height:1.13720625rem;top:13.63671875rem;left:5.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJzDdM9pKb6bEwtferRGq3Gd5m7GmBkA { width:7.875rem;height:2.4375rem;top:2.75rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1SVTSDLvHzSQTG9PkOOvwM5vfigOtZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #WBkXEIyTlCQ2d7SdaT3Es2ftrPQbnytM { width:6.5625rem;height:2.125rem;top:7.9375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNCdopAIDOAlc3sIEZKmxATFBHEdh1QU { display:block; }
 }@media only screen and (max-width: 763px) { #SxULxZZuCxzu0fBpHowT1ZENIlvz2toJ { width:6.9375rem;height:0.25rem;top:1.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGFMqZmuKprJzXy3eFFzLdwNOUvEP0ht { width:8.75rem;height:0.25rem;top:6.4375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6lBsO6c7Dh9hpT8TlvgxubgKROQgemF { width:3.5625rem;height:1.1375rem;top:4.3999996185303rem;left:5.8125rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #D0au2ewwSOR4EGZMptxkTG52eEBf1TT2 { width:8.75rem;height:0.25rem;top:8.0562505722044rem;left:5.6249998807907rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #Dckllmxw6IlpsuCiZpnDpd6T3Hl2c3ni { width:6.5625rem;height:2.125rem;top:3.90625rem;left:9.3125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #tT5q6sVbwoznTJzF9gzTXbTSFp0GNN61 { display:block; }
 }@media only screen and (max-width: 763px) { #AKHzBri5hyDBi1xV5XsiJuL14WWzrFaK { width:6.9375rem;height:0.25rem;top:6.1312513351441rem;left:6.5312498807906rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #RaG7adEmxggxRhbTGbcmxLX3Xcpkgnsn { width:4.75rem;height:2.4375rem;top:3.75rem;left:14.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #TJ68TxT8x4o9uAhhgltg2pgBpMOmMDFN { display:block; }
 }@media only screen and (max-width: 763px) { #h51nIBBMO4H2Cy36dtrQImmU4fltxdP4 { display:flex;width:1.3125rem;height:1.5625rem;top:4.1875rem;left:12.8125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #T8OUhKGa5rezF2ReUQU6nLdNfACal1cA { width:11.625rem;height:4.625rem;top:0rem;left:4.1875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz { display:block; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTW0CV70bBcM0ULQRmghA1TaU9V6XBse { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa928f2c-18a9-4877-ab27-b9a448e8455b/Imagen2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse.adaptive-delivery-prevent-bg, #HTW0CV70bBcM0ULQRmghA1TaU9V6XBse.lazyload, #HTW0CV70bBcM0ULQRmghA1TaU9V6XBse.lazyloading { background-image: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container { background-color: transparent; background-image: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container > .video-iframe-container { display: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row > .video-iframe-container { display: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .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); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPq2gQkEwyTuyvtitmALBkexVTplsUaM { width:12.5rem;height:1.462675rem;top:1.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { width:18.125rem;height:5.4rem;top:3.6875rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctL4SsLcOEsJoApKH30OqRI8k56ObH7l { width:19.1875rem;height:12.1875rem;top:78.75rem;left:0.40546876192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOKMcs0E9k21WupZJlVTIiEymggHPa4y { width:8.375rem;height:2.375rem;top:20.5986328125rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6NDWafJpZTrWNrezGAeeB6SvdHanF37 { display:block; }
 }@media only screen and (max-width: 763px) { #KEkozb521I8rbKrdmbhuTTrDJcLKTani { width:20rem;height:3.1875rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znQbcUouNwNBfdmJOgXntqtaN2XPBS9I { width:16.4375rem;height:2.92480625rem;top:67.16113125rem;left:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7uQKdmckkIBPwMAQlblxq99pcbIADTZ { width:5.125rem;height:1.21875rem;top:26.625rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwLAJmwLHU349E9eJlSRi6WHTbtyQWNG { width:5.125rem;height:1.21875rem;top:28.3125rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaKmOox8gQ5KlIHNr104MATVVbEQIwCc { width:17.5rem;height:4.6875rem;top:25.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB9yC4bosPcfo11eSNQdnkFZUCM8Btqi { width:5.125rem;height:1.21875rem;top:26.625rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf8e7E7eXtKuHHcdK91u66qv47BfXsws { width:5.125rem;height:1.21875rem;top:28.3125rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyTeFImz4MuzAEwkCb29Pt3Q7X9xrVAO { width:5.125rem;height:1.21875rem;top:26.5625rem;left:13.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhNnxREnRxRLO4hACTG1tl1lq0B1LiFA { width:4.4375rem;height:0.9375rem;top:28.3125rem;left:13.75rem;font-size:0.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AmQpHtHs8QFak2TZcPI293NFywOf3axX { width:8.0625rem;height:4.375rem;top:18.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpbI6HocoPRnRnaM8v6RHDBB4pn9fZGG { width:7.875rem;height:4.6875rem;top:18.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcBO8UugGvlw9raxZMwXpGSJH0L2xQrv { width:5.125rem;height:2.4375rem;top:20.375rem;left:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHWukckIxHe2DPrW52WsSz3GT7Qx8Tf5 { width:12.625rem;height:0.8941rem;top:23.125rem;left:0.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#f6eff1;display:block; }
 }@media only screen and (max-width: 763px) { #PielPURXWlgzLGdegqH2uSXf4t6nfzha { width:5.125rem;height:1.1375rem;top:19.125rem;left:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0eiR3690vhhUlvy0cqn4TFmpSXgO8aZ { width:16.1875rem;height:3.15rem;top:12.375rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Zgd5OuX4V701WHR0NBHKTErMK2S7It { width:2.1875rem;height:2.4rem;top:9.3984375rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go5GT6WWzJ52HA0Pkl6sTVqWrSHMEnx0 { width:16.3125rem;height:1.5rem;top:16.0771484375rem;left:1.09375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.875rem; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0  { width:17.5rem;height:auto;top:35.69921875rem;left:0rem; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 {display:block;}#l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 { width:17.5rem;height:auto;top:35.69921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #MWo7JnzaSL5PMDtsK9RyyNfrIN6f5v5c {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #xq9wWTlwK098i02Ry7pqFTIV1G3C9nn0 { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #acJ3IJKpSmyZQgGmTTEdxkBm8dkVEEE6 {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #M8TpKqt7IX3VsXRc8SoeRz9qJyM94Dkv {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #Tmp9goeDhoUywxkLTAlnFJEOyMtVm6vg { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #Wq1Q5siIHIwZUnhfcoHSFZ4ifGNcdXmK {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #QNylZPlrnDzA47PLRDCzHQluao4NBd5N {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #cpuI7zsHTDSyAT9zpztQQsUt4vaUkwIO { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #okTWIUpW0azzBzPzFheyhlD7NoPIryds {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #nUaCTUIAuSmCBriyNwnzPMcTTM9vPr7K {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #wRI06Sw3Hx3tscBU8nbEIRFuaQOpS7sB { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #LLRnT1qTilAvn9UqnWa4HtMXy8FeZdEv {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #kQtTqatCtTANy0ERZ4vZvUy7TzE3D06e {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #N7RqNM0ybGGE67PTicS921G61Bx6kKec { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #SDch1SZQ5gTqmPIh5JSbCELFgM7c7lMw {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #MMKffECCfcLwnQOHt8rnM9rVFOyRUeIa {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #GE3ffvFxTqkKhrPboS0RcHdsfqdl8MoR { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #qvV6NkWoG04kvWsC30OwZSgeBa8u2vOW {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #AotKwm1oZZEaf8HUuPk0APVuALOxHqh6 {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #KXTV1H9hA2x1lbINUwuT55fzLw42Ba0J { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #VIQbNV0WKC26KuerUgkcpJiIvaBtPbsk {  }
 }@media only screen and (max-width: 763px) { #RRpm12UHyAFn606XxMP4LuTcUqxPhsvv { display:block; }
 }@media only screen and (max-width: 763px) { #R33xSL3zKhCVTV3AkWP0c0JP3arhEhBh { display:block; }
 }@media only screen and (max-width: 763px) { #tmSHiA5KJAF98UrHmgLiQFqvtH5dS0Xy { display:block; }
 }@media only screen and (max-width: 763px) { #rnXFQsxQ84Xe8IXklVRIQoXtM8hl3ulG { display:block; }
 }@media only screen and (max-width: 763px) { #zaQIeyQwpl4cH2heTmGfMZLLUzQulmIg { display:block; }
 }@media only screen and (max-width: 763px) { #ouvSipcvs8w5QCQ0T85cbJsb0L0fupFW { display:block; }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #QreiEnK1iEru4fdfVSK1HHqKcOUQi50d {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #DR3pqMZywX85ZMEyZg0S6OPKxXT2BX33 {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #FTprXA3NgeVDyuxWbugDWigT75OIKCwG {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #pdp7osq9E8dLs1DIL7TeLBpmAukkIDio {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #Z0kBdysi4SbRhn0MTo1VfembX4wrPw76 {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #Po66AwBavDKw5afz4Tg2iQtvw7L01F0T {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #HJFtBqs2TXv9siXyv4Tzhb10pQIWfKlw {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #QwK81BxZx5UzUuIqNmauIBrJPFnoAVO4 {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #JK2f5EvJQT9u4NC1zNrEuoKVBLEt19Og {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #gs6K6liqMlQLC0PmoAn4NC9ovCSiBLs7 {  }
 }@media only screen and (max-width: 763px) { #l1Dc6JIVSnAAAAQTxZkAzqU8yKmPgGh0 #WHanO4gQNvKFTx8G8tqwB28ar57hnc4r {  }
 }@media only screen and (max-width: 763px) { #mNM5IOi0hnJQfIVdvQPy01RzNFINiosN { width:20rem;height:2.75rem;top:32.76953125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3ATpvC6v42Op9NgNL8MzInqayb5BwDE { width:6.75rem;height:2.4375rem;top:19.6875rem;left:1.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkPSQbz7IrPS1lMZWMB1k2s2FXwihh68 { width:6.75rem;height:1.1375rem;top:21.875rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coOiGvd4pX0i7wfoQciSDs2xLiwZt3d7 { width:6.75rem;height:1.1375rem;top:18.875rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txu8VPUslmlg5A1l4oTWPFrzVfDt0bt7 { width:20rem;height:2.68125rem;top:75.28125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#f6eff1;display:block; }
 }@media only screen and (max-width: 763px) { #UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ { display:block; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnKb66ML7lvU6TPZCp07NXcXiokhMCla { width:20rem;height:6.5rem;top:3.31201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqsy8noUeEqvptoObumfJVesBfxvwk1J { width:20rem;height:2.925rem;top:1.56103515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ { display:block; }#tULwmzNI38Uyk8mRF9RAHokwDJi7UGIZ > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcT6tfc0ZlfZeaBM80SZ5nUMMU3oHqZq { width:20rem;height:2.6rem;top:6.5621490478512rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1L8n1qQm6TbLeZCovPMC4hqSKGqsf6P { width:20rem;height:4.3875rem;top:1.498046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL { display:none; }#FwbWT3NmtPG8tft51rn0kAcOHQZ9pZDL > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxvXEBkHsnoEC75ypNNru1B2gvQ4FpzC { width:9.6875rem;height:3.8994125rem;top:1.25rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG2aIi66n8DxUlI0GBFTVvGLMmSL4dWC { width:10.1875rem;height:3.8994125rem;top:6.398925rem;left:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgGal05dL0ZpbD8ZAWvZHBT9skVPGtmP { width:9.6875rem;height:3.8994125rem;top:11.54785rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr4dOtycfUKmqXBOn2b1Onl7U4DcxfR5 { width:20rem;height:3.8994125rem;top:16.69628828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGOdScmyoKnsTusS46HXuTEKmARar5HL { display:block; }#fGOdScmyoKnsTusS46HXuTEKmARar5HL > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxn216lnlZlB8wKkx6TDvsZdPqET83JT { width:20rem;height:4.2252625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBmIJAl9hhs1IOVsHnR6QuD2CUqvX0zU { width:15.0625rem;height:8.75rem;top:6.912109375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4XkAIL3bXTn0FewZpdb6zmmDs8uSybf { display:flex;width:3.125rem;height:3.125rem;top:7.833984375rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #wgeP6lKulKSfg4WCMUtRam6pwUgXhQwG { display:flex;width:3.125rem;height:3.125rem;top:17.724609375rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #gVLzMoFThOd6X3CS6JmFf7Cib8TOLicd { display:flex;width:3.125rem;height:3.125rem;top:28.412109375rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #Tp27ByGycs5cSe2ZxxuXEcwGNaiinxFX { display:flex;width:2.5rem;height:2.5rem;top:39.287109375rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #G8DqDcCrRmRubsspevSo4xnOBUkuB2aB { width:10.1875rem;height:1.21875rem;top:12.927734375rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFkHPJ0yscaacoRAmb8uENvwluzmHPoa { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueXdtU7hDEAB2su2rziFLvmiTNiJW5Ap { width:6.8125rem;height:2.03125rem;top:10.896484375rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ8iFUorOdGGbRCQu1BKn4rsr1B6kdeT { width:15rem;height:8.75rem;top:17.005859375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6PyJe6XA0ZzNeRhmCKk7ugQNR0m6zWZ { width:4.0625rem;height:2.4375rem;top:20.875rem;left:4.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3aT7wPCDnOSog0i7ddwcPFvzoX4ztCU { width:11.125rem;height:1.21875rem;top:23rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWVW8Fcw07SN5Ztgqhg36Ats8ZDyAw50 { width:15.0625rem;height:8.75rem;top:37.974609375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRh3SEskkrTO7hORb3ywhfE1Gy3ZIan5 { width:15.0625rem;height:8.75rem;top:27.349609375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9MESvCQatqXoNnXrhMkOMaChF9mVyiF { width:11.125rem;height:1.21875rem;top:31.5625rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNluerL8dy0XWFqTNPBCHGRLOFQUFdHy { width:6.625rem;height:1.7875rem;top:32.875rem;left:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQTCe7UNT8vcPEGZ34Na9SN002HfWkEK { width:11.125rem;height:1.3rem;top:43.625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkQzdpPG2KxG7poiGKllM4a38VxEeVi2 { width:4.75rem;height:2.03125rem;top:41.8125rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 { display:block; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBlfr9gwt8Sgwv6BJzXnLUTdCtqbFTLl { width:18.4375rem;height:4.875rem;top:0.625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #haqchxCmT7OBqJE1ayNc0xyItMH9kI6P { width:15.6875rem;height:2.6rem;top:30.8125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D97MfxpMt3L5thz4GWCK6W1X6q2Bb6Q5 { width:15.9375rem;height:1.3rem;top:37.5rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7buiLvgTI6AL7STLb8MInreFPGLP6fh { width:15.8125rem;height:1.3rem;top:34.875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrxpuu26Bi1DRRamOsnFBsTyCFngcZGr { width:17.8125rem;height:11.875rem;top:43.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceqvdAv2ZhxW71SJftXONCs8XHbqJ7A7 { width:6.6875rem;height:10.8125rem;top:40.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T94KvKRPFyh2y1bixMHvNIPIXb4yC2xg { display:flex;width:0.8125rem;height:0.8125rem;top:31.1875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #m116xRyIGHy5LaXE4KQflF40thsE166V { display:flex;width:0.8125rem;height:0.8125rem;top:35rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #TFuOPgmX39ahfXtlzkcHlIHPqpSvkTME { display:flex;width:0.8125rem;height:0.8125rem;top:37.625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #mDq82f9yOlzr1rQBWHHoPiGhn4Kl6ODJ { width:15.5625rem;height:2.6rem;top:17.3125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6zI5KxfCb8UFTf60X2wk4XLGH3LfCmy { display:flex;width:0.75rem;height:0.75rem;top:17.5625rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #i7vUqDgg8tSThzOR9HVT6LJiT0t5gtwh { width:16.4373125rem;height:1.3rem;top:21.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNCGf6yNedqeExZrU6Lc6HTxz1IFEc3M { display:flex;width:0.75rem;height:0.75rem;top:21.375rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #M9ulD1CC4L5ym7nsMvyU7gbrLNLmaQAf { width:13.9994375rem;height:2.6rem;top:23.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnI8u6KeZoIxXeGXMZg0aBytaQsNWtCT { display:flex;width:0.75rem;height:0.75rem;top:24.125rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #cMLWzhfNnF14bkSzTVkSxNWFxDv2Lw9E { width:13.8743125rem;height:2.6rem;top:27.6875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIFyBPhErqBxqLQA1x7F5aGhn2aazP92 { display:flex;width:0.75rem;height:0.75rem;top:27.9375rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #ztznfts6cM17eby2ctHDqs6LkIxkMrad { width:15.8125rem;height:1.3rem;top:14.3125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivUKAGMMTIX34OqGNcgJNv7D2aRXFHHQ { width:15.6875rem;height:2.6rem;top:10.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX9mVrwv0wSpVmuItSI0V6RMOTZm5Dvi { width:14.0625rem;height:1.3rem;top:7.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZgCWCHgtAhv1xSLiTUg797gQfAx7gNA { display:flex;width:0.8125rem;height:0.8125rem;top:10.75rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #dShge31eudt1iadgClwkRoyI8dBOoB94 { display:flex;width:0.8125rem;height:0.8125rem;top:14.25rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #V7dToeVpS2iPgn8O1ciXpbUi6KCG72TF { display:flex;width:0.75rem;height:0.75rem;top:7.8125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A { display:block; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkSgNQxMFxNfOQFMiJdS58xIXVh8AI2d { width:20rem;height:21.875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udVq68ReLa88gXrig4zrssoa4Tfg7p6z { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lI6zLgdW9QEKO1kEt25T2TQMcyXMgqT8 { width:19.0625rem;height:7.8rem;top:5rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUFeyRs3ceVTQ3eU2OVNLCJpp4tI4gdg { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1wGBBs7w6OGQGMN0y8Pgq3DJkJqZnWv { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTW7UcKbSUflargLoblMfvhHSVba4bKs { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrcC9mF9UDwZZULb5tpSoPqtMzWfsfJG { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RF9SUrTVfykeJG8XwemXrqtKLtrl7xLX { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0q59VgwbmeBUGULiCq7k2Sa2kaOKb8A { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwsZdtch3ZNOILCX9PU3ObT85EzT4Z47 { width:7.3118125rem;height:7.3118125rem;top:15.8046875rem;left:2.2470703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJU3mxIbknH5Wgv5Smkng1skFy2mXyQJ { width:8.3744375rem;height:8.3744375rem;top:15.5576171875rem;left:10.529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQodOJE2s5QLFO57T0UOnq82TgFrqUx1 { width:7.4369375rem;height:7.4369375rem;top:11.853515625rem;left:10.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKEnJzGH3v6lamZFrQZ9pz2xT133nktP { width:8.4375rem;height:8.4375rem;top:11.3544921875rem;left:1.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1P9gvh1rK1gmoM7hhhidKM0RlDZpsEz { width:18.125rem;height:1.95rem;top:2.875rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c856JSFA8vk7uqLbWFoBJJgnIEac629J { display:block; }#c856JSFA8vk7uqLbWFoBJJgnIEac629J > .row .container { width:20rem;height:103.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EN1kyT4QH5eEFRgI7F0JgkGp2PCTAq92 { width:18.875rem;height:1.95rem;top:1.25rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fam66LvGThTPVSXbkFbDSTbZznTgAfsq { width:12.5rem;height:1.29980625rem;top:66.68554375rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuGtzJFwsMPXveRT260afcFz8LobSxPH { width:12.5rem;height:1.29980625rem;top:82.31054375rem;left:3.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9ZF2rZBtpUkPB10fBpAunmwCKtpeLQx { width:12.5rem;height:1.29980625rem;top:19.81054375rem;left:4rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBGAfu7WuuhNS4bm6uutmR7nuyCK2g6N { width:3.5625rem;height:1.4624rem;top:60.49804375rem;left:7.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwGyWTf91uWo0fk9HnrqswIqlxcbfNIM { width:3.5625rem;height:1.4624rem;top:76.12304375rem;left:8.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQtNyAPJu01Ed7PkJT1Gwsd2rbNai7Tr { width:3.5625rem;height:1.4624rem;top:14.68554375rem;left:8.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrNbminkaf3bAN7gQy4FhwJtHEoyIa7Z { width:17.4375rem;height:5.6875rem;top:3.9619125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQbBvBhnDWzkaQvRDHwvwv0gvKKFylhU { width:14.375rem;height:14.375rem;top:11.547426223755rem;left:2.8116121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq7gTEX8GIVDyChnTMCX2TqRZQtaNpyI { width:12.5rem;height:1.29980625rem;top:35.43554375rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5PFlIzglwXdTQIRgvdgJsiJkDRSAJa2 { width:14.375rem;height:14.375rem;top:75.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lawHrzvyUKVVcFSTRIt1owma37sRFZQQ { width:12.5rem;height:1.29980625rem;top:51.06054375rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRWt14ZafWFrMwmWoWHbUf7DedG5SUts { width:14.375rem;height:14.375rem;top:11.5478515625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN3RSRsdD6x0MpmVTX6745tXovgTvvDy { width:14.375rem;height:14.375rem;top:27.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6S5SznQmwdmSyUHS5ybWq7niXw6TZO6 { width:14.375rem;height:14.375rem;top:43.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8uyu8qLMsDX5EAgbM8ShiC9m1Zh3z0N { width:14.375rem;height:14.375rem;top:116.110353125rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXBBUV39wHF0f6ePUDNgu27ZsgPetmbQ { width:14.375rem;height:14.375rem;top:43.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghl1ahBD6xfyDbPAmiXToWlNs2TUL46g { width:14.375rem;height:14.375rem;top:27.499979019165rem;left:2.8116121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqMlIaZnDpcBUWU0Otn2Lo2HCf48vEhU { width:14.375rem;height:14.375rem;top:59.433592677116rem;left:2.8116121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaS6ETFdJzzNWfv1VHF4JTknCo4Et4Uv { width:14.375rem;height:14.375rem;top:75.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1AfMkksdRBeIULydbfIbN4TKwaXuAnd { width:14.375rem;height:14.375rem;top:59.433596491814rem;left:2.8116121888161rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #U72aGn2fgaQR8ZqI3dQ7WaMU0mitDNOd { height:10.75rem;width:19.3125rem;top:91rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq { display:block; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSM5uTgTG6DZiFUtkaxMHBOy1WIuNFUc { width:8.875rem;height:13.4375rem;top:9.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQvvhfwJpE4mvpk6h6TB3nysQr5QMeTW { width:7.625rem;height:1.3rem;top:7.25rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XFAthzOUagZhrhWBXE5aTdEi6buMTbHo { width:9.437125rem;height:1.1375rem;top:8.625rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GMAS1zfCw1eCmNdzSrzlptJvpPLnNxEg { width:9.6875rem;height:10.2375rem;top:10.625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeQnmRgOUq9XLB39WFOoqXfCEei3y7cJ { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJRqz8BfazWXtQpdVKo01ioxOHVvEcQa { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVv5nnyVvOFQRLuOTkpKwx0qByQB5NM2 { width:5.5rem;height:1.13720625rem;top:31.92236875rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7HTVJ2kwvTfJwEteFJDwKrN4JlRlfNS { width:10.5625rem;height:5.6860375rem;top:51.0962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfR8NH8pzW5qf5n4fL9FAfBQ8TpbGo86 { width:8.9373125rem;height:13.6248125rem;top:9.2178618907931rem;left:11.062676966191rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT1DorTkUZKW0fPg7TTtifbZOSm35i60 { width:2.5rem;height:2.5996125rem;top:34.3090875rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fApHCGFcLRW1q6hOxDkypuUGmoddsHKP { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHQFFXgW84p2dmnJFvlQB4rEJlHFR7hE { width:17.875rem;height:3.9rem;top:0.81201171875rem;left:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VctP30h2CcQh2hetGSKX9O6m0yFLoiCt { width:7.8125rem;height:1.5625rem;top:7.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO6WucU5v1o9w5fyI8kZiWyzH2qVpovT { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJW0OnRKQ30XKwrFhz9dgAFyMxd1ikKw { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmg4AEavenntfgsdcNsbPyEem9GfWkni { width:9.3125rem;height:13.4375rem;top:27.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG8bWtBomzEPJ8z0KlcTOBqcJTdJ6CIR { width:9.2498125rem;height:13.3744375rem;top:27.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqTTR8znrz2RvTJyAQTk95URbHpCqfHA { width:8.6875rem;height:10.2375rem;top:28.876951217651rem;left:0.6178976893425rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oERM5dWGvni6q0g08qs7Gq4VPxzZcW3p { width:2.5rem;height:auto;top:8.8125rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zf0DdMLxSTANACq4MRu26nbtRzrzyGQT { width:9.437125rem;height:1.1375rem;top:26.8125rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #euyi4oPccLm6snM1DXAT65Ob8xnfWTkq { width:7.8125rem;height:1.5625rem;top:25.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPOPfncqhRVANBdMW2LrW0p6Zt3cx0MG { width:7.6873125rem;height:1.3rem;top:25.4375rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb { display:block; }#EwLgqv5cWHkZOHDiT1aktdagTcMcNxGb > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcGtTCC3SB4W2lIaInDukGBtra1oTHJA { width:20rem;height:1.95rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7xUGu6U68LzxZpX1oNR31AsQvB2QVz { width:18rem;height:2.6rem;top:5.13671875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfoonPnRw4QxTDo0GNhTcxRH3xGhrOWV { width:10.4375rem;height:3.4375rem;top:8.986328125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2IIlcT58wHy5XUrUG7pF8W3QeGZPnTD { display:block; }
 }@media only screen and (max-width: 763px) { #A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy { display:block; }#A8LbGR8hi67lvzifPGgVKaQNmKC3p9Sy > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfTPKEtBgZTEm56hA0F7W5rl5TnPrHVF { width:20rem;height:1.95rem;top:13.51171875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhoEXWTtbcB0kICg9mkk2LoFGbScTyP9 { width:8.875rem;height:1.95rem;top:7.0625rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GktKEzSUeqmNyJbM27binuBQ17NzX6QJ { width:8.4375rem;height:2rem;top:10.26171875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSO7hZDRdPhv04ENeSHERDISEbfor7K1 { width:10.3125rem;height:4.25rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJXzJs6nzny1Rrbv5OSuV6tNKNlfv7Gs { width:6.3125rem;height:2.125rem;top:16.7109375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9BIUWaVMP393KHzAUVikX0XJSeI6Ab8 { display:block; }
 }@media only screen and (max-width: 763px) { #P8ycq5LJm5Sn9sCzpdr4I11LT4MTp93A { width:7.0625rem;height:2.125rem;top:20.0859375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEMTDseosrVVuhI9xI8F47PKR1atpG6P { display:block; }
 }@media only screen and (max-width: 763px) { #pTWgRb9TJnZnizgUB02kFP7oHDg5xBw3 { width:7.0625rem;height:2.125rem;top:23.4609375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0ewWAOoJpeU2cnB6kdJZHBdEQNvJNh { display:block; }
 }@media only screen and (max-width: 763px) { #OhAUCZBhDDQUQz4sac7E5egCl6ayliWP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container { background-color: transparent; background-image: none; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container > .video-iframe-container { display: none; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row > .video-iframe-container { display: none; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .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); }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container { border-width: 0; border-radius: 0; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OhAUCZBhDDQUQz4sac7E5egCl6ayliWP > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyHG0cTN5e3saH4KeqZ7ceXwuOqzLVSV { width:20rem;height:3.4375rem;top:2.125rem;left:0rem;z-index:15003;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hXrk9niXTUgH2O6kA49HLfBPJVw5OJAT { display:block; }
 }