.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#084c7c;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/d2a70fa6-dedc-417f-9be4-a9de435c4c06/portraitoffemaledoctorinwhiteuniformstandin20241020013507utc.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:43rem;width:60rem;position:relative;display:block; }#yFiSDDwQsJfBs8SXQcEp4IASSysdfQT0 { background-color:#084c7c;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.2158203125rem;left:2.435546875rem;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:9.6875rem;width:9.6875rem;top:0rem;left:1.375rem;overflow:hidden;display:block; }
#p1O5bCrr1vgNPdUrK8Rwzvdqf29t4NWn { 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:10.9375rem;width:34.375rem;top:10.9375rem;left:0rem;overflow:hidden;display:block; }
#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/d793733e-ba6e-443b-b40c-2874fb0ea617/Tapbio252.png");background-position:top left !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; }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3.adaptive-delivery-prevent-bg, #NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3.lazyload, #NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3.lazyloading { background-image: none; }#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:47.75rem;width:60rem;position:relative;display:block; }#Ul5UQVOLWLW12UuJ2TWFM1CimFZxDriw { color:#084c7c;display:block;width:39rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.614501953125rem;left:3.295166015625rem;height:3.16875rem;font-style:normal;display:block; }
#pHWdmxTe678i5UlMc69Krtcfn1PuZDb1 { box-sizing:content-box;height:3.06225625rem;width:27.312rem;position:absolute;display:block;z-index:14999;background-color:#fce895;background-image:none;top:3.667236328125rem;left:3.295166015625rem;display:block; }
#nDK9S7lcPIeW06kWugly69KxuaDtgIgo { color:#084c7c;display:block;width:26.562rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.357421875rem;left:3.29443359375rem;height:35.34375rem;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; }
#HmuFFwEt5ifJCQhy9byBRPhs0TPNfzCx { position:absolute;display:block;z-index:15007;background-color:#2357db;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.124511875rem;width:14.937rem;top:2.020751953125rem;left:0rem;display:block; }
#I9LTEcov0iUlbMI9eFRxrqMNtkm6Dhbl { background-color:#084c7c;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9355625rem;height:3.124025rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.9033203125rem;left:34.4375rem;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: none;height:25.624rem;width:23.5615rem;top:6.7822265625rem;left:33.125rem;overflow:hidden;display:block; }
#R6owVMnSie0bLBhzR9FcNa7oMEvxTv2r { box-sizing:content-box;height:25.8125rem;width:26rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;top:8.43798828125rem;left:3.29443359375rem;display:block; }
#dnxIolR4nxfoObaBZkJlpIX2UFH2yhTZ { box-sizing:content-box;height:45.1875rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.9);background-image:none;top:2.01953125rem;left:0rem;display:block; }
#oAbZ9lTuKLWz7xdDbAVPbKMO7RxTTDCe { color:#084c7c;display:block;width:23.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:34.25rem;left:32.9365234375rem;height:6.5rem;display:block; }
#cXDD8I3JhssXMkXw5N5IJVnKdovOW7Qb { box-sizing:content-box;height:12.625rem;width:28.4375rem;position:absolute;display:block;z-index:15002;background-color:#fce895;background-image:none;top:19.83203125rem;left:2.23046875rem;display:block; }
#rJMC5fqh1G85hqMADvk421MNXE9OnCzZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:7.5rem;top:6.2197265625rem;left:8.810546875rem;overflow:hidden;display:block; }
#F6AdwENSUqHrozh7baRP6lZJ7sOW1xJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e4275;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:#ffe16c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #ffe16c;border-left:0.1875rem solid #ffe16c;border-right:0.1875rem solid #ffe16c;border-bottom:0.1875rem solid #ffe16c;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:#084c7c;width:29.375rem;height:3.4375rem;font-family:poppins;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:#084c7c;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.837890625rem;left:26.65625rem;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:#084c7c;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.837890625rem;left:26.65625rem;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:poppins;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.16875rem;font-style:normal;display:block; }
#muKtQqFr7QcThMtuqcOyr8VqUbNwixfa { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.2509765625rem;left:1.2490234375rem;height:1.7875rem;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:url("https://images.assets-landingi.com/uc/d793733e-ba6e-443b-b40c-2874fb0ea617/Tapbio252.png");background-position:top left !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; }#rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr.adaptive-delivery-prevent-bg, #rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr.lazyload, #rTtSX2SCRxTPFI4VuUWo2G9JEW34NJcr.lazyloading { background-image: none; }#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:#084c7c;display:block;width:16.125rem;position:absolute;font-family:poppins;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:#084c7c;display:block;width:26.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.73828125rem;left:2.619140625rem;height:11.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nRkgXWET3NnieAe16IHQmThDmBlon6JW { color:#084c7c;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:41.630859375rem;left:33.2177734375rem;height:10.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HClmxgWvoBMn3VQEON3any87Hh0d0Srs { color:#084c7c;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:#084c7c;display:block;width:45.25rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.62353515625rem;left:14.75rem;height:3.65625rem;font-style:normal;display:block; }
#syEvWzlNaG3eDdHPnkw4uRXvLDlgRaJU { position:absolute;display:block;z-index:15005;background-color:#ffe16c;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:6.68701171875rem;left:26.9677734375rem;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:#084c7c;display:block;width:16.125rem;position:absolute;font-family:poppins;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:#084c7c;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:21.73828125rem;left:33.2177734375rem;height:11.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nn1kORSEvcw9NaTKaFkDT7NkHZPwNiBP { color:#084c7c;display:block;width:16.125rem;position:absolute;font-family:poppins;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:#084c7c;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:41.630859375rem;left:2.619140625rem;height:10.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TdHUCfpuq5R8gIg37e1evSDW5pHNKDVe { color:#084c7c;display:block;width:16.125rem;position:absolute;font-family:poppins;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:#084c7c;display:block;width:16.125rem;position:absolute;font-family:poppins;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:#084c7c;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:61.3623046875rem;left:2.619140625rem;height:14.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AINF6fskP9VJtgcPtu4pWKnXTW432mnM { color:#084c7c;display:block;width:16.125rem;position:absolute;font-family:poppins;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:#084c7c;display:block;width:22.371125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:61.36328125rem;left:33.34375rem;height:11.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E3PctN9vavkcq1A4Qx5QIkSfJP4J5VDx { position:absolute;display:block;z-index:15006;background-color:#ffe16c;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:#ffe16c;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:#ffe16c;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:#ffe16c;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:#ffe16c;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:#ffe16c;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; }
#DW9fd7621WG0bsb1RQBrhHfLPkLoBDgE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:7.5rem;top:4.6875rem;left:22.21875rem;overflow:hidden;display:block; }
#CpTKkpDAofCmXAoHeu2Bri0veucpirWf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d793733e-ba6e-443b-b40c-2874fb0ea617/Tapbio252.png");background-position:top left !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; }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf.adaptive-delivery-prevent-bg, #CpTKkpDAofCmXAoHeu2Bri0veucpirWf.lazyload, #CpTKkpDAofCmXAoHeu2Bri0veucpirWf.lazyloading { background-image: none; }#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:174.75rem;width:60rem;position:relative;display:block; }#dVT0tBzReElc6cSLBszC4IMT7pxcpqXZ { position:absolute;display:block;z-index:15001;background-color:#084c7c;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.874025rem;width:31.2495rem;top:1.46923828125rem;left:2.0625rem;display:block; }
#ABzSpmDd0mNAVBe9TbnrrSsQ5mfPyU4E { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.60693359375rem;left:3.310546875rem;height:2.6rem;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:#084c7c;display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15005;line-height:1.875;letter-spacing:0;top:6.1240234375rem;left:23.7158203125rem;height:13.125rem;font-style:normal;display:block; }
#Vu5QpaNUDGrW9kGFKI2a6ErVZBtfXkek { color:#084c7c;display:block;width:27.999rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:31.435546875rem;left:2.3876953125rem;height:1.625rem;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:22.5rem;width:20.3115rem;top:5.4990234375rem;left:2.0625rem;overflow:hidden;display:block; }
#bqzhIa9KTQhISmkpfSwntBSbBhUaTFcm { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:4.749025rem;width:4.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:21.3720703125rem;left:25.087890625rem; }
#BeMboL22XVpT6atBazdQkdQnDIo0eLXX { color:#084c7c;display:block;width:25.7470625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15006;line-height:1.875;letter-spacing:0;top:19.9970703125rem;left:30.3857421875rem;height:7.5rem;font-style:normal;display:block; }
#g0yJ2JbH1WRXI7KFRQDNm2erpNvzKdo8 { box-sizing:content-box;height:140.6875rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.9);background-image:none;top:33.8759765625rem;left:0rem;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; }
#k5kvQb3ZFvQayGDuu5pbb3QPsu1BGnZ0 { box-sizing:content-box;height:36.999rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.9);background-image:none;top:0rem;left:0rem;display:block; }
#DMZxd4yXFMOHqXX9E8hqNU5TDGmGf21w { color:#084c7c;display:block;width:25.7470625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.875;letter-spacing:0;top:28.873046875rem;left:25.087890625rem;height:1.40625rem;font-style:normal;display:block; }
#aXquf9SHISRexpHFxMSx2WivyLJwPeuR { 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:9.8745rem;width:9.624rem;top:27.9990234375rem;left:46.51025390625rem;overflow:hidden;display:block; }
#Zr2ki95UVfk0GyPXCGFowJVCC66IiMCB { 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.6875rem;width:7.3125rem;top:30.591796875rem;left:36.6826171875rem;overflow:hidden;display:block; }
#iTxeJr6gwdeGdnqWQI5mNPcdn7to8km1 { 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:6.1245125rem;width:13.5615rem;top:30.216796875rem;left:21.8408203125rem;overflow:hidden;display:block; }
#EgHZ6yo2QV8TxgPlEwtTfkQBncL9qCQB { position:absolute;display:block;z-index:15005;background-color:#ffe16c;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:33.8759765625rem;left:2.0625rem;display:block; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffe16c;background-image:none;vertical-align:top; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:poppins;color:#084c7c;height:auto; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;color:#084c7c;font-family:poppins;height:auto; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-trigger { width:0.9375rem;min-width:0.9375rem;height:0.9375rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-trigger.adaptive-delivery-prevent-bg, #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-trigger.lazyload, #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-trigger.lazyloading { background-image: none; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz { box-sizing:content-box;height:auto;width:35.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15030;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:72.3125rem;left:18.931640625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #xVys7yWuANCphBk3Ai0w0kzgb54cTkvi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #yR5gT8hXVzwAiZqTlFs721y4QGfyZtn8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #TMiBl5VEayh6ZvAF9sEbfCT3Xb7bQirc { display:block;position:relative; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #vG5ATMBJD4fEeM41NDWqLpGEcW2HNdOc {  }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #KOeGycRMvAaGECCFGgEBuHBTXAb880qo {  }
#xRfxNzDn3cTG1OJqbralCz4DFVqooTBh { 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:15.125rem;width:15.125rem;top:72.3125rem;left:3.310546875rem;overflow:hidden;display:block; }
#EocuTT5y6wcu8hh78wya11ceFFznpELF { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:15.375rem;top:92.4375rem;left:38.560546875rem;overflow:hidden;display:block; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffe16c;background-image:none;vertical-align:top; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:poppins;color:#084c7c;height:auto; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;color:#084c7c;font-family:poppins;height:auto; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-trigger.adaptive-delivery-prevent-bg, #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-trigger.lazyload, #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-trigger.lazyloading { background-image: none; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J { box-sizing:content-box;height:auto;width:32.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15029;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:92.4375rem;left:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #UT1oqJQvylov4NmT8RAT8rDurnZQw9H8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #p04D712zTLZfBSGNEIInqMQStZg0999E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #FRkl7zTW7AsDrNeidaRrda0lpKUTzhni { display:block;position:relative; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #T1waS778b07fXvlb7CyfM39vecnUDWHn {  }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #g46EfDnU02aDHUD8K8KEHNCy3a9hboXl {  }
#JuT6bXnAbT7shLJL5S7OOte13lxLPTO6 { position:absolute;display:block;z-index:15025;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:15.375rem;width:15.375rem;top:132.9375rem;left:39.748046875rem;overflow:hidden;display:block; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffe16c;background-image:none;vertical-align:top; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:poppins;color:#084c7c;height:auto; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;color:#084c7c;font-family:poppins;height:auto; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-trigger.adaptive-delivery-prevent-bg, #hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-trigger.lazyload, #hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-trigger.lazyloading { background-image: none; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s { box-sizing:content-box;height:auto;width:34.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15031;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:132.9375rem;left:2.3876953125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#hy949urxmJHAnL3hEJSedq9MkepGCw3s #ubK6gkmpxDoZ5JNzuhyBemakRsDJTGlz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s #D0H6RGJMRVXq98PfslrCzppXHJgEMGdc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s #SkS2UrPdlxGAvzAkMyJ5UI4f0AahaI6o { display:block;position:relative; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s #sT83h2dWZQqTw56OOfHSaWopUMA6QTaR {  }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s #kSPJNxdBP2i8MgZ10EJ1lS4GurpALdXT {  }
#uTXNSzCUL0mCX6MTNFkBIcJgODTSUhnH { position:absolute;display:block;z-index:15027;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:15.5rem;width:15.5rem;top:112.625rem;left:3.310546875rem;overflow:hidden;display:block; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffe16c;background-image:none;vertical-align:top; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:poppins;color:#084c7c;height:auto; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;color:#084c7c;font-family:poppins;height:auto; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-trigger.adaptive-delivery-prevent-bg, #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-trigger.lazyload, #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-trigger.lazyloading { background-image: none; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT { box-sizing:content-box;height:auto;width:33.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15032;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:112.625rem;left:19.373046875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #fwVivAKAkUuqUiFQ8u9BTExZGu6KVXkT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #I69fIeKffKDJdfA6eAl2KdMGsUSqp7i2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #dbsTIF6S57c8TKu2E17Eso8QlTivIbMg { display:block;position:relative; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #ETgR7TOVJW9SpTDMeWUGQyL74wSns9vB {  }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #wrqWy7VAN0cyMg1QZPMIu4UZE6zIzmPS {  }
#INLLZrPM7gBnwageHVRlPxGMNh36wGa4 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:15.375rem;top:155.1259765625rem;left:3.310546875rem;overflow:hidden;display:block; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffe16c;background-image:none;vertical-align:top; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:poppins;color:#084c7c; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;color:#084c7c;font-family:poppins;height:auto; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-trigger.adaptive-delivery-prevent-bg, #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-trigger.lazyload, #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-trigger.lazyloading { background-image: none; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf { box-sizing:content-box;height:auto;width:34.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15033;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:154.3759765625rem;left:18.9765625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #A3IGR2dqqfzwwL5pIVAvzzNGO1tSVwpP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #ycS5ehXoZT2yTrkK1PI3RUecTKDv4WQT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #HRDnRkm0Wz60QJ25mgxEPUPJX2RMqp0B { display:block;position:relative; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #EAHIO21IHc7NrNcVOAO3BmifIe871JG6 {  }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #vR66IGqz0hZdKpqzB1BFl9RHaBtuiFmF {  }
#FxpCp405Lrk4Xqgtl9V7FEOBKxMqrdOQ { color:#084c7c;display:block;width:29.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:41.623046875rem;left:15.34375rem;height:1.625rem;font-style:normal;display:block; }
#BpNmNy9D0TLQUGBoJwf4JhlZTb8vuBIm { position:absolute;display:block;z-index:15034;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:16.3125rem;width:16.3125rem;top:48.6572265625rem;left:39.7890625rem;overflow:hidden;display:block; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffe16c;background-image:none;vertical-align:top; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:poppins;color:#084c7c;height:auto; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;color:#084c7c;font-family:poppins;height:auto; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-trigger { width:0.9375rem;min-width:0.9375rem;height:0.9375rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-trigger.adaptive-delivery-prevent-bg, #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-trigger.lazyload, #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-trigger.lazyloading { background-image: none; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe { box-sizing:content-box;height:auto;width:35.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15031;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:48.125rem;left:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #EiDT83r4HkFoKbVnkfmtIGzMDTzG2eJP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #KdC2M4V93a48e6tyo6XkATxfuMBIaQKf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #u3ZdFtXVi3GHTlIpwmpFRNgL1W4lUw8T { display:block;position:relative; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #cm5XGqTUQuxv7iE7gROfkBEeDDIT3Pv6 {  }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #Cz817yGqE6lA63AX4ufTL6wJJvg1ZDMy {  }
#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d793733e-ba6e-443b-b40c-2874fb0ea617/Tapbio252.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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; }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC.adaptive-delivery-prevent-bg, #BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC.lazyload, #BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC.lazyloading { background-image: none; }#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:48.25rem;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:27.9375rem;width:27.9375rem;top:1.98779296875rem;left:1.1865234375rem;overflow:hidden;display:block; }
#ZHVJ7urP9TiMn3M5mxc2m8Ue0li5IckC { color:#084c7c;display:block;width:39rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.98828125rem;left:31.875rem;height:2.275rem;font-style:normal;display:block; }
#UTQdhhwlKJeyo96MzWtWKtzfBmeBCG63 { position:absolute;display:block;z-index:15004;background-color:#ffe16c;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:5.78125rem;left:31.875rem;display:block; }
#pqEIctZT4JdpAWknCQniIBw74vlb5V5V { color:#084c7c;display:block;width:26.9365rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8466796875rem;left:31.5302734375rem;height:26.1625rem;display:block; }
#KZt21VSzvpXLgbphNx6hQWSZCBKkJhfr { box-sizing:content-box;height:6.75rem;width:28.4375rem;position:absolute;display:block;z-index:15000;background-color:#fce895;background-image:none;top:7.2509765625rem;left:30.78125rem;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:#084c7c;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9355625rem;height:3.124025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.6875rem;left:33.0576171875rem;display:block; }
#uI2RuPxEKFrd4o86ZOisB2oiwkTpPtoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xSN832XBqzEFb8CrSlJZsBklyyErzThX { color:#4e4e80;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:31.240234375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wMhmHZ8D2i3kT9rSXyiTuVyB7Rp4WbpA { color:#4e4e80;display:block;width:24.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:35.6875rem;left:2.78125rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#pmudON8ERUBNn2EI4a6o1RuHH1kCQbcd { position:absolute;display:block;z-index:15014;background-color:#ffe16c;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.4375rem;width:16.125rem;top:33.990234375rem;left:2.65625rem;display:block; }
#XWUpMIgySHdX1oZfyLNIbruE8OzFUG7t { 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:15025;opacity:1;top:30.927734375rem;left:18.8125rem; }
#FVHTx34zUd1oz6Sb2RnUldMZMerd0yuO { box-sizing:content-box;height:44.4375rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.9);background-image:none;top:0.57421875rem;left:0rem;display:block; }
#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e4275;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; }#BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays { border-top:1.25rem solid #084c7c;border-left:1.25rem solid #084c7c;border-right:1.25rem solid #084c7c;border-bottom:1.25rem solid #084c7c;background-color:#084c7c;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; }#BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays > .row .container { background-color: transparent; background-image: none; }#BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays > .row .container > .video-iframe-container { display: none; }#BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays > .row > .video-iframe-container { display: none; }#BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays > .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); }#BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays > .row .container { border-width: 0; border-radius: 0; }#BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays > .row .container { font-size:0.875rem;font-family:arial;height:34.59375rem;width:60rem;position:relative;display:block; }#KrvIkci0i7nTyxIPlDyegIkZQrCZg0xa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5615rem;width:22.5615rem;top:8.900390625rem;left:4.7490234375rem;overflow:hidden;display:block; }
#OWVlPliunyK8UiNMXkZfdH6A2zKED8MV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.374rem;width:22.374rem;top:8.994140625rem;left:31.80908203125rem;overflow:hidden;display:block; }
#dpZOcP8QTuhxsGqVnQlRWQPSW6puhvfv { color:#084c7c;display:block;width:39rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.625rem;left:2.8125rem;height:6.3375rem;font-style:normal;display:block; }
#WLTpZGQPVxKI2EepL2JisGGyI1KvvFKc { box-sizing:content-box;height:3.0625rem;width:36.9375rem;position:absolute;display:block;z-index:15001;background-color:#fce895;background-image:none;top:0.625rem;left:2.125rem;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:#084c7c;display:block;width:26.625rem;position:absolute;font-family:poppins;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.5375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ss68W2PmUpXCIl8QRCFwZM3h707J0Zln { color:#084c7c;display:block;width:27.125rem;position:absolute;font-family:poppins;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:#084c7c;display:block;width:26.1875rem;position:absolute;font-family:poppins;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.1625rem;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:#084c7c;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:poppins;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:#084c7c;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:poppins;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:poppins;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:poppins;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:poppins;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.8125rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wurdN7elW3wVVe8nMNiXrB8pBcWaw1lR { display:block; }
 }@media only screen and (max-width: 763px) { #JkXJfQyThTPBNSbnZSaLafVuSr6tSgF1 { top:0rem;left:0rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1O5bCrr1vgNPdUrK8Rwzvdqf29t4NWn { top:10.9375rem;left:0rem;width:34.375rem;height:10.9375rem;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:3.5625rem;left:0rem;width:39rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHWdmxTe678i5UlMc69Krtcfn1PuZDb1 { top:3.625rem;left:0rem;width:27.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDK9S7lcPIeW06kWugly69KxuaDtgIgo { top:9.3125rem;left:0rem;width:26.5rem;height:35.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmuFFwEt5ifJCQhy9byBRPhs0TPNfzCx { width:14.875rem;height:0.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9LTEcov0iUlbMI9eFRxrqMNtkm6Dhbl { width:20.875rem;height:3.0625rem;top:41.875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvZxi3Easm6EtCeDUqgfa9bzT40HqBCk { display:block; }
 }@media only screen and (max-width: 763px) { #JQK1Mx8KmLPpI1GAPZMVuaP3DzFbBxnL { top:6.75rem;left:24.25rem;width:23.5rem;height:25.557116482397rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6owVMnSie0bLBhzR9FcNa7oMEvxTv2r { top:8.4375rem;left:0rem;width:26rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnxIolR4nxfoObaBZkJlpIX2UFH2yhTZ { top:2rem;left:0rem;width:47.75rem;height:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAbZ9lTuKLWz7xdDbAVPbKMO7RxTTDCe { top:34.25rem;left:23.8125rem;width:23.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXDD8I3JhssXMkXw5N5IJVnKdovOW7Qb { top:19.8125rem;left:0rem;width:28.4375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJMC5fqh1G85hqMADvk421MNXE9OnCzZ { top:6.1875rem;left:2.685546875rem;width:7.5rem;height:1.3125rem;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:42.4375rem;height:1.75rem;font-size:1.3125rem;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:11.6875rem;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRkgXWET3NnieAe16IHQmThDmBlon6JW { width:22.625rem;height:10.375rem;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.5625rem;left:2.5rem;width:45.25rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syEvWzlNaG3eDdHPnkw4uRXvLDlgRaJU { top:6.625rem;left:20.8427734375rem;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:11.6875rem;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) { #DW9fd7621WG0bsb1RQBrhHfLPkLoBDgE { top:4.6875rem;left:16.09375rem;width:7.5rem;height:1.3125rem;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) { #dVT0tBzReElc6cSLBszC4IMT7pxcpqXZ { width:31.1875rem;height:2.8125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABzSpmDd0mNAVBe9TbnrrSsQ5mfPyU4E { width:17.8125rem;height:2.5625rem;top:1.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5d2ygV3wndC6As3EKl2FwlHEUhNgrni { width:36.0625rem;height:13.125rem;top:6.0625rem;left:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu5QpaNUDGrW9kGFKI2a6ErVZBtfXkek { width:27.9375rem;height:1.5625rem;top:31.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4ePczrhu9SC5RhH8zCsOrBNeLWIqr1G { width:20.25rem;height:22.431873569161rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqzhIa9KTQhISmkpfSwntBSbBhUaTFcm { top:21.3125rem;left:18.962890625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeMboL22XVpT6atBazdQkdQnDIo0eLXX { width:25.6875rem;height:7.5rem;top:19.9375rem;left:22.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0yJ2JbH1WRXI7KFRQDNm2erpNvzKdo8 { top:33.875rem;left:0rem;width:47.75rem;height:140.6875rem;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) { #k5kvQb3ZFvQayGDuu5pbb3QPsu1BGnZ0 { top:0rem;left:0rem;width:47.75rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMZxd4yXFMOHqXX9E8hqNU5TDGmGf21w { width:25.6875rem;height:1.375rem;top:28.8125rem;left:18.962890625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXquf9SHISRexpHFxMSx2WivyLJwPeuR { top:27.9375rem;left:38.1875rem;width:9.5625rem;height:9.8113992362844rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr2ki95UVfk0GyPXCGFowJVCC66IiMCB { top:30.5625rem;left:30.5576171875rem;width:7.3125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTxeJr6gwdeGdnqWQI5mNPcdn7to8km1 { top:30.1875rem;left:15.7158203125rem;width:13.5rem;height:6.0967384691959rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgHZ6yo2QV8TxgPlEwtTfkQBncL9qCQB { top:33.875rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz { display:flex;height:auto;width:27.8125rem;top:61.4375rem;left:5.03125rem; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #xVys7yWuANCphBk3Ai0w0kzgb54cTkvi {  }
 }@media only screen and (max-width: 763px) { #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #yR5gT8hXVzwAiZqTlFs721y4QGfyZtn8 {  }
 }@media only screen and (max-width: 763px) { #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #TMiBl5VEayh6ZvAF9sEbfCT3Xb7bQirc {  }
 }@media only screen and (max-width: 763px) { #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #vG5ATMBJD4fEeM41NDWqLpGEcW2HNdOc {  }
 }@media only screen and (max-width: 763px) { #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #KOeGycRMvAaGECCFGgEBuHBTXAb880qo {  }
 }@media only screen and (max-width: 763px) { #xRfxNzDn3cTG1OJqbralCz4DFVqooTBh { top:72.3125rem;left:0rem;width:15.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EocuTT5y6wcu8hh78wya11ceFFznpELF { top:92.4375rem;left:32.375rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J { display:flex;height:auto;width:27.8125rem;top:61.4375rem;left:5.03125rem; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #UT1oqJQvylov4NmT8RAT8rDurnZQw9H8 {  }
 }@media only screen and (max-width: 763px) { #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #p04D712zTLZfBSGNEIInqMQStZg0999E {  }
 }@media only screen and (max-width: 763px) { #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #FRkl7zTW7AsDrNeidaRrda0lpKUTzhni {  }
 }@media only screen and (max-width: 763px) { #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #T1waS778b07fXvlb7CyfM39vecnUDWHn {  }
 }@media only screen and (max-width: 763px) { #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #g46EfDnU02aDHUD8K8KEHNCy3a9hboXl {  }
 }@media only screen and (max-width: 763px) { #JuT6bXnAbT7shLJL5S7OOte13lxLPTO6 { top:132.9375rem;left:32.375rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s { display:flex;height:auto;width:27.8125rem;top:61.4375rem;left:5.03125rem; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #hy949urxmJHAnL3hEJSedq9MkepGCw3s #ubK6gkmpxDoZ5JNzuhyBemakRsDJTGlz {  }
 }@media only screen and (max-width: 763px) { #hy949urxmJHAnL3hEJSedq9MkepGCw3s #D0H6RGJMRVXq98PfslrCzppXHJgEMGdc {  }
 }@media only screen and (max-width: 763px) { #hy949urxmJHAnL3hEJSedq9MkepGCw3s #SkS2UrPdlxGAvzAkMyJ5UI4f0AahaI6o {  }
 }@media only screen and (max-width: 763px) { #hy949urxmJHAnL3hEJSedq9MkepGCw3s #sT83h2dWZQqTw56OOfHSaWopUMA6QTaR {  }
 }@media only screen and (max-width: 763px) { #hy949urxmJHAnL3hEJSedq9MkepGCw3s #kSPJNxdBP2i8MgZ10EJ1lS4GurpALdXT {  }
 }@media only screen and (max-width: 763px) { #uTXNSzCUL0mCX6MTNFkBIcJgODTSUhnH { top:112.625rem;left:0rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT { display:flex;height:auto;width:27.8125rem;top:61.4375rem;left:5.03125rem; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #fwVivAKAkUuqUiFQ8u9BTExZGu6KVXkT {  }
 }@media only screen and (max-width: 763px) { #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #I69fIeKffKDJdfA6eAl2KdMGsUSqp7i2 {  }
 }@media only screen and (max-width: 763px) { #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #dbsTIF6S57c8TKu2E17Eso8QlTivIbMg {  }
 }@media only screen and (max-width: 763px) { #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #ETgR7TOVJW9SpTDMeWUGQyL74wSns9vB {  }
 }@media only screen and (max-width: 763px) { #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #wrqWy7VAN0cyMg1QZPMIu4UZE6zIzmPS {  }
 }@media only screen and (max-width: 763px) { #INLLZrPM7gBnwageHVRlPxGMNh36wGa4 { top:155.125rem;left:0rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf { display:flex;height:auto;width:27.8125rem;top:61.4375rem;left:5.03125rem; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #A3IGR2dqqfzwwL5pIVAvzzNGO1tSVwpP {  }
 }@media only screen and (max-width: 763px) { #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #ycS5ehXoZT2yTrkK1PI3RUecTKDv4WQT {  }
 }@media only screen and (max-width: 763px) { #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #HRDnRkm0Wz60QJ25mgxEPUPJX2RMqp0B {  }
 }@media only screen and (max-width: 763px) { #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #EAHIO21IHc7NrNcVOAO3BmifIe871JG6 {  }
 }@media only screen and (max-width: 763px) { #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #vR66IGqz0hZdKpqzB1BFl9RHaBtuiFmF {  }
 }@media only screen and (max-width: 763px) { #FxpCp405Lrk4Xqgtl9V7FEOBKxMqrdOQ { width:29.3125rem;height:1.625rem;top:41.5625rem;left:9.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpNmNy9D0TLQUGBoJwf4JhlZTb8vuBIm { top:48.625rem;left:31.4375rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe { display:flex;height:auto;width:27.8125rem;top:61.4375rem;left:5.03125rem; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #EiDT83r4HkFoKbVnkfmtIGzMDTzG2eJP {  }
 }@media only screen and (max-width: 763px) { #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #KdC2M4V93a48e6tyo6XkATxfuMBIaQKf {  }
 }@media only screen and (max-width: 763px) { #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #u3ZdFtXVi3GHTlIpwmpFRNgL1W4lUw8T {  }
 }@media only screen and (max-width: 763px) { #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #cm5XGqTUQuxv7iE7gROfkBEeDDIT3Pv6 {  }
 }@media only screen and (max-width: 763px) { #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #Cz817yGqE6lA63AX4ufTL6wJJvg1ZDMy {  }
 }@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:1.9375rem;left:0rem;width:27.9375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHVJ7urP9TiMn3M5mxc2m8Ue0li5IckC { top:1.9375rem;left:8.75rem;width:39rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTQdhhwlKJeyo96MzWtWKtzfBmeBCG63 { top:5.75rem;left:23.875rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqEIctZT4JdpAWknCQniIBw74vlb5V5V { top:7.8125rem;left:20.875rem;width:26.875rem;height:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZt21VSzvpXLgbphNx6hQWSZCBKkJhfr { top:7.25rem;left:19.3125rem;width:28.4375rem;height:6.75rem;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:35.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI2RuPxEKFrd4o86ZOisB2oiwkTpPtoT { display:block; }
 }@media only screen and (max-width: 763px) { #xSN832XBqzEFb8CrSlJZsBklyyErzThX { top:31.1875rem;left:0rem;width:18.8125rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMhmHZ8D2i3kT9rSXyiTuVyB7Rp4WbpA { top:35.6875rem;left:0rem;width:24.4375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmudON8ERUBNn2EI4a6o1RuHH1kCQbcd { top:33.9375rem;left:0rem;width:16.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWUpMIgySHdX1oZfyLNIbruE8OzFUG7t { top:30.875rem;left:15.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVHTx34zUd1oz6Sb2RnUldMZMerd0yuO { top:0.5625rem;left:0rem;width:47.75rem;height:44.4375rem;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) { #BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays { display:block; }#BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrvIkci0i7nTyxIPlDyegIkZQrCZg0xa { top:8.875rem;left:0rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWVlPliunyK8UiNMXkZfdH6A2zKED8MV { top:8.9375rem;left:25.375rem;width:22.3125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpZOcP8QTuhxsGqVnQlRWQPSW6puhvfv { top:0.625rem;left:0rem;width:39rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLTpZGQPVxKI2EepL2JisGGyI1KvvFKc { top:0.625rem;left:0rem;width:36.9375rem;height:3rem;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/d2a70fa6-dedc-417f-9be4-a9de435c4c06/portraitoffemaledoctorinwhiteuniformstandin20241020013507utc.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFiSDDwQsJfBs8SXQcEp4IASSysdfQT0 { width:13.5rem;height:3.311525rem;top:27.482421875rem;left:1.2802734375rem;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:8.8125rem;height:8.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1O5bCrr1vgNPdUrK8Rwzvdqf29t4NWn { width:20rem;height:6.125rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 { display:block; }#NkCTuQax70Rp1x6XGzAHRpCyEE2qn4U3 > .row .container { width:20rem;height:103.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ul5UQVOLWLW12UuJ2TWFM1CimFZxDriw { width:19.0605625rem;height:2.4375rem;top:4.529296875rem;left:0.46923828125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHWdmxTe678i5UlMc69Krtcfn1PuZDb1 { width:17.5625rem;height:17.8125rem;top:47.6943359375rem;left:1.21875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #nDK9S7lcPIeW06kWugly69KxuaDtgIgo { width:17.3730625rem;height:49.96875rem;top:32.5537109375rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #HmuFFwEt5ifJCQhy9byBRPhs0TPNfzCx { width:6.249025rem;height:0.124511875rem;top:3rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9LTEcov0iUlbMI9eFRxrqMNtkm6Dhbl { width:15.1875rem;height:3.1875rem;top:95.3759765625rem;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:19.9980625rem;height:21.75rem;top:9.701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6owVMnSie0bLBhzR9FcNa7oMEvxTv2r { width:20rem;height:25.8125rem;top:11.499511875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnxIolR4nxfoObaBZkJlpIX2UFH2yhTZ { width:20rem;height:99.3125rem;top:1.138671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAbZ9lTuKLWz7xdDbAVPbKMO7RxTTDCe { width:17rem;height:7.7988125rem;top:85.28515625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXDD8I3JhssXMkXw5N5IJVnKdovOW7Qb { width:20rem;height:9.5625rem;top:84.4033203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJMC5fqh1G85hqMADvk421MNXE9OnCzZ { width:7.5rem;height:1.3125rem;top:6.966796875rem;left:4.125rem;display:block; }
 }@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.625rem;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.4121125rem;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:175.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbLffp6sGOQmKNosetkKwhOixbeWZKKe { width:19.875rem;height:1.70605625rem;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:18.19725rem;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:15.597625rem;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:11.5rem;height:4.875rem;top:1.65234375rem;left:4.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #syEvWzlNaG3eDdHPnkw4uRXvLDlgRaJU { width:4.6875rem;height:0.24902375rem;top:3.96484375rem;left:9.6875rem;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.70605625rem;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:15.597625rem;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.70605625rem;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.297875rem;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.70605625rem;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.70605625rem;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.4970625rem;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.70605625rem;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.89743125rem;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) { #DW9fd7621WG0bsb1RQBrhHfLPkLoBDgE { width:7.5rem;height:1.3125rem;top:6.52734375rem;left:7.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpTKkpDAofCmXAoHeu2Bri0veucpirWf { display:block; }#CpTKkpDAofCmXAoHeu2Bri0veucpirWf > .row .container { width:20rem;height:228.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVT0tBzReElc6cSLBszC4IMT7pxcpqXZ { width:11.3730625rem;height:2.874025rem;top:2.1416015625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABzSpmDd0mNAVBe9TbnrrSsQ5mfPyU4E { width:10.7475625rem;height:1.29980625rem;top:2.9296875rem;left:4.62451171875rem;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:18.375rem;top:24.9931640625rem;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) { #Vu5QpaNUDGrW9kGFKI2a6ErVZBtfXkek { width:19.9980625rem;height:1.29980625rem;top:58.400390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4ePczrhu9SC5RhH8zCsOrBNeLWIqr1G { width:16.4355625rem;height:18.2475625rem;top:4.22900390625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqzhIa9KTQhISmkpfSwntBSbBhUaTFcm { width:4.6875rem;height:4.6875rem;top:44.6513671875rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeMboL22XVpT6atBazdQkdQnDIo0eLXX { width:15.8730625rem;height:6.5625rem;top:50.3076171875rem;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) { #g0yJ2JbH1WRXI7KFRQDNm2erpNvzKdo8 { width:19.9995rem;height:33.4995rem;top:4.22900390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ZT2hKpZNFnNRsKPS1eBRlDZhE1uanS { width:20rem;height:198.75rem;top:28.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5kvQb3ZFvQayGDuu5pbb3QPsu1BGnZ0 { width:19.9995rem;height:36.999rem;top:23.37158203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMZxd4yXFMOHqXX9E8hqNU5TDGmGf21w { width:15.4995rem;height:2.25rem;top:63.369140625rem;left:2.24853515625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXquf9SHISRexpHFxMSx2WivyLJwPeuR { width:9.5625rem;height:9.8105625rem;top:76.40234375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr2ki95UVfk0GyPXCGFowJVCC66IiMCB { width:7.3125rem;height:4.6875rem;top:73.40234375rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTxeJr6gwdeGdnqWQI5mNPcdn7to8km1 { width:13.5rem;height:6.09668125rem;top:66.556640625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgHZ6yo2QV8TxgPlEwtTfkQBncL9qCQB { width:4.6875rem;height:0.1875rem;top:60.275390625rem;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) { #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-heading-text { font-size:0.9375rem;height:auto; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz { display:flex;height:auto;width:15.5625rem;top:195.90234375rem;left:0.96875rem;z-index:15030; }
#f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #xVys7yWuANCphBk3Ai0w0kzgb54cTkvi {  }
 }@media only screen and (max-width: 763px) { #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #yR5gT8hXVzwAiZqTlFs721y4QGfyZtn8 {  }
 }@media only screen and (max-width: 763px) { #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #TMiBl5VEayh6ZvAF9sEbfCT3Xb7bQirc {  }
 }@media only screen and (max-width: 763px) { #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #vG5ATMBJD4fEeM41NDWqLpGEcW2HNdOc {  }
 }@media only screen and (max-width: 763px) { #f3BETsPpv7qWhTwefyZaLWQwa6xTh6tz #KOeGycRMvAaGECCFGgEBuHBTXAb880qo {  }
 }@media only screen and (max-width: 763px) { #xRfxNzDn3cTG1OJqbralCz4DFVqooTBh { width:15.125rem;height:15.125rem;top:180.83984375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EocuTT5y6wcu8hh78wya11ceFFznpELF { width:15.0625rem;height:15.0625rem;top:114.71484375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-heading-text { font-size:0.9375rem;height:auto; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J { display:flex;height:auto;width:17rem;top:129.1875rem;left:0rem; }
#quwG4FAUA2vvkTTL749CgBPVvdTlXA4J .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #UT1oqJQvylov4NmT8RAT8rDurnZQw9H8 {  }
 }@media only screen and (max-width: 763px) { #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #p04D712zTLZfBSGNEIInqMQStZg0999E {  }
 }@media only screen and (max-width: 763px) { #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #FRkl7zTW7AsDrNeidaRrda0lpKUTzhni {  }
 }@media only screen and (max-width: 763px) { #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #T1waS778b07fXvlb7CyfM39vecnUDWHn {  }
 }@media only screen and (max-width: 763px) { #quwG4FAUA2vvkTTL749CgBPVvdTlXA4J #g46EfDnU02aDHUD8K8KEHNCy3a9hboXl {  }
 }@media only screen and (max-width: 763px) { #JuT6bXnAbT7shLJL5S7OOte13lxLPTO6 { width:15.375rem;height:15.375rem;top:157.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-heading-text { font-size:0.9375rem;height:auto; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s { display:flex;height:auto;width:16.1875rem;top:172.5625rem;left:0.65625rem; }
#hy949urxmJHAnL3hEJSedq9MkepGCw3s .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #hy949urxmJHAnL3hEJSedq9MkepGCw3s #ubK6gkmpxDoZ5JNzuhyBemakRsDJTGlz {  }
 }@media only screen and (max-width: 763px) { #hy949urxmJHAnL3hEJSedq9MkepGCw3s #D0H6RGJMRVXq98PfslrCzppXHJgEMGdc {  }
 }@media only screen and (max-width: 763px) { #hy949urxmJHAnL3hEJSedq9MkepGCw3s #SkS2UrPdlxGAvzAkMyJ5UI4f0AahaI6o {  }
 }@media only screen and (max-width: 763px) { #hy949urxmJHAnL3hEJSedq9MkepGCw3s #sT83h2dWZQqTw56OOfHSaWopUMA6QTaR {  }
 }@media only screen and (max-width: 763px) { #hy949urxmJHAnL3hEJSedq9MkepGCw3s #kSPJNxdBP2i8MgZ10EJ1lS4GurpALdXT {  }
 }@media only screen and (max-width: 763px) { #uTXNSzCUL0mCX6MTNFkBIcJgODTSUhnH { width:15.5rem;height:15.5rem;top:135.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-heading-text { font-size:0.9375rem;height:auto; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT { display:flex;height:auto;width:16.75rem;top:150.125rem;left:0.375rem; }
#cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #fwVivAKAkUuqUiFQ8u9BTExZGu6KVXkT {  }
 }@media only screen and (max-width: 763px) { #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #I69fIeKffKDJdfA6eAl2KdMGsUSqp7i2 {  }
 }@media only screen and (max-width: 763px) { #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #dbsTIF6S57c8TKu2E17Eso8QlTivIbMg {  }
 }@media only screen and (max-width: 763px) { #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #ETgR7TOVJW9SpTDMeWUGQyL74wSns9vB {  }
 }@media only screen and (max-width: 763px) { #cgaH3V6CQdSuW44QG66bSmyMTHoxzKUT #wrqWy7VAN0cyMg1QZPMIu4UZE6zIzmPS {  }
 }@media only screen and (max-width: 763px) { #INLLZrPM7gBnwageHVRlPxGMNh36wGa4 { width:15.375rem;height:15.375rem;top:204.02734375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-heading-text { font-size:0.9375rem;height:auto; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf { display:flex;height:auto;width:17.0625rem;top:219.90234375rem;left:0rem;z-index:15029; }
#GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #A3IGR2dqqfzwwL5pIVAvzzNGO1tSVwpP {  }
 }@media only screen and (max-width: 763px) { #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #ycS5ehXoZT2yTrkK1PI3RUecTKDv4WQT {  }
 }@media only screen and (max-width: 763px) { #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #HRDnRkm0Wz60QJ25mgxEPUPJX2RMqp0B {  }
 }@media only screen and (max-width: 763px) { #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #EAHIO21IHc7NrNcVOAO3BmifIe871JG6 {  }
 }@media only screen and (max-width: 763px) { #GnZcIeSlMLa4JlMfElZVxPgyzNRRPSEf #vR66IGqz0hZdKpqzB1BFl9RHaBtuiFmF {  }
 }@media only screen and (max-width: 763px) { #FxpCp405Lrk4Xqgtl9V7FEOBKxMqrdOQ { width:20rem;height:2.5996125rem;top:84.11328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpNmNy9D0TLQUGBoJwf4JhlZTb8vuBIm { width:16.3125rem;height:16.3125rem;top:91.46484375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-heading-text { font-size:0.9375rem;height:auto; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe { display:flex;height:auto;width:17.5rem;top:108.52734375rem;left:0rem;z-index:15030; }
#NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #EiDT83r4HkFoKbVnkfmtIGzMDTzG2eJP {  }
 }@media only screen and (max-width: 763px) { #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #KdC2M4V93a48e6tyo6XkATxfuMBIaQKf {  }
 }@media only screen and (max-width: 763px) { #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #u3ZdFtXVi3GHTlIpwmpFRNgL1W4lUw8T {  }
 }@media only screen and (max-width: 763px) { #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #cm5XGqTUQuxv7iE7gROfkBEeDDIT3Pv6 {  }
 }@media only screen and (max-width: 763px) { #NxB4KZVuQOvMoH9PchBCOxJAJPdbXeOe #Cz817yGqE6lA63AX4ufTL6wJJvg1ZDMy {  }
 }@media only screen and (max-width: 763px) { #BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC { display:block; }#BT9ZQogJcbU9Upo73ctvNdu3sJS6anoC > .row .container { width:20rem;height:103.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuxRrznlwMo8EbRmCWEUUb0yM3xXeXgw { width:13.3125rem;height:13.3125rem;top:9.216796875rem;left:2.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHVJ7urP9TiMn3M5mxc2m8Ue0li5IckC { width:19.0605625rem;height:4.875rem;top:2.74609375rem;left:0rem;font-size:1.875rem;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) { #pqEIctZT4JdpAWknCQniIBw74vlb5V5V { width:14.7480625rem;height:47.74215625rem;top:26.40234375rem;left:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #KZt21VSzvpXLgbphNx6hQWSZCBKkJhfr { width:16.6875rem;height:9.875rem;top:38.49609375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvHXBCTBAVTNqWJOpmTNXd59Rgxxf5U9 { top:5.30078125rem;left:0rem;width:20rem;height:93.8125rem;z-index:14999;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r3mcQynrhTbegUt3ZO5DeXehlz5nI8hB { width:19rem;height:3.0625rem;top:93.767578125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI2RuPxEKFrd4o86ZOisB2oiwkTpPtoT { display:block; }
 }@media only screen and (max-width: 763px) { #xSN832XBqzEFb8CrSlJZsBklyyErzThX { width:12.5rem;height:1.5rem;top:76.330078125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMhmHZ8D2i3kT9rSXyiTuVyB7Rp4WbpA { width:17.1875rem;height:12rem;top:79.892578125rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pmudON8ERUBNn2EI4a6o1RuHH1kCQbcd { width:4.6875rem;height:0.1875rem;top:77.767578125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWUpMIgySHdX1oZfyLNIbruE8OzFUG7t { display:flex;width:3.125rem;height:3.125rem;top:74.767578125rem;left:13.1240234375rem; }
 }@media only screen and (max-width: 763px) { #FVHTx34zUd1oz6Sb2RnUldMZMerd0yuO { width:20rem;height:44.4375rem;top:59.05078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR { display:block; }#dHKLIMkRIaBHIDIsMr6OJRyUcrUXT9DR > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays { display:block; }#BUJPKAsMm6ovKEDFRwGyxe4Zrkr87ays > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrvIkci0i7nTyxIPlDyegIkZQrCZg0xa { width:14.3095625rem;height:14.3095625rem;top:6.9716796875rem;left:2.1708984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWVlPliunyK8UiNMXkZfdH6A2zKED8MV { width:13.7470625rem;height:13.7470625rem;top:24.216796875rem;left:2.4501953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpZOcP8QTuhxsGqVnQlRWQPSW6puhvfv { width:19.9980625rem;height:3.25rem;top:1.31982421875rem;left:-0.6708984375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLTpZGQPVxKI2EepL2JisGGyI1KvvFKc { width:20rem;height:2.0625rem;top:1.060546875rem;left:-0.6708984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs { display:block; }#NdTD7MUBucd8pWgWadT3Ul4SHeJ7f9Fs > .row .container { width:20rem;height:33.5625rem;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.71191875rem;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.94970625rem;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.5566125rem;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.23730625rem;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.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9izG7r7rHh6b814NLU5smIfTw82EV4O { width:19.999rem;height:1.29980625rem;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.111325rem;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.05615rem;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.05615rem;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; }
 }