.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(180deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(180deg, #0f539c, #ca7d9a);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; }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row .container { background-color: transparent; background-image: none; }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row .container > .video-iframe-container { display: none; }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row > .video-iframe-container { display: none; }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .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); }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row .container { border-width: 0; border-radius: 0; }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#FSG3ZkzTkWOJcxoQ8rCVgbdISRRb8P76 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.625rem;top:7.8125rem;left:13.375rem;overflow:hidden;display:block; }
#hzXWQRURrQ8rN3Q1iwQzGsgSbqhv6PmB { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:8.125rem;top:7.3125rem;left:3.625rem;overflow:hidden;display:block; }
#aqesITU8XAthQhenre6tII3ieCv6HqzS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:44.09375rem;left:23.75rem;display:none; }
#rcURma4ubz1nhpo4rXWzgcoPskKpks7q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fEJTzPKpUui29dJqx1NhluKhuFgT7O35 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/344547c2-220a-433a-aeaf-6c9038c67e06/Medicoverscena4diverse2055Copy.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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:39.8125rem;width:53.375rem;top:5.125rem;left:21.625rem;display:block; }#fEJTzPKpUui29dJqx1NhluKhuFgT7O35.adaptive-delivery-prevent-bg, #fEJTzPKpUui29dJqx1NhluKhuFgT7O35.lazyload, #fEJTzPKpUui29dJqx1NhluKhuFgT7O35.lazyloading { background-image: none; }
#fEJTzPKpUui29dJqx1NhluKhuFgT7O35::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }#fEJTzPKpUui29dJqx1NhluKhuFgT7O35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.3); }#yZTx2c7X0EPvObcVzVdTQ2GwPUA9z2ez { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.875rem;left:3.625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tdS9n6Z7ESzWuUxwH96zM6WwvZ6F2toe { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.4375rem;left:0.8125rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSHEIGbg0KrkmiVTLXtpgTo53NR8wHNs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:28.75rem;left:1.4375rem; }
#qO1F9iLFMNO9VQH6GZhBro9KkPALNUUu { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:29.1875rem;left:1.6875rem;height:1.4619125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lm8cTpXD54Gk1M9ONs9t2O30hC3TZ8gW { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:29.1875rem;left:8.875rem;height:1.4619125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f539c;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.350625rem;padding-right:0.335625rem;padding-bottom:0.350625rem;padding-left:0.335625rem;display:block;align-items:center;width:2.01875rem;min-width:2.01875rem;height:1.8875rem;position:relative;font-family:lato;font-size:1.405625rem;font-weight:700;line-height:30.2px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni .widget-text.counter-label { background-color:;background-image:none;color:#0f539c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.219375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.690625rem;height:0.745625rem;position:relative;font-family:lato;font-size:0.526875rem;font-weight:700;line-height:11.93px;text-align:center;text-align-last:center;text-transform:none;top:-6%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-0),0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.75rem;height:3.5537125rem;padding-top:0.459375rem;padding-right:0.49625rem;padding-bottom:0.459375rem;padding-left:0.49625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:34.25rem;left:3.314453125rem;z-index:15025; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #TZMs1uRkaTnc9VIb4T3o74fFiqODGZT6 { display:flex;position:relative;top:0rem;left:0rem; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #pa7EaWtodkygvMHvvHk05GUSbEUcgpak { width:auto; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #raUCBpfaA4xvoBRgu7dP0ZQQ36S6hhI7 {  }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #KvFcNHpeIUbw6CtT6vMhsTRg3XBP2Dx6 { display:flex;position:relative;top:0rem;left:0rem; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #G1OXph7ekrTpOm2tfsm5TpNFbQS8qQHa {  }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #zntSzndM4RFczuuleHo2wvIJ5qSbrK8q {  }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #sAtkomre90XU89Nm9V5c1LZIPnfpfAOs { display:flex;position:relative;top:0rem;left:0rem; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #P3d3zzuPRw9OPUxuSgx3NpzM5aA4Qomr {  }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #iW0GIhHN1Tay1rlm6aPTTvRs8pAJy7qU {  }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #Pp29aIkpadRhteu64Jyd0OszMVh5R8KI { display:flex;position:relative;top:0rem;left:0rem; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #qoklR1fRSqp648e3RI6FaAhiCuTKBx6E {  }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #eRwMMOheXvBbBhUpZeTmhwSboumBQqS9 {  }
#hxRSQvr33ZXPKJng1EdJu2GPs9O0mDq2 { box-sizing:content-box;height:39.8125rem;width:24.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-0),0.22);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.125rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ca7d9a;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU.adaptive-delivery-prevent-bg, #thVyVznf2GylTnK28Z0wWcsDQ68cQdxU.lazyload, #thVyVznf2GylTnK28Z0wWcsDQ68cQdxU.lazyloading { background-image: none; }#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU > .row .container { background-color: transparent; background-image: none; }#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU > .row .container > .video-iframe-container { display: none; }#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU > .row > .video-iframe-container { display: none; }#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU > .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); }#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU > .row .container { border-width: 0; border-radius: 0; }#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#RFJgloiPLghof55he6Dcr5tCpGf069p5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RFJgloiPLghof55he6Dcr5tCpGf069p5 > .row .container { background-color: transparent; background-image: none; }#RFJgloiPLghof55he6Dcr5tCpGf069p5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFJgloiPLghof55he6Dcr5tCpGf069p5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFJgloiPLghof55he6Dcr5tCpGf069p5 > .row .container > .video-iframe-container { display: none; }#RFJgloiPLghof55he6Dcr5tCpGf069p5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFJgloiPLghof55he6Dcr5tCpGf069p5 > .row > .video-iframe-container { display: none; }#RFJgloiPLghof55he6Dcr5tCpGf069p5 > .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); }#RFJgloiPLghof55he6Dcr5tCpGf069p5 > .row .container { border-width: 0; border-radius: 0; }#RFJgloiPLghof55he6Dcr5tCpGf069p5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RFJgloiPLghof55he6Dcr5tCpGf069p5 > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#fgSNZhfddbybT8yZU56Ridsyn8I3rOdH { color:#0f539c;display:block;width:67.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ztfax6Iz8LrXkHp1m3yppVJzDvMLVqtg { color:#ca7d9a;display:block;width:52.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:12.1875rem;left:0rem;height:16.875rem;font-style:normal;display:block; }
#y7RVObTsfnrfDE0mxIFB2y4Ze2zMpG7u { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(230,203,213,0.5) ;height:30.5rem;width:17.1875rem;top:12.1875rem;left:57.8125rem;display:block; }
#JgTzelpqNW2xODROUnvEgfXwRpVGmhf2 { color:#0f539c;display:block;width:37.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:32.125rem;left:0rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L3Uzx5P0NbSbpAT817TiVyc0mKWMWvWZ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.875rem;width:13.875rem;top:30.875rem;left:37.5625rem;overflow:hidden;display:block; }
#yprTUirCXvxf7O77dtuQEWeFTv5OMhRr { color:#0f539c;display:block;width:37.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:32.125rem;left:0rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qrTFw5eOgofd7VpP3GTTuT2qs3RSiW9d { color:#0f539c;display:block;width:37.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:32.125rem;left:0rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AV8BodHkQAyiTr69ze0bqAL9DO3I6CIy { color:#0f539c;display:block;width:37.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:32.125rem;left:0rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;overflow:visible;position:relative;display:block; }#KncgMeP83Wb4mmbPhDczrX0QWDD50dAM { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:oswald;font-size:9rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:11.69925rem;text-align:center;text-align-last:center;display:block; }
#idv6XgrzHuCuGSKvlSvafvvy7g4ETL6U { color:#0f539c;display:block;width:40.5rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.25rem;left:17.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC > .row .container { background-color: transparent; background-image: none; }#iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC > .row .container > .video-iframe-container { display: none; }#iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC > .row > .video-iframe-container { display: none; }#iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC > .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); }#iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC > .row .container { border-width: 0; border-radius: 0; }#iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#mpRShINMXLTdQSXws8GvNtVVa9VgysA2 { box-sizing:content-box;height:20.125rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#0f539c;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.5rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MACO7JKCvVsGdVC5Q0TPSCPbmIhMqPKh { box-sizing:content-box;height:19.875rem;width:74.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(202,125,154,0.12);background-image:none;box-shadow: none;border-top:0.125rem solid #e6cbd5;border-left:0rem solid #e6cbd5;border-right:0.125rem solid #e6cbd5;border-bottom:0.125rem solid #e6cbd5;top:2.5rem;left:0.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#FDty3wXyExcxmWTboQ0IXVLrR8LKavy0 { color:#0f539c;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LHC5gCZumyuUzMP1ixicA93ouwB88sze { color:#ca7d9a;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:8.3125rem;left:1.8125rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OhxxtQ4hMO6VsXqtVIcrBCqyLU4iEhB9 { box-sizing:content-box;height:6.3125rem;width:6.3125rem;position:absolute;display:block;z-index:15029;background-color:#0f539c;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.375rem;left:48.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LA6vss5XAKw5cFFWGpfvv0OgrLM1K6vi { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;display:block;z-index:15030;background-color:#ca7d9a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18.0625rem;left:36.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UFQiiX3TWiLqqKBfa23S5AS15EagMmfL { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15030;background-color:#0f539c;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.375rem;left:68.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dz8LXdkpldPmXTZsCt07rLayhyLzsBV7 { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15031;background-color:#0f539c;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.5625rem;left:33.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MLkgP4FOrTEsfFFcDrZ9eE5hFTBRxRok { box-sizing:content-box;height:1.4375rem;width:1.4375rem;position:absolute;display:block;z-index:15031;background-color:#ca7d9a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.375rem;left:62.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kMxn2HoWOknb5Kpf1ISRczdhHkz8U6pE { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.5625rem;width:16.6875rem;top:5.1875rem;left:30.75rem;overflow:hidden;display:block; }
#XeZCJRdRTWakuogOwvEHCio1pBAdCGi0 { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;display:block;z-index:15031;background-color:#0f539c;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.875rem;left:44.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZhazN57vzv4BhOoIXZzdgeEADZLqlM7p { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.75rem;width:19.125rem;top:7.8125rem;left:52.125rem;overflow:hidden;display:block; }
#M3W6fluK3TSvUGd5aAM3ZP5iKR8BXgM3 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15034;background-color:#ca7d9a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:1.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC { position:relative;display:block; }#knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC { background-color: transparent; background-image: none; }#knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC > .row .container > .video-iframe-container { display: none; }#knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC > .row > .video-iframe-container { display: none; }#knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC > .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); }#knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC { border-width: 0; border-radius: 0; }#knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TN9JxiscCKGHDG659nhhbPG92nFX2TK5 { box-sizing:content-box;height:15.9375rem;width:74.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(202,125,154,0.12);background-image:none;box-shadow: none;border-top:0.125rem solid #e6cbd5;border-left:0rem solid #e6cbd5;border-right:0.125rem solid #e6cbd5;border-bottom:0.125rem solid #e6cbd5;top:2.625rem;left:0.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#abrxBZxVlJq5qZVPdRmEy5I5ReDd5keL { color:#ca7d9a;display:block;width:57.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:8.4375rem;left:1.8125rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sklUtMHTyGZ5OqTwgdNvCSHpxgkcA5g3 { color:#0f539c;display:block;width:30.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.875rem;left:1.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b1RgyoUHJ1bIDZkFeooaDXVnspOEcG9G { box-sizing:content-box;height:16.1875rem;width:0.3125rem;position:absolute;display:block;z-index:15004;background-color:#0f539c;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.625rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BoQoDeroaSAyPTAQtSVNVDzUK5SZ0ylq { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15035;background-color:#ca7d9a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:1.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ginWNTIhzQlWNit0L7gH41BCK88RWNUq { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.6875rem;width:13.9375rem;top:4.375rem;left:58.125rem;overflow:hidden;display:block; }
#T6NqkdAovRT3ySWZasGzJAv207PrHqHq { position:relative;display:block; }#T6NqkdAovRT3ySWZasGzJAv207PrHqHq { background-color: transparent; background-image: none; }#T6NqkdAovRT3ySWZasGzJAv207PrHqHq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6NqkdAovRT3ySWZasGzJAv207PrHqHq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6NqkdAovRT3ySWZasGzJAv207PrHqHq > .row .container > .video-iframe-container { display: none; }#T6NqkdAovRT3ySWZasGzJAv207PrHqHq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6NqkdAovRT3ySWZasGzJAv207PrHqHq > .row > .video-iframe-container { display: none; }#T6NqkdAovRT3ySWZasGzJAv207PrHqHq > .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); }#T6NqkdAovRT3ySWZasGzJAv207PrHqHq { border-width: 0; border-radius: 0; }#T6NqkdAovRT3ySWZasGzJAv207PrHqHq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T6NqkdAovRT3ySWZasGzJAv207PrHqHq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IIfQocMKZ03qVfv5xPukVuvxtCp1IN7d { box-sizing:content-box;height:26.5rem;width:74.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(202,125,154,0.12);background-image:none;box-shadow: none;border-top:0.125rem solid #e6cbd5;border-left:0;border-right:0.125rem solid #e6cbd5;border-bottom:0.125rem solid #e6cbd5;top:2.5rem;left:0.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#z93zgvfyd4wM7TkMETDk7zI8OKboQGIR { color:#0f539c;display:block;width:25.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pZ2D8HyZh4QTSVLaW1ri4wQViow89zui { box-sizing:content-box;height:26.75rem;width:0.3125rem;position:absolute;display:block;z-index:15008;background-color:#0f539c;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.5rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nrb1BR55LTB7VN8lKaAuvVcQoEpOvRHP { color:#ca7d9a;display:block;width:70.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:8.3125rem;left:1.8125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DRFqWaVVVs1aiCM02yp0w8rhiOidO0SD { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.1875rem;width:14.4375rem;top:13.46875rem;left:3.125rem;overflow:hidden;display:block; }
#CJ7a8wJhxb0n2V4tAkRqsNc5uhzRVH8G { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.25rem;width:19.9375rem;top:13.4375rem;left:23.5rem;overflow:hidden;display:block; }
#cnlRgtJZRi0CA9rKE8esupVw3KPpsgwD { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.25rem;width:19.9375rem;top:13.4375rem;left:50.3125rem;overflow:hidden;display:block; }
#SueHl88oCLupFy5S7L4PS15kSW5z53TT { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15036;background-color:#ca7d9a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:1.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/654ef4b3-1c13-45bb-bd8e-5b1f80bb7902/Medicoverscena4diverse2096.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD.adaptive-delivery-prevent-bg, #KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD.lazyload, #KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD.lazyloading { background-image: none; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row .container { background-color: transparent; background-image: none; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(185,135,155,0.57); }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row .container > .video-iframe-container { display: none; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(185,135,155,0.57); }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row > .video-iframe-container { display: none; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .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); }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row .container { border-width: 0; border-radius: 0; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD::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; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#FuKwqE9VOXbaJEXwczTQO5EbPWXT63t6 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:2.9375rem;left:25.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvIQSF406QJd0WSeCebicaK8s2uTMyLI { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(15,83,156,0.85), rgba(202,125,154,0.6));background-image: -moz-linear-gradient(180deg, rgba(15,83,156,0.85), rgba(202,125,154,0.6));background-image: -ms-linear-gradient(180deg, rgba(15,83,156,0.85), rgba(202,125,154,0.6));background-image: -o-linear-gradient(180deg, rgba(15,83,156,0.85), rgba(202,125,154,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539cd8', endColorstr='#ca7d9a99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539cd8', endColorstr='#ca7d9a99' );";background-image: linear-gradient(180deg, rgba(15,83,156,0.85), rgba(202,125,154,0.6));background-size:auto !important;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:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:18rem;width:33.875rem;top:0rem;left:20.5625rem;display:block; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;color:#f8f8f8;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:lato;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.125rem;left:28.1875rem;z-index:15007; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #atxTaapCvcicdKnfFl25dM3PQdiH2lPG { display:flex;position:relative;top:0rem;left:0rem; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #eWrvMpsZOmlHkPwQFyRx9yrp6kdLgV8h { width:auto; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #ReGUAnFFgaN1QG3qnDyNR84JkcMbRpQW {  }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #UR09SdLWtcBGwwauXGosNvw3D2g1607B { display:flex;position:relative;top:0rem;left:0rem; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #s4PTGUT37SUgXDRw7H48keN1oGHRi7Gc {  }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #fVX3kaHG0naRU6JaTQumaQAiIynQuScK {  }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #TNWN299LaTwLxUcttfPOlEtQzlzBxClt { display:flex;position:relative;top:0rem;left:0rem; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #w1e5day9CCmUAE987LzaE98rQLVu9VSJ {  }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #OqDNaPZ0h9zTq8iwCwKMXHzUudTThm58 {  }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #hFhWW0pyCbEkL7tcbzo9XuUA4p2yRVoP { display:flex;position:relative;top:0rem;left:0rem; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #TP42bO61ZlWQB0oDz1tphflld5MfaHOn {  }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #XNUbvOs4APGPfnB7wHdAT0DTaIgqGO42 {  }
#bNAPcHF2lS7LL2E9imOPrCfayQVma34i { background-color:#0f539c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:15.875rem;left:28.4375rem;display:block; }
#KMyRRLZ9NzLEPIZrsvVihJTE7nsnl0GZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTGpOlB1Xk2SWI8mfxkmfQkaV6NnQqP4 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:15.875rem;left:28.4375rem;display:none; }
#dsekHDNVMQRxL16tczDgOQ4webUAEDz1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(180deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(180deg, #0f539c, #ca7d9a);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; }#BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW > .row .container { background-color: transparent; background-image: none; }#BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW > .row .container > .video-iframe-container { display: none; }#BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW > .row > .video-iframe-container { display: none; }#BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW > .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); }#BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW > .row .container { border-width: 0; border-radius: 0; }#BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#zlk8dT4S2qMhNMlzcX1zvVJ3y7GFA0VL { color:rgba(var(--color-tertiary-0),1);display:block;width:56.8125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T46lwk3EAaQf5wZoNx6sff2McfR2D7FR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:16.25rem;left:0rem;height:12.5rem;font-style:normal;display:block; }
#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ca7d9a;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a.adaptive-delivery-prevent-bg, #sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a.lazyload, #sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a.lazyloading { background-image: none; }#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a > .row .container { background-color: transparent; background-image: none; }#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a > .row .container > .video-iframe-container { display: none; }#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a > .row > .video-iframe-container { display: none; }#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a > .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); }#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a > .row .container { border-width: 0; border-radius: 0; }#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw { 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; }#iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw > .row .container { background-color: transparent; background-image: none; }#iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw > .row .container > .video-iframe-container { display: none; }#iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw > .row > .video-iframe-container { display: none; }#iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw > .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); }#iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw > .row .container { border-width: 0; border-radius: 0; }#iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#ZTyQArry5o8aEQE3vkgPcJyUazMZIgFy { color:#0f539c;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:5.1875rem;left:46.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcJNd3nCyXQ2ar2LltZFRNmqG50qMh7Q { color:#ca7d9a;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:11.5625rem;left:48.8125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E9bqdWhqlVx8obZRUaHcBM7OhSp3QGGT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.375rem;left:65.375rem; }
#SSnGRs7akghT3zTyUTdQR07KTi6l3TFE { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10.75rem;left:46.8125rem; }
#EqELwzIF4KPC3luIqMVvUTq12OWSquPy { background-color:#0f539c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:35.4375rem;left:51.0625rem;display:block; }
#wVOUgQ1LS1VHXbvyIXirMQxzTzRaWPVd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NO7uxbRxs1dqQ9f17yfof8K8deF9fABq { color:#ca7d9a;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:30.25rem;left:48.8125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTVbg7M0rH7LBsT6PIKmrQ6mi6VM6DiW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:32.0625rem;left:65.375rem; }
#DvWQezgVfuBtdzgRHhFhsJvT7SyptCKX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:29.4375rem;left:46.8125rem; }
#dUXXscExr80MGTWbUg892RGrtqAdVdUk { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15043;background-color:#ca7d9a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:55.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kCQVMwWpSJ774W0homfCt3P7EdBghbrE { color:#0f539c;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:9.0625rem;left:54rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l5BT8l3ow8sJZpMw8ITOcEzfVZBFP6eI { color:#0f539c;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:27.6875rem;left:51rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JpD7dG323vxxiB9W14knLnhTgg0GP053 { color:#0f539c;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:17.4375rem;left:51.5625rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SwIWQBBXHMUQovOauox6ss7CJTiiMV5J { box-sizing:content-box;height:1.8125rem;width:3.625rem;position:absolute;display:block;z-index:15044;background-color:#ca7d9a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:51.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Gk6Zcbpz4eCMmmM4Uu0nlMb1cV7zfwGa { box-sizing:content-box;height:1.8125rem;width:3.1875rem;position:absolute;display:block;z-index:15045;background-color:#ca7d9a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.4375rem;left:50.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#a038so5OwQHxgQ8S031TdrGSZ9yzMMyr { color:#0f539c;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:9.0625rem;left:51.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dNmJk3TavQTrvpL1wTZiOFyRuKg01WpU { color:#0f539c;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:27.6875rem;left:51.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a3sq4HJnzT5GwX1XXh0GGC3oEA3Cqw9a { color:#0f539c;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:17.4375rem;left:52rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CvJyDeaEVpvtqT56x17QIz5ExR773GVf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:23.25rem;left:65.375rem; }
#LbVUM3kR4XzkQFFTCTwU4ai3w9XskFUc { color:#ca7d9a;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:20.125rem;left:48.8125rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zi3iA7cfiQ3oi1oUKd0ZvJFzrXiTnZCJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:19.3125rem;left:46.8125rem; }
#FzQSJwE69UhhFRkITmSmOylgHqpcXtSP { color:#00539f;display:block;width:32.9375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:15.8388671875rem;left:3.21875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BDcOxrouDT9SqHDVBEfdQsfEuaJhaJST { color:#0f539c;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:20.8125rem;left:0rem;height:1.4619125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#B77OBkKtSWkzsRmyIbzR4TTXsirDmn7a { color:#0f539c;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:20.8125rem;left:8.8125rem;height:1.4619125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mtXC9ty7tKe12Z9i1fDU3uzbhz4ZnSCc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:20.625rem;left:1.8125rem; }
#hTuEqFFsRsITS6bUM75C2dzU4TnuN5El { position:absolute;display:block;z-index:15024;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:6.5625rem;width:10.875rem;top:5.9609375rem;left:14.25rem;overflow:hidden;display:block; }
#MUTXeuoP2uQkm8AT04JPp5eKcLOkKKte { color:#0f539c;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:20.8125rem;left:22.9375rem;height:1.4619125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dbcMFdsp23iCZTJMZOmWnh3smf8zzZec { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:20.625rem;left:21.4375rem; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f539c;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.380625rem;padding-right:0.35875rem;padding-bottom:0.380625rem;padding-left:0.35875rem;display:block;align-items:center;width:2.158125rem;min-width:2.158125rem;height:2.04875rem;position:relative;font-family:lato;font-size:1.525625rem;font-weight:700;line-height:32.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA .widget-text.counter-label { background-color:;background-image:none;color:#0f539c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.238125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.876875rem;height:0.809375rem;position:relative;font-family:lato;font-size:0.571875rem;font-weight:700;line-height:12.95px;text-align:center;text-align-last:center;text-transform:none;top:-6%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(202,125,154,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:15.5rem;height:3.857425rem;padding-top:0.499375rem;padding-right:0.530625rem;padding-bottom:0.499375rem;padding-left:0.530625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:28.1435546875rem;left:11.4052734375rem;z-index:15030; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #RLzDen9i8WKw7CHNb1LgqWTqDQV14GEU { display:flex;position:relative;top:0rem;left:0rem; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #tVTVQ9i6yMWMQ6LN2ToBTfxCsGTowCs2 { width:auto; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #NbXPuyc70UccyITJqyEAxrb5JNtZyEc1 {  }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #bW36Rk0ZvBTVPOtrShvbnCAsN4K40q1L { display:flex;position:relative;top:0rem;left:0rem; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #GVClXr6TpZcOiTVoolHtsBGoMgWMUInS {  }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #LLoyQ153KhWf83H8zrqZXzrx3qpTi6kz {  }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #nPJCKbH4n185Rn447P1D8g0ieqZkiOer { display:flex;position:relative;top:0rem;left:0rem; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #z61XtrNk55Uq2IpaSJOIorrTdVk7J7lf {  }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #iHn1xaI4JNW2U6h9dEUwbTiOBFmlFT6b {  }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #vsNtGvkz6nd1gUMW1L3ZFHTLrykski7E { display:flex;position:relative;top:0rem;left:0rem; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #sqM6PzleiBtmDL09gsyiIa4CzMEr04uH {  }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #nqPZMc1zD5Z4xWiNRTZwHyK8xrFbXuwv {  }
#wK58Jnpa0J9sh5NDtF1dqOhTKqtITJoy { position:relative;display:none; }#wK58Jnpa0J9sh5NDtF1dqOhTKqtITJoy { border-width: 0; border-radius: 0; }#wK58Jnpa0J9sh5NDtF1dqOhTKqtITJoy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wK58Jnpa0J9sh5NDtF1dqOhTKqtITJoy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#B887u8PcZEkRCpEAfLzUySDSr9U2Zr1B { color:#0f539c;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.25rem;left:54.09375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-form-header {  }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ca7d9a;border-left:0.0625rem solid #ca7d9a;border-right:0.0625rem solid #ca7d9a;border-bottom:0.0625rem solid #ca7d9a;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:17.5rem;box-sizing:border-box;height:2.625rem;color:#0f539c;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:700;font-style:normal; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-text {padding-top: 0; padding-bottom: 0;}#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ca7d9a;border-left:0.0625rem solid #ca7d9a;border-right:0.0625rem solid #ca7d9a;border-bottom:0.0625rem solid #ca7d9a;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#0f539c;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:700;font-style:normal; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #9a9a9a;border-left:0.0625rem solid #9a9a9a;border-right:0.0625rem solid #9a9a9a;border-bottom:0.0625rem solid #9a9a9a;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#cccccc;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-select {padding-top: 0; padding-bottom: 0;}#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#0f539c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:3.3125rem;font-family:"open sans";overflow:hidden; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC [class*="-text"]:-moz-placeholder { color:#0f539c;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC [class*="-text"]::-moz-placeholder { color:#0f539c;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC [class*="-text"]:-ms-input-placeholder { color:#0f539c;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC [class*="-text"]::-webkit-input-placeholder { color:#0f539c;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .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";line-height:1.5;font-size:0.75rem;font-weight:400;color:#ca7d9a;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .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; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .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:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-container:first-of-type{padding-top:0;}#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-container:last-of-type{padding-bottom:0;}#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC  { background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15007;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:7.38671875rem;left:53.5rem; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:2.3;font-weight:400;color:#0f539c;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC {display:block;}#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC { background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15007;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:7.38671875rem;left:53.5rem;display:none; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #wLa9hSVtkTnUgIoIqGiO622kJcSgwE97 { position:relative; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #Wzh4KAAsNXGtIfCirwnELkuTDp5bfsRA { position:relative;display:none; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #RqcS29mVwVKrqir8MFLgoU8fpiKSGOd0 { position:relative; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #IxOeGKrX7JwqzNJo5iRZ5XzeCI5qXzTI { position:relative; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #vDcylubokR2L1AcrePHDCnAtI64TLl89 { position:relative;display:none; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #MGF99kb21G2fMqchIJG9piQA6BPertn2 { position:relative; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #seLGi79nbAeSaIWyiDD2hxVEbdBBt1PP { position:relative; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #zTxsefRmgtd8ePJcugmal8TGxpbH9Q2r { position:relative;display:none; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #fDF0q9LeT7ma1UDDQnDwFaEDSuN8feTs { position:relative; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #IE46tpHHGCPSCuOA5ganwEPnxQD3JLsx { position:relative;display:block;z-index:15000; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #ziKHigL79JslKJ14rAzhgSllzQklt143 { position:relative;display:block;z-index:15000; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #DilpNWUxe5CSvJpqFQNaBw3CXFeDTU7J { position:relative; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #y49E8Ealldnvt1SLRc7LfpZkA5Ai4kPf { position:relative;z-index:2; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #K2KKlfxX3Zy4CW8f6Te9Ks4TSABq0qNh { position:relative; }
#pbPZRT9RDRTHxgNtHntagbItLL3qbC7e { position:relative;display:block;z-index:100000;display:block; }
#fGqk5fxCxrpXJBzGIPHxlPusfQbegq8k { position:relative;display:block;z-index:100000;display:block; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #tGGpPBdmRqbpGF0t6LT9Q68wKPlRbwT8 { position:relative; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #hky00ULcCKbaZ664Bm9ZZLdvsR9eGkkf { position:relative; }
#rBRwph3x2cWPD4C89F4CIW0T8QN49orT { box-sizing:content-box;height:30rem;width:23rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(180deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(180deg, #0f539c, #ca7d9a);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.0625rem;left:52rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#J2U2QMascbuNqmynwmRywEGTiVpiuJXb { position:relative;display:none; }#J2U2QMascbuNqmynwmRywEGTiVpiuJXb { border-width: 0; border-radius: 0; }#J2U2QMascbuNqmynwmRywEGTiVpiuJXb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J2U2QMascbuNqmynwmRywEGTiVpiuJXb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dS5KIbvEfiJFo1ecOcmORIa1wIdNuFgA { color:#0f539c;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wIc5KyUIiokn3TEFLIDRXPw1mRAvZ9i9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:8.8125rem;left:0rem;display:none; }
#lxKaBlWwsSo213SfJJu9UWdR0W4lRwKT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:27.5rem;left:0rem;display:none; }
#K7V6JXo3mukJ6T9P7JWT0bWbrxtNMfwf { color:#0f539c;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:7.125rem;left:4.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AeEJrlsTKERFWeuGr6KFTgZrGoa10bkt { color:#0f539c;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:15.5rem;left:5.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#K4qCDsOEJQBVFOIkMMTGOhO8fQOROBLd { color:#ca7d9a;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:18.1875rem;left:2rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZQfS6GBS9htrXiaokyA47aU8wmAZREXT { color:#0f539c;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:25.75rem;left:4.1875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#eGSUOwXUMTpwkgQ0tPZHlFxtN5GcP1Nc { color:#0f539c;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:7.125rem;left:7.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WLzGC1S6PUdLUnQ4dmq24LaAprep7vsc { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:17.375rem;left:0rem;display:none; }
#xccwvpg96T69yuTcvTxJ9WO2uER4n68b { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15043;background-color:#ca7d9a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:8.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#OTJkUuplIdR5TvnPSNEv7NsNL66ZM7Ah { box-sizing:content-box;height:1.8125rem;width:3.1875rem;position:absolute;display:block;z-index:15045;background-color:#ca7d9a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5rem;left:3.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#BCyVxbIsRe0vJUhew9zucyIZ9tI1UWW5 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:21.3125rem;left:18.5625rem;display:none; }
#tSGIJrCDR8IqCbTnaXv2G1TscVZiHBtf { color:#ca7d9a;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:28.3125rem;left:2rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DTFunHqtLSoexWtAq9cXtesPzdxtDI9c { color:#ca7d9a;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:9.625rem;left:2rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pDJSnmthONqJs9NmIdlQ6S3OvCEyy3Pe { color:#0f539c;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:15.5rem;left:4.75rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#dqQIrfL1riI51MqyGLsbHAtn72IkoWi3 { color:#0f539c;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:25.75rem;left:4.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#otcoMnJGPWoLVOsF72qmvZRu45CoXCtA { background-color:#0f539c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:33.5rem;left:4.21875rem;display:none; }
#AXSgVA3mWdwOGXwU4tHxJQgpXhTv4A9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MeTgxL9GrdxuXyQImnU2AEC63EA8Fq8y { box-sizing:content-box;height:1.8125rem;width:3.625rem;position:absolute;display:block;z-index:15044;background-color:#ca7d9a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.25rem;left:4.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#x6QiIoiQTNt1qdJEg7CIXENDNE36GZw8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:11.4375rem;left:18.5625rem;display:none; }
#vo62bEJqukPTq311GDTre4PGqIQ6FChm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:30.125rem;left:18.5625rem;display:none; }
#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(180deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(180deg, #0f539c, #ca7d9a);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; }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row .container { background-color: transparent; background-image: none; }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row .container > .video-iframe-container { display: none; }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row > .video-iframe-container { display: none; }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .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); }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row .container { border-width: 0; border-radius: 0; }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#GKBmSAqL7olRwaPT2IAASr3knF9lZq48 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.375rem;left:14.5rem;height:1.0556625rem;display:block; }
#TirbAfPgBIEJhVCGd0u6tqJOe7AU1dAT { color:rgba(var(--color-tertiary-0),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.625rem;left:27rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#orI2JBhHruL4CnIUhOoXpwmFl7NMvyBy { color:rgba(var(--color-tertiary-0),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.375rem;left:37.125rem;height:1.0556625rem;display:block; }
#qdSTNFWbTRZZ0AWNO7rTf0AKT5lVuJXQ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.375rem;left:53rem;height:1.0556625rem;display:block; }
#l0W9tFpJTE2wDOAK72wcTPMAcwBIGNrL { position:absolute;display:block;z-index:15012;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:6.25rem;width:10.3125rem;top:3.875rem;left:28.6875rem;overflow:hidden;display:block; }
#hdncvqmhLyNi3copTHhrdlK3TPJFtVOB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.25rem;top:4.4375rem;left:41.0625rem;overflow:hidden;display:block; }
#gkWyV3XTmOAIL7qZEUuICd50Z2HzqQGB { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:3.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#LkF0WRGD1ykizd6LXpt8BT8bgQRNPXWy { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:52.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O7yTmOtIboG00lKbHHEzElIQWsOJZctk { display:block; }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSG3ZkzTkWOJcxoQ8rCVgbdISRRb8P76 { top:7.8125rem;left:0rem;width:4.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzXWQRURrQ8rN3Q1iwQzGsgSbqhv6PmB { top:7.3125rem;left:0rem;width:8.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqesITU8XAthQhenre6tII3ieCv6HqzS { width:14.25rem;height:3.5rem;top:44.0625rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcURma4ubz1nhpo4rXWzgcoPskKpks7q { display:block; }
 }@media only screen and (max-width: 763px) { #fEJTzPKpUui29dJqx1NhluKhuFgT7O35 { top:5.125rem;left:0rem;width:47.75rem;height:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZTx2c7X0EPvObcVzVdTQ2GwPUA9z2ez { top:15.875rem;left:0rem;width:15.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdS9n6Z7ESzWuUxwH96zM6WwvZ6F2toe { top:23.4375rem;left:0rem;width:20.125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHEIGbg0KrkmiVTLXtpgTo53NR8wHNs { top:28.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO1F9iLFMNO9VQH6GZhBro9KkPALNUUu { top:29.1875rem;left:0rem;width:10.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm8cTpXD54Gk1M9ONs9t2O30hC3TZ8gW { top:29.1875rem;left:0rem;width:11.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni { display:flex;width:18rem;height:5.0625rem;top:46.5625rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #TZMs1uRkaTnc9VIb4T3o74fFiqODGZT6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #pa7EaWtodkygvMHvvHk05GUSbEUcgpak {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #raUCBpfaA4xvoBRgu7dP0ZQQ36S6hhI7 {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #KvFcNHpeIUbw6CtT6vMhsTRg3XBP2Dx6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #G1OXph7ekrTpOm2tfsm5TpNFbQS8qQHa {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #zntSzndM4RFczuuleHo2wvIJ5qSbrK8q {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #sAtkomre90XU89Nm9V5c1LZIPnfpfAOs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #P3d3zzuPRw9OPUxuSgx3NpzM5aA4Qomr {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #iW0GIhHN1Tay1rlm6aPTTvRs8pAJy7qU {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #Pp29aIkpadRhteu64Jyd0OszMVh5R8KI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #qoklR1fRSqp648e3RI6FaAhiCuTKBx6E {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #eRwMMOheXvBbBhUpZeTmhwSboumBQqS9 {  }
 }@media only screen and (max-width: 763px) { #hxRSQvr33ZXPKJng1EdJu2GPs9O0mDq2 { top:5.125rem;left:0rem;width:24.25rem;height:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thVyVznf2GylTnK28Z0wWcsDQ68cQdxU { display:block; }#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFJgloiPLghof55he6Dcr5tCpGf069p5 { display:block; }#RFJgloiPLghof55he6Dcr5tCpGf069p5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNZhfddbybT8yZU56Ridsyn8I3rOdH { top:6.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztfax6Iz8LrXkHp1m3yppVJzDvMLVqtg { top:12.1875rem;left:0rem;width:47.75rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7RVObTsfnrfDE0mxIFB2y4Ze2zMpG7u { top:12.1875rem;left:30.5625rem;width:17.1875rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgTzelpqNW2xODROUnvEgfXwRpVGmhf2 { top:32.125rem;left:0rem;width:37.1875rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Uzx5P0NbSbpAT817TiVyc0mKWMWvWZ { top:30.875rem;left:23.9375rem;width:13.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yprTUirCXvxf7O77dtuQEWeFTv5OMhRr { top:51.875rem;left:0rem;width:20rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrTFw5eOgofd7VpP3GTTuT2qs3RSiW9d { top:34.125rem;left:0rem;width:11.25rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AV8BodHkQAyiTr69ze0bqAL9DO3I6CIy { top:43.5rem;left:0rem;width:11.25rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KncgMeP83Wb4mmbPhDczrX0QWDD50dAM { top:0rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idv6XgrzHuCuGSKvlSvafvvy7g4ETL6U { top:4.25rem;left:3.625rem;width:40.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC { display:block; }#iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpRShINMXLTdQSXws8GvNtVVa9VgysA2 { top:2.5rem;left:0rem;width:0.3125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MACO7JKCvVsGdVC5Q0TPSCPbmIhMqPKh { top:2.5rem;left:0rem;width:47.625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDty3wXyExcxmWTboQ0IXVLrR8LKavy0 { top:3.75rem;left:0rem;width:16.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHC5gCZumyuUzMP1ixicA93ouwB88sze { top:8.3125rem;left:0rem;width:26.625rem;height:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhxxtQ4hMO6VsXqtVIcrBCqyLU4iEhB9 { top:5.375rem;left:34.6875rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA6vss5XAKw5cFFWGpfvv0OgrLM1K6vi { top:18.0625rem;left:22.625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFQiiX3TWiLqqKBfa23S5AS15EagMmfL { top:5.375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz8LXdkpldPmXTZsCt07rLayhyLzsBV7 { top:3.5625rem;left:19.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLkgP4FOrTEsfFFcDrZ9eE5hFTBRxRok { top:5.375rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMxn2HoWOknb5Kpf1ISRczdhHkz8U6pE { top:5.1875rem;left:17.125rem;width:16.6875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeZCJRdRTWakuogOwvEHCio1pBAdCGi0 { top:17.875rem;left:30.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhazN57vzv4BhOoIXZzdgeEADZLqlM7p { top:7.8125rem;left:28.625rem;width:19.125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3W6fluK3TSvUGd5aAM3ZP5iKR8BXgM3 { top:6.3125rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC { display:block; }#knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN9JxiscCKGHDG659nhhbPG92nFX2TK5 { top:2.625rem;left:0rem;width:47.625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abrxBZxVlJq5qZVPdRmEy5I5ReDd5keL { top:8.4375rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sklUtMHTyGZ5OqTwgdNvCSHpxgkcA5g3 { top:3.875rem;left:0rem;width:30.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1RgyoUHJ1bIDZkFeooaDXVnspOEcG9G { top:2.625rem;left:0rem;width:0.3125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoQoDeroaSAyPTAQtSVNVDzUK5SZ0ylq { top:6.4375rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ginWNTIhzQlWNit0L7gH41BCK88RWNUq { top:4.375rem;left:33.8125rem;width:13.9375rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6NqkdAovRT3ySWZasGzJAv207PrHqHq { display:block; }#T6NqkdAovRT3ySWZasGzJAv207PrHqHq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIfQocMKZ03qVfv5xPukVuvxtCp1IN7d { top:2.5rem;left:0rem;width:47.625rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z93zgvfyd4wM7TkMETDk7zI8OKboQGIR { top:3.75rem;left:0rem;width:25.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ2D8HyZh4QTSVLaW1ri4wQViow89zui { top:2.5rem;left:0rem;width:0.3125rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrb1BR55LTB7VN8lKaAuvVcQoEpOvRHP { top:8.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRFqWaVVVs1aiCM02yp0w8rhiOidO0SD { top:13.4375rem;left:0rem;width:14.4375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ7a8wJhxb0n2V4tAkRqsNc5uhzRVH8G { top:13.4375rem;left:9.875rem;width:19.9375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnlRgtJZRi0CA9rKE8esupVw3KPpsgwD { top:13.4375rem;left:27.8125rem;width:19.9375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SueHl88oCLupFy5S7L4PS15kSW5z53TT { top:6.3125rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD { display:block; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuKwqE9VOXbaJEXwczTQO5EbPWXT63t6 { top:2.9375rem;left:12rem;width:23.6875rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvIQSF406QJd0WSeCebicaK8s2uTMyLI { top:0rem;left:6.9375rem;width:33.875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET { width:18.5rem;height:5.1875rem;display:flex;top:0.875rem;left:9.93994140625rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #atxTaapCvcicdKnfFl25dM3PQdiH2lPG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #eWrvMpsZOmlHkPwQFyRx9yrp6kdLgV8h {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #ReGUAnFFgaN1QG3qnDyNR84JkcMbRpQW {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #UR09SdLWtcBGwwauXGosNvw3D2g1607B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #s4PTGUT37SUgXDRw7H48keN1oGHRi7Gc {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #fVX3kaHG0naRU6JaTQumaQAiIynQuScK {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #TNWN299LaTwLxUcttfPOlEtQzlzBxClt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #w1e5day9CCmUAE987LzaE98rQLVu9VSJ {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #OqDNaPZ0h9zTq8iwCwKMXHzUudTThm58 {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #hFhWW0pyCbEkL7tcbzo9XuUA4p2yRVoP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #TP42bO61ZlWQB0oDz1tphflld5MfaHOn {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #XNUbvOs4APGPfnB7wHdAT0DTaIgqGO42 {  }
 }@media only screen and (max-width: 763px) { #bNAPcHF2lS7LL2E9imOPrCfayQVma34i { width:18.125rem;height:3.75rem;top:15.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMyRRLZ9NzLEPIZrsvVihJTE7nsnl0GZ { display:block; }
 }@media only screen and (max-width: 763px) { #pTGpOlB1Xk2SWI8mfxkmfQkaV6NnQqP4 { width:18.125rem;height:3.75rem;top:15.875rem;left:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsekHDNVMQRxL16tczDgOQ4webUAEDz1 { display:block; }
 }@media only screen and (max-width: 763px) { #BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW { display:block; }#BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlk8dT4S2qMhNMlzcX1zvVJ3y7GFA0VL { top:3.5rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46lwk3EAaQf5wZoNx6sff2McfR2D7FR { top:16.25rem;left:0rem;width:47.75rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a { display:block; }#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw { display:block; }#iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTyQArry5o8aEQE3vkgPcJyUazMZIgFy { top:5.1875rem;left:26.75rem;width:21rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcJNd3nCyXQ2ar2LltZFRNmqG50qMh7Q { top:11.5625rem;left:31.1875rem;width:16.5625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9bqdWhqlVx8obZRUaHcBM7OhSp3QGGT { top:13.375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSnGRs7akghT3zTyUTdQR07KTi6l3TFE { top:10.75rem;left:33.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqELwzIF4KPC3luIqMVvUTq12OWSquPy { width:11.5rem;height:2.5rem;top:35.4375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVOUgQ1LS1VHXbvyIXirMQxzTzRaWPVd { display:block; }
 }@media only screen and (max-width: 763px) { #NO7uxbRxs1dqQ9f17yfof8K8deF9fABq { top:30.25rem;left:31.1875rem;width:16.5625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTVbg7M0rH7LBsT6PIKmrQ6mi6VM6DiW { top:32.0625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvWQezgVfuBtdzgRHhFhsJvT7SyptCKX { top:29.4375rem;left:33.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUXXscExr80MGTWbUg892RGrtqAdVdUk { top:8.8125rem;left:41.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCQVMwWpSJ774W0homfCt3P7EdBghbrE { top:9.0625rem;left:40.1875rem;width:7.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5BT8l3ow8sJZpMw8ITOcEzfVZBFP6eI { top:27.6875rem;left:35.5rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpD7dG323vxxiB9W14knLnhTgg0GP053 { top:17.4375rem;left:36.75rem;width:11rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwIWQBBXHMUQovOauox6ss7CJTiiMV5J { top:17.1875rem;left:37.8125rem;width:3.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk6Zcbpz4eCMmmM4Uu0nlMb1cV7zfwGa { top:27.4375rem;left:36.875rem;width:3.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a038so5OwQHxgQ8S031TdrGSZ9yzMMyr { top:9.0625rem;left:38rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmJk3TavQTrvpL1wTZiOFyRuKg01WpU { top:27.6875rem;left:35.5rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3sq4HJnzT5GwX1XXh0GGC3oEA3Cqw9a { top:17.4375rem;left:38.375rem;width:7.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvJyDeaEVpvtqT56x17QIz5ExR773GVf { top:23.25rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbVUM3kR4XzkQFFTCTwU4ai3w9XskFUc { top:20.125rem;left:31.1875rem;width:16.5625rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi3iA7cfiQ3oi1oUKd0ZvJFzrXiTnZCJ { top:19.3125rem;left:33.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzQSJwE69UhhFRkITmSmOylgHqpcXtSP { top:15.8125rem;left:0rem;width:32.9375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDcOxrouDT9SqHDVBEfdQsfEuaJhaJST { top:20.8125rem;left:0rem;width:11.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B77OBkKtSWkzsRmyIbzR4TTXsirDmn7a { top:20.8125rem;left:0rem;width:11.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtXC9ty7tKe12Z9i1fDU3uzbhz4ZnSCc { top:20.625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTuEqFFsRsITS6bUM75C2dzU4TnuN5El { top:5.9375rem;left:0.625rem;width:10.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUTXeuoP2uQkm8AT04JPp5eKcLOkKKte { top:20.8125rem;left:9.3125rem;width:14.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbcMFdsp23iCZTJMZOmWnh3smf8zzZec { top:20.625rem;left:7.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA { display:flex;width:18rem;height:5.0625rem;top:46.5625rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #RLzDen9i8WKw7CHNb1LgqWTqDQV14GEU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #tVTVQ9i6yMWMQ6LN2ToBTfxCsGTowCs2 {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #NbXPuyc70UccyITJqyEAxrb5JNtZyEc1 {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #bW36Rk0ZvBTVPOtrShvbnCAsN4K40q1L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #GVClXr6TpZcOiTVoolHtsBGoMgWMUInS {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #LLoyQ153KhWf83H8zrqZXzrx3qpTi6kz {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #nPJCKbH4n185Rn447P1D8g0ieqZkiOer { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #z61XtrNk55Uq2IpaSJOIorrTdVk7J7lf {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #iHn1xaI4JNW2U6h9dEUwbTiOBFmlFT6b {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #vsNtGvkz6nd1gUMW1L3ZFHTLrykski7E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #sqM6PzleiBtmDL09gsyiIa4CzMEr04uH {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #nqPZMc1zD5Z4xWiNRTZwHyK8xrFbXuwv {  }
 }@media only screen and (max-width: 763px) { #wK58Jnpa0J9sh5NDtF1dqOhTKqtITJoy { display:none; }#wK58Jnpa0J9sh5NDtF1dqOhTKqtITJoy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B887u8PcZEkRCpEAfLzUySDSr9U2Zr1B { top:3.25rem;left:28.9375rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-text {padding-top: 0; padding-bottom: 0;}#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-select {padding-top: 0; padding-bottom: 0;}#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC  { width:45.25rem;height:auto;top:2.125rem;left:0rem; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC {display:block;}#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC { width:45.25rem;height:auto;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #wLa9hSVtkTnUgIoIqGiO622kJcSgwE97 {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #Wzh4KAAsNXGtIfCirwnELkuTDp5bfsRA { display:block; }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #RqcS29mVwVKrqir8MFLgoU8fpiKSGOd0 {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #IxOeGKrX7JwqzNJo5iRZ5XzeCI5qXzTI {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #vDcylubokR2L1AcrePHDCnAtI64TLl89 { display:block; }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #MGF99kb21G2fMqchIJG9piQA6BPertn2 {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #seLGi79nbAeSaIWyiDD2hxVEbdBBt1PP {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #zTxsefRmgtd8ePJcugmal8TGxpbH9Q2r { display:block; }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #fDF0q9LeT7ma1UDDQnDwFaEDSuN8feTs {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #IE46tpHHGCPSCuOA5ganwEPnxQD3JLsx {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #ziKHigL79JslKJ14rAzhgSllzQklt143 {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #DilpNWUxe5CSvJpqFQNaBw3CXFeDTU7J {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #y49E8Ealldnvt1SLRc7LfpZkA5Ai4kPf {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #K2KKlfxX3Zy4CW8f6Te9Ks4TSABq0qNh {  }
 }@media only screen and (max-width: 763px) { #pbPZRT9RDRTHxgNtHntagbItLL3qbC7e { display:block; }
 }@media only screen and (max-width: 763px) { #fGqk5fxCxrpXJBzGIPHxlPusfQbegq8k { display:block; }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #tGGpPBdmRqbpGF0t6LT9Q68wKPlRbwT8 {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #hky00ULcCKbaZ664Bm9ZZLdvsR9eGkkf {  }
 }@media only screen and (max-width: 763px) { #rBRwph3x2cWPD4C89F4CIW0T8QN49orT { top:6.0625rem;left:24.75rem;width:23rem;height:30rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2U2QMascbuNqmynwmRywEGTiVpiuJXb { display:none; }#J2U2QMascbuNqmynwmRywEGTiVpiuJXb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dS5KIbvEfiJFo1ecOcmORIa1wIdNuFgA { top:3.25rem;left:0rem;width:21rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIc5KyUIiokn3TEFLIDRXPw1mRAvZ9i9 { top:8.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxKaBlWwsSo213SfJJu9UWdR0W4lRwKT { top:27.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7V6JXo3mukJ6T9P7JWT0bWbrxtNMfwf { top:7.125rem;left:0rem;width:9.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AeEJrlsTKERFWeuGr6KFTgZrGoa10bkt { top:15.5rem;left:0rem;width:7.1875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4qCDsOEJQBVFOIkMMTGOhO8fQOROBLd { top:18.1875rem;left:0rem;width:16.5625rem;height:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQfS6GBS9htrXiaokyA47aU8wmAZREXT { top:25.75rem;left:0rem;width:12.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGSUOwXUMTpwkgQ0tPZHlFxtN5GcP1Nc { top:7.125rem;left:0rem;width:7.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLzGC1S6PUdLUnQ4dmq24LaAprep7vsc { top:17.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xccwvpg96T69yuTcvTxJ9WO2uER4n68b { top:6.875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTJkUuplIdR5TvnPSNEv7NsNL66ZM7Ah { top:25.5rem;left:0rem;width:3.1875rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCyVxbIsRe0vJUhew9zucyIZ9tI1UWW5 { top:21.3125rem;left:4.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSGIJrCDR8IqCbTnaXv2G1TscVZiHBtf { top:28.3125rem;left:0rem;width:16.5625rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTFunHqtLSoexWtAq9cXtesPzdxtDI9c { top:9.625rem;left:0rem;width:16.5625rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDJSnmthONqJs9NmIdlQ6S3OvCEyy3Pe { top:15.5rem;left:0rem;width:11rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqQIrfL1riI51MqyGLsbHAtn72IkoWi3 { top:25.75rem;left:0rem;width:12.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #otcoMnJGPWoLVOsF72qmvZRu45CoXCtA { width:11.5rem;height:2.5rem;top:33.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXSgVA3mWdwOGXwU4tHxJQgpXhTv4A9U { display:block; }
 }@media only screen and (max-width: 763px) { #MeTgxL9GrdxuXyQImnU2AEC63EA8Fq8y { top:15.25rem;left:0rem;width:3.625rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6QiIoiQTNt1qdJEg7CIXENDNE36GZw8 { top:11.4375rem;left:4.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vo62bEJqukPTq311GDTre4PGqIQ6FChm { top:30.125rem;left:4.9375rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU { display:block; }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKBmSAqL7olRwaPT2IAASr3knF9lZq48 { top:13.375rem;left:0.875rem;width:9.0625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TirbAfPgBIEJhVCGd0u6tqJOe7AU1dAT { top:16.625rem;left:13.375rem;width:23.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orI2JBhHruL4CnIUhOoXpwmFl7NMvyBy { top:13.375rem;left:23.5rem;width:2.875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdSTNFWbTRZZ0AWNO7rTf0AKT5lVuJXQ { top:13.375rem;left:39.375rem;width:7.5625rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0W9tFpJTE2wDOAK72wcTPMAcwBIGNrL { top:3.875rem;left:15.0625rem;width:10.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdncvqmhLyNi3copTHhrdlK3TPJFtVOB { top:4.4375rem;left:27.4375rem;width:5.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkWyV3XTmOAIL7qZEUuICd50Z2HzqQGB { top:6.9375rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkF0WRGD1ykizd6LXpt8BT8bgQRNPXWy { top:6.9375rem;left:29rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O7yTmOtIboG00lKbHHEzElIQWsOJZctk { background-color:transparent;background-image: -webkit-linear-gradient(5deg, #ca7d9a, #0f539c);background-image: -moz-linear-gradient(5deg, #ca7d9a, #0f539c);background-image: -ms-linear-gradient(5deg, #ca7d9a, #0f539c);background-image: -o-linear-gradient(5deg, #ca7d9a, #0f539c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7d9a', endColorstr='#0f539c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7d9a', endColorstr='#0f539c' );";background-image: linear-gradient(5deg, #ca7d9a, #0f539c);background-size:auto !important;display:block; }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row .container { background-color: transparent; background-image: none; }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row .container > .video-iframe-container { display: none; }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row > .video-iframe-container { display: none; }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .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); }#O7yTmOtIboG00lKbHHEzElIQWsOJZctk > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSG3ZkzTkWOJcxoQ8rCVgbdISRRb8P76 { width:3.5625rem;height:3.4375rem;top:2.3125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzXWQRURrQ8rN3Q1iwQzGsgSbqhv6PmB { width:6.125rem;height:3.75rem;top:2.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqesITU8XAthQhenre6tII3ieCv6HqzS { width:15.625rem;height:3rem;top:44.5rem;left:2.1875rem;z-index:15001;background-color:#0f539c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rcURma4ubz1nhpo4rXWzgcoPskKpks7q { display:block; }
 }@media only screen and (max-width: 763px) { #fEJTzPKpUui29dJqx1NhluKhuFgT7O35 { width:20rem;height:13.75rem;top:12.6875rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/344547c2-220a-433a-aeaf-6c9038c67e06/Medicoverscena4diverse2055Copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#fEJTzPKpUui29dJqx1NhluKhuFgT7O35.adaptive-delivery-prevent-bg, #fEJTzPKpUui29dJqx1NhluKhuFgT7O35.lazyload, #fEJTzPKpUui29dJqx1NhluKhuFgT7O35.lazyloading { background-image: none; }
#fEJTzPKpUui29dJqx1NhluKhuFgT7O35::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#fEJTzPKpUui29dJqx1NhluKhuFgT7O35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.3); } }@media only screen and (max-width: 763px) { #yZTx2c7X0EPvObcVzVdTQ2GwPUA9z2ez { width:20rem;height:2.84375rem;top:8.6875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdS9n6Z7ESzWuUxwH96zM6WwvZ6F2toe { width:20rem;height:4.548825rem;top:28.3125rem;left:0rem;font-size:1.75rem;font-family:lato;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSHEIGbg0KrkmiVTLXtpgTo53NR8wHNs { display:flex;width:2.5rem;height:2.5rem;top:34rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #qO1F9iLFMNO9VQH6GZhBro9KkPALNUUu { width:7.0625rem;height:1.4619125rem;top:34.5rem;left:4.375rem;font-size:1.125rem;font-family:lato;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lm8cTpXD54Gk1M9ONs9t2O30hC3TZ8gW { width:6.9375rem;height:1.4619125rem;top:34.5rem;left:11.6875rem;font-size:1.125rem;font-family:lato;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni .widget-text.counter-number { padding-top:0.395rem;padding-right:0.34875rem;padding-bottom:0.395rem;padding-left:0.34875rem;width:2.09125rem;min-width:2.09125rem;height:2.121875rem;font-size:1.57875rem;line-height:33.95px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.246875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.788125rem;height:0.83875rem;font-size:0.591875rem;line-height:13.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni { display:flex;width:15.125rem;height:3.9975rem;top:38.5rem;left:2.0625rem;padding-top:0.3625rem;padding-right:0.395625rem;padding-bottom:0.3625rem;padding-left:0.395625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #TZMs1uRkaTnc9VIb4T3o74fFiqODGZT6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #pa7EaWtodkygvMHvvHk05GUSbEUcgpak {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #raUCBpfaA4xvoBRgu7dP0ZQQ36S6hhI7 {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #KvFcNHpeIUbw6CtT6vMhsTRg3XBP2Dx6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #G1OXph7ekrTpOm2tfsm5TpNFbQS8qQHa {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #zntSzndM4RFczuuleHo2wvIJ5qSbrK8q {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #sAtkomre90XU89Nm9V5c1LZIPnfpfAOs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #P3d3zzuPRw9OPUxuSgx3NpzM5aA4Qomr {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #iW0GIhHN1Tay1rlm6aPTTvRs8pAJy7qU {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #Pp29aIkpadRhteu64Jyd0OszMVh5R8KI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #qoklR1fRSqp648e3RI6FaAhiCuTKBx6E {  }
 }@media only screen and (max-width: 763px) { #gqQkAVlW9lG1fRccuAXkUeCEGdB6Vcni #eRwMMOheXvBbBhUpZeTmhwSboumBQqS9 {  }
 }@media only screen and (max-width: 763px) { #hxRSQvr33ZXPKJng1EdJu2GPs9O0mDq2 { width:20rem;height:39.8125rem;top:41.3662109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #thVyVznf2GylTnK28Z0wWcsDQ68cQdxU { display:block; }#thVyVznf2GylTnK28Z0wWcsDQ68cQdxU > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFJgloiPLghof55he6Dcr5tCpGf069p5 { display:block; }#RFJgloiPLghof55he6Dcr5tCpGf069p5 > .row .container { width:20rem;height:89.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNZhfddbybT8yZU56Ridsyn8I3rOdH { width:20rem;height:3.25rem;top:3.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztfax6Iz8LrXkHp1m3yppVJzDvMLVqtg { width:20rem;height:23.9941625rem;top:8.75rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #y7RVObTsfnrfDE0mxIFB2y4Ze2zMpG7u { height:35.6875rem;width:20rem;top:48.0322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgTzelpqNW2xODROUnvEgfXwRpVGmhf2 { width:20rem;height:0;top:34.1875rem;left:0rem;font-size:1rem;font-family:lato;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #L3Uzx5P0NbSbpAT817TiVyc0mKWMWvWZ { width:9rem;height:7.6875rem;top:31.966796875rem;left:11rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #yprTUirCXvxf7O77dtuQEWeFTv5OMhRr { width:20rem;height:4.798825rem;top:40.671875rem;left:0rem;font-size:1rem;font-family:lato;line-height:1.6;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #qrTFw5eOgofd7VpP3GTTuT2qs3RSiW9d { width:11.4375rem;height:3.19921875rem;top:34.2734375rem;left:0rem;font-size:1rem;font-family:lato;line-height:1.6;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #AV8BodHkQAyiTr69ze0bqAL9DO3I6CIy { width:20rem;height:3.19921875rem;top:37.47265625rem;left:0rem;font-size:1rem;font-family:lato;line-height:1.6;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KncgMeP83Wb4mmbPhDczrX0QWDD50dAM { width:20rem;height:5.9306625rem;top:0rem;left:0rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idv6XgrzHuCuGSKvlSvafvvy7g4ETL6U { width:18.5rem;height:1.625rem;top:2.125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC { display:block; }#iWEN4Q2APcXr1TTn2TcgEUork4cLSMrC > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpRShINMXLTdQSXws8GvNtVVa9VgysA2 { width:0.3125rem;height:51.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MACO7JKCvVsGdVC5Q0TPSCPbmIhMqPKh { width:19.6875rem;height:50.875rem;top:0rem;left:0.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FDty3wXyExcxmWTboQ0IXVLrR8LKavy0 { width:16.25rem;height:1.4619125rem;top:1.875rem;left:0.9375rem;font-size:1.125rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #LHC5gCZumyuUzMP1ixicA93ouwB88sze { width:18rem;height:19.1953125rem;top:5.2109375rem;left:0.9375rem;font-size:1rem;font-family:lato;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OhxxtQ4hMO6VsXqtVIcrBCqyLU4iEhB9 { width:2.25rem;height:2.25rem;top:28.34375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA6vss5XAKw5cFFWGpfvv0OgrLM1K6vi { width:2.125rem;height:2.125rem;top:25.1484375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFQiiX3TWiLqqKBfa23S5AS15EagMmfL { width:1.875rem;height:1.875rem;top:33.4609375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz8LXdkpldPmXTZsCt07rLayhyLzsBV7 { width:1.625rem;height:1.625rem;top:27.2109375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLkgP4FOrTEsfFFcDrZ9eE5hFTBRxRok { width:1.4375rem;height:1.4375rem;top:30.59375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMxn2HoWOknb5Kpf1ISRczdhHkz8U6pE { width:11.5625rem;height:10.125rem;top:25.46875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeZCJRdRTWakuogOwvEHCio1pBAdCGi0 { width:1.6875rem;height:1.6875rem;top:32.03125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhazN57vzv4BhOoIXZzdgeEADZLqlM7p { width:18rem;height:12rem;top:37.2109375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3W6fluK3TSvUGd5aAM3ZP5iKR8BXgM3 { width:9.375rem;height:0.125rem;top:3.5859375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC { display:block; }#knW22pXbtUSiOp7fqGQBXxb8X4Vg5cCC > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN9JxiscCKGHDG659nhhbPG92nFX2TK5 { width:19.6875rem;height:48.9375rem;top:0rem;left:0.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #abrxBZxVlJq5qZVPdRmEy5I5ReDd5keL { width:18rem;height:27.19335rem;top:6.59375rem;left:0.9375rem;font-size:1rem;font-family:lato;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sklUtMHTyGZ5OqTwgdNvCSHpxgkcA5g3 { width:18.5rem;height:2.923825rem;top:1.875rem;left:0.9375rem;font-size:1.125rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #b1RgyoUHJ1bIDZkFeooaDXVnspOEcG9G { width:0.3125rem;height:49.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoQoDeroaSAyPTAQtSVNVDzUK5SZ0ylq { width:9.375rem;height:0.125rem;top:5.046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ginWNTIhzQlWNit0L7gH41BCK88RWNUq { width:13.9375rem;height:12.6875rem;top:34.59765625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6NqkdAovRT3ySWZasGzJAv207PrHqHq { display:block; }#T6NqkdAovRT3ySWZasGzJAv207PrHqHq > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIfQocMKZ03qVfv5xPukVuvxtCp1IN7d { width:19.6875rem;height:50.3125rem;top:0rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z93zgvfyd4wM7TkMETDk7zI8OKboQGIR { width:17.6875rem;height:2.923825rem;top:1.875rem;left:0.9375rem;font-size:1.125rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #pZ2D8HyZh4QTSVLaW1ri4wQViow89zui { width:0.3125rem;height:50.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrb1BR55LTB7VN8lKaAuvVcQoEpOvRHP { width:18rem;height:14.3965rem;top:6.671875rem;left:0.9375rem;font-size:1rem;font-family:lato;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #DRFqWaVVVs1aiCM02yp0w8rhiOidO0SD { width:12.0625rem;height:11rem;top:30.875rem;left:0.4375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #CJ7a8wJhxb0n2V4tAkRqsNc5uhzRVH8G { width:18rem;height:11.9375rem;top:22.943359375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnlRgtJZRi0CA9rKE8esupVw3KPpsgwD { width:18rem;height:11.9375rem;top:36.71875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SueHl88oCLupFy5S7L4PS15kSW5z53TT { width:9.375rem;height:0.125rem;top:5.046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb34265a-7890-462d-b5cf-f1e8622bb21f/Medicoverscena4diverse20961.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD.adaptive-delivery-prevent-bg, #KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD.lazyload, #KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD.lazyloading { background-image: none; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row .container { background-color: transparent; background-image: none; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(185,135,155,0.57); }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row .container > .video-iframe-container { display: none; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(185,135,155,0.57); }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row > .video-iframe-container { display: none; }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .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); }#KqwT3HXbVqU488fo4L0vaxTvO4AEFGtD > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuKwqE9VOXbaJEXwczTQO5EbPWXT63t6 { width:20rem;height:2.1933625rem;top:1.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvIQSF406QJd0WSeCebicaK8s2uTMyLI { width:20rem;height:12.375rem;top:0rem;left:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(15,83,156,0.77), rgba(202,125,154,0.37));background-image: -moz-linear-gradient(180deg, rgba(15,83,156,0.77), rgba(202,125,154,0.37));background-image: -ms-linear-gradient(180deg, rgba(15,83,156,0.77), rgba(202,125,154,0.37));background-image: -o-linear-gradient(180deg, rgba(15,83,156,0.77), rgba(202,125,154,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539cc4', endColorstr='#ca7d9a5e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539cc4', endColorstr='#ca7d9a5e' );";background-image: linear-gradient(180deg, rgba(15,83,156,0.77), rgba(202,125,154,0.37));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET .widget-text.counter-number { padding-top:0.4rem;padding-right:0.3625rem;padding-bottom:0.4rem;padding-left:0.3625rem;width:2.17625rem;min-width:2.17625rem;height:2.15rem;font-size:1.599375rem;line-height:34.4px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.069375rem solid #ffffff;border-right:0.07125rem solid #ffffff;border-bottom:0.069375rem solid #ffffff;border-left:0.07125rem solid #ffffff; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.901875rem;height:0.849375rem;font-size:0.6rem;line-height:13.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SSSDzge5gqydu3cbv1kZQuoKWQJWGBET { width:16.1875rem;height:4.188125rem;display:flex;top:5rem;left:1.8525390625rem;z-index:15003;padding-top:0.05rem;padding-right:0.051875rem;padding-bottom:0.05rem;padding-left:0.051875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #atxTaapCvcicdKnfFl25dM3PQdiH2lPG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #eWrvMpsZOmlHkPwQFyRx9yrp6kdLgV8h {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #ReGUAnFFgaN1QG3qnDyNR84JkcMbRpQW {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #UR09SdLWtcBGwwauXGosNvw3D2g1607B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #s4PTGUT37SUgXDRw7H48keN1oGHRi7Gc {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #fVX3kaHG0naRU6JaTQumaQAiIynQuScK {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #TNWN299LaTwLxUcttfPOlEtQzlzBxClt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #w1e5day9CCmUAE987LzaE98rQLVu9VSJ {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #OqDNaPZ0h9zTq8iwCwKMXHzUudTThm58 {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #hFhWW0pyCbEkL7tcbzo9XuUA4p2yRVoP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #TP42bO61ZlWQB0oDz1tphflld5MfaHOn {  }
 }@media only screen and (max-width: 763px) { #SSSDzge5gqydu3cbv1kZQuoKWQJWGBET #XNUbvOs4APGPfnB7wHdAT0DTaIgqGO42 {  }
 }@media only screen and (max-width: 763px) { #bNAPcHF2lS7LL2E9imOPrCfayQVma34i { width:18.125rem;height:3.75rem;top:10.4375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMyRRLZ9NzLEPIZrsvVihJTE7nsnl0GZ { display:block; }
 }@media only screen and (max-width: 763px) { #pTGpOlB1Xk2SWI8mfxkmfQkaV6NnQqP4 { width:18.125rem;height:3.75rem;top:10.5625rem;left:0.9375rem;z-index:15019;background-color:#0f539c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dsekHDNVMQRxL16tczDgOQ4webUAEDz1 { display:block; }
 }@media only screen and (max-width: 763px) { #BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW { display:block; }#BVhPTeUygwRyl2aNaApVZcPKhtcP9fmW > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlk8dT4S2qMhNMlzcX1zvVJ3y7GFA0VL { width:20rem;height:6.5rem;top:4.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46lwk3EAaQf5wZoNx6sff2McfR2D7FR { width:20rem;height:19.1953rem;top:13.1875rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a { display:block; }#sSaI5roqQGWFtMRq9EXcyLTtbBicxS3a > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw { display:block; }#iBv2IQz77Wg6CwRSDEaJIgc7WUEpXxhw > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTyQArry5o8aEQE3vkgPcJyUazMZIgFy { width:20rem;height:0;top:72.791015625rem;left:0rem;font-size:1.125rem;font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #bcJNd3nCyXQ2ar2LltZFRNmqG50qMh7Q { width:16.5625rem;height:0;top:87.4033203125rem;left:1.71875rem;font-size:0.875rem;font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #E9bqdWhqlVx8obZRUaHcBM7OhSp3QGGT { display:flex;width:1.5625rem;height:1.5625rem;top:90.5625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSnGRs7akghT3zTyUTdQR07KTi6l3TFE { display:flex;width:1.5625rem;height:1.5625rem;top:76.7158203125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EqELwzIF4KPC3luIqMVvUTq12OWSquPy { width:11.5rem;height:2.5rem;top:101.9375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVOUgQ1LS1VHXbvyIXirMQxzTzRaWPVd { display:block; }
 }@media only screen and (max-width: 763px) { #NO7uxbRxs1dqQ9f17yfof8K8deF9fABq { width:16.5625rem;height:0;top:85.6103515625rem;left:2.90625rem;font-size:0.875rem;font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #RTVbg7M0rH7LBsT6PIKmrQ6mi6VM6DiW { display:flex;width:1.5625rem;height:1.5625rem;top:108.0625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvWQezgVfuBtdzgRHhFhsJvT7SyptCKX { display:flex;width:1.5625rem;height:1.5625rem;top:76.7158203125rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUXXscExr80MGTWbUg892RGrtqAdVdUk { width:1.8125rem;height:1.8125rem;top:84.703125rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCQVMwWpSJ774W0homfCt3P7EdBghbrE { width:9.125rem;height:0;top:83.4033203125rem;left:0rem;font-size:1rem;font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #l5BT8l3ow8sJZpMw8ITOcEzfVZBFP6eI { width:12.25rem;height:0;top:82.103515625rem;left:3.875rem;font-size:1rem;font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #JpD7dG323vxxiB9W14knLnhTgg0GP053 { width:12.125rem;height:0;top:87.4033203125rem;left:3.9375rem;font-size:1rem;font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #SwIWQBBXHMUQovOauox6ss7CJTiiMV5J { width:3.625rem;height:1.8125rem;top:76.5908203125rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gk6Zcbpz4eCMmmM4Uu0nlMb1cV7zfwGa { width:3.1875rem;height:1.8125rem;top:75.3408203125rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a038so5OwQHxgQ8S031TdrGSZ9yzMMyr { width:9.125rem;height:0;top:71.4912109375rem;left:5.4375rem;font-size:1rem;font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #dNmJk3TavQTrvpL1wTZiOFyRuKg01WpU { width:12.25rem;height:0;top:92.125rem;left:3.25rem;font-size:1rem;font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #a3sq4HJnzT5GwX1XXh0GGC3oEA3Cqw9a { width:7.1875rem;height:0;top:74.541015625rem;left:7.4375rem;font-size:1rem;font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #CvJyDeaEVpvtqT56x17QIz5ExR773GVf { display:flex;width:1.5625rem;height:1.5625rem;top:84.5908234375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbVUM3kR4XzkQFFTCTwU4ai3w9XskFUc { width:16.5625rem;height:0;top:79.4033234375rem;left:1.6875rem;font-size:0.875rem;font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #Zi3iA7cfiQ3oi1oUKd0ZvJFzrXiTnZCJ { display:flex;width:1.5625rem;height:1.5625rem;top:76.5908234375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzQSJwE69UhhFRkITmSmOylgHqpcXtSP { width:20rem;height:3.25rem;top:9.939453125rem;left:0rem;font-size:1.25rem;font-family:lato;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDcOxrouDT9SqHDVBEfdQsfEuaJhaJST { width:8.3125rem;height:1.4619125rem;top:14.75rem;left:2.5rem;font-size:1.125rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #B77OBkKtSWkzsRmyIbzR4TTXsirDmn7a { width:11.25rem;height:1.4619125rem;top:14.75rem;left:7.0625rem;font-size:1.125rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #mtXC9ty7tKe12Z9i1fDU3uzbhz4ZnSCc { display:flex;width:1.8125rem;height:1.8125rem;top:14.5625rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #hTuEqFFsRsITS6bUM75C2dzU4TnuN5El { width:10.875rem;height:6.5625rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUTXeuoP2uQkm8AT04JPp5eKcLOkKKte { width:13.8125rem;height:1.4619125rem;top:17.15625rem;left:4.34375rem;font-size:1.125rem;font-family:lato;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dbcMFdsp23iCZTJMZOmWnh3smf8zzZec { display:flex;width:1.8125rem;height:1.8125rem;top:16.98046875rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA .widget-text.counter-number { padding-top:0.416875rem;padding-right:0.3675rem;padding-bottom:0.416875rem;padding-left:0.3675rem;width:2.20375rem;min-width:2.20375rem;height:2.239375rem;font-size:1.666875rem;line-height:35.83px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.260625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.938125rem;height:0.885625rem;font-size:0.625rem;line-height:14.17px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3e0ItpSgkkn8g7rT51wpNhlMISixfQA { display:flex;width:15.0625rem;height:4.1875rem;top:20.9296875rem;left:2.021484375rem;padding-top:0.41625rem;padding-right:0.445625rem;padding-bottom:0.41625rem;padding-left:0.445625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #RLzDen9i8WKw7CHNb1LgqWTqDQV14GEU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #tVTVQ9i6yMWMQ6LN2ToBTfxCsGTowCs2 {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #NbXPuyc70UccyITJqyEAxrb5JNtZyEc1 {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #bW36Rk0ZvBTVPOtrShvbnCAsN4K40q1L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #GVClXr6TpZcOiTVoolHtsBGoMgWMUInS {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #LLoyQ153KhWf83H8zrqZXzrx3qpTi6kz {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #nPJCKbH4n185Rn447P1D8g0ieqZkiOer { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #z61XtrNk55Uq2IpaSJOIorrTdVk7J7lf {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #iHn1xaI4JNW2U6h9dEUwbTiOBFmlFT6b {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #vsNtGvkz6nd1gUMW1L3ZFHTLrykski7E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #sqM6PzleiBtmDL09gsyiIa4CzMEr04uH {  }
 }@media only screen and (max-width: 763px) { #R3e0ItpSgkkn8g7rT51wpNhlMISixfQA #nqPZMc1zD5Z4xWiNRTZwHyK8xrFbXuwv {  }
 }@media only screen and (max-width: 763px) { #wK58Jnpa0J9sh5NDtF1dqOhTKqtITJoy { display:none; }#wK58Jnpa0J9sh5NDtF1dqOhTKqtITJoy > .row .container { width:20rem;height:34.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B887u8PcZEkRCpEAfLzUySDSr9U2Zr1B { width:18.8125rem;height:1.4619125rem;top:1.8515625rem;left:0.59375rem;font-size:1.125rem;font-family:lato;color:#ffffff;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .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;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.5rem; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-text {padding-top: 0; padding-bottom: 0;}#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-select {padding-top: 0; padding-bottom: 0;}#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.0625rem; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;color:#ffffff; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC  { width:17.5rem;height:auto;top:2.9306640625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15008;background-color:transparent;background-image:none; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC .widget-info-text { color:#ffffff; }
#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC {display:block;}#eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC { width:17.5rem;height:auto;top:2.9306640625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15008;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #wLa9hSVtkTnUgIoIqGiO622kJcSgwE97 {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #Wzh4KAAsNXGtIfCirwnELkuTDp5bfsRA { display:none; }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #RqcS29mVwVKrqir8MFLgoU8fpiKSGOd0 {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #IxOeGKrX7JwqzNJo5iRZ5XzeCI5qXzTI {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #vDcylubokR2L1AcrePHDCnAtI64TLl89 { display:none; }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #MGF99kb21G2fMqchIJG9piQA6BPertn2 {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #seLGi79nbAeSaIWyiDD2hxVEbdBBt1PP {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #zTxsefRmgtd8ePJcugmal8TGxpbH9Q2r { display:none; }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #fDF0q9LeT7ma1UDDQnDwFaEDSuN8feTs {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #IE46tpHHGCPSCuOA5ganwEPnxQD3JLsx {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #ziKHigL79JslKJ14rAzhgSllzQklt143 {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #DilpNWUxe5CSvJpqFQNaBw3CXFeDTU7J {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #y49E8Ealldnvt1SLRc7LfpZkA5Ai4kPf {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #K2KKlfxX3Zy4CW8f6Te9Ks4TSABq0qNh {  }
 }@media only screen and (max-width: 763px) { #pbPZRT9RDRTHxgNtHntagbItLL3qbC7e { display:block; }
 }@media only screen and (max-width: 763px) { #fGqk5fxCxrpXJBzGIPHxlPusfQbegq8k { display:block; }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #tGGpPBdmRqbpGF0t6LT9Q68wKPlRbwT8 {  }
 }@media only screen and (max-width: 763px) { #eLXVdEOLSaDlqO29vClPgCrXgHHA3bvC #hky00ULcCKbaZ664Bm9ZZLdvsR9eGkkf {  }
 }@media only screen and (max-width: 763px) { #rBRwph3x2cWPD4C89F4CIW0T8QN49orT { width:20rem;height:28.1875rem;top:0rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #J2U2QMascbuNqmynwmRywEGTiVpiuJXb { display:block; }#J2U2QMascbuNqmynwmRywEGTiVpiuJXb > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dS5KIbvEfiJFo1ecOcmORIa1wIdNuFgA { width:20rem;height:1.4619125rem;top:0rem;left:0rem;font-size:1.125rem;font-family:lato;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #wIc5KyUIiokn3TEFLIDRXPw1mRAvZ9i9 { display:flex;width:1.5625rem;height:1.5625rem;top:5.125rem;left:0rem;z-index:15054; }
 }@media only screen and (max-width: 763px) { #lxKaBlWwsSo213SfJJu9UWdR0W4lRwKT { display:flex;width:1.5625rem;height:1.5625rem;top:22rem;left:0rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #K7V6JXo3mukJ6T9P7JWT0bWbrxtNMfwf { width:9.125rem;height:1.29980625rem;top:3.5625rem;left:4.625rem;font-size:1rem;font-family:lato;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #AeEJrlsTKERFWeuGr6KFTgZrGoa10bkt { width:7.1875rem;height:1.29980625rem;top:11.375rem;left:5.9375rem;font-size:1rem;font-family:lato;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #K4qCDsOEJQBVFOIkMMTGOhO8fQOROBLd { width:16.875rem;height:3.9375rem;top:13.8125rem;left:1.5625rem;font-size:0.875rem;font-family:lato;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #ZQfS6GBS9htrXiaokyA47aU8wmAZREXT { width:12.25rem;height:1.29980625rem;top:20.4375rem;left:3.875rem;font-size:1rem;font-family:lato;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #eGSUOwXUMTpwkgQ0tPZHlFxtN5GcP1Nc { width:9.125rem;height:1.29980625rem;top:3.5625rem;left:6.25rem;font-size:1rem;font-family:lato;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #WLzGC1S6PUdLUnQ4dmq24LaAprep7vsc { display:flex;width:1.5625rem;height:1.5625rem;top:12.9375rem;left:0rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #xccwvpg96T69yuTcvTxJ9WO2uER4n68b { width:1.8125rem;height:1.8125rem;top:3.3125rem;left:8.1875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #OTJkUuplIdR5TvnPSNEv7NsNL66ZM7Ah { width:3.1875rem;height:1.8125rem;top:20.1875rem;left:4.25rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #BCyVxbIsRe0vJUhew9zucyIZ9tI1UWW5 { display:flex;width:1.5625rem;height:1.5625rem;top:17.0625rem;left:18.4375rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #tSGIJrCDR8IqCbTnaXv2G1TscVZiHBtf { width:16.875rem;height:2.625rem;top:22.875rem;left:1.5625rem;font-size:0.875rem;font-family:lato;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #DTFunHqtLSoexWtAq9cXtesPzdxtDI9c { width:16.875rem;height:2.625rem;top:6rem;left:1.5625rem;font-size:0.875rem;font-family:lato;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #pDJSnmthONqJs9NmIdlQ6S3OvCEyy3Pe { width:12.125rem;height:1.29980625rem;top:11.375rem;left:3.5625rem;font-size:1rem;font-family:lato;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #dqQIrfL1riI51MqyGLsbHAtn72IkoWi3 { width:4.625rem;height:1.29980625rem;top:20.4375rem;left:4.875rem;font-size:1rem;font-family:lato;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #otcoMnJGPWoLVOsF72qmvZRu45CoXCtA { width:11.5rem;height:2.5rem;top:27.5625rem;left:4.25rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #AXSgVA3mWdwOGXwU4tHxJQgpXhTv4A9U { display:block; }
 }@media only screen and (max-width: 763px) { #MeTgxL9GrdxuXyQImnU2AEC63EA8Fq8y { width:3.625rem;height:1.8125rem;top:11.125rem;left:5.375rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #x6QiIoiQTNt1qdJEg7CIXENDNE36GZw8 { display:flex;width:1.5625rem;height:1.5625rem;top:8rem;left:18.4375rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #vo62bEJqukPTq311GDTre4PGqIQ6FChm { display:flex;width:1.5625rem;height:1.5625rem;top:25.0625rem;left:18.4375rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(180deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(180deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(180deg, #0f539c, #ca7d9a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row .container { background-color: transparent; background-image: none; }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row .container > .video-iframe-container { display: none; }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row > .video-iframe-container { display: none; }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .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); }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row .container { border-width: 0; border-radius: 0; }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNGIZL6bz94IpD9fTm7BJS5f26T6H1MU > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKBmSAqL7olRwaPT2IAASr3knF9lZq48 { width:9.0625rem;height:0.89355625rem;top:7.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TirbAfPgBIEJhVCGd0u6tqJOe7AU1dAT { width:12.875rem;height:1.7871125rem;top:10.125rem;left:3.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orI2JBhHruL4CnIUhOoXpwmFl7NMvyBy { width:2.875rem;height:0.89355625rem;top:7.5rem;left:9.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdSTNFWbTRZZ0AWNO7rTf0AKT5lVuJXQ { width:7.5625rem;height:0.89355625rem;top:7.5rem;left:12.4375rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #l0W9tFpJTE2wDOAK72wcTPMAcwBIGNrL { width:5.5rem;height:3.4375rem;top:2rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdncvqmhLyNi3copTHhrdlK3TPJFtVOB { width:3.6875rem;height:3.625rem;top:1.90625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkWyV3XTmOAIL7qZEUuICd50Z2HzqQGB { width:18.75rem;height:0.125rem;top:13.1621125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkF0WRGD1ykizd6LXpt8BT8bgQRNPXWy { width:18.75rem;height:0.125rem;top:1.287109375rem;left:0.625rem;display:none; }
 }