.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.875rem;width:12.0625rem;top:-0.53125rem;left:0rem;overflow:hidden;display:block; }
#vtdlmzy0mvxC4kfQBrTi7A9RBnST8ZhU { color:#000000;display:block;width:16.75rem;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; }
#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; }
#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; }
#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.3125rem;width:13rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#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.4437499046326rem;left:53.562501907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;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:56.437498092651rem;display:block; }
#BNCdopAIDOAlc3sIEZKmxATFBHEdh1QU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:3.6742186546326rem;left:53.562501907349rem;display:block; }
#wqRebiSOaEOb4Zn5RUVqpOo6TdfbuJx0 { 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:15005;text-align:center;text-align-last:center;top:1.90625rem;left:62.99999809265rem;display:block; }
#Hs9Caqq71pc7n0yl1BlyT6L6MFylC30R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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/dd07c95a-d3d5-459f-bee6-61bc21879c09/DSC007662.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.34); }#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.34); }#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:64.1875rem;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:2.1181640625rem;left:7.5rem;height:1.38125rem;display:block; }
#vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:verlag;font-size:2.8125rem;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:4rem;left:7.5rem;height:10.125rem;font-style:normal;display:block; }
#ctL4SsLcOEsJoApKH30OqRI8k56ObH7l { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:verlag;font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.5rem;left:7.5rem;height:16.0839875rem;font-style:normal;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.9990234375rem;left:48.4375rem;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; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-form-header {  }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-regular-label { height:auto;display:block;font-family:verlag;font-size:1.0625rem;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; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-text {padding-top: 0; padding-bottom: 0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-select {padding-top: 0; padding-bottom: 0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:verlag;font-size:0.75rem;font-weight:400;font-style:normal; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-container:first-of-type{padding-top:0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-container:last-of-type{padding-bottom:0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF  { 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.495312690735rem;top:7.307812690735rem;z-index:15006;position:absolute; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17rem;display:block;vertical-align:top; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .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; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF {display:block;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF { 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.495312690735rem;top:7.307812690735rem;z-index:15006;position:absolute; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #MThQzbAxxmCg0cygxustT7s69iTOJbhy { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BctEL00TqGnXWEnUDAoMQw97qTstguXZ { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #WffaBR8hfMikQTKfMkvxT9DpsWlaNPh8 { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #t7eOnEW84uemQsWrQABcSXLG1nPKfcr0 { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ravfwJwdNfoCfBuZ131qhorLX36TDay3 { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #pcRiIW3a1E3tN0giNpaVKpE4lonZ6cTT { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #JayNG2lTJZNpTPm2mvmmzPNOCltHnMKB { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Q9WoxSJvr4w5ZCDq82pHX3TKgikiZWBI { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Mta8m27IUNkJk1gVonyKE13ALnemWyKP { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #DReAf10066cpmrhCBt4xl9plLLOzhIKK { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BH2WJFVtwTvL9F4GOErAb1m4MiuZ6bzB { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #aJEs4Gpm1otFnaqwXtszRDVF4XOuEEgG { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #TcPVAbC6PdezSGHvbu0XQ2kn94HbLBAp { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #CvXyQOVtTmGR8k6PuqRF7lCXLfnocRwb { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #NRoT2Bg59HltcyLDH3KUDoCakgo89eJl { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #KASfIUzHpTnnGvUwvA2sr2IsnW8vNQr3 { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VtlgpD6rk14FN7y4ZR5Idi3bTq00UdS4 { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #rCcdzkfANlHvRGi341yWy14D1IFb6osx { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #I6cVVH90ybAVvvlmv50xoQW1RVSgFggW { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VpN4Z072z4TfJ8p3BuQenz2z6fKlv3s2 { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ZO2hLD8sXsrNK8T2Pa6cpnPbpy2FQJUX { position:relative; }
#TGeEc9x5QCHmBE5toQTSuoPqcldEG3zo { position:relative;display:block; }
#Mtlus4Sh0kP634FAtBTWCnrPAwlxalpc { position:relative;display:block; }
#F9FywgkaWzyLtEFoHh8ILgrm2Bpy1hbT { position:relative;display:block; }
#hVrLTgbaV074z0eot7e7gzhMArCbFtZU { position:relative;display:block; }
#mVb6B2iNVX8w8HIczpSmLz41OsdtRcgE { position:relative;display:block; }
#cndIce0aa0kItzDiuu0zGA35qyhU1zdn { position:relative;display:block; }
#OcxguRRXInwFn6FvrLNGP921ipzZNs8B { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #FtgUhXBnZM7tJ5pZTWq93iNOFSZARRZz { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BW8aq4ADXhUmKbsKC5cOnsNzk2gQeVHT { position:relative;z-index:2; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #p0LNoZgRBAxBZcuDq2ieFpDcyZciNcSt { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #gHUo4tJdiULplKXHDP5yaFU8UazUVw1f { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #pdnTrD52u99T34szcIwv9Vt4DvKPHaqG { position:relative;z-index:2; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #mIQTsnz4pPGxb9DodgoifJx5J59fDCtm { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #bSLNdxfZb53UJTuuEFT2nq4tcg6yKMVw { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #XJgO4l71lprRLCBxRgtNGT8oUGlaaDB2 { position:relative;z-index:2; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #P1LbgT6Z1V28woePNHgQXECsbJohJaH5 { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #opnTTttIlRDU3Jy8TaVBECWu721oUqWe { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #xSz0UVphnBVy3uasUoxLHKoymqDaMdBy { position:relative; }
#I2T4We3AKoB4Ed4w8Xh6W83UFi6PAHPM { position:absolute;display:block;z-index:15032;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:53.1875rem;left:38.25rem;display:block; }
#iMWPn1b0cFRWkVRp993pZpPdiCshilqq { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:54rem;left:40.3125rem;height:1.70625rem;font-style:normal;display:block; }
#e1zqfPAiOBKP66fBcJgGEUoy67RdVqQ7 { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:55.6875rem;left:40.3125rem;height:1.70625rem;display:block; }
#lnia3QU8IXqNVluVG7rrsOoqZE16cOk9 { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:55.6875rem;left:48.25rem;height:1.70625rem;display:block; }
#RIq4TN4mIw99TzCUtZFE8Ic4pCTLBtTo { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:54rem;left:48.25rem;height:1.70625rem;font-style:normal;display:block; }
#EMkbBphtbge4BdNxHr8VsTOKSc6tveNp { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15039;line-height:1.1;letter-spacing:0;top:55.6875rem;left:55.375rem;height:2.886725rem;display:block; }
#r99yWD2ewJ7kZ8emLu07lywoUp70T4qf { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:53.9375rem;left:55.375rem;height:1.70625rem;font-style:normal;display:block; }
#hx5PMhZZHSg40ZScHUnZd5d5WzzR4uH2 { color:#f2f5f8;display:block;width:10.125rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:52.6875rem;left:21.375rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#JgzvO1bBar69Q5nteH65v3BGgktDGUmZ { color:#f2f5f8;display:block;width:7.5625rem;position:absolute;font-family:verlag;font-size:2.5rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:54.25rem;left:22.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#dBpyWDlV96xG25XTnqTb5JrzuuEVzyze { position:absolute;display:block;z-index:15041;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:7.8125rem;width:11.125rem;top:51.0625rem;left:20.8125rem;display:block; }
#FTa7UU1P3FnTXgmEf4Tko8m9Q8zUwtxv { position:absolute;display:block;z-index:15040;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:7.875rem;width:11.4375rem;top:51rem;left:7.5rem;display:block; }
#koQV8xOh3Dd7dxDAnPmJriIER0DtFsxI { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:58.875rem;left:7.5rem;height:1.1375rem;font-style:normal;display:block; }
#Ttnk5bbir0sAJ0bd1DlwuE2AlitaInbW { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:verlag;font-size:2.125rem;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:19.75rem;left:7.5rem;height:5.1rem;font-style:normal;display:block; }
#mCf3XFw9w8Io7E0AQZw1Ud3TQIoFJLHF { 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.162109375rem;left:7.5rem;height:6.525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HGiTal2Vb2rJCHxQ13fk4KZhx5UdT9ve { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:52rem;left:9.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Hl4OBfZWQebwFvdGK2zuUG5fQUITr3Os { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:2.5rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:53.3125rem;left:10rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#mXTGfTaayp04121zHCHvpxvWlkeTLLbS { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:1.1875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:56.5rem;left:9.6875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#T2zdB3ZZGC8qblQZhcsWcyAvaF9QDSeD { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:verlag;font-size:1.4375rem;font-weight:700;z-index:15069;line-height:1.1;letter-spacing:0;top:4.2607421875rem;left:48rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyrHflNIHWfDlNQtNUJvJ4mbiRST1Rs4 { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:47.375rem;left:48.406250953674rem;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:8.875rem;width:75rem;position:relative;display:block; }#hnKb66ML7lvU6TPZCp07NXcXiokhMCla { 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.9873046875rem;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.1875rem;left:8.875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy { 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; }#aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy > .row .container { background-color: transparent; background-image: none; }#aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy > .row .container > .video-iframe-container { display: none; }#aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy > .row > .video-iframe-container { display: none; }#aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy > .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); }#aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy > .row .container { border-width: 0; border-radius: 0; }#aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#M42hPEA4WckMEaKE2NJzDFlAddTzzPJR { 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:4.6728515625rem;left:8.875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TR5WAiFI8D1ZqKnC08LED6i783V99HoE { 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.0625rem;left:8.875rem;height:2.923825rem;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:25.125rem;width:75rem;position:relative;display:block; }#HBlfr9gwt8Sgwv6BJzXnLUTdCtqbFTLl { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:verlag;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.6875rem;left:42.3115234375rem;height:3.575rem;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:6.625rem;left:44.4375rem;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.6875rem;left:44.4375rem;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:8.625rem;left:44.4375rem;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:5.5rem;left:9.3125rem;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:2.9375rem;left:22.4375rem;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:6.8125rem;left:43rem; }
#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.875rem;left:43rem; }
#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.9375rem;left:43rem; }
#JZeXFANUZHGhF6GAxUriv4kM4ZtXEWK2 { 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.8125rem;left:44.4375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SfaroekkBbI1XTIdTuCPptK6nmz3omPn { 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:13.0625rem;left:43rem; }
#vhXEgxrJT4d6gNtnQHiBPDUo7cUpHZzW { 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:15rem;left:44.4375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bJIUAzhEDaaV2KL1GtyQaRWE2vIaPNT0 { 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.25rem;left:43rem; }
#o0L95STVNLBnTeHOFgIOePoRuUQI9fBV { 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.25rem;left:44.4375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fvl1hUhbc2Ta9FRFexQaSvBIcf7Ho0GE { 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.5rem;left:43rem; }
#eezmUp7c3gfES4EDeoAQ9h5Hu5Et094v { 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.5625rem;left:43rem; }
#AOb49cauxNQU8O3zoA1iDd2uJ7rT8LR2 { 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.3125rem;left:44.4375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ya9ufm5n5lzhxNu4EbV0nXJb3HGpAFxF { color:#000000;display:block;width:27.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:21.25rem;left:44.4375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlFchU3qFXpxt0rq22oqpUNWE3wXS9mN { 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:15023;opacity:1;top:21.5rem;left:43rem; }
#QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL { 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; }#QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL > .row .container { background-color: transparent; background-image: none; }#QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL > .row .container > .video-iframe-container { display: none; }#QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL > .row > .video-iframe-container { display: none; }#QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL > .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); }#QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL > .row .container { border-width: 0; border-radius: 0; }#QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#U4JRXCFTrkz7yug4uOpWToJ0FM0aQgWP { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.0625rem;left:28.6875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EENno0T3BZ5XDWRHPnlVOepTMesFt7k5 { color:#000000;display:block;width:20.875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15rem;left:28.625rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGTNrDUBPp0v7iEiooM9sw7bwlmVA0Qh { 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:5.125rem;left:3.4375rem;overflow:hidden;display:block; }
#P4KaK9zcRnVVXTMVTalcUXlNystfpp2J { 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:2.5625rem;left:16.5625rem;display:block; }
#xarOQ0neTnuHSNZnmUnopM415igTA5Le { 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:11.25rem;left:27.25rem; }
#rwEqJr1BmT4ywO5C0BTBk7058NRPdIvD { 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:15.25rem;left:27.1875rem; }
#TzNBNCuBSXd76IhIdcFyroPSxe7aduxd { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.875rem;left:28.6875rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hvXt5nE79LSvu72czhgbnuhKQoOaLnin { 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:6rem;left:27.25rem; }
#Jn4TQ4I9FNagmwQAUFAniwoGkCArB9n2 { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.875rem;left:52.5625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JdgMr33cabIqOrkiyTkTp7aA0k2v7UKL { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:25.4375rem;left:28.375rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nmO0nakop1HQpJtMWAgBuA4lt7c7FTxe { 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:25.625rem;left:26.9375rem; }
#gWCwfGTBDGKL8fPPUMH6GqZZz2bX6WtQ { 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:22.125rem;left:51.125rem; }
#U5LUu0Tm5X1J0iNUW8ZL3RwuRiFRdhts { color:#000000;display:block;width:21.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.25rem;left:28.625rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L8IJPeBEdRKIVK7TKTZBKxqdzz9mC0Jl { 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:20.375rem;left:27.1875rem; }
#WlchuZ4y11OQrOtmM2OdptPFt3amzkDz { color:#000000;display:block;width:16.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:16.5625rem;left:52.5rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FuNo7GvlDe1AKe3eAsCTM6OcIobnZTQw { 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:15023;opacity:1;top:16.8125rem;left:51.0625rem; }
#Zyf0iad4CvX4xleVtTwCat8BlRpWP2ky { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:11.250000476837rem;left:52.437500953674rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icnrC0STsmpJO2halIOBKTMCHczRZtni { 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:11.4375rem;left:51rem; }
#pRGZS49H8yHcV0c0quziBSJ9ontK6ZUo { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:6rem;left:52.4375rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G9rZt5DSGOB9og8413uIR7BKnge7zG1K { 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:15023;opacity:1;top:6.125rem;left:51rem; }
#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A { position:relative;display:block; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A { 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 { border-width: 0; border-radius: 0; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { 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:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container.adaptive-delivery-prevent-bg, #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container.lazyload, #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container.lazyloading { background-image: none; }#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:8.4375rem;width:8.4375rem;top:14.5rem;left:25.1875rem;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.4375rem;width:10.4375rem;top:8.5298280715944rem;left:12.436079382896rem;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:9.375rem;width:9.375rem;top:9.0625rem;left:24.75rem;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:9.9369375rem;width:9.9369375rem;top:13.748223662376rem;left:12.684658408165rem;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.4375rem;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; }
#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; }
#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.875rem;left:40.875rem;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.1240234375rem;left:33.75rem;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.1240234375rem;left:49.1865234375rem;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.8740234375rem;left:40.9365234375rem;display:block; }
#RW293bVeiz5nrIovV7qFh1hEP85N88zr { position:absolute;display:block;z-index:15014;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.3125rem;overflow:hidden;display:block; }
#oQ12DkZCu8fgcevL9PFzElbl3rCEqnK7 { position:absolute;display:block;z-index:15020;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.9373321533203rem;left:56.312141776085rem;display:block; }
#GaroTTR7w0SlxnmpDIMFSrpwrF87Z7sG { position:absolute;display:block;z-index:15018;background-color:rgba(212,249,151,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:14.4375rem;width:14.4375rem;top:20.124298095703rem;left:17.749998450279rem;display:block; }
#FwMC9kw1IGdRHa0tgaaAAFfILnqTDcNV { position:absolute;display:block;z-index:15017;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.124298095703rem;left:17.749998450279rem;overflow:hidden;display:block; }
#qTtZh506KH5bvDHb45IZXUV4EQZNUow8 { position:absolute;display:block;z-index:15020;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.9375rem;left:56.3125rem;display:none; }
#tRFccTyUuycgZhgbfJWGG6RP6AmALZQn { 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.125rem;left:49.125rem;display:none; }
#zKZod70M8uuMKpnfRpvkRPpAHk1PCUN1 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.8125rem;width:35.375rem;top:37.75rem;left:22.84375rem;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.0625rem;width:10.625rem;top:6.9375rem;left:24rem;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:6.75rem;left:12.5625rem;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:8.375rem;left:12.4375rem;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:11.5625rem;left:12.5625rem;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.1869375rem;width:10.7493125rem;top:6.8732185363769rem;left:23.936434149742rem;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:9.5625rem;left:10.125rem;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:6.625rem;left:12.3125rem;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; }
#WVnmBQ3Q8sXR9fSV2sZQHudN4DK7GLDC { 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:7.25rem;left:54.625rem;overflow:hidden;display:block; }
#BTKt8ZIEa5J4MOIB1KCO7rK1hgc6HPd4 { 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.0625rem;width:10.75rem;top:7.294921875rem;left:54.6240234375rem;display:block; }
#rum4S5u0xKFsqSP7Tk98OUNTLJa7ieME { 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:11.875rem;left:43.1875rem;height:7.957rem;font-style:normal;display:block; }
#rm0Rz4gPJRNDlX5wmuLzsC1ZdASfAwlz { 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:8.6875rem;left:43.0625rem;height:1.1375rem;font-style:normal;display:block; }
#DhfeLBxaVQLKMosfwcNTBedZBZouCa3t { 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:7.0625rem;left:43.1875rem;height:1.3rem;display:block; }
#UZCNs8Tn3zVTMw0eITIF0Wp5E74SWC3P { 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:9.875rem;left:40.75rem;height:6.74375rem;display:block; }
#IJdXUtQQTxTMrDDzzsoUmpLFvrTM35q0 { 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:6.9375rem;left:42.9375rem;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.75rem;width:11.9375rem;top:0.0625rem;left:0.82386363636363rem;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.5rem;left:0rem;width:12.0625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdlmzy0mvxC4kfQBrTi7A9RBnST8ZhU { top:1.25rem;left:2.625rem;width:16.75rem;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) { #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) { #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) { #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.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsD0yawIRykmoo9gZVvwrA5dnehWmX0d { top:2.4375rem;left:39.937501907349rem;width:3.875rem;height:1.25rem;font-size:1rem;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) { #kGFMqZmuKprJzXy3eFFzLdwNOUvEP0ht { top:3.625rem;left:39rem;width:8.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqRebiSOaEOb4Zn5RUVqpOo6TdfbuJx0 { width:10.5rem;height:2.375rem;top:1.875rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs9Caqq71pc7n0yl1BlyT6L6MFylC30R { display:block; }
 }@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:2.0625rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { top:4rem;left:0rem;width:30.75rem;height:10.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctL4SsLcOEsJoApKH30OqRI8k56ObH7l { top:24.5rem;left:0rem;width:36.9375rem;height:16.0625rem;font-size:1.625rem;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) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-regular-label { display:block;width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-text {padding-top: 0; padding-bottom: 0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-select {padding-top: 0; padding-bottom: 0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-button { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.875rem; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF  { width:17rem;height:auto;top:7.25rem;left:28.25rem; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF {display:block;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF { width:17rem;height:auto;top:7.25rem;left:28.25rem; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #MThQzbAxxmCg0cygxustT7s69iTOJbhy {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BctEL00TqGnXWEnUDAoMQw97qTstguXZ { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #WffaBR8hfMikQTKfMkvxT9DpsWlaNPh8 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #t7eOnEW84uemQsWrQABcSXLG1nPKfcr0 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ravfwJwdNfoCfBuZ131qhorLX36TDay3 { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #pcRiIW3a1E3tN0giNpaVKpE4lonZ6cTT {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #JayNG2lTJZNpTPm2mvmmzPNOCltHnMKB {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Q9WoxSJvr4w5ZCDq82pHX3TKgikiZWBI { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Mta8m27IUNkJk1gVonyKE13ALnemWyKP {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #DReAf10066cpmrhCBt4xl9plLLOzhIKK {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BH2WJFVtwTvL9F4GOErAb1m4MiuZ6bzB { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #aJEs4Gpm1otFnaqwXtszRDVF4XOuEEgG {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #TcPVAbC6PdezSGHvbu0XQ2kn94HbLBAp {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #CvXyQOVtTmGR8k6PuqRF7lCXLfnocRwb { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #NRoT2Bg59HltcyLDH3KUDoCakgo89eJl {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #KASfIUzHpTnnGvUwvA2sr2IsnW8vNQr3 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VtlgpD6rk14FN7y4ZR5Idi3bTq00UdS4 { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #rCcdzkfANlHvRGi341yWy14D1IFb6osx {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #I6cVVH90ybAVvvlmv50xoQW1RVSgFggW {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VpN4Z072z4TfJ8p3BuQenz2z6fKlv3s2 { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ZO2hLD8sXsrNK8T2Pa6cpnPbpy2FQJUX {  }
 }@media only screen and (max-width: 763px) { #TGeEc9x5QCHmBE5toQTSuoPqcldEG3zo { display:block; }
 }@media only screen and (max-width: 763px) { #Mtlus4Sh0kP634FAtBTWCnrPAwlxalpc { display:block; }
 }@media only screen and (max-width: 763px) { #F9FywgkaWzyLtEFoHh8ILgrm2Bpy1hbT { display:block; }
 }@media only screen and (max-width: 763px) { #hVrLTgbaV074z0eot7e7gzhMArCbFtZU { display:block; }
 }@media only screen and (max-width: 763px) { #mVb6B2iNVX8w8HIczpSmLz41OsdtRcgE { display:block; }
 }@media only screen and (max-width: 763px) { #cndIce0aa0kItzDiuu0zGA35qyhU1zdn { display:block; }
 }@media only screen and (max-width: 763px) { #OcxguRRXInwFn6FvrLNGP921ipzZNs8B { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #FtgUhXBnZM7tJ5pZTWq93iNOFSZARRZz {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BW8aq4ADXhUmKbsKC5cOnsNzk2gQeVHT {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #p0LNoZgRBAxBZcuDq2ieFpDcyZciNcSt {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #gHUo4tJdiULplKXHDP5yaFU8UazUVw1f {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #pdnTrD52u99T34szcIwv9Vt4DvKPHaqG {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #mIQTsnz4pPGxb9DodgoifJx5J59fDCtm {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #bSLNdxfZb53UJTuuEFT2nq4tcg6yKMVw {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #XJgO4l71lprRLCBxRgtNGT8oUGlaaDB2 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #P1LbgT6Z1V28woePNHgQXECsbJohJaH5 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #opnTTttIlRDU3Jy8TaVBECWu721oUqWe {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #xSz0UVphnBVy3uasUoxLHKoymqDaMdBy {  }
 }@media only screen and (max-width: 763px) { #I2T4We3AKoB4Ed4w8Xh6W83UFi6PAHPM { top:53.1875rem;left:24rem;width:23.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMWPn1b0cFRWkVRp993pZpPdiCshilqq { top:54rem;left:26.6875rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1zqfPAiOBKP66fBcJgGEUoy67RdVqQ7 { top:55.6875rem;left:26.6875rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnia3QU8IXqNVluVG7rrsOoqZE16cOk9 { top:55.6875rem;left:34.625rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIq4TN4mIw99TzCUtZFE8Ic4pCTLBtTo { top:54rem;left:34.625rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMkbBphtbge4BdNxHr8VsTOKSc6tveNp { top:55.6875rem;left:41.0625rem;width:6.6875rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r99yWD2ewJ7kZ8emLu07lywoUp70T4qf { top:53.9375rem;left:41.75rem;width:5.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx5PMhZZHSg40ZScHUnZd5d5WzzR4uH2 { top:52.6875rem;left:7.75rem;width:10.125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgzvO1bBar69Q5nteH65v3BGgktDGUmZ { top:54.25rem;left:8.6875rem;width:7.5625rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBpyWDlV96xG25XTnqTb5JrzuuEVzyze { top:51.0625rem;left:7.1875rem;width:11.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTa7UU1P3FnTXgmEf4Tko8m9Q8zUwtxv { top:51rem;left:0rem;width:11.4375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koQV8xOh3Dd7dxDAnPmJriIER0DtFsxI { top:58.875rem;left:0rem;width:15.75rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttnk5bbir0sAJ0bd1DlwuE2AlitaInbW { top:19.75rem;left:0rem;width:30.75rem;height:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCf3XFw9w8Io7E0AQZw1Ud3TQIoFJLHF { top:13.125rem;left:0rem;width:2.1875rem;height:6.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGiTal2Vb2rJCHxQ13fk4KZhx5UdT9ve { top:52rem;left:0rem;width:6.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl4OBfZWQebwFvdGK2zuUG5fQUITr3Os { top:53.3125rem;left:0rem;width:6.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXTGfTaayp04121zHCHvpxvWlkeTLLbS { top:56.5rem;left:0rem;width:6.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2zdB3ZZGC8qblQZhcsWcyAvaF9QDSeD { top:4.25rem;left:27.375rem;width:20.375rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyrHflNIHWfDlNQtNUJvJ4mbiRST1Rs4 { top:47.375rem;left:28.1875rem;width:19.5625rem;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:2.9375rem;left:0rem;width:29.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqsy8noUeEqvptoObumfJVesBfxvwk1J { top:1.1875rem;left:0rem;width:29.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy { display:block; }#aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M42hPEA4WckMEaKE2NJzDFlAddTzzPJR { top:4.625rem;left:0rem;width:29.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR5WAiFI8D1ZqKnC08LED6i783V99HoE { 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.6875rem;left:21.9375rem;width:25.8125rem;height:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haqchxCmT7OBqJE1ayNc0xyItMH9kI6P { top:6.625rem;left:23.8125rem;width:23.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D97MfxpMt3L5thz4GWCK6W1X6q2Bb6Q5 { top:10.6875rem;left:20.5rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7buiLvgTI6AL7STLb8MInreFPGLP6fh { top:8.625rem;left:23.875rem;width:23.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrxpuu26Bi1DRRamOsnFBsTyCFngcZGr { top:5.5rem;left:0rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceqvdAv2ZhxW71SJftXONCs8XHbqJ7A7 { top:2.9375rem;left:8.8125rem;width:6.6875rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T94KvKRPFyh2y1bixMHvNIPIXb4yC2xg { top:6.8125rem;left:29.375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m116xRyIGHy5LaXE4KQflF40thsE166V { top:8.875rem;left:29.375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFuOPgmX39ahfXtlzkcHlIHPqpSvkTME { top:10.9375rem;left:29.375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZeXFANUZHGhF6GAxUriv4kM4ZtXEWK2 { top:12.8125rem;left:20.5rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfaroekkBbI1XTIdTuCPptK6nmz3omPn { top:13.0625rem;left:29.375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhXEgxrJT4d6gNtnQHiBPDUo7cUpHZzW { top:15rem;left:20.5rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJIUAzhEDaaV2KL1GtyQaRWE2vIaPNT0 { top:15.25rem;left:29.375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0L95STVNLBnTeHOFgIOePoRuUQI9fBV { top:17.25rem;left:20.5rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvl1hUhbc2Ta9FRFexQaSvBIcf7Ho0GE { top:17.5rem;left:29.375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eezmUp7c3gfES4EDeoAQ9h5Hu5Et094v { top:19.5625rem;left:29.375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOb49cauxNQU8O3zoA1iDd2uJ7rT8LR2 { top:19.3125rem;left:20.5rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya9ufm5n5lzhxNu4EbV0nXJb3HGpAFxF { top:21.25rem;left:20.5rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlFchU3qFXpxt0rq22oqpUNWE3wXS9mN { top:21.5rem;left:29.375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL { display:block; }#QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4JRXCFTrkz7yug4uOpWToJ0FM0aQgWP { top:11.0625rem;left:15.0625rem;width:21.8125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EENno0T3BZ5XDWRHPnlVOepTMesFt7k5 { top:15rem;left:15rem;width:20.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGTNrDUBPp0v7iEiooM9sw7bwlmVA0Qh { top:5.125rem;left:0rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4KaK9zcRnVVXTMVTalcUXlNystfpp2J { top:2.5625rem;left:2.9375rem;width:6.6875rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarOQ0neTnuHSNZnmUnopM415igTA5Le { top:11.25rem;left:13.625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwEqJr1BmT4ywO5C0BTBk7058NRPdIvD { top:15.25rem;left:13.5625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzNBNCuBSXd76IhIdcFyroPSxe7aduxd { top:5.875rem;left:15.0625rem;width:17.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvXt5nE79LSvu72czhgbnuhKQoOaLnin { top:6rem;left:13.625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn4TQ4I9FNagmwQAUFAniwoGkCArB9n2 { top:21.875rem;left:31.375rem;width:16.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdgMr33cabIqOrkiyTkTp7aA0k2v7UKL { top:25.4375rem;left:14.75rem;width:21.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmO0nakop1HQpJtMWAgBuA4lt7c7FTxe { top:25.625rem;left:13.3125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWCwfGTBDGKL8fPPUMH6GqZZz2bX6WtQ { top:22.125rem;left:37.5rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5LUu0Tm5X1J0iNUW8ZL3RwuRiFRdhts { top:20.25rem;left:15rem;width:21.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8IJPeBEdRKIVK7TKTZBKxqdzz9mC0Jl { top:20.375rem;left:13.5625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlchuZ4y11OQrOtmM2OdptPFt3amzkDz { top:16.5625rem;left:31rem;width:16.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuNo7GvlDe1AKe3eAsCTM6OcIobnZTQw { top:16.8125rem;left:37.4375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyf0iad4CvX4xleVtTwCat8BlRpWP2ky { top:11.25rem;left:26.9375rem;width:20.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icnrC0STsmpJO2halIOBKTMCHczRZtni { top:11.4375rem;left:37.375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRGZS49H8yHcV0c0quziBSJ9ontK6ZUo { top:6rem;left:26.9375rem;width:20.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9rZt5DSGOB9og8413uIR7BKnge7zG1K { top:6.125rem;left:37.375rem;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.5rem;left:11.5625rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJU3mxIbknH5Wgv5Smkng1skFy2mXyQJ { top:8.5rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQodOJE2s5QLFO57T0UOnq82TgFrqUx1 { top:9.0625rem;left:11.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKEnJzGH3v6lamZFrQZ9pz2xT133nktP { top:13.6875rem;left:0rem;width:9.875rem;height:9.875rem;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) { #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) { #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.875rem;left:27.25rem;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.125rem;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:27.3115234375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW293bVeiz5nrIovV7qFh1hEP85N88zr { top:3.875rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ12DkZCu8fgcevL9PFzElbl3rCEqnK7 { top:3.875rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaroTTR7w0SlxnmpDIMFSrpwrF87Z7sG { top:20.0625rem;left:4.1249984502793rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwMC9kw1IGdRHa0tgaaAAFfILnqTDcNV { top:20.0625rem;left:4.1249984502793rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTtZh506KH5bvDHb45IZXUV4EQZNUow8 { top:3.9375rem;left:33.375rem;width:14.375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRFccTyUuycgZhgbfJWGG6RP6AmALZQn { top:20.125rem;left:33.375rem;width:14.375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKZod70M8uuMKpnfRpvkRPpAHk1PCUN1 { top:37.75rem;left:9.21875rem;width:35.375rem;height:19.8125rem;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:6.9375rem;left:10.375rem;width:10.625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQvvhfwJpE4mvpk6h6TB3nysQr5QMeTW { top:6.6875rem;left:0rem;width:7.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFAthzOUagZhrhWBXE5aTdEi6buMTbHo { top:8.375rem;left:0rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMAS1zfCw1eCmNdzSrzlptJvpPLnNxEg { top:11.5625rem;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:6.8125rem;left:10.311434149742rem;width:10.6875rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT1DorTkUZKW0fPg7TTtifbZOSm35i60 { top:9.5625rem;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:6.625rem;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) { #WVnmBQ3Q8sXR9fSV2sZQHudN4DK7GLDC { top:7.25rem;left:37rem;width:10.6875rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTKt8ZIEa5J4MOIB1KCO7rK1hgc6HPd4 { top:7.25rem;left:37rem;width:10.75rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rum4S5u0xKFsqSP7Tk98OUNTLJa7ieME { top:11.875rem;left:29.5625rem;width:10.5625rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm0Rz4gPJRNDlX5wmuLzsC1ZdASfAwlz { top:8.6875rem;left:29.4375rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhfeLBxaVQLKMosfwcNTBedZBZouCa3t { top:7rem;left:29.562141776085rem;width:7.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZCNs8Tn3zVTMw0eITIF0Wp5E74SWC3P { top:9.875rem;left:27.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJdXUtQQTxTMrDDzzsoUmpLFvrTM35q0 { top:6.9375rem;left:29.3125rem;width:7.8125rem;height:1.5625rem;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.0625rem;left:0rem;width:11.9375rem;height:4.75rem;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) { #xDpzfn8lECgXcEAlOTUb67M1kXm6WIcL { width:3.5625rem;height:1.13725rem;top:9.6875rem;left:5.8125rem;font-size:0.875rem;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) { #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:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erg2loTdLp3KUBygzGVU9wQqIdbHgbZR { width:10.9375rem;height:4.375rem;top:0rem;left:4.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gsD0yawIRykmoo9gZVvwrA5dnehWmX0d { width:9.6875rem;height:1.1375rem;top:4.875rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBkXEIyTlCQ2d7SdaT3Es2ftrPQbnytM { width:6.5625rem;height:2.125rem;top:4.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNCdopAIDOAlc3sIEZKmxATFBHEdh1QU { display:block; }
 }@media only screen and (max-width: 763px) { #kGFMqZmuKprJzXy3eFFzLdwNOUvEP0ht { width:8.75rem;height:0.25rem;top:9.3125rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqRebiSOaEOb4Zn5RUVqpOo6TdfbuJx0 { width:10.5rem;height:2.375rem;top:1.875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hs9Caqq71pc7n0yl1BlyT6L6MFylC30R { 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/c6eeefd4-b5b2-49b9-a498-96ba9afb418c/Anatomia.jpg");background-position:bottom right !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:94.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPq2gQkEwyTuyvtitmALBkexVTplsUaM { width:12.5rem;height:1.462675rem;top:2rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { width:15rem;height:5.4rem;top:4.25rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctL4SsLcOEsJoApKH30OqRI8k56ObH7l { width:18.5625rem;height:15.125rem;top:78.595312118531rem;left:0.71796876192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KEkozb521I8rbKrdmbhuTTrDJcLKTani { width:20rem;height:3.1875rem;top:32.4375rem;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) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-text {padding-top: 0; padding-bottom: 0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-select {padding-top: 0; padding-bottom: 0;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.875rem; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF  { width:17.5rem;height:auto;top:35.5625rem;left:0rem; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF {display:block;}#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF { width:17.5rem;height:auto;top:35.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #MThQzbAxxmCg0cygxustT7s69iTOJbhy {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BctEL00TqGnXWEnUDAoMQw97qTstguXZ { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #WffaBR8hfMikQTKfMkvxT9DpsWlaNPh8 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #t7eOnEW84uemQsWrQABcSXLG1nPKfcr0 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ravfwJwdNfoCfBuZ131qhorLX36TDay3 { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #pcRiIW3a1E3tN0giNpaVKpE4lonZ6cTT {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #JayNG2lTJZNpTPm2mvmmzPNOCltHnMKB {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Q9WoxSJvr4w5ZCDq82pHX3TKgikiZWBI { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Mta8m27IUNkJk1gVonyKE13ALnemWyKP {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #DReAf10066cpmrhCBt4xl9plLLOzhIKK {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BH2WJFVtwTvL9F4GOErAb1m4MiuZ6bzB { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #aJEs4Gpm1otFnaqwXtszRDVF4XOuEEgG {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #TcPVAbC6PdezSGHvbu0XQ2kn94HbLBAp {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #CvXyQOVtTmGR8k6PuqRF7lCXLfnocRwb { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #NRoT2Bg59HltcyLDH3KUDoCakgo89eJl {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #KASfIUzHpTnnGvUwvA2sr2IsnW8vNQr3 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VtlgpD6rk14FN7y4ZR5Idi3bTq00UdS4 { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #rCcdzkfANlHvRGi341yWy14D1IFb6osx {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #I6cVVH90ybAVvvlmv50xoQW1RVSgFggW {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VpN4Z072z4TfJ8p3BuQenz2z6fKlv3s2 { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #ZO2hLD8sXsrNK8T2Pa6cpnPbpy2FQJUX {  }
 }@media only screen and (max-width: 763px) { #TGeEc9x5QCHmBE5toQTSuoPqcldEG3zo { display:block; }
 }@media only screen and (max-width: 763px) { #Mtlus4Sh0kP634FAtBTWCnrPAwlxalpc { display:block; }
 }@media only screen and (max-width: 763px) { #F9FywgkaWzyLtEFoHh8ILgrm2Bpy1hbT { display:block; }
 }@media only screen and (max-width: 763px) { #hVrLTgbaV074z0eot7e7gzhMArCbFtZU { display:block; }
 }@media only screen and (max-width: 763px) { #mVb6B2iNVX8w8HIczpSmLz41OsdtRcgE { display:block; }
 }@media only screen and (max-width: 763px) { #cndIce0aa0kItzDiuu0zGA35qyhU1zdn { display:block; }
 }@media only screen and (max-width: 763px) { #OcxguRRXInwFn6FvrLNGP921ipzZNs8B { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #FtgUhXBnZM7tJ5pZTWq93iNOFSZARRZz {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #BW8aq4ADXhUmKbsKC5cOnsNzk2gQeVHT {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #p0LNoZgRBAxBZcuDq2ieFpDcyZciNcSt {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #gHUo4tJdiULplKXHDP5yaFU8UazUVw1f {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #pdnTrD52u99T34szcIwv9Vt4DvKPHaqG {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #mIQTsnz4pPGxb9DodgoifJx5J59fDCtm {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #bSLNdxfZb53UJTuuEFT2nq4tcg6yKMVw {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #XJgO4l71lprRLCBxRgtNGT8oUGlaaDB2 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #P1LbgT6Z1V28woePNHgQXECsbJohJaH5 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #opnTTttIlRDU3Jy8TaVBECWu721oUqWe {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #xSz0UVphnBVy3uasUoxLHKoymqDaMdBy {  }
 }@media only screen and (max-width: 763px) { #I2T4We3AKoB4Ed4w8Xh6W83UFi6PAHPM { width:17.0625rem;height:4.625rem;top:26.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMWPn1b0cFRWkVRp993pZpPdiCshilqq { width:5.125rem;height:1.21875rem;top:27.25rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1zqfPAiOBKP66fBcJgGEUoy67RdVqQ7 { width:5.125rem;height:1.21875rem;top:28.9375rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnia3QU8IXqNVluVG7rrsOoqZE16cOk9 { width:5.125rem;height:1.21875rem;top:28.9375rem;left:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIq4TN4mIw99TzCUtZFE8Ic4pCTLBtTo { width:5.125rem;height:1.21875rem;top:27.25rem;left:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMkbBphtbge4BdNxHr8VsTOKSc6tveNp { width:4.8125rem;height:1.875rem;top:29.125rem;left:12.8125rem;font-size:0.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #r99yWD2ewJ7kZ8emLu07lywoUp70T4qf { width:5.125rem;height:1.21875rem;top:27.1875rem;left:12.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx5PMhZZHSg40ZScHUnZd5d5WzzR4uH2 { width:10.125rem;height:1.1375rem;top:18.5625rem;left:9.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgzvO1bBar69Q5nteH65v3BGgktDGUmZ { width:7.5625rem;height:2.6rem;top:19.5625rem;left:10.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBpyWDlV96xG25XTnqTb5JrzuuEVzyze { width:7.5rem;height:4.9375rem;top:17.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTa7UU1P3FnTXgmEf4Tko8m9Q8zUwtxv { width:7.375rem;height:5rem;top:17.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #koQV8xOh3Dd7dxDAnPmJriIER0DtFsxI { width:20rem;height:0.8941rem;top:23.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#f6eff1;display:block; }
 }@media only screen and (max-width: 763px) { #Ttnk5bbir0sAJ0bd1DlwuE2AlitaInbW { width:14.5rem;height:4.5rem;top:12rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCf3XFw9w8Io7E0AQZw1Ud3TQIoFJLHF { width:2.1875rem;height:2.4rem;top:9.5rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGiTal2Vb2rJCHxQ13fk4KZhx5UdT9ve { width:6.75rem;height:1.1375rem;top:18.1875rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl4OBfZWQebwFvdGK2zuUG5fQUITr3Os { width:6.75rem;height:2.6rem;top:18.875rem;left:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXTGfTaayp04121zHCHvpxvWlkeTLLbS { width:6.75rem;height:1.1375rem;top:21.25rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2zdB3ZZGC8qblQZhcsWcyAvaF9QDSeD { width:20rem;height:2.75rem;top:32.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyrHflNIHWfDlNQtNUJvJ4mbiRST1Rs4 { width:19.5625rem;height:2.68125rem;top:75.914843559262rem;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) { #aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy { display:block; }#aFNETvHVhu5Z5Kw1MPxcDgV2nKlTftpy > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M42hPEA4WckMEaKE2NJzDFlAddTzzPJR { width:20rem;height:2.6rem;top:6.5615234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR5WAiFI8D1ZqKnC08LED6i783V99HoE { width:20rem;height:4.3875rem;top:1.2998046875rem;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:49.0625rem;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:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBlfr9gwt8Sgwv6BJzXnLUTdCtqbFTLl { width:16.3125rem;height:5.11875rem;top:1.3125rem;left:3.0615234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haqchxCmT7OBqJE1ayNc0xyItMH9kI6P { width:15.6875rem;height:2.6rem;top:7.25rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D97MfxpMt3L5thz4GWCK6W1X6q2Bb6Q5 { width:14.8118125rem;height:1.3rem;top:14.125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7buiLvgTI6AL7STLb8MInreFPGLP6fh { width:15.8125rem;height:2.6rem;top:10.75rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrxpuu26Bi1DRRamOsnFBsTyCFngcZGr { width:17.8125rem;height:11.875rem;top:32.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceqvdAv2ZhxW71SJftXONCs8XHbqJ7A7 { width:6.6875rem;height:10.8125rem;top:30.3125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T94KvKRPFyh2y1bixMHvNIPIXb4yC2xg { display:flex;width:0.8125rem;height:0.8125rem;top:7.375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #m116xRyIGHy5LaXE4KQflF40thsE166V { display:flex;width:0.8125rem;height:0.8125rem;top:10.875rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #TFuOPgmX39ahfXtlzkcHlIHPqpSvkTME { display:flex;width:0.812325rem;height:0.812325rem;top:14.125rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #JZeXFANUZHGhF6GAxUriv4kM4ZtXEWK2 { width:16.1869375rem;height:1.3rem;top:16.375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfaroekkBbI1XTIdTuCPptK6nmz3omPn { display:flex;width:0.812325rem;height:0.812325rem;top:16.375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #vhXEgxrJT4d6gNtnQHiBPDUo7cUpHZzW { width:14.0625rem;height:2.6rem;top:18.5625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJIUAzhEDaaV2KL1GtyQaRWE2vIaPNT0 { display:flex;width:0.75rem;height:0.75rem;top:18.5625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #o0L95STVNLBnTeHOFgIOePoRuUQI9fBV { width:6.9993125rem;height:1.3rem;top:21.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvl1hUhbc2Ta9FRFexQaSvBIcf7Ho0GE { display:flex;width:0.7492875rem;height:0.7492875rem;top:21.875rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #eezmUp7c3gfES4EDeoAQ9h5Hu5Et094v { display:flex;width:0.7492875rem;height:0.7492875rem;top:24.5rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #AOb49cauxNQU8O3zoA1iDd2uJ7rT8LR2 { width:14.437125rem;height:2.6rem;top:24.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya9ufm5n5lzhxNu4EbV0nXJb3HGpAFxF { width:15.1873125rem;height:2.6rem;top:28.4375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlFchU3qFXpxt0rq22oqpUNWE3wXS9mN { display:flex;width:0.7492875rem;height:0.7492875rem;top:28.4375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL { display:block; }#QC8CPTeKbinCFNa9HCdp0M3OFrvrXapL > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4JRXCFTrkz7yug4uOpWToJ0FM0aQgWP { width:15.6875rem;height:3.9rem;top:8.125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EENno0T3BZ5XDWRHPnlVOepTMesFt7k5 { width:15.8125rem;height:5.2rem;top:12.875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGTNrDUBPp0v7iEiooM9sw7bwlmVA0Qh { width:17.8125rem;height:11.875rem;top:6.5625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4KaK9zcRnVVXTMVTalcUXlNystfpp2J { width:6.6875rem;height:10.8125rem;top:4.1875rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xarOQ0neTnuHSNZnmUnopM415igTA5Le { display:flex;width:0.8125rem;height:0.8125rem;top:8.4375rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #rwEqJr1BmT4ywO5C0BTBk7058NRPdIvD { display:flex;width:0.8125rem;height:0.8125rem;top:13rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #TzNBNCuBSXd76IhIdcFyroPSxe7aduxd { width:14.0625rem;height:5.2rem;top:2.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvXt5nE79LSvu72czhgbnuhKQoOaLnin { display:flex;width:0.75rem;height:0.75rem;top:3rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #Jn4TQ4I9FNagmwQAUFAniwoGkCArB9n2 { width:16.3743125rem;height:1.3rem;top:40.375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdgMr33cabIqOrkiyTkTp7aA0k2v7UKL { width:15.9375rem;height:3.9rem;top:42.5625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmO0nakop1HQpJtMWAgBuA4lt7c7FTxe { display:flex;width:0.8125rem;height:0.8125rem;top:42.75rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #gWCwfGTBDGKL8fPPUMH6GqZZz2bX6WtQ { display:flex;width:0.75rem;height:0.75rem;top:40.625rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #U5LUu0Tm5X1J0iNUW8ZL3RwuRiFRdhts { width:16.1875rem;height:3.9rem;top:30.9375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8IJPeBEdRKIVK7TKTZBKxqdzz9mC0Jl { display:flex;width:0.8125rem;height:0.8125rem;top:35.9375rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #WlchuZ4y11OQrOtmM2OdptPFt3amzkDz { width:16.7498125rem;height:3.9rem;top:35.6875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuNo7GvlDe1AKe3eAsCTM6OcIobnZTQw { display:flex;width:0.8125rem;height:0.8125rem;top:31.125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #Zyf0iad4CvX4xleVtTwCat8BlRpWP2ky { width:16rem;height:5.2rem;top:24.9375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icnrC0STsmpJO2halIOBKTMCHczRZtni { display:flex;width:0.8125rem;height:0.8125rem;top:25.125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #pRGZS49H8yHcV0c0quziBSJ9ontK6ZUo { width:16.4373125rem;height:5.2rem;top:18.875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9rZt5DSGOB9og8413uIR7BKnge7zG1K { display:flex;width:0.8125rem;height:0.8125rem;top:19.0625rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A { display:block; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkSgNQxMFxNfOQFMiJdS58xIXVh8AI2d { width:20rem;height:21.875rem;top:3.6875rem;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:6.6875rem;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:6.5625rem;height:6.5625rem;top:19.554351806641rem;left:2.0552201867104rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJU3mxIbknH5Wgv5Smkng1skFy2mXyQJ { width:7.9375rem;height:7.9375rem;top:13.468585312366rem;left:10.341796457768rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQodOJE2s5QLFO57T0UOnq82TgFrqUx1 { width:8.75rem;height:8.75rem;top:17.310013771057rem;left:9.9343038201331rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKEnJzGH3v6lamZFrQZ9pz2xT133nktP { width:7.625rem;height:7.625rem;top:13.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1P9gvh1rK1gmoM7hhhidKM0RlDZpsEz { width:18.125rem;height:1.95rem;top:4.5625rem;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:106.375rem;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) { #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) { #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.7353515625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN3RSRsdD6x0MpmVTX6745tXovgTvvDy { width:14.375rem;height:14.375rem;top:28.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6S5SznQmwdmSyUHS5ybWq7niXw6TZO6 { width:14.375rem;height:14.375rem;top:44.8125rem;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:44.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghl1ahBD6xfyDbPAmiXToWlNs2TUL46g { width:14.375rem;height:14.375rem;top:28.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW293bVeiz5nrIovV7qFh1hEP85N88zr { width:14.375rem;height:14.375rem;top:61.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ12DkZCu8fgcevL9PFzElbl3rCEqnK7 { width:14.375rem;height:14.375rem;top:61.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaroTTR7w0SlxnmpDIMFSrpwrF87Z7sG { width:14.4375rem;height:14.4375rem;top:20.0625rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwMC9kw1IGdRHa0tgaaAAFfILnqTDcNV { width:14.375rem;height:14.375rem;top:78.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTtZh506KH5bvDHb45IZXUV4EQZNUow8 { width:14.375rem;height:14.375rem;top:78.375rem;left:2.8125rem;z-index:15021;background-color:rgba(212,249,151,0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tRFccTyUuycgZhgbfJWGG6RP6AmALZQn { width:14.375rem;height:14.375rem;top:11.7353515625rem;left:2.8125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #zKZod70M8uuMKpnfRpvkRPpAHk1PCUN1 { height:11.201413427562rem;width:20rem;top:94rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq { display:block; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSM5uTgTG6DZiFUtkaxMHBOy1WIuNFUc { width:8.75rem;height:13.25rem;top:9.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQvvhfwJpE4mvpk6h6TB3nysQr5QMeTW { width:7.625rem;height:1.3rem;top:6.625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XFAthzOUagZhrhWBXE5aTdEi6buMTbHo { width:9.4375rem;height:1.1375rem;top:8.1875rem;left:0.5rem;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.25rem;left:0.375rem;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.9375rem;height:13.625rem;top:9.1244659423825rem;left:11.061789095402rem;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:6.5rem;left:0.5rem;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) { #WVnmBQ3Q8sXR9fSV2sZQHudN4DK7GLDC { width:8.8125rem;height:13.3125rem;top:29.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTKt8ZIEa5J4MOIB1KCO7rK1hgc6HPd4 { width:8.875rem;height:13.5rem;top:29.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rum4S5u0xKFsqSP7Tk98OUNTLJa7ieME { width:10.5625rem;height:7.9625rem;top:30.1875rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm0Rz4gPJRNDlX5wmuLzsC1ZdASfAwlz { width:9.5rem;height:1.1375rem;top:28.125rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DhfeLBxaVQLKMosfwcNTBedZBZouCa3t { width:7.7494375rem;height:1.3rem;top:26.125rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UZCNs8Tn3zVTMw0eITIF0Wp5E74SWC3P { width:2.5rem;height:auto;top:9.875rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJdXUtQQTxTMrDDzzsoUmpLFvrTM35q0 { width:7.8125rem;height:1.5625rem;top:26rem;left:0.8125rem;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:23.125rem;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:17.0625rem;left:0rem;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:17.0625rem;left:6.1875rem;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:17.0625rem;left:12.8125rem;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; }
 }