.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:6.430555625rem;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:5.9375rem;width:14.4375rem;top:0rem;left:3.623046875rem;overflow:hidden;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.75rem;left:51.125rem;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:1.375rem;left:54.1875rem;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:3.25rem;left:51.125rem;display:block; }
#pdtsKeT6eywW0WJ6Phk0TeT8UTJvKKdM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:14.1875rem;top:1.4029948711395rem;left:19.983725547791rem;overflow:hidden;display:block; }
#gKZKTeUlh3LFKOZsTGREm8P7xibT6iqU { 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.499125rem;height:2.37413125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.2109376192093rem;left:62.797313690188rem;display:block; }
#lEuPAwN9pt6oE4RH2U60CKr0qXgV15iy { 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:7.875rem;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/bf4bc65b-7058-42cc-9f17-254799d79601/DSC09951.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 { 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:67.4375rem;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:10.8671875rem;left:23.125rem;height:1.38125rem;display:block; }
#vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:verlag;font-size:3.0625rem;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:1.9326171875rem;left:7.5rem;height:22.04885rem;font-style:normal;text-align:left;text-align-last:left;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.3062505722044rem;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.3062505722044rem;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; }
#TlzR9kcg0bFT4s6pWLGpRzskpvTxhiKn { position:relative;display:block; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #DAJGLtHL93xB7qaVxeJy7idoy42v6fS2 { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #syFREgSJW1FKCHZk9I5xATRsbSEql7PT { position:relative;z-index:2; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #oPRGrHQK9V0qAnF3Rt0ctuuvyv658hMZ { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #X2xO3uJ1ylTFngyuPROgTJq5o8iDDXsq { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #SbA7KTDXT1xrwZmm6bnvKWRfcVV762Tn { position:relative;z-index:2; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #gSp6EXEP87dgHLQ87qUpIrt0tm2gR9xZ { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #wwmTDEf1OeCWKBk7g1iEv65Zw1t8hmN5 { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Cy8dzKEbXSyG7QS906qnCvsToirJ7O2L { position:relative;z-index:2; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VOoSQpscfQkqNAIFnkCmKtQB1DGJBT7b { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #opnTTttIlRDU3Jy8TaVBECWu721oUqWe { position:relative; }
#gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #xSz0UVphnBVy3uasUoxLHKoymqDaMdBy { position:relative; }
#vQLJ86o4n1bG8gRP7JsHB9T6aoTgD8n5 { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1.1;letter-spacing:0;top:56.875rem;left:24.5rem;height:2.886725rem;display:block; }
#Jdr5sM5KghmSBVSF2BxgGIzPwhofTwXA { position:absolute;display:block;z-index:15021;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:54.4365234375rem;left:7.625rem;display:block; }
#uBmCyCVbKokrN33TuJO9eZZVkp4mOq1E { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:56.6875rem;left:17.375rem;height:1.7068125rem;display:block; }
#OKZpWswK2UhSuaJQzgU7wSERy0lNvh1i { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:55.0625rem;left:17.375rem;height:1.7068125rem;font-style:normal;display:block; }
#qaw3LhNsACIkrynbGhMN8c3LeCqvN0t5 { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:55rem;left:24.5rem;height:1.7068125rem;font-style:normal;display:block; }
#CNTS3x2QRJ0WxfXTOtJXIRth9mgQGsat { color:#e9eae7;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:55.0625rem;left:9.4375rem;height:1.7068125rem;font-style:normal;display:block; }
#bUGZZOmgsccHfGx0Un7OBkup39qhkrkt { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:verlag;font-size:1.3125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:56.75rem;left:9.4375rem;height:1.7068125rem;display:block; }
#ncUvEIbC6BFIVTVmb5uRfTKooDDiez8S { color:#ffffff;display:block;width:31.3741875rem;position:absolute;font-family:verlag;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.57);top:24.84375rem;left:7.5rem;height:14.22955625rem;font-style:normal;display:block; }
#qEF2AofnZPI5vMQlK1Ldhp6J15WPyULn { color:#f2f5f8;display:block;width:10.1248125rem;position:absolute;font-family:verlag;font-size:1.75rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:43.2744140625rem;left:21.1298828125rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#bUruM2cCt7mdzcaicz2xm3FKzSmF3HF5 { 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:41.625rem;left:20.8125rem;display:block; }
#IznArTMa4bd4sTMhpHRt3PyRHPB259Gb { 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:41.625rem;left:7.5rem;display:block; }
#fcW4gOpntkEaPVLgAhmFvMC56WAbGLRR { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:50.6875rem;left:11.5rem;height:1.1375rem;font-style:normal;display:block; }
#lH6H6BabdHvKnTrE9imE2XssNCX87esL { color:#31eac1;display:block;width:29.9375rem;position:absolute;font-family:verlag;font-size:2.6875rem;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:13.33203125rem;left:7.5rem;height:3.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dUn0woKvSAcww1Ju6eTeoztizHySqgLA { 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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4851875rem;height:3.42265625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:52.650783538818rem;left:49.444531440735rem;display:block; }
#avZSVtDgNp9912XOvfbWVfGO92EwAB2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lsOMzvcd5CSMGCRSavX2FvbAi9TzkJmJ { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.9697265625rem;left:25.625rem;height:1.3rem;display:block; }
#Lgcnw6B0xKL1zO6PIboaQFX2esCMOEfi { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:"jost extrem";font-size:0.5625rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:39.810546875rem;left:7.5rem;height:0.675rem;font-style:normal;display:block; }
#O8hU8f3V9o9cXRTzHqcxcAaSC3TAWaTg { 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; }
#WFWTzNAQ3ZDT3gasfyyp5MWzKDWulDnh { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:42.625rem;left:9.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Watw1HrEnMFXGO1OTNzoZmpH29mboI3A { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:2.25rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:44rem;left:9.9375rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#z7UZXcSnfRg0tQO7MpeTGXZC0wpmWopA { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:verlag;font-size:1.1875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:46.9375rem;left:9.9375rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#f4oHmBTcCykCEIumRNifAzgNczufrdgf { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:47.75rem;left:48.375000953674rem;height:4.546875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(245deg, #31eac1, #d4f997);background-image: -moz-linear-gradient(245deg, #31eac1, #d4f997);background-image: -ms-linear-gradient(245deg, #31eac1, #d4f997);background-image: -o-linear-gradient(245deg, #31eac1, #d4f997);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31eac1', endColorstr='#d4f997' );";background-image: linear-gradient(245deg, #31eac1, #d4f997);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { background-color: transparent; background-image: none; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container > .video-iframe-container { display: none; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row > .video-iframe-container { display: none; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { border-width: 0; border-radius: 0; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#hnKb66ML7lvU6TPZCp07NXcXiokhMCla { color:#000000;display:block;width:41.625rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3615455627441rem;left:8.8747825622556rem;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.75rem;left:8.875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;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:20.25rem;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:37.5625rem;position:absolute;font-family:verlag;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0746459960938rem;left:8.75rem;height:2.1125rem;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:7.8740234375rem;left:6.3115234375rem; }
#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.2497844696044rem;left:24.249134063721rem; }
#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.0935344696044rem;left:40.811634063721rem; }
#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:12.125rem;position:absolute;font-family:"jost extrem";font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5302734375rem;left:5.9375rem;height:3.16699375rem;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:9.125rem;position:absolute;font-family:"jost extrem";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.3740234375rem;left:5.4365234375rem;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:11.6875rem;position:absolute;font-family:"jost extrem";font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.03125rem;left:23.749134063721rem;height:1.7068125rem;text-align:left;text-align-last:left;display:block; }
#B3aT7wPCDnOSog0i7ddwcPFvzoX4ztCU { color:#000000;display:block;width:11.124125rem;position:absolute;font-family:"jost extrem";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.730686187744rem;left:23.778865814209rem;height:1.38125rem;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.124125rem;position:absolute;font-family:"jost extrem";font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.150175094604rem;left:40.811634063721rem;height:1.7068125rem;text-align:left;text-align-last:left;display:block; }
#UNluerL8dy0XWFqTNPBCHGRLOFQUFdHy { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"jost extrem";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.743272781372rem;left:40.749134063721rem;height:2.923825rem;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:9.625rem;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.436630249024rem;left:57.437068939209rem;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:21.8125rem;width:75rem;position:relative;display:block; }#HBlfr9gwt8Sgwv6BJzXnLUTdCtqbFTLl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.112850189209rem;left:42.686634063721rem;height:1.95rem;text-align:left;text-align-last:left;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:7.9375rem;left:44.124355316162rem;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:12.686851501465rem;left:44.124355316162rem;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:10.374568939209rem;left:44.124355316162rem;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:8.1241340637206rem;left:42.686634063721rem; }
#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:10.624134063721rem;left:42.686634063721rem; }
#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:12.937503814698rem;left:42.686634063721rem; }
#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:15.249786376953rem;left:44.124355316162rem;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:15.499351501465rem;left:42.686634063721rem; }
#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:17.625003814698rem;left:44.124355316162rem;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:17.874568939209rem;left:42.686634063721rem; }
#MTMTz4Lzlq0MUO8BIqmIkpgcO8klzSSh { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5622863769531rem;left:44.124355316162rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zRNzXkpl20GBfRHz9XrC2BLhwxnPynrf { 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:5.687068939209rem;left:42.686634063721rem; }
#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d572a22-2b52-43ed-9959-a0f19bccce29/image31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A.adaptive-delivery-prevent-bg, #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A.lazyload, #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A.lazyloading { background-image: none; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { border-width: 0; border-radius: 0; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display: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.4995625rem;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.5rem;width:8.5rem;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.5rem;width:10.5rem;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:8.4375rem;width:8.4375rem;top:14.625rem;left:13.46875rem;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.94965rem;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:39.0625rem;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:3.8984375rem;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.4998125rem;position:absolute;font-family:verlag;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.0386180877688rem;left:11.061199188233rem;height:6.09375rem;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.124782562256rem;left:33.812503814698rem;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.124782562256rem;left:49.131946563721rem;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.8747816085816rem;left:40.874568939209rem;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.8747816085816rem;left:56.319446563721rem;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.436875rem;width:14.436875rem;top:20.093315124512rem;left:17.718101501465rem;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; }
#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; }#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:8.818359375rem;left:10.5rem;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:10.4375rem;left:9.625rem;height:2.2734375rem;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; }
#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:33.6875rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3122863769531rem;left:10.874568939209rem;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:8.6875rem;left:9.5rem;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; }
#KeETwTOJIKHJ0X3yHTxndVooxV8Ppp4y { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.6245625rem;width:35rem;top:7.0833330154419rem;left:20rem;display:none; }
#AcZ1RpELsFCUxBTgyPsWeB6OBIwmDKCv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.125rem;left:19.125rem;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:3rem;left:61.125rem;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:4.25rem;left:61.125rem;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.25rem;width:10.3125rem;top:0.375rem;left:2.5rem;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.625rem;left:38.1875rem;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.63671875rem;left:44.5rem;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.625rem;left:51.25rem;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:0rem;left:0rem;width:14.4375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDpzfn8lECgXcEAlOTUb67M1kXm6WIcL { top:1.75rem;left:37.5rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVHUKRkyzL2U9WMVhQ1fJn9p675n3f5h { width:6.5625rem;height:2.0625rem;top:1.375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRGsODDsqTJqqzSwD0OwcVT1qkhuDmx9 { display:block; }
 }@media only screen and (max-width: 763px) { #UhZ8pyoyU92yc9XrOycwyArwbrUoHffr { top:3.25rem;left:37.5rem;width:8.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdtsKeT6eywW0WJ6Phk0TeT8UTJvKKdM { top:1.375rem;left:6.3587255477906rem;width:14.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKZKTeUlh3LFKOZsTGREm8P7xibT6iqU { width:10.4375rem;height:2.3125rem;top:1.1875rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEuPAwN9pt6oE4RH2U60CKr0qXgV15iy { 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:10.8125rem;left:9.5rem;width:12.5rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { top:1.875rem;left:0rem;width:27.3125rem;height:22rem;font-size:3.0625rem;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) { #TlzR9kcg0bFT4s6pWLGpRzskpvTxhiKn { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #DAJGLtHL93xB7qaVxeJy7idoy42v6fS2 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #syFREgSJW1FKCHZk9I5xATRsbSEql7PT {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #oPRGrHQK9V0qAnF3Rt0ctuuvyv658hMZ {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #X2xO3uJ1ylTFngyuPROgTJq5o8iDDXsq {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #SbA7KTDXT1xrwZmm6bnvKWRfcVV762Tn {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #gSp6EXEP87dgHLQ87qUpIrt0tm2gR9xZ {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #wwmTDEf1OeCWKBk7g1iEv65Zw1t8hmN5 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Cy8dzKEbXSyG7QS906qnCvsToirJ7O2L {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VOoSQpscfQkqNAIFnkCmKtQB1DGJBT7b {  }
 }@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) { #vQLJ86o4n1bG8gRP7JsHB9T6aoTgD8n5 { top:56.875rem;left:10.875rem;width:6.625rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jdr5sM5KghmSBVSF2BxgGIzPwhofTwXA { top:54.375rem;left:0rem;width:23.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBmCyCVbKokrN33TuJO9eZZVkp4mOq1E { top:56.6875rem;left:3.75rem;width:5.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKZpWswK2UhSuaJQzgU7wSERy0lNvh1i { top:55.0625rem;left:3.75rem;width:5.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaw3LhNsACIkrynbGhMN8c3LeCqvN0t5 { top:55rem;left:10.875rem;width:5.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTS3x2QRJ0WxfXTOtJXIRth9mgQGsat { top:55.0625rem;left:0rem;width:5.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUGZZOmgsccHfGx0Un7OBkup39qhkrkt { top:56.75rem;left:0rem;width:5.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncUvEIbC6BFIVTVmb5uRfTKooDDiez8S { top:24.8125rem;left:0rem;width:31.3125rem;height:14.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEF2AofnZPI5vMQlK1Ldhp6J15WPyULn { top:43.25rem;left:7.5048828125rem;width:10.0625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUruM2cCt7mdzcaicz2xm3FKzSmF3HF5 { top:41.625rem;left:7.1875rem;width:11.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IznArTMa4bd4sTMhpHRt3PyRHPB259Gb { top:41.625rem;left:0rem;width:11.375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcW4gOpntkEaPVLgAhmFvMC56WAbGLRR { top:50.6875rem;left:0rem;width:23.3125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH6H6BabdHvKnTrE9imE2XssNCX87esL { top:13.3125rem;left:0rem;width:29.9375rem;height:3.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUn0woKvSAcww1Ju6eTeoztizHySqgLA { width:17.4375rem;height:3.375rem;top:52.625rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avZSVtDgNp9912XOvfbWVfGO92EwAB2g { display:block; }
 }@media only screen and (max-width: 763px) { #lsOMzvcd5CSMGCRSavX2FvbAi9TzkJmJ { top:21.9375rem;left:12rem;width:17.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgcnw6B0xKL1zO6PIboaQFX2esCMOEfi { top:39.75rem;left:0rem;width:28.9375rem;height:0.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8hU8f3V9o9cXRTzHqcxcAaSC3TAWaTg { 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) { #WFWTzNAQ3ZDT3gasfyyp5MWzKDWulDnh { top:42.625rem;left:0rem;width:6.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Watw1HrEnMFXGO1OTNzoZmpH29mboI3A { top:44rem;left:0rem;width:6.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7UZXcSnfRg0tQO7MpeTGXZC0wpmWopA { top:46.9375rem;left:0rem;width:6.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4oHmBTcCykCEIumRNifAzgNczufrdgf { top:47.75rem;left:28.125rem;width:19.625rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ { display:block; }#UW8w5vU4k6JJgAVG8L8WXMhmZ5wOr4LZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnKb66ML7lvU6TPZCp07NXcXiokhMCla { top:3.3125rem;left:0rem;width:41.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqsy8noUeEqvptoObumfJVesBfxvwk1J { top:1.75rem;left:0rem;width:29.1875rem;height:2.875rem;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:37.5625rem;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:7.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgeP6lKulKSfg4WCMUtRam6pwUgXhQwG { top:8.1875rem;left:10.624134063721rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVLzMoFThOd6X3CS6JmFf7Cib8TOLicd { top:8.0625rem;left:27.186634063721rem;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:12.5rem;left:0rem;width:12.125rem;height:3.125rem;font-size:0.8125rem;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:10.3125rem;left:0rem;width:9.125rem;height:2rem;font-size:1.4375rem;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:11rem;left:10.124134063721rem;width:11.625rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3aT7wPCDnOSog0i7ddwcPFvzoX4ztCU { top:12.6875rem;left:10.153865814209rem;width:11.0625rem;height:1.375rem;font-size:1.0625rem;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.125rem;left:27.186634063721rem;width:11.0625rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNluerL8dy0XWFqTNPBCHGRLOFQUFdHy { top:12.6875rem;left:27.124134063721rem;width:10.625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQTCe7UNT8vcPEGZ34Na9SN002HfWkEK { top:13.25rem;left:36.6875rem;width:11.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkQzdpPG2KxG7poiGKllM4a38VxEeVi2 { top:11.375rem;left:38.1875rem;width:9.5625rem;height:2rem;font-size:1.4375rem;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:2.0625rem;left:29.061634063721rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haqchxCmT7OBqJE1ayNc0xyItMH9kI6P { top:7.9375rem;left:23.875rem;width:23.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D97MfxpMt3L5thz4GWCK6W1X6q2Bb6Q5 { top:12.625rem;left:20.5625rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7buiLvgTI6AL7STLb8MInreFPGLP6fh { top:10.3125rem;left:23.9375rem;width:23.8125rem;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:8.0625rem;left:29.061634063721rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m116xRyIGHy5LaXE4KQflF40thsE166V { top:10.5625rem;left:29.061634063721rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFuOPgmX39ahfXtlzkcHlIHPqpSvkTME { top:12.9375rem;left:29.061634063721rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZeXFANUZHGhF6GAxUriv4kM4ZtXEWK2 { top:15.1875rem;left:20.5625rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfaroekkBbI1XTIdTuCPptK6nmz3omPn { top:15.4375rem;left:29.061634063721rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhXEgxrJT4d6gNtnQHiBPDUo7cUpHZzW { top:17.625rem;left:20.5625rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJIUAzhEDaaV2KL1GtyQaRWE2vIaPNT0 { top:17.8125rem;left:29.061634063721rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTMTz4Lzlq0MUO8BIqmIkpgcO8klzSSh { top:5.5rem;left:22.1875rem;width:25.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRNzXkpl20GBfRHz9XrC2BLhwxnPynrf { top:5.625rem;left:29.061634063721rem;width:0.75rem;height:0.75rem;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.5rem;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.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJU3mxIbknH5Wgv5Smkng1skFy2mXyQJ { top:8.5rem;left:0rem;width:10.5rem;height:10.5rem;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:14.625rem;left:0rem;width:8.4375rem;height:8.4375rem;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.8125rem;left:0rem;width:19.0625rem;height:3.875rem;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:9rem;left:0rem;width:19.4375rem;height:6.0625rem;font-size:0.9375rem;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.187503814698rem;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.249568939209rem;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.8125rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaroTTR7w0SlxnmpDIMFSrpwrF87Z7sG { top:20.0625rem;left:4.0931015014649rem;width:14.375rem;height:14.375rem;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) { #G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq { display:block; }#G9XTlgtkkaz5I7gTX08rKnqRcTQTRMRq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQvvhfwJpE4mvpk6h6TB3nysQr5QMeTW { top:8.8125rem;left:0rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFAthzOUagZhrhWBXE5aTdEi6buMTbHo { top:10.375rem;left:0rem;width:9.4375rem;height:2.25rem;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) { #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.25rem;left:0rem;width:33.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VctP30h2CcQh2hetGSKX9O6m0yFLoiCt { top:8.6875rem;left:0rem;width:7.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO6WucU5v1o9w5fyI8kZiWyzH2qVpovT { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJW0OnRKQ30XKwrFhz9dgAFyMxd1ikKw { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeETwTOJIKHJ0X3yHTxndVooxV8Ppp4y { top:7.0625rem;left:6.375rem;width:35rem;height:19.6245625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcZ1RpELsFCUxBTgyPsWeB6OBIwmDKCv { top:5.125rem;left:5.5rem;width:40rem;height:22.5rem;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:3rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GktKEzSUeqmNyJbM27binuBQ17NzX6QJ { top:4.25rem;left:39.3125rem;width:8.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSO7hZDRdPhv04ENeSHERDISEbfor7K1 { top:0.375rem;left:0rem;width:10.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJXzJs6nzny1Rrbv5OSuV6tNKNlfv7Gs { width:6.3125rem;height:2.125rem;top:4.625rem;left:24.5625rem;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.625rem;left:30.875rem;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.625rem;left:37.625rem;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:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nTz9WvglvkaGWq2nkUeG7sLC1ALgUey4 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jw1Z0xz9xwiQNg8K70Jky2PJg5BPTUEP { width:9.6875rem;height:4rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDpzfn8lECgXcEAlOTUb67M1kXm6WIcL { width:3.5625rem;height:1.1375rem;top:4.375rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVHUKRkyzL2U9WMVhQ1fJn9p675n3f5h { width:6.5625rem;height:2.125rem;top:3.875rem;left:8.25rem;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:5.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdtsKeT6eywW0WJ6Phk0TeT8UTJvKKdM { width:7.0625rem;height:1.875rem;top:1.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKZKTeUlh3LFKOZsTGREm8P7xibT6iqU { width:10.4375rem;height:2.3125rem;top:1.1875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEuPAwN9pt6oE4RH2U60CKr0qXgV15iy { display:block; }
 }@media only screen and (max-width: 763px) { #DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz { display:block; }#DNs9cipHk9cLnDuPgmBZi3egmy3kJPHz > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTW0CV70bBcM0ULQRmghA1TaU9V6XBse { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83a5817d-4998-47f7-9528-6f66c217fda8/Lab1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse.adaptive-delivery-prevent-bg, #HTW0CV70bBcM0ULQRmghA1TaU9V6XBse.lazyload, #HTW0CV70bBcM0ULQRmghA1TaU9V6XBse.lazyloading { background-image: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container { background-color: transparent; background-image: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container > .video-iframe-container { display: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row > .video-iframe-container { display: none; }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTW0CV70bBcM0ULQRmghA1TaU9V6XBse > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPq2gQkEwyTuyvtitmALBkexVTplsUaM { width:8.4375rem;height:0.975rem;top:8.921875rem;left:10.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ5MrcwOGzf4GXk30z1gKIlK28S2010h { width:19rem;height:14.4rem;top:3.25rem;left:0.5rem;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KEkozb521I8rbKrdmbhuTTrDJcLKTani { width:20rem;height:3.1875rem;top:47.6875rem;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:50.6875rem;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:50.6875rem;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) { #TlzR9kcg0bFT4s6pWLGpRzskpvTxhiKn { display:block; }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #DAJGLtHL93xB7qaVxeJy7idoy42v6fS2 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #syFREgSJW1FKCHZk9I5xATRsbSEql7PT {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #oPRGrHQK9V0qAnF3Rt0ctuuvyv658hMZ {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #X2xO3uJ1ylTFngyuPROgTJq5o8iDDXsq {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #SbA7KTDXT1xrwZmm6bnvKWRfcVV762Tn {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #gSp6EXEP87dgHLQ87qUpIrt0tm2gR9xZ {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #wwmTDEf1OeCWKBk7g1iEv65Zw1t8hmN5 {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #Cy8dzKEbXSyG7QS906qnCvsToirJ7O2L {  }
 }@media only screen and (max-width: 763px) { #gz7tnVTC3JtnMORBvsE3kaZr4L1zUNOF #VOoSQpscfQkqNAIFnkCmKtQB1DGJBT7b {  }
 }@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) { #vQLJ86o4n1bG8gRP7JsHB9T6aoTgD8n5 { width:4.6875rem;height:1.875rem;top:43.5rem;left:13.625rem;font-size:0.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Jdr5sM5KghmSBVSF2BxgGIzPwhofTwXA { width:17.0625rem;height:4.75rem;top:40.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBmCyCVbKokrN33TuJO9eZZVkp4mOq1E { width:5.125rem;height:1.21875rem;top:43.4375rem;left:8.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKZpWswK2UhSuaJQzgU7wSERy0lNvh1i { width:5.125rem;height:1.21875rem;top:41.75rem;left:8.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaw3LhNsACIkrynbGhMN8c3LeCqvN0t5 { width:5.125rem;height:1.21875rem;top:41.6875rem;left:13.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTS3x2QRJ0WxfXTOtJXIRth9mgQGsat { width:5.125rem;height:1.21875rem;top:41.75rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUGZZOmgsccHfGx0Un7OBkup39qhkrkt { width:5.125rem;height:1.21875rem;top:43.4375rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncUvEIbC6BFIVTVmb5uRfTKooDDiez8S { width:18.936625rem;height:9.28125rem;top:19.8125rem;left:0.5302734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEF2AofnZPI5vMQlK1Ldhp6J15WPyULn { width:10.125rem;height:2.925rem;top:32.9375rem;left:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUruM2cCt7mdzcaicz2xm3FKzSmF3HF5 { width:7.625rem;height:5.3125rem;top:32.0625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IznArTMa4bd4sTMhpHRt3PyRHPB259Gb { width:7.875rem;height:5.375rem;top:32rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcW4gOpntkEaPVLgAhmFvMC56WAbGLRR { width:13.3125rem;height:0.8125rem;top:37.375rem;left:0.5rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#f6eff1;display:block; }
 }@media only screen and (max-width: 763px) { #lH6H6BabdHvKnTrE9imE2XssNCX87esL { width:14.8125rem;height:1.7252625rem;top:11.046875rem;left:0.53125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUn0woKvSAcww1Ju6eTeoztizHySqgLA { width:17.4375rem;height:3.375rem;top:95rem;left:1.2812500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avZSVtDgNp9912XOvfbWVfGO92EwAB2g { display:block; }
 }@media only screen and (max-width: 763px) { #lsOMzvcd5CSMGCRSavX2FvbAi9TzkJmJ { width:17.1875rem;height:0.975rem;top:17.39453125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgcnw6B0xKL1zO6PIboaQFX2esCMOEfi { width:18.5rem;height:1.35rem;top:29.7412109375rem;left:0.3125rem;font-size:0.5625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O8hU8f3V9o9cXRTzHqcxcAaSC3TAWaTg { width:20rem;height:2.75rem;top:47.90625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFWTzNAQ3ZDT3gasfyyp5MWzKDWulDnh { width:6.75rem;height:1.1375rem;top:32.5rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Watw1HrEnMFXGO1OTNzoZmpH29mboI3A { width:6.75rem;height:2.4375rem;top:33.25rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7UZXcSnfRg0tQO7MpeTGXZC0wpmWopA { width:6.75rem;height:1.1375rem;top:35.5rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4oHmBTcCykCEIumRNifAzgNczufrdgf { width:19.625rem;height:2.4375rem;top:91.6162109375rem;left:0.1875rem;font-size:0.625rem;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:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnKb66ML7lvU6TPZCp07NXcXiokhMCla { width:20rem;height:11.7rem;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) { #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.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxn216lnlZlB8wKkx6TDvsZdPqET83JT { width:18.8125rem;height:6.337875rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBmIJAl9hhs1IOVsHnR6QuD2CUqvX0zU { width:15.0625rem;height:8.75rem;top:9.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4XkAIL3bXTn0FewZpdb6zmmDs8uSybf { display:flex;width:3.125rem;height:3.125rem;top:9.9375rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #wgeP6lKulKSfg4WCMUtRam6pwUgXhQwG { display:flex;width:2.3125rem;height:2.3125rem;top:20.75rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #gVLzMoFThOd6X3CS6JmFf7Cib8TOLicd { display:flex;width:2.6875rem;height:2.6875rem;top:30.625rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #Tp27ByGycs5cSe2ZxxuXEcwGNaiinxFX { display:flex;width:2.1875rem;height:2.1875rem;top:40.8125rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #G8DqDcCrRmRubsspevSo4xnOBUkuB2aB { width:12.0625rem;height:3.16875rem;top:14.9375rem;left:4.125rem;font-size:0.8125rem;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:8.5rem;height:1.86875rem;top:13.1875rem;left:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ8iFUorOdGGbRCQu1BKn4rsr1B6kdeT { width:15rem;height:8.75rem;top:19.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6PyJe6XA0ZzNeRhmCKk7ugQNR0m6zWZ { width:4.0625rem;height:1.86875rem;top:23.4375rem;left:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3aT7wPCDnOSog0i7ddwcPFvzoX4ztCU { width:11.125rem;height:1.21875rem;top:25.125rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWVW8Fcw07SN5Ztgqhg36Ats8ZDyAw50 { width:15.0625rem;height:8.75rem;top:39.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRh3SEskkrTO7hORb3ywhfE1Gy3ZIan5 { width:15.0625rem;height:8.75rem;top:29.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9MESvCQatqXoNnXrhMkOMaChF9mVyiF { width:11.125rem;height:1.86875rem;top:33.25rem;left:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNluerL8dy0XWFqTNPBCHGRLOFQUFdHy { width:13rem;height:2.4375rem;top:35.125rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQTCe7UNT8vcPEGZ34Na9SN002HfWkEK { width:11.125rem;height:1.21875rem;top:45.625rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkQzdpPG2KxG7poiGKllM4a38VxEeVi2 { width:4.75rem;height:1.86875rem;top:43.75rem;left:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 { display:block; }#itOOun6bT0PgQGpfUW9vzdXnvXC8EIN7 > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBlfr9gwt8Sgwv6BJzXnLUTdCtqbFTLl { width:12.5rem;height:1.95rem;top:1.25rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haqchxCmT7OBqJE1ayNc0xyItMH9kI6P { width:15.6875rem;height:2.6rem;top:8.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D97MfxpMt3L5thz4GWCK6W1X6q2Bb6Q5 { width:14.8118125rem;height:2.6rem;top:14.4375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7buiLvgTI6AL7STLb8MInreFPGLP6fh { width:15.8125rem;height:1.3rem;top:11.875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrxpuu26Bi1DRRamOsnFBsTyCFngcZGr { width:17.8125rem;height:11.875rem;top:28.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceqvdAv2ZhxW71SJftXONCs8XHbqJ7A7 { width:6.6875rem;height:10.8125rem;top:26rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T94KvKRPFyh2y1bixMHvNIPIXb4yC2xg { display:flex;width:0.8125rem;height:0.8125rem;top:8.5rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #m116xRyIGHy5LaXE4KQflF40thsE166V { display:flex;width:0.8125rem;height:0.8125rem;top:12rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #TFuOPgmX39ahfXtlzkcHlIHPqpSvkTME { display:flex;width:0.812325rem;height:0.812325rem;top:14.8125rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #JZeXFANUZHGhF6GAxUriv4kM4ZtXEWK2 { width:16.1869375rem;height:2.6rem;top:18rem;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:18rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #vhXEgxrJT4d6gNtnQHiBPDUo7cUpHZzW { width:14.0625rem;height:2.6rem;top:21.6875rem;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:21.9375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #MTMTz4Lzlq0MUO8BIqmIkpgcO8klzSSh { width:14.0625rem;height:2.6rem;top:4.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRNzXkpl20GBfRHz9XrC2BLhwxnPynrf { display:flex;width:0.75rem;height:0.75rem;top:5.5625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A { display:none; }#Fz9bN4390ifvs5Ecz4yA32NXb89cTD9A > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@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.7988125rem;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:18.436605453491rem;left:2.1173649430275rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJU3mxIbknH5Wgv5Smkng1skFy2mXyQJ { width:7.9998125rem;height:7.9998125rem;top:13.468585312366rem;left:10.341796457768rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQodOJE2s5QLFO57T0UOnq82TgFrqUx1 { width:8.812125rem;height:8.812125rem;top:17.310013771057rem;left:9.9343038201331rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKEnJzGH3v6lamZFrQZ9pz2xT133nktP { width:7.6875rem;height:7.6875rem;top:13.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1P9gvh1rK1gmoM7hhhidKM0RlDZpsEz { width:18.125rem;height:1.94921875rem;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:95.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EN1kyT4QH5eEFRgI7F0JgkGp2PCTAq92 { width:18.875rem;height:3.9rem;top:1.25rem;left:0.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fam66LvGThTPVSXbkFbDSTbZznTgAfsq { width:12.5rem;height:1.29980625rem;top:117.1328125rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuGtzJFwsMPXveRT260afcFz8LobSxPH { width:12.5rem;height:1.29980625rem;top:132.7578125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K9ZF2rZBtpUkPB10fBpAunmwCKtpeLQx { width:12.5rem;height:1.29980625rem;top:39.0078125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yBGAfu7WuuhNS4bm6uutmR7nuyCK2g6N { width:3.5625rem;height:1.4624rem;top:110.9453125rem;left:7.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EwGyWTf91uWo0fk9HnrqswIqlxcbfNIM { width:3.5625rem;height:1.4624rem;top:126.5703125rem;left:9.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQtNyAPJu01Ed7PkJT1Gwsd2rbNai7Tr { width:3.5625rem;height:1.4624rem;top:33.8828125rem;left:8.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrNbminkaf3bAN7gQy4FhwJtHEoyIa7Z { width:17.4375rem;height:5.6875rem;top:6.0225677490234rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dq7gTEX8GIVDyChnTMCX2TqRZQtaNpyI { width:12.5rem;height:1.29980625rem;top:54.6328125rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;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;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JRWt14ZafWFrMwmWoWHbUf7DedG5SUts { width:14.375rem;height:14.375rem;top:12.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN3RSRsdD6x0MpmVTX6745tXovgTvvDy { width:14.375rem;height:14.375rem;top:61.9453125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6S5SznQmwdmSyUHS5ybWq7niXw6TZO6 { width:14.375rem;height:14.375rem;top:78.375rem;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:78.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghl1ahBD6xfyDbPAmiXToWlNs2TUL46g { width:14.375rem;height:14.375rem;top:12.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW293bVeiz5nrIovV7qFh1hEP85N88zr { width:14.375rem;height:14.375rem;top:28.7578125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ12DkZCu8fgcevL9PFzElbl3rCEqnK7 { width:14.375rem;height:14.375rem;top:45.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaroTTR7w0SlxnmpDIMFSrpwrF87Z7sG { width:14.375rem;height:14.375rem;top:20.0625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwMC9kw1IGdRHa0tgaaAAFfILnqTDcNV { width:14.375rem;height:14.375rem;top:45.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTtZh506KH5bvDHb45IZXUV4EQZNUow8 { width:14.375rem;height:14.375rem;top:28.7578125rem;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:61.9453125rem;left:2.8125rem;z-index:15019;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) { #gQvvhfwJpE4mvpk6h6TB3nysQr5QMeTW { width:7.625rem;height:1.3rem;top:6.255859375rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XFAthzOUagZhrhWBXE5aTdEi6buMTbHo { width:15rem;height:1.1375rem;top:8.375rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;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) { #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:1.1240234375rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VctP30h2CcQh2hetGSKX9O6m0yFLoiCt { width:7.8125rem;height:1.5625rem;top:6.125rem;left:2.9375rem;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) { #KeETwTOJIKHJ0X3yHTxndVooxV8Ppp4y { height:11.213428571429rem;width:20rem;top:10.57356875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcZ1RpELsFCUxBTgyPsWeB6OBIwmDKCv { height:11.25rem;width:20rem;top:10.38671875rem;left:0rem;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:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfTPKEtBgZTEm56hA0F7W5rl5TnPrHVF { width:20rem;height:1.95rem;top:10.5rem;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:5.8125rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GktKEzSUeqmNyJbM27binuBQ17NzX6QJ { width:8.4375rem;height:2rem;top:7.76171875rem;left:5.78125rem;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:13.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9BIUWaVMP393KHzAUVikX0XJSeI6Ab8 { display:block; }
 }@media only screen and (max-width: 763px) { #P8ycq5LJm5Sn9sCzpdr4I11LT4MTp93A { width:7.0625rem;height:2.125rem;top:15.8125rem;left:6.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:17.9375rem;left:6.5rem;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; }
 }