.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:102,168,255;--color-primary-1:1,102,255;--color-primary-2:70,117,184;--color-primary-3:7,158,218;--color-primary-4:0,25,40;--color-secondary-0:255,229,225;--color-secondary-1:255,169,154;--color-secondary-2:255,83,53;--color-secondary-3:128,42,27;--color-secondary-4:38,12,8;--color-tertiary-0:255,255,255;--color-tertiary-1:69,69,69;--color-tertiary-2:51,51,51;--color-tertiary-3:7,0,2;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { background-color: transparent; background-image: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .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); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { border-width: 0; border-radius: 0; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.125rem;width:9rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { background-color:#452f77;background-image:none;border-top:0.1875rem solid #18a493;border-left:0.1875rem solid #18a493;border-right:0.1875rem solid #18a493;border-bottom:0.1875rem solid #18a493;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1rem;left:46.125rem;display:block; }
#sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #18a493;border-left:0.1875rem solid #18a493;border-right:0.1875rem solid #18a493;border-bottom:0.1875rem solid #18a493;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.96875rem;left:31.75rem;display:block; }
#z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7797acf9-327c-43f4-bcbd-7a5172c74d70/475264910_29055750344038438_2053534491133117577_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ.adaptive-delivery-prevent-bg, #umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ.lazyload, #umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ.lazyloading { background-image: none; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row .container { background-color: transparent; background-image: none; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.74); }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row .container > .video-iframe-container { display: none; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.74); }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row > .video-iframe-container { display: none; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .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); }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row .container { border-width: 0; border-radius: 0; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row .container { width:60rem;height:56.75rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ZNxrCSHIux2k78B3FFlVH37qw3TDPSEC { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:14.625rem;left:0rem;height:15rem;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;text-align:left;text-align-last:left;display:block; }
#rpD9O7Ku3tolTplKJaNBE7gXZq3wA7Pl { color:#18a493;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:33.25rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UQXi43DTiQHAwETMqbwqSdbo8P26v3VP { box-sizing:content-box;height:42.8125rem;width:25.124rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.4375rem;left:34.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Q30s1gWKFeAg916XRnMLBrdN8MUO2syv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.0625rem;left:36rem;height:7.5556875rem;text-align:center;text-align-last:center;display:block; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-form-header {  }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-text {padding-top: 0; padding-bottom: 0;}#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-select {padding-top: 0; padding-bottom: 0;}#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#18a493;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.875rem;height:5rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.5rem;overflow:hidden;font-style:normal; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .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; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-container:first-of-type{padding-top:0;}#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-container:last-of-type{padding-bottom:0;}#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:20.25rem;left:35.25rem; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .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:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 {display:block;}#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:20.25rem;left:35.25rem; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #ygOZeGoBDXVb4WWsmX5bqxmlApWE3aIm { position:relative; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #tQCiiEenTozg3EDVWIHkQp3mkFwsbL1R { position:relative;display:block; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #fPdxspiLTkEFmcGuyJs9FNknTU4CbZ3n { position:relative; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #qmHdMrv3CK8UTLpd7eebmy7Gyy79XF2A { position:relative; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #OyzLu4JKdvr9TCZE1PxlLQXPLVWuHck1 { position:relative;display:block; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #BwJRrQ3dQDIxlJMHVbakIE3xl5iT8c85 { position:relative; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #NE8OHzQmoRRKAoxToGa1pAMT2rJzwLlf { position:relative; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #wqLuq9L2yuROUvwvyDWqE50wJILWBmzm { position:relative;display:block; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #TNOiuNZLui49ope3mZMmBt9vqqkOITQl { position:relative; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #pOVDaLs9NU3zVecrcz6cxrxg224zmbyL { position:relative; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #dyNfws82DkmqI3aUG8mFf7PweroXoUtE { position:relative;display:block; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #IvgusRiwa28AftWNi5SDKIqdLWvIrxT7 { position:relative; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #IPOzMmbBJ7bFSNhcRCteMk22bsRPCm9n { position:relative; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #mTWp7RF1u7GU6BzEEV4SHv3pof2rxxJP { position:relative;display:block; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #N5Rsmy1s9v29k3H96Nd8ZvxITspaZzue { position:relative; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #p6LPaDq8W22PAuXxGHDy3h40JAeSheTg { position:relative; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #LoNUrD4aU9pLpmqNfU8MlEWov1vwbF0F { position:relative; }
#exRAfTTJwznJwFnpKDiVI8OHti8BfenT { box-sizing:content-box;height:5.5625rem;width:24.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.6);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.0625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MwgI9umP7dy9liJebeu9HC2oHo0d8IPx { 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:42.375rem;left:0.9375rem; }
#zuEm5MmIDaXED161EOTk5eaHzGMiM1yJ { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:7.4375rem;top:41.6875rem;left:5.1875rem;overflow:hidden;display:block; }
#gSs24W1InhqMxxpXFaH7DLobKg8LfNhE { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:41.4375rem;left:12.625rem;height:;text-align:center;text-align-last:center;display:block; }
#EDTaTUEhMUsMVUz4leT36c6iTZo2WyTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:43.3125rem;left:5.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xSuKF80c3uRo6zL4zINQO5Ig114FeKLM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:44.875rem;left:5.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qpSdAGGcIHEdz3mQ7X3lWneURBnLZD50 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:16.75rem;left:36.8125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#18a493;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; }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row .container { background-color: transparent; background-image: none; }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row .container > .video-iframe-container { display: none; }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row > .video-iframe-container { display: none; }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .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); }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row .container { border-width: 0; border-radius: 0; }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;position:relative;display:block; }#FdQzt68gMiOquNP6nObfI6BE6O18WLqH { position:absolute;display:block;z-index:15009;height:11.25rem;width:57.249875rem;top:14.622938156128rem;left:1.3747863769531rem;display:block; }
#RyJVw4oH0V15ZIxoCdwv0IUllipPIbsr { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:7.9375rem;left:0rem;height:2.95605625rem;text-align:center;text-align-last:center;color:#452f77;font-style:normal;display:block; }
#eq2hiTJ2gEJT95LL0HbWqBgm1kHl6Za4 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U { border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);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; }#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U > .row .container { background-color: transparent; background-image: none; }#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U > .row .container > .video-iframe-container { display: none; }#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U > .row > .video-iframe-container { display: none; }#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U > .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); }#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U > .row .container { border-width: 0; border-radius: 0; }#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#DkZ818XHTlb39QEwL2ebLGJbuZB5k2S8 { 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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.375rem;left:0rem;display:block; }
#i6gBBerPJMkOZPAT4MzT20T7nZTXTfQ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.25rem;left:0.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9LxZmnoOrTHPH9m581BWgzogoh83kJx { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.875rem;left:1.125rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HCLopRwsEOBibg0GCAUL1can8ovIGME9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.8125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5C4ygnGwfmQntm3aGHrm9r6U0DWlnJd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:15.5625rem;left:5.6875rem; }
#xkvryzPOaq0lr0wCrTRl38l3NkUDVIT7 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.56241125rem;width:1.06223125rem;top:17.5625rem;left:5.6875rem;display:block; }
#Ss733rbNTyKeeL4kp63OuXP21Q2fwbnz { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37473125rem;width:1.37473125rem;top:16.125rem;left:7.5rem;display:block; }
#Q6l70TVwD1rhDeKATro6J6dEJfSUzQqC { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:29.625rem;left:0.1875rem;display:block; }
#IELAGFvokPb7w6TfdgkLDNyvNf0yCqPB { position:absolute;display:block;z-index:15007;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.4375rem;left:15.5625rem;display:block; }
#qAknXRroWnWpMgTdTAmFpkDqkQvyI2ur { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:29.6875rem;left:15.75rem;display:block; }
#gVA15dOaEiJkorfmvkFBnmTQEzcOUsAU { color:rgba(var(--color-tertiary-2),1);display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:22.9375rem;left:15.4990234375rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lCNOP5Xw6es1AficQl3VGNimlp6cxmPL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.25rem;left:16.34375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QEfiRlh3KFlXvl4M59tE7dKQT9Kxhbg3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:15.5625rem;left:21.250003814698rem; }
#nbua3TOpF9fsn7iaghDgWJ3VVhR0CQf7 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:17.625rem;left:21.25rem;display:block; }
#Fd4MpkzhzsnGmz7RlsTXDeJSP6DvB9ix { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:16.1875rem;left:23.0625rem;display:block; }
#i8HFzE6fMxpTL3qJOPkCUgtOrJ5cbZbD { position:absolute;display:block;z-index:15014;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.4375rem;left:30.625rem;display:block; }
#dZTe9ETAEDcfTwtptLE2hok0MNJVcGdn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:15.5625rem;left:36.250003814698rem; }
#sD90qFxv82zbHAzS0z2SwII39nQefNKI { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:16.1875rem;left:38.125rem;display:block; }
#C60GwdMex2I8fdfZh5LzOGqJGlDzdQQW { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:17.625rem;left:36.3125rem;display:block; }
#kHrAU9b6BTZhqfQWnMV1CEVToeUTfmsV { position:absolute;display:block;z-index:15021;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.4375rem;left:45.5625rem;display:block; }
#JMpvErgM4FhuqE1eu0d4hRnZvD7lFTuh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.3125rem;left:31rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p26CC9oFVfDEai3GGxCdfg3XH18UQ3cn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.3125rem;left:45.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpHvW3R3fHkg3LXud4TNsfmzi4QGbCKy { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:15.5625rem;left:51.250003814698rem; }
#MRmfesty1oINOJICKnE8iwfgmEiyuykM { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:17.625rem;left:51.25rem;display:block; }
#X5GclA1KLqH0dPHbKvzJ9yyhFldCfVQf { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:16.1875rem;left:53.0625rem;display:block; }
#b0TS6DhpZQynuqBVV0wyk7ovwbSZEvCo { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:22.9375rem;left:31.75rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vdZuDhgOyTPnfPsGvyOLb5wHCL5w1nBi { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:22.875rem;left:46.25rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TauwGl4WKWT9O3TPaLDdoa39KJsF7NpB { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:29.6875rem;left:30.8125rem;display:block; }
#sTquTpozTKgdZ6KBLzE5TEwUubKVJZCe { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:29.6875rem;left:45.75rem;display:block; }
#xuzJHAtlNkZEdVWtM6TTkFtPiJ6HczUd { position:absolute;display:block;z-index:15021;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#w2Su1tKEDSUzJJMmsKKnvuB78FcveiRD { position:absolute;display:block;z-index:15047;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:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#SV2br5fO2ZJREsnrhVe0kd7I181CdS2o { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#y5600wLhb2O1E8vzxGZ67ofDhFFrUnkC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#hfarrW5GVsBgBlUKolImG43pfV36Ouow { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gHIXl1yaO5ETFGkVEb1ONMDAJcpgSS8I { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#lHluaP275lFO5chr44apZSQ949r0hg2Q { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-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: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#kJofWyGMkf6ReFAergwFJohEPwz4qKZe { position:absolute;display:block;z-index:15021;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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#NOSG0ELqJ14LA1tklfDnTmSZBGM4llln { position:absolute;display:block;z-index:15047;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:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#ldLz5CSzVSzQGxcV7adplQnltsRMXppb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gbyJpIe1mq1qwc0MmcR1ofsUCf8RD2BG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#mI5dVOz3f1WCeU6TyNn7n0EHi9n4r0oU { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iMuqT2RF7HhJ0ToREQU9F406dqfc2Qt3 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#C8FMyaRaCh5mU0V8dH3nDqMLAQwHayze { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-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: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#nM3Cr8Uqs9tnL9HmRUN3BwBXkVREOs8f { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3346357345581rem;left:9.84375rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLC0L6oqwPCzWbhaZgqO38eT3qJdacBg { background-color:#18a493;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#452f77;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.53025rem;height:3.530275rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.9990234375rem;left:20.734375rem;display:block; }
#EmKTT2h9h0h1fmV8HsMTRs5lV2AvaolT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f59fbdc-a9d5-4223-9844-0c353b42136f/475771624_29123278627285609_6907535572770563046_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2.adaptive-delivery-prevent-bg, #vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2.lazyload, #vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2.lazyloading { background-image: none; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row .container { background-color: transparent; background-image: none; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.81); }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row .container > .video-iframe-container { display: none; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.81); }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row > .video-iframe-container { display: none; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .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); }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row .container { border-width: 0; border-radius: 0; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row .container { font-size:0.875rem;font-family:arial;height:80.375rem;width:60rem;position:relative;display:block; }#mqTZk72KBgC4GiqbXCaAXnvet1GlwE7H { position:absolute;display:block;z-index:15003;background-color:#18a493;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:7.7480625rem;top:9.8759765625rem;left:32.375rem;display:block; }
#w480TuWd2v1BfP8OiUovGMezQlw7B8kP { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4345625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:12.04296875rem;left:32.375rem;height:18.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E8TFF97sWiazEPLcf2olvIcEpWTovUy7 { color:#18a493;display:block;width:27.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:67.0625rem;left:32.125rem;height:1.54296875rem;font-style:normal;display:block; }
#kbTZNBmnzLRx8NS9VBl830MHXeUZieww { background-color:#18a493;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5605625rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:69.75rem;left:32.125rem;display:block; }
#SozhXEBOi3mMJyH5xPxzs5FmAa4GkSI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3TNINJolRN2swTJULT0CqAAiacTGchS { color:#18a493;display:block;width:25.4373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:3.7337236404419rem;left:32.375rem;height:5.6875rem;text-align:left;text-align-last:left;display:block; }
#cdl1UG0qhbbpXyycHNVZh9VEd6geZm1h { color:#18a493;display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:39.5625rem;left:31.375rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cmGOW8tQptFfR3et3Fa1GlWWGW2P2rU0 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:42.5625rem;left:32.375rem;height:21.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cmGOW8tQptFfR3et3Fa1GlWWGW2P2rU0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cmGOW8tQptFfR3et3Fa1GlWWGW2P2rU0 li:before{  }
#ODMp9FIXHXZ6uut0KyxaUiQIyfmomgrt { box-sizing:content-box;height:19.6875rem;width:26.25rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f50e975-fdd8-4020-a249-97092882ee78/131926720_5499402216766582_4391961985808893423_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:0.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#ODMp9FIXHXZ6uut0KyxaUiQIyfmomgrt.adaptive-delivery-prevent-bg, #ODMp9FIXHXZ6uut0KyxaUiQIyfmomgrt.lazyload, #ODMp9FIXHXZ6uut0KyxaUiQIyfmomgrt.lazyloading { background-image: none; }
#xiaEgFIrDaFAdnwifVP8u4pDrHkqMxyr { box-sizing:content-box;height:19.6875rem;width:26.25rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/983eead4-882f-42c9-bd1e-556f3d01c484/163305949_5909498495756950_188833665290252326_n.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.0625rem;left:0.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#xiaEgFIrDaFAdnwifVP8u4pDrHkqMxyr.adaptive-delivery-prevent-bg, #xiaEgFIrDaFAdnwifVP8u4pDrHkqMxyr.lazyload, #xiaEgFIrDaFAdnwifVP8u4pDrHkqMxyr.lazyloading { background-image: none; }
#vgCo1ldCr37r4WigSSPmDnZV1T5ckwX7 { box-sizing:content-box;height:19.6875rem;width:26.25rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bfc045a-6f8b-4d68-a66b-10fd9d971a4f/118484340_4955583444481798_2464906663834483944_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.125rem;left:0.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#vgCo1ldCr37r4WigSSPmDnZV1T5ckwX7.adaptive-delivery-prevent-bg, #vgCo1ldCr37r4WigSSPmDnZV1T5ckwX7.lazyload, #vgCo1ldCr37r4WigSSPmDnZV1T5ckwX7.lazyloading { background-image: none; }
#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #18a493);background-image: -moz-linear-gradient(180deg, #cccccc, #18a493);background-image: -ms-linear-gradient(180deg, #cccccc, #18a493);background-image: -o-linear-gradient(180deg, #cccccc, #18a493);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#18a493' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#18a493' );";background-image: linear-gradient(180deg, #cccccc, #18a493);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container { background-color: transparent; background-image: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container > .video-iframe-container { display: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row > .video-iframe-container { display: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .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); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container { border-width: 0; border-radius: 0; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:60rem;position:relative;display:block; }#uC31MZGIh5oDUkqBQ1ipr2Qt6UHCt9Nm { position:absolute;display:block;z-index:15006;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:0.375rem;width:46rem;top:34.5625rem;left:6.6875rem;display:block; }
#Lh1DWRygwsnQxSidcxEbkm0a09v4WRHF { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid rgba(var(--color-tertiary-0),1);border-left:0.375rem solid rgba(var(--color-tertiary-0),1);border-right:0.375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:33.625rem;left:6.375rem;display:block; }
#rVwpuFVh0814HoO16c1oXCOSMNbM4Rfz { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:33.625rem;left:51.75rem;display:block; }
#iFzQrQadbmEUsiS0WRi7ttPrGc79Pg88 { color:rgba(var(--color-primary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1);top:37.625rem;left:25.5rem;height:3.73698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Co2tHrDmtXBTNcM4agGqcrOwnqcLv3K7 { color:rgba(var(--color-primary-4),1);display:block;width:11.4999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1);top:37.625rem;left:47.125rem;height:3.73698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yDt0Afsxrex3C2RyypZukGdVZbbmwITI { color:rgba(var(--color-primary-4),1);display:block;width:59.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1);top:20rem;left:0.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2WVCtiT62qhlsnzmwywAG5TlCX2fiei { color:rgba(var(--color-primary-4),1);display:block;width:13.0624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1);top:37.625rem;left:2.25rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N3PvORdLd30tVaS5mTT3reB0F0IwDlgz { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3117875rem;width:2.3117875rem;top:33.5625rem;left:29rem;display:block; }
#fT0E6r5CWivstdFpSGOb7pH9SbvPGTHb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:26rem;left:5.75rem; }
#eoKreefMVw5UJC91VnZfPBg8sQdH3PVk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.124825rem;width:6.124825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:26rem;left:27.125rem; }
#vDTIiTwfhbbnnevhwRLQmOMOSDsPHqOl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.124825rem;width:6.124825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:26rem;left:49.8125rem; }
#EQuA1OMQW5Dnkg00ULzy6O6zLpkxlchG { 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:15000;opacity:1;display:none; }
#ByB9Q3IifWNgAOu2zldeip8ZlOPGqqMS { 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:15000;opacity:1;display:none; }
#NaP6BuQBC0TH2CtfT1oG9DcEVL7QKItV { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:22.9375rem;width:22.9375rem;top:0.78125rem;left:18.53125rem;overflow:hidden;display:block; }
#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/13f1bcd4-7124-440d-9c85-0acffb0541cc/3ff8b1e75dc24f06a8a16581795fba1b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT.adaptive-delivery-prevent-bg, #y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT.lazyload, #y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT.lazyloading { background-image: none; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row .container { background-color: transparent; background-image: none; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row .container > .video-iframe-container { display: none; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row > .video-iframe-container { display: none; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .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); }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row .container { border-width: 0; border-radius: 0; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row .container { font-size:0.875rem;font-family:arial;height:67.375rem;width:60rem;position:relative;display:block; }#SRidSigCeB1qyiHa3J4vHQOMXOtzFI4t { position:absolute;display:block;z-index:15003;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: none;height:0.124783125rem;width:7.749rem;top:13.685986995697rem;left:32.937286376953rem;display:block; }
#AFo9T1w6axuyfdhtup0BnQEzGAg8Je33 { color:#070002;display:block;width:25.4345625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:10.490234375rem;left:32.9365234375rem;height:11.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vnif7VTb5McUWXPEmu3FvxCIvshVD6OC { color:#18a493;display:block;width:27.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.0625rem 0.0625rem #a9a9a9;top:53.99956202507rem;left:32.9375rem;height:3.0859375rem;font-style:normal;display:block; }
#A62pK9xB6ADlwAozVsiyWfLKPb7Qwqnd { background-color:#452f77;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5615rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:58.375rem;left:32.9375rem;display:block; }
#iUtSVOmwI3dvTbFXAW0TviTDa5BUlf98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXT4v8kEZbJZ9AfPvUdwuK7CLHN3lTeQ { color:#18a493;display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #4a4849;top:3.859375rem;left:32.9365234375rem;height:5.6875rem;text-align:left;text-align-last:left;display:block; }
#HwVXuupx9JvgT3MoB0nvlT7a9HDZCoMm { box-sizing:content-box;height:19.6875rem;width:26.25rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b7ab05c-dec5-4548-8cef-ef2fab701f6d/486015473_29642591328687667_3249822266412606558_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.2340507507324rem;left:1.1588554382324rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#HwVXuupx9JvgT3MoB0nvlT7a9HDZCoMm.adaptive-delivery-prevent-bg, #HwVXuupx9JvgT3MoB0nvlT7a9HDZCoMm.lazyload, #HwVXuupx9JvgT3MoB0nvlT7a9HDZCoMm.lazyloading { background-image: none; }
#a6POsNzL4I9ciJwrlkk51MzBW8s6O0h0 { box-sizing:content-box;height:19.6875rem;width:26.25rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f59fbdc-a9d5-4223-9844-0c353b42136f/475771624_29123278627285609_6907535572770563046_n.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8427734375rem;left:1.1588554382324rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#a6POsNzL4I9ciJwrlkk51MzBW8s6O0h0.adaptive-delivery-prevent-bg, #a6POsNzL4I9ciJwrlkk51MzBW8s6O0h0.lazyload, #a6POsNzL4I9ciJwrlkk51MzBW8s6O0h0.lazyloading { background-image: none; }
#FJIVaCGN7UaNTBk3b1peSnrZIidsdC2M { box-sizing:content-box;height:19.6875rem;width:26.25rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7c2c95c-ed5a-46ff-bbdb-2530e206d9cf/481702927_1406887223978571_138127189358841850_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.467774868011rem;left:1.1588554382324rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#FJIVaCGN7UaNTBk3b1peSnrZIidsdC2M.adaptive-delivery-prevent-bg, #FJIVaCGN7UaNTBk3b1peSnrZIidsdC2M.lazyload, #FJIVaCGN7UaNTBk3b1peSnrZIidsdC2M.lazyloading { background-image: none; }
#ymaBLcSmZS0hGTBkVsH2zqA5MlCCaUNA { color:#070002;display:block;width:25.4345625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:27.09765625rem;left:32.9365234375rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rRxiVaPZiOEKoXUV9ptvV68LTwfn52dh { color:#070002;display:block;width:25.433625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:40.875rem;left:32.9365234375rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LOLwHL85Vdd7hKsimel8bD9tZxXUkd3p { position:absolute;display:block;z-index:15004;background-color:#18a493;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:7.7480625rem;top:9.6162109375rem;left:32.9365234375rem;display:block; }
#aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy { 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; }#aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy > .row .container { background-color: transparent; background-image: none; }#aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy > .row .container > .video-iframe-container { display: none; }#aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy > .row > .video-iframe-container { display: none; }#aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy > .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); }#aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy > .row .container { border-width: 0; border-radius: 0; }#aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy > .row .container { font-size:0.875rem;font-family:arial;height:97.9375rem;width:60rem;position:relative;display:block; }#ZO941TgEPSdHnFFmx77sXTPsVvtGDUFv { color:#070002;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:3.0875625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGn5ROeGqeTlOyrP64hgPTVEsxCTziE9 { color:#232b3e;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5625rem;left:18.90625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ppTpyJZeBIDA0PgUnvawCU05QuxISLx6 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2ccae262-c2ce-43fd-88af-21cf685d9a08/131924021_5499402246766579_8403164378584906253_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:20.6875rem;width:26.625rem;top:22rem;left:2.4375rem;display:block; }#ppTpyJZeBIDA0PgUnvawCU05QuxISLx6.adaptive-delivery-prevent-bg, #ppTpyJZeBIDA0PgUnvawCU05QuxISLx6.lazyload, #ppTpyJZeBIDA0PgUnvawCU05QuxISLx6.lazyloading { background-image: none; }
#GBxmADvb4VrVPRSIeTTvzN2UOiw5qnDF { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7e171770-cf36-41e2-96d3-cb709272321a/488642180_1435507247783235_9011040347121090619_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:20.625rem;width:26.625rem;top:22rem;left:30.9375rem;display:block; }#GBxmADvb4VrVPRSIeTTvzN2UOiw5qnDF.adaptive-delivery-prevent-bg, #GBxmADvb4VrVPRSIeTTvzN2UOiw5qnDF.lazyload, #GBxmADvb4VrVPRSIeTTvzN2UOiw5qnDF.lazyloading { background-image: none; }
#BlStvtlrnRoBquxcrzGLsd7xAKQw3taa { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/596508ec-61f0-4277-8489-e38f2ac24944/552829180_1578267636840528_7666991597033154581_n.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:20.6875rem;width:26.625rem;top:44.3125rem;left:30.9375rem;display:block; }#BlStvtlrnRoBquxcrzGLsd7xAKQw3taa.adaptive-delivery-prevent-bg, #BlStvtlrnRoBquxcrzGLsd7xAKQw3taa.lazyload, #BlStvtlrnRoBquxcrzGLsd7xAKQw3taa.lazyloading { background-image: none; }
#xTTd1Q72nWy9Dmb9qZRGt4ADg5StivFR { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83bb2cb8-d820-4856-9d7e-2b9d7eb9a3a1/131893779_5499402383433232_4213441582883918771_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:20.6875rem;width:26.625rem;top:44.3125rem;left:2.4375rem;display:block; }#xTTd1Q72nWy9Dmb9qZRGt4ADg5StivFR.adaptive-delivery-prevent-bg, #xTTd1Q72nWy9Dmb9qZRGt4ADg5StivFR.lazyload, #xTTd1Q72nWy9Dmb9qZRGt4ADg5StivFR.lazyloading { background-image: none; }
#kATzgIf8ct1e8H40WlbRWHUOedi9dM6h { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2509390d-a9ef-4d95-a413-c0107f5ae160/131922248_5499402440099893_4182929937139092645_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:20.6875rem;width:26.625rem;top:66.875rem;left:30.9375rem;display:block; }#kATzgIf8ct1e8H40WlbRWHUOedi9dM6h.adaptive-delivery-prevent-bg, #kATzgIf8ct1e8H40WlbRWHUOedi9dM6h.lazyload, #kATzgIf8ct1e8H40WlbRWHUOedi9dM6h.lazyloading { background-image: none; }
#tvmKrGdywfOlMN4bPLX5niJ4onbINvhK { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/002df7d1-704f-443a-a4b4-0a3b083be4f1/486353307_1422852712382022_3066490320585871754_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:20.6875rem;width:26.625rem;top:66.875rem;left:2.4375rem;display:block; }#tvmKrGdywfOlMN4bPLX5niJ4onbINvhK.adaptive-delivery-prevent-bg, #tvmKrGdywfOlMN4bPLX5niJ4onbINvhK.lazyload, #tvmKrGdywfOlMN4bPLX5niJ4onbINvhK.lazyloading { background-image: none; }
#kJLC5gPGq4kx0MiBaGz4woAmpc9MNobf { position:absolute;display:block;z-index:15011;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:16.6875rem;top:1.625rem;left:21.65625rem;overflow:hidden;display:block; }
#BJHx1LtBGuAT7TTW65P8eeO1Xnl0i7gi { background-color:#18a493;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #452f77;border-left:0.0625rem solid #452f77;border-right:0.0625rem solid #452f77;border-bottom:0.0625rem solid #452f77;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:91.437719345094rem;left:18.90625rem;display:block; }
#HhIooArNT01OnV22bzL8CPmRMK6eGBmW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#18a493;background-image:url("https://images.assets-landingi.com/AKecebds/08.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE.adaptive-delivery-prevent-bg, #gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE.lazyload, #gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE.lazyloading { background-image: none; }#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE > .row .container { background-color: transparent; background-image: none; }#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE > .row .container > .video-iframe-container { display: none; }#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE > .row > .video-iframe-container { display: none; }#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE > .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); }#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE > .row .container { border-width: 0; border-radius: 0; }#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#ZXEprMZhpWZyMB5pzdMtvz5hBkUdh3Uu { color:rgba(var(--color-tertiary-0),1);display:block;width:38.499625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.7924361228943rem;left:10.562410354614rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family); }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden;font-family:var(--paragraphs-font-family); }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO .accordion-trigger.adaptive-delivery-prevent-bg, #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO .accordion-trigger.lazyload, #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO .accordion-trigger.lazyloading { background-image: none; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO { box-sizing:content-box;height:auto;width:57.1230625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.5rem;left:0rem;border-top:0.3125rem solid #452f77;border-left:0.3125rem solid #452f77;border-right:0.3125rem solid #452f77;border-bottom:0.3125rem solid #452f77;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #B0zAweUua0G8IfclNmu8ZVhH3nwHC0Ee { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #s1ueyqzdh0mT2u0SzgK0fiMtTN1yQRJM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #nQeXfqhX5971SD8y1EQeukBWmOnykB2f { display:block;position:relative; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #uMCvddPcPFIn38nRfiCHovq8wyVcAsWD {  }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #s0I14qqaM4gOBT9ommwoTDFc4JZVwz0J {  }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #XKBerg7fqT53KEbXAfECWCniV1UuH7KP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #qQrQuRN39pie6ndFvg8okOdQzbxh4enL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #CDIxRSMfBeBXunMXwSx1WtTQLJ3vg3vZ { display:block;position:relative; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #bO5kEo6z5uSraAtd528ySyp0ORNSi9Hl {  }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #QC3mh38VbdwMu5iHPlzokOKBwaU9InDB { display:none; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #xbbP5MoufBqz31RkU5lxF70EyP69gg2o { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #vC3vAK9KuetfFz7pw1U9qcvpM6HHh7QK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #baIlz5AGswPITGBEHyT8IWTOGVdnBJTF { display:block;position:relative; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #PV1ILfsImd4SAr7kVnKcLLS22Ws5ooRw {  }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #T8sTTFTOBS7EsW9c51RtafIRI80zTyDl { display:none; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #ksG5w7Rb4IAeHALTTGibZsoGVOO7nPl1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #XINcrpdJcWWSV3w1NuqTKiBGfJgoZUpU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #qzKbh6bgcFxeIxv1Z2nFgJkVzVtNnkkg { display:block;position:relative; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #svk5eZccuD1zHNSI1qc2TsOTfU1PNxq2 {  }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #SndL1DfTZTwJFshEzXMJELdtAraUNCJV { display:none; }
#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83bb2cb8-d820-4856-9d7e-2b9d7eb9a3a1/131893779_5499402383433232_4213441582883918771_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.adaptive-delivery-prevent-bg, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyload, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyloading { background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { background-color: transparent; background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.52); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container > .video-iframe-container { display: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.52); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container { display: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .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); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { border-width: 0; border-radius: 0; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;position:relative;display:block; }#dIc825iqpGXrtove54uK7uQVxAz3XX4v { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:8.4375rem;left:38.3125rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { position:absolute;display:block;z-index:15006;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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:29.4375rem;width:25.4375rem;top:2.875rem;left:34.5625rem;display:block; }
#h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:26.75rem;left:36.5rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:14.3125rem;left:39.25rem;height:9.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:before{  }
#hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:3.625rem;left:45.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { position:absolute;display:block;z-index:15009;height:29.4375rem;width:31.25rem;top:2.9375rem;left:1.5625rem;display:block; }
#dKo9eWiz0CvZuHp8WXH2SrNC91a4qVZR { position:absolute;display:block;z-index:15009;height:29.4375rem;width:31.25rem;top:1.15625rem;left:0.99964332580569rem;display:none; }
#anAvlqHanXM9SsdlivCkvu4WRkfHumMX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#18a493;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;z-index:auto;display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { background-color: transparent; background-image: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container > .video-iframe-container { display: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container { display: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .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); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { border-width: 0; border-radius: 0; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:60rem;position:relative;display:block; }#XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { position:absolute;display:block;z-index:15013;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.4375rem;width:2.4375rem;top:1rem;left:0.6875rem;overflow:hidden;display:block; }
#bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.125rem;left:3.5625rem;overflow:hidden;display:block; }
#J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #452f77;border-left:0.1875rem solid #452f77;border-right:0.1875rem solid #452f77;border-bottom:0.1875rem solid #452f77;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#452f77;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.65625rem;left:45rem;display:block; }
#FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ryVRnaRApm8LO2yGoeavgPQxzocup3sp { background-color:#452f77;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.65607452392575rem;left:30.499376296997rem;display:block; }
#dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LR0FWTih0gzD6c325F3cZaoNgFyunoZz { display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { top:0.25rem;left:0rem;width:9rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:13.875rem;height:3.0625rem;top:1rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:13.875rem;height:3.0625rem;top:0.9375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block; }
 }@media only screen and (max-width: 763px) { #umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ { display:block; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNxrCSHIux2k78B3FFlVH37qw3TDPSEC { width:30.25rem;height:;top:14.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpD9O7Ku3tolTplKJaNBE7gXZq3wA7Pl { top:33.25rem;left:0rem;width:28.125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQXi43DTiQHAwETMqbwqSdbo8P26v3VP { top:9.4375rem;left:22.6875rem;width:25.0625rem;height:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q30s1gWKFeAg916XRnMLBrdN8MUO2syv { top:11.0625rem;left:24.9375rem;width:22.8125rem;height:5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-text {padding-top: 0; padding-bottom: 0;}#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-select {padding-top: 0; padding-bottom: 0;}#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-button { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-checkbox-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55  { width:21.875rem;height:auto;top:20.25rem;left:23.375rem; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 {display:block;}#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 { width:21.875rem;height:auto;top:20.25rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #ygOZeGoBDXVb4WWsmX5bqxmlApWE3aIm {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #tQCiiEenTozg3EDVWIHkQp3mkFwsbL1R {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #fPdxspiLTkEFmcGuyJs9FNknTU4CbZ3n {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #qmHdMrv3CK8UTLpd7eebmy7Gyy79XF2A {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #OyzLu4JKdvr9TCZE1PxlLQXPLVWuHck1 {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #BwJRrQ3dQDIxlJMHVbakIE3xl5iT8c85 {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #NE8OHzQmoRRKAoxToGa1pAMT2rJzwLlf {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #wqLuq9L2yuROUvwvyDWqE50wJILWBmzm {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #TNOiuNZLui49ope3mZMmBt9vqqkOITQl {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #pOVDaLs9NU3zVecrcz6cxrxg224zmbyL {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #dyNfws82DkmqI3aUG8mFf7PweroXoUtE {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #IvgusRiwa28AftWNi5SDKIqdLWvIrxT7 {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #IPOzMmbBJ7bFSNhcRCteMk22bsRPCm9n {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #mTWp7RF1u7GU6BzEEV4SHv3pof2rxxJP {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #N5Rsmy1s9v29k3H96Nd8ZvxITspaZzue {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #p6LPaDq8W22PAuXxGHDy3h40JAeSheTg {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #LoNUrD4aU9pLpmqNfU8MlEWov1vwbF0F {  }
 }@media only screen and (max-width: 763px) { #exRAfTTJwznJwFnpKDiVI8OHti8BfenT { top:41.0625rem;left:0rem;width:24.125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwgI9umP7dy9liJebeu9HC2oHo0d8IPx { top:42.375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuEm5MmIDaXED161EOTk5eaHzGMiM1yJ { top:41.6875rem;left:0rem;width:7.4375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSs24W1InhqMxxpXFaH7DLobKg8LfNhE { top:41.4375rem;left:6.5rem;width:3.5rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDTaTUEhMUsMVUz4leT36c6iTZo2WyTQ { top:43.3125rem;left:0rem;width:16.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSuKF80c3uRo6zL4zINQO5Ig114FeKLM { top:44.875rem;left:0rem;width:18.5625rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpSdAGGcIHEdz3mQ7X3lWneURBnLZD50 { top:16.75rem;left:26.5rem;width:21.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBxKqScmuELGknWPEL1xcK4KoBrtrh3b { display:block; }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdQzt68gMiOquNP6nObfI6BE6O18WLqH { top:14.5625rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyJVw4oH0V15ZIxoCdwv0IUllipPIbsr { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq2hiTJ2gEJT95LL0HbWqBgm1kHl6Za4 { top:3.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQVqWhRWFw293z90Pg15qr6k1NGnUM1U { display:block; }#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkZ818XHTlb39QEwL2ebLGJbuZB5k2S8 { width:13.4375rem;height:15.9375rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6gBBerPJMkOZPAT4MzT20T7nZTXTfQ1 { width:13.125rem;height:3.1875rem;top:19.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9LxZmnoOrTHPH9m581BWgzogoh83kJx { width:11.5625rem;height:5.5625rem;top:22.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCLopRwsEOBibg0GCAUL1can8ovIGME9 { width:47.75rem;height:2.875rem;top:2.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5C4ygnGwfmQntm3aGHrm9r6U0DWlnJd { width:2.5rem;height:2.5rem;top:15.5625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkvryzPOaq0lr0wCrTRl38l3NkUDVIT7 { width:1rem;height:0.5rem;top:17.5625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss733rbNTyKeeL4kp63OuXP21Q2fwbnz { width:1.3125rem;height:1.3125rem;top:16.125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6l70TVwD1rhDeKATro6J6dEJfSUzQqC { width:13.5rem;height:0.0625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IELAGFvokPb7w6TfdgkLDNyvNf0yCqPB { width:13.4375rem;height:15.9375rem;top:13.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAknXRroWnWpMgTdTAmFpkDqkQvyI2ur { width:13.5rem;height:0.0625rem;top:29.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVA15dOaEiJkorfmvkFBnmTQEzcOUsAU { width:14.125rem;height:5.625rem;top:22.9375rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCNOP5Xw6es1AficQl3VGNimlp6cxmPL { width:12.3125rem;height:3.25rem;top:19.25rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEfiRlh3KFlXvl4M59tE7dKQT9Kxhbg3 { width:2.5rem;height:2.5rem;top:15.5625rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbua3TOpF9fsn7iaghDgWJ3VVhR0CQf7 { width:1rem;height:0.5rem;top:17.625rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd4MpkzhzsnGmz7RlsTXDeJSP6DvB9ix { width:1.3125rem;height:1.3125rem;top:16.1875rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8HFzE6fMxpTL3qJOPkCUgtOrJ5cbZbD { width:13.4375rem;height:15.9375rem;top:13.4375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZTe9ETAEDcfTwtptLE2hok0MNJVcGdn { width:2.5rem;height:2.5rem;top:15.5625rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD90qFxv82zbHAzS0z2SwII39nQefNKI { width:1.3125rem;height:1.3125rem;top:16.1875rem;left:30.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C60GwdMex2I8fdfZh5LzOGqJGlDzdQQW { width:1rem;height:0.5rem;top:17.625rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrAU9b6BTZhqfQWnMV1CEVToeUTfmsV { width:13.4375rem;height:15.9375rem;top:13.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMpvErgM4FhuqE1eu0d4hRnZvD7lFTuh { width:13.125rem;height:3.1875rem;top:19.3125rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p26CC9oFVfDEai3GGxCdfg3XH18UQ3cn { width:13.125rem;height:3.1875rem;top:19.3125rem;left:34.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpHvW3R3fHkg3LXud4TNsfmzi4QGbCKy { width:2.5rem;height:2.5rem;top:15.5625rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRmfesty1oINOJICKnE8iwfgmEiyuykM { width:1rem;height:0.5rem;top:17.625rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5GclA1KLqH0dPHbKvzJ9yyhFldCfVQf { width:1.3125rem;height:1.3125rem;top:16.1875rem;left:42.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0TS6DhpZQynuqBVV0wyk7ovwbSZEvCo { width:11.625rem;height:5.5625rem;top:22.9375rem;left:24.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdZuDhgOyTPnfPsGvyOLb5wHCL5w1nBi { width:12.5rem;height:5.5625rem;top:22.875rem;left:35.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TauwGl4WKWT9O3TPaLDdoa39KJsF7NpB { width:13.5rem;height:0.0625rem;top:29.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTquTpozTKgdZ6KBLzE5TEwUubKVJZCe { width:13.5rem;height:0.0625rem;top:29.6875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuzJHAtlNkZEdVWtM6TTkFtPiJ6HczUd { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2Su1tKEDSUzJJMmsKKnvuB78FcveiRD { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SV2br5fO2ZJREsnrhVe0kd7I181CdS2o { width:13.125rem;height:3.875rem;top:70.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5600wLhb2O1E8vzxGZ67ofDhFFrUnkC { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfarrW5GVsBgBlUKolImG43pfV36Ouow { width:14.875rem;height:6.75rem;top:46.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHIXl1yaO5ETFGkVEb1ONMDAJcpgSS8I { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHluaP275lFO5chr44apZSQ949r0hg2Q { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJofWyGMkf6ReFAergwFJohEPwz4qKZe { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOSG0ELqJ14LA1tklfDnTmSZBGM4llln { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldLz5CSzVSzQGxcV7adplQnltsRMXppb { width:13.125rem;height:3.875rem;top:21.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbyJpIe1mq1qwc0MmcR1ofsUCf8RD2BG { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mI5dVOz3f1WCeU6TyNn7n0EHi9n4r0oU { width:15.6875rem;height:8.4375rem;top:25.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMuqT2RF7HhJ0ToREQU9F406dqfc2Qt3 { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8FMyaRaCh5mU0V8dH3nDqMLAQwHayze { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nM3Cr8Uqs9tnL9HmRUN3BwBXkVREOs8f { width:40.3125rem;height:4.125rem;top:6.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLC0L6oqwPCzWbhaZgqO38eT3qJdacBg { width:18.5rem;height:3.5rem;top:32.9375rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmKTT2h9h0h1fmV8HsMTRs5lV2AvaolT { display:block; }
 }@media only screen and (max-width: 763px) { #vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 { display:block; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqTZk72KBgC4GiqbXCaAXnvet1GlwE7H { width:7.6875rem;height:0.0625rem;top:9.875rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w480TuWd2v1BfP8OiUovGMezQlw7B8kP { width:25.375rem;height:23.625rem;top:12.0625rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8TFF97sWiazEPLcf2olvIcEpWTovUy7 { top:67.0625rem;left:20.6875rem;width:27.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbTZNBmnzLRx8NS9VBl830MHXeUZieww { width:20.5rem;height:2.8125rem;top:69.75rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #SozhXEBOi3mMJyH5xPxzs5FmAa4GkSI0 { display:block; }
 }@media only screen and (max-width: 763px) { #A3TNINJolRN2swTJULT0CqAAiacTGchS { top:3.75rem;left:22.375rem;width:25.375rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdl1UG0qhbbpXyycHNVZh9VEd6geZm1h { width:28.625rem;height:2.375rem;top:39.5625rem;left:19.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmGOW8tQptFfR3et3Fa1GlWWGW2P2rU0 { width:25.375rem;height:;top:42.5625rem;left:22.375rem;font-size:1.125rem;display:block; }#cmGOW8tQptFfR3et3Fa1GlWWGW2P2rU0 li:before{  }
 }@media only screen and (max-width: 763px) { #ODMp9FIXHXZ6uut0KyxaUiQIyfmomgrt { top:9.9375rem;left:0rem;width:26.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiaEgFIrDaFAdnwifVP8u4pDrHkqMxyr { top:32.0625rem;left:0rem;width:26.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgCo1ldCr37r4WigSSPmDnZV1T5ckwX7 { top:54.125rem;left:0rem;width:26.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ { display:block; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uC31MZGIh5oDUkqBQ1ipr2Qt6UHCt9Nm { top:34.5625rem;left:0.5625rem;width:46rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh1DWRygwsnQxSidcxEbkm0a09v4WRHF { top:33.625rem;left:0.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVwpuFVh0814HoO16c1oXCOSMNbM4Rfz { top:33.625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFzQrQadbmEUsiS0WRi7ttPrGc79Pg88 { top:37.625rem;left:19.375rem;width:9.375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co2tHrDmtXBTNcM4agGqcrOwnqcLv3K7 { top:37.625rem;left:36.3125rem;width:11.4375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDt0Afsxrex3C2RyypZukGdVZbbmwITI { top:20rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2WVCtiT62qhlsnzmwywAG5TlCX2fiei { top:37.625rem;left:0rem;width:13rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3PvORdLd30tVaS5mTT3reB0F0IwDlgz { top:33.5625rem;left:22.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT0E6r5CWivstdFpSGOb7pH9SbvPGTHb { top:26rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoKreefMVw5UJC91VnZfPBg8sQdH3PVk { top:26rem;left:21rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDTIiTwfhbbnnevhwRLQmOMOSDsPHqOl { top:26rem;left:41.6875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQuA1OMQW5Dnkg00ULzy6O6zLpkxlchG { display:none; }
 }@media only screen and (max-width: 763px) { #ByB9Q3IifWNgAOu2zldeip8ZlOPGqqMS { display:none; }
 }@media only screen and (max-width: 763px) { #NaP6BuQBC0TH2CtfT1oG9DcEVL7QKItV { top:0.75rem;left:12.40625rem;width:22.9375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT { display:block; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRidSigCeB1qyiHa3J4vHQOMXOtzFI4t { width:7.6875rem;height:0.0625rem;top:13.625rem;left:26.812286376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFo9T1w6axuyfdhtup0BnQEzGAg8Je33 { width:25.375rem;height:15.1875rem;top:10.4375rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnif7VTb5McUWXPEmu3FvxCIvshVD6OC { top:54rem;left:20.6875rem;width:27.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A62pK9xB6ADlwAozVsiyWfLKPb7Qwqnd { width:20.5rem;height:2.8125rem;top:58.375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUtSVOmwI3dvTbFXAW0TviTDa5BUlf98 { display:block; }
 }@media only screen and (max-width: 763px) { #OXT4v8kEZbJZ9AfPvUdwuK7CLHN3lTeQ { top:3.8125rem;left:22.375rem;width:21.75rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwVXuupx9JvgT3MoB0nvlT7a9HDZCoMm { top:3.1875rem;left:0rem;width:26.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6POsNzL4I9ciJwrlkk51MzBW8s6O0h0 { top:23.8125rem;left:0rem;width:26.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJIVaCGN7UaNTBk3b1peSnrZIidsdC2M { top:44.4375rem;left:0rem;width:26.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymaBLcSmZS0hGTBkVsH2zqA5MlCCaUNA { width:25.375rem;height:11.8125rem;top:27.0625rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRxiVaPZiOEKoXUV9ptvV68LTwfn52dh { width:25.375rem;height:11.8125rem;top:40.875rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOLwHL85Vdd7hKsimel8bD9tZxXUkd3p { width:7.6875rem;height:0.0625rem;top:9.5625rem;left:26.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy { display:block; }#aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZO941TgEPSdHnFFmx77sXTPsVvtGDUFv { width:47.75rem;height:3.0625rem;top:13.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGn5ROeGqeTlOyrP64hgPTVEsxCTziE9 { width:22.1875rem;height:1.4375rem;top:17.5625rem;left:12.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppTpyJZeBIDA0PgUnvawCU05QuxISLx6 { top:22rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBxmADvb4VrVPRSIeTTvzN2UOiw5qnDF { top:22rem;left:21.125rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlStvtlrnRoBquxcrzGLsd7xAKQw3taa { top:44.3125rem;left:21.125rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTd1Q72nWy9Dmb9qZRGt4ADg5StivFR { top:44.3125rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kATzgIf8ct1e8H40WlbRWHUOedi9dM6h { top:66.875rem;left:21.125rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvmKrGdywfOlMN4bPLX5niJ4onbINvhK { top:66.875rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJLC5gPGq4kx0MiBaGz4woAmpc9MNobf { top:1.625rem;left:15.53125rem;width:16.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJHx1LtBGuAT7TTW65P8eeO1Xnl0i7gi { width:22.1875rem;height:3.125rem;top:91.4375rem;left:12.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhIooArNT01OnV22bzL8CPmRMK6eGBmW { display:block; }
 }@media only screen and (max-width: 763px) { #gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE { display:block; }#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXEprMZhpWZyMB5pzdMtvz5hBkUdh3Uu { width:38.4375rem;height:3rem;top:1.75rem;left:4.4365234375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO { display:flex;height:auto;width:45.25rem;top:20.1875rem;left:0rem; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #B0zAweUua0G8IfclNmu8ZVhH3nwHC0Ee {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #s1ueyqzdh0mT2u0SzgK0fiMtTN1yQRJM {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #nQeXfqhX5971SD8y1EQeukBWmOnykB2f {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #uMCvddPcPFIn38nRfiCHovq8wyVcAsWD {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #s0I14qqaM4gOBT9ommwoTDFc4JZVwz0J {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #XKBerg7fqT53KEbXAfECWCniV1UuH7KP {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #qQrQuRN39pie6ndFvg8okOdQzbxh4enL {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #CDIxRSMfBeBXunMXwSx1WtTQLJ3vg3vZ {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #bO5kEo6z5uSraAtd528ySyp0ORNSi9Hl {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #QC3mh38VbdwMu5iHPlzokOKBwaU9InDB {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #xbbP5MoufBqz31RkU5lxF70EyP69gg2o {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #vC3vAK9KuetfFz7pw1U9qcvpM6HHh7QK {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #baIlz5AGswPITGBEHyT8IWTOGVdnBJTF {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #PV1ILfsImd4SAr7kVnKcLLS22Ws5ooRw {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #T8sTTFTOBS7EsW9c51RtafIRI80zTyDl {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #ksG5w7Rb4IAeHALTTGibZsoGVOO7nPl1 {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #XINcrpdJcWWSV3w1NuqTKiBGfJgoZUpU {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #qzKbh6bgcFxeIxv1Z2nFgJkVzVtNnkkg {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #svk5eZccuD1zHNSI1qc2TsOTfU1PNxq2 {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #SndL1DfTZTwJFshEzXMJELdtAraUNCJV {  }
 }@media only screen and (max-width: 763px) { #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIc825iqpGXrtove54uK7uQVxAz3XX4v { width:17.9375rem;height:3.25rem;top:8.4375rem;left:29.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:25.4375rem;height:29.4375rem;top:2.875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:21.5625rem;height:1.375rem;top:26.75rem;left:26.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXLuby5WISFLGV1lSdw5ruVdr96cLZM { width:16.125rem;height:9.6875rem;top:14.3125rem;left:31.625rem;font-size:1.1875rem;display:block; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:before{  }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { top:3.625rem;left:39.125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { top:2.9375rem;left:0rem;width:31.25rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKo9eWiz0CvZuHp8WXH2SrNC91a4qVZR { top:1.125rem;left:0rem;width:31.25rem;height:29.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #anAvlqHanXM9SsdlivCkvu4WRkfHumMX { display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { top:1rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { top:1.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.875rem;height:3.0625rem;top:0.625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block; }
 }@media only screen and (max-width: 763px) { #ryVRnaRApm8LO2yGoeavgPQxzocup3sp { width:13.875rem;height:3.0625rem;top:0.625rem;left:24.374376296997rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LR0FWTih0gzD6c325F3cZaoNgFyunoZz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz { border-width: 0; border-radius: 0; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { width:20rem;height:7.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { width:8.1875rem;height:4.6875rem;top:1.59375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:11.5rem;height:2.4375rem;top:4.6865234375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:11.5rem;height:2.4375rem;top:1.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block; }
 }@media only screen and (max-width: 763px) { #umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/27595bba-5527-4285-b19f-d62d18408f85/486188153_1422852665715360_348572959874146113_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ.adaptive-delivery-prevent-bg, #umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ.lazyload, #umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ.lazyloading { background-image: none; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row .container { background-color: transparent; background-image: none; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row .container > .video-iframe-container { display: none; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row > .video-iframe-container { display: none; }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .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); }#umtSPDkOMtRGzw6ozmmBweDPoSxPLPJZ > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNxrCSHIux2k78B3FFlVH37qw3TDPSEC { width:20rem;height:9rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rpD9O7Ku3tolTplKJaNBE7gXZq3wA7Pl { width:20rem;height:4.5rem;top:20.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQXi43DTiQHAwETMqbwqSdbo8P26v3VP { width:20rem;height:36.8125rem;top:56.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q30s1gWKFeAg916XRnMLBrdN8MUO2syv { width:18.8745rem;height:0;top:58.0625rem;left:0.5625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-text {padding-top: 0; padding-bottom: 0;}#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-select {padding-top: 0; padding-bottom: 0;}#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.75rem; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55  { width:17.5rem;height:auto;top:67.3125rem;left:0rem; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 {display:block;}#D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 { width:17.5rem;height:auto;top:67.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #ygOZeGoBDXVb4WWsmX5bqxmlApWE3aIm {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #tQCiiEenTozg3EDVWIHkQp3mkFwsbL1R { display:block; }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #fPdxspiLTkEFmcGuyJs9FNknTU4CbZ3n {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #qmHdMrv3CK8UTLpd7eebmy7Gyy79XF2A {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #OyzLu4JKdvr9TCZE1PxlLQXPLVWuHck1 { display:block; }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #BwJRrQ3dQDIxlJMHVbakIE3xl5iT8c85 {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #NE8OHzQmoRRKAoxToGa1pAMT2rJzwLlf {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #wqLuq9L2yuROUvwvyDWqE50wJILWBmzm { display:block; }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #TNOiuNZLui49ope3mZMmBt9vqqkOITQl {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #pOVDaLs9NU3zVecrcz6cxrxg224zmbyL {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #dyNfws82DkmqI3aUG8mFf7PweroXoUtE { display:block; }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #IvgusRiwa28AftWNi5SDKIqdLWvIrxT7 {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #IPOzMmbBJ7bFSNhcRCteMk22bsRPCm9n {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #mTWp7RF1u7GU6BzEEV4SHv3pof2rxxJP {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #N5Rsmy1s9v29k3H96Nd8ZvxITspaZzue {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #p6LPaDq8W22PAuXxGHDy3h40JAeSheTg {  }
 }@media only screen and (max-width: 763px) { #D4xrv5JxPsWpoIzDFFS2OtTsDenKiB55 #LoNUrD4aU9pLpmqNfU8MlEWov1vwbF0F {  }
 }@media only screen and (max-width: 763px) { #exRAfTTJwznJwFnpKDiVI8OHti8BfenT { width:20rem;height:6.1875rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwgI9umP7dy9liJebeu9HC2oHo0d8IPx { display:flex;width:2.87489375rem;height:2.87489375rem;top:28.875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #zuEm5MmIDaXED161EOTk5eaHzGMiM1yJ { width:7.5rem;height:1.6870125rem;top:27.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSs24W1InhqMxxpXFaH7DLobKg8LfNhE { width:2.87489375rem;height:1.625rem;top:27.9375rem;left:11.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDTaTUEhMUsMVUz4leT36c6iTZo2WyTQ { width:15.4373125rem;height:1.29980625rem;top:30.0625rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xSuKF80c3uRo6zL4zINQO5Ig114FeKLM { width:15.5rem;height:0.8125rem;top:31.6875rem;left:4.0625rem;font-size:0.625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qpSdAGGcIHEdz3mQ7X3lWneURBnLZD50 { width:18.6246875rem;height:0;top:63.3125rem;left:0.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBxKqScmuELGknWPEL1xcK4KoBrtrh3b { background-color:#18a493;background-image:none;display:block; }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row .container { background-color: transparent; background-image: none; }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row .container > .video-iframe-container { display: none; }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row > .video-iframe-container { display: none; }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .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); }#xBxKqScmuELGknWPEL1xcK4KoBrtrh3b > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdQzt68gMiOquNP6nObfI6BE6O18WLqH { width:20rem;height:10.8730625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyJVw4oH0V15ZIxoCdwv0IUllipPIbsr { width:20rem;height:1.23751875rem;top:4.8111991882324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq2hiTJ2gEJT95LL0HbWqBgm1kHl6Za4 { width:20rem;height:1.7871125rem;top:2.4213333129883rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQVqWhRWFw293z90Pg15qr6k1NGnUM1U { display:block; }#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U { border-width: 0; border-radius: 0; }#xQVqWhRWFw293z90Pg15qr6k1NGnUM1U > .row .container { width:20rem;height:84.875rem;border-top:0.25rem solid #000000;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkZ818XHTlb39QEwL2ebLGJbuZB5k2S8 { width:16.5625rem;height:18.75rem;top:6.4240055084231rem;left:1.1101739406586rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6gBBerPJMkOZPAT4MzT20T7nZTXTfQ1 { width:13.125rem;height:0;top:12.92480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9LxZmnoOrTHPH9m581BWgzogoh83kJx { width:13.125rem;height:0;top:16.237125396729rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCLopRwsEOBibg0GCAUL1can8ovIGME9 { width:20rem;height:4.548825rem;top:1.8088111877441rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;display:block; }
 }@media only screen and (max-width: 763px) { #T5C4ygnGwfmQntm3aGHrm9r6U0DWlnJd { width:2.5rem;height:2.5rem;top:9.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkvryzPOaq0lr0wCrTRl38l3NkUDVIT7 { width:1.0625rem;height:0.5625rem;top:11.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ss733rbNTyKeeL4kp63OuXP21Q2fwbnz { width:1.1875rem;height:1.1875rem;top:9.79980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6l70TVwD1rhDeKATro6J6dEJfSUzQqC { width:14.0625rem;height:0.125rem;top:22.6123046875rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IELAGFvokPb7w6TfdgkLDNyvNf0yCqPB { width:16.5625rem;height:18.75rem;top:26.361862182618rem;left:1.548295378685rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAknXRroWnWpMgTdTAmFpkDqkQvyI2ur { width:13.5625rem;height:0.125rem;top:19.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVA15dOaEiJkorfmvkFBnmTQEzcOUsAU { width:11.625rem;height:0;top:34.79980625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCNOP5Xw6es1AficQl3VGNimlp6cxmPL { width:13.125rem;height:0;top:31.17480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEfiRlh3KFlXvl4M59tE7dKQT9Kxhbg3 { width:2.5rem;height:2.5rem;top:27.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbua3TOpF9fsn7iaghDgWJ3VVhR0CQf7 { width:1.0625rem;height:0.5625rem;top:29.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fd4MpkzhzsnGmz7RlsTXDeJSP6DvB9ix { width:1.375rem;height:1.375rem;top:28.04980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8HFzE6fMxpTL3qJOPkCUgtOrJ5cbZbD { width:16.5625rem;height:18.75rem;top:21.9375rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZTe9ETAEDcfTwtptLE2hok0MNJVcGdn { width:2.5rem;height:2.5rem;top:46.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sD90qFxv82zbHAzS0z2SwII39nQefNKI { width:1.375rem;height:1.375rem;top:47.1875rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C60GwdMex2I8fdfZh5LzOGqJGlDzdQQW { width:1.0625rem;height:0.5625rem;top:48.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHrAU9b6BTZhqfQWnMV1CEVToeUTfmsV { width:16.5625rem;height:18.75rem;top:56.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMpvErgM4FhuqE1eu0d4hRnZvD7lFTuh { width:13.125rem;height:0;top:50.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p26CC9oFVfDEai3GGxCdfg3XH18UQ3cn { width:13.125rem;height:3.8984375rem;top:63.4375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpHvW3R3fHkg3LXud4TNsfmzi4QGbCKy { width:3.9999125rem;height:3.9999125rem;top:58.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRmfesty1oINOJICKnE8iwfgmEiyuykM { width:1.31214375rem;height:0.625rem;top:62.125rem;left:7.4375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #X5GclA1KLqH0dPHbKvzJ9yyhFldCfVQf { width:1.68723125rem;height:1.68723125rem;top:61.25rem;left:10.9375rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #b0TS6DhpZQynuqBVV0wyk7ovwbSZEvCo { width:11.625rem;height:0;top:53.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdZuDhgOyTPnfPsGvyOLb5wHCL5w1nBi { width:14.9374375rem;height:6.796875rem;top:67.8125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TauwGl4WKWT9O3TPaLDdoa39KJsF7NpB { width:13.5625rem;height:0.125rem;top:60.6875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTquTpozTKgdZ6KBLzE5TEwUubKVJZCe { width:16.68725rem;height:0.12473375rem;top:75.875rem;left:1.5625rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xuzJHAtlNkZEdVWtM6TTkFtPiJ6HczUd { width:16.5625rem;height:18.75rem;top:35.75rem;left:1.5625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #w2Su1tKEDSUzJJMmsKKnvuB78FcveiRD { width:1.31214375rem;height:0.625rem;top:41rem;left:7.4375rem;z-index:15054;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SV2br5fO2ZJREsnrhVe0kd7I181CdS2o { width:13.125rem;height:3.8984375rem;top:42.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #y5600wLhb2O1E8vzxGZ67ofDhFFrUnkC { width:3.9999125rem;height:3.9999125rem;top:37.5625rem;left:8.0625rem;z-index:15065;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5));display:block; }
 }@media only screen and (max-width: 763px) { #hfarrW5GVsBgBlUKolImG43pfV36Ouow { width:14.9374375rem;height:6.796875rem;top:46.6875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #gHIXl1yaO5ETFGkVEb1ONMDAJcpgSS8I { width:1.68723125rem;height:1.68723125rem;top:40.125rem;left:11rem;z-index:15035;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lHluaP275lFO5chr44apZSQ949r0hg2Q { width:16.68725rem;height:0.12473375rem;top:54.75rem;left:1.6875rem;z-index:15031;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kJofWyGMkf6ReFAergwFJohEPwz4qKZe { width:16.5625rem;height:18.75rem;top:14.9375rem;left:1.5625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #NOSG0ELqJ14LA1tklfDnTmSZBGM4llln { width:1.31214375rem;height:0.625rem;top:20.1875rem;left:7.4375rem;z-index:15061;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ldLz5CSzVSzQGxcV7adplQnltsRMXppb { width:13.125rem;height:3.8984375rem;top:21.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #gbyJpIe1mq1qwc0MmcR1ofsUCf8RD2BG { width:3.9999125rem;height:3.9999125rem;top:16.75rem;left:8.0625rem;z-index:15072;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5));display:block; }
 }@media only screen and (max-width: 763px) { #mI5dVOz3f1WCeU6TyNn7n0EHi9n4r0oU { width:15.6875rem;height:8.496125rem;top:25.375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #iMuqT2RF7HhJ0ToREQU9F406dqfc2Qt3 { width:1.68723125rem;height:1.68723125rem;top:19.3125rem;left:11rem;z-index:15042;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #C8FMyaRaCh5mU0V8dH3nDqMLAQwHayze { width:16.68725rem;height:0.12473375rem;top:33.9375rem;left:1.6875rem;z-index:15038;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nM3Cr8Uqs9tnL9HmRUN3BwBXkVREOs8f { width:20rem;height:7.3125rem;top:6.921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #wLC0L6oqwPCzWbhaZgqO38eT3qJdacBg { width:18.5452675rem;height:3.54528rem;top:77.9375rem;left:0.5625rem;font-size:1.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #EmKTT2h9h0h1fmV8HsMTRs5lV2AvaolT { display:block; }
 }@media only screen and (max-width: 763px) { #vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e14d5a70-6605-41ea-9501-2f2a3fafb10b/476280703_29123278243952314_8978909515721488024_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2.adaptive-delivery-prevent-bg, #vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2.lazyload, #vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2.lazyloading { background-image: none; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row .container { background-color: transparent; background-image: none; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.75); }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row .container > .video-iframe-container { display: none; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.75); }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row > .video-iframe-container { display: none; }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .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); }#vdfHBuWcf8vAtb7imTEfz5VTuO7zvKl2 > .row .container { width:20rem;height:153rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqTZk72KBgC4GiqbXCaAXnvet1GlwE7H { width:7.7480625rem;height:0.123046875rem;top:11.177734375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w480TuWd2v1BfP8OiUovGMezQlw7B8kP { width:19.4365rem;height:28.6875rem;top:12.3076171875rem;left:0.2802734375rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #E8TFF97sWiazEPLcf2olvIcEpWTovUy7 { width:18.9985rem;height:3.25rem;top:140.87348556519rem;left:0.50021708011627rem;font-size:1.25rem;color:#18a493;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbTZNBmnzLRx8NS9VBl830MHXeUZieww { width:18.8748125rem;height:3.2487rem;top:146.30968475342rem;left:0.56206607818604rem;font-size:1.375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;display:block; }
 }@media only screen and (max-width: 763px) { #SozhXEBOi3mMJyH5xPxzs5FmAa4GkSI0 { display:block; }
 }@media only screen and (max-width: 763px) { #A3TNINJolRN2swTJULT0CqAAiacTGchS { width:18.9985rem;height:7.7988125rem;top:2.5607776641846rem;left:0.50021708011627rem;font-size:2rem;text-align:center;text-align-last:center;color:#18a493;display:block; }
 }@media only screen and (max-width: 763px) { #cdl1UG0qhbbpXyycHNVZh9VEd6geZm1h { width:20rem;height:4.6875rem;top:43.6826171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #cmGOW8tQptFfR3et3Fa1GlWWGW2P2rU0 { width:19.375rem;height:30.5625rem;top:48.3701171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:poppins;display:block; }#cmGOW8tQptFfR3et3Fa1GlWWGW2P2rU0 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#cmGOW8tQptFfR3et3Fa1GlWWGW2P2rU0 li:before{  }
 }@media only screen and (max-width: 763px) { #ODMp9FIXHXZ6uut0KyxaUiQIyfmomgrt { width:18.125rem;height:17.8125rem;top:80rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiaEgFIrDaFAdnwifVP8u4pDrHkqMxyr { width:18.125rem;height:17.8125rem;top:100.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgCo1ldCr37r4WigSSPmDnZV1T5ckwX7 { width:18.125rem;height:17.8125rem;top:120.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #18a493);background-image: -moz-linear-gradient(180deg, #cccccc, #18a493);background-image: -ms-linear-gradient(180deg, #cccccc, #18a493);background-image: -o-linear-gradient(180deg, #cccccc, #18a493);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#18a493' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#18a493' );";background-image: linear-gradient(180deg, #cccccc, #18a493);background-size:cover !important;display:block; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container { background-color: transparent; background-image: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container > .video-iframe-container { display: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row > .video-iframe-container { display: none; }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .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); }#UDTHUnryD0gaIQILf7Mv0fMRS63iZOsJ > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uC31MZGIh5oDUkqBQ1ipr2Qt6UHCt9Nm { width:0.3125rem;height:30.9375rem;top:18.6875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lh1DWRygwsnQxSidcxEbkm0a09v4WRHF { width:1.25rem;height:1.25rem;top:17.6875rem;left:9rem;border-top:0.3125rem solid #ff0000;border-left:0.3125rem solid #ff0000;border-right:0.3125rem solid #ff0000;border-bottom:0.3125rem solid #ff0000;display:none; }
 }@media only screen and (max-width: 763px) { #rVwpuFVh0814HoO16c1oXCOSMNbM4Rfz { width:1.625rem;height:1.625rem;top:37.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFzQrQadbmEUsiS0WRi7ttPrGc79Pg88 { width:10.5624375rem;height:3.736325rem;top:43.6875rem;left:4.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Co2tHrDmtXBTNcM4agGqcrOwnqcLv3K7 { width:13.75rem;height:3.736325rem;top:58.3125rem;left:3.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDt0Afsxrex3C2RyypZukGdVZbbmwITI { width:19.0625rem;height:4.875rem;top:14.6875rem;left:0.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2WVCtiT62qhlsnzmwywAG5TlCX2fiei { width:13.0624375rem;height:3.736325rem;top:27.25rem;left:3.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3PvORdLd30tVaS5mTT3reB0F0IwDlgz { width:2.3125rem;height:2.3125rem;top:48.1875rem;left:8.75rem;background-color:#00ff31;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #fT0E6r5CWivstdFpSGOb7pH9SbvPGTHb { display:flex;width:6.124825rem;height:6.124825rem;top:21.0625rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #eoKreefMVw5UJC91VnZfPBg8sQdH3PVk { display:flex;width:6.124825rem;height:6.124825rem;top:37.4375rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #vDTIiTwfhbbnnevhwRLQmOMOSDsPHqOl { display:flex;width:6.125rem;height:6.125rem;top:52.1875rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #EQuA1OMQW5Dnkg00ULzy6O6zLpkxlchG { display:flex;top:46.375rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #ByB9Q3IifWNgAOu2zldeip8ZlOPGqqMS { display:flex;top:32.25rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #NaP6BuQBC0TH2CtfT1oG9DcEVL7QKItV { width:16.6875rem;height:16.6875rem;top:0rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/13f1bcd4-7124-440d-9c85-0acffb0541cc/3ff8b1e75dc24f06a8a16581795fba1b.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT.adaptive-delivery-prevent-bg, #y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT.lazyload, #y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT.lazyloading { background-image: none; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row .container { background-color: transparent; background-image: none; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row .container > .video-iframe-container { display: none; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row > .video-iframe-container { display: none; }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .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); }#y8VvZnSTGgtTrtsp8cUCiWgkL5408zaT > .row .container { width:20rem;height:111.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRidSigCeB1qyiHa3J4vHQOMXOtzFI4t { width:7.7485rem;height:0.123698125rem;top:14.990234375rem;left:6.1252174377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFo9T1w6axuyfdhtup0BnQEzGAg8Je33 { width:19.375rem;height:18.5625rem;top:26.681640625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #vnif7VTb5McUWXPEmu3FvxCIvshVD6OC { width:16.375rem;height:4.62890625rem;top:101.185546875rem;left:1.8125rem;font-size:1.1875rem;color:#18a493;text-shadow:0.0625rem 0.0625rem 0.0625rem #4a4849;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A62pK9xB6ADlwAozVsiyWfLKPb7Qwqnd { width:19.375rem;height:3.24805rem;top:107.123046875rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUtSVOmwI3dvTbFXAW0TviTDa5BUlf98 { display:block; }
 }@media only screen and (max-width: 763px) { #OXT4v8kEZbJZ9AfPvUdwuK7CLHN3lTeQ { width:18.9980625rem;height:5.19921875rem;top:20.732421875rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem #a9a9a9;display:block; }
 }@media only screen and (max-width: 763px) { #HwVXuupx9JvgT3MoB0nvlT7a9HDZCoMm { width:18.125rem;height:17.8125rem;top:1.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6POsNzL4I9ciJwrlkk51MzBW8s6O0h0 { width:18.125rem;height:17.8125rem;top:63rem;left:0.9375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f59fbdc-a9d5-4223-9844-0c353b42136f/475771624_29123278627285609_6907535572770563046_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a6POsNzL4I9ciJwrlkk51MzBW8s6O0h0.adaptive-delivery-prevent-bg, #a6POsNzL4I9ciJwrlkk51MzBW8s6O0h0.lazyload, #a6POsNzL4I9ciJwrlkk51MzBW8s6O0h0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FJIVaCGN7UaNTBk3b1peSnrZIidsdC2M { width:18.125rem;height:17.8125rem;top:82.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymaBLcSmZS0hGTBkVsH2zqA5MlCCaUNA { width:19.375rem;height:15.1875rem;top:46.68359375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #rRxiVaPZiOEKoXUV9ptvV68LTwfn52dh { width:20rem;height:0;top:134.933596875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:none; }
 }@media only screen and (max-width: 763px) { #LOLwHL85Vdd7hKsimel8bD9tZxXUkd3p { width:7.6875rem;height:0.0625rem;top:25.931640625rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy { display:block; }#aOwUWLKSWScpdTcV3eVDNOfv5w71lEMy > .row .container { width:20rem;height:151.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZO941TgEPSdHnFFmx77sXTPsVvtGDUFv { width:19.375rem;height:4.38671875rem;top:10.62109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGn5ROeGqeTlOyrP64hgPTVEsxCTziE9 { width:20rem;height:1.21875rem;top:15.6943359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppTpyJZeBIDA0PgUnvawCU05QuxISLx6 { width:19.375rem;height:20rem;top:17.999658584595rem;left:0.31250011920929rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBxmADvb4VrVPRSIeTTvzN2UOiw5qnDF { width:19.375rem;height:20rem;top:39.061380386353rem;left:0.31250011920929rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlStvtlrnRoBquxcrzGLsd7xAKQw3taa { width:19.375rem;height:20rem;top:81.184885025025rem;left:0.31250011920929rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTd1Q72nWy9Dmb9qZRGt4ADg5StivFR { width:19.375rem;height:20rem;top:60.12477684021rem;left:0.31250011920929rem;display:block; }
 }@media only screen and (max-width: 763px) { #kATzgIf8ct1e8H40WlbRWHUOedi9dM6h { width:19.375rem;height:20rem;top:123.49824142456rem;left:0.31250011920929rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2509390d-a9ef-4d95-a413-c0107f5ae160/131922248_5499402440099893_4182929937139092645_n.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kATzgIf8ct1e8H40WlbRWHUOedi9dM6h.adaptive-delivery-prevent-bg, #kATzgIf8ct1e8H40WlbRWHUOedi9dM6h.lazyload, #kATzgIf8ct1e8H40WlbRWHUOedi9dM6h.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tvmKrGdywfOlMN4bPLX5niJ4onbINvhK { width:19.375rem;height:20rem;top:102.37419128418rem;left:0.31250011920929rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8d2deaa4-0a2e-438e-992e-6427f0d6a741/131921854_5499402300099907_4459816624007561125_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tvmKrGdywfOlMN4bPLX5niJ4onbINvhK.adaptive-delivery-prevent-bg, #tvmKrGdywfOlMN4bPLX5niJ4onbINvhK.lazyload, #tvmKrGdywfOlMN4bPLX5niJ4onbINvhK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kJLC5gPGq4kx0MiBaGz4woAmpc9MNobf { width:14.4375rem;height:8.4375rem;top:2.24609375rem;left:2.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BJHx1LtBGuAT7TTW65P8eeO1Xnl0i7gi { width:19.375rem;height:3.125rem;top:145.43616485596rem;left:0.31250011920929rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhIooArNT01OnV22bzL8CPmRMK6eGBmW { display:block; }
 }@media only screen and (max-width: 763px) { #gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE { display:block; }#gd0f3ao3VvR29gC8xTP71KJFy2fJi7pE > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXEprMZhpWZyMB5pzdMtvz5hBkUdh3Uu { width:15.125rem;height:2.51864375rem;top:1.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO { display:flex;height:auto;width:17.5rem;top:4.4560546875rem;left:0rem; }
#xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #B0zAweUua0G8IfclNmu8ZVhH3nwHC0Ee {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #s1ueyqzdh0mT2u0SzgK0fiMtTN1yQRJM {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #nQeXfqhX5971SD8y1EQeukBWmOnykB2f {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #uMCvddPcPFIn38nRfiCHovq8wyVcAsWD {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #s0I14qqaM4gOBT9ommwoTDFc4JZVwz0J {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #XKBerg7fqT53KEbXAfECWCniV1UuH7KP {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #qQrQuRN39pie6ndFvg8okOdQzbxh4enL {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #CDIxRSMfBeBXunMXwSx1WtTQLJ3vg3vZ {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #bO5kEo6z5uSraAtd528ySyp0ORNSi9Hl {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #QC3mh38VbdwMu5iHPlzokOKBwaU9InDB {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #xbbP5MoufBqz31RkU5lxF70EyP69gg2o {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #vC3vAK9KuetfFz7pw1U9qcvpM6HHh7QK {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #baIlz5AGswPITGBEHyT8IWTOGVdnBJTF {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #PV1ILfsImd4SAr7kVnKcLLS22Ws5ooRw {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #T8sTTFTOBS7EsW9c51RtafIRI80zTyDl {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #ksG5w7Rb4IAeHALTTGibZsoGVOO7nPl1 {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #XINcrpdJcWWSV3w1NuqTKiBGfJgoZUpU {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #qzKbh6bgcFxeIxv1Z2nFgJkVzVtNnkkg {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #svk5eZccuD1zHNSI1qc2TsOTfU1PNxq2 {  }
 }@media only screen and (max-width: 763px) { #xI5J8OX0DuTUNBSBb8SKFx0vrzmDxxMO #SndL1DfTZTwJFshEzXMJELdtAraUNCJV {  }
 }@media only screen and (max-width: 763px) { #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIc825iqpGXrtove54uK7uQVxAz3XX4v { width:13.8125rem;height:3.298825rem;top:25.380859375rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:18.75rem;height:14.0625rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:17.6865rem;height:1.375rem;top:30.873046875rem;left:1.1552734375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXLuby5WISFLGV1lSdw5ruVdr96cLZM { width:15.0625rem;height:0;top:29.96875rem;left:2.46875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:before{  }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { width:4.0625rem;height:4.0625rem;top:20.812776565552rem;left:7.9687494039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { width:20rem;height:17.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKo9eWiz0CvZuHp8WXH2SrNC91a4qVZR { width:20rem;height:17.5rem;top:1.2158203125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #anAvlqHanXM9SsdlivCkvu4WRkfHumMX { position:relative;z-index:auto;background-color:#18a493;background-image:none;display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { background-color: transparent; background-image: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container > .video-iframe-container { display: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container { display: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .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); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { width:3.31055rem;height:3.31055rem;top:0.4599609375rem;left:6.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { width:3.125rem;height:3.125rem;top:0.5537109375rem;left:10.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.7724775rem;height:2.96014rem;top:4.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block; }
 }@media only screen and (max-width: 763px) { #ryVRnaRApm8LO2yGoeavgPQxzocup3sp { width:13.875rem;height:3.0625rem;top:8.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block; }
 }