.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,242;--color-primary-1:255,128,212;--color-primary-2:255,0,168;--color-primary-3:128,0,84;--color-primary-4:38,0,25;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--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:lato;--paragraphs-font-family:lato; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/gZUza4kl/bg1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:60rem;position:relative;display:block; }#mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { 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:6.375rem;width:13rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { color:rgba(var(--color-tertiary-2),1);display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9873046875rem;left:0rem;height:12.4306875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { color:rgba(var(--color-tertiary-2),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:29.67578125rem;left:0rem;height:15.39793125rem;font-style:normal;display:block; }
#e2t2TqWSGPZRoTM9surFepwi4COVUBRR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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;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:20.625rem;height:6.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:48.75rem;left:8.3125rem;display:block; }
#TwHcgBEDEa0g4IOaTgHLTgSTUQ1VcScw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#loF6dxI4Z0Hhldlr7l4iprH8O4XRdJke { color:rgba(var(--color-tertiary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:13.96875rem;height:1.6875rem;display:block; }
#UgfGOui22hKEduIugNUnGgeFXPdBZEoI { color:#8bb357;display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.7998046875rem;left:0rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cUKUUtEspC4L4MrrLfRNQKZgmpmHuV1u { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:16.1875rem;top:38.4375rem;left:14.6875rem;overflow:hidden;display:block; }
#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.adaptive-delivery-prevent-bg, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyload, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyloading { background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:60rem;position:relative;display:block; }#dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { color:rgba(var(--color-tertiary-2),1);display:block;width:48.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:7.28125rem;height:0;font-style:normal;display:block; }
#C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { color:#8bb357;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42rem;left:14.75rem;height:0;font-style:normal;display:block; }
#bTlJsJDvtL5LRhAJzLBaldE8vov5TagD { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15014;line-height:2.1;letter-spacing:0;top:9.42578125rem;left:0rem;height:23.09764375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AJeKi0oRX3wTgLNngVV8fAQG91c1XsOZ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:33.375rem;top:34.0625rem;left:0rem;overflow:hidden;display:block; }
#fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { color:#8bb357;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN.adaptive-delivery-prevent-bg, #KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN.lazyload, #KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN.lazyloading { background-image: none; }#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN > .row .container { background-color: transparent; background-image: none; }#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN > .row .container > .video-iframe-container { display: none; }#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN > .row > .video-iframe-container { display: none; }#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN > .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); }#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN > .row .container { border-width: 0; border-radius: 0; }#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:60rem;position:relative;display:block; }#dFbpDvHfHHSiZ5MgWTFGTEZzEUOhcMoc { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:42.1875rem;left:4.6875rem;height:0;font-style:normal;display:block; }
#rQuqRqHIWQBdqtVTBiCn9mppWNvLzhCV { color:rgba(var(--color-tertiary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:49.71875rem;left:30.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#gVkM1V582HskWEofh06fqVkJDyid3kXG { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:42.1875rem;left:46.625rem;height:1.3999rem;font-style:normal;display:block; }
#xK8f8XayQBS4qxBDTdmymtIsKNz4WrTi { position:absolute;display:block;z-index:15006;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:26.1875rem;width:29.3125rem;top:29.79345703125rem;left:29.32080078125rem;overflow:hidden;display:block; }
#uIpuuHIVcu0N62BxhmriKGiXmrmuwV8W { color:rgba(var(--color-tertiary-2),1);display:block;width:48.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.8;letter-spacing:0;top:5.2509765625rem;left:0rem;height:14.84765rem;display:block; }
#BWqr75tcJGSbpKyDmMhIOtrtFULT51Xs { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33.16845703125rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b7iCH023WzHsLL2x1CP9CqdSlzTrDh1U { color:#8bb357;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JyMQMhFbLZF9I5cmtGv4JmsRGAZU2E8F { position:absolute;display:block;z-index:15023;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:8.875rem;width:27.5625rem;top:20.98095703125rem;left:0rem;overflow:hidden;display:block; }
#ImrSF9ARRyMluTkRilwF7v0sQWV8S6kG { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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;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:25.4375rem;height:6.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:49.71875rem;left:0rem;display:block; }
#DdfbT0yccgIdmcLabPOgK2U9E3eyTwBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#haHDBTZiRWTZBKQVBDgHf6bikesqO8BL { color:rgba(var(--color-tertiary-2),1);display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.6875rem;left:0rem;height:9.8730625rem;display:block; }#haHDBTZiRWTZBKQVBDgHf6bikesqO8BL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#haHDBTZiRWTZBKQVBDgHf6bikesqO8BL li:before{  }
#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/GROhdeak/bg3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl.adaptive-delivery-prevent-bg, #tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl.lazyload, #tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl.lazyloading { background-image: none; }#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl > .row .container { background-color: transparent; background-image: none; }#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl > .row .container > .video-iframe-container { display: none; }#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl > .row > .video-iframe-container { display: none; }#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl > .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); }#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl > .row .container { border-width: 0; border-radius: 0; }#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { color:#8bb357;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:4.974609375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EQs8OnHPq11TC6cktZniyfq0MOrhrMGe { 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:4.5rem;width:4.5rem;top:10.75rem;left:0rem;overflow:hidden;display:block; }
#irzVki48nN7u2mKz49zGVULCNDU1Wi8O { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.5625rem;left:5.625rem;height:1.7871125rem;font-style:normal;display:block; }
#eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:12.875rem;left:5.625rem;height:7.125rem;font-style:normal;display:block; }
#LTecbrW32J5S4vpHc09MdQpwcRN5Lq6N { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:10.75rem;left:21.0625rem;overflow:hidden;display:block; }
#fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:12.875rem;left:26.6875rem;height:10.6875rem;font-style:normal;display:block; }
#AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.5625rem;left:26.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/GROhdeak/bg3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4.adaptive-delivery-prevent-bg, #Q0vvygxX5GKWpgyvCOkElmXeItsde4g4.lazyload, #Q0vvygxX5GKWpgyvCOkElmXeItsde4g4.lazyloading { background-image: none; }#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 > .row .container { background-color: transparent; background-image: none; }#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 > .row .container > .video-iframe-container { display: none; }#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 > .row > .video-iframe-container { display: none; }#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 > .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); }#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 > .row .container { border-width: 0; border-radius: 0; }#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:60rem;position:relative;display:block; }#KVgEJRcsezdntWkJzIKxD8vPun6vOiU1 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vcusILqqGzBq5eT0IMP8Fa4bS8ruht1g { color:#8bb357;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:4.537109375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nQ6tPPSPzGqgL2t8T8X8iRu12Cpb0QRX { 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:4.5rem;width:4.5rem;top:10.75rem;left:0rem;overflow:hidden;display:block; }
#vcrK0z0Bi4N1Sv9L9vM5WBipeXnXvDSr { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.5625rem;left:5.625rem;height:1.7871125rem;font-style:normal;display:block; }
#LdzOZeBn1hgo8gbmEcvpxOvlQO1tLN3g { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:12.875rem;left:5.625rem;height:1.3125rem;font-style:normal;display:block; }
#KikSMPSWNKJWADIBal6QqSNBVnTQaZBu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.5rem;top:10.75rem;left:21.0625rem;overflow:hidden;display:block; }
#BI7JoNzdGo8wuzXsVEy0uixGqDhW8O1o { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:12.875rem;left:26.6875rem;height:1.3125rem;font-style:normal;display:block; }
#Sid4cak6kP0ZGH2F4OIccq4hlsUuex3O { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.5625rem;left:26.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#AlmdFAizTHBSVcFwTWO6cSrx8ToShprD { box-sizing:content-box;color:#5d92ff;font-size:7.8125rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:30rem;left:0rem; }
#AlmdFAizTHBSVcFwTWO6cSrx8ToShprD > img { max-width: 100%;max-height:100%; width:7.6875rem; height:7.6875rem; }#IXh7cHbLZSUvR97y1NoRQQHe9DOL9aJZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.625rem;width:7.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:30.0625rem;left:9rem; }
#IXh7cHbLZSUvR97y1NoRQQHe9DOL9aJZ > img { max-width: 100%;max-height:100%; width:7.625rem; height:7.625rem; }#x3xElp97MTdJIBLOGVhlC2FAsb8g96Et { 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.5625rem;width:15.6875rem;top:30rem;left:18.5625rem;overflow:hidden;display:block; }
#C1088rttGagHr5tEqgbcL6Xb5ulXAAlh { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:20.71875rem;left:0rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UXDfoW9a9recHWSTMToUSd4zRldTtCEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/D4J4CeE9/bg4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs.adaptive-delivery-prevent-bg, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyload, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyloading { background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { background-color: transparent; background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .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); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { border-width: 0; border-radius: 0; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#NmL8ZAaRyy9xWRZlWGV5SgPZi4KaMHse { position:absolute;display:block;z-index:15013;height:21.75rem;width:38.75rem;top:5rem;left:0rem;display:block; }
#H1XpE8VitzTsE5BnM3h9s7PDZNx7uxrM { color:#8bb357;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:1rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { top:3.0625rem;left:0rem;width:13rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { top:14.9375rem;left:0rem;width:33.3125rem;height:12.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { top:29.625rem;left:0rem;width:30.8125rem;height:15.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2t2TqWSGPZRoTM9surFepwi4COVUBRR { width:20.625rem;height:6.0625rem;top:48.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHcgBEDEa0g4IOaTgHLTgSTUQ1VcScw { display:block; }
 }@media only screen and (max-width: 763px) { #loF6dxI4Z0Hhldlr7l4iprH8O4XRdJke { top:7.0625rem;left:7.84375rem;width:32.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgfGOui22hKEduIugNUnGgeFXPdBZEoI { top:11.75rem;left:0rem;width:33.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUKUUtEspC4L4MrrLfRNQKZgmpmHuV1u { top:38.4375rem;left:8.5625rem;width:16.1875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { top:5.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { top:17.3125rem;left:1.15625rem;width:12.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { top:42rem;left:8.625rem;width:12.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTlJsJDvtL5LRhAJzLBaldE8vov5TagD { top:9.375rem;left:0rem;width:47.75rem;height:23.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJeKi0oRX3wTgLNngVV8fAQG91c1XsOZ { top:34.0625rem;left:0rem;width:33.375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { top:0rem;left:0rem;width:47.75rem;height:6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN { display:block; }#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFbpDvHfHHSiZ5MgWTFGTEZzEUOhcMoc { top:42.1875rem;left:0rem;width:12.5625rem;height:0;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQuqRqHIWQBdqtVTBiCn9mppWNvLzhCV { top:49.6875rem;left:24.1875rem;width:11.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVkM1V582HskWEofh06fqVkJDyid3kXG { top:42.1875rem;left:35.1875rem;width:12.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK8f8XayQBS4qxBDTdmymtIsKNz4WrTi { top:29.75rem;left:18.4375rem;width:29.3125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIpuuHIVcu0N62BxhmriKGiXmrmuwV8W { top:5.25rem;left:0rem;width:47.75rem;height:14.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWqr75tcJGSbpKyDmMhIOtrtFULT51Xs { top:33.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7iCH023WzHsLL2x1CP9CqdSlzTrDh1U { top:0rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyMQMhFbLZF9I5cmtGv4JmsRGAZU2E8F { top:20.9375rem;left:0rem;width:27.5625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImrSF9ARRyMluTkRilwF7v0sQWV8S6kG { width:25.4375rem;height:6.75rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdfbT0yccgIdmcLabPOgK2U9E3eyTwBp { display:block; }
 }@media only screen and (max-width: 763px) { #haHDBTZiRWTZBKQVBDgHf6bikesqO8BL { top:36.6875rem;left:0rem;width:23.4375rem;height:;font-size:1.375rem;display:block; }#haHDBTZiRWTZBKQVBDgHf6bikesqO8BL li:before{  }
 }@media only screen and (max-width: 763px) { #tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl { display:block; }#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { top:2.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { top:4.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQs8OnHPq11TC6cktZniyfq0MOrhrMGe { top:10.75rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #irzVki48nN7u2mKz49zGVULCNDU1Wi8O { top:10.5625rem;left:0rem;width:11.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { top:12.875rem;left:0rem;width:12.25rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTecbrW32J5S4vpHc09MdQpwcRN5Lq6N { top:10.75rem;left:14.9375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { top:12.875rem;left:20.5625rem;width:12.25rem;height:10.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { top:10.5625rem;left:20.5625rem;width:11.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 { display:none; }#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KVgEJRcsezdntWkJzIKxD8vPun6vOiU1 { top:1.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcusILqqGzBq5eT0IMP8Fa4bS8ruht1g { top:4.5rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ6tPPSPzGqgL2t8T8X8iRu12Cpb0QRX { top:10.75rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcrK0z0Bi4N1Sv9L9vM5WBipeXnXvDSr { top:10.5625rem;left:0rem;width:11.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdzOZeBn1hgo8gbmEcvpxOvlQO1tLN3g { top:12.875rem;left:0rem;width:12.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KikSMPSWNKJWADIBal6QqSNBVnTQaZBu { top:10.75rem;left:14.9375rem;width:4.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI7JoNzdGo8wuzXsVEy0uixGqDhW8O1o { top:12.875rem;left:20.5625rem;width:12.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sid4cak6kP0ZGH2F4OIccq4hlsUuex3O { top:10.5625rem;left:20.5625rem;width:11.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlmdFAizTHBSVcFwTWO6cSrx8ToShprD { top:30rem;left:0rem;width:7.6875rem;height:7.6875rem;display:none; }
#AlmdFAizTHBSVcFwTWO6cSrx8ToShprD > img { max-width: 100%;max-height:100%; width:7.6875rem; height:7.6875rem; } }@media only screen and (max-width: 763px) { #IXh7cHbLZSUvR97y1NoRQQHe9DOL9aJZ { top:30.0625rem;left:2.875rem;width:7.625rem;height:7.625rem;display:none; }
#IXh7cHbLZSUvR97y1NoRQQHe9DOL9aJZ > img { max-width: 100%;max-height:100%; width:7.625rem; height:7.625rem; } }@media only screen and (max-width: 763px) { #x3xElp97MTdJIBLOGVhlC2FAsb8g96Et { top:30rem;left:12.4375rem;width:15.6875rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1088rttGagHr5tEqgbcL6Xb5ulXAAlh { top:20.6875rem;left:0rem;width:42.5rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmL8ZAaRyy9xWRZlWGV5SgPZi4KaMHse { top:5rem;left:0rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1XpE8VitzTsE5BnM3h9s7PDZNx7uxrM { top:1rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { background-color:transparent;background-image:url("https://images.assets-landingi.com/gZUza4kl/bg1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.74); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.74); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { width:6.625rem;height:3.3125rem;top:0.8125rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { width:20rem;height:6.8246875rem;top:14.36865234375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { width:20rem;height:14.39650625rem;top:22.287109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e2t2TqWSGPZRoTM9surFepwi4COVUBRR { width:19.3125rem;height:5.125rem;top:35.27294921875rem;left:0.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHcgBEDEa0g4IOaTgHLTgSTUQ1VcScw { display:block; }
 }@media only screen and (max-width: 763px) { #loF6dxI4Z0Hhldlr7l4iprH8O4XRdJke { width:20rem;height:1.625rem;top:5.74365234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgfGOui22hKEduIugNUnGgeFXPdBZEoI { width:20rem;height:5.19921875rem;top:8.63720703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUKUUtEspC4L4MrrLfRNQKZgmpmHuV1u { width:18.6875rem;height:12rem;top:38.39794921875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { width:20rem;height:5.361325rem;top:3.26416015625rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { width:12.5625rem;height:0;top:9.6875rem;left:6.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { width:12.5625rem;height:0;top:22.125rem;left:6.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTlJsJDvtL5LRhAJzLBaldE8vov5TagD { width:20rem;height:29.3944875rem;top:10.7138671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJeKi0oRX3wTgLNngVV8fAQG91c1XsOZ { width:20rem;height:11.1596875rem;top:42.4208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { width:20rem;height:6rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN { display:block; }#KgPpaB5kAXW1bPJ2HOzrXOqaMBTl74eN > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFbpDvHfHHSiZ5MgWTFGTEZzEUOhcMoc { width:12.5625rem;height:0;top:9.6875rem;left:6.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQuqRqHIWQBdqtVTBiCn9mppWNvLzhCV { width:11.6875rem;height:1.7871125rem;top:76.7373046875rem;left:4.15625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gVkM1V582HskWEofh06fqVkJDyid3kXG { width:12.5625rem;height:1.3999rem;top:62.5rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xK8f8XayQBS4qxBDTdmymtIsKNz4WrTi { width:18.25rem;height:16.3125rem;top:65.525390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIpuuHIVcu0N62BxhmriKGiXmrmuwV8W { width:20rem;height:24.7460875rem;top:9rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWqr75tcJGSbpKyDmMhIOtrtFULT51Xs { width:20rem;height:4.2246125rem;top:47.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7iCH023WzHsLL2x1CP9CqdSlzTrDh1U { width:20rem;height:9rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyMQMhFbLZF9I5cmtGv4JmsRGAZU2E8F { width:20rem;height:6.5244375rem;top:35.06005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImrSF9ARRyMluTkRilwF7v0sQWV8S6kG { width:19rem;height:5.625rem;top:81.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdfbT0yccgIdmcLabPOgK2U9E3eyTwBp { display:block; }
 }@media only screen and (max-width: 763px) { #haHDBTZiRWTZBKQVBDgHf6bikesqO8BL { width:20rem;height:9.8730625rem;top:52.68896484375rem;left:0rem;font-size:1.375rem;display:block; }#haHDBTZiRWTZBKQVBDgHf6bikesqO8BL li:before{  }
 }@media only screen and (max-width: 763px) { #tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl { display:block; }#tM8G2Gp9PydxbVct79QHaHQhLIO9t4vl > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { width:20rem;height:2.11230625rem;top:2.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { width:20rem;height:3rem;top:4.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQs8OnHPq11TC6cktZniyfq0MOrhrMGe { width:4.5rem;height:4.5rem;top:9.35000038147rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #irzVki48nN7u2mKz49zGVULCNDU1Wi8O { width:11.25rem;height:1.7871125rem;top:9.16250038147rem;left:6.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { width:12.25rem;height:3.9375rem;top:11.574999809265rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTecbrW32J5S4vpHc09MdQpwcRN5Lq6N { width:4.5rem;height:4.5rem;top:18.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { width:12.25rem;height:5.25rem;top:20.4375rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { width:11.25rem;height:1.7871125rem;top:18rem;left:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 { display:block; }#Q0vvygxX5GKWpgyvCOkElmXeItsde4g4 > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVgEJRcsezdntWkJzIKxD8vPun6vOiU1 { width:20rem;height:2.11230625rem;top:2.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcusILqqGzBq5eT0IMP8Fa4bS8ruht1g { width:20rem;height:3rem;top:4.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ6tPPSPzGqgL2t8T8X8iRu12Cpb0QRX { width:4.5rem;height:4.5rem;top:9.35000038147rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vcrK0z0Bi4N1Sv9L9vM5WBipeXnXvDSr { width:11.25rem;height:1.7871125rem;top:9.16250038147rem;left:6.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdzOZeBn1hgo8gbmEcvpxOvlQO1tLN3g { width:12.25rem;height:1.3125rem;top:11.574999809265rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KikSMPSWNKJWADIBal6QqSNBVnTQaZBu { width:4.5rem;height:4.3125rem;top:15.0625rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BI7JoNzdGo8wuzXsVEy0uixGqDhW8O1o { width:12.25rem;height:1.3125rem;top:17.4375rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sid4cak6kP0ZGH2F4OIccq4hlsUuex3O { width:11.25rem;height:1.7871125rem;top:14.49951171875rem;left:6.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlmdFAizTHBSVcFwTWO6cSrx8ToShprD { display:flex;top:36.1875rem;left:11.5rem;width:3.125rem;height:3.125rem;z-index:15015; }
#AlmdFAizTHBSVcFwTWO6cSrx8ToShprD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #IXh7cHbLZSUvR97y1NoRQQHe9DOL9aJZ { display:flex;top:36.1875rem;left:5.4375rem;width:3.125rem;height:3.125rem;z-index:15014; }
#IXh7cHbLZSUvR97y1NoRQQHe9DOL9aJZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #x3xElp97MTdJIBLOGVhlC2FAsb8g96Et { width:6.625rem;height:3.3125rem;top:42.125rem;left:6.6875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #C1088rttGagHr5tEqgbcL6Xb5ulXAAlh { width:20rem;height:12rem;top:22.41162109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmL8ZAaRyy9xWRZlWGV5SgPZi4KaMHse { width:20rem;height:21.75rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1XpE8VitzTsE5BnM3h9s7PDZNx7uxrM { width:20rem;height:9rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }