.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,237,217;--color-primary-1:255,225,108;--color-primary-2:253,166,63;--color-primary-3:255,240,31;--color-primary-4:51,33,13;--color-secondary-0:178,230,255;--color-secondary-1:157,216,253;--color-secondary-2:0,151,255;--color-secondary-3:8,76,124;--color-secondary-4:14,66,117;--color-tertiary-0:218,228,235;--color-tertiary-1:132,166,190;--color-tertiary-2:8,76,124;--color-tertiary-3:4,38,62;--color-tertiary-4:1,11,19;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-2),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); }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/2f553fc8-50c5-40dd-a400-fddb16288f68/youngdoctorwearingstethoscopeandbadgeinhosp20250603145941utc.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs.adaptive-delivery-prevent-bg, #XilTuboi3KLzCNU3bX7TiGSPKApocaGs.lazyload, #XilTuboi3KLzCNU3bX7TiGSPKApocaGs.lazyloading { background-image: none; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row .container { background-color: transparent; background-image: none; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row .container > .video-iframe-container { display: none; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row > .video-iframe-container { display: none; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .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); }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row .container { border-width: 0; border-radius: 0; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row .container { font-size:0.875rem;font-family:arial;height:72.0625rem;width:60rem;position:relative;display:block; }#yFiSDDwQsJfBs8SXQcEp4IASSysdfQT0 { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.8120125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.52587890625rem;left:35.625rem;display:block; }
#wurdN7elW3wVVe8nMNiXrB8pBcWaw1lR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JkXJfQyThTPBNSbnZSaLafVuSr6tSgF1 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:12.5625rem;top:1.4990234375rem;left:1.436767578125rem;overflow:hidden;display:block; }
#UpXmaLINIQXGSTzcD1tunLlcdwf83yzu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:13.624267578125rem;left:35rem;overflow:hidden;display:block; }
#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 { 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; }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 > .row .container { background-color: transparent; background-image: none; }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 > .row .container > .video-iframe-container { display: none; }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 > .row > .video-iframe-container { display: none; }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 > .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); }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 > .row .container { border-width: 0; border-radius: 0; }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#Ul5UQVOLWLW12UuJ2TWFM1CimFZxDriw { color:rgba(var(--color-tertiary-2),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1132841110229rem;left:3.3125rem;height:3.16731875rem;font-style:normal;display:block; }
#I9LTEcov0iUlbMI9eFRxrqMNtkm6Dhbl { background-color:rgba(var(--color-secondary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.934875rem;height:3.1237rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.75rem;left:30.625rem;display:block; }
#wvZxi3Easm6EtCeDUqgfa9bzT40HqBCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQK1Mx8KmLPpI1GAPZMVuaP3DzFbBxnL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(var(--color-secondary-3),1) ;height:28.0625rem;width:24.375rem;top:3.375rem;left:30.779296875rem;overflow:hidden;display:block; }
#R6owVMnSie0bLBhzR9FcNa7oMEvxTv2r { box-sizing:content-box;height:30.8125rem;width:43.6875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:6.375rem;left:3.3125rem;display:block; }
#ryX6l73FibBCL4LPmfJACJ59IcnGevy3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34rem;left:28.4375rem; }
#fhU4xgwu0NILoJsmggr2NrqN5PlcQUOy { color:rgba(var(--color-tertiary-2),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.889323234558rem;left:5.65625rem;height:5.2rem;display:block; }
#rNW8749qKnRtXUWymOQxOqLs5OsVggE8 { box-sizing:content-box;height:5.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.957032203674rem;left:5.01953125rem;display:block; }
#r5BbRQ7RJ2KEJAmzozpPBbNtkpTZ9sIk { color:rgba(var(--color-tertiary-2),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:25.013671875rem;left:4.5rem;height:7.7995rem;display:block; }
#Knft3ypIBycBqOb3FTAOoI6V9INRbVrz { color:rgba(var(--color-tertiary-2),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9rem;left:4.5rem;height:5.19965625rem;display:block; }
#QrFuscGvJklLMFRWPiCoGM8oC9teAp0P { 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; }#QrFuscGvJklLMFRWPiCoGM8oC9teAp0P > .row .container { background-color: transparent; background-image: none; }#QrFuscGvJklLMFRWPiCoGM8oC9teAp0P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrFuscGvJklLMFRWPiCoGM8oC9teAp0P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrFuscGvJklLMFRWPiCoGM8oC9teAp0P > .row .container > .video-iframe-container { display: none; }#QrFuscGvJklLMFRWPiCoGM8oC9teAp0P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrFuscGvJklLMFRWPiCoGM8oC9teAp0P > .row > .video-iframe-container { display: none; }#QrFuscGvJklLMFRWPiCoGM8oC9teAp0P > .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); }#QrFuscGvJklLMFRWPiCoGM8oC9teAp0P > .row .container { border-width: 0; border-radius: 0; }#QrFuscGvJklLMFRWPiCoGM8oC9teAp0P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrFuscGvJklLMFRWPiCoGM8oC9teAp0P > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#u0SnUrT3TlTs2VfIVgnHwXBoE0Wy8Ng0 { position:absolute;display:block;z-index:15003;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:21.8125rem;left:0rem;display:block; }
#mTMDDisb0PHuB1TLUBkdfSqgBNcFuPuk { position:absolute;display:block;z-index:15009;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:21.8125rem;left:15.5rem;display:block; }
#DE1yILudpEBrECARJCxrOGA4yzgXQ3t3 { position:absolute;display:block;z-index:15015;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:21.8125rem;left:30.5rem;display:block; }
#IG9oyTl0KT49IXFIDxvRx0MvB9Xn44oG { position:absolute;display:block;z-index:15021;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:21.8125rem;left:45.4375rem;display:block; }
#ZXqi78GbQ5SxIVNBAVtDdwf0IQDim5HO { color:rgba(var(--color-tertiary-2),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10.76171875rem;left:46.4375rem;height:2.92318125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#spH5EmQqmQwdZDbWKLvkzxdbJb0JucBh { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:7.875rem;left:15.5rem;display:block; }
#R6QFsPSemT60b5cac5z1BK64ZSMPPVX5 { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:7.875rem;left:0rem;display:block; }
#X5v2ti31FPZkmTJWmVsbGvLVVHnzGRTT { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:7.875rem;left:30.4375rem;display:block; }
#dxQe64R4uLsX5Jrtrzb37q1BATzyTm6k { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:7.875rem;left:45.5rem;display:block; }
#poAwUtkk7ft17EwiNiOrSGQ9eu4PdRBy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:14.625rem;left:5.1875rem;display:block; }
#DTQ0tAi3JSJ6RRKOVECtiTdz2bhbMmPS { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.125rem;width:1.125rem;top:16rem;left:23.625rem;display:block; }
#mrcQnbSVg0MQroEK7wdrqkhXfItwz4l2 { position:absolute;display:block;z-index:15023;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2rem;width:2rem;top:15.875rem;left:37.625rem;display:block; }
#erlnHW7x4veRtMTtsRICmAZc1L0s4ykV { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.5rem;width:1.5rem;top:14.5625rem;left:50.6875rem;display:block; }
#ei0VE34Rw9k4bzvaUXPUNoovnOxmC1km { position:absolute;display:block;z-index:15026;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:16.25rem;left:7.6875rem;display:block; }
#U9q3qZZ7tkzugIApHXwDBz2ovsZEGWkA { position:absolute;display:block;z-index:15028;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.4375rem;top:15.125rem;left:21.1875rem;display:block; }
#nNdCKxaARbW0fXQAdR3Rd915A4mW9N4o { position:absolute;display:block;z-index:15030;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:14.375rem;left:36.0625rem;display:block; }
#h62xDqyEZUNnHcs81eB9bMM8LKJUfhD6 { position:absolute;display:block;z-index:15031;background-color:#ff5335;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:15.5rem;left:54rem;display:block; }
#qMUnPKrVP7E8t78LyPcmv2gz0zCDazoL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:14.625rem;left:5.875rem; }
#FwWTvqEDaPT89HghMxERkq4N7OS83pVz { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:14.8125rem;left:36.5rem; }
#qv0ofcFzTdap0fpHb7IhUfFz9334ZU43 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:14.3125rem;left:51.4375rem; }
#ATpR8rAtT8yBif0L4qzfiQ2IEK18z3BI { color:rgba(var(--color-tertiary-2),1);display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:7.625rem;height:3.16731875rem;font-style:normal;display:block; }
#mLqkGTgKsxu3qiDGUTSapwtJkO7uGlIp { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.275390625rem;left:1.8125rem;height:2.92318125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gAuUqU4fCXMhdpqKHi1lkv7OztzlHZM8 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.76171875rem;left:31.8125rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n19lEEsb7P8izWFsT5i7Z8QNVt61UCTT { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.76171875rem;left:16.8125rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n9iJEaE8S0TDRs8pKOoBO5vlhAtr3Fox { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:14.625rem;left:21.6875rem; }
#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container { background-color: transparent; background-image: none; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container > .video-iframe-container { display: none; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row > .video-iframe-container { display: none; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .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); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container { border-width: 0; border-radius: 0; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;position:relative;display:block; }#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-form-header { font-size:0.875rem; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#ffffff;width:29.375rem;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; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .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 #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:29.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .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 #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:29.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.375rem;box-sizing:border-box;height:2.5rem;color:#d6d4d4;font-family:arial;font-size:0.875rem;overflow:hidden;text-align:justify;text-align-last:initial;vertical-align:top; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .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; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid rgba(var(--color-primary-1),1);border-left:0.1875rem solid rgba(var(--color-primary-1),1);border-right:0.1875rem solid rgba(var(--color-primary-1),1);border-bottom:0.1875rem solid rgba(var(--color-primary-1),1);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.25rem;font-weight:bold;color:rgba(var(--color-secondary-3),1);width:29.375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:28.125rem;overflow:hidden;font-style:normal;float:none; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .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; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-container:first-of-type{padding-top:0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-container:last-of-type{padding-bottom:0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV  { background-color:rgba(var(--color-tertiary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.8359375rem;left:26.655818939209rem;font-size:0.875rem; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.375rem;display:block;vertical-align:top; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV {display:block;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV { background-color:rgba(var(--color-tertiary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.8359375rem;left:26.655818939209rem;font-size:0.875rem; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #u0Zkz66TH14oe2CrP6pddynyx17mGdio { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #xPpK8SfdWbMmweE6NR5URuS0A3IxMU1T { position:relative;display:block; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #mgbpEef3QhzLNu5MO81DgFkVQLTILJcd { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #yOV4n8K2tD6UfRpzKLiu0Xr8uqEEClre { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #EFFDdJykT8mkNXz92JQkkx4Wm8dTHT5a { position:relative;display:block; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #NPqp2g8IQ9GeD6GyJTADGD7I0yaRKXx4 { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #pKEWlKLfgRVg9MZIfhnhDLrWX4eQZgbX { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #usAk8xMvPGIsrnb8EiD5Ll9wfQzKlH8P { position:relative;display:block; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #MhCTz4QcGNXiugnOslf0LKLqvOfItHdu { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #JkLxxZbsezdTuy3xKGuE2wiS86i3dAy7 { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #IJfWOZOehFfTgN7TxqS7SfPNlZWITgqq { position:relative;z-index:2; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #cILANiLcFtzQhHK0sAbrJyqBD8MuMtGH { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #CfbiGqG9Q1X2Bbt70HyK1RWU4MkvPkwa { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #dLsxV1s0q0lBbM2FT8QITlnCNwffBIIy { position:relative;z-index:2; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #W9biSmJUKJJbLKnbr9yNseGFUJOnilGL { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #I1wT8z0vSB9dkS6kxlz5RzJF2o98BhLw { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #TLgLlw1LoXFp4MlOwkn4sqaiuh7M8MXU { position:relative;z-index:2; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #zSH72ZV1b74GCTCRESeDeT6sxqC4gKuO { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #qx48SW6zCEnZ0L5A3inp7kPmL4UNcdAP { position:relative; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #PIel9xNhrb5RLNVoXJmXXuEBS8a1UwP4 { position:relative; }
#FTJPOTT8T4i1sy8ZRTFWBOodzQR7UZTP { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.56201171875rem;left:1.24951171875rem;height:3.16731875rem;font-style:normal;display:block; }
#muKtQqFr7QcThMtuqcOyr8VqUbNwixfa { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:1.2486991882324rem;height:2.51875rem;font-style:normal;display:block; }
#q3OJ6kx7SfRJ4wZinUs0dNurxp4Pv9Eo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:24.0625rem;top:8.0751953125rem;left:1.2490234375rem;overflow:hidden;display:block; }
#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr { 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; }#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr > .row .container { background-color: transparent; background-image: none; }#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr > .row .container > .video-iframe-container { display: none; }#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr > .row > .video-iframe-container { display: none; }#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr > .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); }#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr > .row .container { border-width: 0; border-radius: 0; }#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr > .row .container { font-size:0.875rem;font-family:arial;height:82.75rem;width:60rem;position:relative;display:block; }#lbLffp6sGOQmKNosetkKwhOixbeWZKKe { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.1220703125rem;left:2.619140625rem;height:3.25rem;font-style:normal;display:block; }
#pPF4zDl3wvG382hXZBTgF0KtbANrUT8D { color:rgba(var(--color-tertiary-2),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.73828125rem;left:2.619140625rem;height:10.3993125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nRkgXWET3NnieAe16IHQmThDmBlon6JW { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:41.630859375rem;left:33.2177734375rem;height:9.099375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HClmxgWvoBMn3VQEON3any87Hh0d0Srs { color:rgba(var(--color-tertiary-2),1);display:block;width:10.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:36.5625rem;left:7.53125rem;height:;font-style:normal;display:block; }
#h9rgmzo8LowRSu9GSopdFcpm5zvRsJpX { color:rgba(var(--color-tertiary-2),1);display:block;width:52.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.078125rem;left:7.625rem;height:3.65625rem;font-style:normal;display:block; }
#syEvWzlNaG3eDdHPnkw4uRXvLDlgRaJU { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:4.546875rem;left:26.9365234375rem;display:block; }
#ypJbq1yoDe9lS0dIFLgtMDHxMvVAkV7Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:79.6259765625rem;left:28.4375rem; }
#aGs5D3oODkKFWCMBdwIsgHlooJux1ZgT { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.1220703125rem;left:33.2177734375rem;height:3.25rem;font-style:normal;display:block; }
#XeOqr4K2fPsFr2iX77e72cU11nu1UbOO { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:21.73828125rem;left:33.2177734375rem;height:10.3993125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nn1kORSEvcw9NaTKaFkDT7NkHZPwNiBP { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.880859375rem;left:33.2177734375rem;height:3.25rem;font-style:normal;display:block; }
#AAUKNHWtok2G7G4htdPswA5BOzEUQU6U { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:41.630859375rem;left:2.619140625rem;height:10.3993125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TdHUCfpuq5R8gIg37e1evSDW5pHNKDVe { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.880859375rem;left:2.619140625rem;height:3.25rem;font-style:normal;display:block; }
#bTI64XgcdkK5y9AE1TZBWaHiCggpCM1L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.43115234375rem;left:9.837890625rem; }
#w4OPO2W1346W0gaWHxvygENdkTl3XJxC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.4365rem;width:7.4365rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.9990234375rem;left:39.685546875rem; }
#LctQ8bMWZ8v7legXgdhgcZzLpuH3Qh5w { box-sizing:content-box;height:78.75rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.9);background-image:none;top:0rem;left:0rem;display:block; }
#QxyTP3IzdTzGxuV2LxkmoW9Jf37RScQy { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:56.0625rem;left:2.619140625rem;height:3.25rem;font-style:normal;display:block; }
#pIXXs0P15wTtambsEnbT1hHfATKv2Kq6 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:61.3623046875rem;left:2.619140625rem;height:14.2990625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AINF6fskP9VJtgcPtu4pWKnXTW432mnM { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;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:56.0625rem;left:33.2177734375rem;height:3.25rem;font-style:normal;display:block; }
#ZnxLnniK2C51eR9mKVieE4ioLFoiUwsL { color:rgba(var(--color-tertiary-2),1);display:block;width:22.371125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:61.36328125rem;left:33.34375rem;height:11.699225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E3PctN9vavkcq1A4Qx5QIkSfJP4J5VDx { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:19.9375rem;left:2.619140625rem;display:block; }
#Rp5dHKBG4VRQ3Jag0DRxmynX6EX2TSyQ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:19.9375rem;left:33.2177734375rem;display:block; }
#ofldRr8OcaV3i8UJJgeqU0y73QtCwKnK { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:39.8125rem;left:2.619140625rem;display:block; }
#d9uQz0SPJCoHNeVemim5y7Z6bW9bSvNR { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:39.8125rem;left:33.2177734375rem;display:block; }
#anlSoETC6roxaErGat0nBE0zEHHrfbHt { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:60.25rem;left:2.619140625rem;display:block; }
#lxtUZ3497alVXvuUMcbqhLwMUms6rpPN { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:60.25rem;left:33.34375rem;display:block; }
#KeUfJiEXAUrFkTo3iZrwdAQkOMgE2u0u { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:19.5625rem;top:79.873701095581rem;left:20.21875rem;display:block; }
#mxgOSEHbQK0V2aODMiiyPCOiVrfZrexJ { position:absolute;display:block;z-index:15020;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.8125rem;width:5.8125rem;top:0rem;left:1.78125rem;overflow:hidden;display:block; }
#CpTKkpDAofCmXAoHeu2Bri0veucpirWf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf > .row .container { background-color: transparent; background-image: none; }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf > .row .container > .video-iframe-container { display: none; }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf > .row > .video-iframe-container { display: none; }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf > .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); }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf > .row .container { border-width: 0; border-radius: 0; }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#ABzSpmDd0mNAVBe9TbnrrSsQ5mfPyU4E { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.15625rem;left:30.4677734375rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d5d2ygV3wndC6As3EKl2FwlHEUhNgrni { color:rgba(var(--color-tertiary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.875;letter-spacing:0;top:8.5078125rem;left:26.625rem;height:13.7109375rem;font-style:normal;display:block; }
#S4ePczrhu9SC5RhH8zCsOrBNeLWIqr1G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:22.8125rem;top:6.46875rem;left:1.08203125rem;overflow:hidden;display:block; }
#bqzhIa9KTQhISmkpfSwntBSbBhUaTFcm { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:4.74805rem;width:4.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:24.28125rem;left:25.78125rem; }
#BeMboL22XVpT6atBazdQkdQnDIo0eLXX { color:rgba(var(--color-tertiary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.875;letter-spacing:0;top:24.37109375rem;left:31.25rem;height:4.5703125rem;font-style:normal;display:block; }
#t0ZT2hKpZNFnNRsKPS1eBRlDZhE1uanS { box-sizing:content-box;height:33.5rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.9);background-image:none;top:1.47021484375rem;left:118.578125rem;display:block; }
#DMZxd4yXFMOHqXX9E8hqNU5TDGmGf21w { color:rgba(var(--color-tertiary-2),1);display:block;width:25.746125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.875;letter-spacing:0;top:30.8125rem;left:31.25rem;height:1.4051625rem;font-style:normal;display:block; }
#EgHZ6yo2QV8TxgPlEwtTfkQBncL9qCQB { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.248698125rem;width:4.6875rem;top:33.40234375rem;left:2.9375rem;display:block; }
#TTzwob9vFFv8yHNmuJkDgCKe67P3ZrKp { box-sizing:content-box;height:33rem;width:34.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:4.4375rem;left:21.53125rem;box-shadow: 0.0625rem 0.0625rem 3.5625rem #f4f4f4 ;display:block; }
#eUluUUmSoDFLTxwoVHXsNEIGuZOeoa5O { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:8.125rem;top:32.7783203125rem;left:36.1875rem;overflow:hidden;display:block; }
#wGNxzuIOyGTCl3DDqQT9m5NvhyB17avW { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:9.5625rem;top:33.0908203125rem;left:45.4375rem;overflow:hidden;display:block; }
#RBLEqbNrMfSpnoXQTsmXxdIErKm2u692 { position:absolute;display:block;z-index:15021;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.125rem;width:12.375rem;top:32.8095703125rem;left:23.8125rem;overflow:hidden;display:block; }
#z4mWOw8MbQfCe0a4VsECc9yJ3F7fL8H3 { 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: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-secondary-3),1) ;height:29.25rem;width:23.375rem;top:2.96875rem;left:0.80078125rem;overflow:hidden;display:block; }
#EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN { 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; }#EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN > .row .container { background-color: transparent; background-image: none; }#EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN > .row .container > .video-iframe-container { display: none; }#EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN > .row > .video-iframe-container { display: none; }#EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN > .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); }#EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN > .row .container { border-width: 0; border-radius: 0; }#EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#Tg8ToDdHaOorNZrhXRQm8pbW8IF07sLM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:11.5625rem;top:3.8125rem;left:26.4375rem;display:block; }
#iVoaLhPJurCSObFqmAmWHaFO61EMmXfe { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:27.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lfTJzbUutoIx2VA7pre5O2VuyuKNZ74n { color:rgba(var(--color-tertiary-2),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.625rem;left:26.4375rem;height:3.0875rem;font-style:normal;display:block; }
#KphN4TXqXzW1vU657nOZAWKdnrkWLIeO { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.875;letter-spacing:0;top:14.25rem;left:26rem;height:17.578125rem;font-style:normal;display:block; }
#zNqpgG8AfJd73igTVVITKc69aGUQAG2p { color:rgba(var(--color-tertiary-2),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:34.125rem;left:26.1875rem;height:1.40625rem;font-style:normal;display:block; }
#vmH9a3OP4MlTgzarw5lG7q8JTz4ufi0p { color:rgba(var(--color-tertiary-2),1);display:block;width:57.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.875;letter-spacing:0;top:31.828125rem;left:2.1875rem;height:8.7890625rem;font-style:normal;display:block; }
#BTZ6OMnxRAcSLt3Re8UtA2zCgPKTDEGq { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:8.125rem;top:3.15625rem;left:40.5rem;overflow:hidden;display:block; }
#VqlqDnlHtxkQU0EM1gSceFWFmof2oBeJ { position:absolute;display:block;z-index:15021;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:29.625rem;width:22.1875rem;top:3.1562509536743rem;left:2.1875rem;overflow:hidden;display:block; }
#DmwWm4PfTrpFMqRb5TsdsRXNl0h1fmFx { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:31.828125rem;left:2.1875rem;height:1.3rem;display:block; }
#yPehgSXcwB39MIL05IiMzJlD8scyhUsL { 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; }#yPehgSXcwB39MIL05IiMzJlD8scyhUsL > .row .container { background-color: transparent; background-image: none; }#yPehgSXcwB39MIL05IiMzJlD8scyhUsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPehgSXcwB39MIL05IiMzJlD8scyhUsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPehgSXcwB39MIL05IiMzJlD8scyhUsL > .row .container > .video-iframe-container { display: none; }#yPehgSXcwB39MIL05IiMzJlD8scyhUsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPehgSXcwB39MIL05IiMzJlD8scyhUsL > .row > .video-iframe-container { display: none; }#yPehgSXcwB39MIL05IiMzJlD8scyhUsL > .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); }#yPehgSXcwB39MIL05IiMzJlD8scyhUsL > .row .container { border-width: 0; border-radius: 0; }#yPehgSXcwB39MIL05IiMzJlD8scyhUsL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPehgSXcwB39MIL05IiMzJlD8scyhUsL > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:60rem;position:relative;display:block; }#K6qwpSFUmHXDCN83TZRTUepIREXThWh5 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:1.45703125rem;height:3.0875rem;font-style:normal;display:block; }
#BdkZVDRo0eVAF7TrwUDbtDQiabPpUwSd { color:rgba(var(--color-tertiary-2),1);display:block;width:53.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.875;letter-spacing:0;top:35.187502384186rem;left:1.45703125rem;height:17.578125rem;font-style:normal;display:block; }
#ml8NfWN0uV2yWOkQWOh9LXBDDmNyANEg { color:rgba(var(--color-tertiary-2),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.875;letter-spacing:0;top:11.286458492279rem;left:1.64453125rem;height:22.8515625rem;font-style:normal;display:block; }
#uRGsdoEaAAoyR8Uvs3C52nghVqMfmBGQ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:11.5625rem;top:2.375rem;left:1.4375rem;display:block; }
#nc1k4pSn0WKCgazwcmp2Bm3zHcN77JDB { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aMr74PnzW7hgovJOtWCwatE5XWRTfW9m { position:absolute;display:block;z-index:15022;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.125rem;width:12.375rem;top:1.75rem;left:14.89453125rem;overflow:hidden;display:block; }
#or5fetbUOZUJdZ8tkFNULNLlATWtNJ5P { position:absolute;display:block;z-index:15002;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:29rem;width:21.75rem;top:4.75rem;left:30.122917175293rem;overflow:hidden;display:block; }
#bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP > .row .container { background-color: transparent; background-image: none; }#bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP > .row .container > .video-iframe-container { display: none; }#bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP > .row > .video-iframe-container { display: none; }#bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP > .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); }#bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP > .row .container { border-width: 0; border-radius: 0; }#bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c > .row .container { background-color: transparent; background-image: none; }#lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c > .row .container > .video-iframe-container { display: none; }#lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c > .row > .video-iframe-container { display: none; }#lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c > .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); }#lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c > .row .container { border-width: 0; border-radius: 0; }#lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 { 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; }#mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 > .row .container { background-color: transparent; background-image: none; }#mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 > .row .container > .video-iframe-container { display: none; }#mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 > .row > .video-iframe-container { display: none; }#mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 > .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); }#mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 > .row .container { border-width: 0; border-radius: 0; }#mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:60rem;position:relative;display:block; }#XaszNzrzFyIxAo5TJMSVWcAElP692bPd { color:rgba(var(--color-tertiary-2),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.875;letter-spacing:0;top:36.53125rem;left:2.5rem;height:12.3046875rem;font-style:normal;display:block; }
#ELbapfEQ4OlHqTV53sFCTm9zr5I7SpIN { color:rgba(var(--color-tertiary-2),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:35.3125rem;left:27.4375rem;height:1.40625rem;font-style:normal;display:block; }
#ADlredMG4aQwIM7QBd1QpICPHBSFIeuM { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.875;letter-spacing:0;top:15.4375rem;left:27.25rem;height:21.09375rem;font-style:normal;display:block; }
#DLdqN5xtKFCccGg42dCnbC2aiEPdUiJ9 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.8125rem;left:27.6875rem;height:3.0875rem;font-style:normal;display:block; }
#frAFFQEI8c2bGdo1V8TZlJy1cJwTzDzv { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:11.5625rem;top:5rem;left:27.6875rem;display:block; }
#Q2pPye5E8dIl12L3xdGlXxD1vfKA5AgK { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.75rem;left:28.5rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Zc3n5VJkw93MybVMy03zGQAKDBrdd8od { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:15.9375rem;top:3.59375rem;left:40.8125rem;overflow:hidden;display:block; }
#vI91Q7W5OB74fvrAAvnZHEd9mLOe7UkJ { position:absolute;display:block;z-index:15007;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:33.8125rem;width:25.3125rem;top:5.7499752044678rem;left:0rem;overflow:hidden;display:block; }
#BPFIQ7N7peCzr4WsTGiWC3iHEpX7rdXZ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.53125rem;left:2.5rem;height:1.3rem;display:block; }
#k462mLDOGVae1JnKgGtcEpu78wmWJmZF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#k462mLDOGVae1JnKgGtcEpu78wmWJmZF > .row .container { background-color: transparent; background-image: none; }#k462mLDOGVae1JnKgGtcEpu78wmWJmZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k462mLDOGVae1JnKgGtcEpu78wmWJmZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k462mLDOGVae1JnKgGtcEpu78wmWJmZF > .row .container > .video-iframe-container { display: none; }#k462mLDOGVae1JnKgGtcEpu78wmWJmZF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k462mLDOGVae1JnKgGtcEpu78wmWJmZF > .row > .video-iframe-container { display: none; }#k462mLDOGVae1JnKgGtcEpu78wmWJmZF > .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); }#k462mLDOGVae1JnKgGtcEpu78wmWJmZF > .row .container { border-width: 0; border-radius: 0; }#k462mLDOGVae1JnKgGtcEpu78wmWJmZF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k462mLDOGVae1JnKgGtcEpu78wmWJmZF > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC { 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; }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC > .row .container { background-color: transparent; background-image: none; }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC > .row .container > .video-iframe-container { display: none; }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC > .row > .video-iframe-container { display: none; }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC > .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); }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC > .row .container { border-width: 0; border-radius: 0; }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:60rem;position:relative;display:block; }#XuxRrznlwMo8EbRmCWEUUb0yM3xXeXgw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:26.75rem;top:9.0625rem;left:31.625rem;overflow:hidden;display:block; }
#ZHVJ7urP9TiMn3M5mxc2m8Ue0li5IckC { color:rgba(var(--color-tertiary-2),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.69921875rem;left:0.59375rem;height:2.275rem;font-style:normal;display:block; }
#UTQdhhwlKJeyo96MzWtWKtzfBmeBCG63 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:3.7109375rem;left:28.65625rem;display:block; }
#nvHXBCTBAVTNqWJOpmTNXd59Rgxxf5U9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#r3mcQynrhTbegUt3ZO5DeXehlz5nI8hB { background-color:rgba(var(--color-secondary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.934875rem;height:3.1237rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.5rem;left:34.5625rem;display:block; }
#uI2RuPxEKFrd4o86ZOisB2oiwkTpPtoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FVHTx34zUd1oz6Sb2RnUldMZMerd0yuO { box-sizing:content-box;height:34.125rem;width:60rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-0),0.9);background-image:none;top:7.5625rem;left:0rem;display:block; }
#AhnitaEsXU0VtBC4UEWo3QeQgH98DLB3 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:1.8125rem;height:32.1788rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ePgTtp1m84aH5JNGLKP8C2aMh10IN9hE { box-sizing:content-box;height:19.8125rem;width:19.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:8.3125rem;left:30rem;display:block; }
#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR > .row .container { background-color: transparent; background-image: none; }#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR > .row .container > .video-iframe-container { display: none; }#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR > .row > .video-iframe-container { display: none; }#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR > .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); }#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR > .row .container { border-width: 0; border-radius: 0; }#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;position:relative;display:block; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat: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; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs.adaptive-delivery-prevent-bg, #NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs.lazyload, #NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs.lazyloading { background-image: none; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container { background-color: transparent; background-image: none; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container > .video-iframe-container { display: none; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row > .video-iframe-container { display: none; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .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); }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container { border-width: 0; border-radius: 0; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#scsoArXgureidRSr5FTRsmg5cQ4rVc09 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.375rem;width:31.25rem;top:8.25rem;left:28.75rem;display:block; }
#OB7wTmAuTZn1OD3NoKI9wJtI8RMs3OfC { color:rgba(var(--color-tertiary-2),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:9.06170463562rem;left:1.4554691314698rem;height:4.5345rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ss68W2PmUpXCIl8QRCFwZM3h707J0Zln { color:rgba(var(--color-tertiary-2),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9687356948853rem;left:1.6749992370606rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x9RIF4PkpiBv1DK1fy8CWT75XQoFmEoh { color:rgba(var(--color-tertiary-2),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.812500953674rem;left:1.6742191314698rem;height:13.1640875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t { position:relative;display:block; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t { background-color: transparent; background-image: none; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container > .video-iframe-container { display: none; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row > .video-iframe-container { display: none; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .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); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t { border-width: 0; border-radius: 0; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .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; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zO9JTxlA3LpEDAUzQUTB59IPRJ3b5i9w { position:absolute;display:block;z-index:15000;height:16.1875rem;width:38.75rem;top:5.875rem;left:3.3359375rem;display:block; }
#ZrUidO0suibEz5dvqIteZPbbSRhTfDSF { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:2.3750004768372rem;left:3.3367195129394rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:auto;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#s9izG7r7rHh6b814NLU5smIfTw82EV4O { color:#d8d1d1;display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:1.3rem;display:block; }
#vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.75rem;left:42.1875rem; }
#vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.75rem;left:47.0625rem; }
#zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.75rem;left:52.0625rem; }
#ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#syhPM5uCxLXT81HJwGRapmhLFwoJgTsK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.5625rem;left:56.5rem; }
#syhPM5uCxLXT81HJwGRapmhLFwoJgTsK > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; }#SWg4PgbGTxhvsBVme21PLm95aoBtHP0K { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.5625rem;left:2.25rem;height:1.3rem;display:block; }
#WNrACKwIWoGSu1KeI9ETShGafUumcWFC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.625rem;left:0rem; }
#hcRhg7l2Tp8pOAyorQvQ6HFlrvT8ITPX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.625rem;left:0rem; }
#IgPqQI4dLdJPk8o7TeLAtpBXoqmTnUBG { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.25rem;height:1.3rem;display:block; }
#GNDWZs7UfmKEOV6QeJmwU5L0zOezJP6k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.5rem;left:0rem; }
#ISpfHDIhxTGUP4KktXTdOP2EsHyNVfLz { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.5rem;left:2.25rem;height:1.3rem;display:block; }
#WEKhKPvam0ept4woTqvz2ql6ktnex1Tq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10.5rem;top:1.1804676055908rem;left:27.499219894409rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XilTuboi3KLzCNU3bX7TiGSPKApocaGs { display:block; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFiSDDwQsJfBs8SXQcEp4IASSysdfQT0 { width:21.875rem;height:4.75rem;top:36.5rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wurdN7elW3wVVe8nMNiXrB8pBcWaw1lR { display:block; }
 }@media only screen and (max-width: 763px) { #JkXJfQyThTPBNSbnZSaLafVuSr6tSgF1 { top:1.4375rem;left:0rem;width:12.5625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpXmaLINIQXGSTzcD1tunLlcdwf83yzu { top:13.5625rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 { display:block; }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ul5UQVOLWLW12UuJ2TWFM1CimFZxDriw { top:2.0625rem;left:0rem;width:39rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9LTEcov0iUlbMI9eFRxrqMNtkm6Dhbl { width:20.875rem;height:3.0625rem;top:32.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvZxi3Easm6EtCeDUqgfa9bzT40HqBCk { display:block; }
 }@media only screen and (max-width: 763px) { #JQK1Mx8KmLPpI1GAPZMVuaP3DzFbBxnL { top:3.375rem;left:23.375rem;width:24.375rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6owVMnSie0bLBhzR9FcNa7oMEvxTv2r { top:6.375rem;left:0rem;width:43.6875rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryX6l73FibBCL4LPmfJACJ59IcnGevy3 { top:34rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhU4xgwu0NILoJsmggr2NrqN5PlcQUOy { top:16.875rem;left:0rem;width:24.5rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNW8749qKnRtXUWymOQxOqLs5OsVggE8 { top:16.9375rem;left:0rem;width:0.1875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5BbRQ7RJ2KEJAmzozpPBbNtkpTZ9sIk { top:25rem;left:0rem;width:24rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knft3ypIBycBqOb3FTAOoI6V9INRbVrz { top:9rem;left:0rem;width:24rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrFuscGvJklLMFRWPiCoGM8oC9teAp0P { display:block; }#QrFuscGvJklLMFRWPiCoGM8oC9teAp0P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0SnUrT3TlTs2VfIVgnHwXBoE0Wy8Ng0 { width:14.0625rem;height:0.125rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTMDDisb0PHuB1TLUBkdfSqgBNcFuPuk { width:14.0625rem;height:0.125rem;top:21.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE1yILudpEBrECARJCxrOGA4yzgXQ3t3 { width:14.0625rem;height:0.125rem;top:21.8125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG9oyTl0KT49IXFIDxvRx0MvB9Xn44oG { width:14.0625rem;height:0.125rem;top:21.8125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXqi78GbQ5SxIVNBAVtDdwf0IQDim5HO { width:12.125rem;height:2.875rem;top:10.75rem;left:35.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spH5EmQqmQwdZDbWKLvkzxdbJb0JucBh { width:14.0625rem;height:14.0625rem;top:7.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QFsPSemT60b5cac5z1BK64ZSMPPVX5 { width:14.0625rem;height:14.0625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5v2ti31FPZkmTJWmVsbGvLVVHnzGRTT { width:14.0625rem;height:14.0625rem;top:7.875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxQe64R4uLsX5Jrtrzb37q1BATzyTm6k { width:14.0625rem;height:14.0625rem;top:7.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poAwUtkk7ft17EwiNiOrSGQ9eu4PdRBy { width:1.375rem;height:1.375rem;top:14.625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTQ0tAi3JSJ6RRKOVECtiTdz2bhbMmPS { width:1.125rem;height:1.125rem;top:16rem;left:19.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrcQnbSVg0MQroEK7wdrqkhXfItwz4l2 { width:2rem;height:2rem;top:15.875rem;left:29.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erlnHW7x4veRtMTtsRICmAZc1L0s4ykV { width:1.5rem;height:1.5rem;top:14.5625rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei0VE34Rw9k4bzvaUXPUNoovnOxmC1km { width:1.0625rem;height:0.5625rem;top:16.25rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9q3qZZ7tkzugIApHXwDBz2ovsZEGWkA { width:1.4375rem;height:0.5625rem;top:15.125rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNdCKxaARbW0fXQAdR3Rd915A4mW9N4o { width:1.625rem;height:1.625rem;top:14.375rem;left:28.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h62xDqyEZUNnHcs81eB9bMM8LKJUfhD6 { width:0.8125rem;height:0.8125rem;top:15.5rem;left:43.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMUnPKrVP7E8t78LyPcmv2gz0zCDazoL { width:2.5rem;height:2.5rem;top:14.625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwWTvqEDaPT89HghMxERkq4N7OS83pVz { width:2.5rem;height:2.5rem;top:14.8125rem;left:28.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv0ofcFzTdap0fpHb7IhUfFz9334ZU43 { width:2.5rem;height:2.5rem;top:14.3125rem;left:40.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATpR8rAtT8yBif0L4qzfiQ2IEK18z3BI { top:1.9375rem;left:0rem;width:46.4375rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLqkGTgKsxu3qiDGUTSapwtJkO7uGlIp { width:11.375rem;height:2.875rem;top:10.25rem;left:0.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAuUqU4fCXMhdpqKHi1lkv7OztzlHZM8 { width:11.375rem;height:1.9375rem;top:10.75rem;left:24.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n19lEEsb7P8izWFsT5i7Z8QNVt61UCTT { width:11.375rem;height:1.9375rem;top:10.75rem;left:12.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9iJEaE8S0TDRs8pKOoBO5vlhAtr3Fox { top:14.625rem;left:17.09375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp { display:block; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-regular-label { width:29.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-text { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-textarea { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-select { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-button { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-checkbox-label { width:28.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV  { width:29.375rem;height:auto;top:6.8125rem;left:15.875rem; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .radio-container { width:29.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV {display:block;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV { width:29.375rem;height:auto;top:6.8125rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #u0Zkz66TH14oe2CrP6pddynyx17mGdio {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #xPpK8SfdWbMmweE6NR5URuS0A3IxMU1T {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #mgbpEef3QhzLNu5MO81DgFkVQLTILJcd {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #yOV4n8K2tD6UfRpzKLiu0Xr8uqEEClre {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #EFFDdJykT8mkNXz92JQkkx4Wm8dTHT5a {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #NPqp2g8IQ9GeD6GyJTADGD7I0yaRKXx4 {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #pKEWlKLfgRVg9MZIfhnhDLrWX4eQZgbX {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #usAk8xMvPGIsrnb8EiD5Ll9wfQzKlH8P {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #MhCTz4QcGNXiugnOslf0LKLqvOfItHdu {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #JkLxxZbsezdTuy3xKGuE2wiS86i3dAy7 {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #IJfWOZOehFfTgN7TxqS7SfPNlZWITgqq {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #cILANiLcFtzQhHK0sAbrJyqBD8MuMtGH {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #CfbiGqG9Q1X2Bbt70HyK1RWU4MkvPkwa {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #dLsxV1s0q0lBbM2FT8QITlnCNwffBIIy {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #W9biSmJUKJJbLKnbr9yNseGFUJOnilGL {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #I1wT8z0vSB9dkS6kxlz5RzJF2o98BhLw {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #TLgLlw1LoXFp4MlOwkn4sqaiuh7M8MXU {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #zSH72ZV1b74GCTCRESeDeT6sxqC4gKuO {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #qx48SW6zCEnZ0L5A3inp7kPmL4UNcdAP {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #PIel9xNhrb5RLNVoXJmXXuEBS8a1UwP4 {  }
 }@media only screen and (max-width: 763px) { #FTJPOTT8T4i1sy8ZRTFWBOodzQR7UZTP { top:2.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muKtQqFr7QcThMtuqcOyr8VqUbNwixfa { top:3.25rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3OJ6kx7SfRJ4wZinUs0dNurxp4Pv9Eo { top:8.0625rem;left:0rem;width:24.0625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr { display:block; }#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbLffp6sGOQmKNosetkKwhOixbeWZKKe { width:16.125rem;height:3.25rem;top:16.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPF4zDl3wvG382hXZBTgF0KtbANrUT8D { width:26.5rem;height:10.375rem;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRkgXWET3NnieAe16IHQmThDmBlon6JW { width:22.625rem;height:9.0625rem;top:41.625rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HClmxgWvoBMn3VQEON3any87Hh0d0Srs { width:10.875rem;height:;top:36.5625rem;left:1.40576171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9rgmzo8LowRSu9GSopdFcpm5zvRsJpX { top:1.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syEvWzlNaG3eDdHPnkw4uRXvLDlgRaJU { top:4.5rem;left:20.8115234375rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypJbq1yoDe9lS0dIFLgtMDHxMvVAkV7Z { top:79.625rem;left:22.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGs5D3oODkKFWCMBdwIsgHlooJux1ZgT { width:16.125rem;height:3.25rem;top:16.0625rem;left:27.0927734375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeOqr4K2fPsFr2iX77e72cU11nu1UbOO { width:23.75rem;height:10.375rem;top:21.6875rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1kORSEvcw9NaTKaFkDT7NkHZPwNiBP { width:16.125rem;height:3.25rem;top:35.875rem;left:27.0927734375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAUKNHWtok2G7G4htdPswA5BOzEUQU6U { width:24.125rem;height:10.375rem;top:41.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdHUCfpuq5R8gIg37e1evSDW5pHNKDVe { width:16.125rem;height:3.25rem;top:35.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTI64XgcdkK5y9AE1TZBWaHiCggpCM1L { top:7.375rem;left:3.712890625rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4OPO2W1346W0gaWHxvygENdkTl3XJxC { top:7.9375rem;left:33.560546875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LctQ8bMWZ8v7legXgdhgcZzLpuH3Qh5w { top:0rem;left:0rem;width:47.75rem;height:78.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxyTP3IzdTzGxuV2LxkmoW9Jf37RScQy { width:16.125rem;height:3.25rem;top:56.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIXXs0P15wTtambsEnbT1hHfATKv2Kq6 { width:24.125rem;height:14.25rem;top:61.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AINF6fskP9VJtgcPtu4pWKnXTW432mnM { width:16.125rem;height:3.25rem;top:56.0625rem;left:27.0927734375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnxLnniK2C51eR9mKVieE4ioLFoiUwsL { width:22.3125rem;height:11.6875rem;top:61.3125rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PctN9vavkcq1A4Qx5QIkSfJP4J5VDx { top:19.9375rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp5dHKBG4VRQ3Jag0DRxmynX6EX2TSyQ { top:19.9375rem;left:27.0927734375rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofldRr8OcaV3i8UJJgeqU0y73QtCwKnK { top:39.8125rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9uQz0SPJCoHNeVemim5y7Z6bW9bSvNR { top:39.8125rem;left:27.0927734375rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anlSoETC6roxaErGat0nBE0zEHHrfbHt { top:60.25rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxtUZ3497alVXvuUMcbqhLwMUms6rpPN { top:60.25rem;left:27.21875rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeUfJiEXAUrFkTo3iZrwdAQkOMgE2u0u { width:19.5625rem;height:2.875rem;top:79.8125rem;left:14.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxgOSEHbQK0V2aODMiiyPCOiVrfZrexJ { top:0rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpTKkpDAofCmXAoHeu2Bri0veucpirWf { display:block; }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABzSpmDd0mNAVBe9TbnrrSsQ5mfPyU4E { width:17.8125rem;height:2.25rem;top:5.125rem;left:24.3427734375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5d2ygV3wndC6As3EKl2FwlHEUhNgrni { width:27.25rem;height:13.6875rem;top:8.5rem;left:20.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4ePczrhu9SC5RhH8zCsOrBNeLWIqr1G { width:22.8125rem;height:25.6875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqzhIa9KTQhISmkpfSwntBSbBhUaTFcm { top:24.25rem;left:19.65625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeMboL22XVpT6atBazdQkdQnDIo0eLXX { width:24.25rem;height:4.5625rem;top:24.3125rem;left:23.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ZT2hKpZNFnNRsKPS1eBRlDZhE1uanS { top:2.0625rem;left:0rem;width:47.75rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMZxd4yXFMOHqXX9E8hqNU5TDGmGf21w { width:25.6875rem;height:1.375rem;top:30.8125rem;left:22.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgHZ6yo2QV8TxgPlEwtTfkQBncL9qCQB { top:33.375rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzwob9vFFv8yHNmuJkDgCKe67P3ZrKp { top:4.4375rem;left:10.125rem;width:34.5625rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUluUUmSoDFLTxwoVHXsNEIGuZOeoa5O { top:32.75rem;left:30.0625rem;width:8.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGNxzuIOyGTCl3DDqQT9m5NvhyB17avW { top:33.0625rem;left:38.1875rem;width:9.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBLEqbNrMfSpnoXQTsmXxdIErKm2u692 { top:32.75rem;left:17.6875rem;width:12.375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4mWOw8MbQfCe0a4VsECc9yJ3F7fL8H3 { top:2.9375rem;left:0rem;width:23.375rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN { display:block; }#EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg8ToDdHaOorNZrhXRQm8pbW8IF07sLM { width:11.5625rem;height:2.875rem;top:3.8125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVoaLhPJurCSObFqmAmWHaFO61EMmXfe { width:8.3125rem;height:1.625rem;top:4.5625rem;left:21.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfTJzbUutoIx2VA7pre5O2VuyuKNZ74n { width:32.3125rem;height:3.0625rem;top:9.625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KphN4TXqXzW1vU657nOZAWKdnrkWLIeO { width:32.5625rem;height:17.5625rem;top:14.25rem;left:15.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNqpgG8AfJd73igTVVITKc69aGUQAG2p { top:34.125rem;left:15.5625rem;width:32.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmH9a3OP4MlTgzarw5lG7q8JTz4ufi0p { width:47.75rem;height:8.75rem;top:31.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZ6OMnxRAcSLt3Re8UtA2zCgPKTDEGq { top:3.125rem;left:34.375rem;width:8.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqlqDnlHtxkQU0EM1gSceFWFmof2oBeJ { top:3.125rem;left:0rem;width:22.1875rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmwWm4PfTrpFMqRb5TsdsRXNl0h1fmFx { top:31.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPehgSXcwB39MIL05IiMzJlD8scyhUsL { display:block; }#yPehgSXcwB39MIL05IiMzJlD8scyhUsL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6qwpSFUmHXDCN83TZRTUepIREXThWh5 { width:27.5625rem;height:3.0625rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdkZVDRo0eVAF7TrwUDbtDQiabPpUwSd { width:47.75rem;height:17.5625rem;top:35.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml8NfWN0uV2yWOkQWOh9LXBDDmNyANEg { width:25.5625rem;height:22.8125rem;top:11.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRGsdoEaAAoyR8Uvs3C52nghVqMfmBGQ { width:11.5625rem;height:2.875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc1k4pSn0WKCgazwcmp2Bm3zHcN77JDB { width:8.3125rem;height:1.625rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMr74PnzW7hgovJOtWCwatE5XWRTfW9m { top:1.75rem;left:8.76953125rem;width:12.375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #or5fetbUOZUJdZ8tkFNULNLlATWtNJ5P { top:4.75rem;left:23.997917175293rem;width:21.75rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP { display:block; }#bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c { display:block; }#lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 { display:block; }#mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaszNzrzFyIxAo5TJMSVWcAElP692bPd { width:47.75rem;height:12.25rem;top:36.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELbapfEQ4OlHqTV53sFCTm9zr5I7SpIN { top:35.3125rem;left:15.5625rem;width:32.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADlredMG4aQwIM7QBd1QpICPHBSFIeuM { width:32.5625rem;height:21.0625rem;top:15.4375rem;left:15.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLdqN5xtKFCccGg42dCnbC2aiEPdUiJ9 { width:32.3125rem;height:3.0625rem;top:10.8125rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frAFFQEI8c2bGdo1V8TZlJy1cJwTzDzv { width:11.5625rem;height:2.875rem;top:5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2pPye5E8dIl12L3xdGlXxD1vfKA5AgK { width:8.3125rem;height:1.625rem;top:5.75rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc3n5VJkw93MybVMy03zGQAKDBrdd8od { top:3.5625rem;left:31.8125rem;width:15.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI91Q7W5OB74fvrAAvnZHEd9mLOe7UkJ { top:5.6875rem;left:0rem;width:25.3125rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPFIQ7N7peCzr4WsTGiWC3iHEpX7rdXZ { top:36.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k462mLDOGVae1JnKgGtcEpu78wmWJmZF { display:block; }#k462mLDOGVae1JnKgGtcEpu78wmWJmZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC { display:block; }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuxRrznlwMo8EbRmCWEUUb0yM3xXeXgw { top:9.0625rem;left:21rem;width:26.75rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHVJ7urP9TiMn3M5mxc2m8Ue0li5IckC { top:2.6875rem;left:0rem;width:39rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTQdhhwlKJeyo96MzWtWKtzfBmeBCG63 { top:3.6875rem;left:19.1875rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvHXBCTBAVTNqWJOpmTNXd59Rgxxf5U9 { display:none; }
 }@media only screen and (max-width: 763px) { #r3mcQynrhTbegUt3ZO5DeXehlz5nI8hB { width:20.875rem;height:3.0625rem;top:37.5rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI2RuPxEKFrd4o86ZOisB2oiwkTpPtoT { display:block; }
 }@media only screen and (max-width: 763px) { #FVHTx34zUd1oz6Sb2RnUldMZMerd0yuO { top:7.5625rem;left:0rem;width:47.75rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhnitaEsXU0VtBC4UEWo3QeQgH98DLB3 { top:8.3125rem;left:0rem;width:28.25rem;height:32.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePgTtp1m84aH5JNGLKP8C2aMh10IN9hE { top:8.3125rem;left:23.875rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR { display:block; }#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs { display:block; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scsoArXgureidRSr5FTRsmg5cQ4rVc09 { width:31.25rem;height:17.375rem;top:8.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB7wTmAuTZn1OD3NoKI9wJtI8RMs3OfC { width:26.625rem;height:4.5rem;top:9rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss68W2PmUpXCIl8QRCFwZM3h707J0Zln { width:27.125rem;height:3.3125rem;top:4.9375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9RIF4PkpiBv1DK1fy8CWT75XQoFmEoh { width:26.1875rem;height:13.125rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t { display:block; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zO9JTxlA3LpEDAUzQUTB59IPRJ3b5i9w { top:5.875rem;left:0rem;width:38.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrUidO0suibEz5dvqIteZPbbSRhTfDSF { width:29.8125rem;height:0;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@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) { #s9izG7r7rHh6b814NLU5smIfTw82EV4O { top:3.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw { top:1.75rem;left:36.0625rem;width:3.125rem;height:3.125rem;display:block; }
#vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 { top:1.75rem;left:40.9375rem;width:3.125rem;height:3.125rem;display:block; }
#zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd { top:1.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #syhPM5uCxLXT81HJwGRapmhLFwoJgTsK { top:1.5625rem;left:44.25rem;width:3.5rem;height:3.5rem;display:block; }
#syhPM5uCxLXT81HJwGRapmhLFwoJgTsK > img { max-width: 100%;max-height:100%; width:3.5rem; height:3.5rem; } }@media only screen and (max-width: 763px) { #SWg4PgbGTxhvsBVme21PLm95aoBtHP0K { top:1.5625rem;left:0rem;width:25.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNrACKwIWoGSu1KeI9ETShGafUumcWFC { top:1.625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcRhg7l2Tp8pOAyorQvQ6HFlrvT8ITPX { top:3.625rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgPqQI4dLdJPk8o7TeLAtpBXoqmTnUBG { top:3.5625rem;left:0rem;width:25.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNDWZs7UfmKEOV6QeJmwU5L0zOezJP6k { top:5.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISpfHDIhxTGUP4KktXTdOP2EsHyNVfLz { top:5.5rem;left:0rem;width:25.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEKhKPvam0ept4woTqvz2ql6ktnex1Tq { top:1.125rem;left:21.374219894409rem;width:10.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#0e4275;background-image:none;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); } }@media only screen and (max-width: 763px) { #XilTuboi3KLzCNU3bX7TiGSPKApocaGs { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5f37e84-21fb-4061-a365-cf23a4014fda/youngnurseholdingmedicalrecordsinhospitalco20250604210317utc.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs.adaptive-delivery-prevent-bg, #XilTuboi3KLzCNU3bX7TiGSPKApocaGs.lazyload, #XilTuboi3KLzCNU3bX7TiGSPKApocaGs.lazyloading { background-image: none; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row .container { background-color: transparent; background-image: none; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row .container > .video-iframe-container { display: none; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row > .video-iframe-container { display: none; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .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); }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row .container { border-width: 0; border-radius: 0; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XilTuboi3KLzCNU3bX7TiGSPKApocaGs > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFiSDDwQsJfBs8SXQcEp4IASSysdfQT0 { width:10.3125rem;height:2.4375rem;top:22.69678046875rem;left:7.7182577390019rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wurdN7elW3wVVe8nMNiXrB8pBcWaw1lR { display:block; }
 }@media only screen and (max-width: 763px) { #JkXJfQyThTPBNSbnZSaLafVuSr6tSgF1 { width:7.8125rem;height:3.25rem;top:0rem;left:5.23193359375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UpXmaLINIQXGSTzcD1tunLlcdwf83yzu { width:6.3745rem;height:6.3745rem;top:8.02734375rem;left:13.10546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 { display:block; }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ul5UQVOLWLW12UuJ2TWFM1CimFZxDriw { width:19.0605625rem;height:2.4375rem;top:1.654296875rem;left:0.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9LTEcov0iUlbMI9eFRxrqMNtkm6Dhbl { width:15.1875rem;height:3.1875rem;top:47.9384765625rem;left:2.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvZxi3Easm6EtCeDUqgfa9bzT40HqBCk { display:block; }
 }@media only screen and (max-width: 763px) { #JQK1Mx8KmLPpI1GAPZMVuaP3DzFbBxnL { width:16.25rem;height:18.75rem;top:5.216796875rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R6owVMnSie0bLBhzR9FcNa7oMEvxTv2r { width:18.1875rem;height:43rem;top:6.9990234375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryX6l73FibBCL4LPmfJACJ59IcnGevy3 { display:flex;width:3.125rem;height:3.125rem;top:49.482421875rem;left:0.46875rem; }
 }@media only screen and (max-width: 763px) { #fhU4xgwu0NILoJsmggr2NrqN5PlcQUOy { width:15.25rem;height:4.875rem;top:31.375rem;left:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNW8749qKnRtXUWymOQxOqLs5OsVggE8 { width:0.1875rem;height:5.0625rem;top:31.2802734375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5BbRQ7RJ2KEJAmzozpPBbNtkpTZ9sIk { width:15.8125rem;height:5.85rem;top:39.3857421875rem;left:2.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knft3ypIBycBqOb3FTAOoI6V9INRbVrz { width:16.6875rem;height:3.9rem;top:25.3134765625rem;left:1.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrFuscGvJklLMFRWPiCoGM8oC9teAp0P { display:block; }#QrFuscGvJklLMFRWPiCoGM8oC9teAp0P > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0SnUrT3TlTs2VfIVgnHwXBoE0Wy8Ng0 { width:14.0625rem;height:0.125rem;top:20.6875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTMDDisb0PHuB1TLUBkdfSqgBNcFuPuk { width:14.0625rem;height:0.125rem;top:38rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE1yILudpEBrECARJCxrOGA4yzgXQ3t3 { width:14.0625rem;height:0.125rem;top:40.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG9oyTl0KT49IXFIDxvRx0MvB9Xn44oG { width:14.0625rem;height:0.125rem;top:71.5rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXqi78GbQ5SxIVNBAVtDdwf0IQDim5HO { width:11rem;height:3.9rem;top:59.5rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spH5EmQqmQwdZDbWKLvkzxdbJb0JucBh { width:14.0625rem;height:14.0625rem;top:24.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QFsPSemT60b5cac5z1BK64ZSMPPVX5 { width:14.0625rem;height:14.0625rem;top:6.6875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5v2ti31FPZkmTJWmVsbGvLVVHnzGRTT { width:14.0625rem;height:14.0625rem;top:40.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxQe64R4uLsX5Jrtrzb37q1BATzyTm6k { width:14.0625rem;height:14.0625rem;top:57.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poAwUtkk7ft17EwiNiOrSGQ9eu4PdRBy { width:1.1875rem;height:1.1875rem;top:15.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTQ0tAi3JSJ6RRKOVECtiTdz2bhbMmPS { width:0.9375rem;height:0.9375rem;top:30.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrcQnbSVg0MQroEK7wdrqkhXfItwz4l2 { width:1.25rem;height:1.25rem;top:49.875rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erlnHW7x4veRtMTtsRICmAZc1L0s4ykV { width:1.3125rem;height:1.3125rem;top:66.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei0VE34Rw9k4bzvaUXPUNoovnOxmC1km { width:1.0625rem;height:0.5625rem;top:18.75rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9q3qZZ7tkzugIApHXwDBz2ovsZEGWkA { width:1.4375rem;height:0.5625rem;top:32.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNdCKxaARbW0fXQAdR3Rd915A4mW9N4o { width:1.625rem;height:1.625rem;top:51.0625rem;left:10.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h62xDqyEZUNnHcs81eB9bMM8LKJUfhD6 { width:0.8125rem;height:0.8125rem;top:68.125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMUnPKrVP7E8t78LyPcmv2gz0zCDazoL { width:3.75rem;height:3.75rem;top:15.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwWTvqEDaPT89HghMxERkq4N7OS83pVz { width:2.5rem;height:2.5rem;top:49.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv0ofcFzTdap0fpHb7IhUfFz9334ZU43 { width:2.5rem;height:2.5rem;top:66.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATpR8rAtT8yBif0L4qzfiQ2IEK18z3BI { width:13.25rem;height:3.25rem;top:2.0625rem;left:3.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mLqkGTgKsxu3qiDGUTSapwtJkO7uGlIp { width:11.375rem;height:3.9rem;top:9.625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gAuUqU4fCXMhdpqKHi1lkv7OztzlHZM8 { width:11.375rem;height:2.6rem;top:43.1240234375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n19lEEsb7P8izWFsT5i7Z8QNVt61UCTT { width:11.375rem;height:2.6rem;top:25.9619140625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9iJEaE8S0TDRs8pKOoBO5vlhAtr3Fox { display:flex;width:3.125rem;height:3.125rem;top:30.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp { background-color:transparent;background-image:none;display:block; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container { background-color: transparent; background-image: none; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container > .video-iframe-container { display: none; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row > .video-iframe-container { display: none; }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .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); }#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV  { width:17.4980625rem;height:auto;top:28.5322265625rem;left:0rem; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV {display:block;}#oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV { width:17.4980625rem;height:auto;top:28.5322265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #u0Zkz66TH14oe2CrP6pddynyx17mGdio {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #xPpK8SfdWbMmweE6NR5URuS0A3IxMU1T {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #mgbpEef3QhzLNu5MO81DgFkVQLTILJcd {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #yOV4n8K2tD6UfRpzKLiu0Xr8uqEEClre {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #EFFDdJykT8mkNXz92JQkkx4Wm8dTHT5a {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #NPqp2g8IQ9GeD6GyJTADGD7I0yaRKXx4 {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #pKEWlKLfgRVg9MZIfhnhDLrWX4eQZgbX {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #usAk8xMvPGIsrnb8EiD5Ll9wfQzKlH8P {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #MhCTz4QcGNXiugnOslf0LKLqvOfItHdu {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #JkLxxZbsezdTuy3xKGuE2wiS86i3dAy7 {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #IJfWOZOehFfTgN7TxqS7SfPNlZWITgqq {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #cILANiLcFtzQhHK0sAbrJyqBD8MuMtGH {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #CfbiGqG9Q1X2Bbt70HyK1RWU4MkvPkwa {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #dLsxV1s0q0lBbM2FT8QITlnCNwffBIIy {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #W9biSmJUKJJbLKnbr9yNseGFUJOnilGL {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #I1wT8z0vSB9dkS6kxlz5RzJF2o98BhLw {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #TLgLlw1LoXFp4MlOwkn4sqaiuh7M8MXU {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #zSH72ZV1b74GCTCRESeDeT6sxqC4gKuO {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #qx48SW6zCEnZ0L5A3inp7kPmL4UNcdAP {  }
 }@media only screen and (max-width: 763px) { #oZiTgVsVXzlI6HC81nJbsrxUFCBIcoWV #PIel9xNhrb5RLNVoXJmXXuEBS8a1UwP4 {  }
 }@media only screen and (max-width: 763px) { #FTJPOTT8T4i1sy8ZRTFWBOodzQR7UZTP { width:19.9995rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muKtQqFr7QcThMtuqcOyr8VqUbNwixfa { width:15.1230625rem;height:3.4125rem;top:2.0625rem;left:2.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3OJ6kx7SfRJ4wZinUs0dNurxp4Pv9Eo { width:17.9365rem;height:19.0615rem;top:7.5966796875rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr { display:block; }#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr > .row .container { width:20rem;height:180rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbLffp6sGOQmKNosetkKwhOixbeWZKKe { width:19.875rem;height:1.70625rem;top:17.3720703125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPF4zDl3wvG382hXZBTgF0KtbANrUT8D { width:17.749rem;height:15.6rem;top:22.27734375rem;left:1.1240234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRkgXWET3NnieAe16IHQmThDmBlon6JW { width:17.9355625rem;height:13rem;top:47.4951171875rem;left:1.03125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HClmxgWvoBMn3VQEON3any87Hh0d0Srs { width:11.874rem;height:0;top:37.8125rem;left:7.53076171875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9rgmzo8LowRSu9GSopdFcpm5zvRsJpX { width:12.75rem;height:3.25rem;top:2.40234375rem;left:3.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #syEvWzlNaG3eDdHPnkw4uRXvLDlgRaJU { width:4.6875rem;height:0.24902375rem;top:6.46484375rem;left:6.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypJbq1yoDe9lS0dIFLgtMDHxMvVAkV7Z { display:flex;width:3.124025rem;height:3.124025rem;top:168.5634765625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #aGs5D3oODkKFWCMBdwIsgHlooJux1ZgT { width:16.125rem;height:1.70625rem;top:95.3564453125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeOqr4K2fPsFr2iX77e72cU11nu1UbOO { width:17.0625rem;height:14.3rem;top:100.857421875rem;left:1.46875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1kORSEvcw9NaTKaFkDT7NkHZPwNiBP { width:16.125rem;height:1.70625rem;top:43.0625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAUKNHWtok2G7G4htdPswA5BOzEUQU6U { width:17.5625rem;height:14.3rem;top:67.25rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdHUCfpuq5R8gIg37e1evSDW5pHNKDVe { width:16.125rem;height:1.70625rem;top:63.0439453125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTI64XgcdkK5y9AE1TZBWaHiCggpCM1L { display:flex;width:6.8730625rem;height:6.8730625rem;top:8.623046875rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #w4OPO2W1346W0gaWHxvygENdkTl3XJxC { display:flex;width:8.625rem;height:8.625rem;top:84.84375rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #LctQ8bMWZ8v7legXgdhgcZzLpuH3Qh5w { width:20rem;height:168.4375rem;top:0.248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxyTP3IzdTzGxuV2LxkmoW9Jf37RScQy { width:16.125rem;height:1.70625rem;top:117.8271484375rem;left:2rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIXXs0P15wTtambsEnbT1hHfATKv2Kq6 { width:17.625rem;height:19.5rem;top:123.4267578125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AINF6fskP9VJtgcPtu4pWKnXTW432mnM { width:16.125rem;height:1.70625rem;top:144.720703125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnxLnniK2C51eR9mKVieE4ioLFoiUwsL { width:17.125rem;height:16.9rem;top:149.3232421875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PctN9vavkcq1A4Qx5QIkSfJP4J5VDx { width:4.6875rem;height:0.1875rem;top:147.1875rem;left:6.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp5dHKBG4VRQ3Jag0DRxmynX6EX2TSyQ { width:4.6875rem;height:0.1875rem;top:120.625rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofldRr8OcaV3i8UJJgeqU0y73QtCwKnK { width:4.6875rem;height:0.1875rem;top:65.375rem;left:6.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9uQz0SPJCoHNeVemim5y7Z6bW9bSvNR { width:4.6875rem;height:0.1875rem;top:98.6875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anlSoETC6roxaErGat0nBE0zEHHrfbHt { width:4.6875rem;height:0.1875rem;top:46.3076171875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxtUZ3497alVXvuUMcbqhLwMUms6rpPN { width:4.6875rem;height:0.1875rem;top:19.75rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeUfJiEXAUrFkTo3iZrwdAQkOMgE2u0u { width:19.5625rem;height:2.875rem;top:168.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxgOSEHbQK0V2aODMiiyPCOiVrfZrexJ { width:5.8125rem;height:5.8125rem;top:172.9375015625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpTKkpDAofCmXAoHeu2Bri0veucpirWf { display:block; }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABzSpmDd0mNAVBe9TbnrrSsQ5mfPyU4E { width:10.7470625rem;height:1.3rem;top:3.26171875rem;left:4.6259765625rem;text-align:center;text-align-last:center;font-family:poppins;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5d2ygV3wndC6As3EKl2FwlHEUhNgrni { width:16.6875rem;height:19.6875rem;top:28rem;left:1.65625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4ePczrhu9SC5RhH8zCsOrBNeLWIqr1G { width:16.4355625rem;height:18.2475625rem;top:5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqzhIa9KTQhISmkpfSwntBSbBhUaTFcm { width:4.6875rem;height:4.6875rem;top:47.9951171875rem;left:6.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeMboL22XVpT6atBazdQkdQnDIo0eLXX { width:15.8730625rem;height:6.5625rem;top:53.775390625rem;left:2.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ZT2hKpZNFnNRsKPS1eBRlDZhE1uanS { width:20rem;height:41.625rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMZxd4yXFMOHqXX9E8hqNU5TDGmGf21w { width:17.375rem;height:1.125rem;top:62.431640625rem;left:1.3115234375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgHZ6yo2QV8TxgPlEwtTfkQBncL9qCQB { width:4.6875rem;height:0.1875rem;top:61.337890625rem;left:6.7177734375rem;background-color:#ffe16c;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) { #TTzwob9vFFv8yHNmuJkDgCKe67P3ZrKp { width:20rem;height:73rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUluUUmSoDFLTxwoVHXsNEIGuZOeoa5O { width:6.375rem;height:3.25rem;top:65.15625rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGNxzuIOyGTCl3DDqQT9m5NvhyB17avW { width:9.5625rem;height:3.5625rem;top:65rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBLEqbNrMfSpnoXQTsmXxdIErKm2u692 { width:12.375rem;height:4.125rem;top:69.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4mWOw8MbQfCe0a4VsECc9yJ3F7fL8H3 { width:17.125rem;height:21.4375rem;top:5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN { display:block; }#EWWFKzalIwNIrfMx9G8KNgKDGyqQ7WUN > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg8ToDdHaOorNZrhXRQm8pbW8IF07sLM { width:12.0625rem;height:1.5625rem;top:1.6806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVoaLhPJurCSObFqmAmWHaFO61EMmXfe { width:7.4375rem;height:1.3rem;top:1.8115234375rem;left:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfTJzbUutoIx2VA7pre5O2VuyuKNZ74n { width:15.375rem;height:4.55rem;top:4.6875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KphN4TXqXzW1vU657nOZAWKdnrkWLIeO { width:18.875rem;height:13.5rem;top:34.318359375rem;left:0.53125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNqpgG8AfJd73igTVVITKc69aGUQAG2p { width:20rem;height:1.40625rem;top:62.7587890625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmH9a3OP4MlTgzarw5lG7q8JTz4ufi0p { width:18.6875rem;height:11.25rem;top:50.4462890625rem;left:0.4375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZ6OMnxRAcSLt3Re8UtA2zCgPKTDEGq { width:4.0625rem;height:2.0625rem;top:1.4306640625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqlqDnlHtxkQU0EM1gSceFWFmof2oBeJ { width:18.75rem;height:25.0625rem;top:9.234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmwWm4PfTrpFMqRb5TsdsRXNl0h1fmFx { width:12.5rem;height:1.3rem;top:49.146484375rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPehgSXcwB39MIL05IiMzJlD8scyhUsL { display:block; }#yPehgSXcwB39MIL05IiMzJlD8scyhUsL > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6qwpSFUmHXDCN83TZRTUepIREXThWh5 { width:15.375rem;height:4.55rem;top:6.3125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdkZVDRo0eVAF7TrwUDbtDQiabPpUwSd { width:18.9375rem;height:21.375rem;top:47.5234375rem;left:0.53125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml8NfWN0uV2yWOkQWOh9LXBDDmNyANEg { width:19.25rem;height:14.625rem;top:30.6484375rem;left:0.4375rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRGsdoEaAAoyR8Uvs3C52nghVqMfmBGQ { width:11.5625rem;height:2.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc1k4pSn0WKCgazwcmp2Bm3zHcN77JDB { width:8.3125rem;height:1.3rem;top:2.375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMr74PnzW7hgovJOtWCwatE5XWRTfW9m { width:7.25rem;height:2.375rem;top:1.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #or5fetbUOZUJdZ8tkFNULNLlATWtNJ5P { width:15.6875rem;height:21.0625rem;top:10.272917270661rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP { display:block; }#bZVarHcPRVDlFTWZ7Tfaom0xvTFXGcUP > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c { display:block; }#lNhGF8T4P3yuVN0DSfZUmQSq8J6vSV4c > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 { display:block; }#mVCVPZcnNgOSCkv36QIOPkA7CwuKEHG1 > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaszNzrzFyIxAo5TJMSVWcAElP692bPd { width:17.875rem;height:18rem;top:55.2685546875rem;left:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELbapfEQ4OlHqTV53sFCTm9zr5I7SpIN { width:20rem;height:1.40625rem;top:74.2919921875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADlredMG4aQwIM7QBd1QpICPHBSFIeuM { width:17.6875rem;height:21.375rem;top:31.4794921875rem;left:1.3125rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLdqN5xtKFCccGg42dCnbC2aiEPdUiJ9 { width:20rem;height:2.275rem;top:7.5185546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #frAFFQEI8c2bGdo1V8TZlJy1cJwTzDzv { width:11.5625rem;height:2.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2pPye5E8dIl12L3xdGlXxD1vfKA5AgK { width:8.3125rem;height:1.3rem;top:2rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc3n5VJkw93MybVMy03zGQAKDBrdd8od { width:8.1875rem;height:3rem;top:1.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI91Q7W5OB74fvrAAvnZHEd9mLOe7UkJ { width:18.6875rem;height:24.9375rem;top:7.5177083015444rem;left:0.65625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPFIQ7N7peCzr4WsTGiWC3iHEpX7rdXZ { width:12.5rem;height:1.3rem;top:53.96875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k462mLDOGVae1JnKgGtcEpu78wmWJmZF { display:block; }#k462mLDOGVae1JnKgGtcEpu78wmWJmZF > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC { display:block; }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuxRrznlwMo8EbRmCWEUUb0yM3xXeXgw { width:14.625rem;height:16.8125rem;top:6.091796875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHVJ7urP9TiMn3M5mxc2m8Ue0li5IckC { width:19.0605625rem;height:3.25rem;top:1.18359375rem;left:0.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTQdhhwlKJeyo96MzWtWKtzfBmeBCG63 { width:4.6875rem;height:0.24902375rem;top:25.46630859375rem;left:6.9375rem;background-color:#ffe16c;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) { #nvHXBCTBAVTNqWJOpmTNXd59Rgxxf5U9 { top:5.30078125rem;left:1.0625rem;width:18rem;height:45.0625rem;z-index:14999;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r3mcQynrhTbegUt3ZO5DeXehlz5nI8hB { width:10.8125rem;height:1.6875rem;top:49.40625rem;left:8.0319148936169rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI2RuPxEKFrd4o86ZOisB2oiwkTpPtoT { display:block; }
 }@media only screen and (max-width: 763px) { #FVHTx34zUd1oz6Sb2RnUldMZMerd0yuO { width:20rem;height:46.375rem;top:6.091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhnitaEsXU0VtBC4UEWo3QeQgH98DLB3 { width:16.9375rem;height:21.45rem;top:26.42578125rem;left:1.53125rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #ePgTtp1m84aH5JNGLKP8C2aMh10IN9hE { width:19.8125rem;height:19.8125rem;top:4.43359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR { display:block; }#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs { display:block; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scsoArXgureidRSr5FTRsmg5cQ4rVc09 { height:11.187rem;width:19.9995rem;top:21.215825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB7wTmAuTZn1OD3NoKI9wJtI8RMs3OfC { width:19.9995rem;height:3.7125rem;top:4.44824375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss68W2PmUpXCIl8QRCFwZM3h707J0Zln { width:19.9995rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9RIF4PkpiBv1DK1fy8CWT75XQoFmEoh { width:18.1875rem;height:10.5625rem;top:9.4057625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t { display:block; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t { background-color: transparent; background-image: none; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container > .video-iframe-container { display: none; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row > .video-iframe-container { display: none; }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .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); }#IJ5wRFoc5T4TLlnVVeDVuSZkevilmp3t > .row .container { width:20rem;height:24.375rem;background-color:#084c7c;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zO9JTxlA3LpEDAUzQUTB59IPRJ3b5i9w { width:19.9995rem;height:16.1865rem;top:3.7348625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrUidO0suibEz5dvqIteZPbbSRhTfDSF { width:19.9995rem;height:1.23779375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9izG7r7rHh6b814NLU5smIfTw82EV4O { width:19.999rem;height:1.3rem;top:5.9912125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw { width:1.875rem;height:1.875rem;top:24.1875rem;left:7.5rem;display:block; }
#vMEw5xIG9l60AUx7uzR60Uy5hZkJvZIw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 { width:1.999025rem;height:1.999025rem;top:24.125rem;left:4.25rem;display:block; }
#zQSMEIAva0MU1PkXMfiOe7x3n68lwSE4 > img { max-width: 100%;max-height:100%; width:1.999025rem; height:1.999025rem; } }@media only screen and (max-width: 763px) { #ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd { width:2.0625rem;height:2.0625rem;top:24rem;left:13.6875rem;display:block; }
#ITuqhbwIsZ0045F5unB0FmBHDeyoaIbd > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #syhPM5uCxLXT81HJwGRapmhLFwoJgTsK { width:2.124025rem;height:2.124025rem;top:24.0625rem;left:10.4375rem;display:block; }
#syhPM5uCxLXT81HJwGRapmhLFwoJgTsK > img { max-width: 100%;max-height:100%; width:2.124025rem; height:2.124025rem; } }@media only screen and (max-width: 763px) { #SWg4PgbGTxhvsBVme21PLm95aoBtHP0K { width:7.5625rem;height:2.1125rem;top:15rem;left:7.1875rem;font-size:0.8125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNrACKwIWoGSu1KeI9ETShGafUumcWFC { width:1.186525rem;height:1.186525rem;top:15.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcRhg7l2Tp8pOAyorQvQ6HFlrvT8ITPX { width:1.125rem;height:1.125rem;top:18.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgPqQI4dLdJPk8o7TeLAtpBXoqmTnUBG { width:7.7480625rem;height:1.05625rem;top:18.1875rem;left:7rem;font-size:0.8125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNDWZs7UfmKEOV6QeJmwU5L0zOezJP6k { width:1.249025rem;height:1.249025rem;top:19.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISpfHDIhxTGUP4KktXTdOP2EsHyNVfLz { width:7.1875rem;height:1.05625rem;top:19.8125rem;left:7.5625rem;font-size:0.8125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEKhKPvam0ept4woTqvz2ql6ktnex1Tq { width:6.9980625rem;height:3.499025rem;top:8.6875rem;left:6.5rem;display:block; }
 }