.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,224,235;--color-primary-1:163,162,194;--color-primary-2:101,100,153;--color-primary-3:63,61,128;--color-primary-4:56,51,105;--color-secondary-0:237,252,246;--color-secondary-1:196,244,226;--color-secondary-2:137,233,196;--color-secondary-3:69,117,98;--color-secondary-4:21,35,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:#f5f6f9;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { 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; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { background-color: transparent; background-image: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container > .video-iframe-container { display: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container { display: none; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .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); }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { border-width: 0; border-radius: 0; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.5rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/98efc918-b22b-44c1-b558-db97d6add820/269054e71259118f4e1fcd7105d60ba2.jpg");background-position: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; }#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum.adaptive-delivery-prevent-bg, #nh2JF8beG2yRJlzTWL6J8QihXwlAVoum.lazyload, #nh2JF8beG2yRJlzTWL6J8QihXwlAVoum.lazyloading { background-image: none; }#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum > .row .container { background-color: transparent; background-image: none; }#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum > .row .container > .video-iframe-container { display: none; }#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum > .row > .video-iframe-container { display: none; }#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum > .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); }#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum > .row .container { border-width: 0; border-radius: 0; }#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#zDNVIVGiEKsGP5gm125LsE4NksdnrKI0 { box-sizing:content-box;height:20.875rem;width:42.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),0.95);background-image:none;top:6.15625rem;left:0.84375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yl7hUB4uAb9P6pTJr0JmARZUQDMEodLJ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:2.125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZT2Uc3Js3f0nVtWfciuBAW76d4CupRQU { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.375rem;left:2.125rem;height:3.25rem;display:block; }
#cCn009FW1DxSxWqRhzTX6sQ92NpaMilJ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.6875rem;left:2.125rem;height:3.8984375rem;display:block; }
#gzLlrOsTeMbSTeJal1l6FkkJ5hIlAkTS { 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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:4rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.1875rem;left:2.125rem;display:block; }
#mkGPdAV862LqHeDekaFGr1km5aD7WWmV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#irmuF8yNqnAsRUU8Ucyuuz9RrT7osROI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:25.8125rem;top:3.125rem;left:47.40625rem;overflow:hidden;display:block; }
#oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f9;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; }#oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC > .row .container { background-color: transparent; background-image: none; }#oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC > .row .container > .video-iframe-container { display: none; }#oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC > .row > .video-iframe-container { display: none; }#oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC > .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); }#oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC > .row .container { border-width: 0; border-radius: 0; }#oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#I2fTxP5H6VIFSqZlBrbQfUKUhigBSFLZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.9375rem;top:2.4375rem;left:1.84375rem;overflow:hidden;display:block; }
#gcuzIq7wSRvnCU71uESNf6SwvaaXiBw1 { box-sizing:content-box;height:10.5rem;width:53.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.125rem;left:17.90625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#zWIEmMOVwuL7p7toLgDF6rhluA22Tqel { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:5.8759765625rem;left:19.03125rem;height:6.99706875rem;display:block; }
#dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH { 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; }#dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH > .row .container { background-color: transparent; background-image: none; }#dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH > .row .container > .video-iframe-container { display: none; }#dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH > .row > .video-iframe-container { display: none; }#dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH > .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); }#dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH > .row .container { border-width: 0; border-radius: 0; }#dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#D6xVxETN5uO2BeNCuAxJcXQKEqUFEmdg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:26.75rem;top:1.25rem;left:1.84375rem;overflow:hidden;display:block; }
#yvrXPV0TiE9e05sDQgnpRwDcMCo4AwWG { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:30.625rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C4lxcCz6a44MiFG4W0tNkovK6ikuxAbm { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7rem;left:30.625rem;height:17rem;overflow:hidden;display:block; }#C4lxcCz6a44MiFG4W0tNkovK6ikuxAbm li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#C4lxcCz6a44MiFG4W0tNkovK6ikuxAbm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bc4d5c83-9a01-4b25-8c6b-2e0c8f13e2a5/Ellipse3.svg); }
#yLDvHockuHSxSFet2nLHLudRdlcyi366 { 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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.875rem;left:30.625rem;display:block; }
#M0SR9E4Q3cs8Td4ruivTuG5pZeVvhAHz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f9;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; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container { background-color: transparent; background-image: none; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container > .video-iframe-container { display: none; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row > .video-iframe-container { display: none; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .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); }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container { border-width: 0; border-radius: 0; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#KlXxpKafNO4gyNMOcCpy7SckPLx8Mh1W { color:rgba(var(--color-tertiary-4),1);display:block;width:69rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:3rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e43CZASf30INdTPGlng0pcfHTxHR7qDO { box-sizing:content-box;height:15.625rem;width:11.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.4375rem;left:4.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#VFc1zdPNwVIXhiqZhEKgXtdMbOCxx9Uo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:8.5625rem;left:9.25rem;overflow:hidden;display:block; }
#nGNSvv1gTAETyy16GQWy5lmUkE57JsSf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:5.6875rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#i3bTL3MLDbVGM3yeFDqgrdx9heUvN6HR { box-sizing:content-box;height:14.125rem;width:11.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.5rem;left:18.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#OThTnLqEs8spTIuSveeigcf8f4x3MW7o { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.5rem;left:19.1875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#vccPUFLfA3Sd35mDI1tCoF9oXwr6MqWp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:8.5625rem;left:22.75rem;overflow:hidden;display:block; }
#z2dXluDVg55IlTsId7xTq9AIPTM6rdrS { box-sizing:content-box;height:16.875rem;width:11.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.4375rem;left:45.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#FKyTeeqpSayTMPQ3uKJlkpWyx9tfOMgd { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5rem;left:46.1875rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#Pwb4ENmpHZA4pe1hxQF3PdKZz94R1tUg { 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:3rem;width:3rem;top:8.0625rem;left:49.75rem;overflow:hidden;display:block; }
#fdJDZpxf9Lhz4srTKtz8S2td79uVnyVc { box-sizing:content-box;height:18.125rem;width:11.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.4375rem;left:31.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#Sz1OmHxkF2sw8CF1axKpQqEqSkZpMQlU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.5rem;left:32.6875rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#CMAzyqU2CpKisrKd70OQR7TTvWT6f8vw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:7.9375rem;left:36.25rem;overflow:hidden;display:block; }
#ox5mTtJAmXfvwNV4HNmrBkFldHVRwdfv { box-sizing:content-box;height:18.125rem;width:11.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.4375rem;left:58.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#Syc1tqltvMAOZ4lmdOzmoBb3PGZRbcTC { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5rem;left:59.375rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#Dqtidytzx6DF7O95ehV4ZQMAaGc29TUS { 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:3rem;width:3rem;top:7.9375rem;left:62.9375rem;overflow:hidden;display:block; }
#c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ > .row .container { background-color: transparent; background-image: none; }#c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ > .row .container > .video-iframe-container { display: none; }#c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ > .row > .video-iframe-container { display: none; }#c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ > .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); }#c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ > .row .container { border-width: 0; border-radius: 0; }#c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#REwEwfPe0llGyWurxkhVJBfpuEGGGq2p { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.6875rem;top:1.1875rem;left:8.75rem;overflow:hidden;display:block; }
#TPnFtz3hgR8dneHqmWn0AMJKiqoKkfml { color:rgba(var(--color-tertiary-0),1);display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.3125rem;left:21.5rem;height:5.25rem;display:block; }
#oGWpoz7g6Kr5avtaTF591SHq6KVqWEKO { 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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.0625rem;left:28.9375rem;display:block; }
#c3X4Bf6wSo0wFcPTf3ZGKHhvPrmp7eNy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh { 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; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container { background-color: transparent; background-image: none; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container > .video-iframe-container { display: none; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row > .video-iframe-container { display: none; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .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); }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container { border-width: 0; border-radius: 0; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#TckcvtRf1qV6hireE1GU3MR0usWfymBd { position:absolute;z-index:15000;top:15.25rem;left:21.34375rem;width:32.3125rem;height:21.0625rem;display:block; }
#LT6roOaOmfqZmTWusLTdibx4O0ZlueUD { position:absolute;display:block;z-index:14998;background-color:#f5f9fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;height:31.625rem;width:42.3125rem;top:9.6875rem;left:16.375rem;display:block; }
#EfskMyyavpvEIqEEk42GPo0tyaLymERm { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:10.96875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SoTcCxZsVJKZcG1evtaO7xwzK43cQ550 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:15.59375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#pexy9OleRLfUGwplVganpyS19af86bes { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.75rem;left:25.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy { 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; }#z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy > .row .container { background-color: transparent; background-image: none; }#z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy > .row .container > .video-iframe-container { display: none; }#z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy > .row > .video-iframe-container { display: none; }#z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy > .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); }#z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy > .row .container { border-width: 0; border-radius: 0; }#z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#CWBOcAHB8PiJ2dbOLCdEn2QPzn17X3Ty { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.5rem;top:2.9375rem;left:33.25rem;overflow:hidden;display:block; }
#nawIWgUTVJLDzydy0ndRrwL4dMwWTlDE { color:rgba(var(--color-tertiary-4),1);display:block;width:42.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:16.4375rem;height:9.5009625rem;text-align:center;text-align-last:center;display:block; }
#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { background-color: transparent; background-image: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .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); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { border-width: 0; border-radius: 0; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { font-size:0.875rem;font-family:"open sans";height:0.0625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { display:block; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { width:47.75rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { width:9.4375rem;height:1.6875rem;top:1.34375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nh2JF8beG2yRJlzTWL6J8QihXwlAVoum { display:block; }#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum > .row .container { width:47.75rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zDNVIVGiEKsGP5gm125LsE4NksdnrKI0 { width:42.9375rem;height:20.875rem;top:1.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yl7hUB4uAb9P6pTJr0JmARZUQDMEodLJ { width:36.75rem;height:3.25rem;top:3.875rem;left:5.5rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ZT2Uc3Js3f0nVtWfciuBAW76d4CupRQU { width:39rem;height:3.25rem;top:7.0625rem;left:4.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cCn009FW1DxSxWqRhzTX6sQ92NpaMilJ { width:35.5rem;height:3.8984375rem;top:11.625rem;left:6.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gzLlrOsTeMbSTeJal1l6FkkJ5hIlAkTS { width:17.125rem;height:4rem;top:17.25rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mkGPdAV862LqHeDekaFGr1km5aD7WWmV { display:block; }
 }@media only screen and (max-width: 1199px) { #irmuF8yNqnAsRUU8Ucyuuz9RrT7osROI { width:25.8125rem;height:25.875rem;top:24.5859375rem;left:10.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC { display:block; }#oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC > .row .container { width:47.75rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #I2fTxP5H6VIFSqZlBrbQfUKUhigBSFLZ { width:13.9375rem;height:13.875rem;top:1.875rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gcuzIq7wSRvnCU71uESNf6SwvaaXiBw1 { width:45.5rem;height:13.875rem;top:16.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWIEmMOVwuL7p7toLgDF6rhluA22Tqel { width:39.5rem;height:9.7959125rem;top:18.9755859375rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH { display:block; }#dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH > .row .container { width:47.75rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D6xVxETN5uO2BeNCuAxJcXQKEqUFEmdg { width:14.9375rem;height:13.0625rem;top:25.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yvrXPV0TiE9e05sDQgnpRwDcMCo4AwWG { width:33.3125rem;height:1.94921875rem;top:2.5625rem;left:7.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #C4lxcCz6a44MiFG4W0tNkovK6ikuxAbm { width:46.5625rem;height:17rem;top:6.0625rem;left:0.59375rem;font-size:1rem;display:block; }#C4lxcCz6a44MiFG4W0tNkovK6ikuxAbm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bc4d5c83-9a01-4b25-8c6b-2e0c8f13e2a5/Ellipse3.svg); }
 }@media only screen and (max-width: 1199px) { #yLDvHockuHSxSFet2nLHLudRdlcyi366 { width:17.125rem;height:4rem;top:33.1875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0SR9E4Q3cs8Td4ruivTuG5pZeVvhAHz { display:block; }
 }@media only screen and (max-width: 1199px) { #qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx { display:block; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container { width:47.75rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KlXxpKafNO4gyNMOcCpy7SckPLx8Mh1W { width:47.75rem;height:3.8984375rem;top:1.26953125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e43CZASf30INdTPGlng0pcfHTxHR7qDO { width:11.5rem;height:15.625rem;top:7.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VFc1zdPNwVIXhiqZhEKgXtdMbOCxx9Uo { width:3rem;height:3rem;top:9.3125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGNSvv1gTAETyy16GQWy5lmUkE57JsSf { width:10.1875rem;height:7.7988125rem;top:13.25rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3bTL3MLDbVGM3yeFDqgrdx9heUvN6HR { width:11.5rem;height:14.125rem;top:6.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OThTnLqEs8spTIuSveeigcf8f4x3MW7o { width:10.1875rem;height:5.19921875rem;top:12.9375rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vccPUFLfA3Sd35mDI1tCoF9oXwr6MqWp { width:3rem;height:3rem;top:9rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2dXluDVg55IlTsId7xTq9AIPTM6rdrS { width:11.5rem;height:16.0625rem;top:24.625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FKyTeeqpSayTMPQ3uKJlkpWyx9tfOMgd { width:10.1875rem;height:9.098625rem;top:29.3125rem;left:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pwb4ENmpHZA4pe1hxQF3PdKZz94R1tUg { width:3rem;height:3rem;top:25.5rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fdJDZpxf9Lhz4srTKtz8S2td79uVnyVc { width:11.5rem;height:18.125rem;top:24.625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sz1OmHxkF2sw8CF1axKpQqEqSkZpMQlU { width:10.1875rem;height:10.3984375rem;top:29.8125rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CMAzyqU2CpKisrKd70OQR7TTvWT6f8vw { width:3rem;height:3rem;top:25.5625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ox5mTtJAmXfvwNV4HNmrBkFldHVRwdfv { width:11.5rem;height:18.125rem;top:45.0625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Syc1tqltvMAOZ4lmdOzmoBb3PGZRbcTC { width:10.1875rem;height:9.098625rem;top:50.25rem;left:18.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dqtidytzx6DF7O95ehV4ZQMAaGc29TUS { width:3rem;height:3rem;top:46rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ { display:block; }#c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #REwEwfPe0llGyWurxkhVJBfpuEGGGq2p { width:9.6875rem;height:9.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPnFtz3hgR8dneHqmWn0AMJKiqoKkfml { width:35.875rem;height:6.296875rem;top:2.7890625rem;left:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGWpoz7g6Kr5avtaTF591SHq6KVqWEKO { width:17.125rem;height:4rem;top:11.625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3X4Bf6wSo0wFcPTf3ZGKHhvPrmp7eNy { display:block; }
 }@media only screen and (max-width: 1199px) { #s175ogtFuZ9VdddV8AQTgBSUZMEVbslh { display:block; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container { width:47.75rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TckcvtRf1qV6hireE1GU3MR0usWfymBd { width:31.8125rem;height:23.625rem;top:14.25rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LT6roOaOmfqZmTWusLTdibx4O0ZlueUD { width:47.75rem;height:42rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EfskMyyavpvEIqEEk42GPo0tyaLymERm { width:47.75rem;height:1.625rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SoTcCxZsVJKZcG1evtaO7xwzK43cQ550 { width:43.8125rem;height:2.5996125rem;top:4.875rem;left:1.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pexy9OleRLfUGwplVganpyS19af86bes { width:24.3125rem;height:1.94921875rem;top:11.75rem;left:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy { display:block; }#z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CWBOcAHB8PiJ2dbOLCdEn2QPzn17X3Ty { width:9.4375rem;height:1.6875rem;top:1.34375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nawIWgUTVJLDzydy0ndRrwL4dMwWTlDE { width:42.125rem;height:9.5009625rem;top:6.3125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT { display:block; }#vbDmzSUd1ixtHJ0GzulXF6xZDEfszdGT > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GE4VebnAOmyS8eHEfF98SUc22n8duZy3 { width:9.4375rem;height:1.6875rem;top:1.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh2JF8beG2yRJlzTWL6J8QihXwlAVoum { display:block; }#nh2JF8beG2yRJlzTWL6J8QihXwlAVoum > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDNVIVGiEKsGP5gm125LsE4NksdnrKI0 { width:20rem;height:24.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl7hUB4uAb9P6pTJr0JmARZUQDMEodLJ { width:20rem;height:4.2246125rem;top:2.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT2Uc3Js3f0nVtWfciuBAW76d4CupRQU { width:20rem;height:4.38574375rem;top:7.94921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCn009FW1DxSxWqRhzTX6sQ92NpaMilJ { width:20rem;height:5.1181625rem;top:13.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzLlrOsTeMbSTeJal1l6FkkJ5hIlAkTS { width:17.125rem;height:4rem;top:19.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkGPdAV862LqHeDekaFGr1km5aD7WWmV { display:block; }
 }@media only screen and (max-width: 763px) { #irmuF8yNqnAsRUU8Ucyuuz9RrT7osROI { width:20rem;height:20.048426150121rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC { display:block; }#oqycWD209OTTJ5fpq8TGKwDsyOc4kiTC > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2fTxP5H6VIFSqZlBrbQfUKUhigBSFLZ { width:13.9375rem;height:13.875rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcuzIq7wSRvnCU71uESNf6SwvaaXiBw1 { width:20rem;height:21rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWIEmMOVwuL7p7toLgDF6rhluA22Tqel { width:20rem;height:16.792975rem;top:18.4130859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH { display:block; }#dTBLBkuRJpcdTxh8TgRAnV6hKh7aORzH > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6xVxETN5uO2BeNCuAxJcXQKEqUFEmdg { width:20rem;height:17.476635514019rem;top:36.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvrXPV0TiE9e05sDQgnpRwDcMCo4AwWG { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4lxcCz6a44MiFG4W0tNkovK6ikuxAbm { width:20rem;height:29rem;top:6.3984375rem;left:0rem;font-size:1rem;display:block; }#C4lxcCz6a44MiFG4W0tNkovK6ikuxAbm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bc4d5c83-9a01-4b25-8c6b-2e0c8f13e2a5/Ellipse3.svg); }
 }@media only screen and (max-width: 763px) { #yLDvHockuHSxSFet2nLHLudRdlcyi366 { width:17.125rem;height:4rem;top:55.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0SR9E4Q3cs8Td4ruivTuG5pZeVvhAHz { display:block; }
 }@media only screen and (max-width: 763px) { #qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx { display:block; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container { width:20rem;height:102.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlXxpKafNO4gyNMOcCpy7SckPLx8Mh1W { width:20rem;height:7.796875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e43CZASf30INdTPGlng0pcfHTxHR7qDO { width:11.5rem;height:15.625rem;top:10.296875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFc1zdPNwVIXhiqZhEKgXtdMbOCxx9Uo { width:3rem;height:3rem;top:12.671875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGNSvv1gTAETyy16GQWy5lmUkE57JsSf { width:10.1875rem;height:7.7988125rem;top:16.609375rem;left:4.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3bTL3MLDbVGM3yeFDqgrdx9heUvN6HR { width:11.5rem;height:14.125rem;top:27.296875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OThTnLqEs8spTIuSveeigcf8f4x3MW7o { width:10.1875rem;height:5.19921875rem;top:33.296875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vccPUFLfA3Sd35mDI1tCoF9oXwr6MqWp { width:3rem;height:3rem;top:29.359375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2dXluDVg55IlTsId7xTq9AIPTM6rdrS { width:11.5rem;height:16.875rem;top:62.296875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKyTeeqpSayTMPQ3uKJlkpWyx9tfOMgd { width:10.1875rem;height:9.098625rem;top:66.984375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwb4ENmpHZA4pe1hxQF3PdKZz94R1tUg { width:3rem;height:3rem;top:63.171875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdJDZpxf9Lhz4srTKtz8S2td79uVnyVc { width:11.5rem;height:18.125rem;top:42.796875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz1OmHxkF2sw8CF1axKpQqEqSkZpMQlU { width:10.1875rem;height:10.3984375rem;top:47.984375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMAzyqU2CpKisrKd70OQR7TTvWT6f8vw { width:3rem;height:3rem;top:43.734375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox5mTtJAmXfvwNV4HNmrBkFldHVRwdfv { width:11.5rem;height:18.125rem;top:80.546875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syc1tqltvMAOZ4lmdOzmoBb3PGZRbcTC { width:10.1875rem;height:9.098625rem;top:85.734375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqtidytzx6DF7O95ehV4ZQMAaGc29TUS { width:3rem;height:3rem;top:81.484375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ { display:block; }#c1gdQToLxP9Vy36HgX0ReXJEMbqcWAzQ > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REwEwfPe0llGyWurxkhVJBfpuEGGGq2p { width:9.6875rem;height:9.5rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPnFtz3hgR8dneHqmWn0AMJKiqoKkfml { width:20rem;height:9.4453125rem;top:12rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGWpoz7g6Kr5avtaTF591SHq6KVqWEKO { width:17.125rem;height:4rem;top:22.6953125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3X4Bf6wSo0wFcPTf3ZGKHhvPrmp7eNy { display:block; }
 }@media only screen and (max-width: 763px) { #s175ogtFuZ9VdddV8AQTgBSUZMEVbslh { display:block; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TckcvtRf1qV6hireE1GU3MR0usWfymBd { width:17.625rem;height:28.8125rem;top:19.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT6roOaOmfqZmTWusLTdibx4O0ZlueUD { width:20rem;height:38.375rem;top:12.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfskMyyavpvEIqEEk42GPo0tyaLymERm { width:20rem;height:3.25rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoTcCxZsVJKZcG1evtaO7xwzK43cQ550 { width:20rem;height:6.499rem;top:5.1259765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pexy9OleRLfUGwplVganpyS19af86bes { width:20rem;height:1.94921875rem;top:15.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy { display:block; }#z3UfXrhJk7FTCv7xxpHJsEhMs6vMTGoy > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWBOcAHB8PiJ2dbOLCdEn2QPzn17X3Ty { width:8.5rem;height:1.5rem;top:1.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nawIWgUTVJLDzydy0ndRrwL4dMwWTlDE { width:20rem;height:11.6122875rem;top:4rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }