.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:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:255,252,245;--color-secondary-1:255,246,220;--color-secondary-2:255,237,185;--color-secondary-3:128,119,93;--color-secondary-4:38,36,28;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3ACQeC6UkSGutU9735VTFK553ViBBNq { position:relative;display:block; }#x3ACQeC6UkSGutU9735VTFK553ViBBNq { background-color: transparent; background-image: none; }#x3ACQeC6UkSGutU9735VTFK553ViBBNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3ACQeC6UkSGutU9735VTFK553ViBBNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3ACQeC6UkSGutU9735VTFK553ViBBNq > .row .container > .video-iframe-container { display: none; }#x3ACQeC6UkSGutU9735VTFK553ViBBNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3ACQeC6UkSGutU9735VTFK553ViBBNq > .row > .video-iframe-container { display: none; }#x3ACQeC6UkSGutU9735VTFK553ViBBNq > .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); }#x3ACQeC6UkSGutU9735VTFK553ViBBNq { border-width: 0; border-radius: 0; }#x3ACQeC6UkSGutU9735VTFK553ViBBNq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x3ACQeC6UkSGutU9735VTFK553ViBBNq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Om4L1ZJKfhJeZns3OicsrsGx35ii7Kro { 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.9375rem;width:23.3125rem;top:1.46875rem;left:1.9375rem;overflow:hidden;display:block; }
#wmQTnKTcl2EaGKN8pqgcU71EGtbvQ4Nb { z-index:15001;top:1rem;left:35.9375rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#H98vS5wGEnTBzGVkJieMX53VGNT0W1dF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/4DaADabm/header2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq.adaptive-delivery-prevent-bg, #LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq.lazyload, #LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq.lazyloading { background-image: none; }#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq > .row .container { background-color: transparent; background-image: none; }#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq > .row .container > .video-iframe-container { display: none; }#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq > .row > .video-iframe-container { display: none; }#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq > .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); }#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq > .row .container { border-width: 0; border-radius: 0; }#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:39.3125rem;width:60rem;position:relative;display:block; }#IhKFdiZxNDyuRG4D9TwbxmQT4P6zSOZO { color:#fdf85b;display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.59375rem;left:3.71875rem;height:8.44924375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cUx6ZPkhKnUhdthC9O4Gh30yFQSQKSGw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:14.6875rem;top:13.875rem;left:23.880859375rem;overflow:hidden;display:block; }
#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aTkz4OW1/zs_top.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT.adaptive-delivery-prevent-bg, #uNvTpyBL3sd289tsTSerA9nPyVnOl7mT.lazyload, #uNvTpyBL3sd289tsTSerA9nPyVnOl7mT.lazyloading { background-image: none; }#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT > .row .container { background-color: transparent; background-image: none; }#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT > .row .container > .video-iframe-container { display: none; }#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT > .row > .video-iframe-container { display: none; }#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT > .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); }#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT > .row .container { border-width: 0; border-radius: 0; }#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#VPJ6VSiBrtc1Ec0RRmfsdgOT1hqRzrrF { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:27.75rem;width:56.25rem;top:4.3125rem;left:0.63124847412112rem;display:block; }
#a2yqTmndA6A4fhQqMQ5b9RbJk0oStUqu { color:rgba(var(--color-primary-2),1);display:block;width:46.875rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:7rem;left:6.5625rem;height:8.599625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EnVJJOk7Jm8yaXPZHngHTkyfAlHWF7PQ { z-index:15013;top:24.1875rem;left:15.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t5AKVITRaAiNTOWGnJH4BSg6RhnvzFDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q4co72NEONIQb3M3QFOsFKlTWydiy1gO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:18.78125rem;left:46.09375rem;overflow:hidden;display:block; }
#GTDvt40DexM3Cr08o36P1r3bE3q6oBOw { 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; }#GTDvt40DexM3Cr08o36P1r3bE3q6oBOw > .row .container { background-color: transparent; background-image: none; }#GTDvt40DexM3Cr08o36P1r3bE3q6oBOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTDvt40DexM3Cr08o36P1r3bE3q6oBOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTDvt40DexM3Cr08o36P1r3bE3q6oBOw > .row .container > .video-iframe-container { display: none; }#GTDvt40DexM3Cr08o36P1r3bE3q6oBOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTDvt40DexM3Cr08o36P1r3bE3q6oBOw > .row > .video-iframe-container { display: none; }#GTDvt40DexM3Cr08o36P1r3bE3q6oBOw > .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); }#GTDvt40DexM3Cr08o36P1r3bE3q6oBOw > .row .container { border-width: 0; border-radius: 0; }#GTDvt40DexM3Cr08o36P1r3bE3q6oBOw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTDvt40DexM3Cr08o36P1r3bE3q6oBOw > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#bTxomdLumoQAWe8hSZ0GLTRndmLtiWsN { 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:19.875rem;width:17.0625rem;top:3.5625rem;left:1.9554447303968rem;overflow:hidden;display:block; }
#TWQHxmF0LBiMTBTxJDR9zGxS8SSuxOzv { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-2),0.5) ;height:22.75rem;width:57.6875rem;top:1.40625rem;left:1.15625rem;display:block; }
#S4nCyXXNDgPE6H2XehaCESet3F1u63MK { display:block;width:31.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:3.5rem;left:21.9375rem;height:3.19921875rem;font-style:normal;color:#000e38;display:block; }
#DSMkx0IADfAcR3aJpmweIoDPMvByme6S { z-index:15012;top:19.03125rem;left:21.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OGAnhOxkxC8z5fm9xD123f0Fbiyv3X4i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ub38KSBeUmRCt4QTzKTZbg7FrTHHEmMG { display:block;width:31.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:7.4375rem;left:21.9375rem;height:10.535125rem;font-style:normal;color:#000e38;display:block; }#ub38KSBeUmRCt4QTzKTZbg7FrTHHEmMG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ub38KSBeUmRCt4QTzKTZbg7FrTHHEmMG li:before{  }
#XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz { 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; }#XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz > .row .container { background-color: transparent; background-image: none; }#XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz > .row .container > .video-iframe-container { display: none; }#XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz > .row > .video-iframe-container { display: none; }#XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz > .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); }#XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz > .row .container { border-width: 0; border-radius: 0; }#XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#tcaz8Q1sRzsGoGRJFDtS9ifghBRT5JP3 { display:block;width:31.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:3.625rem;left:14.1875rem;height:2rem;font-style:normal;color:#000e38;text-align:center;text-align-last:center;display:block; }
#g6gH6V3t6ndV4TNrz7K1IhBytVqU9mw2 { z-index:15012;top:29.5rem;left:19.0625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dLuTpqCy0hI64R5OESgT5BD4x8f2Zyeh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQDTrChB1XJaMGJOTrk779Tpt9w8qEBZ { display:block;width:18.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:7.875rem;left:6.8125rem;height:13.07225rem;font-style:normal;color:#000e38;display:block; }#OQDTrChB1XJaMGJOTrk779Tpt9w8qEBZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OQDTrChB1XJaMGJOTrk779Tpt9w8qEBZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/565F4dac/stick.png); }
#QJwTzuJdFzlbD2dUzl0WwPQ5BzlMUmMo { display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:7.875rem;left:34.875rem;height:13.07225rem;font-style:normal;color:#000e38;display:block; }#QJwTzuJdFzlbD2dUzl0WwPQ5BzlMUmMo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QJwTzuJdFzlbD2dUzl0WwPQ5BzlMUmMo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/565F4dac/stick.png); }
#famwTfvsNqHuCx1syaCDF9oLv1XFE9dR { display:block;width:46.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:24.1875rem;left:6.5625rem;height:4.798825rem;font-style:normal;color:#000e38;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; }
#TI04UHuCSE1C0THqKBxG2Q6WAa2hRogo { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-2),0.5) ;height:33rem;width:57.6875rem;top:2.0625rem;left:1.1875rem;display:block; }
#yvpree5t8h52DHmZUu5VvVSwsGKi8HVV { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-2),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-2),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:10.875rem;width:52.6875rem;top:22.625rem;left:3.59375rem;display:block; }
#LwdpT0mlwMmONPRQTDipOR9IsK498Q8N { position:relative;display:block; }#LwdpT0mlwMmONPRQTDipOR9IsK498Q8N { background-color: transparent; background-image: none; }#LwdpT0mlwMmONPRQTDipOR9IsK498Q8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwdpT0mlwMmONPRQTDipOR9IsK498Q8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwdpT0mlwMmONPRQTDipOR9IsK498Q8N > .row .container > .video-iframe-container { display: none; }#LwdpT0mlwMmONPRQTDipOR9IsK498Q8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwdpT0mlwMmONPRQTDipOR9IsK498Q8N > .row > .video-iframe-container { display: none; }#LwdpT0mlwMmONPRQTDipOR9IsK498Q8N > .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); }#LwdpT0mlwMmONPRQTDipOR9IsK498Q8N { border-width: 0; border-radius: 0; }#LwdpT0mlwMmONPRQTDipOR9IsK498Q8N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwdpT0mlwMmONPRQTDipOR9IsK498Q8N > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ww2P9vZKS3GslaElTidXSn8v1grMvgB9 { display:block;width:58rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:2.0625rem;left:1rem;height:5.0625rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;display:block; }
#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/x2lmd4ug/sad1.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO.adaptive-delivery-prevent-bg, #J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO.lazyload, #J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO.lazyloading { background-image: none; }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO > .row .container { background-color: transparent; background-image: none; }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.8); }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO > .row .container > .video-iframe-container { display: none; }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.8); }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO > .row > .video-iframe-container { display: none; }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO > .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); }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO > .row .container { border-width: 0; border-radius: 0; }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#kokqDTOLztlaKGcVsS2DqMUeWvE1i2SQ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.5625rem;top:3.5rem;left:2.625rem;overflow:hidden;display:block; }
#Bsev2SgUWaoMkyEy1H1sIZSO57ySxwTe { display:block;width:47rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:3.1875rem;left:5.125rem;height:1.79980625rem;font-style:normal;color:#000e38;display:block; }
#duW21sC3eOnQfXqKatHgwSEWvF1sVeFl { display:block;width:41.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:5.5rem;left:2.625rem;height:;font-style:normal;color:#000e38;display:block; }#duW21sC3eOnQfXqKatHgwSEWvF1sVeFl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#duW21sC3eOnQfXqKatHgwSEWvF1sVeFl li:before{  }
#IBzMTxB2ehnVLBlAKhxM20A6n6w0eqEh { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-2),0.5) ;height:26.9375rem;width:59.125rem;top:0.78125rem;left:0.4375rem;display:block; }
#hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK { position:relative;display:block; }#hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK { background-color: transparent; background-image: none; }#hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK > .row .container > .video-iframe-container { display: none; }#hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK > .row > .video-iframe-container { display: none; }#hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK > .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); }#hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK { border-width: 0; border-radius: 0; }#hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rKfnVNP9ZSpmb4vx1MDI5XgLpvapOBTi { position:absolute;display:block;z-index:15007;background-color:#dadada;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:55rem;top:1.125rem;left:2.5rem;display:block; }
#f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v { 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; }#f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v > .row .container { background-color: transparent; background-image: none; }#f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v > .row .container > .video-iframe-container { display: none; }#f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v > .row > .video-iframe-container { display: none; }#f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v > .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); }#f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v > .row .container { border-width: 0; border-radius: 0; }#f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#iMvG0tqDA5VD0F5si4sfphVQEqplSbOd { display:block;width:53.0625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:1.46875rem;left:3.46875rem;height:4.5rem;font-style:normal;color:#000e38;text-align:center;text-align-last:center;display:block; }
#DT1So3leHdmtTWqEoRpIGwUcOSlv8E9W { display:block;width:53.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:6.5250015258787rem;left:3.46875rem;height:1.6875rem;font-style:normal;color:#000e38;text-align:left;text-align-last:left;display:block; }
#OMWNPyOrqobm1WU2NrXHkyURryTRWpZW { 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; }#OMWNPyOrqobm1WU2NrXHkyURryTRWpZW > .row .container { background-color: transparent; background-image: none; }#OMWNPyOrqobm1WU2NrXHkyURryTRWpZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMWNPyOrqobm1WU2NrXHkyURryTRWpZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMWNPyOrqobm1WU2NrXHkyURryTRWpZW > .row .container > .video-iframe-container { display: none; }#OMWNPyOrqobm1WU2NrXHkyURryTRWpZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMWNPyOrqobm1WU2NrXHkyURryTRWpZW > .row > .video-iframe-container { display: none; }#OMWNPyOrqobm1WU2NrXHkyURryTRWpZW > .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); }#OMWNPyOrqobm1WU2NrXHkyURryTRWpZW > .row .container { border-width: 0; border-radius: 0; }#OMWNPyOrqobm1WU2NrXHkyURryTRWpZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OMWNPyOrqobm1WU2NrXHkyURryTRWpZW > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#OFXfJschMKEnBKsrQHdSkHMeCAR9TEDc { z-index:15014;top:1.59375rem;left:12.53125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.9375rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K81Ju4lsKA4uNcECwI2XQUziBtslT2iy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9e9;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; }#F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW > .row .container { background-color: transparent; background-image: none; }#F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW > .row .container > .video-iframe-container { display: none; }#F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW > .row > .video-iframe-container { display: none; }#F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW > .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); }#F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW > .row .container { border-width: 0; border-radius: 0; }#F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#fg71mdbQ52KoDDK8RHfAOBeRwRamkNVu { 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:7.5rem;width:8.125rem;top:0rem;left:5.9375rem;overflow:hidden;display:block; }
#MzRWQXlM7lgaFiuuToRJX9FMn18DcMQ0 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#zp3HiaTwuePt20yhqmb7iKTIsyysWVVW { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#WQniFJGLnwwIF11AyGwL1dN4EAzzknrl { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:11.8125rem;left:3.0625rem;height:8.3965rem;text-align:center;text-align-last:center;display:block; }
#geJgPfdS7Hmd26fAUtlyovNIaSyP5JSz { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.375rem;left:23.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#aMBIkELgiyLHlsHX5pzIXq6FvLnoiXTe { 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:7.5rem;width:8.125rem;top:0rem;left:25.9375rem;overflow:hidden;display:block; }
#foSNU8I69GKSFXEdGAE5iz38N2Z8SZd9 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ReVbyMn6pE023hRAVNbQ5htClmc45bq8 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:11.8125rem;left:23.75rem;height:9.795875rem;text-align:center;text-align-last:center;display:block; }
#PkFGInODSJgKVwyTuu8S53kdwdIlu59v { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:11.8125rem;left:42.25rem;height:4.19824375rem;text-align:center;text-align-last:center;display:block; }
#lnCTqeJ8Tm4NuWsIyrXwyUtNqJhgtaIE { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.375rem;left:43.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#S77M6baUi0AZ8KHQzeXJtidPvVyvQUzJ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:43.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BTwqS8BuIUQJn6h4rBT7vTuCmt9biFpb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:8.125rem;top:0rem;left:45.9375rem;overflow:hidden;display:block; }
#ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9e9;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; }#ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt > .row .container { background-color: transparent; background-image: none; }#ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt > .row .container > .video-iframe-container { display: none; }#ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt > .row > .video-iframe-container { display: none; }#ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt > .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); }#ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt > .row .container { border-width: 0; border-radius: 0; }#ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:block; }#pCPcdSmH1CuzHo4RTzNMmZPpA3TvkUxS { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:12.25rem;left:13.0625rem;height:5.59765625rem;text-align:center;text-align-last:center;display:block; }
#plBTxC0ewCViqzm4li4zMuZPGTEEcq23 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.75rem;left:13.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#SDxu138oppk7bhHNaJEHVBZpCrJfXG5a { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.9375rem;left:13.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NvCkhELA4ugtfCHcTb1XvtdudauTtmIz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:8.125rem;top:0rem;left:15.90625rem;overflow:hidden;display:block; }
#vyL4oVsiLc76JEJxWtKaZhlCssZeoQN5 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:12.25rem;left:33.75rem;height:4.19824375rem;text-align:center;text-align-last:center;display:block; }
#eC4aENuCdNTx1sZQ58iHORqLflWXVKyT { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.75rem;left:33.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#VmagvsSq5P5zBIok4JrBa1NfAa02oUrM { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.8125rem;left:33.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#rTHArrX6JKAl6d6AthValk4TIhVxwOCa { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:8.125rem;top:0rem;left:35.9375rem;overflow:hidden;display:block; }
#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/x2lmd4ug/sad1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET.adaptive-delivery-prevent-bg, #zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET.lazyload, #zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET.lazyloading { background-image: none; }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET > .row .container { background-color: transparent; background-image: none; }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET > .row .container > .video-iframe-container { display: none; }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET > .row > .video-iframe-container { display: none; }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET > .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); }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET > .row .container { border-width: 0; border-radius: 0; }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#D5UkyQbSZsk7Q05i2hR0DGVgMrFDsCXt { display:block;width:55.25rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:2.75rem;left:2.125rem;height:10.49805rem;font-style:normal;color:#000e38;text-align:center;text-align-last:center;display:block; }
#g7ToKLQ0q6gU0JDFr1KVtaMmGT0QcBI7 { position:absolute;display:block;z-index:15006;background-color:#e2e2e2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:55rem;top:1.125rem;left:1.4375rem;display:block; }
#TvBUmkqnlugdlWfkDbuTuXJH4lLBUB1r { z-index:15014;top:13.8125rem;left:16.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dI8LumDubnQ29tbF87n9UTUSP0DAsUCB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0AaXZVBnv94kRiRpsI2nWoFI97ZAPn4 { position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:55rem;top:19.5625rem;left:2.5rem;display:block; }
#LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 { 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; }#LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 > .row .container { background-color: transparent; background-image: none; }#LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 > .row .container > .video-iframe-container { display: none; }#LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 > .row > .video-iframe-container { display: none; }#LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 > .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); }#LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 > .row .container { border-width: 0; border-radius: 0; }#LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#LtgDnO2ARa6CfITN5JFoT5z88RTCGzmd { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-2),0.5) ;height:19.9375rem;width:51.25rem;top:2rem;left:4.375rem;display:block; }
#Ii1TnVfI5uUhB9qx9AZkttNBfz44W9FE { display:block;width:33.375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:4.875rem;left:21rem;height:4.94824375rem;font-style:normal;color:#000e38;display:block; }
#TnESnZ30VCtahASK3nGP4m48Kcq29smq { display:block;width:22.375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:10.875rem;left:21rem;height:4.3984375rem;font-style:normal;color:#000e38;text-align:left;text-align-last:left;display:block; }
#U6s2z3OnkcngPuLK9dUGmQagkFoVC0S6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:17.125rem;top:2.6875rem;left:4.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #x3ACQeC6UkSGutU9735VTFK553ViBBNq { display:block; }#x3ACQeC6UkSGutU9735VTFK553ViBBNq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Om4L1ZJKfhJeZns3OicsrsGx35ii7Kro { width:23.3125rem;height:2.9375rem;top:1.4375rem;left:0.62499998509884rem;display:block; }
 }@media only screen and (max-width: 959px) { #wmQTnKTcl2EaGKN8pqgcU71EGtbvQ4Nb { top:1.21875rem;left:32.656250759959rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #H98vS5wGEnTBzGVkJieMX53VGNT0W1dF { display:block; }
 }@media only screen and (max-width: 959px) { #LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq { display:block; }#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq > .row .container { width:47.75rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #IhKFdiZxNDyuRG4D9TwbxmQT4P6zSOZO { width:40.5625rem;height:8.25rem;top:5.01953125rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 959px) { #cUx6ZPkhKnUhdthC9O4Gh30yFQSQKSGw { width:12.3125rem;height:17.625rem;top:17.3125rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uNvTpyBL3sd289tsTSerA9nPyVnOl7mT { display:block; }#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT > .row .container { width:47.75rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VPJ6VSiBrtc1Ec0RRmfsdgOT1hqRzrrF { width:47.75rem;height:20.9375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #a2yqTmndA6A4fhQqMQ5b9RbJk0oStUqu { width:45.0625rem;height:6.375rem;top:6.80000009574rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #EnVJJOk7Jm8yaXPZHngHTkyfAlHWF7PQ { top:16.343749905005rem;left:12.093749806285rem;width:19.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #t5AKVITRaAiNTOWGnJH4BSg6RhnvzFDu { display:block; }
 }@media only screen and (max-width: 959px) { #q4co72NEONIQb3M3QFOsFKlTWydiy1gO { width:8.4375rem;height:8.4375rem;top:10.162500286475rem;left:36.724999234081rem;display:block; }
 }@media only screen and (max-width: 959px) { #GTDvt40DexM3Cr08o36P1r3bE3q6oBOw { display:block; }#GTDvt40DexM3Cr08o36P1r3bE3q6oBOw > .row .container { width:47.75rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bTxomdLumoQAWe8hSZ0GLTRndmLtiWsN { width:17.0625rem;height:19.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TWQHxmF0LBiMTBTxJDR9zGxS8SSuxOzv { width:47.75rem;height:27.9375rem;top:0.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #S4nCyXXNDgPE6H2XehaCESet3F1u63MK { width:27.5rem;height:4.6875rem;top:3.4375rem;left:17.625rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 959px) { #DSMkx0IADfAcR3aJpmweIoDPMvByme6S { top:22.375rem;left:16.375rem;width:19.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #OGAnhOxkxC8z5fm9xD123f0Fbiyv3X4i { display:block; }
 }@media only screen and (max-width: 959px) { #ub38KSBeUmRCt4QTzKTZbg7FrTHHEmMG { width:28.125rem;height:11.875rem;top:8.89999961853rem;left:17.3125rem;font-size:1rem;z-index:15012;display:block; }#ub38KSBeUmRCt4QTzKTZbg7FrTHHEmMG li:before{  }
 }@media only screen and (max-width: 959px) { #XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz { display:block; }#XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz > .row .container { width:47.75rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tcaz8Q1sRzsGoGRJFDtS9ifghBRT5JP3 { width:27.5rem;height:1.75rem;top:2.1874976158142rem;left:10.156249806285rem;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 959px) { #g6gH6V3t6ndV4TNrz7K1IhBytVqU9mw2 { top:28.906247615814rem;left:15.156249806285rem;width:19.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dLuTpqCy0hI64R5OESgT5BD4x8f2Zyeh { display:block; }
 }@media only screen and (max-width: 959px) { #OQDTrChB1XJaMGJOTrk779Tpt9w8qEBZ { width:14.5rem;height:15.9375rem;top:4.8968729972839rem;left:6.8125002831219rem;font-size:1rem;z-index:15012;display:block; }#OQDTrChB1XJaMGJOTrk779Tpt9w8qEBZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/565F4dac/stick.png); }
 }@media only screen and (max-width: 959px) { #QJwTzuJdFzlbD2dUzl0WwPQ5BzlMUmMo { width:15.25rem;height:14.375rem;top:4.8953108787537rem;left:26.375000759959rem;font-size:1rem;z-index:15012;display:block; }#QJwTzuJdFzlbD2dUzl0WwPQ5BzlMUmMo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/565F4dac/stick.png); }
 }@media only screen and (max-width: 959px) { #famwTfvsNqHuCx1syaCDF9oLv1XFE9dR { width:41.6875rem;height:4.6875rem;top:23.375rem;left:3.03125rem;font-size:1rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #TI04UHuCSE1C0THqKBxG2Q6WAa2hRogo { width:47.75rem;height:34.3125rem;top:0.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #yvpree5t8h52DHmZUu5VvVSwsGKi8HVV { width:47.375rem;height:10.875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #LwdpT0mlwMmONPRQTDipOR9IsK498Q8N { display:block; }#LwdpT0mlwMmONPRQTDipOR9IsK498Q8N > .row .container { width:47.75rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ww2P9vZKS3GslaElTidXSn8v1grMvgB9 { width:43.0625rem;height:4.25rem;top:1.7812514305115rem;left:2.3437500447035rem;font-size:1.4375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 959px) { #J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO { display:block; }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO > .row .container { width:47.75rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kokqDTOLztlaKGcVsS2DqMUeWvE1i2SQ { width:1.5625rem;height:1.25rem;top:2.90625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #Bsev2SgUWaoMkyEy1H1sIZSO57ySxwTe { width:40.5rem;height:1.5625rem;top:2.75rem;left:5.625rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 959px) { #duW21sC3eOnQfXqKatHgwSEWvF1sVeFl { width:42.1875rem;height:18.4375rem;top:5.875rem;left:3rem;font-size:1rem;z-index:15012;display:block; }#duW21sC3eOnQfXqKatHgwSEWvF1sVeFl li:before{  }
 }@media only screen and (max-width: 959px) { #IBzMTxB2ehnVLBlAKhxM20A6n6w0eqEh { width:44.375rem;height:26.0625rem;top:1.4375rem;left:1.6875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 959px) { #hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK { display:block; }#hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rKfnVNP9ZSpmb4vx1MDI5XgLpvapOBTi { width:47.75rem;height:0.0625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v { display:block; }#f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v > .row .container { width:47.75rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iMvG0tqDA5VD0F5si4sfphVQEqplSbOd { width:43.75rem;height:5rem;top:0.75rem;left:2.6875000447035rem;font-size:1.6875rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #DT1So3leHdmtTWqEoRpIGwUcOSlv8E9W { width:43.75rem;height:3.5rem;top:7.3125rem;left:2rem;font-size:1.1875rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #OMWNPyOrqobm1WU2NrXHkyURryTRWpZW { display:block; }#OMWNPyOrqobm1WU2NrXHkyURryTRWpZW > .row .container { width:47.75rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OFXfJschMKEnBKsrQHdSkHMeCAR9TEDc { top:1.34375rem;left:8.937499806285rem;width:31.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #K81Ju4lsKA4uNcECwI2XQUziBtslT2iy { display:block; }
 }@media only screen and (max-width: 959px) { #F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW { display:block; }#F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fg71mdbQ52KoDDK8RHfAOBeRwRamkNVu { width:8.125rem;height:7.5rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MzRWQXlM7lgaFiuuToRJX9FMn18DcMQ0 { width:12.5rem;height:1.25rem;top:7.5rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #zp3HiaTwuePt20yhqmb7iKTIsyysWVVW { width:13.8125rem;height:1.625rem;top:9.375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #WQniFJGLnwwIF11AyGwL1dN4EAzzknrl { width:13.8125rem;height:8.25rem;top:11.8125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #geJgPfdS7Hmd26fAUtlyovNIaSyP5JSz { width:13.8125rem;height:1.625rem;top:9.375rem;left:17.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #aMBIkELgiyLHlsHX5pzIXq6FvLnoiXTe { width:8.125rem;height:7.5rem;top:0rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #foSNU8I69GKSFXEdGAE5iz38N2Z8SZd9 { width:12.5rem;height:1.25rem;top:7.5rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ReVbyMn6pE023hRAVNbQ5htClmc45bq8 { width:13.8125rem;height:9.625rem;top:11.8125rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PkFGInODSJgKVwyTuu8S53kdwdIlu59v { width:15.5rem;height:4.125rem;top:11.8125rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #lnCTqeJ8Tm4NuWsIyrXwyUtNqJhgtaIE { width:13.8125rem;height:1.625rem;top:9.375rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #S77M6baUi0AZ8KHQzeXJtidPvVyvQUzJ { width:12.5rem;height:1.25rem;top:7.5rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BTwqS8BuIUQJn6h4rBT7vTuCmt9biFpb { width:8.125rem;height:7.5rem;top:0rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt { display:block; }#ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pCPcdSmH1CuzHo4RTzNMmZPpA3TvkUxS { width:13.8125rem;height:5.5rem;top:12.25rem;left:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #plBTxC0ewCViqzm4li4zMuZPGTEEcq23 { width:13.8125rem;height:1.625rem;top:9.75rem;left:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #SDxu138oppk7bhHNaJEHVBZpCrJfXG5a { width:12.5rem;height:1.25rem;top:7.5rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NvCkhELA4ugtfCHcTb1XvtdudauTtmIz { width:8.125rem;height:7.5rem;top:0rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #vyL4oVsiLc76JEJxWtKaZhlCssZeoQN5 { width:13.8125rem;height:4.125rem;top:12.25rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #eC4aENuCdNTx1sZQ58iHORqLflWXVKyT { width:13.8125rem;height:1.625rem;top:9.75rem;left:24.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #VmagvsSq5P5zBIok4JrBa1NfAa02oUrM { width:12.5rem;height:1.25rem;top:7.8125rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #rTHArrX6JKAl6d6AthValk4TIhVxwOCa { width:8.125rem;height:7.5rem;top:0rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET { display:block; }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET > .row .container { width:47.75rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #D5UkyQbSZsk7Q05i2hR0DGVgMrFDsCXt { width:46.1875rem;height:7.8125rem;top:2.25rem;left:0.78125rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 959px) { #g7ToKLQ0q6gU0JDFr1KVtaMmGT0QcBI7 { width:47.75rem;height:0.0625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TvBUmkqnlugdlWfkDbuTuXJH4lLBUB1r { top:11.0625rem;left:10.125rem;width:27.5rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dI8LumDubnQ29tbF87n9UTUSP0DAsUCB { display:block; }
 }@media only screen and (max-width: 959px) { #V0AaXZVBnv94kRiRpsI2nWoFI97ZAPn4 { width:47.75rem;height:0.0625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 { display:block; }#LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LtgDnO2ARa6CfITN5JFoT5z88RTCGzmd { width:45.75rem;height:15.9375rem;top:0.625rem;left:0.9453125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ii1TnVfI5uUhB9qx9AZkttNBfz44W9FE { width:28.5625rem;height:2.625rem;top:1.96875rem;left:15.0703125rem;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 959px) { #TnESnZ30VCtahASK3nGP4m48Kcq29smq { width:19.5625rem;height:1.5625rem;top:6.78125rem;left:15.0703125rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 959px) { #U6s2z3OnkcngPuLK9dUGmQagkFoVC0S6 { width:10.1875rem;height:11.875rem;top:1.34375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x3ACQeC6UkSGutU9735VTFK553ViBBNq { display:block; }#x3ACQeC6UkSGutU9735VTFK553ViBBNq > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Om4L1ZJKfhJeZns3OicsrsGx35ii7Kro { width:18rem;height:2.25rem;top:4rem;left:1.0000000447035rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmQTnKTcl2EaGKN8pqgcU71EGtbvQ4Nb { top:7.5625rem;left:1.1562500447035rem;width:17.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #H98vS5wGEnTBzGVkJieMX53VGNT0W1dF { display:block; }
 }@media only screen and (max-width: 763px) { #LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq { display:block; }#LUkccEHadSXgJBDFTNwqEGAwVHVHp3Cq > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhKFdiZxNDyuRG4D9TwbxmQT4P6zSOZO { width:20rem;height:12.375rem;top:5.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUx6ZPkhKnUhdthC9O4Gh30yFQSQKSGw { width:12.3125rem;height:17.625rem;top:20.375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNvTpyBL3sd289tsTSerA9nPyVnOl7mT { display:block; }#uNvTpyBL3sd289tsTSerA9nPyVnOl7mT > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPJ6VSiBrtc1Ec0RRmfsdgOT1hqRzrrF { width:18.1875rem;height:20.3125rem;top:1.5625rem;left:0.9062500447035rem;background-color:rgba(196,198,206,0.81);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #a2yqTmndA6A4fhQqMQ5b9RbJk0oStUqu { width:17.6875rem;height:8.0625rem;top:4.0625rem;left:1.1562500447035rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#0c0404;display:block; }
 }@media only screen and (max-width: 763px) { #EnVJJOk7Jm8yaXPZHngHTkyfAlHWF7PQ { top:23.0625rem;left:0.49999998509884rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5AKVITRaAiNTOWGnJH4BSg6RhnvzFDu { display:block; }
 }@media only screen and (max-width: 763px) { #q4co72NEONIQb3M3QFOsFKlTWydiy1gO { width:5.125rem;height:5.1875rem;top:13.25rem;left:13.281249806285rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDvt40DexM3Cr08o36P1r3bE3q6oBOw { display:block; }#GTDvt40DexM3Cr08o36P1r3bE3q6oBOw > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTxomdLumoQAWe8hSZ0GLTRndmLtiWsN { width:13.9375rem;height:16.25rem;top:3.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWQHxmF0LBiMTBTxJDR9zGxS8SSuxOzv { width:20rem;height:47.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4nCyXXNDgPE6H2XehaCESet3F1u63MK { width:18.8125rem;height:5rem;top:20.5625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DSMkx0IADfAcR3aJpmweIoDPMvByme6S { top:41.6875rem;left:0.96875rem;width:18.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGAnhOxkxC8z5fm9xD123f0Fbiyv3X4i { display:block; }
 }@media only screen and (max-width: 763px) { #ub38KSBeUmRCt4QTzKTZbg7FrTHHEmMG { width:18.5rem;height:12.1875rem;top:27.4375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }#ub38KSBeUmRCt4QTzKTZbg7FrTHHEmMG li:before{  }
 }@media only screen and (max-width: 763px) { #XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz { display:block; }#XxkP6mUDBJAPo5VPOEwHNqZaQ4tCvRVz > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcaz8Q1sRzsGoGRJFDtS9ifghBRT5JP3 { width:18.8125rem;height:2.5rem;top:2.2484340667724rem;left:0.59374998509884rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g6gH6V3t6ndV4TNrz7K1IhBytVqU9mw2 { top:42.373439311981rem;left:0.9687500447035rem;width:18.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLuTpqCy0hI64R5OESgT5BD4x8f2Zyeh { display:block; }
 }@media only screen and (max-width: 763px) { #OQDTrChB1XJaMGJOTrk779Tpt9w8qEBZ { width:18.5rem;height:10.625rem;top:6.3734359741213rem;left:0.74999998509881rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }#OQDTrChB1XJaMGJOTrk779Tpt9w8qEBZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/565F4dac/stick.png); }
 }@media only screen and (max-width: 763px) { #QJwTzuJdFzlbD2dUzl0WwPQ5BzlMUmMo { width:16.875rem;height:10.625rem;top:18.159376144409rem;left:0.59374998509884rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }#QJwTzuJdFzlbD2dUzl0WwPQ5BzlMUmMo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/565F4dac/stick.png); }
 }@media only screen and (max-width: 763px) { #famwTfvsNqHuCx1syaCDF9oLv1XFE9dR { width:19.375rem;height:7.5rem;top:31.49843788147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TI04UHuCSE1C0THqKBxG2Q6WAa2hRogo { width:20rem;height:45.625rem;top:4.8468751907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvpree5t8h52DHmZUu5VvVSwsGKi8HVV { width:19.625rem;height:10.875rem;top:29.898438930511rem;left:0.17499999701977rem;border-top:0.0625rem dashed #000000;border-left:0.0625rem dashed #000000;border-right:0.0625rem dashed #000000;border-bottom:0.0625rem dashed #000000;display:block; }
 }@media only screen and (max-width: 763px) { #LwdpT0mlwMmONPRQTDipOR9IsK498Q8N { display:block; }#LwdpT0mlwMmONPRQTDipOR9IsK498Q8N > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ww2P9vZKS3GslaElTidXSn8v1grMvgB9 { width:18rem;height:3.375rem;top:5.125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO { display:block; }#J5TWqsuyqbQ7GzUWmS4RFTmsGoGaEIPO > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kokqDTOLztlaKGcVsS2DqMUeWvE1i2SQ { width:1.5625rem;height:1.25rem;top:2.75rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bsev2SgUWaoMkyEy1H1sIZSO57ySxwTe { width:19.125rem;height:3.1875rem;top:2.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #duW21sC3eOnQfXqKatHgwSEWvF1sVeFl { width:18.375rem;height:28.9375rem;top:6.65625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }#duW21sC3eOnQfXqKatHgwSEWvF1sVeFl li:before{  }
 }@media only screen and (max-width: 763px) { #IBzMTxB2ehnVLBlAKhxM20A6n6w0eqEh { width:20rem;height:34.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK { display:block; }#hfBKmGXT1JMaA7zI6PXtKZ84afvZZUBK > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKfnVNP9ZSpmb4vx1MDI5XgLpvapOBTi { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v { display:block; }#f5RWoCyDJhlHBKdTSlvJ8rWXxo3A3s3v > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMvG0tqDA5VD0F5si4sfphVQEqplSbOd { width:20rem;height:6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DT1So3leHdmtTWqEoRpIGwUcOSlv8E9W { width:20rem;height:3.75rem;top:9.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OMWNPyOrqobm1WU2NrXHkyURryTRWpZW { display:block; }#OMWNPyOrqobm1WU2NrXHkyURryTRWpZW > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFXfJschMKEnBKsrQHdSkHMeCAR9TEDc { top:1.0375003814698rem;left:0rem;width:20rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K81Ju4lsKA4uNcECwI2XQUziBtslT2iy { display:block; }
 }@media only screen and (max-width: 763px) { #F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW { display:block; }#F0AGTDv3X7DZRDPhT8nJXIMf3zANQBKW > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fg71mdbQ52KoDDK8RHfAOBeRwRamkNVu { width:8.125rem;height:7.5rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzRWQXlM7lgaFiuuToRJX9FMn18DcMQ0 { width:12.5rem;height:1.25rem;top:10rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp3HiaTwuePt20yhqmb7iKTIsyysWVVW { width:13.8125rem;height:1.625rem;top:12.5rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQniFJGLnwwIF11AyGwL1dN4EAzzknrl { width:13.8125rem;height:8.25rem;top:15.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geJgPfdS7Hmd26fAUtlyovNIaSyP5JSz { width:13.8125rem;height:1.625rem;top:36.125rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMBIkELgiyLHlsHX5pzIXq6FvLnoiXTe { width:8.125rem;height:7.5rem;top:24.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foSNU8I69GKSFXEdGAE5iz38N2Z8SZd9 { width:12.5rem;height:1.25rem;top:33.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReVbyMn6pE023hRAVNbQ5htClmc45bq8 { width:13.8125rem;height:9.625rem;top:39rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkFGInODSJgKVwyTuu8S53kdwdIlu59v { width:15.5rem;height:4.125rem;top:64rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnCTqeJ8Tm4NuWsIyrXwyUtNqJhgtaIE { width:13.8125rem;height:1.625rem;top:61.125rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S77M6baUi0AZ8KHQzeXJtidPvVyvQUzJ { width:12.5rem;height:1.25rem;top:58.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwqS8BuIUQJn6h4rBT7vTuCmt9biFpb { width:8.125rem;height:7.5rem;top:49.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt { display:block; }#ev4g0KMVXPbiTnaT8ZDuVaT9bzuXTxAt > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCPcdSmH1CuzHo4RTzNMmZPpA3TvkUxS { width:13.8125rem;height:5.5rem;top:15.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plBTxC0ewCViqzm4li4zMuZPGTEEcq23 { width:13.8125rem;height:1.625rem;top:12.5rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDxu138oppk7bhHNaJEHVBZpCrJfXG5a { width:12.5rem;height:1.25rem;top:10rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvCkhELA4ugtfCHcTb1XvtdudauTtmIz { width:8.125rem;height:7.5rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyL4oVsiLc76JEJxWtKaZhlCssZeoQN5 { width:13.8125rem;height:4.125rem;top:36.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC4aENuCdNTx1sZQ58iHORqLflWXVKyT { width:13.8125rem;height:1.625rem;top:33.375rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmagvsSq5P5zBIok4JrBa1NfAa02oUrM { width:12.5rem;height:1.25rem;top:30.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTHArrX6JKAl6d6AthValk4TIhVxwOCa { width:8.125rem;height:7.5rem;top:22.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET { display:block; }#zyJpsM4p6DBlcmZpMWeOa0nXltJtKqET > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5UkyQbSZsk7Q05i2hR0DGVgMrFDsCXt { width:17.3125rem;height:11.6875rem;top:2.5625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #g7ToKLQ0q6gU0JDFr1KVtaMmGT0QcBI7 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvBUmkqnlugdlWfkDbuTuXJH4lLBUB1r { top:15.63671875rem;left:0.5rem;width:19rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI8LumDubnQ29tbF87n9UTUSP0DAsUCB { display:block; }
 }@media only screen and (max-width: 763px) { #V0AaXZVBnv94kRiRpsI2nWoFI97ZAPn4 { width:20rem;height:0.0625rem;top:21.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 { display:block; }#LoPbWR9QFlkb30m5pZeAOhPoeUgxDSo1 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtgDnO2ARa6CfITN5JFoT5z88RTCGzmd { width:20rem;height:26.625rem;top:0.9375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Ii1TnVfI5uUhB9qx9AZkttNBfz44W9FE { width:20rem;height:3.1875rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TnESnZ30VCtahASK3nGP4m48Kcq29smq { width:18.4375rem;height:1.0625rem;top:6.875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U6s2z3OnkcngPuLK9dUGmQagkFoVC0S6 { width:10.9375rem;height:12.6875rem;top:10.25rem;left:4.53125rem;display:block; }
 }