.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7fc80c81-b849-40e8-b92c-1ecfaaa5959d/urocei3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:0rem;left:0rem;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#w4KIhACvQVhHF52QVBCIOFUh9hKTaoQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4KIhACvQVhHF52QVBCIOFUh9hKTaoQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4KIhACvQVhHF52QVBCIOFUh9hKTaoQU > .row > .video-iframe-container { display: none; }#w4KIhACvQVhHF52QVBCIOFUh9hKTaoQU > .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); }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #005a79;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row .container { background-color: transparent; background-image: none; }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row .container > .video-iframe-container { display: none; }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row > .video-iframe-container { display: none; }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .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); }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row .container { border-width: 0; border-radius: 0; }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row .container { font-size:0.875rem;font-family:arial;height:5.47rem;width:75rem;position:relative;display:block; }#BIK2L0QxSkix4cDlgxfAlJbStOl2oTnq { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2dd500, #005a79);background-image: -moz-linear-gradient(90deg, #2dd500, #005a79);background-image: -ms-linear-gradient(90deg, #2dd500, #005a79);background-image: -o-linear-gradient(90deg, #2dd500, #005a79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dd500', endColorstr='#005a79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dd500', endColorstr='#005a79' );";background-image: linear-gradient(90deg, #2dd500, #005a79);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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3125rem;left:43.6875rem;display:block; }
#AL0fn57QBaDhzEx27B5x8vI6S8US4hpp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nRQi9I8m6H94uElPOiUnnCsq34W5fn2Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:1.375rem;left:59.187503814698rem; }
#dbOdzpSnT0VAHFzTKyhZ4C3N8UBUoi3M { display:block;width:12.375rem;position:absolute;font-family:"product sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;top:2.3125rem;left:62.312503814698rem;background-color:transparent;background-image:none;height:1.5625rem;color:#c1597c;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:left;text-align-last:left;font-style:normal;display:block; }
#RM8Soy8Kg9oM7o7JnwSNC1rSwq68h2SR { display:block;width:12.749375rem;position:absolute;font-family:"product sans";font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1;top:1.5625rem;left:62.312503814698rem;background-color:transparent;background-image:none;height:0.8125rem;color:#727272;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:left;text-align-last:left;font-style:normal;display:block; }
#uLtFk6sy34OprsdC2odvTXJQWVlM1pxD { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4.4375rem;top:0.765625rem;left:0rem;overflow:hidden;display:block; }
#nnJZsQcQ1Ace1NC757MgeW7OTSuTRZpf { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"product sans";font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.1875rem;left:20.3125rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGSLhdNamLyunCwwokf3MwEzZBqxpaXq { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:"product sans";font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:2.1875rem;left:29.0625rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NcaB363LGpbT1diLlr8fLBqAHVZublyb { color:#ffffff;display:block;width:7rem;position:absolute;font-family:"product sans";font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1875rem;left:11.4375rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 { position:relative;display:block; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 { background-color: transparent; background-image: none; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row .container > .video-iframe-container { display: none; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row > .video-iframe-container { display: none; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .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); }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 { border-width: 0; border-radius: 0; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:"open sans";height:52.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-form-header {  }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#19232e;width:18.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:18.6875rem;box-sizing:border-box;height:3rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top;font-weight:400;font-style:normal;line-height:.7; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:18.6875rem;box-sizing:border-box;height:4.3125rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top;font-weight:400;font-style:normal;line-height:.7; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-select { 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-bottom:0;border-left:0;border-right:0;border-top: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:18.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lora;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#c1597c;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;box-sizing:border-box;font-size:1.375rem;font-weight:700;color:#f2f9ff;width:18.6875rem;height:3.4375rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .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; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .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:"open sans";font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-container:first-of-type{padding-top:0;}#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-container:last-of-type{padding-bottom:0;}#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100025;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:10.310546875rem;left:52.6865234375rem; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.6875rem;display:block;vertical-align:top; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 {display:block;}#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15025;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:10.310546875rem;left:52.6865234375rem;display:none; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #Vi88xBiPbMavbIOufafWwryQqE1mG2EH { position:relative; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #Wlx9Crsdkf5V1kUT67KTHaBUkF4pkZND { position:relative;display:none; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #IaGqr4PFm0UrGrJm0AzzEHZ8sdT9CPUS { position:relative; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #bqQnTFJ8exCT4A6FTqvVrCN1MGOkAG3u { position:relative; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #EO5K529J4ZQlxBK39B59zn2pAo5Naq6k { position:relative;display:none; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #dL1KmI6MZwTEMrEMre3pKCsbNPFGu0qx { position:relative; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #hrEw99euUnyLIaWXwuxHa3HxZcw1s2tk { position:relative; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #nmXorATTS876WXpyECgudnI9i70i5Jyi { position:relative;display:none; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #Kng8l63pMBgHVsAPgpSxFXnLRyI1gU39 { position:relative; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #aS9F4FVdlb7FaR8dhhzG4r8kRwN35HNi { position:relative; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #Bv6iiUybKbpHl6HpnyFulUGt5fX4Xr3t { position:relative; }
#ZtTfFzSZJH5cqSclO9QuDVvtfoWwJCn0 { display:block;width:41rem;position:absolute;font-family:"product sans";font-size:3.375rem;font-weight:400;z-index:15002;line-height:1.2;top:13.5625rem;left:0rem;background-color:transparent;background-image:none;height:12.15rem;color:#ffffff;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:left;text-align-last:left;font-style:normal;display:block; }
#PtEywwSLAHd2ANuVcUTR8oZtzncHoVXm { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.125rem;top:21.092665195465rem;left:41.624351501465rem;overflow:hidden;display:none; }
#mTlMaZPBKBf6D9b9BmlGFIeMbE4IJC9B { 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:11.25rem;width:11.4375rem;top:12.6875rem;left:30.25rem;overflow:hidden;display:none; }
#zW1JoSzISJGTN9JmNh43NAEzLXB6Dac9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#D7vyMNWmetedRFUTCePBMyyVOxn5tPlk { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2dd500, #005a79);background-image: -moz-linear-gradient(90deg, #2dd500, #005a79);background-image: -ms-linear-gradient(90deg, #2dd500, #005a79);background-image: -o-linear-gradient(90deg, #2dd500, #005a79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dd500', endColorstr='#005a79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dd500', endColorstr='#005a79' );";background-image: linear-gradient(90deg, #2dd500, #005a79);background-size:cover !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: 0rem 0rem 3.125rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.62375rem;height:3.99875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:38.4375rem;left:0rem;display:block; }
#Aevn9ipVtTRlQ33wxpohlnNbHX6HnnaP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWB8uP1wN8k7cTZdqsF5d68lK2525xvc { display:block;width:11.687rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.2;top:23.9375rem;left:30.8125rem;background-color:transparent;background-image:none;height:3.125rem;color:#6d6d6d;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;font-style:normal;display:none; }
#IDCwxgeD1KkBJzNka9Pqu7CImTw2rGOS { display:block;width:40rem;position:absolute;font-family:"product sans";font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.2;top:27.0625rem;left:0rem;background-color:transparent;background-image:none;height:7.875rem;color:#3c3c3c;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:left;text-align-last:left;font-style:normal;display:block; }
#Pa2zfSxiT4EP6B0Mn2cVKeXe4VSUpk6z { box-sizing:content-box;height:4.875rem;width:74.8125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:51.625rem;left:0rem;border-top:0.125rem solid #c1c1c1;border-left:0.125rem solid #c1c1c1;border-right:0.125rem solid #c1c1c1;border-bottom:0.125rem solid #c1c1c1;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#tUTxn1JGsOMbkeu6ixywAsQ6Z88cu5M1 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4.4375rem;top:0.765625rem;left:0rem;overflow:hidden;display:none; }
#JzOqhoPRQJXTpiEZyQTunV85tlnfAfM2 { 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:37.8125rem;width:25rem;display:none; }
#H2uDDkc89TU9avNGQD7dfrhpO8LlkIis { 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:21rem;width:18.75rem;display:none; }
#pJh4L2D2BvEuNRFIEvBRtg3PnZwKG4ic { 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:21rem;width:16.6875rem;display:none; }
#xCHZFD2PRTqGVT440lKRhTG3frSb45TD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCHZFD2PRTqGVT440lKRhTG3frSb45TD > .row .container { background-color: transparent; background-image: none; }#xCHZFD2PRTqGVT440lKRhTG3frSb45TD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCHZFD2PRTqGVT440lKRhTG3frSb45TD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCHZFD2PRTqGVT440lKRhTG3frSb45TD > .row .container > .video-iframe-container { display: none; }#xCHZFD2PRTqGVT440lKRhTG3frSb45TD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCHZFD2PRTqGVT440lKRhTG3frSb45TD > .row > .video-iframe-container { display: none; }#xCHZFD2PRTqGVT440lKRhTG3frSb45TD > .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); }#xCHZFD2PRTqGVT440lKRhTG3frSb45TD > .row .container { border-width: 0; border-radius: 0; }#xCHZFD2PRTqGVT440lKRhTG3frSb45TD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCHZFD2PRTqGVT440lKRhTG3frSb45TD > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#wF4UTB6nuame22pJF5lrTpN8LotyfDHF { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:"product sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:0.375rem;left:8rem;height:2.75rem;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:left;text-align-last:left;display:block; }
#n4Khns5XhkxwKTWxNmi3nMi4nudNIkG4 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:"product sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:0.375rem;left:25.6875rem;height:2.75rem;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:left;text-align-last:left;display:block; }
#ENPWWhsqiDkaBFOg4UR1mM8x6e1BuWPR { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:"product sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:0.5625rem;left:43.75rem;height:2.75rem;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:left;text-align-last:left;display:block; }
#TDEuBG5yUE50csZ6TDatchVxosrxMLLw { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"product sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:0.5625rem;left:63.0625rem;height:2.75rem;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:left;text-align-last:left;display:block; }
#nMvBeG2zGxO0atrKAVZiJ6QutlxmeMZl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.1875rem;left:4.25rem; }
#A8gDs2I87eEnWTddKrvWnKXUnti5VTUq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:0.25rem;left:21.9375rem; }
#z1SJ7sqDleLST8RdukhAIJWxwsNKBW4Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.375rem;left:40rem; }
#ob78HwqyN9TzvHBpgTvcNfeXlAWG9fJb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.375rem;left:59.3125rem; }
#TWmPhodbtLCHoIebnCQ95G3yPeVbsfRT { box-sizing:content-box;height:1.875rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:#005a79;background-image:none;top:0.875rem;left:18.6875rem;display:block; }
#hQQStTKHyn4dBhLlc8eOp95yz8X5Ihx4 { box-sizing:content-box;height:1.875rem;width:0.125rem;position:absolute;display:block;z-index:15035;background-color:#005a79;background-image:none;top:0.875rem;left:37.4375rem;display:block; }
#JLTO9TVToASzQTdDknLkuPC5V2wIyR0a { box-sizing:content-box;height:1.875rem;width:0.125rem;position:absolute;display:block;z-index:15036;background-color:#005a79;background-image:none;top:0.875rem;left:56.1875rem;display:block; }
#ipZ9sXcWdnUxeSgIcNE5h0cxdCA3XZb7 { box-sizing:content-box;height:4.875rem;width:74.8125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:51.625rem;left:0rem;border-top:0.125rem solid #c1c1c1;border-left:0.125rem solid #c1c1c1;border-right:0.125rem solid #c1c1c1;border-bottom:0.125rem solid #c1c1c1;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB > .row .container { background-color: transparent; background-image: none; }#sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB > .row .container > .video-iframe-container { display: none; }#sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB > .row > .video-iframe-container { display: none; }#sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB > .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); }#sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB > .row .container { border-width: 0; border-radius: 0; }#sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#MyJM6MtNH8L0xOUBRhlTOqrWXDr7X8SI { display:block;width:75rem;position:absolute;font-family:"product sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;top:7.3125rem;left:0rem;background-color:transparent;background-image:none;height:2.25rem;color:#ffffff;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;font-style:normal;display:block; }
#ElGk7dOrF50HJnT5udlHKyC2iy5ZnGwk { display:block;width:75rem;position:absolute;font-family:"product sans";font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;top:9.375rem;left:0rem;background-color:transparent;background-image:none;height:3.375rem;color:#ffffff;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;font-style:normal;display:block; }
#uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v > .row .container { background-color: transparent; background-image: none; }#uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v > .row .container > .video-iframe-container { display: none; }#uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v > .row > .video-iframe-container { display: none; }#uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v > .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); }#uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v > .row .container { border-width: 0; border-radius: 0; }#uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#aILoJrgxT80lPdxVTtECdLxbIQt7y8XF { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.562rem;top:9.8125rem;left:0.6875rem;display:block; }
#CIKzq73O2gK4awBkItqNuTTPTguQUSGV { display:block;width:12.6245rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:10.75rem;left:1.625rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;color:rgba(60,60,60,0.5);display:block; }
#ioyR7QBlK67yKd4Ef5TUPMoTHQ6fQsLe { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:10.25rem;left:15.5625rem;display:block; }
#ONbo10ZBnLu81tCoNw6k5fFlphzcEyEK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gaunszD1X0l9hhxkixfDMuB0PF0Ogl3I { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.562rem;top:9.8125rem;left:25.6875rem;display:block; }
#eS8fy4Nb7kKWLQSaDHTEd3pWsJ76vXma { display:block;width:13.2483125rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.75rem;left:26.625rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#qdHTE8ikKEpSaJPWR0RF7zhNr6tMhi01 { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:10.25rem;left:40.5625rem;display:block; }
#Z6y2nO156QP2kbbSTplSTR2XaFV1nTyz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ibZKxSNDNqbWqNltIhZqEEwgg90Hx2RK { position:absolute;display:block;z-index:15003;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/67364035-e539-4282-beb1-da1f09aaa479/lig7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.5616875rem;top:0.5625rem;left:25.717969894409rem;display:block; }#ibZKxSNDNqbWqNltIhZqEEwgg90Hx2RK.adaptive-delivery-prevent-bg, #ibZKxSNDNqbWqNltIhZqEEwgg90Hx2RK.lazyload, #ibZKxSNDNqbWqNltIhZqEEwgg90Hx2RK.lazyloading { background-image: none; }
#l9hpEdJPpvRbDmTaLP0VZ6pQZZZ6haNN { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.562rem;top:9.8125rem;left:50.6875rem;display:block; }
#HCKm7SsX21c004I9cmWAm7hHTtrUiIus { display:block;width:13.562rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.75rem;left:51.625rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#TCn7O3QClvswp9nk2PD1AxdaOmq0ZRGQ { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:10.280468940735rem;left:65.5625rem;display:block; }
#MOGuDlUUIWZuQKzVb0yEloePqThpekJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2T2eWSwwBTD1izwWSHZxt36EF9Sy6vR { position:absolute;display:block;z-index:15005;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/ad22f31d-57eb-466b-996f-1271ee20caa2/lig12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.5608125rem;top:0.5625rem;left:0.6875rem;display:block; }#R2T2eWSwwBTD1izwWSHZxt36EF9Sy6vR.adaptive-delivery-prevent-bg, #R2T2eWSwwBTD1izwWSHZxt36EF9Sy6vR.lazyload, #R2T2eWSwwBTD1izwWSHZxt36EF9Sy6vR.lazyloading { background-image: none; }
#mgh9OOXw91fXJcWGd4VogHK0wefAmZSb { position:absolute;display:block;z-index:15004;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/b73e1537-97a2-4f49-815a-e4b478445fb7/lig2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.562rem;top:0.5625rem;left:50.6875rem;display:block; }#mgh9OOXw91fXJcWGd4VogHK0wefAmZSb.adaptive-delivery-prevent-bg, #mgh9OOXw91fXJcWGd4VogHK0wefAmZSb.lazyload, #mgh9OOXw91fXJcWGd4VogHK0wefAmZSb.lazyloading { background-image: none; }
#JTDzfqSrGyXEnCZ77pUbLk58Fc72PSMA { position:absolute;display:block;z-index:15009;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/b40cab5e-7737-4642-976a-57cf6cfb1a55/fimose.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.560625rem;top:13.875rem;left:0.75rem;display:block; }#JTDzfqSrGyXEnCZ77pUbLk58Fc72PSMA.adaptive-delivery-prevent-bg, #JTDzfqSrGyXEnCZ77pUbLk58Fc72PSMA.lazyload, #JTDzfqSrGyXEnCZ77pUbLk58Fc72PSMA.lazyloading { background-image: none; }
#pF0oQ6LV6OXCcwW7oRKinLs67KBB3WZn { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.560625rem;top:23.125rem;left:0.75rem;display:block; }
#XhgW7wRGR3rBkRNgGs2QzCmieU5qHmFm { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:23.5625rem;left:15.625rem;display:block; }
#PmUg6cEVCM4HTaCtRaHEXVyNiCm7Z94q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G90k8cz1lOTykOOsUrHlovkMTMohU6zE { display:block;width:12.623125rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:24.0625rem;left:1.6875rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#ghTbZSFXnDcK2KOJ6h0eqFaORGe27Psq { position:absolute;display:block;z-index:15004;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/bd706024-0622-4666-a9c4-d4731749a666/oque.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.560625rem;top:13.875rem;left:25.75rem;display:block; }#ghTbZSFXnDcK2KOJ6h0eqFaORGe27Psq.adaptive-delivery-prevent-bg, #ghTbZSFXnDcK2KOJ6h0eqFaORGe27Psq.lazyload, #ghTbZSFXnDcK2KOJ6h0eqFaORGe27Psq.lazyloading { background-image: none; }
#asrTPlNuSSTC5SQrbZkwHNSzAGzekAT2 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.561875rem;top:23.125rem;left:25.75rem;display:block; }
#WNn7Sm5LVEWUC5cNU1fHV1NM5ll0Pxq0 { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:23.5625rem;left:40.625rem;display:block; }
#XTrpml1TGZ4NzSHitTdpUzdtXwWUQ0p2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ki8Oe9Wr0AK3cJboDdCx6Jxs7dadxAGH { display:block;width:12.936875rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:24.0625rem;left:26.6875rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#vZqW5l9CzLaMuASETyh7Mizxyqt64xND { position:absolute;display:block;z-index:15003;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/ddb3c4f2-0e60-456d-9232-4a4c206d14d9/348.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.560625rem;top:13.875rem;left:50.75rem;display:block; }#vZqW5l9CzLaMuASETyh7Mizxyqt64xND.adaptive-delivery-prevent-bg, #vZqW5l9CzLaMuASETyh7Mizxyqt64xND.lazyload, #vZqW5l9CzLaMuASETyh7Mizxyqt64xND.lazyloading { background-image: none; }
#u35fpIlkNTxk9pou834JJIZxHB2koSav { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.561875rem;top:23.125rem;left:50.75rem;display:block; }
#FGNDakdx45xPyWQMRXNP089ZF2mVy7QT { display:block;width:13.62375rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:24.0625rem;left:51.6875rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#TfEZckmJpelSBxW8Wl45ilSCzowDXOxU { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:23.5625rem;left:65.625rem;display:block; }
#JGVuIE8oa9oV2M02g6nVKKB4A0WQ35p5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hbK6IDFJKWW75cep4az16mNfK9Omenth { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hbK6IDFJKWW75cep4az16mNfK9Omenth > .row .container { background-color: transparent; background-image: none; }#hbK6IDFJKWW75cep4az16mNfK9Omenth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbK6IDFJKWW75cep4az16mNfK9Omenth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbK6IDFJKWW75cep4az16mNfK9Omenth > .row .container > .video-iframe-container { display: none; }#hbK6IDFJKWW75cep4az16mNfK9Omenth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbK6IDFJKWW75cep4az16mNfK9Omenth > .row > .video-iframe-container { display: none; }#hbK6IDFJKWW75cep4az16mNfK9Omenth > .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); }#hbK6IDFJKWW75cep4az16mNfK9Omenth > .row .container { border-width: 0; border-radius: 0; }#hbK6IDFJKWW75cep4az16mNfK9Omenth > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbK6IDFJKWW75cep4az16mNfK9Omenth > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#N0vNE76vhZhqlEI8fqvkcqQa8uNRpaPe { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.562rem;top:9.8125rem;left:0.6875rem;display:block; }
#T0AV5VydwXGL9xl0HwwsPD0AQ9bGfqCD { display:block;width:12.937rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.75rem;left:1.625rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#AT9HbRQwmmLgbBz0UCyucoWyhb8b57tH { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:10.25rem;left:15.5625rem;display:block; }
#Gn0l2T6kcA8bEHoRpQDgJ833M6kPtqvy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8kFde4XiKItKNJNMVFIz86BoIGTKN2s { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.5608125rem;top:9.8125rem;left:25.6875rem;display:block; }
#VlkEMEnVDuWTdD3L9l1ZgrgN6KcfMq5R { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:10.25rem;left:40.5625rem;display:block; }
#N5UmcAGIolkwtoEAt62DU6IQ4gur3er9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SabIG8JypACBE4Li3qkx7eqXPKvvMSQA { display:block;width:12.6233125rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:10.75rem;left:26.625rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#Tspm6anSbUwes1TKLZegoVyvsprcGFFr { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.562rem;top:9.8125rem;left:50.6875rem;display:block; }
#QTcg0UxwGxZugq5ECq9etCcFBLWIukNm { display:block;width:13.2483125rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.75rem;left:51.625rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#HslVPWWiyAqWC4gh0hN3fC6d6wLOl1Vl { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:10.25rem;left:65.5625rem;display:block; }
#lUepKipGwrmFMs4bZHm4rthqlPTTmbZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ig2B3QdB6cBI1etGNfJVF3Ovh2QeSz9o { position:absolute;display:block;z-index:15004;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/c04d3292-6b95-4118-8471-ea72550af5fc/lig16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.5608125rem;top:0.5625rem;left:0.6875rem;display:block; }#Ig2B3QdB6cBI1etGNfJVF3Ovh2QeSz9o.adaptive-delivery-prevent-bg, #Ig2B3QdB6cBI1etGNfJVF3Ovh2QeSz9o.lazyload, #Ig2B3QdB6cBI1etGNfJVF3Ovh2QeSz9o.lazyloading { background-image: none; }
#sAPMTm58mwiLgKUtzScvcANVpTpdhGDZ { position:absolute;display:block;z-index:15013;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/1c490461-1354-4370-9cf4-ba08f1862c99/biopsia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.5608125rem;top:0.5625rem;left:25.6875rem;display:block; }#sAPMTm58mwiLgKUtzScvcANVpTpdhGDZ.adaptive-delivery-prevent-bg, #sAPMTm58mwiLgKUtzScvcANVpTpdhGDZ.lazyload, #sAPMTm58mwiLgKUtzScvcANVpTpdhGDZ.lazyloading { background-image: none; }
#XstTSboIo2Ek2edXne6s0WuKX6F5zI6f { position:absolute;display:block;z-index:15003;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/c3c4e0b3-538d-4318-b091-3e782054e070/lig10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.5608125rem;top:0.5625rem;left:50.6875rem;display:block; }#XstTSboIo2Ek2edXne6s0WuKX6F5zI6f.adaptive-delivery-prevent-bg, #XstTSboIo2Ek2edXne6s0WuKX6F5zI6f.lazyload, #XstTSboIo2Ek2edXne6s0WuKX6F5zI6f.lazyloading { background-image: none; }
#DH9U9ufspkXMuTf0qrfXtzHQHhfprVlb { position:absolute;display:block;z-index:15005;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/8210ebc4-dcea-469e-a281-d41a45115787/lig9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.560625rem;top:13.875rem;left:0.75rem;display:block; }#DH9U9ufspkXMuTf0qrfXtzHQHhfprVlb.adaptive-delivery-prevent-bg, #DH9U9ufspkXMuTf0qrfXtzHQHhfprVlb.lazyload, #DH9U9ufspkXMuTf0qrfXtzHQHhfprVlb.lazyloading { background-image: none; }
#DWNxnp16CDT6IlEq2fboaVUUbQG5DKDp { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.561875rem;top:23.125rem;left:0.75rem;display:block; }
#gNvoPFmLVfZaiMnAUdTAPnxpvEk1TsDs { display:block;width:10.123125rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:24.0625rem;left:1.6875rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#cOw2aCKi7nOyZ0x4wAqM6Tgr6Lwfqfhm { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:23.5625rem;left:15.625rem;display:block; }
#JqS3EPKSHOLlTa6bv2p1CT5CzM7T3kUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lO0RVoRq7qfF0q8bltb8rqMZPASw6dcw { position:absolute;display:block;z-index:15004;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/3c4735c5-86a4-4500-bb1f-05db5b585a4e/lig11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.560625rem;top:13.875rem;left:25.75rem;display:block; }#lO0RVoRq7qfF0q8bltb8rqMZPASw6dcw.adaptive-delivery-prevent-bg, #lO0RVoRq7qfF0q8bltb8rqMZPASw6dcw.lazyload, #lO0RVoRq7qfF0q8bltb8rqMZPASw6dcw.lazyloading { background-image: none; }
#S6mJQV3TvtdS7Iobw0tJ3KuQiEzlcTO9 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.561875rem;top:23.125rem;left:25.75rem;display:block; }
#Tmxs8ZAsqvzyItf5VGkgC2hUlAMWJXlv { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:23.5625rem;left:40.625rem;display:block; }
#URmhQSHT1ZDOgTQnaTDNsedETFFxkh3c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cX3hTEnqnXCOMTM5Dxg31DTDS0G4Nvzn { display:block;width:12.936875rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:24.0625rem;left:26.6875rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#aCHXtfUX30hK7BXu012dsp9vJbiHnDWn { position:absolute;display:block;z-index:15003;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/ea6861a4-6824-4356-a218-59d14c6b2794/lig13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.560625rem;top:13.875rem;left:50.6875rem;display:block; }#aCHXtfUX30hK7BXu012dsp9vJbiHnDWn.adaptive-delivery-prevent-bg, #aCHXtfUX30hK7BXu012dsp9vJbiHnDWn.lazyload, #aCHXtfUX30hK7BXu012dsp9vJbiHnDWn.lazyloading { background-image: none; }
#JGWepcCu0NlvN0ZTDZ04RtQZHWpZFQLp { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.561875rem;top:23.125rem;left:50.6875rem;display:block; }
#Xt5cUoy7MZe1Tl0iB5mnCUJTAKvqyLuR { display:block;width:13.248125rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:24.0625rem;left:51.625rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#MgK91le9TowweTvivUMMfPNHTOVFfaSN { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:23.5625rem;left:65.5625rem;display:block; }
#X4nW4aM3lrcFTGSz2Mv0rMqqTrXTDGNA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDM5bgXS9TFXhfez0df8DSDv6hr0glCK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LDM5bgXS9TFXhfez0df8DSDv6hr0glCK > .row .container { background-color: transparent; background-image: none; }#LDM5bgXS9TFXhfez0df8DSDv6hr0glCK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDM5bgXS9TFXhfez0df8DSDv6hr0glCK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDM5bgXS9TFXhfez0df8DSDv6hr0glCK > .row .container > .video-iframe-container { display: none; }#LDM5bgXS9TFXhfez0df8DSDv6hr0glCK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDM5bgXS9TFXhfez0df8DSDv6hr0glCK > .row > .video-iframe-container { display: none; }#LDM5bgXS9TFXhfez0df8DSDv6hr0glCK > .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); }#LDM5bgXS9TFXhfez0df8DSDv6hr0glCK > .row .container { border-width: 0; border-radius: 0; }#LDM5bgXS9TFXhfez0df8DSDv6hr0glCK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDM5bgXS9TFXhfez0df8DSDv6hr0glCK > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#AVI5xsOfCx9uo7JCIllFKn9tf1aecmuZ { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.562rem;top:9.8125rem;left:25.6875rem;display:block; }
#pqOqbbIcP5L8dbFNBR4qX6xVe7tsTKJ8 { display:block;width:13.562rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.9375rem;left:26.625rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#ydte1DTFy2mn1Gv01tRTx09vKmGTNVhr { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:10.25rem;left:40.5625rem;display:block; }
#G8pCrNxq0THSneQ2TW2R5Mr4FssPTkiI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WHAqo10WEDTXATzBtoBnIncJJJ4kZTym { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.562rem;top:9.8125rem;left:0.6875rem;display:block; }
#PExhkAsMWBQO77yB9ulqtMnTQ5muvLvK { display:block;width:13.2483125rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.75rem;left:1.625rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#oTQcDBTDJnEGVsidSgfz1PZ4QRdTP6G6 { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:10.25rem;left:15.5625rem;display:block; }
#urQyDzbkxvOghkI2M9OwsMDvmZteHudP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MwH2k05gZ11fiuTolsyEdO4EhFLMfOes { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.562rem;top:9.8125rem;left:50.6875rem;display:block; }
#UDnJipaoTdDQsJTCPvwBJ8qGLC3FXq8N { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:10.25rem;left:65.5625rem;display:block; }
#owdXdC2KriS9Wgd4zChSiHfyXWcxziGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nt7dlBtF8IrnRvdOuKiDIvuD7eKBNC8k { display:block;width:12.937rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.75rem;left:51.625rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#obTnLSKQw9ZKsUXkObs86HwVU3CGBSEw { position:absolute;display:block;z-index:15003;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/7718f734-336e-428c-967c-ea1e8b7464a9/lig1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.5608125rem;top:0.5625rem;left:0.6875rem;display:block; }#obTnLSKQw9ZKsUXkObs86HwVU3CGBSEw.adaptive-delivery-prevent-bg, #obTnLSKQw9ZKsUXkObs86HwVU3CGBSEw.lazyload, #obTnLSKQw9ZKsUXkObs86HwVU3CGBSEw.lazyloading { background-image: none; }
#XT8pQO3h4s9TvyJpOxvUmt7G0zy9SxT9 { position:absolute;display:block;z-index:15004;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/e374af83-daec-4f81-8208-f0532d72a9d0/lig5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.5608125rem;top:0.5625rem;left:25.6875rem;display:block; }#XT8pQO3h4s9TvyJpOxvUmt7G0zy9SxT9.adaptive-delivery-prevent-bg, #XT8pQO3h4s9TvyJpOxvUmt7G0zy9SxT9.lazyload, #XT8pQO3h4s9TvyJpOxvUmt7G0zy9SxT9.lazyloading { background-image: none; }
#J2IqM2GSN9USBRP9vxQsL0l1ETgTBlQC { position:absolute;display:block;z-index:15004;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/e5b939af-eb2b-44a5-860c-05d3a2820a85/lig14.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.5608125rem;top:0.5625rem;left:50.6875rem;display:block; }#J2IqM2GSN9USBRP9vxQsL0l1ETgTBlQC.adaptive-delivery-prevent-bg, #J2IqM2GSN9USBRP9vxQsL0l1ETgTBlQC.lazyload, #J2IqM2GSN9USBRP9vxQsL0l1ETgTBlQC.lazyloading { background-image: none; }
#m6vWnTX4980kOfnmXIXf9Fc3qO4tL3Tu { position:absolute;display:block;z-index:15005;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/42d26d1e-1902-4089-8528-e2f16ffa52ad/lig4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.560625rem;top:14rem;left:0.75rem;display:block; }#m6vWnTX4980kOfnmXIXf9Fc3qO4tL3Tu.adaptive-delivery-prevent-bg, #m6vWnTX4980kOfnmXIXf9Fc3qO4tL3Tu.lazyload, #m6vWnTX4980kOfnmXIXf9Fc3qO4tL3Tu.lazyloading { background-image: none; }
#opCvQ8b4O1ZPUdlMVJJ1D0VHynWpDhv4 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.561875rem;top:23.25rem;left:0.75rem;display:block; }
#nJGHNTkcT639Z1wrV3IS9MAK6b77dOAl { display:block;width:13.31125rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:24.1875rem;left:1.6875rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#ZkJM2EA7onp9l8chnG2gf4cNHDoa0Wih { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:23.6875rem;left:15.625rem;display:block; }
#UyTwQnBME9ssmAhOZR0dtDxomUazdbVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z33P1hteUqa6rrVkPkPTNN9sNXGllJLD { position:absolute;display:block;z-index:15003;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/5f9c0c9f-b6fe-4cb4-8859-13703b73d301/lig13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.560625rem;top:14rem;left:25.75rem;display:block; }#z33P1hteUqa6rrVkPkPTNN9sNXGllJLD.adaptive-delivery-prevent-bg, #z33P1hteUqa6rrVkPkPTNN9sNXGllJLD.lazyload, #z33P1hteUqa6rrVkPkPTNN9sNXGllJLD.lazyloading { background-image: none; }
#UPVKbqHimdcbcal7frNMy21vqgnKh3Ti { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.561875rem;top:23.25rem;left:25.75rem;display:block; }
#zuQf9BETVriy5a2TorZkd5pcE0fqDmB3 { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:23.6875rem;left:40.625rem;display:block; }
#Rsn46vkIul4b4S0AM2JSqTSw0bcPsBdg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vf1Dh90w1uRkKxk3lJuPncFhRy8ZOPBX { display:block;width:13.248125rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:24.1875rem;left:26.6875rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#KcBET76s0zfoPphwX8y9gX0X78v4v2wn { position:absolute;display:block;z-index:15005;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/6261b6c7-3fc3-4c49-b90f-34d47a1e6f44/pedi825x510.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.56rem;top:14rem;left:51.5rem;display:block; }#KcBET76s0zfoPphwX8y9gX0X78v4v2wn.adaptive-delivery-prevent-bg, #KcBET76s0zfoPphwX8y9gX0X78v4v2wn.lazyload, #KcBET76s0zfoPphwX8y9gX0X78v4v2wn.lazyloading { background-image: none; }
#l3T8Ce3ATxfrGQbTbxrnrAAdcVmgzw5T { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.561875rem;top:23.25rem;left:51.5rem;display:block; }
#zKB41PaiHXcxZ5qI3DKgIoM5xr1P8hxi { display:block;width:12.99875rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:24.1875rem;left:52.4375rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#JhSo9mGvVvPeBu59F9K9SkkU9XNerP1Q { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:23.6875rem;left:66.375rem;display:block; }
#y4hXOVpTgryCJTyA0bgInNUMiwL6poFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy > .row .container { background-color: transparent; background-image: none; }#rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy > .row .container > .video-iframe-container { display: none; }#rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy > .row > .video-iframe-container { display: none; }#rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy > .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); }#rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy > .row .container { border-width: 0; border-radius: 0; }#rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#h7s1rFZ0u4U3LeNFvoSC5zESvqpyZqCE { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.562rem;top:9.8125rem;left:0.6875rem;display:block; }
#yUbR0uecyZIF3mSOl5Tq1ymw8X3GOkkg { display:block;width:12.99925rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:10.75rem;left:1.625rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#TOyqxqzsleeQv1P5btvvrUwwvBHH8bSd { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:10.25rem;left:15.5625rem;display:block; }
#gXvlyRnNd2bRnnrHf7qXfxwAmdccGlGH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C9bV4HEqFMm75ZfdF4wC7Z1qfq94XUEq { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.562rem;top:9.8125rem;left:25.6875rem;display:block; }
#cUSrmKENMTTaQMuyVSzXS6sJ3o8Z9stS { display:block;width:12.99925rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:10.75rem;left:26.625rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#HZW0sxCqxZHye7iy2eWe8UvE96rqCvef { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:10.25rem;left:40.5625rem;display:block; }
#Zpsy8CivFlHxfICQEelzHLkJQ2N6Svtf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGS4c4LzrBLMZLxN8IDcfQRo12HnSbMT { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:3.4375rem;width:23.562rem;top:9.8125rem;left:50.6875rem;display:block; }
#eG7cu2Pka6559i5eHuQ1spXMZSINiEUQ { display:block;width:12.99925rem;position:absolute;font-family:"product sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:10.75rem;left:51.625rem;height:1.5rem;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:left;text-align-last:left;font-style:normal;display:block; }
#zMltcfcXpO1Mnfkvbm7kwU7Q05uyKytf { background-color:#005a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:10.25rem;left:65.5625rem;display:block; }
#r6Cf3Qz1cRsUKx9kTqulAXUtbc3PsBLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#boTZTz2TBzh5DAF2axOCzZFkIISAOyou { position:absolute;display:block;z-index:15005;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/a5c183a4-6634-4cca-b684-02dff1137e22/lig3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.5608125rem;top:0.5625rem;left:0.6875rem;display:block; }#boTZTz2TBzh5DAF2axOCzZFkIISAOyou.adaptive-delivery-prevent-bg, #boTZTz2TBzh5DAF2axOCzZFkIISAOyou.lazyload, #boTZTz2TBzh5DAF2axOCzZFkIISAOyou.lazyloading { background-image: none; }
#MoGJPLz1uEpfNg34wNlLxAZWWCFmakTK { position:absolute;display:block;z-index:15009;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/02b00e78-6193-49b7-b9e6-bc9d3f58813c/corrimento.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.5608125rem;top:0.5625rem;left:25.6875rem;display:block; }#MoGJPLz1uEpfNg34wNlLxAZWWCFmakTK.adaptive-delivery-prevent-bg, #MoGJPLz1uEpfNg34wNlLxAZWWCFmakTK.lazyload, #MoGJPLz1uEpfNg34wNlLxAZWWCFmakTK.lazyloading { background-image: none; }
#ZknXTGvctlru5H0Ih8pWmny7C8eWvCdb { position:absolute;display:block;z-index:15013;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/4711b572-2e20-45c0-bfc3-8150f5517830/verrugas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;height:9.375rem;width:23.5608125rem;top:0.5625rem;left:50.6875rem;display:block; }#ZknXTGvctlru5H0Ih8pWmny7C8eWvCdb.adaptive-delivery-prevent-bg, #ZknXTGvctlru5H0Ih8pWmny7C8eWvCdb.lazyload, #ZknXTGvctlru5H0Ih8pWmny7C8eWvCdb.lazyloading { background-image: none; }
#R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ > .row .container { background-color: transparent; background-image: none; }#R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ > .row .container > .video-iframe-container { display: none; }#R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ > .row > .video-iframe-container { display: none; }#R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ > .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); }#R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ > .row .container { border-width: 0; border-radius: 0; }#R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo > .row .container { background-color: transparent; background-image: none; }#UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo > .row .container > .video-iframe-container { display: none; }#UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo > .row > .video-iframe-container { display: none; }#UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo > .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); }#UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo > .row .container { border-width: 0; border-radius: 0; }#UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#GBmzSkzyrh0CeHHN2yFq3mxqrCTvCbqF { position:absolute;display:block;z-index:15000;height:23.4375rem;width:75rem;top:1.25rem;left:0rem;display:block; }
#vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,90,121,0.95);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; }#vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl > .row .container { background-color: transparent; background-image: none; }#vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl > .row .container > .video-iframe-container { display: none; }#vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl > .row > .video-iframe-container { display: none; }#vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl > .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); }#vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl > .row .container { border-width: 0; border-radius: 0; }#vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#dH9trvwksRe5V22G55160tX8Wmgob7Wh { display:block;width:75rem;position:absolute;font-family:"product sans";font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;top:4.75rem;left:0rem;background-color:transparent;background-image:none;height:3.375rem;color:#ffffff;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;font-style:normal;display:block; }
#NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,90,121,0.95), #005a79);background-image: -moz-linear-gradient(180deg, rgba(0,90,121,0.95), #005a79);background-image: -ms-linear-gradient(180deg, rgba(0,90,121,0.95), #005a79);background-image: -o-linear-gradient(180deg, rgba(0,90,121,0.95), #005a79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a79f2', endColorstr='#005a79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a79f2', endColorstr='#005a79' );";background-image: linear-gradient(180deg, rgba(0,90,121,0.95), #005a79);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; }#NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO > .row .container { background-color: transparent; background-image: none; }#NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO > .row .container > .video-iframe-container { display: none; }#NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO > .row > .video-iframe-container { display: none; }#NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO > .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); }#NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO > .row .container { border-width: 0; border-radius: 0; }#NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#hemEngp2APTwWwxgKl21N9fnaRBsLrBU { display:block;width:13.625rem;position:absolute;font-family:"product sans";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:1.125rem;left:44.125001907349rem;height:19.6875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#hemEngp2APTwWwxgKl21N9fnaRBsLrBU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hemEngp2APTwWwxgKl21N9fnaRBsLrBU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
#FDqTz0L3F2S9H0lEBpSOFiGdvcbRPQkR { display:block;width:12.8125rem;position:absolute;font-family:"product sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:1.125rem;left:29.437501907349rem;height:19.6875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#FDqTz0L3F2S9H0lEBpSOFiGdvcbRPQkR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FDqTz0L3F2S9H0lEBpSOFiGdvcbRPQkR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
#aAMUlrDwtLR8f3p6E1y9rfFb2SgwCWnO { display:block;width:13.6875rem;position:absolute;font-family:"product sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:1.125rem;left:13.875rem;height:19.6875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#aAMUlrDwtLR8f3p6E1y9rfFb2SgwCWnO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aAMUlrDwtLR8f3p6E1y9rfFb2SgwCWnO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
#mk1kzy8fIFvO4gAxBxg33ahExbIh41UV { display:block;width:14.375rem;position:absolute;font-family:"product sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:1.125rem;left:59.624998092651rem;height:11.6875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#mk1kzy8fIFvO4gAxBxg33ahExbIh41UV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mk1kzy8fIFvO4gAxBxg33ahExbIh41UV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
#xk1CBlbPhSUZQcgSTD9BkLdrODcxAacg { display:block;width:12rem;position:absolute;font-family:"product sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:1.125rem;left:0rem;height:21.375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#xk1CBlbPhSUZQcgSTD9BkLdrODcxAacg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xk1CBlbPhSUZQcgSTD9BkLdrODcxAacg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
#vtiufEbHZJzS8c28PtK05qK7Pwc2ZSTr { display:block;width:12rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:1.125rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:none; }#vtiufEbHZJzS8c28PtK05qK7Pwc2ZSTr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vtiufEbHZJzS8c28PtK05qK7Pwc2ZSTr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
#zTT9JU7xq7SVfyUsDZivgEAqB5V4tQUZ { display:block;width:12.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:1.125rem;left:29.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:none; }#zTT9JU7xq7SVfyUsDZivgEAqB5V4tQUZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zTT9JU7xq7SVfyUsDZivgEAqB5V4tQUZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
#xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005a79;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; }#xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 > .row .container { background-color: transparent; background-image: none; }#xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 > .row .container > .video-iframe-container { display: none; }#xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 > .row > .video-iframe-container { display: none; }#xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 > .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); }#xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 > .row .container { border-width: 0; border-radius: 0; }#xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#efBUTLABzkmk1HCAaK9pdvyN75CfozdF { position:absolute;display:block;z-index:15009;height:12.5rem;width:42.5rem;top:2.8737564086914rem;left:32.5rem;display:block; }
#ED2Pf75CLtbLETlKruobZhmTtBJMr4ea { color:#3f5880;display:block;width:18.9373125rem;position:absolute;font-family:"product sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0.625rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CrHhJDbVL3qAT0vUJtGdqBqG30mWwsWB { position:absolute;display:block;z-index:15009;height:17.5rem;width:30.625rem;top:2.1875rem;left:44.375rem;display:none; }
#fkdMvFD6ZCxcFs6RS6xxnb9zIyZATouh { color:#3f5880;display:block;width:26.9993125rem;position:absolute;font-family:"product sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0.625rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Puy5pO5NoxFAVFoNlCBvdavOzTEsT0l5 { position:absolute;display:block;z-index:15009;height:17.5rem;width:30.625rem;top:2.1875rem;left:44.375rem;display:none; }
#iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry > .row .container { background-color: transparent; background-image: none; }#iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry > .row .container > .video-iframe-container { display: none; }#iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry > .row > .video-iframe-container { display: none; }#iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry > .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); }#iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry > .row .container { border-width: 0; border-radius: 0; }#iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#ZdeEo02ZcwWluJGKoRdEDbscqnGXeEM7 { display:block;width:75rem;position:absolute;font-family:"product sans";font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:1.8687477111816rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hx90yr1DRWzvxJCSguCvTK8eHQqbCVcH { display:block;width:75rem;position:absolute;font-family:avenir;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:3.2421875rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row .container { background-color: transparent; background-image: none; }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row .container > .video-iframe-container { display: none; }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row > .video-iframe-container { display: none; }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .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); }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row .container { border-width: 0; border-radius: 0; }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#cqlza4LuKa8qacKop5GJ9damhMya5T4m { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4bc25a, #368c41);background-image: -moz-linear-gradient(180deg, #4bc25a, #368c41);background-image: -ms-linear-gradient(180deg, #4bc25a, #368c41);background-image: -o-linear-gradient(180deg, #4bc25a, #368c41);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bc25a', endColorstr='#368c41' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bc25a', endColorstr='#368c41' );";background-image: linear-gradient(180deg, #4bc25a, #368c41);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: none;box-sizing:border-box;color:#ffffff;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:15030;text-align:center;text-align-last:center;top:0rem;left:57.5rem;display:none; }
#T0ZiarVTRtIh2AOynrOpt84DHCq3xeW8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU { display:block; }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIK2L0QxSkix4cDlgxfAlJbStOl2oTnq { width:14.6875rem;height:2.8125rem;top:1.3125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL0fn57QBaDhzEx27B5x8vI6S8US4hpp { display:block; }
 }@media only screen and (max-width: 763px) { #nRQi9I8m6H94uElPOiUnnCsq34W5fn2Q { width:2.75rem;height:2.75rem;top:1.375rem;left:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbOdzpSnT0VAHFzTKyhZ4C3N8UBUoi3M { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM8Soy8Kg9oM7o7JnwSNC1rSwq68h2SR { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLtFk6sy34OprsdC2odvTXJQWVlM1pxD { width:4.4375rem;height:3.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnJZsQcQ1Ace1NC757MgeW7OTSuTRZpf { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGSLhdNamLyunCwwokf3MwEzZBqxpaXq { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcaB363LGpbT1diLlr8fLBqAHVZublyb { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 { display:block; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-regular-label { width:19.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-text { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-textarea { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-select { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-checkbox-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2  { width:19.625rem;height:auto;top:8.5rem;left:25.625rem; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .radio-container { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 {display:block;}#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 { width:19.625rem;height:auto;top:8.5rem;left:25.625rem; }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #Vi88xBiPbMavbIOufafWwryQqE1mG2EH {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #Wlx9Crsdkf5V1kUT67KTHaBUkF4pkZND { display:none; }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #IaGqr4PFm0UrGrJm0AzzEHZ8sdT9CPUS {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #bqQnTFJ8exCT4A6FTqvVrCN1MGOkAG3u {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #EO5K529J4ZQlxBK39B59zn2pAo5Naq6k { display:none; }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #dL1KmI6MZwTEMrEMre3pKCsbNPFGu0qx {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #hrEw99euUnyLIaWXwuxHa3HxZcw1s2tk {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #nmXorATTS876WXpyECgudnI9i70i5Jyi { display:none; }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #Kng8l63pMBgHVsAPgpSxFXnLRyI1gU39 {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #aS9F4FVdlb7FaR8dhhzG4r8kRwN35HNi {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #Bv6iiUybKbpHl6HpnyFulUGt5fX4Xr3t {  }
 }@media only screen and (max-width: 763px) { #ZtTfFzSZJH5cqSclO9QuDVvtfoWwJCn0 { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtEywwSLAHd2ANuVcUTR8oZtzncHoVXm { width:10.125rem;height:10.1875rem;top:21.0625rem;left:27.999351501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTlMaZPBKBf6D9b9BmlGFIeMbE4IJC9B { width:11.375rem;height:11.189258312021rem;top:12.6875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW1JoSzISJGTN9JmNh43NAEzLXB6Dac9 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7vyMNWmetedRFUTCePBMyyVOxn5tPlk { width:22.5625rem;height:3.9375rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aevn9ipVtTRlQ33wxpohlnNbHX6HnnaP { display:block; }
 }@media only screen and (max-width: 763px) { #LWB8uP1wN8k7cTZdqsF5d68lK2525xvc { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDCwxgeD1KkBJzNka9Pqu7CImTw2rGOS { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa2zfSxiT4EP6B0Mn2cVKeXe4VSUpk6z { top:51.625rem;left:0rem;width:47.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUTxn1JGsOMbkeu6ixywAsQ6Z88cu5M1 { width:4.4375rem;height:3.9375rem;top:0.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzOqhoPRQJXTpiEZyQTunV85tlnfAfM2 { width:25rem;height:37.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2uDDkc89TU9avNGQD7dfrhpO8LlkIis { width:18.75rem;height:21rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJh4L2D2BvEuNRFIEvBRtg3PnZwKG4ic { width:16.6875rem;height:21rem;display:none; }
 }@media only screen and (max-width: 763px) { #xCHZFD2PRTqGVT440lKRhTG3frSb45TD { display:block; }#xCHZFD2PRTqGVT440lKRhTG3frSb45TD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF4UTB6nuame22pJF5lrTpN8LotyfDHF { width:6.4375rem;height:2.75rem;top:0.375rem;left:4.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Khns5XhkxwKTWxNmi3nMi4nudNIkG4 { width:8.5625rem;height:2.75rem;top:0.375rem;left:15.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENPWWhsqiDkaBFOg4UR1mM8x6e1BuWPR { width:10.375rem;height:2.75rem;top:0.5625rem;left:25.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDEuBG5yUE50csZ6TDatchVxosrxMLLw { width:9rem;height:2.75rem;top:0.5625rem;left:38.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMvBeG2zGxO0atrKAVZiJ6QutlxmeMZl { top:0.1875rem;left:0.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8gDs2I87eEnWTddKrvWnKXUnti5VTUq { top:0.25rem;left:11.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1SJ7sqDleLST8RdukhAIJWxwsNKBW4Q { top:0.375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob78HwqyN9TzvHBpgTvcNfeXlAWG9fJb { top:0.375rem;left:35.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmPhodbtLCHoIebnCQ95G3yPeVbsfRT { top:0.875rem;left:11.8125rem;width:0.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQQStTKHyn4dBhLlc8eOp95yz8X5Ihx4 { top:0.875rem;left:23.75rem;width:0.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLTO9TVToASzQTdDknLkuPC5V2wIyR0a { top:0.875rem;left:35.6875rem;width:0.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipZ9sXcWdnUxeSgIcNE5h0cxdCA3XZb7 { top:51.625rem;left:0rem;width:47.5rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB { display:block; }#sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyJM6MtNH8L0xOUBRhlTOqrWXDr7X8SI { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElGk7dOrF50HJnT5udlHKyC2iy5ZnGwk { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v { display:block; }#uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aILoJrgxT80lPdxVTtECdLxbIQt7y8XF { width:23.5rem;height:3.4375rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIKzq73O2gK4awBkItqNuTTPTguQUSGV { width:12.5625rem;height:1.5rem;top:10.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioyR7QBlK67yKd4Ef5TUPMoTHQ6fQsLe { width:8.125rem;height:2.5rem;top:10.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONbo10ZBnLu81tCoNw6k5fFlphzcEyEK { display:block; }
 }@media only screen and (max-width: 763px) { #gaunszD1X0l9hhxkixfDMuB0PF0Ogl3I { width:23.5rem;height:3.4375rem;top:9.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS8fy4Nb7kKWLQSaDHTEd3pWsJ76vXma { width:13.1875rem;height:1.5rem;top:10.75rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdHTE8ikKEpSaJPWR0RF7zhNr6tMhi01 { width:8.125rem;height:2.5rem;top:10.25rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6y2nO156QP2kbbSTplSTR2XaFV1nTyz { display:block; }
 }@media only screen and (max-width: 763px) { #ibZKxSNDNqbWqNltIhZqEEwgg90Hx2RK { width:23.5rem;height:9.375rem;top:0.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9hpEdJPpvRbDmTaLP0VZ6pQZZZ6haNN { width:23.5rem;height:3.4375rem;top:9.8125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCKm7SsX21c004I9cmWAm7hHTtrUiIus { width:13.5rem;height:1.5rem;top:10.75rem;left:31.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCn7O3QClvswp9nk2PD1AxdaOmq0ZRGQ { width:8.125rem;height:2.5rem;top:10.25rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOGuDlUUIWZuQKzVb0yEloePqThpekJT { display:block; }
 }@media only screen and (max-width: 763px) { #R2T2eWSwwBTD1izwWSHZxt36EF9Sy6vR { width:23.5rem;height:9.375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgh9OOXw91fXJcWGd4VogHK0wefAmZSb { width:23.5rem;height:9.375rem;top:0.5625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDzfqSrGyXEnCZ77pUbLk58Fc72PSMA { width:23.5rem;height:9.375rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF0oQ6LV6OXCcwW7oRKinLs67KBB3WZn { width:23.5rem;height:3.4375rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhgW7wRGR3rBkRNgGs2QzCmieU5qHmFm { width:8.125rem;height:2.5rem;top:23.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmUg6cEVCM4HTaCtRaHEXVyNiCm7Z94q { display:block; }
 }@media only screen and (max-width: 763px) { #G90k8cz1lOTykOOsUrHlovkMTMohU6zE { width:12.5625rem;height:1.5rem;top:24.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghTbZSFXnDcK2KOJ6h0eqFaORGe27Psq { width:23.5rem;height:9.375rem;top:13.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #asrTPlNuSSTC5SQrbZkwHNSzAGzekAT2 { width:23.5rem;height:3.4375rem;top:23.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNn7Sm5LVEWUC5cNU1fHV1NM5ll0Pxq0 { width:8.125rem;height:2.5rem;top:23.5625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTrpml1TGZ4NzSHitTdpUzdtXwWUQ0p2 { display:block; }
 }@media only screen and (max-width: 763px) { #ki8Oe9Wr0AK3cJboDdCx6Jxs7dadxAGH { width:12.875rem;height:1.5rem;top:24.0625rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZqW5l9CzLaMuASETyh7Mizxyqt64xND { width:23.5rem;height:9.375rem;top:13.875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u35fpIlkNTxk9pou834JJIZxHB2koSav { width:23.5rem;height:3.4375rem;top:23.125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGNDakdx45xPyWQMRXNP089ZF2mVy7QT { width:13.5625rem;height:1.5rem;top:24.0625rem;left:31.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfEZckmJpelSBxW8Wl45ilSCzowDXOxU { width:8.125rem;height:2.5rem;top:23.5625rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGVuIE8oa9oV2M02g6nVKKB4A0WQ35p5 { display:block; }
 }@media only screen and (max-width: 763px) { #hbK6IDFJKWW75cep4az16mNfK9Omenth { display:block; }#hbK6IDFJKWW75cep4az16mNfK9Omenth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0vNE76vhZhqlEI8fqvkcqQa8uNRpaPe { width:23.5rem;height:3.4375rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0AV5VydwXGL9xl0HwwsPD0AQ9bGfqCD { width:12.875rem;height:1.5rem;top:10.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT9HbRQwmmLgbBz0UCyucoWyhb8b57tH { width:8.125rem;height:2.5rem;top:10.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn0l2T6kcA8bEHoRpQDgJ833M6kPtqvy { display:block; }
 }@media only screen and (max-width: 763px) { #T8kFde4XiKItKNJNMVFIz86BoIGTKN2s { width:23.5rem;height:3.4375rem;top:9.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlkEMEnVDuWTdD3L9l1ZgrgN6KcfMq5R { width:8.125rem;height:2.5rem;top:10.25rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5UmcAGIolkwtoEAt62DU6IQ4gur3er9 { display:block; }
 }@media only screen and (max-width: 763px) { #SabIG8JypACBE4Li3qkx7eqXPKvvMSQA { width:12.5625rem;height:1.5rem;top:10.75rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tspm6anSbUwes1TKLZegoVyvsprcGFFr { width:23.5rem;height:3.4375rem;top:9.8125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTcg0UxwGxZugq5ECq9etCcFBLWIukNm { width:13.1875rem;height:1.5rem;top:10.75rem;left:31.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HslVPWWiyAqWC4gh0hN3fC6d6wLOl1Vl { width:8.125rem;height:2.5rem;top:10.25rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUepKipGwrmFMs4bZHm4rthqlPTTmbZn { display:block; }
 }@media only screen and (max-width: 763px) { #Ig2B3QdB6cBI1etGNfJVF3Ovh2QeSz9o { width:23.5rem;height:9.375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAPMTm58mwiLgKUtzScvcANVpTpdhGDZ { width:23.5rem;height:9.375rem;top:0.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XstTSboIo2Ek2edXne6s0WuKX6F5zI6f { width:23.5rem;height:9.375rem;top:0.5625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH9U9ufspkXMuTf0qrfXtzHQHhfprVlb { width:23.5rem;height:9.375rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWNxnp16CDT6IlEq2fboaVUUbQG5DKDp { width:23.5rem;height:3.4375rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNvoPFmLVfZaiMnAUdTAPnxpvEk1TsDs { width:10.0625rem;height:1.5rem;top:24.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOw2aCKi7nOyZ0x4wAqM6Tgr6Lwfqfhm { width:8.125rem;height:2.5rem;top:23.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqS3EPKSHOLlTa6bv2p1CT5CzM7T3kUo { display:block; }
 }@media only screen and (max-width: 763px) { #lO0RVoRq7qfF0q8bltb8rqMZPASw6dcw { width:23.5rem;height:9.375rem;top:13.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6mJQV3TvtdS7Iobw0tJ3KuQiEzlcTO9 { width:23.5rem;height:3.4375rem;top:23.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmxs8ZAsqvzyItf5VGkgC2hUlAMWJXlv { width:8.125rem;height:2.5rem;top:23.5625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URmhQSHT1ZDOgTQnaTDNsedETFFxkh3c { display:block; }
 }@media only screen and (max-width: 763px) { #cX3hTEnqnXCOMTM5Dxg31DTDS0G4Nvzn { width:12.875rem;height:1.5rem;top:24.0625rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCHXtfUX30hK7BXu012dsp9vJbiHnDWn { width:23.5rem;height:9.375rem;top:13.875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGWepcCu0NlvN0ZTDZ04RtQZHWpZFQLp { width:23.5rem;height:3.4375rem;top:23.125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt5cUoy7MZe1Tl0iB5mnCUJTAKvqyLuR { width:13.1875rem;height:1.5rem;top:24.0625rem;left:31.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgK91le9TowweTvivUMMfPNHTOVFfaSN { width:8.125rem;height:2.5rem;top:23.5625rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4nW4aM3lrcFTGSz2Mv0rMqqTrXTDGNA { display:block; }
 }@media only screen and (max-width: 763px) { #LDM5bgXS9TFXhfez0df8DSDv6hr0glCK { display:block; }#LDM5bgXS9TFXhfez0df8DSDv6hr0glCK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVI5xsOfCx9uo7JCIllFKn9tf1aecmuZ { width:23.5rem;height:3.4375rem;top:9.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqOqbbIcP5L8dbFNBR4qX6xVe7tsTKJ8 { width:13.5rem;height:1.5rem;top:10.9375rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydte1DTFy2mn1Gv01tRTx09vKmGTNVhr { width:8.125rem;height:2.5rem;top:10.25rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8pCrNxq0THSneQ2TW2R5Mr4FssPTkiI { display:block; }
 }@media only screen and (max-width: 763px) { #WHAqo10WEDTXATzBtoBnIncJJJ4kZTym { width:23.5rem;height:3.4375rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PExhkAsMWBQO77yB9ulqtMnTQ5muvLvK { width:13.1875rem;height:1.5rem;top:10.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTQcDBTDJnEGVsidSgfz1PZ4QRdTP6G6 { width:8.125rem;height:2.5rem;top:10.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #urQyDzbkxvOghkI2M9OwsMDvmZteHudP { display:block; }
 }@media only screen and (max-width: 763px) { #MwH2k05gZ11fiuTolsyEdO4EhFLMfOes { width:23.5rem;height:3.4375rem;top:9.8125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDnJipaoTdDQsJTCPvwBJ8qGLC3FXq8N { width:8.125rem;height:2.5rem;top:10.25rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owdXdC2KriS9Wgd4zChSiHfyXWcxziGc { display:block; }
 }@media only screen and (max-width: 763px) { #Nt7dlBtF8IrnRvdOuKiDIvuD7eKBNC8k { width:12.875rem;height:1.5rem;top:10.75rem;left:31.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obTnLSKQw9ZKsUXkObs86HwVU3CGBSEw { width:23.5rem;height:9.375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT8pQO3h4s9TvyJpOxvUmt7G0zy9SxT9 { width:23.5rem;height:9.375rem;top:0.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2IqM2GSN9USBRP9vxQsL0l1ETgTBlQC { width:23.5rem;height:9.375rem;top:0.5625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6vWnTX4980kOfnmXIXf9Fc3qO4tL3Tu { width:23.5rem;height:9.375rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opCvQ8b4O1ZPUdlMVJJ1D0VHynWpDhv4 { width:23.5rem;height:3.4375rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJGHNTkcT639Z1wrV3IS9MAK6b77dOAl { width:13.25rem;height:1.5rem;top:24.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkJM2EA7onp9l8chnG2gf4cNHDoa0Wih { width:8.125rem;height:2.5rem;top:23.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyTwQnBME9ssmAhOZR0dtDxomUazdbVD { display:block; }
 }@media only screen and (max-width: 763px) { #z33P1hteUqa6rrVkPkPTNN9sNXGllJLD { width:23.5rem;height:9.375rem;top:14rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPVKbqHimdcbcal7frNMy21vqgnKh3Ti { width:23.5rem;height:3.4375rem;top:23.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQf9BETVriy5a2TorZkd5pcE0fqDmB3 { width:8.125rem;height:2.5rem;top:23.6875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsn46vkIul4b4S0AM2JSqTSw0bcPsBdg { display:block; }
 }@media only screen and (max-width: 763px) { #Vf1Dh90w1uRkKxk3lJuPncFhRy8ZOPBX { width:13.1875rem;height:1.5rem;top:24.1875rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcBET76s0zfoPphwX8y9gX0X78v4v2wn { width:23.5rem;height:9.375rem;top:14rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3T8Ce3ATxfrGQbTbxrnrAAdcVmgzw5T { width:23.5rem;height:3.4375rem;top:23.25rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKB41PaiHXcxZ5qI3DKgIoM5xr1P8hxi { width:12.9375rem;height:1.5rem;top:24.1875rem;left:31.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhSo9mGvVvPeBu59F9K9SkkU9XNerP1Q { width:8.125rem;height:2.5rem;top:23.6875rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4hXOVpTgryCJTyA0bgInNUMiwL6poFz { display:block; }
 }@media only screen and (max-width: 763px) { #rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy { display:block; }#rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7s1rFZ0u4U3LeNFvoSC5zESvqpyZqCE { width:23.5rem;height:3.4375rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUbR0uecyZIF3mSOl5Tq1ymw8X3GOkkg { width:12.9375rem;height:1.5rem;top:10.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOyqxqzsleeQv1P5btvvrUwwvBHH8bSd { width:8.125rem;height:2.5rem;top:10.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXvlyRnNd2bRnnrHf7qXfxwAmdccGlGH { display:block; }
 }@media only screen and (max-width: 763px) { #C9bV4HEqFMm75ZfdF4wC7Z1qfq94XUEq { width:23.5rem;height:3.4375rem;top:9.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUSrmKENMTTaQMuyVSzXS6sJ3o8Z9stS { width:12.9375rem;height:1.5rem;top:10.75rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZW0sxCqxZHye7iy2eWe8UvE96rqCvef { width:8.125rem;height:2.5rem;top:10.25rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpsy8CivFlHxfICQEelzHLkJQ2N6Svtf { display:block; }
 }@media only screen and (max-width: 763px) { #GGS4c4LzrBLMZLxN8IDcfQRo12HnSbMT { width:23.5rem;height:3.4375rem;top:9.8125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG7cu2Pka6559i5eHuQ1spXMZSINiEUQ { width:12.9375rem;height:1.5rem;top:10.75rem;left:31.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMltcfcXpO1Mnfkvbm7kwU7Q05uyKytf { width:8.125rem;height:2.5rem;top:10.25rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6Cf3Qz1cRsUKx9kTqulAXUtbc3PsBLU { display:block; }
 }@media only screen and (max-width: 763px) { #boTZTz2TBzh5DAF2axOCzZFkIISAOyou { width:23.5rem;height:9.375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoGJPLz1uEpfNg34wNlLxAZWWCFmakTK { width:23.5rem;height:9.375rem;top:0.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZknXTGvctlru5H0Ih8pWmny7C8eWvCdb { width:23.5rem;height:9.375rem;top:0.5625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ { display:block; }#R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo { display:block; }#UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBmzSkzyrh0CeHHN2yFq3mxqrCTvCbqF { width:47.75rem;height:23.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl { display:block; }#vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dH9trvwksRe5V22G55160tX8Wmgob7Wh { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO { display:block; }#NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hemEngp2APTwWwxgKl21N9fnaRBsLrBU { width:13.625rem;height:19.6875rem;top:1.125rem;left:30.500001907349rem;font-size:0.9375rem;display:block; }#hemEngp2APTwWwxgKl21N9fnaRBsLrBU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #FDqTz0L3F2S9H0lEBpSOFiGdvcbRPQkR { width:12.8125rem;height:19.6875rem;top:1.125rem;left:15.812501907349rem;font-size:0.9375rem;display:block; }#FDqTz0L3F2S9H0lEBpSOFiGdvcbRPQkR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #aAMUlrDwtLR8f3p6E1y9rfFb2SgwCWnO { width:13.6875rem;height:19.6875rem;top:1.125rem;left:0.25rem;font-size:0.9375rem;display:block; }#aAMUlrDwtLR8f3p6E1y9rfFb2SgwCWnO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #mk1kzy8fIFvO4gAxBxg33ahExbIh41UV { width:14.375rem;height:11.6875rem;top:1.125rem;left:33.375rem;font-size:0.9375rem;display:block; }#mk1kzy8fIFvO4gAxBxg33ahExbIh41UV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #xk1CBlbPhSUZQcgSTD9BkLdrODcxAacg { width:12rem;height:19.6875rem;top:1.125rem;left:0rem;font-size:0.9375rem;display:block; }#xk1CBlbPhSUZQcgSTD9BkLdrODcxAacg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #vtiufEbHZJzS8c28PtK05qK7Pwc2ZSTr { width:9.125rem;height:;top:1.25rem;left:0rem;font-size:0.75rem;display:none; }#vtiufEbHZJzS8c28PtK05qK7Pwc2ZSTr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #zTT9JU7xq7SVfyUsDZivgEAqB5V4tQUZ { width:10.1875rem;height:;top:5.1875rem;left:0rem;font-size:0.75rem;display:none; }#zTT9JU7xq7SVfyUsDZivgEAqB5V4tQUZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 { display:block; }#xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efBUTLABzkmk1HCAaK9pdvyN75CfozdF { width:42.5rem;height:12.5rem;top:2.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED2Pf75CLtbLETlKruobZhmTtBJMr4ea { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrHhJDbVL3qAT0vUJtGdqBqG30mWwsWB { width:30.625rem;height:17.5rem;top:2.1875rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkdMvFD6ZCxcFs6RS6xxnb9zIyZATouh { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puy5pO5NoxFAVFoNlCBvdavOzTEsT0l5 { width:30.625rem;height:17.5rem;top:2.1875rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry { display:block; }#iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdeEo02ZcwWluJGKoRdEDbscqnGXeEM7 { width:47.75rem;height:1.125rem;top:1.8125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx90yr1DRWzvxJCSguCvTK8eHQqbCVcH { width:47.75rem;height:1.25rem;top:3.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ { display:none; }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cqlza4LuKa8qacKop5GJ9damhMya5T4m { width:17.5rem;height:3.4375rem;top:0rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0ZiarVTRtIh2AOynrOpt84DHCq3xeW8 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ab88fe28-41c3-4e91-8cb4-01aaec8f79d1/UrologiaGoianiaOcheckupurologicodevefazerpartedasuarotina.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#w4KIhACvQVhHF52QVBCIOFUh9hKTaoQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4KIhACvQVhHF52QVBCIOFUh9hKTaoQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4KIhACvQVhHF52QVBCIOFUh9hKTaoQU > .row > .video-iframe-container { display: none; }#w4KIhACvQVhHF52QVBCIOFUh9hKTaoQU > .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); } }@media only screen and (max-width: 763px) { #Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row .container { background-color: transparent; background-image: none; }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row .container > .video-iframe-container { display: none; }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row > .video-iframe-container { display: none; }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .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); }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row .container { border-width: 0; border-radius: 0; }#Fzq4VJTtZ4pAqeT4QICMuiIq1t7d9gNU > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIK2L0QxSkix4cDlgxfAlJbStOl2oTnq { width:7.625rem;height:2.4375rem;top:9.125rem;left:10.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AL0fn57QBaDhzEx27B5x8vI6S8US4hpp { display:block; }
 }@media only screen and (max-width: 763px) { #nRQi9I8m6H94uElPOiUnnCsq34W5fn2Q { display:flex;width:2.24964375rem;height:2.24964375rem;top:0.9375rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbOdzpSnT0VAHFzTKyhZ4C3N8UBUoi3M { background-color:transparent;background-image:none;width:9.5rem;left:10rem;font-size:1.1875rem;top:1.875rem;text-align:left;text-align-last:left;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #RM8Soy8Kg9oM7o7JnwSNC1rSwq68h2SR { background-color:transparent;background-image:none;width:8.0625rem;left:10rem;font-size:0.9375rem;top:1.0625rem;text-align:left;text-align-last:left;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #uLtFk6sy34OprsdC2odvTXJQWVlM1pxD { width:4.6875rem;height:4.0625rem;top:0.99937498569488rem;left:7.6562501192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnJZsQcQ1Ace1NC757MgeW7OTSuTRZpf { width:7.3125rem;height:auto;top:1.8125rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGSLhdNamLyunCwwokf3MwEzZBqxpaXq { width:5.8125rem;height:auto;top:1.8125rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcaB363LGpbT1diLlr8fLBqAHVZublyb { width:8.75rem;height:auto;top:1.8125rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7bafdf1-97fe-484f-aa0e-c87d50ef9590/1300.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2.adaptive-delivery-prevent-bg, #OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2.lazyload, #OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2.lazyloading { background-image: none; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row .container { background-color: transparent; background-image: none; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row .container > .video-iframe-container { display: none; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row > .video-iframe-container { display: none; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .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); }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row .container { border-width: 0; border-radius: 0; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2::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; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OX8RJwtzipBsMrxxX4FkUGPoLnJqPME2 > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .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; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2  { width:17.5rem;height:auto;top:13.622830510139rem;left:0rem; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 {display:block;}#FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 { width:17.5rem;height:auto;top:13.622830510139rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #Vi88xBiPbMavbIOufafWwryQqE1mG2EH {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #Wlx9Crsdkf5V1kUT67KTHaBUkF4pkZND { display:none; }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #IaGqr4PFm0UrGrJm0AzzEHZ8sdT9CPUS {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #bqQnTFJ8exCT4A6FTqvVrCN1MGOkAG3u {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #EO5K529J4ZQlxBK39B59zn2pAo5Naq6k { display:none; }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #dL1KmI6MZwTEMrEMre3pKCsbNPFGu0qx {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #hrEw99euUnyLIaWXwuxHa3HxZcw1s2tk {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #nmXorATTS876WXpyECgudnI9i70i5Jyi { display:none; }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #Kng8l63pMBgHVsAPgpSxFXnLRyI1gU39 {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #aS9F4FVdlb7FaR8dhhzG4r8kRwN35HNi {  }
 }@media only screen and (max-width: 763px) { #FweTEDdeCUBJTQspDXnPQKb2zFLTfaI2 #Bv6iiUybKbpHl6HpnyFulUGt5fX4Xr3t {  }
 }@media only screen and (max-width: 763px) { #ZtTfFzSZJH5cqSclO9QuDVvtfoWwJCn0 { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:2.1875rem;top:11.9375rem;text-align:center;text-align-last:center;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtEywwSLAHd2ANuVcUTR8oZtzncHoVXm { width:10.125rem;height:10.1875rem;top:21.0625rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTlMaZPBKBf6D9b9BmlGFIeMbE4IJC9B { width:7.24975rem;height:7.24975rem;top:19.6240234375rem;left:8.623046875rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #zW1JoSzISJGTN9JmNh43NAEzLXB6Dac9 { top:49.182292938233rem;left:0rem;width:20rem;height:0.125rem;z-index:15030;background-color:#c1597c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #D7vyMNWmetedRFUTCePBMyyVOxn5tPlk { width:20rem;height:3.871875rem;top:31.839375019074rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aevn9ipVtTRlQ33wxpohlnNbHX6HnnaP { display:block; }
 }@media only screen and (max-width: 763px) { #LWB8uP1wN8k7cTZdqsF5d68lK2525xvc { background-color:transparent;background-image:none;width:11.62475rem;left:6.060791015625rem;font-size:1.125rem;top:27.623291015625rem;text-align:center;text-align-last:center;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #IDCwxgeD1KkBJzNka9Pqu7CImTw2rGOS { background-color:transparent;background-image:none;width:16.75rem;left:1.625rem;font-size:1.1875rem;top:24rem;text-align:center;text-align-last:center;height:5.7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa2zfSxiT4EP6B0Mn2cVKeXe4VSUpk6z { width:19.75rem;height:4.875rem;top:56.325625419617rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUTxn1JGsOMbkeu6ixywAsQ6Z88cu5M1 { width:7.8125rem;height:6.75rem;top:2.9993748664856rem;left:6.0931249856949rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #JzOqhoPRQJXTpiEZyQTunV85tlnfAfM2 { top:38.9375rem;left:0rem;width:20rem;height:30.25rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H2uDDkc89TU9avNGQD7dfrhpO8LlkIis { top:61.6875rem;left:12.5rem;width:6.6875rem;height:7.5rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pJh4L2D2BvEuNRFIEvBRtg3PnZwKG4ic { top:61.6875rem;left:0.93750011920931rem;width:5.9375rem;height:7.5rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xCHZFD2PRTqGVT440lKRhTG3frSb45TD { display:block; }#xCHZFD2PRTqGVT440lKRhTG3frSb45TD > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF4UTB6nuame22pJF5lrTpN8LotyfDHF { width:9.6875rem;height:2.55rem;top:6.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n4Khns5XhkxwKTWxNmi3nMi4nudNIkG4 { width:9.6875rem;height:2.55rem;top:6.5625rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ENPWWhsqiDkaBFOg4UR1mM8x6e1BuWPR { width:9.6875rem;height:2.55rem;top:14.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TDEuBG5yUE50csZ6TDatchVxosrxMLLw { width:9.0625rem;height:2.55rem;top:14.3125rem;left:10rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nMvBeG2zGxO0atrKAVZiJ6QutlxmeMZl { display:flex;width:3.125rem;height:3.125rem;top:2.75rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #A8gDs2I87eEnWTddKrvWnKXUnti5VTUq { display:flex;width:3.125rem;height:3.125rem;top:2.8125rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #z1SJ7sqDleLST8RdukhAIJWxwsNKBW4Q { display:flex;width:3.125rem;height:3.125rem;top:10.625rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #ob78HwqyN9TzvHBpgTvcNfeXlAWG9fJb { display:flex;width:3.125rem;height:3.125rem;top:10.625rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #TWmPhodbtLCHoIebnCQ95G3yPeVbsfRT { width:0.125rem;height:1.875rem;top:33.125rem;left:3.2812501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQQStTKHyn4dBhLlc8eOp95yz8X5Ihx4 { width:0.125rem;height:15.625rem;top:1.3700008392334rem;left:9.9375001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLTO9TVToASzQTdDknLkuPC5V2wIyR0a { width:0.125rem;height:1.875rem;top:33.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipZ9sXcWdnUxeSgIcNE5h0cxdCA3XZb7 { width:19.8125rem;height:18.125rem;top:0.625rem;left:0.0099999904632569rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB { display:block; }#sOQHDgqQ2CVAhu8VGNFZ1OcXOzIz1TFB > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyJM6MtNH8L0xOUBRhlTOqrWXDr7X8SI { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1.125rem;top:5.2518758773804rem;text-align:center;text-align-last:center;height:1.2375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ElGk7dOrF50HJnT5udlHKyC2iy5ZnGwk { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1.3125rem;top:6.6374938964844rem;text-align:center;text-align-last:center;height:1.44375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v { display:block; }#uFMkF17X0Sv0h9UxPfWJZIpEQ6MnRT1v > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aILoJrgxT80lPdxVTtECdLxbIQt7y8XF { width:9.875rem;height:1.875rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIKzq73O2gK4awBkItqNuTTPTguQUSGV { width:9.875rem;height:1.03125rem;top:7.296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioyR7QBlK67yKd4Ef5TUPMoTHQ6fQsLe { width:8.5rem;height:2.875rem;top:28.5625rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ONbo10ZBnLu81tCoNw6k5fFlphzcEyEK { display:block; }
 }@media only screen and (max-width: 763px) { #gaunszD1X0l9hhxkixfDMuB0PF0Ogl3I { width:9.875rem;height:1.875rem;top:6.875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS8fy4Nb7kKWLQSaDHTEd3pWsJ76vXma { width:9.875rem;height:1.03125rem;top:7.296875rem;left:10.125000119209rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdHTE8ikKEpSaJPWR0RF7zhNr6tMhi01 { width:8.5rem;height:2.875rem;top:6.6875rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Z6y2nO156QP2kbbSTplSTR2XaFV1nTyz { display:block; }
 }@media only screen and (max-width: 763px) { #ibZKxSNDNqbWqNltIhZqEEwgg90Hx2RK { width:9.875rem;height:6.25rem;top:0.66500091552737rem;left:10.125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9hpEdJPpvRbDmTaLP0VZ6pQZZZ6haNN { width:9.875rem;height:1.875rem;top:24.375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCKm7SsX21c004I9cmWAm7hHTtrUiIus { width:9.875rem;height:1.03125rem;top:24.8125rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCn7O3QClvswp9nk2PD1AxdaOmq0ZRGQ { width:8.5rem;height:2.875rem;top:17.625rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #MOGuDlUUIWZuQKzVb0yEloePqThpekJT { display:block; }
 }@media only screen and (max-width: 763px) { #R2T2eWSwwBTD1izwWSHZxt36EF9Sy6vR { width:9.875rem;height:6.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgh9OOXw91fXJcWGd4VogHK0wefAmZSb { width:9.875rem;height:6.25rem;top:18.125rem;left:10.125rem;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/b73e1537-97a2-4f49-815a-e4b478445fb7/lig2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mgh9OOXw91fXJcWGd4VogHK0wefAmZSb.adaptive-delivery-prevent-bg, #mgh9OOXw91fXJcWGd4VogHK0wefAmZSb.lazyload, #mgh9OOXw91fXJcWGd4VogHK0wefAmZSb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JTDzfqSrGyXEnCZ77pUbLk58Fc72PSMA { width:9.875rem;height:6.25rem;top:9.375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF0oQ6LV6OXCcwW7oRKinLs67KBB3WZn { width:9.875rem;height:1.875rem;top:15.625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhgW7wRGR3rBkRNgGs2QzCmieU5qHmFm { width:8.125rem;height:2.5rem;top:29.0625rem;left:11.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #PmUg6cEVCM4HTaCtRaHEXVyNiCm7Z94q { display:block; }
 }@media only screen and (max-width: 763px) { #G90k8cz1lOTykOOsUrHlovkMTMohU6zE { width:9.875rem;height:1.03125rem;top:16.1875rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghTbZSFXnDcK2KOJ6h0eqFaORGe27Psq { width:9.875rem;height:6.25rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asrTPlNuSSTC5SQrbZkwHNSzAGzekAT2 { width:9.875rem;height:1.875rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNn7Sm5LVEWUC5cNU1fHV1NM5ll0Pxq0 { width:8.5rem;height:2.875rem;top:17.625rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #XTrpml1TGZ4NzSHitTdpUzdtXwWUQ0p2 { display:block; }
 }@media only screen and (max-width: 763px) { #ki8Oe9Wr0AK3cJboDdCx6Jxs7dadxAGH { width:9.875rem;height:1.03125rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZqW5l9CzLaMuASETyh7Mizxyqt64xND { width:9.875rem;height:6.25rem;top:18.1875rem;left:0rem;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/ddb3c4f2-0e60-456d-9232-4a4c206d14d9/348.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vZqW5l9CzLaMuASETyh7Mizxyqt64xND.adaptive-delivery-prevent-bg, #vZqW5l9CzLaMuASETyh7Mizxyqt64xND.lazyload, #vZqW5l9CzLaMuASETyh7Mizxyqt64xND.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u35fpIlkNTxk9pou834JJIZxHB2koSav { width:9.875rem;height:1.875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGNDakdx45xPyWQMRXNP089ZF2mVy7QT { width:9.875rem;height:1.03125rem;top:24.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfEZckmJpelSBxW8Wl45ilSCzowDXOxU { width:8.5rem;height:2.875rem;top:6.6875rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #JGVuIE8oa9oV2M02g6nVKKB4A0WQ35p5 { display:block; }
 }@media only screen and (max-width: 763px) { #hbK6IDFJKWW75cep4az16mNfK9Omenth { display:block; }#hbK6IDFJKWW75cep4az16mNfK9Omenth > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0vNE76vhZhqlEI8fqvkcqQa8uNRpaPe { width:9.875rem;height:1.875rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0AV5VydwXGL9xl0HwwsPD0AQ9bGfqCD { width:9.875rem;height:1.03125rem;top:7.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT9HbRQwmmLgbBz0UCyucoWyhb8b57tH { width:8.5rem;height:2.875rem;top:17.625rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Gn0l2T6kcA8bEHoRpQDgJ833M6kPtqvy { display:block; }
 }@media only screen and (max-width: 763px) { #T8kFde4XiKItKNJNMVFIz86BoIGTKN2s { width:9.875rem;height:1.875rem;top:15.625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlkEMEnVDuWTdD3L9l1ZgrgN6KcfMq5R { width:8.125rem;height:2.5rem;top:19.813232421875rem;left:11.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #N5UmcAGIolkwtoEAt62DU6IQ4gur3er9 { display:block; }
 }@media only screen and (max-width: 763px) { #SabIG8JypACBE4Li3qkx7eqXPKvvMSQA { width:9.875rem;height:1.03125rem;top:16.0625rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tspm6anSbUwes1TKLZegoVyvsprcGFFr { width:9.875rem;height:1.875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTcg0UxwGxZugq5ECq9etCcFBLWIukNm { width:9.875rem;height:1.03125rem;top:24.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HslVPWWiyAqWC4gh0hN3fC6d6wLOl1Vl { width:8.5rem;height:2.875rem;top:6.6875rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #lUepKipGwrmFMs4bZHm4rthqlPTTmbZn { display:block; }
 }@media only screen and (max-width: 763px) { #Ig2B3QdB6cBI1etGNfJVF3Ovh2QeSz9o { width:9.875rem;height:6.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAPMTm58mwiLgKUtzScvcANVpTpdhGDZ { width:9.875rem;height:6.25rem;top:9.375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XstTSboIo2Ek2edXne6s0WuKX6F5zI6f { width:9.875rem;height:6.25rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH9U9ufspkXMuTf0qrfXtzHQHhfprVlb { width:9.875rem;height:6.25rem;top:0.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWNxnp16CDT6IlEq2fboaVUUbQG5DKDp { width:9.875rem;height:1.875rem;top:6.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNvoPFmLVfZaiMnAUdTAPnxpvEk1TsDs { width:9.875rem;height:1.03125rem;top:7.375rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOw2aCKi7nOyZ0x4wAqM6Tgr6Lwfqfhm { width:8.5rem;height:2.875rem;top:28.5625rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #JqS3EPKSHOLlTa6bv2p1CT5CzM7T3kUo { display:block; }
 }@media only screen and (max-width: 763px) { #lO0RVoRq7qfF0q8bltb8rqMZPASw6dcw { width:9.875rem;height:6.25rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6mJQV3TvtdS7Iobw0tJ3KuQiEzlcTO9 { width:9.875rem;height:1.875rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmxs8ZAsqvzyItf5VGkgC2hUlAMWJXlv { width:8.5rem;height:2.875rem;top:17.625rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #URmhQSHT1ZDOgTQnaTDNsedETFFxkh3c { display:block; }
 }@media only screen and (max-width: 763px) { #cX3hTEnqnXCOMTM5Dxg31DTDS0G4Nvzn { width:9.875rem;height:1.03125rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCHXtfUX30hK7BXu012dsp9vJbiHnDWn { width:9.875rem;height:6.25rem;top:18.1875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGWepcCu0NlvN0ZTDZ04RtQZHWpZFQLp { width:9.875rem;height:1.875rem;top:24.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt5cUoy7MZe1Tl0iB5mnCUJTAKvqyLuR { width:9.875rem;height:1.03125rem;top:24.875rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgK91le9TowweTvivUMMfPNHTOVFfaSN { width:8.5rem;height:2.875rem;top:6.6875rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #X4nW4aM3lrcFTGSz2Mv0rMqqTrXTDGNA { display:block; }
 }@media only screen and (max-width: 763px) { #LDM5bgXS9TFXhfez0df8DSDv6hr0glCK { display:block; }#LDM5bgXS9TFXhfez0df8DSDv6hr0glCK > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVI5xsOfCx9uo7JCIllFKn9tf1aecmuZ { width:9.875rem;height:1.875rem;top:15.625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqOqbbIcP5L8dbFNBR4qX6xVe7tsTKJ8 { width:9.875rem;height:1.03125rem;top:16.0625rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydte1DTFy2mn1Gv01tRTx09vKmGTNVhr { width:8.5rem;height:2.875rem;top:17.625rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #G8pCrNxq0THSneQ2TW2R5Mr4FssPTkiI { display:block; }
 }@media only screen and (max-width: 763px) { #WHAqo10WEDTXATzBtoBnIncJJJ4kZTym { width:9.875rem;height:1.875rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PExhkAsMWBQO77yB9ulqtMnTQ5muvLvK { width:9.875rem;height:1.03125rem;top:7.328125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTQcDBTDJnEGVsidSgfz1PZ4QRdTP6G6 { width:8.5rem;height:2.875rem;top:6.6875rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #urQyDzbkxvOghkI2M9OwsMDvmZteHudP { display:block; }
 }@media only screen and (max-width: 763px) { #MwH2k05gZ11fiuTolsyEdO4EhFLMfOes { width:9.875rem;height:1.875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDnJipaoTdDQsJTCPvwBJ8qGLC3FXq8N { width:8.5rem;height:2.875rem;top:17.625rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #owdXdC2KriS9Wgd4zChSiHfyXWcxziGc { display:block; }
 }@media only screen and (max-width: 763px) { #Nt7dlBtF8IrnRvdOuKiDIvuD7eKBNC8k { width:9.875rem;height:1.03125rem;top:24.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obTnLSKQw9ZKsUXkObs86HwVU3CGBSEw { width:9.875rem;height:6.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT8pQO3h4s9TvyJpOxvUmt7G0zy9SxT9 { width:9.875rem;height:6.25rem;top:9.375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2IqM2GSN9USBRP9vxQsL0l1ETgTBlQC { width:9.875rem;height:6.25rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6vWnTX4980kOfnmXIXf9Fc3qO4tL3Tu { width:9.875rem;height:6.25rem;top:0.6875rem;left:10.125rem;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/42d26d1e-1902-4089-8528-e2f16ffa52ad/lig4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#m6vWnTX4980kOfnmXIXf9Fc3qO4tL3Tu.adaptive-delivery-prevent-bg, #m6vWnTX4980kOfnmXIXf9Fc3qO4tL3Tu.lazyload, #m6vWnTX4980kOfnmXIXf9Fc3qO4tL3Tu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #opCvQ8b4O1ZPUdlMVJJ1D0VHynWpDhv4 { width:9.875rem;height:1.875rem;top:6.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJGHNTkcT639Z1wrV3IS9MAK6b77dOAl { width:9.875rem;height:1.03125rem;top:7.375rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkJM2EA7onp9l8chnG2gf4cNHDoa0Wih { width:8.5rem;height:2.875rem;top:28.5625rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #UyTwQnBME9ssmAhOZR0dtDxomUazdbVD { display:block; }
 }@media only screen and (max-width: 763px) { #z33P1hteUqa6rrVkPkPTNN9sNXGllJLD { width:9.875rem;height:6.25rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPVKbqHimdcbcal7frNMy21vqgnKh3Ti { width:9.875rem;height:1.875rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQf9BETVriy5a2TorZkd5pcE0fqDmB3 { width:8.5rem;height:2.875rem;top:6.6875rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Rsn46vkIul4b4S0AM2JSqTSw0bcPsBdg { display:block; }
 }@media only screen and (max-width: 763px) { #Vf1Dh90w1uRkKxk3lJuPncFhRy8ZOPBX { width:9.875rem;height:1.03125rem;top:16.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcBET76s0zfoPphwX8y9gX0X78v4v2wn { width:9.875rem;height:6.25rem;top:18.1875rem;left:10.125rem;background-color:#707070;background-image:url("https://images.assets-landingi.com/uc/6261b6c7-3fc3-4c49-b90f-34d47a1e6f44/pedi825x510.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KcBET76s0zfoPphwX8y9gX0X78v4v2wn.adaptive-delivery-prevent-bg, #KcBET76s0zfoPphwX8y9gX0X78v4v2wn.lazyload, #KcBET76s0zfoPphwX8y9gX0X78v4v2wn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #l3T8Ce3ATxfrGQbTbxrnrAAdcVmgzw5T { width:9.875rem;height:1.875rem;top:24.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKB41PaiHXcxZ5qI3DKgIoM5xr1P8hxi { width:9.875rem;height:1.03125rem;top:24.9375rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhSo9mGvVvPeBu59F9K9SkkU9XNerP1Q { width:8.5rem;height:2.875rem;top:28.5625rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #y4hXOVpTgryCJTyA0bgInNUMiwL6poFz { display:block; }
 }@media only screen and (max-width: 763px) { #rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy { display:block; }#rk3KH5Nodn4RxdHcwKMMflDhEp89a5Sy > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7s1rFZ0u4U3LeNFvoSC5zESvqpyZqCE { width:9.875rem;height:1.875rem;top:6.8743743896488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUbR0uecyZIF3mSOl5Tq1ymw8X3GOkkg { width:9.875rem;height:1.03125rem;top:7.3118743896488rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOyqxqzsleeQv1P5btvvrUwwvBHH8bSd { width:8.5rem;height:2.875rem;top:28.5625rem;left:10.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #gXvlyRnNd2bRnnrHf7qXfxwAmdccGlGH { display:block; }
 }@media only screen and (max-width: 763px) { #C9bV4HEqFMm75ZfdF4wC7Z1qfq94XUEq { width:9.875rem;height:1.875rem;top:6.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUSrmKENMTTaQMuyVSzXS6sJ3o8Z9stS { width:9.875rem;height:1.03125rem;top:7.3125rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZW0sxCqxZHye7iy2eWe8UvE96rqCvef { width:8.125rem;height:2.5rem;top:38.4375rem;left:11.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Zpsy8CivFlHxfICQEelzHLkJQ2N6Svtf { display:block; }
 }@media only screen and (max-width: 763px) { #GGS4c4LzrBLMZLxN8IDcfQRo12HnSbMT { width:9.875rem;height:1.875rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG7cu2Pka6559i5eHuQ1spXMZSINiEUQ { width:9.875rem;height:1.03125rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMltcfcXpO1Mnfkvbm7kwU7Q05uyKytf { width:8.125rem;height:2.5rem;top:52.375rem;left:11.875rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #r6Cf3Qz1cRsUKx9kTqulAXUtbc3PsBLU { display:block; }
 }@media only screen and (max-width: 763px) { #boTZTz2TBzh5DAF2axOCzZFkIISAOyou { width:9.875rem;height:6.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoGJPLz1uEpfNg34wNlLxAZWWCFmakTK { width:9.875rem;height:6.25rem;top:0.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZknXTGvctlru5H0Ih8pWmny7C8eWvCdb { width:9.875rem;height:6.25rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ { display:block; }#R1BPSH6re1l3itqP55HLgxJ0M9vrzCKQ > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo { display:block; }#UOht5OEmVHTOx0h4AnWfOQi4hRxpOdEo > .row .container { width:20rem;height:82.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBmzSkzyrh0CeHHN2yFq3mxqrCTvCbqF { width:20rem;height:25.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl { display:block; }#vpOFMtki2AmZazaRyCQgc2wUB2QTvkxl > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dH9trvwksRe5V22G55160tX8Wmgob7Wh { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1.5625rem;top:2.6374969482422rem;text-align:center;text-align-last:center;height:1.71875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO { display:block; }#NkxMq8ORWpfaJIxJWfrDP2PcAKAzSxBO > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hemEngp2APTwWwxgKl21N9fnaRBsLrBU { width:13.625rem;height:0;top:55.187501907349rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }#hemEngp2APTwWwxgKl21N9fnaRBsLrBU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #FDqTz0L3F2S9H0lEBpSOFiGdvcbRPQkR { width:10.25rem;height:0;top:1.1734371185302rem;left:9.6250003576281rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }#FDqTz0L3F2S9H0lEBpSOFiGdvcbRPQkR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #aAMUlrDwtLR8f3p6E1y9rfFb2SgwCWnO { width:15.3125rem;height:0;top:18.000001907349rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }#aAMUlrDwtLR8f3p6E1y9rfFb2SgwCWnO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #mk1kzy8fIFvO4gAxBxg33ahExbIh41UV { width:14.375rem;height:0;top:72.062499761581rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }#mk1kzy8fIFvO4gAxBxg33ahExbIh41UV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #xk1CBlbPhSUZQcgSTD9BkLdrODcxAacg { width:12rem;height:0;top:1.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }#xk1CBlbPhSUZQcgSTD9BkLdrODcxAacg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #vtiufEbHZJzS8c28PtK05qK7Pwc2ZSTr { width:9.125rem;height:33.875rem;top:0rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15016;display:block; }#vtiufEbHZJzS8c28PtK05qK7Pwc2ZSTr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #zTT9JU7xq7SVfyUsDZivgEAqB5V4tQUZ { width:10.1875rem;height:32.75rem;top:0rem;left:9.8125001192094rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15019;display:block; }#zTT9JU7xq7SVfyUsDZivgEAqB5V4tQUZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/h151Ky8M/check3.png); }
 }@media only screen and (max-width: 763px) { #xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 { display:block; }#xeHT90BkB7RAh5HuZ7u9SCz7btxhNiT7 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efBUTLABzkmk1HCAaK9pdvyN75CfozdF { width:19.9980625rem;height:15.625rem;top:27.43505859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ED2Pf75CLtbLETlKruobZhmTtBJMr4ea { width:19.997625rem;height:6.90625rem;top:9.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrHhJDbVL3qAT0vUJtGdqBqG30mWwsWB { width:19.997625rem;height:15.6234375rem;top:19.87109375rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #fkdMvFD6ZCxcFs6RS6xxnb9zIyZATouh { width:20rem;height:5.525rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puy5pO5NoxFAVFoNlCBvdavOzTEsT0l5 { width:19.996875rem;height:15.6234375rem;top:18.3125rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry { display:block; }#iT3U6niHfeQ7Dn1ZI49TuW2hlcfJeGry > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdeEo02ZcwWluJGKoRdEDbscqnGXeEM7 { width:20rem;height:0.7rem;top:1.25rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hx90yr1DRWzvxJCSguCvTK8eHQqbCVcH { width:20rem;height:0;top:5.6111125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;display:block; }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row .container { background-color: transparent; background-image: none; }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row .container > .video-iframe-container { display: none; }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row > .video-iframe-container { display: none; }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .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); }#FGfnmbVTseshE3mhfL7nn4wHga6dQNnJ > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqlza4LuKa8qacKop5GJ9damhMya5T4m { width:20rem;height:3.75rem;top:0rem;left:0rem;z-index:15034;font-size:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4bc25a, #368c41);background-image: -moz-linear-gradient(180deg, #4bc25a, #368c41);background-image: -ms-linear-gradient(180deg, #4bc25a, #368c41);background-image: -o-linear-gradient(180deg, #4bc25a, #368c41);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bc25a', endColorstr='#368c41' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bc25a', endColorstr='#368c41' );";background-image: linear-gradient(180deg, #4bc25a, #368c41);background-size:cover !important;font-family:"product sans";display:block; }
 }@media only screen and (max-width: 763px) { #T0ZiarVTRtIh2AOynrOpt84DHCq3xeW8 { display:block; }
 }