.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,233,248;--color-primary-1:154,174,203;--color-primary-2:87,120,169;--color-primary-3:45,86,147;--color-primary-4:17,24,34;--color-secondary-0:242,244,218;--color-secondary-1:213,219,132;--color-secondary-2:171,182,8;--color-secondary-3:86,91,4;--color-secondary-4:26,27,1;--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:#fff3e3;background-image:url("https://images.assets-landingi.com/uc/6b6251d4-1aee-443b-be0e-4de2ff29adbe/bg6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { 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; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { background-color: transparent; background-image: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { border-width: 0; border-radius: 0; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:14.75rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#PyeJ9aL2nblbFtyrlTzlrIOZSvk4XUiO { position:absolute;display:block;z-index:15001;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:4.8125rem;width:13.3125rem;top:0.6875rem;left:61.6875rem;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f2ff;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; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { background-color:#629667;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:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;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:26.25rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.875rem;left:15rem;display:block; }
#IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:26.375rem;left:39.125rem;overflow:hidden;display:block; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9481bb;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.46375rem;padding-right:0.46125rem;padding-bottom:0.46375rem;padding-left:0.46125rem;display:block;align-items:center;width:2.7625rem;min-width:2.7625rem;height:2.49125rem;position:relative;font-family:var(--headlines-font-family);font-size:1.8575rem;font-weight:700;line-height:39.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-label { background-color:;background-image:none;color:#9481bb;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.290625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.686875rem;height:0.981875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.69625rem;font-weight:400;line-height:15.71px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.75rem;height:4.69125rem;padding-top:0.475625rem;padding-right:0.498125rem;padding-bottom:0.475625rem;padding-left:0.498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:24.8603515625rem;left:48.8974609375rem;z-index:15020; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #uZn9wwGhcCLCykFrCxa1wtSEcJot9mvf { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #lWp3OtVV8JHx5g8CLkXTF3B0cTONQK5b { width:auto; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #TaJGkgMy7QpiDSBaQQkPhBzVpLPlX8ge {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #hFEoL6SqDIq9ZcEs0yeuIQBMOEOyE4B5 { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #gao1RdmRwkhAsPiH958zB1ExRQuUnTE0 {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #DZXIzUE1bmvZaTG2Rgrh4yegr6PZXStS {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wrPCEFtLmbZlBJu2SMoQLgmuAS6HOdT4 { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #e4LU18uFDW2HTQU70DpbzvIKLCChQlJo {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #C6iN0CRT7iMIbTddRpAnywN0O5nxPguh {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #fc1Ey7Xr5TZ6iaWdIMbkDSWnrBtNtoMs { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #HehyDTfRetTARF5TOKPCXhoZxJltOTzl {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wMleT4O2TFzTbgsnWImQy9ysAuXsQoKm {  }
#H9K5xaUbOqeQRhKuVei4OWK62cNttwuC { color:#64499b;display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:4.875rem;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; }
#SH2EFdmfPrzeWeZDQdpmrHLT9S23TCXr { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#VfpChwn3JSn91IXnofbeu8HQsZfTJTXp { color:#2f2f2f;display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:11.5556640625rem;left:0rem;height:9.7959rem;display:block; }
#Omg2HpyrtWAMNNHNt4VLHy18TAiagLvl { position:absolute;display:block;z-index:15024;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:21.4375rem;width:30.8125rem;top:1.1875rem;left:42.5849609375rem;overflow:hidden;display:block; }
#adTsoLJWAplUh8JQOccP143uBpz9KfKl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #64499b, #3d2964);background-image: -moz-linear-gradient(180deg, #64499b, #3d2964);background-image: -ms-linear-gradient(180deg, #64499b, #3d2964);background-image: -o-linear-gradient(180deg, #64499b, #3d2964);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#64499b', endColorstr='#3d2964' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#64499b', endColorstr='#3d2964' );";background-image: linear-gradient(180deg, #64499b, #3d2964);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container { background-color: transparent; background-image: none; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container > .video-iframe-container { display: none; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row > .video-iframe-container { display: none; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .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); }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container { border-width: 0; border-radius: 0; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#MylsGDPoPy8TuxE8qiQqi5rwGnpyt0BB { box-sizing:content-box;height:12.375rem;width:17.5625rem;position:absolute;display:block;z-index:15000;background-color:#f6f2ff;background-image:none;top:6.15625rem;left:0.59375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#ZcawTTZ3LCW1Ea1mc723fHRKBX1lTmHT { 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:3rem;width:3rem;top:7.65625rem;left:7.875rem;overflow:hidden;display:block; }
#DugXE3rT5TnBf3ydvgGQ4L8s4b44vWaC { color:#505050;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:1.75rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FX8xckq5pMEJ0M6TX4xQWefGS4GRXTtc { box-sizing:content-box;height:12.375rem;width:17.5625rem;position:absolute;display:block;z-index:15003;background-color:#f6f2ff;background-image:none;top:6.1875rem;left:19.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#cAAZD9enTt7MPGNnATnZqCIU5qsIWtuT { color:#505050;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6875rem;left:21rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uIrtTTbFTrZ5o1kvmmlmWEDr7aC3x1kw { position:absolute;display:block;z-index:15004;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.75rem;width:2.75rem;top:7.78125rem;left:26.75rem;overflow:hidden;display:block; }
#Di7OluDu0XJJ2HpMBCFUhCa4ttUFrSTF { box-sizing:content-box;height:12.375rem;width:17.5625rem;position:absolute;display:block;z-index:15006;background-color:#f6f2ff;background-image:none;top:6.1875rem;left:38.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#VTP1ZvgEozfq7Wi1x4F338z8hwNoU24q { color:#505050;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.6875rem;left:39.25rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PMmTvUUTnrq7Ar3q1r49ZXqEoyMKhdC0 { position:absolute;display:block;z-index:15007;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.65625rem;left:45.375rem;overflow:hidden;display:block; }
#qm9unTbyc1FzKwXNn2WAshpTBg16TX3E { box-sizing:content-box;height:12.375rem;width:17.5625rem;position:absolute;display:block;z-index:15009;background-color:#f6f2ff;background-image:none;top:6.1875rem;left:56.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#OUkqdP41cbryJUZhyEogIQMbAgDUC2Lw { color:#505050;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.6875rem;left:58rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cqOtlJ7Hgn14tzzauQhTpqvDbXO7VlUL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:7.71875rem;left:64.125rem;overflow:hidden;display:block; }
#ZpWUC97tFyOkTJ0Mn4k6vpK3IF59BzXP { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.07421875rem;left:27.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#SyTFIylNBHEJ4yDiTCGteDwIerssNByA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfbff;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; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container { background-color: transparent; background-image: none; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container > .video-iframe-container { display: none; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row > .video-iframe-container { display: none; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .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); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container { border-width: 0; border-radius: 0; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#Vzgo2xaG7dtR9kQEHhMUy9QkiQDlXpNM { box-sizing:content-box;height:4.75rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#629667;background-image:none;top:2.2998046875rem;left:3.96875rem;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; }
#skeZGz7xp1JbqpMQaRnLR9vGmnTydVI1 { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3740234375rem;left:5.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VR0hpeQiJ6C1ioACrvPicwZJhQ14QTFR { box-sizing:content-box;height:4.75rem;width:55.875rem;position:absolute;display:block;z-index:15002;background-color:#64499b;background-image:none;top:2.3115234375rem;left:9.5625rem;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; }
#UAplya111m3Hg4EAmCBOXzLLiCcPtphM { color:#ffffff;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7255859375rem;left:11.5rem;height:1.94921875rem;font-style:normal;display:block; }
#cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { box-sizing:content-box;height:19.25rem;width:55.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:7.8125rem;left:9.5625rem;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(0,0,0,0.25) ;display:block; }
#u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { color:rgba(var(--color-tertiary-4),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.6875rem;left:11.5rem;height:2.798825rem;display:block; }
#KaTqzeP0x60pO0iFDolCLABIV53aSiJD { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:13.8125rem;left:11.5rem;height:11.670875rem;overflow:hidden;display:block; }#KaTqzeP0x60pO0iFDolCLABIV53aSiJD li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#KaTqzeP0x60pO0iFDolCLABIV53aSiJD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
#GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfbff;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; }#GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa > .row .container { background-color: transparent; background-image: none; }#GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa > .row .container > .video-iframe-container { display: none; }#GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa > .row > .video-iframe-container { display: none; }#GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa > .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); }#GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa > .row .container { border-width: 0; border-radius: 0; }#GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#ISQlPBV44azm9aMBWRtx41zynCuTSDA6 { box-sizing:content-box;height:4.75rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#629667;background-image:none;top:2.2998046875rem;left:3.96875rem;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; }
#tzbBUoytIykzT8VvSTa70dT3T8edmoEO { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3740234375rem;left:5.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MSeZIpqcXQ5TSqNK9ETnJJO85zXk0962 { box-sizing:content-box;height:4.75rem;width:55.875rem;position:absolute;display:block;z-index:15002;background-color:#64499b;background-image:none;top:2.3115234375rem;left:9.5625rem;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; }
#xnA9xPVZzib7Vmvrx8kTJ8Hp6ArZTTzn { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7255859375rem;left:11.5rem;height:1.94921875rem;font-style:normal;display:block; }
#GK5ffwgqQsX1ewZIA3ZLZAhNfu9ohG70 { box-sizing:content-box;height:15.9375rem;width:55.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:7.8125rem;left:9.5625rem;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(0,0,0,0.25) ;display:block; }
#ANhNBdbhnBSTdygJuWvOPZaDsvb2HMTp { color:rgba(var(--color-tertiary-4),1);display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.6875rem;left:11.5rem;height:2.798825rem;display:block; }
#xlHklF0Pgr6GtEmhwK8FyuGJiGPtqXam { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:13.25rem;left:11.5rem;height:8.8720625rem;overflow:hidden;display:block; }#xlHklF0Pgr6GtEmhwK8FyuGJiGPtqXam li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#xlHklF0Pgr6GtEmhwK8FyuGJiGPtqXam li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
#yfn0xWHT8vldzVm0T184t7ZVKiU0skUa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfbff;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; }#yfn0xWHT8vldzVm0T184t7ZVKiU0skUa > .row .container { background-color: transparent; background-image: none; }#yfn0xWHT8vldzVm0T184t7ZVKiU0skUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfn0xWHT8vldzVm0T184t7ZVKiU0skUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfn0xWHT8vldzVm0T184t7ZVKiU0skUa > .row .container > .video-iframe-container { display: none; }#yfn0xWHT8vldzVm0T184t7ZVKiU0skUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfn0xWHT8vldzVm0T184t7ZVKiU0skUa > .row > .video-iframe-container { display: none; }#yfn0xWHT8vldzVm0T184t7ZVKiU0skUa > .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); }#yfn0xWHT8vldzVm0T184t7ZVKiU0skUa > .row .container { border-width: 0; border-radius: 0; }#yfn0xWHT8vldzVm0T184t7ZVKiU0skUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfn0xWHT8vldzVm0T184t7ZVKiU0skUa > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#vxOODpX6IBkaKW6naJnT4rHbuGet6UW0 { box-sizing:content-box;height:4.75rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#629667;background-image:none;top:2.2998046875rem;left:3.96875rem;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; }
#GsSZedQLkrEndwLTdcmAKsk4iMbin7em { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3740234375rem;left:5.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KGleSsr48LJpU6tHUHWo3P8aexQyooRT { box-sizing:content-box;height:4.75rem;width:55.875rem;position:absolute;display:block;z-index:15002;background-color:#64499b;background-image:none;top:2.3115234375rem;left:9.5625rem;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; }
#zIgdRN13vgBQPtmVEnV6Dc0RK9qOiCEQ { color:rgba(var(--color-tertiary-4),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7255859375rem;left:11.5rem;height:1.94921875rem;font-style:normal;display:block; }
#MzSy1OxywEzTbTgnXLSEWB9LnXeErSVe { box-sizing:content-box;height:19.9375rem;width:55.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:7.8125rem;left:9.5625rem;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(0,0,0,0.25) ;display:block; }
#H2x6HNn49GQlCaUGKgx29N1zE7QeTvRO { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.6875rem;left:11.5rem;height:4.19824375rem;display:block; }
#mh9N9qy7Pl0XI4hV7QvlOXLm5q0xtgpl { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:15.0625rem;left:11.5rem;height:8.8720625rem;overflow:hidden;display:block; }#mh9N9qy7Pl0XI4hV7QvlOXLm5q0xtgpl li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#mh9N9qy7Pl0XI4hV7QvlOXLm5q0xtgpl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
#hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfbff;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; }#hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT > .row .container { background-color: transparent; background-image: none; }#hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT > .row .container > .video-iframe-container { display: none; }#hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT > .row > .video-iframe-container { display: none; }#hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT > .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); }#hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT > .row .container { border-width: 0; border-radius: 0; }#hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#TneyLp8SKS0IRwWg2F4MK6FUwVMdwPMN { box-sizing:content-box;height:4.75rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#629667;background-image:none;top:2.2998046875rem;left:3.96875rem;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; }
#RWGRaQJHqCRlzgJodhbf5MTsWWos5Xx3 { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3740234375rem;left:5.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vL60wLaUPuGt31kU9QkGxE1NwMWRZvGp { box-sizing:content-box;height:4.75rem;width:55.875rem;position:absolute;display:block;z-index:15002;background-color:#64499b;background-image:none;top:2.3115234375rem;left:9.5625rem;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; }
#ztNqTA9KN0lLc1au24CTUxt5GzSE1MTE { color:rgba(var(--color-tertiary-4),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7255859375rem;left:11.5rem;height:1.94921875rem;font-style:normal;display:block; }
#eqTrbd0tOudDqTawHdPg7mcOm63I7vIq { box-sizing:content-box;height:15.25rem;width:55.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:7.8125rem;left:9.5625rem;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(0,0,0,0.25) ;display:block; }
#GHz37bV6TTlOV9A64M77QXTW3dnAlAoG { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.6875rem;left:11.5rem;height:2.798825rem;display:block; }
#Mef654DcMIlbZ4i8B6hEdPdGZ1y1C4a2 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:13.8125rem;left:11.5rem;height:;overflow:hidden;display:block; }#Mef654DcMIlbZ4i8B6hEdPdGZ1y1C4a2 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mef654DcMIlbZ4i8B6hEdPdGZ1y1C4a2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
#Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfbff;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; }#Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc > .row .container { background-color: transparent; background-image: none; }#Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc > .row .container > .video-iframe-container { display: none; }#Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc > .row > .video-iframe-container { display: none; }#Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc > .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); }#Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc > .row .container { border-width: 0; border-radius: 0; }#Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#A4RATHAq6B2hhr7Ck4cobl62N1Jzi7JQ { box-sizing:content-box;height:4.75rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#629667;background-image:none;top:2.2998046875rem;left:3.96875rem;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; }
#wUggJZ4vUbSWU3K0CvdfHrMBHNDS3kBR { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3740234375rem;left:5.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lRvJa3bTeq57CRQmr9BWt2wn5H1UFsDX { box-sizing:content-box;height:4.75rem;width:55.875rem;position:absolute;display:block;z-index:15002;background-color:#64499b;background-image:none;top:2.3115234375rem;left:9.5625rem;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; }
#yeZmkmI8DK4TtoicaBC3WzQZZWkBAIcP { color:rgba(var(--color-tertiary-4),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7255859375rem;left:11.5rem;height:1.94921875rem;font-style:normal;display:block; }
#nT7ndCKHIASVh9xipQq4PRrpGE2fRhGw { box-sizing:content-box;height:17.8125rem;width:55.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:7.8125rem;left:9.5625rem;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(0,0,0,0.25) ;display:block; }
#qAqV1TT3iqUeAELkrGuHbaUvLmpJOW7N { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.6875rem;left:11.5rem;height:2.798825rem;display:block; }
#CHl1E9Cf6dKJBdDnnoHv9clWUosT15fm { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:13.8125rem;left:11.5rem;height:;overflow:hidden;display:block; }#CHl1E9Cf6dKJBdDnnoHv9clWUosT15fm li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#CHl1E9Cf6dKJBdDnnoHv9clWUosT15fm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
#UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfbff;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; }#UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec > .row .container { background-color: transparent; background-image: none; }#UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec > .row .container > .video-iframe-container { display: none; }#UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec > .row > .video-iframe-container { display: none; }#UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec > .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); }#UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec > .row .container { border-width: 0; border-radius: 0; }#UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#VU9WefonBUo7XNC0btfiUkpDiCX5Ms6M { box-sizing:content-box;height:4.75rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#629667;background-image:none;top:2.2998046875rem;left:3.96875rem;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; }
#mgUBQxegAXdm6SoFRTuer1e6hpIvU9vc { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3740234375rem;left:5.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N2SR3IwLTTdauAQnI2LD6HQKwkpimIgi { box-sizing:content-box;height:4.75rem;width:55.875rem;position:absolute;display:block;z-index:15002;background-color:#64499b;background-image:none;top:2.3115234375rem;left:9.5625rem;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; }
#iZwhUuACVPARk50wQRbLbmtuJAlEUB8O { color:rgba(var(--color-tertiary-4),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7255859375rem;left:11.5rem;height:1.94921875rem;font-style:normal;display:block; }
#sTvDfPTFesTy1RLJRvJJtE9bVWGoBZHz { box-sizing:content-box;height:17.8125rem;width:55.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:7.8125rem;left:9.5625rem;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(0,0,0,0.25) ;display:block; }
#AkQXxMQpCNwCffR5MDbMIsTmZnuJeQ0a { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.6875rem;left:11.5rem;height:2.798825rem;display:block; }
#Fks41xA5wpIhnwKe0ORtxDHQVRBycEiS { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:13.8125rem;left:11.5rem;height:;overflow:hidden;display:block; }#Fks41xA5wpIhnwKe0ORtxDHQVRBycEiS li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fks41xA5wpIhnwKe0ORtxDHQVRBycEiS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
#MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfbff;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; }#MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ > .row .container { background-color: transparent; background-image: none; }#MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ > .row .container > .video-iframe-container { display: none; }#MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ > .row > .video-iframe-container { display: none; }#MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ > .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); }#MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ > .row .container { border-width: 0; border-radius: 0; }#MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#AqnBLq0Ly74J6yNw1RVVk4irt5gkZFsh { box-sizing:content-box;height:4.75rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#629667;background-image:none;top:2.2998046875rem;left:3.96875rem;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; }
#nhTRg2Hq3kwTHCCv79PsWttduZrT0kAh { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3740234375rem;left:5.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XIeEfr0c1t1XJEkBvgao8COp2Hp9FzmQ { box-sizing:content-box;height:4.75rem;width:55.875rem;position:absolute;display:block;z-index:15002;background-color:#64499b;background-image:none;top:2.3115234375rem;left:9.5625rem;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; }
#B1Zrwb0RUUgm2HUR1WvcREcgWbJMtT4H { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7255859375rem;left:11.5rem;height:1.94921875rem;font-style:normal;display:block; }
#NJBMccyzUX9ANUwDy20Haw2lfFTFs72v { box-sizing:content-box;height:14.8125rem;width:55.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:7.8125rem;left:9.5625rem;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(0,0,0,0.25) ;display:block; }
#FyC7AXeP2pXFp7NEihihhSRMvtAsGGH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.6875rem;left:11.5rem;height:2.798825rem;display:block; }
#iIWDU9Su1XufqBuFcJ2OkGxiJwbuI1c0 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:13.8125rem;left:11.5rem;height:;overflow:hidden;display:block; }#iIWDU9Su1XufqBuFcJ2OkGxiJwbuI1c0 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#iIWDU9Su1XufqBuFcJ2OkGxiJwbuI1c0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
#qcgxP1ovNX18go6ddFErRecHgRVgCPqz { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7255859375rem;left:20.8125rem;height:3.8984375rem;font-style:normal;display:block; }
#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfbff;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; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container { background-color: transparent; background-image: none; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container > .video-iframe-container { display: none; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row > .video-iframe-container { display: none; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .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); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container { border-width: 0; border-radius: 0; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#di8HbeKoHDyQhEsiXdKBNqFZr3b73Zs1 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:2.96875rem;left:49.25rem;overflow:hidden;display:block; }
#fbxtpIuJWsNJSFtMmQChsxfTiNxkKoOp { background-color:#629667;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;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:26.25rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.625rem;left:25.4375rem;display:block; }
#WHDL3C457kstd7gPErJFdK86NtOB3wAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UEN5MacxvTQ6wnCotF8R36crwLLwng6y { 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; }#UEN5MacxvTQ6wnCotF8R36crwLLwng6y > .row .container { background-color: transparent; background-image: none; }#UEN5MacxvTQ6wnCotF8R36crwLLwng6y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEN5MacxvTQ6wnCotF8R36crwLLwng6y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEN5MacxvTQ6wnCotF8R36crwLLwng6y > .row .container > .video-iframe-container { display: none; }#UEN5MacxvTQ6wnCotF8R36crwLLwng6y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEN5MacxvTQ6wnCotF8R36crwLLwng6y > .row > .video-iframe-container { display: none; }#UEN5MacxvTQ6wnCotF8R36crwLLwng6y > .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); }#UEN5MacxvTQ6wnCotF8R36crwLLwng6y > .row .container { border-width: 0; border-radius: 0; }#UEN5MacxvTQ6wnCotF8R36crwLLwng6y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UEN5MacxvTQ6wnCotF8R36crwLLwng6y > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#HkAtw1lXZKpiB2stEe2lkEMLoBlVX8fe { position:absolute;display:block;z-index:15002;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:4.8125rem;width:13.3125rem;top:0.9375rem;left:49.875rem;overflow:hidden;display:block; }
#eUUuQVx9cff4kZeRgNwyqzIzFray2bLb { 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:2.3125rem;width:14.75rem;top:2.1875rem;left:11.8125rem;overflow:hidden;display:block; }
#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { background-color: transparent; background-image: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .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); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { border-width: 0; border-radius: 0; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:block; }#MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { position:absolute;z-index:15011;top:10.15625rem;left:18.375rem;width:38.25rem;height:28.75rem;display:block; }
#dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { position:absolute;display:block;z-index:15000;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;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;height:44.875rem;width:42.3125rem;top:8rem;left:16.375rem;display:block; }
#iaAx7E2drEmsnOqRT5HEP1c9OciVJzuW { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.375rem;left:19.34375rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.701171875rem;left:0rem;height:5.847675rem;text-align:center;text-align-last:center;display:block; }
#lDubbqahnw6iFF5KF7tv5uWUTFFQd6CA { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.9375rem;left:30.75rem;overflow:hidden;display:block; }
#HwoTUorxTIO3VnpmwiPhZlBQeWMioDLF { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.9375rem;left:34.5625rem;overflow:hidden;display:block; }
#WPwbnVRMrcKoDJnBKNfAFTAzcB2V4Exf { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.9375rem;left:38.25rem;overflow:hidden;display:block; }
#kmUZ3Ecn6XnRQPXDg1BxHUHTlSdib2m5 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.9375rem;left:41.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:14.75rem;height:2.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PyeJ9aL2nblbFtyrlTzlrIOZSvk4XUiO { width:13.3125rem;height:4.8125rem;top:0.6875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#f6f2ff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:31.375rem;height:3.3125rem;top:54.84375rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block; }
 }@media only screen and (max-width: 1199px) { #KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-number { padding-top:0.73125rem;padding-right:0.654375rem;padding-bottom:0.73125rem;padding-left:0.654375rem;width:3.928125rem;min-width:3.928125rem;height:3.9275rem;font-size:2.923125rem;line-height:62.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.45625rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.238125rem;height:1.5525rem;font-size:1.09625rem;line-height:24.84px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc { display:flex;width:24.9375rem;height:7.39875rem;top:43.8115234375rem;left:10.66015625rem;padding-top:0.734375rem;padding-right:0.745rem;padding-bottom:0.734375rem;padding-left:0.745rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #uZn9wwGhcCLCykFrCxa1wtSEcJot9mvf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #lWp3OtVV8JHx5g8CLkXTF3B0cTONQK5b {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #TaJGkgMy7QpiDSBaQQkPhBzVpLPlX8ge {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #hFEoL6SqDIq9ZcEs0yeuIQBMOEOyE4B5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #gao1RdmRwkhAsPiH958zB1ExRQuUnTE0 {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #DZXIzUE1bmvZaTG2Rgrh4yegr6PZXStS {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wrPCEFtLmbZlBJu2SMoQLgmuAS6HOdT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #e4LU18uFDW2HTQU70DpbzvIKLCChQlJo {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #C6iN0CRT7iMIbTddRpAnywN0O5nxPguh {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #fc1Ey7Xr5TZ6iaWdIMbkDSWnrBtNtoMs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #HehyDTfRetTARF5TOKPCXhoZxJltOTzl {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wMleT4O2TFzTbgsnWImQy9ysAuXsQoKm {  }
 }@media only screen and (max-width: 1199px) { #H9K5xaUbOqeQRhKuVei4OWK62cNttwuC { width:35.5625rem;height:4.875rem;top:0.375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SH2EFdmfPrzeWeZDQdpmrHLT9S23TCXr { width:25.625rem;height:3.25rem;top:5.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VfpChwn3JSn91IXnofbeu8HQsZfTJTXp { width:46.125rem;height:9.7959rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Omg2HpyrtWAMNNHNt4VLHy18TAiagLvl { width:30.8125rem;height:21.4375rem;top:20.5625rem;left:10.6591796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #adTsoLJWAplUh8JQOccP143uBpz9KfKl { display:block; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container { width:47.75rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MylsGDPoPy8TuxE8qiQqi5rwGnpyt0BB { width:11.125rem;height:18.1875rem;top:6.1240234375rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZcawTTZ3LCW1Ea1mc723fHRKBX1lTmHT { width:3rem;height:3rem;top:7.75rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DugXE3rT5TnBf3ydvgGQ4L8s4b44vWaC { width:10.125rem;height:7.7988125rem;top:13.0361328125rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FX8xckq5pMEJ0M6TX4xQWefGS4GRXTtc { width:11.125rem;height:18.1875rem;top:6.1875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cAAZD9enTt7MPGNnATnZqCIU5qsIWtuT { width:10.125rem;height:7.7988125rem;top:13.0361328125rem;left:12.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uIrtTTbFTrZ5o1kvmmlmWEDr7aC3x1kw { width:2.75rem;height:2.75rem;top:7.875rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Di7OluDu0XJJ2HpMBCFUhCa4ttUFrSTF { width:11.125rem;height:18.1875rem;top:6.1875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTP1ZvgEozfq7Wi1x4F338z8hwNoU24q { width:10.125rem;height:7.7988125rem;top:13.037109375rem;left:24.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMmTvUUTnrq7Ar3q1r49ZXqEoyMKhdC0 { width:3rem;height:3rem;top:7.75rem;left:28.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qm9unTbyc1FzKwXNn2WAshpTBg16TX3E { width:11.125rem;height:18.1875rem;top:6.1875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OUkqdP41cbryJUZhyEogIQMbAgDUC2Lw { width:10.125rem;height:7.7988125rem;top:13.037109375rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqOtlJ7Hgn14tzzauQhTpqvDbXO7VlUL { width:3rem;height:3rem;top:7.75rem;left:40.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZpWUC97tFyOkTJ0Mn4k6vpK3IF59BzXP { width:47.75rem;height:2.5996125rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SyTFIylNBHEJ4yDiTCGteDwIerssNByA { display:block; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container { width:47.75rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vzgo2xaG7dtR9kQEHhMUy9QkiQDlXpNM { width:5.0625rem;height:4.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skeZGz7xp1JbqpMQaRnLR9vGmnTydVI1 { width:2.375rem;height:2.5996125rem;top:3.32421875rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VR0hpeQiJ6C1ioACrvPicwZJhQ14QTFR { width:42.0625rem;height:4.75rem;top:2.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAplya111m3Hg4EAmCBOXzLLiCcPtphM { width:33rem;height:1.625rem;top:3.8125rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { width:47.75rem;height:19.3125rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { width:41.1875rem;height:4.19824375rem;top:8.3125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KaTqzeP0x60pO0iFDolCLABIV53aSiJD { width:43.4375rem;height:11.670875rem;top:14rem;left:2.1875rem;font-size:1rem;display:block; }#KaTqzeP0x60pO0iFDolCLABIV53aSiJD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 1199px) { #GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa { display:block; }#GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ISQlPBV44azm9aMBWRtx41zynCuTSDA6 { width:5.0625rem;height:4.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tzbBUoytIykzT8VvSTa70dT3T8edmoEO { width:2.375rem;height:2.5996125rem;top:3.32421875rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MSeZIpqcXQ5TSqNK9ETnJJO85zXk0962 { width:42.0625rem;height:4.75rem;top:2.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xnA9xPVZzib7Vmvrx8kTJ8Hp6ArZTTzn { width:33rem;height:1.625rem;top:3.8125rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GK5ffwgqQsX1ewZIA3ZLZAhNfu9ohG70 { width:47.75rem;height:16.875rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ANhNBdbhnBSTdygJuWvOPZaDsvb2HMTp { width:41.1875rem;height:2.798825rem;top:9.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xlHklF0Pgr6GtEmhwK8FyuGJiGPtqXam { width:43.4375rem;height:8.8720625rem;top:13.5625rem;left:2.15625rem;font-size:1rem;display:block; }#xlHklF0Pgr6GtEmhwK8FyuGJiGPtqXam li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 1199px) { #yfn0xWHT8vldzVm0T184t7ZVKiU0skUa { display:block; }#yfn0xWHT8vldzVm0T184t7ZVKiU0skUa > .row .container { width:47.75rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vxOODpX6IBkaKW6naJnT4rHbuGet6UW0 { width:5.0625rem;height:4.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GsSZedQLkrEndwLTdcmAKsk4iMbin7em { width:2.375rem;height:2.5996125rem;top:3.32421875rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGleSsr48LJpU6tHUHWo3P8aexQyooRT { width:42.0625rem;height:4.75rem;top:2.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zIgdRN13vgBQPtmVEnV6Dc0RK9qOiCEQ { width:33rem;height:1.625rem;top:3.8125rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MzSy1OxywEzTbTgnXLSEWB9LnXeErSVe { width:47.75rem;height:19.875rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2x6HNn49GQlCaUGKgx29N1zE7QeTvRO { width:41.1875rem;height:4.19824375rem;top:9.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mh9N9qy7Pl0XI4hV7QvlOXLm5q0xtgpl { width:43.4375rem;height:10.2715rem;top:14.4375rem;left:2.15625rem;font-size:1rem;display:block; }#mh9N9qy7Pl0XI4hV7QvlOXLm5q0xtgpl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 1199px) { #hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT { display:block; }#hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT > .row .container { width:47.75rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TneyLp8SKS0IRwWg2F4MK6FUwVMdwPMN { width:5.0625rem;height:4.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RWGRaQJHqCRlzgJodhbf5MTsWWos5Xx3 { width:2.375rem;height:2.5996125rem;top:3.32421875rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vL60wLaUPuGt31kU9QkGxE1NwMWRZvGp { width:42.0625rem;height:4.75rem;top:2.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ztNqTA9KN0lLc1au24CTUxt5GzSE1MTE { width:40.125rem;height:1.625rem;top:3.8125rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eqTrbd0tOudDqTawHdPg7mcOm63I7vIq { width:47.75rem;height:16.5625rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHz37bV6TTlOV9A64M77QXTW3dnAlAoG { width:41.1875rem;height:4.19824375rem;top:9.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mef654DcMIlbZ4i8B6hEdPdGZ1y1C4a2 { width:43.4375rem;height:7.472625rem;top:14.4375rem;left:2.15625rem;font-size:1rem;display:block; }#Mef654DcMIlbZ4i8B6hEdPdGZ1y1C4a2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 1199px) { #Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc { display:block; }#Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A4RATHAq6B2hhr7Ck4cobl62N1Jzi7JQ { width:5.0625rem;height:4.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wUggJZ4vUbSWU3K0CvdfHrMBHNDS3kBR { width:2.375rem;height:2.5996125rem;top:3.32421875rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lRvJa3bTeq57CRQmr9BWt2wn5H1UFsDX { width:42.0625rem;height:4.75rem;top:2.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yeZmkmI8DK4TtoicaBC3WzQZZWkBAIcP { width:40.125rem;height:1.625rem;top:3.8125rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nT7ndCKHIASVh9xipQq4PRrpGE2fRhGw { width:47.75rem;height:18.5rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAqV1TT3iqUeAELkrGuHbaUvLmpJOW7N { width:41.1875rem;height:4.19824375rem;top:9.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CHl1E9Cf6dKJBdDnnoHv9clWUosT15fm { width:43.4375rem;height:10.2715rem;top:14.4375rem;left:2.15625rem;font-size:1rem;display:block; }#CHl1E9Cf6dKJBdDnnoHv9clWUosT15fm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 1199px) { #UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec { display:block; }#UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VU9WefonBUo7XNC0btfiUkpDiCX5Ms6M { width:5.0625rem;height:4.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mgUBQxegAXdm6SoFRTuer1e6hpIvU9vc { width:2.375rem;height:2.5996125rem;top:3.32421875rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N2SR3IwLTTdauAQnI2LD6HQKwkpimIgi { width:42.0625rem;height:4.75rem;top:2.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iZwhUuACVPARk50wQRbLbmtuJAlEUB8O { width:40.125rem;height:1.625rem;top:3.8125rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTvDfPTFesTy1RLJRvJJtE9bVWGoBZHz { width:47.75rem;height:18.5rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkQXxMQpCNwCffR5MDbMIsTmZnuJeQ0a { width:41.1875rem;height:4.19824375rem;top:9.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fks41xA5wpIhnwKe0ORtxDHQVRBycEiS { width:43.4375rem;height:10.2715rem;top:14.4375rem;left:2.15625rem;font-size:1rem;display:block; }#Fks41xA5wpIhnwKe0ORtxDHQVRBycEiS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 1199px) { #MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ { display:block; }#MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AqnBLq0Ly74J6yNw1RVVk4irt5gkZFsh { width:5.0625rem;height:4.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nhTRg2Hq3kwTHCCv79PsWttduZrT0kAh { width:2.375rem;height:2.5996125rem;top:3.32421875rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XIeEfr0c1t1XJEkBvgao8COp2Hp9FzmQ { width:42.0625rem;height:4.75rem;top:2.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1Zrwb0RUUgm2HUR1WvcREcgWbJMtT4H { width:40.125rem;height:1.625rem;top:3.8125rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NJBMccyzUX9ANUwDy20Haw2lfFTFs72v { width:47.75rem;height:14.5rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FyC7AXeP2pXFp7NEihihhSRMvtAsGGH1 { width:41.1875rem;height:2.798825rem;top:9.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iIWDU9Su1XufqBuFcJ2OkGxiJwbuI1c0 { width:43.4375rem;height:7.472625rem;top:13.1875rem;left:2.15625rem;font-size:1rem;display:block; }#iIWDU9Su1XufqBuFcJ2OkGxiJwbuI1c0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 1199px) { #qcgxP1ovNX18go6ddFErRecHgRVgCPqz { width:27rem;height:3.25rem;top:3rem;left:14.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { display:block; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container { width:47.75rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #di8HbeKoHDyQhEsiXdKBNqFZr3b73Zs1 { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fbxtpIuJWsNJSFtMmQChsxfTiNxkKoOp { width:18.25rem;height:3.3125rem;top:1.53125rem;left:14.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WHDL3C457kstd7gPErJFdK86NtOB3wAZ { display:block; }
 }@media only screen and (max-width: 1199px) { #UEN5MacxvTQ6wnCotF8R36crwLLwng6y { display:block; }#UEN5MacxvTQ6wnCotF8R36crwLLwng6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HkAtw1lXZKpiB2stEe2lkEMLoBlVX8fe { width:13.3125rem;height:4.8125rem;top:0.9375rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eUUuQVx9cff4kZeRgNwyqzIzFray2bLb { width:14.75rem;height:2.3125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:47.75rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:38.875rem;height:28.75rem;top:9.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:42.3125rem;height:45.875rem;top:6.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iaAx7E2drEmsnOqRT5HEP1c9OciVJzuW { width:36.3125rem;height:3.736325rem;top:1.375rem;left:5.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:47.75rem;height:5.847675rem;top:5.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lDubbqahnw6iFF5KF7tv5uWUTFFQd6CA { width:2.5rem;height:2.5rem;top:1.9375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HwoTUorxTIO3VnpmwiPhZlBQeWMioDLF { width:2.5rem;height:2.5rem;top:1.9375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WPwbnVRMrcKoDJnBKNfAFTAzcB2V4Exf { width:2.5rem;height:2.5rem;top:1.9375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kmUZ3Ecn6XnRQPXDg1BxHUHTlSdib2m5 { width:2.5rem;height:2.5rem;top:1.9375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:14.75rem;height:2.3125rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyeJ9aL2nblbFtyrlTzlrIOZSvk4XUiO { width:13.3125rem;height:4.8125rem;top:4.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:18.999rem;height:3.75rem;top:52.77635rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block; }
 }@media only screen and (max-width: 763px) { #KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { width:0.9375rem;height:0.9375rem;top:37.1650375rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc { display:flex;width:18rem;height:5.0625rem;top:44.9951rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #uZn9wwGhcCLCykFrCxa1wtSEcJot9mvf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #lWp3OtVV8JHx5g8CLkXTF3B0cTONQK5b {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #TaJGkgMy7QpiDSBaQQkPhBzVpLPlX8ge {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #hFEoL6SqDIq9ZcEs0yeuIQBMOEOyE4B5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #gao1RdmRwkhAsPiH958zB1ExRQuUnTE0 {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #DZXIzUE1bmvZaTG2Rgrh4yegr6PZXStS {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wrPCEFtLmbZlBJu2SMoQLgmuAS6HOdT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #e4LU18uFDW2HTQU70DpbzvIKLCChQlJo {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #C6iN0CRT7iMIbTddRpAnywN0O5nxPguh {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #fc1Ey7Xr5TZ6iaWdIMbkDSWnrBtNtoMs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #HehyDTfRetTARF5TOKPCXhoZxJltOTzl {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wMleT4O2TFzTbgsnWImQy9ysAuXsQoKm {  }
 }@media only screen and (max-width: 763px) { #H9K5xaUbOqeQRhKuVei4OWK62cNttwuC { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SH2EFdmfPrzeWeZDQdpmrHLT9S23TCXr { width:20rem;height:2.5996125rem;top:5.0996125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VfpChwn3JSn91IXnofbeu8HQsZfTJTXp { width:20rem;height:18.1924125rem;top:8.949225rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Omg2HpyrtWAMNNHNt4VLHy18TAiagLvl { width:20rem;height:13.875rem;top:29.7900375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adTsoLJWAplUh8JQOccP143uBpz9KfKl { display:block; }#adTsoLJWAplUh8JQOccP143uBpz9KfKl > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MylsGDPoPy8TuxE8qiQqi5rwGnpyt0BB { width:17.5625rem;height:15.1875rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcawTTZ3LCW1Ea1mc723fHRKBX1lTmHT { width:3rem;height:3rem;top:3.3759765625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DugXE3rT5TnBf3ydvgGQ4L8s4b44vWaC { width:15.125rem;height:5.19921875rem;top:8.537109375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX8xckq5pMEJ0M6TX4xQWefGS4GRXTtc { width:17.5625rem;height:15.1875rem;top:17.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAAZD9enTt7MPGNnATnZqCIU5qsIWtuT { width:16rem;height:3.8994125rem;top:25.0361328125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIrtTTbFTrZ5o1kvmmlmWEDr7aC3x1kw { width:2.75rem;height:2.75rem;top:20.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7OluDu0XJJ2HpMBCFUhCa4ttUFrSTF { width:17.5625rem;height:15.1875rem;top:34.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTP1ZvgEozfq7Wi1x4F338z8hwNoU24q { width:14rem;height:5.19921875rem;top:41.724609375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMmTvUUTnrq7Ar3q1r49ZXqEoyMKhdC0 { width:3rem;height:3rem;top:37.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm9unTbyc1FzKwXNn2WAshpTBg16TX3E { width:17.5625rem;height:15.1875rem;top:50.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUkqdP41cbryJUZhyEogIQMbAgDUC2Lw { width:14rem;height:5.19921875rem;top:57.849609375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqOtlJ7Hgn14tzzauQhTpqvDbXO7VlUL { width:3rem;height:3rem;top:53.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpWUC97tFyOkTJ0Mn4k6vpK3IF59BzXP { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyTFIylNBHEJ4yDiTCGteDwIerssNByA { display:block; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vzgo2xaG7dtR9kQEHhMUy9QkiQDlXpNM { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skeZGz7xp1JbqpMQaRnLR9vGmnTydVI1 { width:2.375rem;height:2.2744125rem;top:1.80078125rem;left:1.34375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR0hpeQiJ6C1ioACrvPicwZJhQ14QTFR { width:20rem;height:5.6875rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAplya111m3Hg4EAmCBOXzLLiCcPtphM { width:18.9375rem;height:3.25rem;top:7.1875rem;left:0.53125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { width:20rem;height:39.8125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { width:17.5625rem;height:9.795875rem;top:12.3447265625rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaTqzeP0x60pO0iFDolCLABIV53aSiJD { width:17.8125rem;height:27.0644375rem;top:22.6435546875rem;left:1.09375rem;font-size:1rem;display:block; }#KaTqzeP0x60pO0iFDolCLABIV53aSiJD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 763px) { #GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa { display:block; }#GTxwuhoIO3TkkgTXpw7RibGxQ2IFWNHa > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISQlPBV44azm9aMBWRtx41zynCuTSDA6 { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzbBUoytIykzT8VvSTa70dT3T8edmoEO { width:2.375rem;height:2.2744125rem;top:1.80078125rem;left:1.34375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSeZIpqcXQ5TSqNK9ETnJJO85zXk0962 { width:20rem;height:5.9375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnA9xPVZzib7Vmvrx8kTJ8Hp6ArZTTzn { width:18.9375rem;height:3.25rem;top:7.34375rem;left:0.53125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GK5ffwgqQsX1ewZIA3ZLZAhNfu9ohG70 { width:20rem;height:30.75rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANhNBdbhnBSTdygJuWvOPZaDsvb2HMTp { width:17.5625rem;height:6.9970625rem;top:13.5322265625rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlHklF0Pgr6GtEmhwK8FyuGJiGPtqXam { width:17.8125rem;height:18.668rem;top:22.4560546875rem;left:1.09375rem;font-size:1rem;display:block; }#xlHklF0Pgr6GtEmhwK8FyuGJiGPtqXam li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 763px) { #yfn0xWHT8vldzVm0T184t7ZVKiU0skUa { display:block; }#yfn0xWHT8vldzVm0T184t7ZVKiU0skUa > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxOODpX6IBkaKW6naJnT4rHbuGet6UW0 { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsSZedQLkrEndwLTdcmAKsk4iMbin7em { width:2.375rem;height:2.2744125rem;top:1.80078125rem;left:1.34375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGleSsr48LJpU6tHUHWo3P8aexQyooRT { width:20rem;height:7.125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIgdRN13vgBQPtmVEnV6Dc0RK9qOiCEQ { width:18.9375rem;height:3.25rem;top:7.34375rem;left:0.53125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MzSy1OxywEzTbTgnXLSEWB9LnXeErSVe { width:20rem;height:35.375rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2x6HNn49GQlCaUGKgx29N1zE7QeTvRO { width:17.5625rem;height:9.795875rem;top:15.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh9N9qy7Pl0XI4hV7QvlOXLm5q0xtgpl { width:17.8125rem;height:20.067375rem;top:26.5625rem;left:1.09375rem;font-size:1rem;display:block; }#mh9N9qy7Pl0XI4hV7QvlOXLm5q0xtgpl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 763px) { #hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT { display:block; }#hlSgm7l1gX8oBwnzW32FxRfxsaqSfiQT > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TneyLp8SKS0IRwWg2F4MK6FUwVMdwPMN { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWGRaQJHqCRlzgJodhbf5MTsWWos5Xx3 { width:2.375rem;height:2.2744125rem;top:1.80078125rem;left:1.34375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL60wLaUPuGt31kU9QkGxE1NwMWRZvGp { width:20rem;height:7.125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztNqTA9KN0lLc1au24CTUxt5GzSE1MTE { width:18.9375rem;height:4.875rem;top:7.34375rem;left:0.53125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eqTrbd0tOudDqTawHdPg7mcOm63I7vIq { width:20rem;height:28.625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHz37bV6TTlOV9A64M77QXTW3dnAlAoG { width:17.5625rem;height:8.3965rem;top:15.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mef654DcMIlbZ4i8B6hEdPdGZ1y1C4a2 { width:17.8125rem;height:14.46975rem;top:25.3125rem;left:1.09375rem;font-size:1rem;display:block; }#Mef654DcMIlbZ4i8B6hEdPdGZ1y1C4a2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 763px) { #Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc { display:block; }#Tp9qaasbNSpCx1mR9yuwTrpWsTlCaGrc > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4RATHAq6B2hhr7Ck4cobl62N1Jzi7JQ { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUggJZ4vUbSWU3K0CvdfHrMBHNDS3kBR { width:2.375rem;height:2.2744125rem;top:1.80078125rem;left:1.34375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRvJa3bTeq57CRQmr9BWt2wn5H1UFsDX { width:20rem;height:7.125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeZmkmI8DK4TtoicaBC3WzQZZWkBAIcP { width:18.9375rem;height:4.875rem;top:7.34375rem;left:0.53125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nT7ndCKHIASVh9xipQq4PRrpGE2fRhGw { width:20rem;height:35.75rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAqV1TT3iqUeAELkrGuHbaUvLmpJOW7N { width:17.5625rem;height:9.795875rem;top:14.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHl1E9Cf6dKJBdDnnoHv9clWUosT15fm { width:17.8125rem;height:22.8661875rem;top:25.3125rem;left:1.09375rem;font-size:1rem;display:block; }#CHl1E9Cf6dKJBdDnnoHv9clWUosT15fm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 763px) { #UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec { display:block; }#UswVrq2JIWDcZvGKz1g6MTtxHxqVlOec > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VU9WefonBUo7XNC0btfiUkpDiCX5Ms6M { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgUBQxegAXdm6SoFRTuer1e6hpIvU9vc { width:2.375rem;height:2.2744125rem;top:1.80078125rem;left:1.34375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2SR3IwLTTdauAQnI2LD6HQKwkpimIgi { width:20rem;height:5.625rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZwhUuACVPARk50wQRbLbmtuJAlEUB8O { width:18.9375rem;height:1.625rem;top:7.34375rem;left:0.53125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTvDfPTFesTy1RLJRvJJtE9bVWGoBZHz { width:20rem;height:35.75rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkQXxMQpCNwCffR5MDbMIsTmZnuJeQ0a { width:17.5625rem;height:8.3965rem;top:13.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fks41xA5wpIhnwKe0ORtxDHQVRBycEiS { width:17.8125rem;height:22.8661875rem;top:24.0625rem;left:1.09375rem;font-size:1rem;display:block; }#Fks41xA5wpIhnwKe0ORtxDHQVRBycEiS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 763px) { #MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ { display:block; }#MAk3LiuH88UN23bvTkrveeuDS9A0V1FZ > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqnBLq0Ly74J6yNw1RVVk4irt5gkZFsh { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhTRg2Hq3kwTHCCv79PsWttduZrT0kAh { width:2.375rem;height:2.2744125rem;top:1.80078125rem;left:1.34375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIeEfr0c1t1XJEkBvgao8COp2Hp9FzmQ { width:20rem;height:10.125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1Zrwb0RUUgm2HUR1WvcREcgWbJMtT4H { width:18.9375rem;height:1.625rem;top:7.34375rem;left:0.53125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NJBMccyzUX9ANUwDy20Haw2lfFTFs72v { width:20rem;height:26.625rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyC7AXeP2pXFp7NEihihhSRMvtAsGGH1 { width:17.5625rem;height:5.59765625rem;top:17.8125rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWDU9Su1XufqBuFcJ2OkGxiJwbuI1c0 { width:17.8125rem;height:15.869125rem;top:25.3125rem;left:1.09375rem;font-size:1rem;display:block; }#iIWDU9Su1XufqBuFcJ2OkGxiJwbuI1c0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/67e9499b-40cd-4633-9c53-7b3ce6e1537c/lisc11.png); }
 }@media only screen and (max-width: 763px) { #qcgxP1ovNX18go6ddFErRecHgRVgCPqz { width:11.6875rem;height:8.125rem;top:6.75rem;left:8.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { display:block; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di8HbeKoHDyQhEsiXdKBNqFZr3b73Zs1 { width:1.6875rem;height:1.6875rem;top:2.9375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbxtpIuJWsNJSFtMmQChsxfTiNxkKoOp { width:17.686625rem;height:4.375rem;top:1.125rem;left:1.1566841006279rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHDL3C457kstd7gPErJFdK86NtOB3wAZ { display:block; }
 }@media only screen and (max-width: 763px) { #UEN5MacxvTQ6wnCotF8R36crwLLwng6y { display:block; }#UEN5MacxvTQ6wnCotF8R36crwLLwng6y > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkAtw1lXZKpiB2stEe2lkEMLoBlVX8fe { width:13.3125rem;height:4.8125rem;top:4.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUUuQVx9cff4kZeRgNwyqzIzFray2bLb { width:14.75rem;height:2.3125rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:18.75rem;height:38.125rem;top:11.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:20rem;height:55.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaAx7E2drEmsnOqRT5HEP1c9OciVJzuW { width:20rem;height:3.736325rem;top:0.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:20rem;height:10.72070625rem;top:4.4835052490234rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDubbqahnw6iFF5KF7tv5uWUTFFQd6CA { width:2.5rem;height:2.5rem;top:16.4540859375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwoTUorxTIO3VnpmwiPhZlBQeWMioDLF { width:2.5rem;height:2.5rem;top:20.2040859375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPwbnVRMrcKoDJnBKNfAFTAzcB2V4Exf { width:2.5rem;height:2.5rem;top:23.9540859375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmUZ3Ecn6XnRQPXDg1BxHUHTlSdib2m5 { width:2.5rem;height:2.5rem;top:27.7040859375rem;left:8.75rem;display:block; }
 }