.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:238,142,147;--color-primary-1:253,63,134;--color-primary-2:195,46,169;--color-primary-3:230,0,103;--color-primary-4:229,0,102;--color-secondary-0:255,229,225;--color-secondary-1:255,169,154;--color-secondary-2:255,83,53;--color-secondary-3:128,42,27;--color-secondary-4:38,12,8;--color-tertiary-0:255,255,255;--color-tertiary-1:128,128,128;--color-tertiary-2:96,96,96;--color-tertiary-3:11,9,9;--color-tertiary-4:0,0,0;--headlines-font-family:"Lobster";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
 #QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT *:focus-visible, #QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT input[type="text"]:focus-visible, #QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT input[type="email"]:focus-visible, #QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT input[type="tel"]:focus-visible, #QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT textarea:focus-visible { outline:0.125rem solid rgba(241,63,164,1);; } #QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container { display: none; }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/011a38c4-7cd8-453b-a74c-fa6b7a2e7942/ChatGPTImageApr26202604_34_27PM.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.adaptive-delivery-prevent-bg, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyload, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyloading { background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { border-width: 0; border-radius: 0; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:60rem;height:124.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#N488zuyM79kQQk9x9CiCnT17lbz2pmHP { background-color:#f13fa4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #8c10e1 ;box-sizing:border-box;color:#fffdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:4.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:55.3125rem;left:23.53125rem;display:block; }
#ebSTvFv67g2o141pCKOcXsmgMM6HGdCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnw9fONFVCZbvfBJKRb1WaVoAb2boXav { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-4),1);top:63.5625rem;left:0rem;height:5.8496125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g0KUyXoZCVT3aNvx2bxysDLq2RCR9exD { position:absolute;display:block;z-index:15007;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:52.3125rem;top:62.8125rem;left:4.25rem;display:block; }
#GiHWx8V5rD6oKWME2Kc8HvZoFN6ioSK9 { 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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.14) ;height:25.625rem;width:25.625rem;top:60.9375rem;left:6.5625rem;overflow:hidden;display:block; }
#RTWMIodey8l9OKgKsBu8VwCmOktykqW5 { color:#0d1225;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:63.5625rem;left:33.4375rem;height:1.4624rem;font-style:normal;display:block; }
#GSI984zrHNFd7E5ut05Wi7LZpfdbkstF { color:#f01260;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:66.8505859375rem;left:33.4375rem;height:5.39941875rem;font-style:normal;display:block; }
#zyTGTsooGlQieewwJ2Cu1QbBf8ccGnEB { color:#0d1325;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:73.9375rem;left:33.4375rem;height:10.5rem;font-style:normal;display:block; }
#vXZnOvOX4bXOfbilmxZrqblLxGIG4sx6 { position:absolute;display:block;z-index:15013;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:56.5625rem;top:94.0625rem;left:0rem;display:block; }
#cPeILV9MFw73fyRGEFRICrvcd1r5cMo0 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #6e3fb8 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:4.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:113rem;left:32.1875rem;display:block; }
#lCEiXRAxbJLr7rbLDID41yeqLhCAsHve { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sRkl8h7cvFpwIlmggP4T0KAAhazkg6zQ { color:#0d1325;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:101.6875rem;left:2.125rem;height:15.75rem;font-style:normal;display:block; }
#n6mzdTsCraOXwVSwigOb7W9ufznig81e { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.14) ;height:20.875rem;width:20.875rem;top:90.7109375rem;left:29.4375rem;overflow:hidden;display:block; }
#PRvZ1XCpZTMfr4eckRbVXQ8FtGnWcXT9 { color:#f01260;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:96.6484375rem;left:2.03125rem;height:4.5rem;font-style:normal;display:block; }
#kWe3t5C7NHXyaak3zlUDV2kAMemsOsPz { color:#0d1225;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:95.25rem;left:2.125rem;height:1.4624rem;font-style:normal;display:block; }
#z7WcFFP3khZiMtHpxylLSnDcQnTVGVA7 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:33.5625rem;width:59.75rem;top:120.09375rem;left:0.25rem;overflow:hidden;display:block; }
#Q1rOndySnfas0Lde2wq1KaxRrX2rmLFb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:18.25rem;left:0rem;display:none; }
#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #f13fa4, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #f13fa4, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #f13fa4, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #f13fa4, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13fa4', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13fa4', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #f13fa4, rgba(var(--color-primary-3),1));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;z-index:auto;display:block; }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row .container { background-color: transparent; background-image: none; }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row .container > .video-iframe-container { display: none; }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row > .video-iframe-container { display: none; }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .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); }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row .container { border-width: 0; border-radius: 0; }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#rO2eDh6X5yIOwtWkWNdFwHAlSEyH89gv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:20.0625rem;width:60rem;display:none; }
#GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw > .row .container { background-color: transparent; background-image: none; }#GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw > .row .container > .video-iframe-container { display: none; }#GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw > .row > .video-iframe-container { display: none; }#GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw > .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); }#GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw > .row .container { border-width: 0; border-radius: 0; }#GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#nKTf0lCVqVGVsr9crCXmxmb03y4hERG3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.875rem;left:1.3125rem;height:7.0121875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mHacdCb9qPcTVt0RzNAdzXSBKz36V7sC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.2490234375rem;left:1.3125rem;height:24rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v4JkWnQlZAwXSOSgG4DxPuulwNLB1Tom { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:37.59375rem;left:1.3125rem;display:block; }
#N3ZbTBI4xcyq7IeBUUK25Q7ayqCoBmoE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gRiWepXOWpCPUm1W4N9ueKEFf9W5HT6t { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:35.625rem;width:28.4375rem;top:5.65625rem;left:30.927197802198rem;overflow:hidden;display:block; }
#TW7T1CxTxBePCPtDLgzVd15FgPAgCkN7 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.4375rem;left:1.3125rem;display:block; }
#mv8GOV1OMBP0xutTw96wnk3gLh0MsT2O { background-color:#f13fa4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #7d3fb8 ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:36.96875rem;left:13.8125rem;display:block; }
#ILATcBuRMoDi5NTOn77i2JJtbB1Sdbr1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #f13fa4, #f13fa4);background-image: -moz-linear-gradient(45deg, #f13fa4, #f13fa4);background-image: -ms-linear-gradient(45deg, #f13fa4, #f13fa4);background-image: -o-linear-gradient(45deg, #f13fa4, #f13fa4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13fa4', endColorstr='#f13fa4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13fa4', endColorstr='#f13fa4' );";background-image: linear-gradient(45deg, #f13fa4, #f13fa4);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;z-index:auto;display:block; }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row .container { background-color: transparent; background-image: none; }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row .container > .video-iframe-container { display: none; }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row > .video-iframe-container { display: none; }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .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); }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row .container { border-width: 0; border-radius: 0; }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#ScBBV9uBmnT6u4625ULSbGDVwZL9IsIn { position:absolute;display:block;z-index:15004;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:37.375rem;width:29.75rem;top:8.912109375rem;left:30.25rem;overflow:hidden;display:block; }
#fzlg2xZ2zHDnS35yT7g4UVIqINZTJZbL { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:19.9375rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/70d9aaec-a99a-4c03-be01-b8ba17db1ed1/HYDRANEASBACKGROUND.png");background-position:top 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:block; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq.adaptive-delivery-prevent-bg, #Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq.lazyload, #Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq.lazyloading { background-image: none; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container { background-color: transparent; background-image: none; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container > .video-iframe-container { display: none; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row > .video-iframe-container { display: none; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .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); }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container { border-width: 0; border-radius: 0; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container { font-size:0.875rem;font-family:arial;height:101.0625rem;width:60rem;position:relative;display:block; }#N8vSZiavSlhhMTV6BOldBMaxSbXV9ALd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.125rem;width:60rem;top:27.025390625rem;left:0rem;overflow:hidden;display:block; }
#iiXX5elWmnRoOf0s6AubNOsSfWVe5iTz { background-color:#fffdfd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #3fb8af ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:5.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.07421875rem;left:8.34375rem;display:block; }
#PsVrLp5SCnbmWMfqIDCanyQ9wgqf2cQA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tiMKPMud5LmPTTMERvAsZgTQSkUDBepG { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:"times new roman";font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:26.662109375rem;left:5.28125rem;height:3.4121125rem;display:block; }
#deqxfRxhJG4oaf0vb692fd4o7liPbTPn { background-color:#fffdfd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #3fb8af ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:5.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.07421875rem;left:36.8125rem;display:block; }
#sL1U5LtvWnDJfrkdWAEtwOqOKGZeKc6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#npsKqGsh4JsE13Bk6EUFASckIN8tEEi6 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:"times new roman";font-size:2.625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:27.025390625rem;left:32.1875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#GSE8XtZQMt377ok9DQoxlVkhZ4TIlruO { position:absolute;display:block;z-index:15011;background-color:#f13fa4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5625rem;width:59.875rem;top:35.88671875rem;left:0rem;display:block; }
#R1eD8y1zpTeFBAtpUass42eG5SMIwbPL { color:rgba(var(--color-tertiary-3),1);display:block;width:24.6875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:37.57421875rem;left:4.0625rem;height:21rem;font-style:normal;display:block; }
#JzLirfVEhsPQayyBWPmnSu5UF5MKbuEC { color:rgba(var(--color-tertiary-3),1);display:block;width:25.75rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:37.57421875rem;left:32.34375rem;height:22.75rem;font-style:normal;display:block; }
#sRI4baT6nhEJJdOTnz4L4cXqtzUQxad9 { color:#090808;display:block;width:46.625rem;position:absolute;font-family:"marck script";font-size:3.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:71.587890625rem;left:9.71875rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#CMJQ4agbWELQZv7WEXXiFXfMCO5OvpFo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:86.17578125rem;left:25.625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BqTW30nBDeB6DpvyM3l18pc4dzw33N7C { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5625rem;width:59.875rem;top:35.88671875rem;left:0rem;display:none; }
#s9QdGNuqiKgOi29PiPwOxk7i8cdiui5i { 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:28.9375rem;width:18.4375rem;top:4.44921875rem;left:7.1875rem;overflow:hidden;display:block; }
#wEgXzIs7NWq5nsmPms88Uok2hPApmJVX { background-color:#f13fa4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #7d3fb8 ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:4.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:91.03125rem;left:25.78125rem;display:block; }
#g46rKsEpNlGAywiy6QPEsN3WEJEF80GT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LcsCh4t2s1y4UGuKGxzEq3cVdv8pJfR9 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:75rem;width:60rem;display:none; }
#xW5CqUVahAN7akwoauHhMnLk8XPqTKso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.39);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; }#xW5CqUVahAN7akwoauHhMnLk8XPqTKso > .row .container { background-color: transparent; background-image: none; }#xW5CqUVahAN7akwoauHhMnLk8XPqTKso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW5CqUVahAN7akwoauHhMnLk8XPqTKso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW5CqUVahAN7akwoauHhMnLk8XPqTKso > .row .container > .video-iframe-container { display: none; }#xW5CqUVahAN7akwoauHhMnLk8XPqTKso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW5CqUVahAN7akwoauHhMnLk8XPqTKso > .row > .video-iframe-container { display: none; }#xW5CqUVahAN7akwoauHhMnLk8XPqTKso > .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); }#xW5CqUVahAN7akwoauHhMnLk8XPqTKso > .row .container { border-width: 0; border-radius: 0; }#xW5CqUVahAN7akwoauHhMnLk8XPqTKso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xW5CqUVahAN7akwoauHhMnLk8XPqTKso > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#hMu3HWlTA9NfkpiGPpOnLtF0SHHvr6Bn { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:"times new roman";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:0rem;height:4.67480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WCZuvcbCQkHWOcoro8Rbn3rOd4oRX9sI { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.78125rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#trTw4yNTCQZ2nIy4Q1aIyzlJlgc0BxrT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:31.25rem;width:25rem;top:5.625rem;left:33.875rem;overflow:hidden;display:block; }
#Qzyq2qcx1pk2LXAKzwfTORs7y10QZwEI { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:11.9375rem;left:0rem;display:block; }
#oPAH8GeJ55ttwKAOMkRgm2CkBIwRQIov { background-color:#f13fa4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #7d3fb8 ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:3.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:31.3125rem;left:0.5625rem;display:block; }
#ZOegtnHQTtPG9onxSdIfJEkR71P25r5p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/2fwatxc6/bg_top.jpg");background-position:top 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;display:block; }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD.adaptive-delivery-prevent-bg, #C0P5icKR21ETTOM2RIhXa5rtxqLszJgD.lazyload, #C0P5icKR21ETTOM2RIhXa5rtxqLszJgD.lazyloading { background-image: none; }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row .container { background-color: transparent; background-image: none; }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row .container > .video-iframe-container { display: none; }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row > .video-iframe-container { display: none; }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .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); }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row .container { border-width: 0; border-radius: 0; }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row .container { width:60rem;height:44.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#b9U39zXNTPspeNJhlU8RHUPbcCskBERg { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:"times new roman";font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9873046875rem;left:0.6875rem;height:7.7998125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FofHlyEAviafWBy27seQbts5kC46XPTF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:"times new roman";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10rem;left:0.6875rem;height:8.7744375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kq90kWO33kRSBvl7OwDZuT16LI4HpzV8 { position:absolute;display:block;z-index:15006;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:35.5625rem;left:47rem;display:block; }
#aneSdTe2HTzi0ZB7soneaXTbFzheVuKE { 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:47.8125rem;width:60rem;display:none; }
#dmF79ZBCBGfzPMkP1sLrVcWR9l6FkIIR { position:absolute;display:block;z-index:15007;height:37.5rem;width:34.4375rem;top:4.9248046875rem;left:25.5625rem;display:block; }
#GpzGIg9lc5r0A3cbCUSr0Cewa9WMvWlT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.75rem;left:0.6875rem;height:19.49706875rem;display:block; }
#Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP > .row .container { background-color: transparent; background-image: none; }#Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP > .row .container > .video-iframe-container { display: none; }#Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP > .row > .video-iframe-container { display: none; }#Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP > .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); }#Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP > .row .container { border-width: 0; border-radius: 0; }#Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;position:relative;display:block; }#C4P97gRpe1VMrZklnS4Dvi0G9r8UzBn8 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:26.25rem;width:48.75rem;top:12.1875rem;left:6.875rem;display:block; }
#czQvLEQdDSeX4DPOeZEEw25xqZDiUNwu { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:"times new roman";font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:12.40625rem;height:7.7998125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Mb3y98QoSM0T2m92qbVX6ah6okfC8ZNm { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:51.3125rem;top:35.99609375rem;left:5.59375rem;overflow:hidden;display:block; }
#btyciiiqc2XeR8bNC8s9Foo2HdTmIJ53 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:51.3125rem;top:35.99609375rem;left:5.59375rem;overflow:hidden;display:none; }
#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), #f13fa4);background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), #f13fa4);background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), #f13fa4);background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), #f13fa4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#f13fa4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#f13fa4' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), #f13fa4);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;z-index:auto;display:block; }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row .container { background-color: transparent; background-image: none; }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row .container > .video-iframe-container { display: none; }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row > .video-iframe-container { display: none; }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .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); }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row .container { border-width: 0; border-radius: 0; }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#nH00L5VDhyeEl2OHlTbPIHWobDuCibHI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:22.75rem;width:38.25rem;display:none; }
#vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 > .row .container { background-color: transparent; background-image: none; }#vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 > .row .container > .video-iframe-container { display: none; }#vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 > .row > .video-iframe-container { display: none; }#vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 > .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); }#vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 > .row .container { border-width: 0; border-radius: 0; }#vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#gXtcJHEHwR6vBdHyCDU6iCfaQg23DBZU { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.875rem;left:1.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yqRPwgJkNDnX4L4FZfFMgtz8IBIODlFy { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.2490234375rem;left:1.3125rem;height:21rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gQrcvL0V0rQMTFLfoi4U8RMUSpdttTsl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.25rem;width:24.9375rem;top:6.5498046875rem;left:32.8125rem;overflow:hidden;display:block; }
#iABMRFN3hKLcwBrxIL2rZvuQzFuq5T2i { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:7.9375rem;left:1.3125rem;display:block; }
#BM96gwNILxH2rTzExP9iwA4vu7ffB67a { position:relative;display:block; }#BM96gwNILxH2rTzExP9iwA4vu7ffB67a { background-color: transparent; background-image: none; }#BM96gwNILxH2rTzExP9iwA4vu7ffB67a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM96gwNILxH2rTzExP9iwA4vu7ffB67a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM96gwNILxH2rTzExP9iwA4vu7ffB67a > .row .container > .video-iframe-container { display: none; }#BM96gwNILxH2rTzExP9iwA4vu7ffB67a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM96gwNILxH2rTzExP9iwA4vu7ffB67a > .row > .video-iframe-container { display: none; }#BM96gwNILxH2rTzExP9iwA4vu7ffB67a > .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); }#BM96gwNILxH2rTzExP9iwA4vu7ffB67a { border-width: 0; border-radius: 0; }#BM96gwNILxH2rTzExP9iwA4vu7ffB67a > .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; }#BM96gwNILxH2rTzExP9iwA4vu7ffB67a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZXdAG9zVGZ03Hu4rIOxWLN3OSSezswiU { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#EAw3tqBnJqaQ4EwEbnBlrLwxxvTKPzyl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:0rem;overflow:hidden;display:block; }
#luCow9MESGFqLI9a4szzT2osV9qorW5M { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:20.4375rem;overflow:hidden;display:block; }
#zoqd6xaatrlsNXvFkVmWBgeWrHu4GuzV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:40.75rem;overflow:hidden;display:block; }
#EvqsToTqfQXhit4Ddz2f9hrPICI7nefa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:0rem;overflow:hidden;display:block; }
#FXcOz3KM5ig3ApLu52h8VLTz0BC5Zy5O { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:40.875rem;overflow:hidden;display:block; }
#qX8TKdaNkGf9nEqPMmf5stqtolpRs7AR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:38.1875rem;left:0rem;overflow:hidden;display:block; }
#nFqSQKub9ccvwM7iu3ENkCUXl9h07N96 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:38.1875rem;left:20.5rem;overflow:hidden;display:block; }
#nRsxBQCZ8klXKscNfLOObq150L6BqNNy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:38.1875rem;left:41rem;overflow:hidden;display:block; }
#SAIDfTinxLtFZiDSMiHTJITmaMrTTO82 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.03125rem;left:20.5rem;overflow:hidden;display:block; }
#mgfW4832iwUEBSqHVGbVQci3VsaTxrMD { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #b40e48 ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:51.9375rem;left:24.53125rem;display:block; }
#glybC5QJHFGD2fIN97oOI4QDbdP160nm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y { position:relative;display:block; }#WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y { background-color: transparent; background-image: none; }#WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y > .row .container > .video-iframe-container { display: none; }#WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y > .row > .video-iframe-container { display: none; }#WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y > .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); }#WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y { border-width: 0; border-radius: 0; }#WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y > .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; }#WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r4i943O0fAo4cBiU6eSWJ4wIEaMJcxEZ { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#mWTi4KEQiid71s9kn0RcFMFp8KAntTqL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:0rem;overflow:hidden;display:block; }
#OlM3x1u6Vw199hI7wD8gly0ODEEG19ib { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:20.4375rem;overflow:hidden;display:block; }
#wLe5QszsTXRA65zlhb4iygHXKTAT5EmA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:40.75rem;overflow:hidden;display:block; }
#aXmX1lhkZU6nX874X2ki08d3St6EM5Wk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:0rem;overflow:hidden;display:block; }
#seWd1TVV0XN38NMqQRdeuthtU1aeT9Cs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:20.4375rem;overflow:hidden;display:block; }
#RuEkDJAv5Gfmq6eOGd2KqkCkXuVIvsZz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:40.875rem;overflow:hidden;display:block; }
#mZXUitV4OcdCfytmEtCsS0biod7SHNLJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:38.375rem;left:18.8125rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wUgn3SSZlgHMsCqJOkHuXSl9CZI5fTsu { background-color:#f13fa4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.8125rem;left:21.25rem;display:block; }
#ItQRuORIsk2GBEgskXO2N0E7n8TRu6HR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom 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:block; }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV.adaptive-delivery-prevent-bg, #UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV.lazyload, #UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV.lazyloading { background-image: none; }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row .container { background-color: transparent; background-image: none; }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row .container > .video-iframe-container { display: none; }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row > .video-iframe-container { display: none; }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .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); }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row .container { border-width: 0; border-radius: 0; }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:60rem;position:relative;display:block; }#oJM6xnVGP3XlTTTO36mfkx4AC9pR9ULL { position:absolute;display:block;z-index:15003;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.1875rem;width:4.1875rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#CapV4w8dPm6wslZrbEWmhK8nTEZcZFb8 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:49.0625rem;left:1.25rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zH0hTmlBgC90IIgFt2HaBCxBomZQG2xE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4937496185302rem;left:5.53125rem;height:1.94970625rem;display:block; }
#pv18KKQ09PB41Tvsg7vwi2JVuKxpnLhX { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.625rem;width:30.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VctVUU3L17q27xB60ZlKNyS2oOwe93ts { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.1875rem;width:28.5625rem;top:7.0625rem;left:31.4375rem;overflow:hidden;display:block; }
#GvqsRqKIgEsSmWhIKxIRi6sgMb5bvuFN { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:21.6875rem;left:31.84423828125rem;height:3.5rem;font-style:normal;display:block; }
#AN8BmZUOW79PvZ9sBOgmJTgO4IyoQWWG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:0.84375rem;left:31.84423828125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy > .row .container { background-color: transparent; background-image: none; }#G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy > .row .container > .video-iframe-container { display: none; }#G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy > .row > .video-iframe-container { display: none; }#G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy > .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); }#G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy > .row .container { border-width: 0; border-radius: 0; }#G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:60rem;position:relative;display:block; }#Hn4X7cQqDtvb3R9s0i59wBBqZSA9lGSU { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#pILx96spwDTVPM7OMcL9v4THPZDEOrsP { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mLBIyrVvM6xKt6saEbBA5zqlVVU9h8tT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:28.75rem;display:block; }
#pGzSvhxJZ07JsiztcZFFQ36q9o7IRuMn { color:#f13fa4;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#knlnSgwNhFd4rgcAo9ktFcM8qTtkUear { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-4),0.2) ;height:12.5625rem;width:18.9375rem;top:19.8125rem;left:0rem;display:block; }
#CmVFAM6iM5dfrbmFHkrsEDyA9WoHXpe8 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.3125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:20.6875rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S4A69htkzReWTxievzi6zpLPhKuBSOVe { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.4375rem;left:1.09375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hd6KlmLMrsyTiq7wiFo1pkkQMxLS4xIe { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.25rem;left:23.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tRLLDagNTyRAflyh4hwF98TLHTmhlS2E { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-4),0.2) ;height:21.125rem;width:18.9375rem;top:24.25rem;left:20.53125rem;display:block; }
#TXzBpisC3DcQfKJhz96cM6OukQk6zr3p { color:rgba(var(--color-tertiary-1),1);display:block;width:18.3125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:24.3125rem;left:20.84375rem;height:21rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRWa8DtNMSJDQTg5EVFBrHypZexmRxdp { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.4375rem;left:46.34375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xQ38pxhxA1t7JUqU8Tip7oJE209r0zsz { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-4),0.2) ;height:12.25rem;width:18.9375rem;top:19.8125rem;left:41.0625rem;display:block; }
#tDgaWf9oBMapgu4W0LCAG4dM5BfcBEm3 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:21.9375rem;left:41.78125rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a0hfcXUiftLSKitd9IAxUao7kuAx21sC { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:33.6875rem;width:60rem;top:45.375rem;left:0rem;overflow:hidden;display:block; }
#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #f13fa4, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #f13fa4, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #f13fa4, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #f13fa4, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13fa4', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13fa4', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #f13fa4, rgba(var(--color-primary-3),1));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;z-index:auto;display:block; }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row .container { background-color: transparent; background-image: none; }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row .container > .video-iframe-container { display: none; }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row > .video-iframe-container { display: none; }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .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); }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row .container { border-width: 0; border-radius: 0; }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#wUzq3XaJqnqWtM0iXXX8DQLfsBHLH4HZ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:14.0625rem;width:38.8125rem;top:45.375rem;left:0rem;overflow:hidden;display:none; }
#yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR > .row .container { background-color: transparent; background-image: none; }#yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR > .row .container > .video-iframe-container { display: none; }#yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR > .row > .video-iframe-container { display: none; }#yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR > .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); }#yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR > .row .container { border-width: 0; border-radius: 0; }#yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:60rem;position:relative;display:block; }#z91UpA0zdsTyqevBy6B3eOXs3ZK95AdQ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:"titillium web";font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.06201171875rem;left:0rem;height:8.4550625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ar6rEaDUOzF73iRG9TErkrMTaJaG3Sne { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.9375rem;left:0rem;height:39rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TOatziWNkevcZF3TdwtUX1CJANcyMZd0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:37.625rem;width:30.0625rem;top:14.375rem;left:29.9375rem;overflow:hidden;display:block; }
#SkfkdIeIfTW6tJdtWL6n650xCgMwAe9C { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.4375rem;left:1.3125rem;display:block; }
#nNdHDUL8zez1uUGxE8g1QNUUtLR056Ms { background-color:#f13fa4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #873fb8 ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:53.0625rem;left:0rem;display:block; }
#uLorrOhBeZASgOBoU0wA4BocDBESGDMz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#11dccf;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#e8d7dd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.1416015625rem;left:38.25rem;z-index:15019; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #w1giA0P0KT8bBlrwnvw2doWbB9cguQ2T { display:flex;position:relative;top:0rem;left:0rem; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #pQl1FZhCSsp4MhJ7pl6otaKFVrFWqrbh { width:auto; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #kW56rI8y7P67aNEt6bJwObU3D3mGDF3x {  }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #pJLISNBXXlA4aO3lHKz6EOnt5h2KDuyz { display:flex;position:relative;top:0rem;left:0rem; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #J4EF1GLpdwwbSOMSKWXHldhhTAvdhnRa {  }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #vADQJWMu9D7Mai78EPSrylwJFW1Evbff {  }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #hkkiSBRu4WiXlDn7B3O9ayABcLoJI6xa { display:flex;position:relative;top:0rem;left:0rem; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #qodDmMtgQuCbeaI0TVlpmNMkm02QFpRz {  }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #sfheEbwzh9hgxFhENrNKX6c8SAdUQaTi {  }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #B4SWNTpO2f35Zfitx8erW5oD17ZIrTtw { display:flex;position:relative;top:0rem;left:0rem; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #deD3oTgbrLnhPLk57gkRluWutkTIfWFt {  }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #vuShnvwpKZxFNalSLIpgokilHsPzxtiN {  }
#Wagd5Ru1mSE8HbOvFkBZ5ruyiDGhmT3l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:54.125rem;left:25.4375rem; }
#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom 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:block; }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9.adaptive-delivery-prevent-bg, #FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9.lazyload, #FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9.lazyloading { background-image: none; }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row .container { background-color: transparent; background-image: none; }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row .container > .video-iframe-container { display: none; }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row > .video-iframe-container { display: none; }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .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); }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row .container { border-width: 0; border-radius: 0; }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#Aq2yNUJx0FL6sZ6L3h89S1zCE3FMBpWK { position:absolute;display:block;z-index:15000;height:10.25rem;width:18.3125rem;top:0.71875rem;left:20.84375rem;display:block; }
#I7XiPDinW9dIVbevwG8cfETk5E2oFCVq { position:relative;display:block; }#I7XiPDinW9dIVbevwG8cfETk5E2oFCVq { background-color: transparent; background-image: none; }#I7XiPDinW9dIVbevwG8cfETk5E2oFCVq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7XiPDinW9dIVbevwG8cfETk5E2oFCVq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7XiPDinW9dIVbevwG8cfETk5E2oFCVq > .row .container > .video-iframe-container { display: none; }#I7XiPDinW9dIVbevwG8cfETk5E2oFCVq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7XiPDinW9dIVbevwG8cfETk5E2oFCVq > .row > .video-iframe-container { display: none; }#I7XiPDinW9dIVbevwG8cfETk5E2oFCVq > .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); }#I7XiPDinW9dIVbevwG8cfETk5E2oFCVq { border-width: 0; border-radius: 0; }#I7XiPDinW9dIVbevwG8cfETk5E2oFCVq > .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; }#I7XiPDinW9dIVbevwG8cfETk5E2oFCVq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p6yD009CamNlDBfEeiGUnKpHKwi7RPiU { color:#0d1225;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.50390625rem;left:11.125rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKZI9A3BTHHbyGaJyZdDneJqtvWkAn9w { 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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.14) ;height:4.8125rem;width:20.3125rem;top:6.94140625rem;left:7.21875rem;overflow:hidden;display:block; }
#Pb6HNd8zubLqXQCcdWVSX6oNZFF0H7Wb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.14) ;height:6.9375rem;width:12.3125rem;top:5.87890625rem;left:40.03125rem;overflow:hidden;display:block; }
#wsnguZKIefGEMoTusxvXNN50VUQL3K4n { color:#0d1225;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.50390625rem;left:40.03125rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKsEFSktNn5rGA7FlzfNECDZZGWIK0Tp { background-color:#f13fa4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:17.9375rem;left:12.625rem;display:block; }
#H0K1a1NLz6KzZ6STPqNcRaUdcqDeLvFZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ze4Rf803CANbWE5et9micAXtRkg8rXWs { background-color:#f13fa4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:17.9375rem;left:41.4375rem;display:block; }
#gwnn60iTsRf5LZK6CEaKfg252AvQCthE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LGREq0WmtawKWMAREAiTwgI61d2UuWf3 { color:rgba(var(--color-tertiary-3),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:33.150390625rem;left:8.8125rem;height:5.8496125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#km48ubdvXsvH4SS9Z3cBRx7s4I6XzxDh { color:rgba(var(--color-tertiary-3),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:7.75rem;height:5.8496125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dVc835bJ/andrew-neel-bottom-bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF.adaptive-delivery-prevent-bg, #wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF.lazyload, #wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF.lazyloading { background-image: none; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row .container { background-color: transparent; background-image: none; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f13fa4; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row .container > .video-iframe-container { display: none; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f13fa4; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row > .video-iframe-container { display: none; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .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); }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row .container { border-width: 0; border-radius: 0; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF::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; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#MfAARlP9xakSEBT5JdJITLwgVQWs3QfS { color:rgba(var(--color-tertiary-0),1);display:block;width:50.875rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.4970703125rem;left:6.466796875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gkootrDLhcherDUDBE3KNVFpNuD4k8SG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70d9aaec-a99a-4c03-be01-b8ba17db1ed1/HYDRANEASBACKGROUND.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;position:relative;z-index:auto;display:block; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG.adaptive-delivery-prevent-bg, #gkootrDLhcherDUDBE3KNVFpNuD4k8SG.lazyload, #gkootrDLhcherDUDBE3KNVFpNuD4k8SG.lazyloading { background-image: none; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row .container { background-color: transparent; background-image: none; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,234,243,0.15); }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row .container > .video-iframe-container { display: none; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,234,243,0.15); }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row > .video-iframe-container { display: none; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .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); }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row .container { border-width: 0; border-radius: 0; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row .container { width:60rem;height:51.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#W3GXTUCuiyTgT06e6MdzL1sSTXrpksRp { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:8.7841796875rem;left:0.0625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CNTeHsRDprkqOwPThpu0uwkrkOcOVsi3 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),0.45));background-image: -moz-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),0.45));background-image: -ms-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),0.45));background-image: -o-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.45)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.45)' );";background-image: linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),0.45));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: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.33) ;height:26.875rem;width:29.375rem;top:16.3125rem;left:17.5625rem;display:block; }
#R5rkUkaaTqsqGeTLN01VihJGVRk3LrnN { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.375rem;left:19.28125rem;height:6.17480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HxE2l6TE467AsT0WuriKqlTGH2nXyzBs { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.75rem;left:18.65625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-form-header {  }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-text {padding-top: 0; padding-bottom: 0;}#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-select {padding-top: 0; padding-bottom: 0;}#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:21.5625rem;height:3.875rem;font-family:ubuntu;overflow:hidden; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .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:ubuntu;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .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; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-container:first-of-type{padding-top:0;}#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-container:last-of-type{padding-bottom:0;}#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:29rem;left:20.21875rem; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX {display:block;}#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:29rem;left:20.21875rem; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #rk9ZuKICzuC44JbbxqoVH9yyPBBs3cSE { position:relative; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #JutFMtUA8DcvM2z7qQH3NUXywpyvhPge { position:relative;display:block; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #GHmrdZITziA2K9FT3unsvwuuDRanGRIf { position:relative; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #JSybOnzKUSnAq176akVa61vctWnLSHzm { position:relative; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #DXAV7g41Z0x1KwwTcTTdvb6NNlWgSNXl { position:relative;display:block; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #b4iCaq2sDV8Hu6neDvPEGoVHg8AThPfh { position:relative; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #EnR9TvllgHdwRC5WAWPy2pFzsi0aITzv { position:relative; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #gzGvEqSx8MdloJbbpcNtoN3WcVfZndbq { position:relative;display:block; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #EdpAgzm1dwPGSZC2iIupvXHMpLlEU6lP { position:relative; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #uA508HbKxMUSLTTPiQcQI3PWDneTRDg8 { position:relative; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #kH4qdIxWD9Rx4T3O06sVH2pU8vQE8S6T { position:relative; }
#PKS2Kt10cs7yLEpTgEkFRlmPSnJhAMb7 { position:absolute;display:block;z-index:15003;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:20.0625rem;top:25.375rem;left:70.6875rem;overflow:hidden;display:none; }
#zBFXFKfKNQm2CScareWTdvsLahFmBfCu { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:"bree serif";font-size:1.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.63427734375rem;left:13.21875rem;height:4.7119125rem;text-align:center;text-align-last:center;display:block; }
#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dVc835bJ/andrew-neel-bottom-bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0.adaptive-delivery-prevent-bg, #TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0.lazyload, #TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0.lazyloading { background-image: none; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row .container { background-color: transparent; background-image: none; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f13fa4; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row .container > .video-iframe-container { display: none; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f13fa4; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row > .video-iframe-container { display: none; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .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); }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row .container { border-width: 0; border-radius: 0; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0::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; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#B80QnWXIMHqTcxsvelCTMBBqQhZa3T1h { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHhEKPXsFRqobE4usksaHTTQupnQVvrs { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:4.9375rem;left:0rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MUsXweI2ivnFDVMeeJGb8ib74Fr0alJF { 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.0625rem;width:4.0625rem;top:7.4375rem;left:27.96875rem;overflow:hidden;display:block; }
#it3HbCPoXadRsFLlZrRvtFze7Se3F2B7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:7.4375rem;left:22.4375rem;overflow:hidden;display:block; }
#yBSP8HeTt6Zwfda9S37od0P2x1Bdnhtr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.25rem;left:33.3125rem; }
#yBSP8HeTt6Zwfda9S37od0P2x1Bdnhtr > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; }#wJZVMiX1BBmI451rRxapnaUiKgMo0WoA { position:relative;display:block; }#wJZVMiX1BBmI451rRxapnaUiKgMo0WoA { background-color: transparent; background-image: none; }#wJZVMiX1BBmI451rRxapnaUiKgMo0WoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJZVMiX1BBmI451rRxapnaUiKgMo0WoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJZVMiX1BBmI451rRxapnaUiKgMo0WoA > .row .container > .video-iframe-container { display: none; }#wJZVMiX1BBmI451rRxapnaUiKgMo0WoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJZVMiX1BBmI451rRxapnaUiKgMo0WoA > .row > .video-iframe-container { display: none; }#wJZVMiX1BBmI451rRxapnaUiKgMo0WoA > .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); }#wJZVMiX1BBmI451rRxapnaUiKgMo0WoA { border-width: 0; border-radius: 0; }#wJZVMiX1BBmI451rRxapnaUiKgMo0WoA > .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; }#wJZVMiX1BBmI451rRxapnaUiKgMo0WoA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k8ywMnvbzrQWE0Qcc6prZA4D71XO3SGw { 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:3.125rem;width:12.9375rem;top:2.5302734375rem;left:23.53125rem;overflow:hidden;display:block; }
#tLSoaAf4LT5VeN3ioPznxwHxE9N8ly7I { color:rgba(var(--color-tertiary-4),1);display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.23046875rem;left:27.9375rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N488zuyM79kQQk9x9CiCnT17lbz2pmHP { width:11.6875rem;height:4.9375rem;top:55.3125rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebSTvFv67g2o141pCKOcXsmgMM6HGdCT { display:block; }
 }@media only screen and (max-width: 763px) { #fnw9fONFVCZbvfBJKRb1WaVoAb2boXav { width:47.75rem;height:1.29980625rem;top:63.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0KUyXoZCVT3aNvx2bxysDLq2RCR9exD { width:47.75rem;height:24.375rem;top:62.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiHWx8V5rD6oKWME2Kc8HvZoFN6ioSK9 { width:25.625rem;height:25.625rem;top:60.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTWMIodey8l9OKgKsBu8VwCmOktykqW5 { width:12.5rem;height:1.29980625rem;top:63.5625rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSI984zrHNFd7E5ut05Wi7LZpfdbkstF { width:15.3125rem;height:5.39941875rem;top:66.8125rem;left:27.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTGTsooGlQieewwJ2Cu1QbBf8ccGnEB { width:20.375rem;height:5.5996125rem;top:73.9375rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXZnOvOX4bXOfbilmxZrqblLxGIG4sx6 { width:47.75rem;height:24.375rem;top:94.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPeILV9MFw73fyRGEFRICrvcd1r5cMo0 { width:12.1875rem;height:4.375rem;top:113rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCEiXRAxbJLr7rbLDID41yeqLhCAsHve { display:block; }
 }@media only screen and (max-width: 763px) { #sRkl8h7cvFpwIlmggP4T0KAAhazkg6zQ { width:27.375rem;height:8.39941875rem;top:101.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6mzdTsCraOXwVSwigOb7W9ufznig81e { width:20.875rem;height:20.875rem;top:90.6875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRvZ1XCpZTMfr4eckRbVXQ8FtGnWcXT9 { width:19.375rem;height:1.19970625rem;top:96.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWe3t5C7NHXyaak3zlUDV2kAMemsOsPz { width:12.5rem;height:1.625rem;top:95.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7WcFFP3khZiMtHpxylLSnDcQnTVGVA7 { width:47.75rem;height:26.821914225941rem;top:120.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1rOndySnfas0Lde2wq1KaxRrX2rmLFb { width:20rem;height:;top:18.25rem;left:0rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 { display:block; }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO2eDh6X5yIOwtWkWNdFwHAlSEyH89gv { width:47.75rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw { display:block; }#GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKTf0lCVqVGVsr9crCXmxmb03y4hERG3 { width:31.5rem;height:4.125rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHacdCb9qPcTVt0RzNAdzXSBKz36V7sC { width:28.3125rem;height:24rem;top:12.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4JkWnQlZAwXSOSgG4DxPuulwNLB1Tom { width:17.5rem;height:3.125rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3ZbTBI4xcyq7IeBUUK25Q7ayqCoBmoE { display:block; }
 }@media only screen and (max-width: 763px) { #gRiWepXOWpCPUm1W4N9ueKEFf9W5HT6t { top:5.625rem;left:19.3125rem;width:28.4375rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7T1CxTxBePCPtDLgzVd15FgPAgCkN7 { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv8GOV1OMBP0xutTw96wnk3gLh0MsT2O { width:12.1875rem;height:4.375rem;top:36.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILATcBuRMoDi5NTOn77i2JJtbB1Sdbr1 { display:block; }
 }@media only screen and (max-width: 763px) { #eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW { display:block; }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScBBV9uBmnT6u4625ULSbGDVwZL9IsIn { width:29.75rem;height:37.375rem;top:8.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzlg2xZ2zHDnS35yT7g4UVIqINZTJZbL { width:47.75rem;height:15.866927083333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq { display:block; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8vSZiavSlhhMTV6BOldBMaxSbXV9ALd { width:47.75rem;height:27.1578125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiXX5elWmnRoOf0s6AubNOsSfWVe5iTz { width:14.1875rem;height:5.75rem;top:30.0625rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsVrLp5SCnbmWMfqIDCanyQ9wgqf2cQA { display:block; }
 }@media only screen and (max-width: 763px) { #tiMKPMud5LmPTTMERvAsZgTQSkUDBepG { width:34.0625rem;height:3.4121125rem;top:26.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deqxfRxhJG4oaf0vb692fd4o7liPbTPn { width:14.1875rem;height:5.75rem;top:30.0625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL1U5LtvWnDJfrkdWAEtwOqOKGZeKc6J { display:block; }
 }@media only screen and (max-width: 763px) { #npsKqGsh4JsE13Bk6EUFASckIN8tEEi6 { width:26.5625rem;height:3.4121125rem;top:27rem;left:21.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSE8XtZQMt377ok9DQoxlVkhZ4TIlruO { width:47.75rem;height:27.5625rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1eD8y1zpTeFBAtpUass42eG5SMIwbPL { width:24.6875rem;height:12.599125rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzLirfVEhsPQayyBWPmnSu5UF5MKbuEC { width:25.75rem;height:15.3989375rem;top:37.5625rem;left:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRI4baT6nhEJJdOTnz4L4cXqtzUQxad9 { width:46.625rem;height:1.54345625rem;top:71.5625rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMJQ4agbWELQZv7WEXXiFXfMCO5OvpFo { width:12.5rem;height:1.94970625rem;top:86.125rem;left:19.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTW30nBDeB6DpvyM3l18pc4dzw33N7C { width:47.75rem;height:27.5625rem;top:35.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9QdGNuqiKgOi29PiPwOxk7i8cdiui5i { width:18.4375rem;height:28.9375rem;top:4.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEgXzIs7NWq5nsmPms88Uok2hPApmJVX { width:12.1875rem;height:4.375rem;top:91rem;left:19.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g46rKsEpNlGAywiy6QPEsN3WEJEF80GT { display:block; }
 }@media only screen and (max-width: 763px) { #LcsCh4t2s1y4UGuKGxzEq3cVdv8pJfR9 { width:47.75rem;height:59.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xW5CqUVahAN7akwoauHhMnLk8XPqTKso { display:block; }#xW5CqUVahAN7akwoauHhMnLk8XPqTKso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMu3HWlTA9NfkpiGPpOnLtF0SHHvr6Bn { width:31.5rem;height:2.75rem;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCZuvcbCQkHWOcoro8Rbn3rOd4oRX9sI { width:28.3125rem;height:10.5rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trTw4yNTCQZ2nIy4Q1aIyzlJlgc0BxrT { top:5.625rem;left:22.75rem;width:25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzyq2qcx1pk2LXAKzwfTORs7y10QZwEI { top:11.9375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPAH8GeJ55ttwKAOMkRgm2CkBIwRQIov { width:8.6875rem;height:3.0625rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOegtnHQTtPG9onxSdIfJEkR71P25r5p { display:block; }
 }@media only screen and (max-width: 763px) { #C0P5icKR21ETTOM2RIhXa5rtxqLszJgD { display:block; }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9U39zXNTPspeNJhlU8RHUPbcCskBERg { width:27.5rem;height:1.29980625rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FofHlyEAviafWBy27seQbts5kC46XPTF { width:24.75rem;height:1.29980625rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq90kWO33kRSBvl7OwDZuT16LI4HpzV8 { width:13rem;height:0.0625rem;top:35.5625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aneSdTe2HTzi0ZB7soneaXTbFzheVuKE { width:47.75rem;height:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmF79ZBCBGfzPMkP1sLrVcWR9l6FkIIR { width:34.4375rem;height:37.5rem;top:4.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpzGIg9lc5r0A3cbCUSr0Cewa9WMvWlT { width:23.625rem;height:19.49706875rem;top:20.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP { display:block; }#Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4P97gRpe1VMrZklnS4Dvi0G9r8UzBn8 { width:47.75rem;height:25.711538461538rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czQvLEQdDSeX4DPOeZEEw25xqZDiUNwu { width:37.6875rem;height:1.29980625rem;top:3.4375rem;left:6.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3y98QoSM0T2m92qbVX6ah6okfC8ZNm { width:47.75rem;height:26.753958587089rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btyciiiqc2XeR8bNC8s9Foo2HdTmIJ53 { width:47.75rem;height:26.753958587089rem;top:35.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE { display:block; }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nH00L5VDhyeEl2OHlTbPIHWobDuCibHI { width:30.5625rem;height:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 { display:block; }#vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXtcJHEHwR6vBdHyCDU6iCfaQg23DBZU { width:31.5rem;height:;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqRPwgJkNDnX4L4FZfFMgtz8IBIODlFy { width:28.3125rem;height:18.375rem;top:12.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQrcvL0V0rQMTFLfoi4U8RMUSpdttTsl { top:6.5rem;left:22.8125rem;width:24.9375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iABMRFN3hKLcwBrxIL2rZvuQzFuq5T2i { top:7.9375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM96gwNILxH2rTzExP9iwA4vu7ffB67a { display:block; }#BM96gwNILxH2rTzExP9iwA4vu7ffB67a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXdAG9zVGZ03Hu4rIOxWLN3OSSezswiU { width:47.75rem;height:1.29980625rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAw3tqBnJqaQ4EwEbnBlrLwxxvTKPzyl { width:19rem;height:12.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #luCow9MESGFqLI9a4szzT2osV9qorW5M { width:19rem;height:12.625rem;top:10.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoqd6xaatrlsNXvFkVmWBgeWrHu4GuzV { width:18.75rem;height:12.5rem;top:10.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvqsToTqfQXhit4Ddz2f9hrPICI7nefa { width:18.625rem;height:12.3125rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXcOz3KM5ig3ApLu52h8VLTz0BC5Zy5O { width:19rem;height:12.625rem;top:24.1875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX8TKdaNkGf9nEqPMmf5stqtolpRs7AR { width:19rem;height:12.625rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFqSQKub9ccvwM7iu3ENkCUXl9h07N96 { width:19rem;height:12.625rem;top:38.1875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRsxBQCZ8klXKscNfLOObq150L6BqNNy { width:19rem;height:12.625rem;top:38.1875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAIDfTinxLtFZiDSMiHTJITmaMrTTO82 { width:19rem;height:12.625rem;top:24rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgfW4832iwUEBSqHVGbVQci3VsaTxrMD { width:12.1875rem;height:4.375rem;top:51.9375rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glybC5QJHFGD2fIN97oOI4QDbdP160nm { display:block; }
 }@media only screen and (max-width: 763px) { #WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y { display:block; }#WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4i943O0fAo4cBiU6eSWJ4wIEaMJcxEZ { width:47.75rem;height:1.29980625rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWTi4KEQiid71s9kn0RcFMFp8KAntTqL { width:19rem;height:12.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlM3x1u6Vw199hI7wD8gly0ODEEG19ib { width:19rem;height:12.625rem;top:10.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLe5QszsTXRA65zlhb4iygHXKTAT5EmA { width:18.75rem;height:12.5rem;top:10.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXmX1lhkZU6nX874X2ki08d3St6EM5Wk { width:19rem;height:12.625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #seWd1TVV0XN38NMqQRdeuthtU1aeT9Cs { width:19rem;height:12.625rem;top:24.1875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuEkDJAv5Gfmq6eOGd2KqkCkXuVIvsZz { width:19rem;height:12.625rem;top:24.1875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZXUitV4OcdCfytmEtCsS0biod7SHNLJ { width:22.375rem;height:3.25rem;top:38.375rem;left:12.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUgn3SSZlgHMsCqJOkHuXSl9CZI5fTsu { width:17.5rem;height:3.4375rem;top:43.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItQRuORIsk2GBEgskXO2N0E7n8TRu6HR { display:block; }
 }@media only screen and (max-width: 763px) { #UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV { display:block; }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJM6xnVGP3XlTTTO36mfkx4AC9pR9ULL { top:1.375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CapV4w8dPm6wslZrbEWmhK8nTEZcZFb8 { top:49.0625rem;left:0rem;width:26.25rem;height:3.1494125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH0hTmlBgC90IIgFt2HaBCxBomZQG2xE { width:12.5rem;height:1.94970625rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv18KKQ09PB41Tvsg7vwi2JVuKxpnLhX { width:30.9375rem;height:46.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VctVUU3L17q27xB60ZlKNyS2oOwe93ts { width:28.5625rem;height:43.1875rem;top:7.0625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvqsRqKIgEsSmWhIKxIRi6sgMb5bvuFN { top:21.6875rem;left:22.625rem;width:25.125rem;height:3.1494125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN8BmZUOW79PvZ9sBOgmJTgO4IyoQWWG { top:0.8125rem;left:22.625rem;width:25.125rem;height:4.72411875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy { display:block; }#G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hn4X7cQqDtvb3R9s0i59wBBqZSA9lGSU { width:47.75rem;height:1.29980625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pILx96spwDTVPM7OMcL9v4THPZDEOrsP { width:47.75rem;height:1.29980625rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLBIyrVvM6xKt6saEbBA5zqlVVU9h8tT { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGzSvhxJZ07JsiztcZFFQ36q9o7IRuMn { width:47.75rem;height:1.29980625rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knlnSgwNhFd4rgcAo9ktFcM8qTtkUear { width:18.9375rem;height:12.5625rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmVFAM6iM5dfrbmFHkrsEDyA9WoHXpe8 { width:18.3125rem;height:10.5rem;top:20.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4A69htkzReWTxievzi6zpLPhKuBSOVe { width:16.9375rem;height:1.625rem;top:33.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd6KlmLMrsyTiq7wiFo1pkkQMxLS4xIe { width:11.25rem;height:4.875rem;top:46.25rem;left:17.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRLLDagNTyRAflyh4hwF98TLHTmhlS2E { width:18.9375rem;height:21.125rem;top:24.25rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzBpisC3DcQfKJhz96cM6OukQk6zr3p { width:18.3125rem;height:21rem;top:24.3125rem;left:14.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRWa8DtNMSJDQTg5EVFBrHypZexmRxdp { width:11.25rem;height:1.625rem;top:33.4375rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ38pxhxA1t7JUqU8Tip7oJE209r0zsz { width:18.9375rem;height:12.25rem;top:19.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDgaWf9oBMapgu4W0LCAG4dM5BfcBEm3 { width:17.5rem;height:8rem;top:21.9375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0hfcXUiftLSKitd9IAxUao7kuAx21sC { width:47.75rem;height:26.809635416667rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI53otZUrSZLwegnWZ4fVPm5QFywBMMa { display:block; }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUzq3XaJqnqWtM0iXXX8DQLfsBHLH4HZ { width:30.9375rem;height:11.1875rem;top:45.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR { display:block; }#yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z91UpA0zdsTyqevBy6B3eOXs3ZK95AdQ { width:36.9375rem;height:8.4550625rem;top:1rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar6rEaDUOzF73iRG9TErkrMTaJaG3Sne { width:28.3125rem;height:31.5rem;top:12.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOatziWNkevcZF3TdwtUX1CJANcyMZd0 { top:14.375rem;left:17.6875rem;width:30.0625rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkfkdIeIfTW6tJdtWL6n650xCgMwAe9C { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNdHDUL8zez1uUGxE8g1QNUUtLR056Ms { width:12.1875rem;height:4.375rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLorrOhBeZASgOBoU0wA4BocDBESGDMz { display:block; }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct { display:flex;width:18rem;height:5.0625rem;top:0.9375rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #w1giA0P0KT8bBlrwnvw2doWbB9cguQ2T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #pQl1FZhCSsp4MhJ7pl6otaKFVrFWqrbh {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #kW56rI8y7P67aNEt6bJwObU3D3mGDF3x {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #pJLISNBXXlA4aO3lHKz6EOnt5h2KDuyz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #J4EF1GLpdwwbSOMSKWXHldhhTAvdhnRa {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #vADQJWMu9D7Mai78EPSrylwJFW1Evbff {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #hkkiSBRu4WiXlDn7B3O9ayABcLoJI6xa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #qodDmMtgQuCbeaI0TVlpmNMkm02QFpRz {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #sfheEbwzh9hgxFhENrNKX6c8SAdUQaTi {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #B4SWNTpO2f35Zfitx8erW5oD17ZIrTtw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #deD3oTgbrLnhPLk57gkRluWutkTIfWFt {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #vuShnvwpKZxFNalSLIpgokilHsPzxtiN {  }
 }@media only screen and (max-width: 763px) { #Wagd5Ru1mSE8HbOvFkBZ5ruyiDGhmT3l { width:6.375rem;height:6.375rem;top:54.125rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 { display:block; }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aq2yNUJx0FL6sZ6L3h89S1zCE3FMBpWK { width:18.3125rem;height:10.25rem;top:0.6875rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7XiPDinW9dIVbevwG8cfETk5E2oFCVq { display:block; }#I7XiPDinW9dIVbevwG8cfETk5E2oFCVq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6yD009CamNlDBfEeiGUnKpHKwi7RPiU { width:12.5rem;height:2.5996125rem;top:13.5rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKZI9A3BTHHbyGaJyZdDneJqtvWkAn9w { width:20.3125rem;height:4.8125rem;top:6.9375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6HNd8zubLqXQCcdWVSX6oNZFF0H7Wb { width:12.3125rem;height:6.9375rem;top:5.875rem;left:33.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsnguZKIefGEMoTusxvXNN50VUQL3K4n { width:12.5rem;height:2.5996125rem;top:13.5rem;left:33.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKsEFSktNn5rGA7FlzfNECDZZGWIK0Tp { width:9.5rem;height:1.8125rem;top:17.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0K1a1NLz6KzZ6STPqNcRaUdcqDeLvFZ { display:block; }
 }@media only screen and (max-width: 763px) { #ze4Rf803CANbWE5et9micAXtRkg8rXWs { width:9.5rem;height:1.8125rem;top:17.9375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwnn60iTsRf5LZK6CEaKfg252AvQCthE { display:block; }
 }@media only screen and (max-width: 763px) { #LGREq0WmtawKWMAREAiTwgI61d2UuWf3 { width:46.75rem;height:5.8125rem;top:33.125rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #km48ubdvXsvH4SS9Z3cBRx7s4I6XzxDh { width:46.75rem;height:1.29980625rem;top:0rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF { display:block; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfAARlP9xakSEBT5JdJITLwgVQWs3QfS { width:47.75rem;height:4.6494125rem;top:2.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkootrDLhcherDUDBE3KNVFpNuD4k8SG { display:block; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3GXTUCuiyTgT06e6MdzL1sSTXrpksRp { width:47.75rem;height:3.375rem;top:8.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTeHsRDprkqOwPThpu0uwkrkOcOVsi3 { width:29.375rem;height:26.875rem;top:16.3125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5rkUkaaTqsqGeTLN01VihJGVRk3LrnN { width:25.9375rem;height:4.54980625rem;top:18.375rem;left:13.15625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxE2l6TE467AsT0WuriKqlTGH2nXyzBs { width:25.9375rem;height:1.29980625rem;top:25.75rem;left:12.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-text {padding-top: 0; padding-bottom: 0;}#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-select {padding-top: 0; padding-bottom: 0;}#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX {display:block;}#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #rk9ZuKICzuC44JbbxqoVH9yyPBBs3cSE {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #JutFMtUA8DcvM2z7qQH3NUXywpyvhPge { display:block; }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #GHmrdZITziA2K9FT3unsvwuuDRanGRIf {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #JSybOnzKUSnAq176akVa61vctWnLSHzm {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #DXAV7g41Z0x1KwwTcTTdvb6NNlWgSNXl { display:block; }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #b4iCaq2sDV8Hu6neDvPEGoVHg8AThPfh {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #EnR9TvllgHdwRC5WAWPy2pFzsi0aITzv {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #gzGvEqSx8MdloJbbpcNtoN3WcVfZndbq {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #EdpAgzm1dwPGSZC2iIupvXHMpLlEU6lP {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #uA508HbKxMUSLTTPiQcQI3PWDneTRDg8 {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #kH4qdIxWD9Rx4T3O06sVH2pU8vQE8S6T {  }
 }@media only screen and (max-width: 763px) { #PKS2Kt10cs7yLEpTgEkFRlmPSnJhAMb7 { width:20.0625rem;height:23.125rem;top:26rem;left:27.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBFXFKfKNQm2CScareWTdvsLahFmBfCu { width:35.125rem;height:3.25rem;top:2.625rem;left:7.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 { display:block; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B80QnWXIMHqTcxsvelCTMBBqQhZa3T1h { width:32.5625rem;height:2.69970625rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHhEKPXsFRqobE4usksaHTTQupnQVvrs { width:32.5625rem;height:1.3496125rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUsXweI2ivnFDVMeeJGb8ib74Fr0alJF { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #it3HbCPoXadRsFLlZrRvtFze7Se3F2B7 { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBSP8HeTt6Zwfda9S37od0P2x1Bdnhtr { width:4.25rem;height:4.25rem;top:7.25rem;left:27.1875rem;display:block; }
#yBSP8HeTt6Zwfda9S37od0P2x1Bdnhtr > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #wJZVMiX1BBmI451rRxapnaUiKgMo0WoA { display:block; }#wJZVMiX1BBmI451rRxapnaUiKgMo0WoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8ywMnvbzrQWE0Qcc6prZA4D71XO3SGw { width:12.9375rem;height:3.125rem;top:2.5rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLSoaAf4LT5VeN3ioPznxwHxE9N8ly7I { width:4.125rem;height:1.29980625rem;top:1.1875rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/011a38c4-7cd8-453b-a74c-fa6b7a2e7942/ChatGPTImageApr26202604_34_27PM.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.adaptive-delivery-prevent-bg, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyload, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyloading { background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { border-width: 0; border-radius: 0; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:20rem;height:99.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N488zuyM79kQQk9x9CiCnT17lbz2pmHP { width:8.3125rem;height:3rem;top:13.875rem;left:5.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebSTvFv67g2o141pCKOcXsmgMM6HGdCT { display:block; }
 }@media only screen and (max-width: 763px) { #fnw9fONFVCZbvfBJKRb1WaVoAb2boXav { width:20rem;height:0;top:16.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0KUyXoZCVT3aNvx2bxysDLq2RCR9exD { width:20rem;height:61.5rem;top:33.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GiHWx8V5rD6oKWME2Kc8HvZoFN6ioSK9 { width:15.25rem;height:15.25rem;top:20.2998046875rem;left:2.375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RTWMIodey8l9OKgKsBu8VwCmOktykqW5 { width:8.1875rem;height:1.29980625rem;top:37.375rem;left:5.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSI984zrHNFd7E5ut05Wi7LZpfdbkstF { width:17.625rem;height:5.39941875rem;top:39.3623046875rem;left:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyTGTsooGlQieewwJ2Cu1QbBf8ccGnEB { width:16.1875rem;height:8.3994375rem;top:45.6435546875rem;left:1.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXZnOvOX4bXOfbilmxZrqblLxGIG4sx6 { width:20rem;height:36.875rem;top:60.86083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPeILV9MFw73fyRGEFRICrvcd1r5cMo0 { width:6.9375rem;height:2.375rem;top:55.5rem;left:6.53125rem;background-color:#f13fa4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCEiXRAxbJLr7rbLDID41yeqLhCAsHve { display:block; }
 }@media only screen and (max-width: 763px) { #sRkl8h7cvFpwIlmggP4T0KAAhazkg6zQ { width:16.875rem;height:16.7988375rem;top:81.64892578125rem;left:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n6mzdTsCraOXwVSwigOb7W9ufznig81e { width:16rem;height:16rem;top:59.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRvZ1XCpZTMfr4eckRbVXQ8FtGnWcXT9 { width:12.5rem;height:2.3994125rem;top:78.09814453125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kWe3t5C7NHXyaak3zlUDV2kAMemsOsPz { width:12.5rem;height:1.625rem;top:76.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7WcFFP3khZiMtHpxylLSnDcQnTVGVA7 { width:20rem;height:11.233875rem;top:119.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1rOndySnfas0Lde2wq1KaxRrX2rmLFb { top:17.125rem;left:0rem;width:20rem;height:0;z-index:15019;text-align:center;text-align-last:center;font-family:"times new roman";font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #f13fa4, #f13fa4);background-image: -moz-linear-gradient(45deg, #f13fa4, #f13fa4);background-image: -ms-linear-gradient(45deg, #f13fa4, #f13fa4);background-image: -o-linear-gradient(45deg, #f13fa4, #f13fa4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13fa4', endColorstr='#f13fa4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13fa4', endColorstr='#f13fa4' );";background-image: linear-gradient(45deg, #f13fa4, #f13fa4);background-size:auto !important;display:block; }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row .container { background-color: transparent; background-image: none; }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row .container > .video-iframe-container { display: none; }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row > .video-iframe-container { display: none; }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .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); }#lL5BmBza6PTnLPOvBT3d2awEiLNHI2T3 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO2eDh6X5yIOwtWkWNdFwHAlSEyH89gv { top:0.1875rem;left:0rem;width:20rem;height:6.6875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw { display:block; }#GoHDZ3aAXE6HyOd16ovDx3fPZJx4QGNw > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKTf0lCVqVGVsr9crCXmxmb03y4hERG3 { width:20rem;height:4.125rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHacdCb9qPcTVt0RzNAdzXSBKz36V7sC { width:20rem;height:23.625rem;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4JkWnQlZAwXSOSgG4DxPuulwNLB1Tom { width:17.5rem;height:3.125rem;top:57.25rem;left:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #N3ZbTBI4xcyq7IeBUUK25Q7ayqCoBmoE { display:block; }
 }@media only screen and (max-width: 763px) { #gRiWepXOWpCPUm1W4N9ueKEFf9W5HT6t { width:18.0625rem;height:22.625rem;top:37.1875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7T1CxTxBePCPtDLgzVd15FgPAgCkN7 { width:12.5rem;height:0.125rem;top:2.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv8GOV1OMBP0xutTw96wnk3gLh0MsT2O { width:12.1875rem;height:4.375rem;top:62.1875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILATcBuRMoDi5NTOn77i2JJtbB1Sdbr1 { display:block; }
 }@media only screen and (max-width: 763px) { #eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #f13fa4, #f13fa4);background-image: -moz-linear-gradient(45deg, #f13fa4, #f13fa4);background-image: -ms-linear-gradient(45deg, #f13fa4, #f13fa4);background-image: -o-linear-gradient(45deg, #f13fa4, #f13fa4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13fa4', endColorstr='#f13fa4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13fa4', endColorstr='#f13fa4' );";background-image: linear-gradient(45deg, #f13fa4, #f13fa4);background-size:auto !important;display:block; }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row .container { background-color: transparent; background-image: none; }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row .container > .video-iframe-container { display: none; }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row > .video-iframe-container { display: none; }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .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); }#eZN8aByU7C0xqptcmRh9SFrOMTkSgeIW > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScBBV9uBmnT6u4625ULSbGDVwZL9IsIn { width:13.125rem;height:16.4375rem;top:69.75rem;left:2.5625rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #fzlg2xZ2zHDnS35yT7g4UVIqINZTJZbL { width:20rem;height:6.645rem;top:1.89501953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/70d9aaec-a99a-4c03-be01-b8ba17db1ed1/HYDRANEASBACKGROUND.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq.adaptive-delivery-prevent-bg, #Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq.lazyload, #Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq.lazyloading { background-image: none; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container { background-color: transparent; background-image: none; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container > .video-iframe-container { display: none; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row > .video-iframe-container { display: none; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .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); }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container { width:20rem;height:112.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8vSZiavSlhhMTV6BOldBMaxSbXV9ALd { width:19.875rem;height:11.1875rem;top:60.125rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiXX5elWmnRoOf0s6AubNOsSfWVe5iTz { width:14.1875rem;height:5.75rem;top:18.037109375rem;left:2.90625rem;box-shadow: 0rem 0.3125rem 0rem #3fb8af ;display:block; }
 }@media only screen and (max-width: 763px) { #PsVrLp5SCnbmWMfqIDCanyQ9wgqf2cQA { display:block; }
 }@media only screen and (max-width: 763px) { #tiMKPMud5LmPTTMERvAsZgTQSkUDBepG { width:20rem;height:0;top:17.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #deqxfRxhJG4oaf0vb692fd4o7liPbTPn { width:14.1875rem;height:5.0625rem;top:68rem;left:2.90625rem;box-shadow: 0rem 0.3125rem 0rem #3fb8af ;display:block; }
 }@media only screen and (max-width: 763px) { #sL1U5LtvWnDJfrkdWAEtwOqOKGZeKc6J { display:block; }
 }@media only screen and (max-width: 763px) { #npsKqGsh4JsE13Bk6EUFASckIN8tEEi6 { width:20rem;height:0;top:60.52490234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GSE8XtZQMt377ok9DQoxlVkhZ4TIlruO { width:20rem;height:28.1875rem;top:70.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #R1eD8y1zpTeFBAtpUass42eG5SMIwbPL { width:18.6875rem;height:18.19875rem;top:27.61328125rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzLirfVEhsPQayyBWPmnSu5UF5MKbuEC { width:19.0625rem;height:19.598625rem;top:73.583984375rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRI4baT6nhEJJdOTnz4L4cXqtzUQxad9 { width:20rem;height:4.63036875rem;top:99.6201171875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMJQ4agbWELQZv7WEXXiFXfMCO5OvpFo { width:12.5rem;height:1.05615rem;top:104.6943359375rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTW30nBDeB6DpvyM3l18pc4dzw33N7C { width:20rem;height:24.4375rem;top:25.1875rem;left:0rem;z-index:15006;background-color:#f13fa4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s9QdGNuqiKgOi29PiPwOxk7i8cdiui5i { width:11.125rem;height:17.625rem;top:3.6875rem;left:4.9268543956044rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wEgXzIs7NWq5nsmPms88Uok2hPApmJVX { width:8.5rem;height:3rem;top:107.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g46rKsEpNlGAywiy6QPEsN3WEJEF80GT { display:block; }
 }@media only screen and (max-width: 763px) { #LcsCh4t2s1y4UGuKGxzEq3cVdv8pJfR9 { top:47.4375rem;left:0rem;width:20rem;height:25rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xW5CqUVahAN7akwoauHhMnLk8XPqTKso { display:block; }#xW5CqUVahAN7akwoauHhMnLk8XPqTKso > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMu3HWlTA9NfkpiGPpOnLtF0SHHvr6Bn { width:20rem;height:2.75rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCZuvcbCQkHWOcoro8Rbn3rOd4oRX9sI { width:20rem;height:14.4375rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trTw4yNTCQZ2nIy4Q1aIyzlJlgc0BxrT { width:18.0625rem;height:22.625rem;top:21.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzyq2qcx1pk2LXAKzwfTORs7y10QZwEI { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPAH8GeJ55ttwKAOMkRgm2CkBIwRQIov { width:8.6875rem;height:3.0625rem;top:45.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOegtnHQTtPG9onxSdIfJEkR71P25r5p { display:block; }
 }@media only screen and (max-width: 763px) { #C0P5icKR21ETTOM2RIhXa5rtxqLszJgD { background-color:#ffffff;background-image:none;display:block; }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row .container { background-color: transparent; background-image: none; }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row .container > .video-iframe-container { display: none; }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row > .video-iframe-container { display: none; }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .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); }#C0P5icKR21ETTOM2RIhXa5rtxqLszJgD > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9U39zXNTPspeNJhlU8RHUPbcCskBERg { width:18.75rem;height:5.8496125rem;top:1.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FofHlyEAviafWBy27seQbts5kC46XPTF { width:18.75rem;height:4.2246125rem;top:9.224609375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq90kWO33kRSBvl7OwDZuT16LI4HpzV8 { width:13rem;height:0.0625rem;top:25.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aneSdTe2HTzi0ZB7soneaXTbFzheVuKE { top:16.9375rem;left:0rem;width:20rem;height:21.5625rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dmF79ZBCBGfzPMkP1sLrVcWR9l6FkIIR { width:14.625rem;height:9.125rem;top:26.25rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpzGIg9lc5r0A3cbCUSr0Cewa9WMvWlT { width:17.5625rem;height:22.0966875rem;top:40.4775390625rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP { display:block; }#Sb35v1BoKThlxpMSZ3ZEh3HSvx7aIvRP > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4P97gRpe1VMrZklnS4Dvi0G9r8UzBn8 { width:20rem;height:10.759162303665rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czQvLEQdDSeX4DPOeZEEw25xqZDiUNwu { width:20rem;height:7.7988125rem;top:1.95166015625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3y98QoSM0T2m92qbVX6ah6okfC8ZNm { width:20rem;height:11.2055625rem;top:59.181640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #btyciiiqc2XeR8bNC8s9Foo2HdTmIJ53 { width:20rem;height:11.2050625rem;top:49.369140625rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(58deg, #e50066, #e50066);background-image: -moz-linear-gradient(58deg, #e50066, #e50066);background-image: -ms-linear-gradient(58deg, #e50066, #e50066);background-image: -o-linear-gradient(58deg, #e50066, #e50066);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50066', endColorstr='#e50066' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50066', endColorstr='#e50066' );";background-image: linear-gradient(58deg, #e50066, #e50066);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row .container { background-color: transparent; background-image: none; }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row .container > .video-iframe-container { display: none; }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row > .video-iframe-container { display: none; }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .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); }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row .container { border-width: 0; border-radius: 0; }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1IKTBeReWQ7QDwAOLlwQyNCSSL5KqIE > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nH00L5VDhyeEl2OHlTbPIHWobDuCibHI { top:0rem;left:0rem;width:17.8125rem;height:10.5625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 { display:block; }#vRxamMAfQuANfF9Pg7sEDKbhtkC04mK7 > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXtcJHEHwR6vBdHyCDU6iCfaQg23DBZU { width:20rem;height:2.75rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqRPwgJkNDnX4L4FZfFMgtz8IBIODlFy { width:20rem;height:24.9375rem;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQrcvL0V0rQMTFLfoi4U8RMUSpdttTsl { width:18.0625rem;height:22.625rem;top:37.1875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iABMRFN3hKLcwBrxIL2rZvuQzFuq5T2i { width:12.5rem;height:0.125rem;top:2.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM96gwNILxH2rTzExP9iwA4vu7ffB67a { display:block; }#BM96gwNILxH2rTzExP9iwA4vu7ffB67a > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXdAG9zVGZ03Hu4rIOxWLN3OSSezswiU { width:20rem;height:5.19921875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAw3tqBnJqaQ4EwEbnBlrLwxxvTKPzyl { width:19rem;height:12.625rem;top:5.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luCow9MESGFqLI9a4szzT2osV9qorW5M { width:19rem;height:12.625rem;top:18.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoqd6xaatrlsNXvFkVmWBgeWrHu4GuzV { width:18.75rem;height:12.5rem;top:32.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvqsToTqfQXhit4Ddz2f9hrPICI7nefa { width:19.5rem;height:12.875rem;top:46.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXcOz3KM5ig3ApLu52h8VLTz0BC5Zy5O { width:19rem;height:12.625rem;top:61.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX8TKdaNkGf9nEqPMmf5stqtolpRs7AR { width:19rem;height:12.625rem;top:88.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFqSQKub9ccvwM7iu3ENkCUXl9h07N96 { width:19rem;height:12.625rem;top:102.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRsxBQCZ8klXKscNfLOObq150L6BqNNy { width:19rem;height:12.625rem;top:115.9375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAIDfTinxLtFZiDSMiHTJITmaMrTTO82 { width:19rem;height:12.625rem;top:226.9375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgfW4832iwUEBSqHVGbVQci3VsaTxrMD { width:12.1875rem;height:4.375rem;top:77.125rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glybC5QJHFGD2fIN97oOI4QDbdP160nm { display:block; }
 }@media only screen and (max-width: 763px) { #WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y { display:block; }#WnAivNyvIJQ1pJiUG2nRbIkIU0Cgb57y > .row .container { width:20rem;height:99.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4i943O0fAo4cBiU6eSWJ4wIEaMJcxEZ { width:20rem;height:5.19921875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWTi4KEQiid71s9kn0RcFMFp8KAntTqL { width:19rem;height:12.625rem;top:5.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlM3x1u6Vw199hI7wD8gly0ODEEG19ib { width:19rem;height:12.625rem;top:18.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLe5QszsTXRA65zlhb4iygHXKTAT5EmA { width:18.75rem;height:12.5rem;top:32.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXmX1lhkZU6nX874X2ki08d3St6EM5Wk { width:19rem;height:12.625rem;top:46.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seWd1TVV0XN38NMqQRdeuthtU1aeT9Cs { width:19rem;height:12.625rem;top:60.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuEkDJAv5Gfmq6eOGd2KqkCkXuVIvsZz { width:19rem;height:12.625rem;top:74.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZXUitV4OcdCfytmEtCsS0biod7SHNLJ { width:20rem;height:3.25rem;top:90.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUgn3SSZlgHMsCqJOkHuXSl9CZI5fTsu { width:17.5rem;height:3.4375rem;top:94.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItQRuORIsk2GBEgskXO2N0E7n8TRu6HR { display:block; }
 }@media only screen and (max-width: 763px) { #UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV.adaptive-delivery-prevent-bg, #UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV.lazyload, #UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV.lazyloading { background-image: none; }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row .container { background-color: transparent; background-image: none; }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row .container > .video-iframe-container { display: none; }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row > .video-iframe-container { display: none; }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .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); }#UknbkE7yDnlk0bSlpNBn2HFrMp0oxSWV > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJM6xnVGP3XlTTTO36mfkx4AC9pR9ULL { width:4.25rem;height:4.25rem;top:1.125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CapV4w8dPm6wslZrbEWmhK8nTEZcZFb8 { width:17rem;height:4.72411875rem;top:2.27490234375rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zH0hTmlBgC90IIgFt2HaBCxBomZQG2xE { width:9.9375rem;height:1.94970625rem;top:0rem;left:5.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv18KKQ09PB41Tvsg7vwi2JVuKxpnLhX { width:20rem;height:30.375rem;top:8.26220703125rem;left:-0.098845923261387rem;display:block; }
 }@media only screen and (max-width: 763px) { #VctVUU3L17q27xB60ZlKNyS2oOwe93ts { width:20rem;height:30.24025rem;top:46.17333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvqsRqKIgEsSmWhIKxIRi6sgMb5bvuFN { width:20rem;height:4.72411875rem;top:66.67333828125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AN8BmZUOW79PvZ9sBOgmJTgO4IyoQWWG { width:20rem;height:4.72411875rem;top:40.5439453125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy { display:block; }#G5xLC5xknoTn7n1BLfRtvUI91W3SgsSy > .row .container { width:20rem;height:85.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hn4X7cQqDtvb3R9s0i59wBBqZSA9lGSU { width:20rem;height:4.875rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pILx96spwDTVPM7OMcL9v4THPZDEOrsP { width:20rem;height:3.65625rem;top:9.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLBIyrVvM6xKt6saEbBA5zqlVVU9h8tT { width:2.5rem;height:0.125rem;top:13.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGzSvhxJZ07JsiztcZFFQ36q9o7IRuMn { width:20rem;height:4.0625rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knlnSgwNhFd4rgcAo9ktFcM8qTtkUear { width:18.9375rem;height:15.3125rem;top:15.5rem;left:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(229,0,102,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #CmVFAM6iM5dfrbmFHkrsEDyA9WoHXpe8 { width:17.5rem;height:12.25rem;top:17.0625rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4A69htkzReWTxievzi6zpLPhKuBSOVe { width:13.8125rem;height:3.25rem;top:32.375rem;left:3.09375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hd6KlmLMrsyTiq7wiFo1pkkQMxLS4xIe { width:14.8125rem;height:3.25rem;top:62.75rem;left:2.59375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRLLDagNTyRAflyh4hwF98TLHTmhlS2E { width:18.9375rem;height:23rem;top:37.25rem;left:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(229,0,102,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #TXzBpisC3DcQfKJhz96cM6OukQk6zr3p { width:17.5rem;height:22.75rem;top:37.375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRWa8DtNMSJDQTg5EVFBrHypZexmRxdp { width:12.75rem;height:1.625rem;top:81.75rem;left:6.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQ38pxhxA1t7JUqU8Tip7oJE209r0zsz { width:18.9375rem;height:12.25rem;top:68.8125rem;left:0.5625rem;box-shadow: 0rem 0rem 1.25rem rgba(229,0,102,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #tDgaWf9oBMapgu4W0LCAG4dM5BfcBEm3 { width:17.5rem;height:8rem;top:70.9375rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0hfcXUiftLSKitd9IAxUao7kuAx21sC { width:20rem;height:11.229166666667rem;top:84.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pI53otZUrSZLwegnWZ4fVPm5QFywBMMa { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(58deg, #e50066, #e50066);background-image: -moz-linear-gradient(58deg, #e50066, #e50066);background-image: -ms-linear-gradient(58deg, #e50066, #e50066);background-image: -o-linear-gradient(58deg, #e50066, #e50066);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50066', endColorstr='#e50066' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50066', endColorstr='#e50066' );";background-image: linear-gradient(58deg, #e50066, #e50066);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row .container { background-color: transparent; background-image: none; }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row .container > .video-iframe-container { display: none; }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row > .video-iframe-container { display: none; }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .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); }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row .container { border-width: 0; border-radius: 0; }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pI53otZUrSZLwegnWZ4fVPm5QFywBMMa > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUzq3XaJqnqWtM0iXXX8DQLfsBHLH4HZ { width:18.4375rem;height:6.4375rem;top:2.125rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR { display:block; }#yG1yw17MxXmbFZIdw5uhHK9dPeJPDozR > .row .container { width:20rem;height:86.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z91UpA0zdsTyqevBy6B3eOXs3ZK95AdQ { width:20rem;height:4.125rem;top:8.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar6rEaDUOzF73iRG9TErkrMTaJaG3Sne { width:20rem;height:38.0625rem;top:13.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOatziWNkevcZF3TdwtUX1CJANcyMZd0 { width:17.4375rem;height:21.8125rem;top:53.3125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkfkdIeIfTW6tJdtWL6n650xCgMwAe9C { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNdHDUL8zez1uUGxE8g1QNUUtLR056Ms { width:12.1875rem;height:4.375rem;top:75.75rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLorrOhBeZASgOBoU0wA4BocDBESGDMz { display:block; }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct { display:flex;width:18rem;height:5.0625rem;top:0.9375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #w1giA0P0KT8bBlrwnvw2doWbB9cguQ2T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #pQl1FZhCSsp4MhJ7pl6otaKFVrFWqrbh {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #kW56rI8y7P67aNEt6bJwObU3D3mGDF3x {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #pJLISNBXXlA4aO3lHKz6EOnt5h2KDuyz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #J4EF1GLpdwwbSOMSKWXHldhhTAvdhnRa {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #vADQJWMu9D7Mai78EPSrylwJFW1Evbff {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #hkkiSBRu4WiXlDn7B3O9ayABcLoJI6xa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #qodDmMtgQuCbeaI0TVlpmNMkm02QFpRz {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #sfheEbwzh9hgxFhENrNKX6c8SAdUQaTi {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #B4SWNTpO2f35Zfitx8erW5oD17ZIrTtw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #deD3oTgbrLnhPLk57gkRluWutkTIfWFt {  }
 }@media only screen and (max-width: 763px) { #lOZ9SbIx1TTloQUSlRMDsHi5oPEthqct #vuShnvwpKZxFNalSLIpgokilHsPzxtiN {  }
 }@media only screen and (max-width: 763px) { #Wagd5Ru1mSE8HbOvFkBZ5ruyiDGhmT3l { display:flex;width:6.375rem;height:6.375rem;top:80.0625rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9.adaptive-delivery-prevent-bg, #FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9.lazyload, #FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9.lazyloading { background-image: none; }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row .container { background-color: transparent; background-image: none; }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row .container > .video-iframe-container { display: none; }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row > .video-iframe-container { display: none; }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .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); }#FU7zE1y0oyHkAc59Tk84HCPAk6pkFWk9 > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aq2yNUJx0FL6sZ6L3h89S1zCE3FMBpWK { width:12.125rem;height:9.1875rem;top:0.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7XiPDinW9dIVbevwG8cfETk5E2oFCVq { display:block; }#I7XiPDinW9dIVbevwG8cfETk5E2oFCVq > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6yD009CamNlDBfEeiGUnKpHKwi7RPiU { width:12.5rem;height:2.5996125rem;top:9.8125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKZI9A3BTHHbyGaJyZdDneJqtvWkAn9w { width:11.25rem;height:2.9375rem;top:5.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6HNd8zubLqXQCcdWVSX6oNZFF0H7Wb { width:11.125rem;height:6.25rem;top:16.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsnguZKIefGEMoTusxvXNN50VUQL3K4n { width:12.5rem;height:2.5996125rem;top:23.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKsEFSktNn5rGA7FlzfNECDZZGWIK0Tp { width:9.5rem;height:1.8125rem;top:13.474609375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0K1a1NLz6KzZ6STPqNcRaUdcqDeLvFZ { display:block; }
 }@media only screen and (max-width: 763px) { #ze4Rf803CANbWE5et9micAXtRkg8rXWs { width:9.5rem;height:1.8125rem;top:27.287109375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwnn60iTsRf5LZK6CEaKfg252AvQCthE { display:block; }
 }@media only screen and (max-width: 763px) { #LGREq0WmtawKWMAREAiTwgI61d2UuWf3 { width:20rem;height:2.5996125rem;top:2.1748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #km48ubdvXsvH4SS9Z3cBRx7s4I6XzxDh { width:20rem;height:0;top:12.1123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF { background-color:#f13fa4;background-image:none;display:block; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row .container { background-color: transparent; background-image: none; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row .container > .video-iframe-container { display: none; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row > .video-iframe-container { display: none; }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .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); }#wLo8Mc6NSrgtD0xaEihbkIK2EBex8HyF > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfAARlP9xakSEBT5JdJITLwgVQWs3QfS { width:20rem;height:9.2988125rem;top:1.7177734375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #gkootrDLhcherDUDBE3KNVFpNuD4k8SG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70d9aaec-a99a-4c03-be01-b8ba17db1ed1/HYDRANEASBACKGROUND.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG.adaptive-delivery-prevent-bg, #gkootrDLhcherDUDBE3KNVFpNuD4k8SG.lazyload, #gkootrDLhcherDUDBE3KNVFpNuD4k8SG.lazyloading { background-image: none; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row .container { background-color: transparent; background-image: none; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.06); }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row .container > .video-iframe-container { display: none; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.06); }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row > .video-iframe-container { display: none; }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .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); }#gkootrDLhcherDUDBE3KNVFpNuD4k8SG > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3GXTUCuiyTgT06e6MdzL1sSTXrpksRp { width:18.75rem;height:8.4375rem;top:9.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CNTeHsRDprkqOwPThpu0uwkrkOcOVsi3 { width:20rem;height:22.9375rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5rkUkaaTqsqGeTLN01VihJGVRk3LrnN { width:18.75rem;height:4.54980625rem;top:21.375rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxE2l6TE467AsT0WuriKqlTGH2nXyzBs { width:20rem;height:1.29980625rem;top:27.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-text {padding-top: 0; padding-bottom: 0;}#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-select {padding-top: 0; padding-bottom: 0;}#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:1rem;overflow:hidden; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX  { width:17.5rem;height:auto;top:30.4375rem;left:0rem; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX {display:block;}#OgOXkqCN6WIaNkR6M0REJpcg58v6snsX { width:17.5rem;height:auto;top:30.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #rk9ZuKICzuC44JbbxqoVH9yyPBBs3cSE {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #JutFMtUA8DcvM2z7qQH3NUXywpyvhPge { display:block; }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #GHmrdZITziA2K9FT3unsvwuuDRanGRIf {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #JSybOnzKUSnAq176akVa61vctWnLSHzm {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #DXAV7g41Z0x1KwwTcTTdvb6NNlWgSNXl { display:block; }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #b4iCaq2sDV8Hu6neDvPEGoVHg8AThPfh {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #EnR9TvllgHdwRC5WAWPy2pFzsi0aITzv {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #gzGvEqSx8MdloJbbpcNtoN3WcVfZndbq {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #EdpAgzm1dwPGSZC2iIupvXHMpLlEU6lP {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #uA508HbKxMUSLTTPiQcQI3PWDneTRDg8 {  }
 }@media only screen and (max-width: 763px) { #OgOXkqCN6WIaNkR6M0REJpcg58v6snsX #kH4qdIxWD9Rx4T3O06sVH2pU8vQE8S6T {  }
 }@media only screen and (max-width: 763px) { #PKS2Kt10cs7yLEpTgEkFRlmPSnJhAMb7 { width:20rem;height:23.052959501557rem;top:26rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #zBFXFKfKNQm2CScareWTdvsLahFmBfCu { width:20rem;height:4.875rem;top:2.8984375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 { background-color:#f13fa4;background-image:none;display:block; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row .container { background-color: transparent; background-image: none; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row .container > .video-iframe-container { display: none; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row > .video-iframe-container { display: none; }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .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); }#TJPH0eoAl40xx4mNvXkF9os4ScLKrfd0 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B80QnWXIMHqTcxsvelCTMBBqQhZa3T1h { width:16.25rem;height:2.0996125rem;top:1.625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nHhEKPXsFRqobE4usksaHTTQupnQVvrs { width:17.875rem;height:2.3994125rem;top:3.724609375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUsXweI2ivnFDVMeeJGb8ib74Fr0alJF { width:2.8125rem;height:2.8125rem;top:7.21875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #it3HbCPoXadRsFLlZrRvtFze7Se3F2B7 { width:2.875rem;height:2.875rem;top:7.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBSP8HeTt6Zwfda9S37od0P2x1Bdnhtr { display:flex;width:2.9375rem;height:2.9375rem;top:7.15625rem;left:12.875rem; }
#yBSP8HeTt6Zwfda9S37od0P2x1Bdnhtr > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #wJZVMiX1BBmI451rRxapnaUiKgMo0WoA { display:block; }#wJZVMiX1BBmI451rRxapnaUiKgMo0WoA > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8ywMnvbzrQWE0Qcc6prZA4D71XO3SGw { width:15.6875rem;height:3.9375rem;top:2.625rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLSoaAf4LT5VeN3ioPznxwHxE9N8ly7I { width:4.125rem;height:1.29980625rem;top:0.63671875rem;left:7.9375rem;font-size:1rem;display:block; }
 }