.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:249,252,252;--color-primary-1:236,245,245;--color-primary-2:217,234,234;--color-primary-3:109,117,117;--color-primary-4:33,35,35;--color-secondary-0:252,233,217;--color-secondary-1:255,204,128;--color-secondary-2:240,144,63;--color-secondary-3:144,86,38;--color-secondary-4:48,29,13;--color-tertiary-0:255,255,255;--color-tertiary-1:205,153,182;--color-tertiary-2:172,85,134;--color-tertiary-3:151,42,104;--color-tertiary-4:76,20,68;--headlines-font-family:lato;--paragraphs-font-family:lato; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(var(--color-primary-2),0.3);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:11.1875rem;left:1.875rem;height:6.5rem;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;font-style:normal;display:block; }
#dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { position:absolute;display:block;z-index:15003;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.8125rem;width:9.625rem;top:1.75rem;left:1.875rem;overflow:hidden;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:#972a68;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.78125rem;left:1.875rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:#000000;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.6875rem;left:1.875rem;height:3.375rem;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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.4575rem;padding-right:0.436875rem;padding-bottom:0.4575rem;padding-left:0.436875rem;display:block;align-items:center;width:2.618125rem;min-width:2.618125rem;height:2.454375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.826875rem;font-weight:700;line-height:39.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-label { background-color:;background-image:none;color:#007375;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.285625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.490625rem;height:0.85rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.685625rem;font-weight:400;line-height:13.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.9375rem;height:4.505rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.8125rem;left:30rem;z-index:15003; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb { width:auto; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:28.625rem;top:9.4375rem;left:37.5rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-4),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:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:31.375rem;width:31.375rem;top:10.1875rem;left:36.125rem;display:block; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:7.5rem;width:7.5rem;top:12.125rem;left:60rem;display:block; }
#ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:13.875rem;left:61.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15039;line-height:.9;letter-spacing:0;top:15.3125rem;left:60.4375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:29.25rem;left:29.75rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#007375;display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:24.125rem;left:3.25rem;height:6.1875rem;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; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.125rem;top:23.375rem;left:1.875rem;display:block; }
#CZrEha341fwbWA8oAlCdTi63T5zBpz5C { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.875rem;top:19.625rem;left:33.5625rem;overflow:hidden;display:block; }
#Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:20.21875rem;left:33.625rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OmoiccszVOLpIZ8MMid59fxgTJCETCOm { position:absolute;display:block;z-index:14996;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:18.625rem;top:31.0625rem;left:29.6875rem;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:7.1875rem;top:10.9375rem;left:38rem;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:7.1875rem;top:27.4375rem;left:60.3125rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#O9NtZOMREpHfAx0J00DgWxwf1I2tNFWL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:37.4375rem;left:1.125rem;height:1.6875rem;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; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:rgba(var(--color-tertiary-3),1);display:block;width:52.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:3.23828125rem;left:11.09375rem;height:;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-style:normal;display:block; }
#ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { color:#007375;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.9375rem;left:15.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(var(--color-tertiary-4),1);display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:14.0625rem;left:8.65625rem;height:6.75rem;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;display:block; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.3);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; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:3.28125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:8.4375rem;left:2.5rem;height:3.3984375rem;text-align:center;text-align-last:center;display:block; }
#CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:10.125rem; }
#rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:8.4375rem;left:28.96875rem;height:3.3984375rem;text-align:center;text-align-last:center;display:block; }
#N78AIP01TatvehqHqqfTw6IfTP46HvAD { color:rgba(var(--color-tertiary-3),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:27.125rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.5625rem;left:35.9375rem; }
#R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:10.125rem;display:block; }
#QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:35.9375rem;display:block; }
#MHA9vbGsTGnVJqq4aTl5bbFwEqhuwb7e { color:rgba(var(--color-tertiary-3),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5rem;left:52.625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#z7tAi8sNHmtfuik4lpRKtazgDwvclN8I { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:8.4375rem;left:53.96875rem;height:5.09765625rem;text-align:center;text-align-last:center;display:block; }
#KBvxpKdGgw4e6tofBA867wTkEub2fOqh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.5625rem;left:60.9375rem; }
#LiA189PAJiXUL2ittxztPTy2cqDDIBzb { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:60.9375rem;display:block; }
#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.3);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; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container { background-color: transparent; background-image: none; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container > .video-iframe-container { display: none; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row > .video-iframe-container { display: none; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .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); }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container { border-width: 0; border-radius: 0; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#kzNEvmTlrI98K1Lrh25reEqVZ4bwtM9L { background-color:#972a68;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0625rem;left:31.5rem;display:block; }
#UqJECbEtmR6w015givFq92hOOnTk7gKt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container { background-color: transparent; background-image: none; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container > .video-iframe-container { display: none; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row > .video-iframe-container { display: none; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .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); }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container { border-width: 0; border-radius: 0; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#F7rwVnfy5AsGwOwyWTgSq5zPiQyx7BK2 { color:rgba(var(--color-tertiary-3),1);display:block;width:52.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.45703125rem;left:11.09375rem;height:;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-style:normal;display:block; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:3.9619140625rem;left:3rem;height:7.19925rem;text-align:center;text-align-last:center;display:block; }
#WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:15.75rem;top:15.125rem;left:4rem;overflow:hidden;display:block; }
#ndM6QuUNliKOz1omMSQSiizGothWScfM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0.875rem;left:28.125rem;overflow:hidden;display:block; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:17.8369140625rem;left:29.46875rem;height:10.7988125rem;text-align:center;text-align-last:center;display:block; }
#xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:13.375rem;left:28.125rem;display:block; }
#gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:15.125rem;left:53.75rem;overflow:hidden;display:block; }
#bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:3.0615234375rem;left:55.09375rem;height:10.7988125rem;text-align:center;text-align-last:center;display:block; }
#lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }
#MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0.65);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; }#MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy > .row .container { background-color: transparent; background-image: none; }#MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy > .row .container > .video-iframe-container { display: none; }#MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy > .row > .video-iframe-container { display: none; }#MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy > .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); }#MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy > .row .container { border-width: 0; border-radius: 0; }#MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#tJ3FcSWfBy2ZJ2KpTAAOOTUkSF1coENT { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:22.25rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:12.375rem;left:7.5rem;display:block; }
#kk8Amf0d4mSThVxenhsVGOnrOOk0mJHO { border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15001;top:7.6875rem;left:15.875rem;display:block; }
#dKvuwNTBpnA4vIXfczTGKQhNnT9AWU5T { display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:18.125rem;left:8.8125rem;height:12rem;color:#333333;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sDH8AHGLivFeDsPbFl7QfEBA8EgqHfmn { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:22.375rem;width:26.25rem;position:absolute;display:block;z-index:15004;top:12.375rem;left:41.125rem;display:block; }
#A2NJfGxFTo0IoXs39CVOcbrnKaTHVf0D { border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:7.6875rem;left:49.5rem;display:block; }
#GX1vPZ1MdcviiTZ4XG3rxohLr1uOk5Xl { display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.625rem;left:42.4375rem;height:15rem;color:#333333;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FN3tkD9gNB8ATaxeQWvW5dIh7TTvyg5e { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#WFeh6wscsRyoclvvrxwMAidLhMxxxSaJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.16796875rem;left:14.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#i9DT0rOZ5PtcGTMkirfAFmt6XDtMNw1m { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.16796875rem;left:48.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DKPs53KuS5QPmQ5G4dIyntlTem8TMf08 { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:36.9375rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { background-color:#972a68;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.21875rem;left:31.5rem;display:block; }
#H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lr03S90yZbLZBHecIX3wdDWTir96MCHz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.3);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; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container { background-color: transparent; background-image: none; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container > .video-iframe-container { display: none; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row > .video-iframe-container { display: none; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .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); }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container { border-width: 0; border-radius: 0; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#VcJ4mSsuhHdIMzTJLpXzRdSqRhtzhfGk { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:15.625rem;height:;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-style:normal;display:block; }
#deFyKdicMTzvg5DkMJB8BTaxpEF9wM0U { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3125rem;left:15.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#av9RQhLtNTiikOp91voLsAvN4zMyw7JM { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:6.8056640625rem;left:15.625rem;height:7.19925rem;text-align:center;text-align-last:center;display:block; }
#VITVormUs0f6qzThsFARHasSstqDqZ13 { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.1875rem;left:15.625rem;height:4.0625rem;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-style:normal;display:block; }
#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE.adaptive-delivery-prevent-bg, #pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE.lazyload, #pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE.lazyloading { background-image: none; }#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE > .row .container { background-color: transparent; background-image: none; }#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE > .row .container > .video-iframe-container { display: none; }#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE > .row > .video-iframe-container { display: none; }#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE > .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); }#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE > .row .container { border-width: 0; border-radius: 0; }#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#nR2Qx0msmWrQTIx6lBmzLS33CvigM0ER { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:15.9375rem;width:18.75rem;top:7.0625rem;left:3.125rem;display:block; }
#o0gANHAbPONJN4WvTE5J7qLgVv5plGsL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:15.25rem;left:4.25rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ck1nsxwOxgTZfD5IIqsXs77HXbIEJsTF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:16.0625rem;width:18.75rem;top:7.0625rem;left:28.125rem;display:block; }
#NpmXgX0teJFhpAkxwCHdySNpaSGqcAkz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:15.25rem;left:29.375rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m92P6SLXqh1BdFBFpFss97qohMxRPSww { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:16.0625rem;width:18.75rem;top:7.0625rem;left:53.125rem;display:block; }
#NtzXG4AgrATGCFRPSDwpa3LLbLLcOMD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:16.0625rem;left:54.375rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9qT8VwgcCMBMuravPTTzmv2UiDXD80D { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:19.5rem;height:2.92480625rem;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; }
#Udx1Hkf0RvuwIN7I65K3xEp82cZFaBr1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.8125rem;left:10.8125rem; }
#xZKJi5Mq0xHrhp1kXoTgfRF0eFDO2UnW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.8125rem;left:35.8125rem; }
#htCTMETOTI5SxEZ9NSs9D3lGHTaaccKu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.8125rem;left:60.8125rem; }
#T7T1o0I1T11mRQahEORBsJ5GTpOItFyp { color:rgba(var(--color-tertiary-3),1);display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:24.8125rem;left:17.6875rem;height:4.0625rem;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; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.64453125rem;left:15.625rem;height:3.1499rem;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-style:normal;display:block; }
#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { background-color: transparent; background-image: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .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); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { border-width: 0; border-radius: 0; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:15.6875rem;top:1.8125rem;left:6.75rem;overflow:hidden;display:block; }
#I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:0.5625rem;left:4.875rem;display:block; }
#XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.25rem;left:6.75rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { color:rgba(0,115,117,0.6);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.8125rem;left:6.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:31.6875rem;left:6.78125rem;height:8.999rem;text-align:left;text-align-last:left;display:block; }
#sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:31.6875rem;left:43.125rem;height:8.999rem;text-align:left;text-align-last:left;display:block; }
#Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.25rem;left:43.125rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:17.8125rem;top:1.25rem;left:43.125rem;overflow:hidden;display:block; }
#VS4ecEhVMLpU8yTofaynXD8060ekvniD { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:19.3125rem;left:51.25rem;display:block; }
#GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { color:rgba(0,115,117,0.6);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.8125rem;left:43.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt > .row .container { background-color: transparent; background-image: none; }#JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt > .row .container > .video-iframe-container { display: none; }#JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt > .row > .video-iframe-container { display: none; }#JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt > .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); }#JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt > .row .container { border-width: 0; border-radius: 0; }#JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#eM1XrFHCdadsWeT935TINNGv0SsT4fzw { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.125rem;left:7.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTdeuzvdb66ilaV8bFHN0Za3x4R1mBHh { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:19.9375rem;width:18.9375rem;top:8.875rem;left:7.5rem;display:block; }
#VsAgHiFeMCoKqmufeGDr408ahPOJQUwp { color:#808080;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:2;letter-spacing:0;top:10.3125rem;left:8.21875rem;height:14rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#z6QeqqFdT1GJJXANPRe7JVP9hX1mEdvK { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.375rem;left:8.21875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gJTMCR0TaLN1e4wNDf2TsP1Kv1DZXhhy { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:26.9375rem;left:8.21875rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oh4SiME3W98LT9yaTIt6pZTw3zwpyzfb { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.375rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HTRd44El12sf5JZizrDCZ2NWB5xgH20q { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.875rem;left:28.75rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AKLUAPKa7EJsAa75Ptzokdlt5GTtSOzJ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:19.875rem;width:18.9375rem;top:8.875rem;left:28.0625rem;display:block; }
#SCfnoMxSVSIyOVOpCccQKsoO29X8iWcE { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25.6875rem;left:49.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bg89408gc5rgQKaAko8ftQOeutpSoy6l { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:27.1875rem;left:49.3125rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wHLXXiyTbFSp4tgJk4n7IwPJxn6NqIUv { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:19.875rem;width:18.9375rem;top:8.875rem;left:48.5625rem;display:block; }
#RXlTQLKizOJo5Rk5FBQK9537vFDwS9NN { color:#808080;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:2;letter-spacing:0;top:10.3125rem;left:28.75rem;height:12rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gDa4A9V6W3hBltZNQPFgnh9EyA3DCggH { color:#808080;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:2;letter-spacing:0;top:11.3125rem;left:49.3125rem;height:12rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.3);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; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:rgba(var(--color-tertiary-3),1);display:block;width:67.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.875rem;left:3.59375rem;height:;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-style:normal;display:block; }
#xWramVwZXUCMAoUNFeVpoHQmAIV1qUkH { color:rgba(var(--color-tertiary-4),1);display:block;width:58.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:7.59375rem;left:8.46875rem;height:6.75rem;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;display:block; }
#llMs3EbihRMkk37aBsaGgQSbzudAvRTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.3);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; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.5675rem;padding-right:0.535rem;padding-bottom:0.5675rem;padding-left:0.535rem;display:block;align-items:center;width:3.20625rem;min-width:3.20625rem;height:3.04375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.265625rem;font-weight:700;line-height:48.7px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.354375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.275rem;height:1.05375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.85rem;font-weight:400;line-height:16.86px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.125rem;height:5.586875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.83203125rem;left:26.9375rem;z-index:15004; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH { width:auto; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
#qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:0.125rem;top:10.0625rem;left:12.25rem;display:block; }
#olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.875rem;left:14.1875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.875rem;top:24.75rem;left:12.25rem;overflow:hidden;display:block; }
#ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { color:rgba(var(--color-tertiary-3),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:25.5rem;left:12.25rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-form-header {  }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000b0c;width:21.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #003a3b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:2.625rem;color:#003a3b;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #003a3b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:4.375rem;color:#003a3b;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:11.4375rem;height:2.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000b0c;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:first-of-type{padding-top:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:last-of-type{padding-bottom:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.1875rem;left:37.1875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.625rem;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000b0c;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.1875rem;left:37.1875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt { position:relative;z-index:2; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ { position:relative; }
#hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:31.625rem;top:9.875rem;left:36.875rem;display:block; }
#dc6AZLG4t89AGyrTrUsVX46siANKxa6b { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:6.875rem;width:6.875rem;top:3.75rem;left:55.6875rem;display:block; }
#CTiZuOatXexee7zUOccwgdaDVQZUhTpd { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:.9;letter-spacing:0;top:5.25rem;left:56.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15033;line-height:.9;letter-spacing:0;top:6.875rem;left:55.9375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:15.625rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:18.8125rem;left:14.1875rem;overflow:hidden;display:block; }
#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:7.1875rem;top:26.5625rem;left:60.3125rem;display:block; }#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.adaptive-delivery-prevent-bg, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyload, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyloading { background-image: none; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(217,234,234,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:32.5625rem;height:6.5rem;top:11.1875rem;left:0rem;font-size:1.875rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:9.625rem;height:2.8125rem;top:1.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:33.75rem;left:0rem;background-color:#ffcc80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:23.75rem;height:3.375rem;top:18.6875rem;left:0rem;font-size:1.125rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#003a3b; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#007375; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { display:flex;width:18rem;height:5.0625rem;top:0rem;left:23.25rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:28.625rem;height:29.625rem;top:9.4375rem;left:19.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:31.375rem;height:31.375rem;top:10.1875rem;left:16.375rem;background-color:#007375;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:7.5rem;height:7.5rem;top:12.125rem;left:40.25rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.125rem;top:13.875rem;left:42.5rem;font-size:1.25rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:2.25rem;top:15.3125rem;left:41.125rem;font-size:2.5rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:11.75rem;height:1.4375rem;top:29.25rem;left:16.125rem;font-size:0.875rem;color:#007375;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:24rem;height:6.1875rem;top:24.125rem;left:0rem;font-size:1.375rem;color:#007375;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:7.25rem;top:23.375rem;left:0rem;background-color:#ffcc80;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.875rem;height:5.75rem;top:19.625rem;left:19.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:7.8125rem;height:3.1875rem;top:20.1875rem;left:20rem;font-size:1.875rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:18.625rem;height:6.0625rem;top:31.0625rem;left:16.0625rem;background-color:#ffffff;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:10.5rem;top:10.9375rem;left:24.375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:14.1875rem;top:27.4375rem;left:40.5625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O9NtZOMREpHfAx0J00DgWxwf1I2tNFWL { width:15.0625rem;height:1.6875rem;top:37.4375rem;left:0rem;font-size:1.125rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:1.5rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { width:43.75rem;height:1.25rem;top:0.9375rem;left:2rem;font-size:1rem;color:#007375;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:47.75rem;height:;top:14.0625rem;left:0rem;font-size:1.25rem;color:#007375;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { background-color:rgba(217,234,234,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:17.0625rem;height:1.9375rem;top:5rem;left:0rem;font-size:1.5rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:18.625rem;height:3.375rem;top:8.4375rem;left:0rem;font-size:1rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { width:3.4375rem;height:3.4375rem;top:0.375rem;left:5.5625rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:3.375rem;top:8.4375rem;left:14.6875rem;font-size:1rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:20.75rem;height:1.9375rem;top:5rem;left:11rem;font-size:1.5rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { width:3.125rem;height:3.125rem;top:0.5625rem;left:22.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:5.5625rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:0rem;left:22.25rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MHA9vbGsTGnVJqq4aTl5bbFwEqhuwb7e { width:19.75rem;height:1.9375rem;top:5rem;left:27.875rem;font-size:1.5rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #z7tAi8sNHmtfuik4lpRKtazgDwvclN8I { width:17.0625rem;height:5.0625rem;top:8.4375rem;left:30.5625rem;font-size:1rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #KBvxpKdGgw4e6tofBA867wTkEub2fOqh { width:2.875rem;height:2.875rem;top:0.5625rem;left:38.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #LiA189PAJiXUL2ittxztPTy2cqDDIBzb { width:1.875rem;height:4.1875rem;top:0rem;left:38.125rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dPv9uXh6WoavhP8mmbdniJMVn50aJR0s { background-color:rgba(217,234,234,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container { background-color: transparent; background-image: none; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container > .video-iframe-container { display: none; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row > .video-iframe-container { display: none; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .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); }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container { border-width: 0; border-radius: 0; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzNEvmTlrI98K1Lrh25reEqVZ4bwtM9L { width:12rem;height:3.25rem;top:1.0625rem;left:17.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #1f333b;border-left:0.125rem solid #1f333b;border-right:0.125rem solid #1f333b;border-bottom:0.125rem solid #1f333b;box-shadow: none;color:#1f333b;display:block; }
 }@media only screen and (max-width: 763px) { #UqJECbEtmR6w015givFq92hOOnTk7gKt { display:block; }
 }@media only screen and (max-width: 763px) { #FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container { background-color: transparent; background-image: none; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container > .video-iframe-container { display: none; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row > .video-iframe-container { display: none; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .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); }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container { border-width: 0; border-radius: 0; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7rwVnfy5AsGwOwyWTgSq5zPiQyx7BK2 { width:47.75rem;height:;top:1.4375rem;left:0rem;font-size:1.5rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:18.75rem;height:0.875rem;top:0rem;left:0rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.75rem;height:8.9375rem;top:3.9375rem;left:0rem;font-size:1rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:15.75rem;height:12.5rem;top:15.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:18.75rem;height:12.5rem;top:0.875rem;left:13rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:16.0625rem;height:10.75rem;top:17.8125rem;left:15.6875rem;font-size:1rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:18.75rem;height:0.875rem;top:13.375rem;left:13rem;background-color:#007375;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:18.75rem;height:12.5rem;top:15.125rem;left:28.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:16.0625rem;height:10.75rem;top:3rem;left:31.5625rem;font-size:1rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;background-color:#ffcc80;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy { display:block; }#MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJ3FcSWfBy2ZJ2KpTAAOOTUkSF1coENT { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk8Amf0d4mSThVxenhsVGOnrOOk0mJHO { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKvuwNTBpnA4vIXfczTGKQhNnT9AWU5T { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDH8AHGLivFeDsPbFl7QfEBA8EgqHfmn { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2NJfGxFTo0IoXs39CVOcbrnKaTHVf0D { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX1vPZ1MdcviiTZ4XG3rxohLr1uOk5Xl { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN3tkD9gNB8ATaxeQWvW5dIh7TTvyg5e { width:47.75rem;height:2.875rem;top:4.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFeh6wscsRyoclvvrxwMAidLhMxxxSaJ { top:11.125rem;left:0.8125rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9DT0rOZ5PtcGTMkirfAFmt6XDtMNw1m { top:11.125rem;left:34.4375rem;width:12.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKPs53KuS5QPmQ5G4dIyntlTem8TMf08 { width:47.75rem;height:2rem;top:36.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:12rem;height:3.25rem;top:1.1875rem;left:17.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #007375;border-left:0.125rem solid #007375;border-right:0.125rem solid #007375;border-bottom:0.125rem solid #007375;box-shadow: none;color:#007375;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #Lr03S90yZbLZBHecIX3wdDWTir96MCHz { background-color:rgba(217,234,234,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container { background-color: transparent; background-image: none; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container > .video-iframe-container { display: none; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row > .video-iframe-container { display: none; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .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); }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container { border-width: 0; border-radius: 0; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcJ4mSsuhHdIMzTJLpXzRdSqRhtzhfGk { width:43.75rem;height:;top:3.1875rem;left:2rem;font-size:1.5rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #deFyKdicMTzvg5DkMJB8BTaxpEF9wM0U { width:43.75rem;height:1.25rem;top:1.3125rem;left:2rem;font-size:1rem;color:#007375;display:block; }
 }@media only screen and (max-width: 763px) { #av9RQhLtNTiikOp91voLsAvN4zMyw7JM { width:43.75rem;height:7.1875rem;top:6.75rem;left:2rem;font-size:1rem;color:#007375;display:block; }
 }@media only screen and (max-width: 763px) { #VITVormUs0f6qzThsFARHasSstqDqZ13 { width:43.75rem;height:4.0625rem;top:15.1875rem;left:2rem;font-size:1.5rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE { display:block; }#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nR2Qx0msmWrQTIx6lBmzLS33CvigM0ER { width:18.75rem;height:15.9375rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0gANHAbPONJN4WvTE5J7qLgVv5plGsL { width:16.5625rem;height:6.375rem;top:15.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck1nsxwOxgTZfD5IIqsXs77HXbIEJsTF { width:18.75rem;height:16.0625rem;top:7.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpmXgX0teJFhpAkxwCHdySNpaSGqcAkz { width:16.25rem;height:6.375rem;top:15.25rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m92P6SLXqh1BdFBFpFss97qohMxRPSww { width:18.75rem;height:16.0625rem;top:7.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtzXG4AgrATGCFRPSDwpa3LLbLLcOMD0 { width:16.25rem;height:6.375rem;top:16.0625rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9qT8VwgcCMBMuravPTTzmv2UiDXD80D { width:36rem;height:2.875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udx1Hkf0RvuwIN7I65K3xEp82cZFaBr1 { width:3.4375rem;height:3.4375rem;top:9.8125rem;left:6.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #xZKJi5Mq0xHrhp1kXoTgfRF0eFDO2UnW { width:3.4375rem;height:3.4375rem;top:9.8125rem;left:22.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #htCTMETOTI5SxEZ9NSs9D3lGHTaaccKu { width:3.4375rem;height:3.4375rem;top:9.8125rem;left:38rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #T7T1o0I1T11mRQahEORBsJ5GTpOItFyp { width:39.625rem;height:4.0625rem;top:24.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:43.75rem;height:3.125rem;top:1.625rem;left:2rem;font-size:2.25rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { background-color: transparent; background-image: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .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); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { border-width: 0; border-radius: 0; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:15.6875rem;height:21.8125rem;top:1.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:5.875rem;top:0.5625rem;left:0rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:23.9375rem;height:1.9375rem;top:27.25rem;left:0rem;font-size:1.5rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { width:23.9375rem;height:1.25rem;top:29.8125rem;left:0rem;font-size:1rem;color:rgba(0,115,117,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:23.9375rem;height:10.75rem;top:31.6875rem;left:0rem;font-size:1rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:23.9375rem;height:8.9375rem;top:31.6875rem;left:23.8125rem;font-size:1rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:23.9375rem;height:1.9375rem;top:27.25rem;left:23.8125rem;font-size:1.5rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:17.8125rem;height:22.5625rem;top:1.25rem;left:23.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.0625rem;height:5.875rem;top:19.3125rem;left:30.8125rem;background-color:#ffcc80;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { width:23.9375rem;height:1.25rem;top:29.8125rem;left:23.8125rem;font-size:1rem;color:rgba(0,115,117,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt { display:block; }#JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eM1XrFHCdadsWeT935TINNGv0SsT4fzw { width:47.75rem;height:4.0625rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdeuzvdb66ilaV8bFHN0Za3x4R1mBHh { width:18.9375rem;height:19.9375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsAgHiFeMCoKqmufeGDr408ahPOJQUwp { width:17.5rem;height:14rem;top:10.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6QeqqFdT1GJJXANPRe7JVP9hX1mEdvK { width:11.25rem;height:1.625rem;top:25.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJTMCR0TaLN1e4wNDf2TsP1Kv1DZXhhy { width:11.25rem;height:1rem;top:26.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh4SiME3W98LT9yaTIt6pZTw3zwpyzfb { width:11.25rem;height:1.625rem;top:25.375rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTRd44El12sf5JZizrDCZ2NWB5xgH20q { width:11.25rem;height:1rem;top:26.875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKLUAPKa7EJsAa75Ptzokdlt5GTtSOzJ { width:18.9375rem;height:19.875rem;top:8.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCfnoMxSVSIyOVOpCccQKsoO29X8iWcE { width:11.25rem;height:1.625rem;top:25.6875rem;left:35.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg89408gc5rgQKaAko8ftQOeutpSoy6l { width:11.25rem;height:1rem;top:27.1875rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHLXXiyTbFSp4tgJk4n7IwPJxn6NqIUv { width:18.9375rem;height:19.875rem;top:8.875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXlTQLKizOJo5Rk5FBQK9537vFDwS9NN { width:17.5rem;height:12rem;top:10.3125rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDa4A9V6W3hBltZNQPFgnh9EyA3DCggH { width:17.5rem;height:10rem;top:11.3125rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { background-color:rgba(179,213,214,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:47.75rem;height:;top:0.875rem;left:0rem;font-size:1.5625rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #xWramVwZXUCMAoUNFeVpoHQmAIV1qUkH { width:47.75rem;height:6.75rem;top:7.5625rem;left:0rem;font-size:1.25rem;color:#007375;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { background-color:rgba(179,213,214,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#003a3b; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#007375; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { display:flex;width:18rem;height:5.0625rem;top:0rem;left:23.25rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
 }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:10.0625rem;left:0rem;background-color:#ffcc80;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:21.4375rem;height:5.625rem;top:9.875rem;left:0.5625rem;font-size:1.25rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.875rem;height:5.75rem;top:24.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:7.75rem;height:2.875rem;top:25.5rem;left:0rem;font-size:1.4375rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#000b0c; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #003a3b;color:#003a3b; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #003a3b;color:#003a3b; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;color:#161616; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#003a3b; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-moz-placeholder { color:#007375; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-moz-placeholder { color:#007375; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-ms-input-placeholder { color:#007375; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-webkit-input-placeholder { color:#007375; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000b0c; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-radio-label { color:#161616; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:23.1875rem;height:auto;top:11.1875rem;left:22rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-info-text { color:#000b0c; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:23.1875rem;height:auto;top:11.1875rem;left:22rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:31.625rem;height:20.5625rem;top:9.875rem;left:16.125rem;background-color:#ffcc80;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:6.875rem;height:6.875rem;top:3.75rem;left:40.875rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CTiZuOatXexee7zUOccwgdaDVQZUhTpd { width:5.25rem;height:1.125rem;top:5.25rem;left:42.5rem;font-size:1.25rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.625rem;height:1.6875rem;top:6.875rem;left:41.125rem;font-size:1.875rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:43.75rem;height:1.5625rem;top:0rem;left:2rem;font-size:0.9375rem;color:#007375;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:18.75rem;height:12.5rem;top:18.8125rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:26.5625rem;left:40.5625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.adaptive-delivery-prevent-bg, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyload, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:6.75rem;top:3.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:4.25rem;height:1.25rem;top:1.05615234375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:55.75rem;left:3.9375rem;text-align:center;text-align-last:center;background-color:#972a68;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:3.375rem;top:12.4375rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#4c1444; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#4c1444; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { display:flex;width:18rem;height:5.0625rem;top:49.25rem;left:1rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:14.6875rem;height:15.1875rem;top:15.8125rem;left:3rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:18.75rem;top:18.5rem;left:0rem;z-index:14985;background-color:#4c1444;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:6.3125rem;height:6.3125rem;top:18.9375rem;left:13.5625rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.125rem;top:20.25rem;left:14.125rem;font-size:1.25rem;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:1.79980625rem;top:21.6875rem;left:13.375rem;font-size:2rem;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:20rem;height:1.59375rem;top:46.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:15.9375rem;height:5.625rem;top:40.125rem;left:2.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#007375;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:5.875rem;top:40rem;left:1.6875rem;background-color:#ffcc80;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.375rem;height:5.375rem;top:33.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:5.5rem;height:2.65625rem;top:33.9375rem;left:1.1875rem;font-size:1.5625rem;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:19.5625rem;height:5.75rem;top:48.9375rem;left:0.25rem;background-color:#ffffff;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:9.875rem;top:17.6875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:8.75rem;top:33.3125rem;left:12.8125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O9NtZOMREpHfAx0J00DgWxwf1I2tNFWL { width:15.0625rem;height:1.6875rem;top:59.75rem;left:2.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:10.4980625rem;top:3.2373046875rem;left:0rem;font-size:1.5rem;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { width:20rem;height:1.29980625rem;top:1.1875rem;left:0rem;font-size:1rem;color:#007375;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:10.7988125rem;top:14.8994140625rem;left:0rem;font-size:1rem;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { background-color:rgba(217,234,234,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:1.94921875rem;top:5rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:3.3984375rem;top:6.94921875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { display:flex;width:3.5625rem;height:3.5625rem;top:0.59375rem;left:8.75rem;z-index:15018;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:3.3984375rem;top:20.125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:16.5rem;height:3.8984375rem;top:16.25rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { display:flex;width:3.6875rem;height:3.6875rem;top:11.3125rem;left:8.125rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:8.125rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:11.0625rem;left:8.125rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MHA9vbGsTGnVJqq4aTl5bbFwEqhuwb7e { width:19.75rem;height:1.94921875rem;top:30.2109375rem;left:0.125rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #z7tAi8sNHmtfuik4lpRKtazgDwvclN8I { width:17.0625rem;height:5.09765625rem;top:33.41015625rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #KBvxpKdGgw4e6tofBA867wTkEub2fOqh { display:flex;width:2.875rem;height:2.875rem;top:25.3359375rem;left:9.0625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #LiA189PAJiXUL2ittxztPTy2cqDDIBzb { width:1.875rem;height:4.1875rem;top:24.7734375rem;left:9.0625rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dPv9uXh6WoavhP8mmbdniJMVn50aJR0s { background-color:rgba(217,234,234,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container { background-color: transparent; background-image: none; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container > .video-iframe-container { display: none; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row > .video-iframe-container { display: none; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .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); }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container { border-width: 0; border-radius: 0; }#dPv9uXh6WoavhP8mmbdniJMVn50aJR0s > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzNEvmTlrI98K1Lrh25reEqVZ4bwtM9L { width:11rem;height:3.25rem;top:1.125rem;left:4.5rem;background-color:transparent;background-image:none;border-top:0.125rem solid #4c1444;border-left:0.125rem solid #4c1444;border-right:0.125rem solid #4c1444;border-bottom:0.125rem solid #4c1444;box-shadow: none;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #UqJECbEtmR6w015givFq92hOOnTk7gKt { display:block; }
 }@media only screen and (max-width: 763px) { #FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container { background-color: transparent; background-image: none; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container > .video-iframe-container { display: none; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row > .video-iframe-container { display: none; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .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); }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container { border-width: 0; border-radius: 0; }#FPTMK7TEZIb5pkA7e4p8gIx7o4ghC0DQ > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7rwVnfy5AsGwOwyWTgSq5zPiQyx7BK2 { width:20rem;height:4.19921875rem;top:1.0625rem;left:0rem;font-size:1.5rem;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:20rem;height:0.875rem;top:12.5rem;left:0rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.25rem;height:8.999rem;top:14.6875rem;left:1.375rem;font-size:1rem;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:15.75rem;height:12.5rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:18.75rem;height:12.5rem;top:25.9375rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.25rem;height:10.7988125rem;top:41.1875rem;left:1.375rem;font-size:1rem;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:20rem;height:0.875rem;top:38.4375rem;left:0rem;background-color:#007375;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:18.75rem;height:12.5rem;top:53.5625rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:17.25rem;height:8.999rem;top:68.75rem;left:1.375rem;font-size:1rem;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20rem;height:0.875rem;top:66.0625rem;left:0rem;background-color:#ffcc80;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy { display:block; }#MIcMdoF3rln0GnlRuv4dszvV1fnsAxJy > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJ3FcSWfBy2ZJ2KpTAAOOTUkSF1coENT { width:18.75rem;height:22.375rem;top:7.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk8Amf0d4mSThVxenhsVGOnrOOk0mJHO { width:6.25rem;height:6.25rem;top:4.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKvuwNTBpnA4vIXfczTGKQhNnT9AWU5T { width:17.5rem;height:18rem;top:11.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #sDH8AHGLivFeDsPbFl7QfEBA8EgqHfmn { width:18.75rem;height:22.75rem;top:39rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2NJfGxFTo0IoXs39CVOcbrnKaTHVf0D { width:6.25rem;height:6.25rem;top:31.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX1vPZ1MdcviiTZ4XG3rxohLr1uOk5Xl { width:17.5rem;height:19.5rem;top:40.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN3tkD9gNB8ATaxeQWvW5dIh7TTvyg5e { width:20rem;height:3.0058625rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFeh6wscsRyoclvvrxwMAidLhMxxxSaJ { width:12.5rem;height:2.2734375rem;top:6.55078125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9DT0rOZ5PtcGTMkirfAFmt6XDtMNw1m { width:12.5rem;height:2.4375rem;top:33.6875rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKPs53KuS5QPmQ5G4dIyntlTem8TMf08 { width:20rem;height:5.84765625rem;top:63.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:11rem;height:3.25rem;top:1.0625rem;left:4.5rem;background-color:transparent;background-image:none;border-top:0.125rem solid #4c1444;border-left:0.125rem solid #4c1444;border-right:0.125rem solid #4c1444;border-bottom:0.125rem solid #4c1444;box-shadow: none;color:#972a68;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #Lr03S90yZbLZBHecIX3wdDWTir96MCHz { background-color:rgba(217,234,234,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container { background-color: transparent; background-image: none; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container > .video-iframe-container { display: none; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row > .video-iframe-container { display: none; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .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); }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container { border-width: 0; border-radius: 0; }#Lr03S90yZbLZBHecIX3wdDWTir96MCHz > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcJ4mSsuhHdIMzTJLpXzRdSqRhtzhfGk { width:20rem;height:1.94921875rem;top:3.0498046875rem;left:0rem;font-size:1.5rem;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #deFyKdicMTzvg5DkMJB8BTaxpEF9wM0U { width:20rem;height:1.29980625rem;top:0.9375rem;left:0rem;font-size:1rem;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #av9RQhLtNTiikOp91voLsAvN4zMyw7JM { width:20rem;height:17.9980625rem;top:7.5615234375rem;left:0rem;font-size:1rem;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #VITVormUs0f6qzThsFARHasSstqDqZ13 { width:20rem;height:5.84765625rem;top:26.5595703125rem;left:0rem;font-size:1.5rem;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE { display:block; }#pBwI0gED5bP61Ri1fv7kA9mZJ2GcHGuE > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nR2Qx0msmWrQTIx6lBmzLS33CvigM0ER { width:18.75rem;height:15.4375rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0gANHAbPONJN4WvTE5J7qLgVv5plGsL { width:16.25rem;height:6.3984375rem;top:13.25rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ck1nsxwOxgTZfD5IIqsXs77HXbIEJsTF { width:18.75rem;height:14.1875rem;top:23.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpmXgX0teJFhpAkxwCHdySNpaSGqcAkz { width:16.25rem;height:6.3984375rem;top:31.1875rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m92P6SLXqh1BdFBFpFss97qohMxRPSww { width:18.75rem;height:13.875rem;top:40rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtzXG4AgrATGCFRPSDwpa3LLbLLcOMD0 { width:16.25rem;height:6.3984375rem;top:47.1875rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9qT8VwgcCMBMuravPTTzmv2UiDXD80D { width:20rem;height:4.875rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udx1Hkf0RvuwIN7I65K3xEp82cZFaBr1 { display:flex;width:3.4375rem;height:3.4375rem;top:9.25rem;left:8.28125rem;z-index:15018;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #xZKJi5Mq0xHrhp1kXoTgfRF0eFDO2UnW { display:flex;width:3.4375rem;height:3.4375rem;top:25.9375rem;left:8.28125rem;z-index:15018;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #htCTMETOTI5SxEZ9NSs9D3lGHTaaccKu { display:flex;width:3.4375rem;height:3.4375rem;top:41.6875rem;left:8.28125rem;z-index:15018;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #T7T1o0I1T11mRQahEORBsJ5GTpOItFyp { width:20rem;height:5.84765625rem;top:55.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:2.79980625rem;top:0.625rem;left:0rem;font-size:2rem;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { background-color: transparent; background-image: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .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); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { border-width: 0; border-radius: 0; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:11.4375rem;height:15.875rem;top:1.1875rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:5.875rem;top:0rem;left:0rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:17.1875rem;height:3.8984375rem;top:17.6640625rem;left:1.40625rem;font-size:1.5rem;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { width:17.1875rem;height:1.13671875rem;top:22.0625rem;left:1.40625rem;font-size:0.875rem;color:rgba(0,115,117,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:17.1875rem;height:16.19825rem;top:24.01953125rem;left:1.40625rem;font-size:1rem;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:17.1875rem;height:14.3984375rem;top:61.5rem;left:1.25rem;font-size:1rem;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:17.1875rem;height:1.94921875rem;top:55.6875rem;left:1.25rem;font-size:1.5rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:9.1875rem;height:11.625rem;top:43.5625rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:9rem;height:5.875rem;top:42.8125rem;left:2.5625rem;background-color:#ffcc80;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { width:17.1875rem;height:2.5996125rem;top:58.2744140625rem;left:1.40625rem;font-size:1rem;color:rgba(0,115,117,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt { display:block; }#JfzsApIJ67TdbJLiMVNqQ36yMUm3OxAt > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eM1XrFHCdadsWeT935TINNGv0SsT4fzw { width:20rem;height:2.2744125rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdeuzvdb66ilaV8bFHN0Za3x4R1mBHh { width:18.9375rem;height:15.5rem;top:3.6875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsAgHiFeMCoKqmufeGDr408ahPOJQUwp { width:17.5rem;height:14rem;top:4rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6QeqqFdT1GJJXANPRe7JVP9hX1mEdvK { width:13.8125rem;height:1.625rem;top:20.6875rem;left:0.53125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gJTMCR0TaLN1e4wNDf2TsP1Kv1DZXhhy { width:13.8125rem;height:1.29980625rem;top:22.3125rem;left:0.53125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oh4SiME3W98LT9yaTIt6pZTw3zwpyzfb { width:13.1875rem;height:1.625rem;top:40.0625rem;left:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTRd44El12sf5JZizrDCZ2NWB5xgH20q { width:13.8125rem;height:1.29980625rem;top:41.875rem;left:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AKLUAPKa7EJsAa75Ptzokdlt5GTtSOzJ { width:18.9375rem;height:12.25rem;top:26.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCfnoMxSVSIyOVOpCccQKsoO29X8iWcE { width:12.75rem;height:1.625rem;top:59.8125rem;left:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bg89408gc5rgQKaAko8ftQOeutpSoy6l { width:13.8125rem;height:1.29980625rem;top:61.875rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wHLXXiyTbFSp4tgJk4n7IwPJxn6NqIUv { width:18.9375rem;height:12.25rem;top:45.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXlTQLKizOJo5Rk5FBQK9537vFDwS9NN { width:17.5rem;height:12rem;top:26.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDa4A9V6W3hBltZNQPFgnh9EyA3DCggH { width:17.5rem;height:10rem;top:46.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { background-color:rgba(179,213,214,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:13.125rem;top:0.94921875rem;left:0rem;font-size:1.5625rem;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #xWramVwZXUCMAoUNFeVpoHQmAIV1qUkH { width:20rem;height:14.3984375rem;top:15.5458984375rem;left:0rem;font-size:1rem;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { background-color:rgba(179,213,214,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#4c1444; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#4c1444; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { display:flex;width:18rem;height:5.0625rem;top:1.59375rem;left:1rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
 }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:8rem;left:1.625rem;background-color:#ffcc80;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:15.25rem;height:5.625rem;top:7.8125rem;left:3.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.3125rem;height:5.3125rem;top:52.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:5.5rem;height:3.125rem;top:53.125rem;left:1.125rem;font-size:1.5625rem;color:#003a3b;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#000b0c; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #003a3b;color:#003a3b; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #003a3b;color:#003a3b; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;color:#161616; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#972a68;text-align:center;text-align-last:center; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-moz-placeholder { color:#4c1444; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-moz-placeholder { color:#4c1444; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-ms-input-placeholder { color:#4c1444; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-webkit-input-placeholder { color:#4c1444; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000b0c; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-radio-label { color:#161616; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:17.5rem;height:auto;top:17.8125rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-info-text { color:#000b0c; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:17.5rem;height:auto;top:17.8125rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:20rem;height:24.1875rem;top:16.625rem;left:0rem;background-color:#f0903f;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:6.375rem;height:6.375rem;top:12.8125rem;left:13.5rem;background-color:#d9eaea;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CTiZuOatXexee7zUOccwgdaDVQZUhTpd { width:5.25rem;height:1.125rem;top:14.375rem;left:14rem;font-size:1.25rem;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.625rem;height:1.57421875rem;top:15.6875rem;left:13.375rem;font-size:1.75rem;color:#4c1444;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:20rem;height:1.59375rem;top:0rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#972a68;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:18.75rem;height:12.5rem;top:44.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:50.3125rem;left:12.8125rem;z-index:15034;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.adaptive-delivery-prevent-bg, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyload, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyloading { background-image: none; }
 }