.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,245,242;--color-primary-1:229,222,211;--color-primary-2:203,188,167;--color-primary-3:102,94,84;--color-primary-4:30,28,25;--color-secondary-0:219,234,233;--color-secondary-1:135,187,183;--color-secondary-2:15,118,110;--color-secondary-3:8,59,55;--color-secondary-4:2,18,17;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Aboreto";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f4eddd, #f4f4f4);background-image: -moz-linear-gradient(90deg, #f4eddd, #f4f4f4);background-image: -ms-linear-gradient(90deg, #f4eddd, #f4f4f4);background-image: -o-linear-gradient(90deg, #f4eddd, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );";background-image: linear-gradient(90deg, #f4eddd, #f4f4f4);background-size:cover !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f766e;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row .container { background-color: transparent; background-image: none; }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row .container > .video-iframe-container { display: none; }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row > .video-iframe-container { display: none; }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .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); }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row .container { border-width: 0; border-radius: 0; }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#ptm7Mb03BNc4IAfVisaGlztgewBfQbmn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:3rem;left:59.0625rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WodCE4oLKHuP7yQiKARhu7e5T7sJIxTf { display:block;width:11rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:59.0625rem;height:1.21875rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#CKO5uJBMnpJ9Siyh7O9LlaTOpqST8bAH { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:8.875rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#Iwh9oCIhicXwgXKMfaEA32oAUb9uITvq { position:absolute;display:block;z-index:15085;height:3.75rem;width:17.5rem;top:0.375rem;left:40.099220275879rem;display:block; }
#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebd5cf;background-image:url("https://images.assets-landingi.com/uc/f49514b3-10a6-4f75-86f4-7b2325f6f9e7/3232905_1_17544529386892d3cac5485.webp");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; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg.adaptive-delivery-prevent-bg, #nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg.lazyload, #nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg.lazyloading { background-image: none; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row .container { background-color: transparent; background-image: none; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row .container > .video-iframe-container { display: none; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row > .video-iframe-container { display: none; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .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); }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row .container { border-width: 0; border-radius: 0; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#XvDu0gqGbPTtLrV4p1N4gSQpmraKpiJJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #4daf50, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #4daf50, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #4daf50, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #4daf50, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:none; }
#OqzkvCRTKX7on13B54oZnTTkIuObPs9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hc2CVyyPx1KW2pexgMBwzJ47IULtycXq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:7.08984375rem;left:0rem;height:15.6738125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lcPeuoG82cn69MIkldX2AV6xy5gk9QtG { display:block;width:42rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.4;top:26.5625rem;left:30.6875rem;background-color:transparent;background-image:none;height:7rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zm1cMw00PLnT1Dzz67iCurVc5KexRaSx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:33.625rem;left:30.6875rem;height:2.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hMeV9Pm3y58ww7ccKJPm5cG2SrC7flht { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:25.625rem;left:0.875rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vPUy0QZUUhmIUXZT8AI95QImPeTVEHtQ { box-sizing:content-box;height:26.625rem;width:58.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.92);background-image:none;top:23.625rem;left:16.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25) ;display:block; }
#w7TyXhiCxLeZ4SV2MQmokrtrNLW5ENbS { color:#232323;display:block;width:41.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15077;line-height:1.6;letter-spacing:0;top:37.6875rem;left:30.6875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KTIgMevZgNDJXVWJfPdPfBLWnnW0rTKa { display:block;width:19.9375rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15082;line-height:1.4;top:45.5625rem;left:30.5625rem;background-color:transparent;background-image:none;height:2.1875rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eDcPhyTy79kJ5IB7zsIKPaepycyPaQK7 { box-sizing:content-box;height:4.375rem;width:23.3125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:56.5625rem;left:4rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#mkOiQQmHfBEhI15BUafLsHsOfAvmBOsm { color:#36c4b2;display:block;width:10.125rem;position:absolute;font-family:poppins;font-size:0.5625rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:57.875rem;left:8.375rem;height:0.675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MXdnCTVvtsIHrNmAI30R3JvGnQwylxsR { color:#36c4b2;display:block;width:10.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:58.625rem;left:8.375rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3dSElzBgpGl84HOIXZ6EuG0RoaN945k { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.5rem;width:2.5rem;top:57.5rem;left:5rem;overflow:hidden;display:block; }
#JMpG3ck5fwvHqW6CuaylCbVcROuRTK2o { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.75rem;top:57.5625rem;left:19.5625rem;overflow:hidden;display:block; }
#Nfobuqnf7wCQw40lH8p2OeTCEzdq9PJq { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.0625rem;width:29.9375rem;top:12.4375rem;left:0rem;overflow:hidden;display:block; }
#CRlfFPpNXdiSWuDxWBo5TORnIrCHgEIc { display:block;width:42rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.4;top:26.5625rem;left:30.6875rem;background-color:transparent;background-image:none;height:7rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Fttk92Knqv7OqKpxV4nT6lElivlrTc9g { display:block;width:42rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.4;top:26.5625rem;left:30.6875rem;background-color:transparent;background-image:none;height:7rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wwTvefa6XIhgL8cxcC6vkm4mpNzTUSqc { box-sizing:content-box;height:4.375rem;width:23.3125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:56.5625rem;left:4rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#tauS0wQXybelLNhSUWwEiulQ3mSoOkc6 { position:absolute;display:block;z-index:15084;height:3.4375rem;width:20rem;top:39.5625rem;left:30.687503814698rem;display:block; }
#worHHmK8A3nbLMIdHV4yXKA4ru85odeM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6faff;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; }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row .container { background-color: transparent; background-image: none; }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row .container > .video-iframe-container { display: none; }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row > .video-iframe-container { display: none; }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .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); }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row .container { border-width: 0; border-radius: 0; }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#d3TrZhbwuwhPosWE0BWgX67im5XPT4cg { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:9.4375rem;left:0rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x8dSVEKIUNqECqx6pWh5xxUC95TpEvxU { 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:2.1875rem;width:19.375rem;display:none; }
#vL9WvohiBKXMlxhqB54MMmTV16ohLxwd { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:39.8125rem;left:1.78125rem;height:3rem;text-align:center;text-align-last:center;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; }
#kAZgJ5wwBFo4DGshvBTyrxhSptnVl8fE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:39.8125rem;left:16.625rem;height:3rem;text-align:center;text-align-last:center;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; }
#Au73T4nLG6nCRwIcTNyyK8Pfys6Chdft { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:39.8125rem;left:30.46875rem;height:3rem;text-align:center;text-align-last:center;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; }
#tC2vuC0DrRDpwrOGBLWWKl1C4f70b0WV { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:39.811717987061rem;left:47.34375rem;height:3rem;text-align:center;text-align-last:center;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; }
#H28Sav0DppgriykoNGpoiJ2eIIXViOyx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:39.8125rem;left:61.78125rem;height:3rem;text-align:center;text-align-last:center;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; }
#Pst8cySvESVTSg9CT5ctdJkaEyuTgu3f { 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; }
#pb6kkUtuG6r2Jr2OUUrATCieWOAFy0FE { box-sizing:content-box;height:11.25rem;width:14.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.3125rem;left:0.31093597412109rem;display:block; }
#M1K9ZeGrVbGxIKforTylthx8xsFgDSTm { box-sizing:content-box;height:11.25rem;width:14.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.3125rem;left:15.372657775879rem;display:block; }
#pRdHE2BVGgwQZOigmWU0vRUGLy9vuGxL { box-sizing:content-box;height:11.25rem;width:14.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.3125rem;left:30.467971801757rem;display:block; }
#NM4xfKSFWvOnbgyhGP3IWozpO5avfDnd { box-sizing:content-box;height:11.25rem;width:14.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.3125rem;left:45.561721801757rem;display:block; }
#s3eLJXgAQIEDz7hXfoMOMisSsfQ6PWaP { box-sizing:content-box;height:11.25rem;width:14.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.311721801757rem;left:60.686721801757rem;display:block; }
#l9PXVQ0Quv6CqLcTQq63B6NUKktzmy5m { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:49.437492370606rem;left:25.4375rem;display:block; }
#aKH7HdXuaxxgvxNiIxX7hPd6X8QmE0Bh { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:50.559379577637rem;left:26.686721801757rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNvd2ScemaQSclUwE8q7f4fkpZgLtNRr { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:53.686721801757rem;left:0.3125rem;display:block; }
#ewcdQ14KE5EAhy1VKezVzDGaF2XsT3RH { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:54.809379577637rem;left:1.5601539611816rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IF5UCTpPbfMsKyfeXiSBI1GGOclcU4Wm { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:49.436721801757rem;left:0.3125rem;display:block; }
#cZTfnnyuAHxUbID9kh3ZLpTaoHuTvWXN { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:53.686721801757rem;left:50.625rem;display:block; }
#vkIe41mlfXBHJ9QgVOtDGaEKweTbxmQR { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:53.687492370606rem;left:25.4375rem;display:block; }
#w7WVFQ4UoJ2RCIhxyfuKdJRqb2T7eStV { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:57.936721801757rem;left:50.625rem;display:block; }
#aISHJVvKu4QNkTk4o2QENVcRtoldAC1p { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:57.937492370606rem;left:25.4375rem;display:block; }
#NPBIrK9ytwk0nG1nCWhqk82goJQ4tmMB { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:50.559379577637rem;left:1.5601539611816rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vt8QdFqBFVBNsRZ7eR7Rq6s7LMNd25J7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:54.809379577637rem;left:51.874221801757rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpdgSeCLAVZy7fa8HFBhDBEvFsEz8lHy { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:59.059379577637rem;left:1.5601539611816rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZzeEeoRrFGy4CSE6vE5yrB6BRu2AOKok { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:50.559379577637rem;left:51.874221801757rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTvtycI3HItxFuB3eZEOBVqV8eaXVH8R { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:57.936721801757rem;left:0.3125rem;display:block; }
#i31wFKRd5f5ITwqSh56SmKhB8fxpcp4D { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:49.436721801757rem;left:50.625rem;display:block; }
#BJtDZnUyRI1uP6aTQcu86e3PuSND4uyq { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:54.809379577637rem;left:26.686721801757rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kNBcDTZE4bAfDF1dUcBEk8LEly9ZaFCt { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:59.059379577637rem;left:51.874221801757rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zqoMVB9hypwwNuwMW4hnRGQVXxT1LhRJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:59.059379577637rem;left:26.686721801757rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SKy39uwGVi8PAEpATEBWKsabhTGRspTI { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:62.186721801757rem;left:50.5625rem;display:block; }
#WcBzpAXRaRyPtditUb6aXWEG0KEiV3Of { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:62.187492370606rem;left:25.4375rem;display:block; }
#WcUdkeTvhgL8tyU8DnCEAUQaCrRZIVUT { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:62.186721801757rem;left:0.3125rem;display:block; }
#Eh47HobmuEl9TvxBbaK90TlfrTKz7iED { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:63.311721801756rem;left:1.5rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0ZgU46yGN7fSA3ko10Mqd8KaMVJvdCF { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:63.311721801756rem;left:51.8125rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eDPVfGy3fW2upEMlPHTGhTMDPncG3MqP { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:63.312492370606rem;left:26.6875rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cFb6P3LuT6CaAq7RlDloiyzqJ6bNrgiM { box-sizing:content-box;height:20.5625rem;width:14.0625rem;position:absolute;display:block;z-index:15089;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/faad1df5-553a-4d3b-b852-145e998c4bbf/alzheimer.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.40625rem;left:0.3125rem;display:block; }#cFb6P3LuT6CaAq7RlDloiyzqJ6bNrgiM.adaptive-delivery-prevent-bg, #cFb6P3LuT6CaAq7RlDloiyzqJ6bNrgiM.lazyload, #cFb6P3LuT6CaAq7RlDloiyzqJ6bNrgiM.lazyloading { background-image: none; }
#TEvIGJsKtdzDMTzuX2qg9mdWzDLWIHwO { box-sizing:content-box;height:20.5625rem;width:14.0625rem;position:absolute;display:block;z-index:15090;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/de93e0e9-cf3d-4ac5-8b0f-c091331ca4a6/dememncia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.375rem;left:15.375rem;display:block; }#TEvIGJsKtdzDMTzuX2qg9mdWzDLWIHwO.adaptive-delivery-prevent-bg, #TEvIGJsKtdzDMTzuX2qg9mdWzDLWIHwO.lazyload, #TEvIGJsKtdzDMTzuX2qg9mdWzDLWIHwO.lazyloading { background-image: none; }
#r3yetwuBXnKPTFH5p56azftI7PfTILM4 { box-sizing:content-box;height:20.5625rem;width:14.0625rem;position:absolute;display:block;z-index:15091;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/87268009-b8d5-41ba-bdd4-ac78cfab074f/depressao.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.375rem;left:30.46875rem;display:block; }#r3yetwuBXnKPTFH5p56azftI7PfTILM4.adaptive-delivery-prevent-bg, #r3yetwuBXnKPTFH5p56azftI7PfTILM4.lazyload, #r3yetwuBXnKPTFH5p56azftI7PfTILM4.lazyloading { background-image: none; }
#ozP3IPKERXeow002e3TK7qDBbKkutf2V { box-sizing:content-box;height:20.5625rem;width:14.0625rem;position:absolute;display:block;z-index:15092;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c8b120ae-627e-480c-a9c5-cef37f398599/queda.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.375rem;left:45.561721801757rem;display:block; }#ozP3IPKERXeow002e3TK7qDBbKkutf2V.adaptive-delivery-prevent-bg, #ozP3IPKERXeow002e3TK7qDBbKkutf2V.lazyload, #ozP3IPKERXeow002e3TK7qDBbKkutf2V.lazyloading { background-image: none; }
#UPlf8JVMPsHmzhmLMs55JuF63sCRHHSR { box-sizing:content-box;height:20.5625rem;width:14.0625rem;position:absolute;display:block;z-index:15093;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d9a542b-4fc4-4c7d-9cec-d2d09de8c6d5/diabete.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.40625rem;left:60.6875rem;display:block; }#UPlf8JVMPsHmzhmLMs55JuF63sCRHHSR.adaptive-delivery-prevent-bg, #UPlf8JVMPsHmzhmLMs55JuF63sCRHHSR.lazyload, #UPlf8JVMPsHmzhmLMs55JuF63sCRHHSR.lazyloading { background-image: none; }
#bPKBQFqlrf1eKoNeEOWO7pw2BMnkFViK { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:12.4375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rgCmgAmfvBA4EPqbrzFd1hTIHdFgT7sN { position:absolute;display:block;z-index:15094;height:3.125rem;width:11.5625rem;top:42.375001907349rem;left:1.5625rem;display:block; }
#BZpUmTbDBRz7kpVhNtVAvy9Ms2guHNON { position:absolute;display:block;z-index:15095;height:3.125rem;width:11.5625rem;top:42.375001907349rem;left:16.625rem;display:block; }
#KPau41oP8xE10E7kTlk8L3sbr8ysUAsQ { position:absolute;display:block;z-index:15096;height:3.125rem;width:11.5625rem;top:42.375001907349rem;left:31.718753814698rem;display:block; }
#Ck4b0DLWNfXPGRLigBRB22xWNf3GWVDQ { position:absolute;display:block;z-index:15097;height:3.125rem;width:11.5625rem;top:42.375001907349rem;left:46.8125rem;display:block; }
#lLK0UtE3vFlUgz7AJqOMMlA6qD4itICp { position:absolute;display:block;z-index:15098;height:3.125rem;width:11.5625rem;top:42.375001907349rem;left:61.9375rem;display:block; }
#bc1JdqWJ88qB8Osq3fJ8Bs5k7DMOKzAL { position:absolute;display:block;z-index:15099;height:2.25rem;width:6.1875rem;top:48.936458587646rem;left:17.225521087646rem;display:block; }
#Tx7U9lL3yB8FLFzIF1ZZ1NhCtXFEaaTN { position:absolute;display:block;z-index:15100;height:2.25rem;width:6.1875rem;top:48.936458587646rem;left:42.122398376465rem;display:block; }
#xcBdCSu28VmWR62fRaPaTbxqow6nhrbq { position:absolute;display:block;z-index:15101;height:2.25rem;width:6.1875rem;top:48.936458587646rem;left:67.518753051756rem;display:block; }
#faZlxmaa0cHZcTS37wprC03CIfVbX09o { position:absolute;display:block;z-index:15100;height:2.25rem;width:6.1875rem;top:53.186458587646rem;left:17.225521087646rem;display:block; }
#Pg5PE8OlDc3LuIe0uG3ZOoTd6DInL6QD { position:absolute;display:block;z-index:15101;height:2.25rem;width:6.1875rem;top:57.436458587646rem;left:17.225521087646rem;display:block; }
#DNA7VMH4hMTO8053eIDMt7ffJmI3ygqE { position:absolute;display:block;z-index:15102;height:2.25rem;width:6.1875rem;top:61.686458587646rem;left:17.225521087646rem;display:block; }
#qAcxArb8KLMoUiSlJ80Bzgzbo7UKkuTQ { position:absolute;display:block;z-index:15101;height:2.25rem;width:6.1875rem;top:53.186458587646rem;left:42.122398376465rem;display:block; }
#TORBuFMKOvVaL5z4Lpn830mBy0vOzcTu { position:absolute;display:block;z-index:15102;height:2.25rem;width:6.1875rem;top:57.436458587646rem;left:42.122398376465rem;display:block; }
#kbIQwu2oo5uW1mUC3RA9rtPGHmGEEbD6 { position:absolute;display:block;z-index:15103;height:2.25rem;width:6.1875rem;top:61.686458587646rem;left:42.122398376465rem;display:block; }
#uHphW4NTtvOCyHwedgZUSMFIcdmbeqJz { position:absolute;display:block;z-index:15102;height:2.25rem;width:6.1875rem;top:53.186458587646rem;left:67.518753051756rem;display:block; }
#vZewTDAvmTq9QLs8fcN8NFxXLwfr0Qsm { position:absolute;display:block;z-index:15103;height:2.25rem;width:6.1875rem;top:57.436458587646rem;left:67.5020904541rem;display:block; }
#itWmTmFvrh7cwsVBklbNZlsfUwxNST4B { position:absolute;display:block;z-index:15104;height:2.25rem;width:6.1875rem;top:61.686458587646rem;left:67.5020904541rem;display:block; }
#vQsGoODk2tbS7EpgsiBL0EvMUSAZ8W3r { position:absolute;display:block;z-index:15101;height:2.25rem;width:6.1875rem;top:53.936719894409rem;left:42.122657775879rem;display:none; }
#Rfia6qOknIdPJioabzVoSBfrpUfBJk3w { position:absolute;display:block;z-index:15099;height:2.25rem;width:6.1875rem;top:49.686718940735rem;left:17.225784301757rem;display:none; }
#ggybJFZu2H8e6okwRKu7IpnhnaORxCeR { position:absolute;display:block;z-index:15099;height:2.25rem;width:6.1875rem;top:49.686718940735rem;left:17.225784301757rem;display:none; }
#RHoNRywidwb4St25iaTvGK29AV0394Z4 { position:absolute;display:block;z-index:15099;height:2.25rem;width:6.1875rem;top:49.686718940735rem;left:17.225784301757rem;display:none; }
#hCutf7TezBPOM2uZn5I4UU5ZnuPHzdqV { position:absolute;display:block;z-index:15099;height:2.25rem;width:6.1875rem;top:49.686718940735rem;left:17.225784301757rem;display:none; }
#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6faff, #ffffff);background-image: -moz-linear-gradient(180deg, #f6faff, #ffffff);background-image: -ms-linear-gradient(180deg, #f6faff, #ffffff);background-image: -o-linear-gradient(180deg, #f6faff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6faff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6faff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f6faff, #ffffff);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; }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row .container { background-color: transparent; background-image: none; }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row .container > .video-iframe-container { display: none; }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row > .video-iframe-container { display: none; }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .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); }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row .container { border-width: 0; border-radius: 0; }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:block; }#neTriqmE27GuDHJVGIr0cloTZgXHWvT7 { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#GEZVz4Eeczz6rotFQeu9sBkam9TAqr4e { box-sizing:content-box;height:44.25rem;width:28.875rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9bc2864a-2e48-40ed-9865-324d19668fbb/dra1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.5rem;left:46.124221801757rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#GEZVz4Eeczz6rotFQeu9sBkam9TAqr4e.adaptive-delivery-prevent-bg, #GEZVz4Eeczz6rotFQeu9sBkam9TAqr4e.lazyload, #GEZVz4Eeczz6rotFQeu9sBkam9TAqr4e.lazyloading { background-image: none; }
#xe0MmoB1PfNF9rUq2SbirbD0r925nPew { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:10.875rem;left:0rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HALgp8JwXXH9GNKmXiW2pwUb4zEu9p8H { color:#232323;display:block;width:42.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:16.9375rem;left:0rem;height:16.5rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#zbc2w1mUJOM12v8hyNT1QVbXpwPoLzqz { color:#232323;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15073;line-height:1.6;letter-spacing:0;top:39.25rem;left:0rem;height:1.6rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#DtTUMJlDBuoiadstnRVT4IVadDkmiTbQ { color:#232323;display:block;width:44.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15073;line-height:1.5;letter-spacing:0;top:42.125rem;left:0rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#DtTUMJlDBuoiadstnRVT4IVadDkmiTbQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DtTUMJlDBuoiadstnRVT4IVadDkmiTbQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c75f44ea-5eb4-4a89-b903-4e3a3d5b9029/60731.png); }
#d7lDRBbLEHz4nyLS35a3IiKwzibIEliK { box-sizing:content-box;height:4.375rem;width:23.3125rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.6875rem;left:48.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Pnsi6vl900wuSesZfc8y9hL5a808dxau { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.75rem;top:47.6875rem;left:64.4375rem;overflow:hidden;display:block; }
#V9Z17WEdEGrFhienHATES6OtBko3sXsT { color:#36c4b2;display:block;width:10.125rem;position:absolute;font-family:poppins;font-size:0.5625rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:48rem;left:53.25rem;height:0.675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pkNkabhvtKSEWZm0K0FTfPO03fvdcTTt { color:#36c4b2;display:block;width:10.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:48.75rem;left:53.25rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C7NrgeCoRa3lv73mhm7xgLLs24pGBoOa { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.5rem;width:2.5rem;top:47.625rem;left:49.875rem;overflow:hidden;display:block; }
#MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f766e;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; }#MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO > .row .container { background-color: transparent; background-image: none; }#MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO > .row .container > .video-iframe-container { display: none; }#MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO > .row > .video-iframe-container { display: none; }#MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO > .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); }#MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO > .row .container { border-width: 0; border-radius: 0; }#MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#TMoleFOLkIDHU6O7wOqkiSBVvKPtBkTO { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.75rem;width:75rem;top:3rem;left:0rem;display:block; }
#EczKErPlCD1IBTTonXiprNUvFmUJrkxT { color:#36c4b2;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:15.3125rem;left:52.0625rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AeP08LgnA58OBq5l7hzdwfhMrhRxqcFe { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:7.9375rem;left:52.0625rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m5cpVSKH1bpTwNqLqCFq8lJsawXRlPNF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15048;top:15.8125rem;left:50.1875rem; }
#L0wWzP5fZLPdszmar0Jp0xDaaKckOr6g { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:7.9375rem;left:49.9375rem; }
#MccKEWQa5B39rL8wRePipzgseeHRb8Cv { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:5.5625rem;left:1.5625rem;display:block; }
#w77AVazMig9XpM6L0ZbueZphsDZWmSDK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15050;top:23.375rem;left:50.25rem; }
#dXm4rah8KcwN0DiaGpeNpHofMueS5ipS { color:#36c4b2;display:block;width:20.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:22.875rem;left:52.125rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F12dD4clscTo6F7dmOcBChGJTqTNmi7t { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f766e;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; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { background-color: transparent; background-image: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .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); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { border-width: 0; border-radius: 0; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#bsMsARfe7FJb6JrAJBJLJTMVUiJJq4TL { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15027;background-color:#cbcbcb;background-image:none;top:0rem;left:0rem;display:block; }
#tXrUNrQF04iz7qoEZg1bJKGTiZoF99RT { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:1.3937530517578rem;left:0rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 { display:block; }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptm7Mb03BNc4IAfVisaGlztgewBfQbmn { width:15.9375rem;height:2.0625rem;top:3rem;left:31.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WodCE4oLKHuP7yQiKARhu7e5T7sJIxTf { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKO5uJBMnpJ9Siyh7O9LlaTOpqST8bAH { width:8.875rem;height:5.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwh9oCIhicXwgXKMfaEA32oAUb9uITvq { width:17.5rem;height:3.75rem;top:0.375rem;left:26.474220275879rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg { display:block; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvDu0gqGbPTtLrV4p1N4gSQpmraKpiJJ { width:23.25rem;height:4rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqzkvCRTKX7on13B54oZnTTkIuObPs9Z { display:block; }
 }@media only screen and (max-width: 763px) { #Hc2CVyyPx1KW2pexgMBwzJ47IULtycXq { width:20rem;height:;top:2rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcPeuoG82cn69MIkldX2AV6xy5gk9QtG { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm1cMw00PLnT1Dzz67iCurVc5KexRaSx { width:16.6875rem;height:2.625rem;top:33.625rem;left:17.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMeV9Pm3y58ww7ccKJPm5cG2SrC7flht { width:19.0625rem;height:6rem;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPUy0QZUUhmIUXZT8AI95QImPeTVEHtQ { width:47.75rem;height:26.625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7TyXhiCxLeZ4SV2MQmokrtrNLW5ENbS { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTIgMevZgNDJXVWJfPdPfBLWnnW0rTKa { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDcPhyTy79kJ5IB7zsIKPaepycyPaQK7 { width:23.3125rem;height:4.375rem;top:56.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkOiQQmHfBEhI15BUafLsHsOfAvmBOsm { width:10.125rem;height:0.625rem;top:57.875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXdnCTVvtsIHrNmAI30R3JvGnQwylxsR { width:10.25rem;height:1rem;top:58.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3dSElzBgpGl84HOIXZ6EuG0RoaN945k { width:2.5rem;height:2.5rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMpG3ck5fwvHqW6CuaylCbVcROuRTK2o { width:6.75rem;height:2.4375rem;top:57.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfobuqnf7wCQw40lH8p2OeTCEzdq9PJq { width:29.9375rem;height:51.0625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRlfFPpNXdiSWuDxWBo5TORnIrCHgEIc { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fttk92Knqv7OqKpxV4nT6lElivlrTc9g { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwTvefa6XIhgL8cxcC6vkm4mpNzTUSqc { width:23.3125rem;height:4.375rem;top:56.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tauS0wQXybelLNhSUWwEiulQ3mSoOkc6 { width:20rem;height:3.4375rem;top:39.5625rem;left:17.062503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #worHHmK8A3nbLMIdHV4yXKA4ru85odeM { display:block; }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3TrZhbwuwhPosWE0BWgX67im5XPT4cg { top:9.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8dSVEKIUNqECqx6pWh5xxUC95TpEvxU { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vL9WvohiBKXMlxhqB54MMmTV16ohLxwd { width:11.125rem;height:3rem;top:39.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAZgJ5wwBFo4DGshvBTyrxhSptnVl8fE { width:11.5625rem;height:3rem;top:39.8125rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au73T4nLG6nCRwIcTNyyK8Pfys6Chdft { width:14.0625rem;height:3rem;top:39.8125rem;left:16.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC2vuC0DrRDpwrOGBLWWKl1C4f70b0WV { width:10.5rem;height:3rem;top:39.75rem;left:33.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H28Sav0DppgriykoNGpoiJ2eIIXViOyx { width:11.875rem;height:3rem;top:39.8125rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pst8cySvESVTSg9CT5ctdJkaEyuTgu3f { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pb6kkUtuG6r2Jr2OUUrATCieWOAFy0FE { width:14.0625rem;height:11.25rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1K9ZeGrVbGxIKforTylthx8xsFgDSTm { width:14.0625rem;height:11.25rem;top:37.3125rem;left:1.7476577758789rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRdHE2BVGgwQZOigmWU0vRUGLy9vuGxL { width:14.0625rem;height:11.25rem;top:37.3125rem;left:16.842971801757rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM4xfKSFWvOnbgyhGP3IWozpO5avfDnd { width:14.0625rem;height:11.25rem;top:37.3125rem;left:31.936721801757rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3eLJXgAQIEDz7hXfoMOMisSsfQ6PWaP { width:14.0625rem;height:11.25rem;top:37.25rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9PXVQ0Quv6CqLcTQq63B6NUKktzmy5m { width:24.125rem;height:3.625rem;top:49.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKH7HdXuaxxgvxNiIxX7hPd6X8QmE0Bh { top:50.5rem;left:13.061721801757rem;width:15rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvd2ScemaQSclUwE8q7f4fkpZgLtNRr { width:24.125rem;height:3.625rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewcdQ14KE5EAhy1VKezVzDGaF2XsT3RH { top:54.75rem;left:0rem;width:15rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF5UCTpPbfMsKyfeXiSBI1GGOclcU4Wm { width:24.125rem;height:3.625rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTfnnyuAHxUbID9kh3ZLpTaoHuTvWXN { width:24.125rem;height:3.625rem;top:53.625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkIe41mlfXBHJ9QgVOtDGaEKweTbxmQR { width:24.125rem;height:3.625rem;top:53.625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7WVFQ4UoJ2RCIhxyfuKdJRqb2T7eStV { width:24.125rem;height:3.625rem;top:57.875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aISHJVvKu4QNkTk4o2QENVcRtoldAC1p { width:24.125rem;height:3.625rem;top:57.875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPBIrK9ytwk0nG1nCWhqk82goJQ4tmMB { top:50.5rem;left:0rem;width:15rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt8QdFqBFVBNsRZ7eR7Rq6s7LMNd25J7 { top:54.75rem;left:32.75rem;width:15rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpdgSeCLAVZy7fa8HFBhDBEvFsEz8lHy { top:59rem;left:0rem;width:15rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzeEeoRrFGy4CSE6vE5yrB6BRu2AOKok { top:50.5rem;left:32.75rem;width:15rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTvtycI3HItxFuB3eZEOBVqV8eaXVH8R { width:24.125rem;height:3.625rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i31wFKRd5f5ITwqSh56SmKhB8fxpcp4D { width:24.125rem;height:3.625rem;top:49.375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJtDZnUyRI1uP6aTQcu86e3PuSND4uyq { top:54.75rem;left:13.061721801757rem;width:15rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNBcDTZE4bAfDF1dUcBEk8LEly9ZaFCt { top:59rem;left:32.75rem;width:15rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqoMVB9hypwwNuwMW4hnRGQVXxT1LhRJ { top:59rem;left:13.061721801757rem;width:15rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKy39uwGVi8PAEpATEBWKsabhTGRspTI { width:24.125rem;height:3.625rem;top:62.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcBzpAXRaRyPtditUb6aXWEG0KEiV3Of { width:24.125rem;height:3.625rem;top:62.125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcUdkeTvhgL8tyU8DnCEAUQaCrRZIVUT { width:24.125rem;height:3.625rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh47HobmuEl9TvxBbaK90TlfrTKz7iED { top:63.25rem;left:0rem;width:15rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0ZgU46yGN7fSA3ko10Mqd8KaMVJvdCF { top:63.25rem;left:32.75rem;width:15rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDPVfGy3fW2upEMlPHTGhTMDPncG3MqP { top:63.25rem;left:13.0625rem;width:15rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFb6P3LuT6CaAq7RlDloiyzqJ6bNrgiM { width:14.0625rem;height:20.5625rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEvIGJsKtdzDMTzuX2qg9mdWzDLWIHwO { width:14.0625rem;height:20.5625rem;top:17.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3yetwuBXnKPTFH5p56azftI7PfTILM4 { width:14.0625rem;height:20.5625rem;top:17.375rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozP3IPKERXeow002e3TK7qDBbKkutf2V { width:14.0625rem;height:20.5625rem;top:17.375rem;left:31.936721801757rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPlf8JVMPsHmzhmLMs55JuF63sCRHHSR { width:14.0625rem;height:20.5625rem;top:17.375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPKBQFqlrf1eKoNeEOWO7pw2BMnkFViK { top:12.4375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgCmgAmfvBA4EPqbrzFd1hTIHdFgT7sN { width:11.5625rem;height:3.125rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZpUmTbDBRz7kpVhNtVAvy9Ms2guHNON { width:11.5625rem;height:3.125rem;top:42.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPau41oP8xE10E7kTlk8L3sbr8ysUAsQ { width:11.5625rem;height:3.125rem;top:42.375rem;left:18.093753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4b0DLWNfXPGRLigBRB22xWNf3GWVDQ { width:11.5625rem;height:3.125rem;top:42.375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLK0UtE3vFlUgz7AJqOMMlA6qD4itICp { width:11.5625rem;height:3.125rem;top:42.375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc1JdqWJ88qB8Osq3fJ8Bs5k7DMOKzAL { width:6.1875rem;height:2.25rem;top:48.875rem;left:3.6005210876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx7U9lL3yB8FLFzIF1ZZ1NhCtXFEaaTN { width:6.1875rem;height:2.25rem;top:48.875rem;left:28.497398376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcBdCSu28VmWR62fRaPaTbxqow6nhrbq { width:6.1875rem;height:2.25rem;top:48.875rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faZlxmaa0cHZcTS37wprC03CIfVbX09o { width:6.1875rem;height:2.25rem;top:53.125rem;left:3.6005210876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg5PE8OlDc3LuIe0uG3ZOoTd6DInL6QD { width:6.1875rem;height:2.25rem;top:57.375rem;left:3.6005210876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNA7VMH4hMTO8053eIDMt7ffJmI3ygqE { width:6.1875rem;height:2.25rem;top:61.625rem;left:3.6005210876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAcxArb8KLMoUiSlJ80Bzgzbo7UKkuTQ { width:6.1875rem;height:2.25rem;top:53.125rem;left:28.497398376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #TORBuFMKOvVaL5z4Lpn830mBy0vOzcTu { width:6.1875rem;height:2.25rem;top:57.375rem;left:28.497398376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbIQwu2oo5uW1mUC3RA9rtPGHmGEEbD6 { width:6.1875rem;height:2.25rem;top:61.625rem;left:28.497398376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHphW4NTtvOCyHwedgZUSMFIcdmbeqJz { width:6.1875rem;height:2.25rem;top:53.125rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZewTDAvmTq9QLs8fcN8NFxXLwfr0Qsm { width:6.1875rem;height:2.25rem;top:57.375rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itWmTmFvrh7cwsVBklbNZlsfUwxNST4B { width:6.1875rem;height:2.25rem;top:61.625rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQsGoODk2tbS7EpgsiBL0EvMUSAZ8W3r { width:6.1875rem;height:2.25rem;top:53.875rem;left:28.497657775879rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rfia6qOknIdPJioabzVoSBfrpUfBJk3w { width:6.1875rem;height:2.25rem;top:49.625rem;left:3.6007843017578rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggybJFZu2H8e6okwRKu7IpnhnaORxCeR { width:6.1875rem;height:2.25rem;top:49.625rem;left:3.6007843017578rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHoNRywidwb4St25iaTvGK29AV0394Z4 { width:6.1875rem;height:2.25rem;top:49.625rem;left:3.6007843017578rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCutf7TezBPOM2uZn5I4UU5ZnuPHzdqV { width:6.1875rem;height:2.25rem;top:49.625rem;left:3.6007843017578rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs { display:block; }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neTriqmE27GuDHJVGIr0cloTZgXHWvT7 { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEZVz4Eeczz6rotFQeu9sBkam9TAqr4e { width:28.875rem;height:44.25rem;top:8.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe0MmoB1PfNF9rUq2SbirbD0r925nPew { top:10.875rem;left:0rem;width:37.5rem;height:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HALgp8JwXXH9GNKmXiW2pwUb4zEu9p8H { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbc2w1mUJOM12v8hyNT1QVbXpwPoLzqz { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtTUMJlDBuoiadstnRVT4IVadDkmiTbQ { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }#DtTUMJlDBuoiadstnRVT4IVadDkmiTbQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c75f44ea-5eb4-4a89-b903-4e3a3d5b9029/60731.png); }
 }@media only screen and (max-width: 763px) { #d7lDRBbLEHz4nyLS35a3IiKwzibIEliK { width:23.3125rem;height:4.375rem;top:46.6875rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnsi6vl900wuSesZfc8y9hL5a808dxau { width:6.75rem;height:2.4375rem;top:47.6875rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Z17WEdEGrFhienHATES6OtBko3sXsT { width:10.125rem;height:0.625rem;top:48rem;left:37.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkNkabhvtKSEWZm0K0FTfPO03fvdcTTt { width:10.25rem;height:1rem;top:48.75rem;left:37.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7NrgeCoRa3lv73mhm7xgLLs24pGBoOa { width:2.5rem;height:2.5rem;top:47.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO { display:block; }#MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMoleFOLkIDHU6O7wOqkiSBVvKPtBkTO { width:47.75rem;height:28.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EczKErPlCD1IBTTonXiprNUvFmUJrkxT { width:20.3125rem;height:5.5625rem;top:15.3125rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeP08LgnA58OBq5l7hzdwfhMrhRxqcFe { width:20.625rem;height:5.5625rem;top:7.9375rem;left:27.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5cpVSKH1bpTwNqLqCFq8lJsawXRlPNF { width:1.25rem;height:1.25rem;top:15.8125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0wWzP5fZLPdszmar0Jp0xDaaKckOr6g { width:1.75rem;height:1.75rem;top:7.9375rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MccKEWQa5B39rL8wRePipzgseeHRb8Cv { width:46.875rem;height:23.6875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w77AVazMig9XpM6L0ZbueZphsDZWmSDK { width:1.25rem;height:1.25rem;top:23.375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXm4rah8KcwN0DiaGpeNpHofMueS5ipS { width:20.8125rem;height:3.9375rem;top:22.875rem;left:26.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F12dD4clscTo6F7dmOcBChGJTqTNmi7t { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ { display:block; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsMsARfe7FJb6JrAJBJLJTMVUiJJq4TL { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXrUNrQF04iz7qoEZg1bJKGTiZoF99RT { width:47.75rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -moz-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -ms-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -o-linear-gradient(281deg, #f4eddd, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );";background-image: linear-gradient(281deg, #f4eddd, #f4f4f4);background-size:cover !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 { position:relative;z-index:auto;background-color:#0f766e;background-image:none;display:block; }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row .container { background-color: transparent; background-image: none; }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row .container > .video-iframe-container { display: none; }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row > .video-iframe-container { display: none; }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .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); }#cK4oNLIwK6iUXfPDzmAyUugH7WKd1Og6 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptm7Mb03BNc4IAfVisaGlztgewBfQbmn { width:12.1875rem;height:0;top:20.90625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #WodCE4oLKHuP7yQiKARhu7e5T7sJIxTf { width:11rem;height:0;top:10.25rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #CKO5uJBMnpJ9Siyh7O9LlaTOpqST8bAH { width:8.5rem;height:4.875rem;top:1rem;left:5.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwh9oCIhicXwgXKMfaEA32oAUb9uITvq { width:17.5rem;height:3.75rem;top:7.65625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg { background-color:#ebd5cf;background-image:url("https://images.assets-landingi.com/uc/f49514b3-10a6-4f75-86f4-7b2325f6f9e7/3232905_1_17544529386892d3cac5485.webp");background-position:center right !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; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg.adaptive-delivery-prevent-bg, #nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg.lazyload, #nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg.lazyloading { background-image: none; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row .container { background-color: transparent; background-image: none; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row .container > .video-iframe-container { display: none; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row > .video-iframe-container { display: none; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .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); }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row .container { border-width: 0; border-radius: 0; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLBZR0pmrUzr2u7VdI8CdcL2To8FUPSg > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvDu0gqGbPTtLrV4p1N4gSQpmraKpiJJ { width:20rem;height:3.75rem;top:39.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqzkvCRTKX7on13B54oZnTTkIuObPs9Z { display:block; }
 }@media only screen and (max-width: 763px) { #Hc2CVyyPx1KW2pexgMBwzJ47IULtycXq { width:20rem;height:0;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;z-index:15013;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #lcPeuoG82cn69MIkldX2AV6xy5gk9QtG { background-color:transparent;background-image:none;width:19.1875rem;left:0.40625rem;font-size:1.1875rem;top:34.3125rem;text-align:center;text-align-last:center;height:0;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #zm1cMw00PLnT1Dzz67iCurVc5KexRaSx { width:19.0625rem;height:1.6rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hMeV9Pm3y58ww7ccKJPm5cG2SrC7flht { width:19.0625rem;height:0;top:48rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;font-weight:400;font-style:normal;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #vPUy0QZUUhmIUXZT8AI95QImPeTVEHtQ { width:20rem;height:47.3125rem;top:3.3125rem;left:0rem;background-color:#efefef;background-image:none;z-index:15003;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7TyXhiCxLeZ4SV2MQmokrtrNLW5ENbS { width:15.4375rem;height:2.1rem;top:18.250017166137rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15099;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KTIgMevZgNDJXVWJfPdPfBLWnnW0rTKa { background-color:transparent;background-image:none;width:19.9375rem;left:0rem;font-size:1.25rem;top:60.125rem;text-align:center;text-align-last:center;height:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eDcPhyTy79kJ5IB7zsIKPaepycyPaQK7 { width:20rem;height:4.375rem;top:54.375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkOiQQmHfBEhI15BUafLsHsOfAvmBOsm { width:10.125rem;height:0.675rem;top:55.625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXdnCTVvtsIHrNmAI30R3JvGnQwylxsR { width:10.25rem;height:1.05rem;top:56.375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3dSElzBgpGl84HOIXZ6EuG0RoaN945k { width:2.5rem;height:2.5rem;top:55.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMpG3ck5fwvHqW6CuaylCbVcROuRTK2o { width:5.5rem;height:2rem;top:55.5rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfobuqnf7wCQw40lH8p2OeTCEzdq9PJq { width:19.375rem;height:33.0625rem;top:22.595314025879rem;left:0.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #CRlfFPpNXdiSWuDxWBo5TORnIrCHgEIc { background-color:transparent;background-image:none;width:19.1875rem;left:0.375rem;font-size:1.5625rem;top:9rem;text-align:center;text-align-last:center;height:3.75rem;line-height:1.2;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Fttk92Knqv7OqKpxV4nT6lElivlrTc9g { background-color:transparent;background-image:none;width:19.1875rem;left:0.375rem;font-size:1.6875rem;top:6.5625rem;text-align:center;text-align-last:center;height:2.7rem;line-height:1.6;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wwTvefa6XIhgL8cxcC6vkm4mpNzTUSqc { width:20rem;height:2.6875rem;top:59.59375rem;left:0rem;z-index:15050;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tauS0wQXybelLNhSUWwEiulQ3mSoOkc6 { width:20rem;height:3.4375rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #worHHmK8A3nbLMIdHV4yXKA4ru85odeM { background-color:rgba(246,250,255,0.9);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row .container { background-color: transparent; background-image: none; }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row .container > .video-iframe-container { display: none; }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row > .video-iframe-container { display: none; }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .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); }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#worHHmK8A3nbLMIdHV4yXKA4ru85odeM > .row .container { width:20rem;height:116.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3TrZhbwuwhPosWE0BWgX67im5XPT4cg { width:20rem;height:3.4375rem;top:3.0617179870606rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #x8dSVEKIUNqECqx6pWh5xxUC95TpEvxU { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vL9WvohiBKXMlxhqB54MMmTV16ohLxwd { width:7.9375rem;height:1.925rem;top:24.125rem;left:0.87421876192094rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kAZgJ5wwBFo4DGshvBTyrxhSptnVl8fE { width:8.625rem;height:1.925rem;top:24.125rem;left:10.843750536442rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Au73T4nLG6nCRwIcTNyyK8Pfys6Chdft { width:9.6875rem;height:1.925rem;top:45.437503814698rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tC2vuC0DrRDpwrOGBLWWKl1C4f70b0WV { width:7.6875rem;height:1.925rem;top:45.4375rem;left:11.312500536442rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H28Sav0DppgriykoNGpoiJ2eIIXViOyx { width:10.6875rem;height:0.9625rem;top:61.456253051757rem;left:1.0617187619209rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Pst8cySvESVTSg9CT5ctdJkaEyuTgu3f { top:51.687503814698rem;left:0rem;width:20rem;height:8.375rem;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1d9a542b-4fc4-4c7d-9cec-d2d09de8c6d5/diabete.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pst8cySvESVTSg9CT5ctdJkaEyuTgu3f.adaptive-delivery-prevent-bg, #Pst8cySvESVTSg9CT5ctdJkaEyuTgu3f.lazyload, #Pst8cySvESVTSg9CT5ctdJkaEyuTgu3f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pb6kkUtuG6r2Jr2OUUrATCieWOAFy0FE { width:9.6875rem;height:20.3125rem;top:9.3718757629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1K9ZeGrVbGxIKforTylthx8xsFgDSTm { width:9.6875rem;height:20.3125rem;top:9.3718757629394rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRdHE2BVGgwQZOigmWU0vRUGLy9vuGxL { width:9.6875rem;height:20.3125rem;top:30.625003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM4xfKSFWvOnbgyhGP3IWozpO5avfDnd { width:9.6875rem;height:20.3125rem;top:30.625003814698rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3eLJXgAQIEDz7hXfoMOMisSsfQ6PWaP { width:20rem;height:11.75rem;top:51.812503814698rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #l9PXVQ0Quv6CqLcTQq63B6NUKktzmy5m { width:20rem;height:3.625rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKH7HdXuaxxgvxNiIxX7hPd6X8QmE0Bh { width:10.3125rem;height:1.1375rem;top:69.625rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TNvd2ScemaQSclUwE8q7f4fkpZgLtNRr { width:20rem;height:3.625rem;top:76.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewcdQ14KE5EAhy1VKezVzDGaF2XsT3RH { width:11.0625rem;height:1.1375rem;top:78.0625rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IF5UCTpPbfMsKyfeXiSBI1GGOclcU4Wm { width:20rem;height:3.625rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTfnnyuAHxUbID9kh3ZLpTaoHuTvWXN { width:20rem;height:3.625rem;top:85.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkIe41mlfXBHJ9QgVOtDGaEKweTbxmQR { width:20rem;height:3.625rem;top:81.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7WVFQ4UoJ2RCIhxyfuKdJRqb2T7eStV { width:20rem;height:3.625rem;top:98.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aISHJVvKu4QNkTk4o2QENVcRtoldAC1p { width:20rem;height:3.625rem;top:93.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPBIrK9ytwk0nG1nCWhqk82goJQ4tmMB { width:10.4375rem;height:1.1375rem;top:65.4375rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vt8QdFqBFVBNsRZ7eR7Rq6s7LMNd25J7 { width:11.6875rem;height:1.1375rem;top:86.5625rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JpdgSeCLAVZy7fa8HFBhDBEvFsEz8lHy { width:11.4375rem;height:1.1375rem;top:90.931249618531rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZzeEeoRrFGy4CSE6vE5yrB6BRu2AOKok { width:9.5rem;height:1.1375rem;top:73.8125rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DTvtycI3HItxFuB3eZEOBVqV8eaXVH8R { width:20rem;height:3.625rem;top:89.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i31wFKRd5f5ITwqSh56SmKhB8fxpcp4D { width:20rem;height:3.625rem;top:72.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJtDZnUyRI1uP6aTQcu86e3PuSND4uyq { width:10.3125rem;height:1.1375rem;top:82.3125rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kNBcDTZE4bAfDF1dUcBEk8LEly9ZaFCt { width:10.25rem;height:1.1375rem;top:99.3125rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zqoMVB9hypwwNuwMW4hnRGQVXxT1LhRJ { width:11.4375rem;height:1.1375rem;top:95.0625rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SKy39uwGVi8PAEpATEBWKsabhTGRspTI { width:20rem;height:3.625rem;top:110.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcBzpAXRaRyPtditUb6aXWEG0KEiV3Of { width:20rem;height:3.625rem;top:106.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcUdkeTvhgL8tyU8DnCEAUQaCrRZIVUT { width:20rem;height:3.625rem;top:102.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh47HobmuEl9TvxBbaK90TlfrTKz7iED { width:11.625rem;height:1.1375rem;top:103.5625rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A0ZgU46yGN7fSA3ko10Mqd8KaMVJvdCF { width:9.4375rem;height:1.1375rem;top:112.0625rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eDPVfGy3fW2upEMlPHTGhTMDPncG3MqP { width:11.5625rem;height:1.1375rem;top:107.8125rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cFb6P3LuT6CaAq7RlDloiyzqJ6bNrgiM { width:9.6875rem;height:13.75rem;top:9.3718757629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEvIGJsKtdzDMTzuX2qg9mdWzDLWIHwO { width:9.6875rem;height:13.75rem;top:9.37109375rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3yetwuBXnKPTFH5p56azftI7PfTILM4 { width:9.6875rem;height:13.75rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozP3IPKERXeow002e3TK7qDBbKkutf2V { width:9.6875rem;height:13.75rem;top:30.625rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPlf8JVMPsHmzhmLMs55JuF63sCRHHSR { width:14.0625rem;height:20.5625rem;top:203.0625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPKBQFqlrf1eKoNeEOWO7pw2BMnkFViK { width:20rem;height:1.05rem;top:6.6867198944094rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rgCmgAmfvBA4EPqbrzFd1hTIHdFgT7sN { width:10.9375rem;height:3.125rem;top:115.8125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZpUmTbDBRz7kpVhNtVAvy9Ms2guHNON { width:10.9375rem;height:3.125rem;top:120.1875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPau41oP8xE10E7kTlk8L3sbr8ysUAsQ { width:10.9375rem;height:3.125rem;top:124.5625rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ck4b0DLWNfXPGRLigBRB22xWNf3GWVDQ { width:10.9375rem;height:3.125rem;top:128.9375rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLK0UtE3vFlUgz7AJqOMMlA6qD4itICp { width:10.9375rem;height:3.125rem;top:133.3125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bc1JdqWJ88qB8Osq3fJ8Bs5k7DMOKzAL { width:6.1875rem;height:2.25rem;top:59.468753099441rem;left:13.331251144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx7U9lL3yB8FLFzIF1ZZ1NhCtXFEaaTN { width:6.1875rem;height:2.25rem;top:63.562503099444rem;left:13.331251144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcBdCSu28VmWR62fRaPaTbxqow6nhrbq { width:6.1875rem;height:2.25rem;top:67.812507629394rem;left:13.314583778381rem;display:block; }
 }@media only screen and (max-width: 763px) { #faZlxmaa0cHZcTS37wprC03CIfVbX09o { width:6.1875rem;height:2.25rem;top:72.108333587644rem;left:13.314583778381rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg5PE8OlDc3LuIe0uG3ZOoTd6DInL6QD { width:6.1875rem;height:2.25rem;top:89.227088928225rem;left:13.314583778381rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNA7VMH4hMTO8053eIDMt7ffJmI3ygqE { width:6.1875rem;height:2.25rem;top:101.81198501587rem;left:13.314583778381rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAcxArb8KLMoUiSlJ80Bzgzbo7UKkuTQ { width:6.1875rem;height:2.25rem;top:80.5625rem;left:13.314583778381rem;display:block; }
 }@media only screen and (max-width: 763px) { #TORBuFMKOvVaL5z4Lpn830mBy0vOzcTu { width:6.1875rem;height:2.25rem;top:93.311981201175rem;left:13.314583778381rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbIQwu2oo5uW1mUC3RA9rtPGHmGEEbD6 { width:6.1875rem;height:2.25rem;top:106.06198501587rem;left:13.314583778381rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHphW4NTtvOCyHwedgZUSMFIcdmbeqJz { width:6.1875rem;height:2.25rem;top:84.812507629394rem;left:13.314583778381rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZewTDAvmTq9QLs8fcN8NFxXLwfr0Qsm { width:6.1875rem;height:2.25rem;top:97.561985015869rem;left:13.314583778381rem;display:block; }
 }@media only screen and (max-width: 763px) { #itWmTmFvrh7cwsVBklbNZlsfUwxNST4B { width:6.1875rem;height:2.25rem;top:110.31198501587rem;left:13.314583778381rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQsGoODk2tbS7EpgsiBL0EvMUSAZ8W3r { width:6.1875rem;height:2.25rem;top:76.3125038147rem;left:13.314583778381rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #Rfia6qOknIdPJioabzVoSBfrpUfBJk3w { width:6.1875rem;height:2.25rem;top:47.175002336502rem;left:1.7489583492279rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #ggybJFZu2H8e6okwRKu7IpnhnaORxCeR { width:6.1875rem;height:2.25rem;top:47.175002336502rem;left:12.062500953674rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #RHoNRywidwb4St25iaTvGK29AV0394Z4 { width:6.1875rem;height:2.25rem;top:25.800000429154rem;left:12.062500953674rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #hCutf7TezBPOM2uZn5I4UU5ZnuPHzdqV { width:6.1875rem;height:2.25rem;top:25.800000429154rem;left:1.7489583492279rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs { background-color:#f6faff;background-image:none;display:block; }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row .container { background-color: transparent; background-image: none; }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row .container > .video-iframe-container { display: none; }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row > .video-iframe-container { display: none; }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .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); }#D5Bu171gtFdkI6mxdh4AUR8qS3TnvPVs > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neTriqmE27GuDHJVGIr0cloTZgXHWvT7 { width:20rem;height:20rem;top:28.75rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #GEZVz4Eeczz6rotFQeu9sBkam9TAqr4e { width:20rem;height:22.375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe0MmoB1PfNF9rUq2SbirbD0r925nPew { width:18.6875rem;height:5.4rem;top:3.1875rem;left:0.62499994039536rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HALgp8JwXXH9GNKmXiW2pwUb4zEu9p8H { width:20rem;height:18.525rem;top:35.25rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.75rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zbc2w1mUJOM12v8hyNT1QVbXpwPoLzqz { width:20rem;height:1.3125rem;top:55rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14998;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DtTUMJlDBuoiadstnRVT4IVadDkmiTbQ { width:20rem;height:7.7625rem;top:56.625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.75rem;z-index:14998;line-height:1.3;display:block; }#DtTUMJlDBuoiadstnRVT4IVadDkmiTbQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c75f44ea-5eb4-4a89-b903-4e3a3d5b9029/60731.png); }
 }@media only screen and (max-width: 763px) { #d7lDRBbLEHz4nyLS35a3IiKwzibIEliK { width:20rem;height:4.375rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnsi6vl900wuSesZfc8y9hL5a808dxau { width:5rem;height:1.8125rem;top:30.125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Z17WEdEGrFhienHATES6OtBko3sXsT { width:10.125rem;height:0.675rem;top:30.1875rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkNkabhvtKSEWZm0K0FTfPO03fvdcTTt { width:10.25rem;height:1.05rem;top:30.9375rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7NrgeCoRa3lv73mhm7xgLLs24pGBoOa { width:2.5rem;height:2.5rem;top:29.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO { display:block; }#MWg5Gk0dJxQDdS5u4NJKU3uvhqrdecLO > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMoleFOLkIDHU6O7wOqkiSBVvKPtBkTO { width:20rem;height:38.3125rem;top:4.125rem;left:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #EczKErPlCD1IBTTonXiprNUvFmUJrkxT { width:16.375rem;height:4.9rem;top:6.625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeP08LgnA58OBq5l7hzdwfhMrhRxqcFe { width:16.5rem;height:4.9rem;top:13.375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5cpVSKH1bpTwNqLqCFq8lJsawXRlPNF { width:1.25rem;height:1.25rem;top:7rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0wWzP5fZLPdszmar0Jp0xDaaKckOr6g { width:1.5625rem;height:1.5625rem;top:13.75rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MccKEWQa5B39rL8wRePipzgseeHRb8Cv { width:20rem;height:23.6875rem;top:67.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w77AVazMig9XpM6L0ZbueZphsDZWmSDK { width:1.25rem;height:1.25rem;top:20rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXm4rah8KcwN0DiaGpeNpHofMueS5ipS { width:16.375rem;height:3.675rem;top:19.625rem;left:2.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F12dD4clscTo6F7dmOcBChGJTqTNmi7t { width:20rem;height:20rem;top:25.5625rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ { background-color:#0f766e;background-image:none;display:block; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { background-color: transparent; background-image: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .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); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsMsARfe7FJb6JrAJBJLJTMVUiJJq4TL { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXrUNrQF04iz7qoEZg1bJKGTiZoF99RT { width:20rem;height:2.625rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }