.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:248,238,225;--color-primary-1:229,187,131;--color-primary-2:220,172,105;--color-primary-3:220,186,105;--color-primary-4:206,135,34;--color-secondary-0:227,248,235;--color-secondary-1:171,235,194;--color-secondary-2:115,222,154;--color-secondary-3:37,211,102;--color-secondary-4:21,200,87;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:139,141,143;--color-tertiary-3:83,85,86;--color-tertiary-4:61,65,68;--headlines-font-family:"Bitter";--paragraphs-font-family:"Barlow"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr { background-color:#201d1e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row .container { background-color: transparent; background-image: none; }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row .container > .video-iframe-container { display: none; }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row > .video-iframe-container { display: none; }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .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); }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row .container { border-width: 0; border-radius: 0; }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#xR2DuVz1DqOPh4y2wySJKI8xX2hfmkGr { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.5625rem;left:64.4375rem;display:block; }
#JcmsWOKxgnMXTllbP1fiDf6y4Szu51y9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mcErISrn3ZnMQGbCfuz9sNSu3dEZ5aVQ { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fff3cf27-c1f7-4f7f-9b4b-eabaf8370658/download1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:11.9375rem;top:1.3125rem;left:-2rem;display:block; }#mcErISrn3ZnMQGbCfuz9sNSu3dEZ5aVQ.adaptive-delivery-prevent-bg, #mcErISrn3ZnMQGbCfuz9sNSu3dEZ5aVQ.lazyload, #mcErISrn3ZnMQGbCfuz9sNSu3dEZ5aVQ.lazyloading { background-image: none; }
#kOyPD4HJuXkglK6zqc1SvZmsDF68kPdT { color:#e7c26f;display:block;width:15.25rem;position:absolute;font-family:cinzel;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.828125rem;left:10.9375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#isxmmokaxLAkXNM6IhIBLaIrIq93p09q { color:#e7c26f;display:block;width:13.0625rem;position:absolute;font-family:cinzel;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.5625rem;left:10.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#wacvoxH6dOfsrmfqTnP33laTgIGAmh5I { color:rgba(var(--color-tertiary-0),0.59);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.515625rem;left:29.4375rem;height:1.03125rem;font-style:normal;display:block; }
#Rn6hBQAsMWJb2Tc7CpvhQ0v4THX3M9ap { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.23);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:0rem;left:27.78125rem;display:block; }
#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW { position:relative;display:none; }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW { border-width: 0; border-radius: 0; }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW > .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; }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dI9diNwPQK6lmrEJzdoUe78CkxSfmk7e { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke > .row .container { background-color: transparent; background-image: none; }#H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke > .row .container > .video-iframe-container { display: none; }#H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke > .row > .video-iframe-container { display: none; }#H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke > .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); }#H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke > .row .container { border-width: 0; border-radius: 0; }#H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;overflow:visible;position:relative;display:block; }#lDfdWT2pqK6vCph5l0HAJ8mg40IqQhnx { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/aa9d1a51-6c1b-41e4-9ae4-5159dc22785d/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.4375rem;width:48.6875rem;top:3.4375rem;left:39.409918276374rem;display:block; }#lDfdWT2pqK6vCph5l0HAJ8mg40IqQhnx.adaptive-delivery-prevent-bg, #lDfdWT2pqK6vCph5l0HAJ8mg40IqQhnx.lazyload, #lDfdWT2pqK6vCph5l0HAJ8mg40IqQhnx.lazyloading { background-image: none; }
#RicwTPVERe8GTwSqD5pwf7Q6Ln8WImUV { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:12.5rem;top:12.25rem;left:35.59375rem;display:block; }
#qrhLnCBq4huRLrSOPAWiyoxCieAlXlHu { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.78125rem;left:0rem;height:9.28125rem;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; }
#hqllqNb0PKp8UZfQ0RU4eNg9Ib3UHvgJ { color:rgba(var(--color-primary-2),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:16.3125rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#IH1AJPSfn434SL3fqiLvtL8AWQ0ViLmB { color:rgba(var(--color-tertiary-0),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:.9;letter-spacing:0;top:20.8125rem;left:1.9375rem;height:16.875rem;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; }
#t5XGUKXRVQPkB8GaQwKfeFz2G9mrZEe7 { color:rgba(var(--color-primary-2),1);display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:20.375rem;left:0rem;height:15.75rem;font-style:normal;display:block; }
#ooG4Dz6R4ockNZblHtcJTOovvnbrwWSp { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(var(--color-secondary-4),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.125rem;left:0rem;display:block; }
#JykoaTiOJB6wozHiMlOHP99Myu7loeH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MBi42FQoFnnAFJ9UX0Ps1TxyAHqaW9JK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:40rem;left:1.0625rem; }
#xnV8IG9TJIsTITX6ckfu6NHbTHSEJNMl { color:rgba(var(--color-primary-2),1);display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:22.125rem;left:0rem;height:13.5rem;font-style:normal;display:none; }
#k8Rq8Lytf9cqkbXm2zT3UupfkWssfsGF { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:7.9375rem;top:6.0625rem;left:68.3125rem;display:block; }
#Fv59y2SI3Ew3PtFCsfB9Q7AgnDEtvxIN { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4baf4408-5e00-43a0-a4b3-3765fc3681a7/download20230804T120351138.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:38.1875rem;top:7.6875rem;left:36.8125rem;display:block; }#Fv59y2SI3Ew3PtFCsfB9Q7AgnDEtvxIN.adaptive-delivery-prevent-bg, #Fv59y2SI3Ew3PtFCsfB9Q7AgnDEtvxIN.lazyload, #Fv59y2SI3Ew3PtFCsfB9Q7AgnDEtvxIN.lazyloading { background-image: none; }
#Fv59y2SI3Ew3PtFCsfB9Q7AgnDEtvxIN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Fv59y2SI3Ew3PtFCsfB9Q7AgnDEtvxIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(249deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(249deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(249deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(249deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(249deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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; }#TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV > .row .container { background-color: transparent; background-image: none; }#TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV > .row .container > .video-iframe-container { display: none; }#TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV > .row > .video-iframe-container { display: none; }#TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV > .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); }#TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV > .row .container { border-width: 0; border-radius: 0; }#TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#M2wtVXtoCyhLSkJocqhqk1WHySU9zS7Q { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:8.125rem;left:24.0625rem;height:26.86328125rem;font-style:normal;display:block; }
#wNIBMkurDwyFhVKLd9IAbuNgoIut7Lwx { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:8.125rem;left:22.1875rem;height:26.86328125rem;font-style:normal;display:block; }
#AD93wXUdbnr3CgRuxv79no07GkiqWJfu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:8.125rem;left:0rem;height:4.8125rem;font-style:normal;display:block; }
#SUrrLEJ5v23Ticgr6iTvcTKyTdE6RWGM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:6.25rem;left:22.1875rem;height:25.6953125rem;font-style:normal;display:none; }
#F94EgV2LzsZlELCosGmNE2GS2EgNnNIX { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:6.25rem;left:22.1875rem;height:25.6953125rem;font-style:normal;display:none; }
#GXLL1THT8HzcEMcGGXazbRaLT4t3G9R3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:8.125rem;left:54.0625rem;height:28.03125rem;font-style:normal;display:block; }
#o9t53byDlgP7xelqqOfyAA1pHftMHV3o { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:8.125rem;left:52.25rem;height:25.6953125rem;font-style:normal;display:block; }
#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/5b600025-e953-4038-9533-e2352ba4ddb2/cubes1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD.adaptive-delivery-prevent-bg, #Xi38tRc3L48BgBk489iIJ9CgPRDqycPD.lazyload, #Xi38tRc3L48BgBk489iIJ9CgPRDqycPD.lazyloading { background-image: none; }#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD > .row .container { background-color: transparent; background-image: none; }#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD > .row .container > .video-iframe-container { display: none; }#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD > .row > .video-iframe-container { display: none; }#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD > .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); }#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD > .row .container { border-width: 0; border-radius: 0; }#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;overflow:visible;position:relative;display:block; }#yw0SVTPlSyXLn8oShTPZf5RTLq65tDTv { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/64ac92a1-59d7-4c0f-a274-fe416267d9c6/download70.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.0625rem;width:32.125rem;top:-3.5rem;left:0rem;display:block; }#yw0SVTPlSyXLn8oShTPZf5RTLq65tDTv.adaptive-delivery-prevent-bg, #yw0SVTPlSyXLn8oShTPZf5RTLq65tDTv.lazyload, #yw0SVTPlSyXLn8oShTPZf5RTLq65tDTv.lazyloading { background-image: none; }
#D6THnKpcOmTE8oQ6bdTBF4fbi7m9i0Mp { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:19.6875rem;top:4.9375rem;left:13.6875rem;display:block; }
#h9IEe1NwinTpbCWxf2aarHR4xd1zrQzB { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:4.9375rem;left:39.3125rem;height:7.21875rem;font-style:normal;display:block; }
#RwXDI3RwLW4MW9A1oLlyBWWdnwJVBQZT { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:13.625rem;left:39.3125rem;height:7.5rem;font-style:normal;display:block; }
#nwbfKKfFDHKuUB68awEksEZbfsiGhztS { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(var(--color-secondary-4),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.9375rem;left:39.3125rem;display:block; }
#D6UFiSBiIh9oUUqW6BB8eyfOQ7uUiT49 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1XZy7eTOxmpteU08EdAXpHkFWbmFVed { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:26.8125rem;left:40.375rem; }
#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/5b600025-e953-4038-9533-e2352ba4ddb2/cubes1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m.adaptive-delivery-prevent-bg, #ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m.lazyload, #ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m.lazyloading { background-image: none; }#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m > .row .container { background-color: transparent; background-image: none; }#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m > .row .container > .video-iframe-container { display: none; }#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m > .row > .video-iframe-container { display: none; }#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m > .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); }#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m > .row .container { border-width: 0; border-radius: 0; }#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;overflow:visible;position:relative;display:block; }#MXax0cGyB0wwzSyzoPXCsuQatHL36DMg { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b9864618-7800-4afd-89f4-af0b197c4dfb/download71.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:32.125rem;top:5.125rem;left:42.875rem;display:block; }#MXax0cGyB0wwzSyzoPXCsuQatHL36DMg.adaptive-delivery-prevent-bg, #MXax0cGyB0wwzSyzoPXCsuQatHL36DMg.lazyload, #MXax0cGyB0wwzSyzoPXCsuQatHL36DMg.lazyloading { background-image: none; }
#sgAmnVer7FoTM3PCOQW3yFhXCo4xtDzl { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:19.6875rem;top:6.875rem;left:41.25rem;display:block; }
#geXx5i7wvBQLQhTpLg5xlWPKQUcN2a4g { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.875rem;left:0rem;height:7.21875rem;font-style:normal;display:block; }
#sdwdZ9sHLnxQvT0agMlWeiLdnLQN3A5a { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:15.5625rem;left:0rem;height:9.375rem;font-style:normal;display:block; }
#LtkvAPDiWlFV8cT6cG5pBoxDK41SeefO { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(var(--color-secondary-4),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.875rem;left:0rem;display:block; }
#uerISxTvUmF7WcIPAidC9Mw6uycXTP3C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EU4fMTPveq1QkbvwBvNfDKuTxWLA8fqn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:28.75rem;left:1.0625rem; }
#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/5b600025-e953-4038-9533-e2352ba4ddb2/cubes1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81.adaptive-delivery-prevent-bg, #eZDZxbPSXggFtX3IhrqFLenJkt5EuV81.lazyload, #eZDZxbPSXggFtX3IhrqFLenJkt5EuV81.lazyloading { background-image: none; }#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 > .row .container { background-color: transparent; background-image: none; }#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 > .row .container > .video-iframe-container { display: none; }#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 > .row > .video-iframe-container { display: none; }#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 > .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); }#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 > .row .container { border-width: 0; border-radius: 0; }#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#Hy3JfqXqeJOZIR4BLxKy6LysRdCCK1ys { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:22.5rem;top:0rem;left:0rem;display:block; }
#e54Tqu3Pt2SSyJIxw688PU7gMZqBykdV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.25rem;left:2.5rem;height:4.0625rem;font-style:normal;display:block; }
#Pbh6hcwDtplzrTmNa5TnV3qHWK6BttNZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.0625rem;left:2.5rem;height:2.7625rem;font-style:normal;display:block; }
#JUsTu8mLZlbcA7a2gnGZIKJ5nsvPddTd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.875rem;left:2.5rem; }
#u9dw5vWePJb7hdgdOeugLSVbsJCzvHmp { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:22.5rem;top:0rem;left:26.25rem;display:block; }
#LKhAfwdgPZu4bOc1RW02GycSux0mB7Ky { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.25rem;left:28.75rem;height:4.0625rem;font-style:normal;display:block; }
#HkmRT492lMou41TxrHTz1ClqZHqcRcCS { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11.0625rem;left:28.75rem;height:2.7625rem;font-style:normal;display:block; }
#QyC3eDGXqJynXKwNLTWf7S67mnDLbDmv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.875rem;left:28.75rem; }
#RU2T7vO9gwhkATZEhLbe9I1RpCavmxJQ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:22.5rem;top:0rem;left:52.5rem;display:block; }
#cb1At3krgLeaplQhqpa8vrV2c0wOBJfT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.25rem;left:55rem;height:4.0625rem;font-style:normal;display:block; }
#OE7xLRZwR2AI8cPrrzubDoMht8rgKN4x { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:11.0625rem;left:55rem;height:2.7625rem;font-style:normal;display:block; }
#iIQozRtPJpuF3AfCyTSqAgt3hVeWEDdF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.875rem;left:55rem; }
#vNZtSp5E2dT8UB2pl9ynr2DNcda3i1qE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#201d1e;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:none; }#vNZtSp5E2dT8UB2pl9ynr2DNcda3i1qE > .row .container { border-width: 0; border-radius: 0; }#vNZtSp5E2dT8UB2pl9ynr2DNcda3i1qE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNZtSp5E2dT8UB2pl9ynr2DNcda3i1qE > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:none; }#CudX8cicma6uebVOLWp1gNecRvt30nMb { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:9.9375rem;left:0rem;height:2.40625rem;font-style:normal;display:block; }
#y9QTm93UWyzQlLIzA8EDTDnJtKwAB35z { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:7.78125rem;left:44.875rem;height:4.78125rem;font-style:normal;display:block; }
#KPXiceyXptUkoycUUgsAp9ELVW7FtUWd { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.5625rem;left:41.875rem;display:block; }
#ixGQaGGDc36OdPDGKrLfNXGf3aNMSTkO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#201d1e;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:none; }#ixGQaGGDc36OdPDGKrLfNXGf3aNMSTkO > .row .container { border-width: 0; border-radius: 0; }#ixGQaGGDc36OdPDGKrLfNXGf3aNMSTkO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixGQaGGDc36OdPDGKrLfNXGf3aNMSTkO > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:none; }#uKeSc2UIXfoWlrQEUKDZhBWz16T6xRE9 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:0.0625rem;left:44.9375rem;height:7.96875rem;font-style:normal;display:block; }
#JAhSSZkzuv7bAVnD3y2ACVoHOVsnuMOK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#201d1e;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:none; }#JAhSSZkzuv7bAVnD3y2ACVoHOVsnuMOK > .row .container { border-width: 0; border-radius: 0; }#JAhSSZkzuv7bAVnD3y2ACVoHOVsnuMOK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAhSSZkzuv7bAVnD3y2ACVoHOVsnuMOK > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#wO3UlWs3EDAeIWx95y6zfAKgrCxE2Bt2 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:0.625rem;left:44.875rem;height:4.78125rem;font-style:normal;display:block; }
#aJiTizJ7OVzRQmWrbEcVnJTXhCwqitBB { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:32.1875rem;top:0.625rem;left:42.8125rem;display:block; }
#rK81ath0LqD91G1zQCOcJ9T8GATLFVTi { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:3.5rem;left:41.875rem;display:block; }
#MopITTSiU8PfqHP2a3bD4x1XpcMlxcEq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#201d1e;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:none; }#MopITTSiU8PfqHP2a3bD4x1XpcMlxcEq > .row .container { border-width: 0; border-radius: 0; }#MopITTSiU8PfqHP2a3bD4x1XpcMlxcEq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MopITTSiU8PfqHP2a3bD4x1XpcMlxcEq > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:none; }#XbzJTL3dhQn42Q24qNJnreFVc4780eXn { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:0.0625rem;left:44.9375rem;height:7.96875rem;font-style:normal;display:block; }
#N5tZvR0gP8pdQBMXnXRnfgoCOhigTpJx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#201d1e;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:none; }#N5tZvR0gP8pdQBMXnXRnfgoCOhigTpJx > .row .container { border-width: 0; border-radius: 0; }#N5tZvR0gP8pdQBMXnXRnfgoCOhigTpJx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N5tZvR0gP8pdQBMXnXRnfgoCOhigTpJx > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:none; }#gxml71lmh19OigzB1g7FVTrbMPyFikVM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#gxml71lmh19OigzB1g7FVTrbMPyFikVM > .row .container { border-width: 0; border-radius: 0; }#gxml71lmh19OigzB1g7FVTrbMPyFikVM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gxml71lmh19OigzB1g7FVTrbMPyFikVM > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;overflow:visible;position:relative;display:none; }#RLQOmlIMOlMcbWzdN1M1a9QeaTQ9tlTV { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f3c7f721-7b00-426f-9f62-18aa1b16bd68/download69.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:18.375rem;top:5.25rem;left:26.9375rem;display:block; }#RLQOmlIMOlMcbWzdN1M1a9QeaTQ9tlTV.adaptive-delivery-prevent-bg, #RLQOmlIMOlMcbWzdN1M1a9QeaTQ9tlTV.lazyload, #RLQOmlIMOlMcbWzdN1M1a9QeaTQ9tlTV.lazyloading { background-image: none; }
#RrPZtd8T00KIraON7tf4bOAr6aUu6dTE { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:12.3125rem;top:4.375rem;left:33.8125rem;display:block; }
#Or13M4tS728CWqq5oNd9xxfC7X94vzki { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:27.625rem;left:26.9375rem;height:2.40625rem;font-style:normal;display:block; }
#clyC8FtVErMhB2XSgngzIGutkN30VZSW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:30.625rem;left:26.9375rem;height:17.53125rem;font-style:normal;display:block; }
#Zmwg0hfHX7QJ0WW3xWVmFT49mehRMvSy { color:rgba(var(--color-tertiary-4),0.1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:400;z-index:15005;line-height:.7;letter-spacing:0;top:5.1875rem;left:-3.8125rem;height:13.125rem;font-style:italic;display:block; }
#sTDwCV8CuSarP8tzEZUZfR0TxQKxshQq { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:30.625rem;left:53.8125rem;height:17.53125rem;font-style:normal;display:block; }
#obkFfW5Et1oWPnTDHQzeCsOaKW6ihkaV { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f3c7f721-7b00-426f-9f62-18aa1b16bd68/download69.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:18.375rem;top:5.25rem;left:53.8125rem;display:block; }#obkFfW5Et1oWPnTDHQzeCsOaKW6ihkaV.adaptive-delivery-prevent-bg, #obkFfW5Et1oWPnTDHQzeCsOaKW6ihkaV.lazyload, #obkFfW5Et1oWPnTDHQzeCsOaKW6ihkaV.lazyloading { background-image: none; }
#iMJmFpFOAnAE3ZTUFoMvu7Ue6wPbgTWO { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:12.3125rem;top:4.375rem;left:60.6875rem;display:block; }
#oAZh86lnqBgzBCe9KSQmOUO2DQ08DTHG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:27.625rem;left:53.8125rem;height:2.40625rem;font-style:normal;display:block; }
#iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo > .row .container { background-color: transparent; background-image: none; }#iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo > .row .container > .video-iframe-container { display: none; }#iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo > .row > .video-iframe-container { display: none; }#iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo > .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); }#iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo > .row .container { border-width: 0; border-radius: 0; }#iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#DRCtdSxeEt9ulAem4Azpus0Cz4O5JgAR { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7a351b9a-3faa-49c8-9a13-93493a329912/WhatsAppImage20230123at163840.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:35.8125rem;top:2.5rem;left:39.1875rem;display:block; }#DRCtdSxeEt9ulAem4Azpus0Cz4O5JgAR.adaptive-delivery-prevent-bg, #DRCtdSxeEt9ulAem4Azpus0Cz4O5JgAR.lazyload, #DRCtdSxeEt9ulAem4Azpus0Cz4O5JgAR.lazyloading { background-image: none; }
#iGRnRHbviiWMO38a6chcfmOFAwQlbWrM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.6875rem;top:4.375rem;left:37.4375rem;display:block; }
#pqCpJp0ZTpTWsJac383xNF9hdtn5QOAa { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:2.40625rem;font-style:normal;display:block; }
#ppzEfkG4GZxdR5sKzvLgxpCl2AdlB0rD { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.8125rem;left:0rem;height:4.78125rem;font-style:normal;display:block; }
#QbEIovtOdMPTfIObbz9ldObfcOELS3B7 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.0625rem;left:0rem;display:block; }
#ZoCNS0pCyBAxGz1vQSycfP8TWeTEkdpA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wKHMRhwsBpmN4b1rt5Z4k4ZiuqkqAklM { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.0625rem;left:0rem;display:none; }
#P5PnP9OcnV4e2rAzSb2KnJLsEsDcJgfw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/5b600025-e953-4038-9533-e2352ba4ddb2/cubes1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx.adaptive-delivery-prevent-bg, #JuxAa8zP284KV0ZeHD0DGnnpLAkErThx.lazyload, #JuxAa8zP284KV0ZeHD0DGnnpLAkErThx.lazyloading { background-image: none; }#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx > .row .container { background-color: transparent; background-image: none; }#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx > .row .container > .video-iframe-container { display: none; }#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx > .row > .video-iframe-container { display: none; }#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx > .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); }#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx > .row .container { border-width: 0; border-radius: 0; }#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#o6IDbwTz0R8DpaopfcUaWCUa0Gymg9s2 { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e601c99b-cf3a-4f5d-8be4-8c520fead1d2/download61.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44rem;width:31.8125rem;top:-6.1875rem;left:51.197265625rem;display:block; }#o6IDbwTz0R8DpaopfcUaWCUa0Gymg9s2.adaptive-delivery-prevent-bg, #o6IDbwTz0R8DpaopfcUaWCUa0Gymg9s2.lazyload, #o6IDbwTz0R8DpaopfcUaWCUa0Gymg9s2.lazyloading { background-image: none; }
#eN9zvzOlWtiivn1nEFqlsOgCvHMXlh6m { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:8.75rem;left:3.8125rem;height:8.25rem;font-style:italic;display:block; }
#HuZIl5Fv73sDawrvOPRp1ruWKdBGSQpE { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:18.3125rem;left:3.8125rem;height:3.5rem;font-style:normal;display:block; }
#QKWMgqwTCnQhDicDh4RrxV16uH2Rmp3l { color:rgba(var(--color-tertiary-0),1);display:block;width:3.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.5rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:13.75rem;font-style:italic;display:block; }
#qUvkSK1JJtz3QBDgt5kDClv4Gk4WSiQP { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:24.1875rem;top:32.75rem;left:61.125rem;display:block; }
#Uog7ydygRRSl3GAWNeSfUZeQMBG2P6yC { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(var(--color-secondary-4),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.25rem;left:3.8125rem;display:block; }
#CcTO1sTv4r0L3BoCaZTpdSPzVFd7PGJG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CiEDtthPs4k5KyXB9B3F65FUhsnBW5yB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.5625rem;left:5.0625rem; }
#dLnbZPBeLaT4vtzVfI1EowsTPA9PGZnn { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(var(--color-secondary-4),1);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.25rem;left:11.25rem;display:none; }
#kBsdmmT5I2NsS1mdGZmmsPTRyTim7iUG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BESQIdE4Ca0hEtP4BSLWCyde52DTD6fU { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25rem;left:28.375rem;height:2.84375rem;font-style:normal;display:block; }
#GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#201d1e;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; }#GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 > .row .container { background-color: transparent; background-image: none; }#GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 > .row .container > .video-iframe-container { display: none; }#GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 > .row > .video-iframe-container { display: none; }#GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 > .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); }#GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 > .row .container { border-width: 0; border-radius: 0; }#GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#DLlzMH4w2LAT8VRtM5EmTPr4I9aWc6c4 { color:rgba(var(--color-tertiary-0),0.54);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:5.84375rem;left:20.5625rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t81UyfWNHypG4TnP6FpTZTQd3EJGhQDf { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:5.84375rem;left:57.125rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qUVMSnC0aLTBTchaN7SRQM79I4kFvSFQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.875rem;left:55.15625rem; }
#acyg041mrvb7dTV5oIPpEKtNODCKHxcg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8rem;left:55.15625rem; }
#g0IVkNhTvm2Lk3NVwdyZoJDes7IRkyo9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.0625rem;left:55.15625rem; }
#Mqnf7Z6wzgbNto56o4O191Z5NLdKCS5M { color:#e7c26f;display:block;width:15.25rem;position:absolute;font-family:cinzel;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.9375rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#SzusQhLlCX9sc3u5qP0RhWaLAnXlJZRZ { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fff3cf27-c1f7-4f7f-9b4b-eabaf8370658/download1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:13.8125rem;top:5.6875rem;left:-1.875rem;display:block; }#SzusQhLlCX9sc3u5qP0RhWaLAnXlJZRZ.adaptive-delivery-prevent-bg, #SzusQhLlCX9sc3u5qP0RhWaLAnXlJZRZ.lazyload, #SzusQhLlCX9sc3u5qP0RhWaLAnXlJZRZ.lazyloading { background-image: none; }
#voHM0gkOeEDQu9l4Huxge7SIt6zCXx8B { color:#e7c26f;display:block;width:13.0625rem;position:absolute;font-family:cinzel;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#ZO7zFM09U1bWSpMIT1m66o6UVw7JWzCp { position:relative;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #ZO7zFM09U1bWSpMIT1m66o6UVw7JWzCp > .row .container { position:relative;display:block; }#RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb { background-color: transparent; background-image: none; }#RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb > .row .container > .video-iframe-container { display: none; }#RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb > .row > .video-iframe-container { display: none; }#RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb > .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); }#RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb { border-width: 0; border-radius: 0; }#RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb > .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; }#RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DQn9le2PhDNTi7t0bKOJwrT0ApXweCow { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow condensed";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:64.3125rem;display:block; }
#zb5iZy6ban8V4R85au8Po9Zn3cExbe3w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m69n8bzvSrSTWGyt5rfwSTQt8Fr5AryW { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#sIdyTfZOt9wx4CkiSQPlx33nETIiCnBf { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#JuExMez7WTeo1p6M5mqnMAewytccaDfP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QXKAxZE5FGk3sfpXiMpoaNLZkBgUEdQ8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#DztB56sQIzqJ1Uuw1Q5GZ0AzeQf7FMqq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WlXQkWB7Aidezkff1WhodxS8EqQh5XKr { display:block; }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR2DuVz1DqOPh4y2wySJKI8xX2hfmkGr { width:10.5625rem;height:3.4375rem;top:3.5625rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcmsWOKxgnMXTllbP1fiDf6y4Szu51y9 { display:block; }
 }@media only screen and (max-width: 763px) { #mcErISrn3ZnMQGbCfuz9sNSu3dEZ5aVQ { width:11.9375rem;height:5.5625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOyPD4HJuXkglK6zqc1SvZmsDF68kPdT { width:15.25rem;height:2rem;top:3.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isxmmokaxLAkXNM6IhIBLaIrIq93p09q { width:13.0625rem;height:1.1875rem;top:5.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wacvoxH6dOfsrmfqTnP33laTgIGAmh5I { width:12.875rem;height:1rem;top:5.5rem;left:15.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn6hBQAsMWJb2Tc7CpvhQ0v4THX3M9ap { width:0.0625rem;height:7.25rem;top:0rem;left:14.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW { display:none; }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dI9diNwPQK6lmrEJzdoUe78CkxSfmk7e { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke { display:block; }#H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDfdWT2pqK6vCph5l0HAJ8mg40IqQhnx { width:47.75rem;height:45.4375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RicwTPVERe8GTwSqD5pwf7Q6Ln8WImUV { width:12.5rem;height:16.125rem;top:12.25rem;left:21.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrhLnCBq4huRLrSOPAWiyoxCieAlXlHu { width:34.75rem;height:;top:6.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqllqNb0PKp8UZfQ0RU4eNg9Ib3UHvgJ { width:34.1875rem;height:3.0625rem;top:16.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH1AJPSfn434SL3fqiLvtL8AWQ0ViLmB { width:30.75rem;height:;top:20.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5XGUKXRVQPkB8GaQwKfeFz2G9mrZEe7 { width:1.875rem;height:15.75rem;top:20.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooG4Dz6R4ockNZblHtcJTOovvnbrwWSp { width:13rem;height:3.4375rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JykoaTiOJB6wozHiMlOHP99Myu7loeH0 { display:block; }
 }@media only screen and (max-width: 763px) { #MBi42FQoFnnAFJ9UX0Ps1TxyAHqaW9JK { width:1.75rem;height:1.75rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnV8IG9TJIsTITX6ckfu6NHbTHSEJNMl { width:1.875rem;height:19rem;top:11.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8Rq8Lytf9cqkbXm2zT3UupfkWssfsGF { width:7.9375rem;height:5.9375rem;top:6.0625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv59y2SI3Ew3PtFCsfB9Q7AgnDEtvxIN { width:38.1875rem;height:35.3125rem;top:7.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV { display:block; }#TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2wtVXtoCyhLSkJocqhqk1WHySU9zS7Q { width:23.75rem;height:28rem;top:8.125rem;left:10.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNIBMkurDwyFhVKLd9IAbuNgoIut7Lwx { width:1.875rem;height:26.8125rem;top:8.125rem;left:8.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD93wXUdbnr3CgRuxv79no07GkiqWJfu { width:15.375rem;height:4.8125rem;top:8.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUrrLEJ5v23Ticgr6iTvcTKyTdE6RWGM { width:1.875rem;height:29.875rem;top:5.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F94EgV2LzsZlELCosGmNE2GS2EgNnNIX { width:1.875rem;height:22.6875rem;top:35.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXLL1THT8HzcEMcGGXazbRaLT4t3G9R3 { width:20.9375rem;height:28rem;top:8.125rem;left:26.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9t53byDlgP7xelqqOfyAA1pHftMHV3o { width:1.875rem;height:25.6875rem;top:8.125rem;left:38.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi38tRc3L48BgBk489iIJ9CgPRDqycPD { display:block; }#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yw0SVTPlSyXLn8oShTPZf5RTLq65tDTv { width:32.125rem;height:36.0625rem;top:-3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6THnKpcOmTE8oQ6bdTBF4fbi7m9i0Mp { width:19.6875rem;height:28.9375rem;top:4.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9IEe1NwinTpbCWxf2aarHR4xd1zrQzB { width:31.0625rem;height:7.1875rem;top:4.9375rem;left:16.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwXDI3RwLW4MW9A1oLlyBWWdnwJVBQZT { width:30.75rem;height:9.375rem;top:13.625rem;left:17rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwbfKKfFDHKuUB68awEksEZbfsiGhztS { width:14.1875rem;height:3.4375rem;top:25.9375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6UFiSBiIh9oUUqW6BB8eyfOQ7uUiT49 { display:block; }
 }@media only screen and (max-width: 763px) { #O1XZy7eTOxmpteU08EdAXpHkFWbmFVed { width:1.75rem;height:1.75rem;top:26.8125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m { display:block; }#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXax0cGyB0wwzSyzoPXCsuQatHL36DMg { width:32.125rem;height:28.9375rem;top:5.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgAmnVer7FoTM3PCOQW3yFhXCo4xtDzl { width:19.6875rem;height:28.9375rem;top:6.875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geXx5i7wvBQLQhTpLg5xlWPKQUcN2a4g { width:37.3125rem;height:7.25rem;top:6.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdwdZ9sHLnxQvT0agMlWeiLdnLQN3A5a { width:30.75rem;height:9.375rem;top:15.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtkvAPDiWlFV8cT6cG5pBoxDK41SeefO { width:14.1875rem;height:3.4375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uerISxTvUmF7WcIPAidC9Mw6uycXTP3C { display:block; }
 }@media only screen and (max-width: 763px) { #EU4fMTPveq1QkbvwBvNfDKuTxWLA8fqn { width:1.75rem;height:1.75rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 { display:block; }#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy3JfqXqeJOZIR4BLxKy6LysRdCCK1ys { width:22.5rem;height:17.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e54Tqu3Pt2SSyJIxw688PU7gMZqBykdV { width:15.25rem;height:4.0625rem;top:6.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbh6hcwDtplzrTmNa5TnV3qHWK6BttNZ { width:16.5rem;height:2.75rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUsTu8mLZlbcA7a2gnGZIKJ5nsvPddTd { width:3.125rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9dw5vWePJb7hdgdOeugLSVbsJCzvHmp { width:22.5rem;height:17.1875rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKhAfwdgPZu4bOc1RW02GycSux0mB7Ky { width:15.25rem;height:4.0625rem;top:6.25rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkmRT492lMou41TxrHTz1ClqZHqcRcCS { width:18rem;height:2.75rem;top:11.0625rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyC3eDGXqJynXKwNLTWf7S67mnDLbDmv { width:3.5625rem;height:3.5625rem;top:1.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU2T7vO9gwhkATZEhLbe9I1RpCavmxJQ { width:22.5rem;height:17.1875rem;top:0rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb1At3krgLeaplQhqpa8vrV2c0wOBJfT { width:15.25rem;height:4.0625rem;top:6.25rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE7xLRZwR2AI8cPrrzubDoMht8rgKN4x { width:16.5rem;height:2.75rem;top:11.0625rem;left:31.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIQozRtPJpuF3AfCyTSqAgt3hVeWEDdF { width:3.375rem;height:3.375rem;top:1.875rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNZtSp5E2dT8UB2pl9ynr2DNcda3i1qE { display:block; }#vNZtSp5E2dT8UB2pl9ynr2DNcda3i1qE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CudX8cicma6uebVOLWp1gNecRvt30nMb { width:34.1875rem;height:2.375rem;top:9.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9QTm93UWyzQlLIzA8EDTDnJtKwAB35z { width:30.125rem;height:4.75rem;top:7.75rem;left:17.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPXiceyXptUkoycUUgsAp9ELVW7FtUWd { width:2.4375rem;height:2.4375rem;top:10.5625rem;left:28.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixGQaGGDc36OdPDGKrLfNXGf3aNMSTkO { display:block; }#ixGQaGGDc36OdPDGKrLfNXGf3aNMSTkO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKeSc2UIXfoWlrQEUKDZhBWz16T6xRE9 { width:30.0625rem;height:7.9375rem;top:0.0625rem;left:17.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAhSSZkzuv7bAVnD3y2ACVoHOVsnuMOK { display:block; }#JAhSSZkzuv7bAVnD3y2ACVoHOVsnuMOK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wO3UlWs3EDAeIWx95y6zfAKgrCxE2Bt2 { width:30.125rem;height:4.75rem;top:0.625rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJiTizJ7OVzRQmWrbEcVnJTXhCwqitBB { width:32.1875rem;height:0.0625rem;top:0.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK81ath0LqD91G1zQCOcJ9T8GATLFVTi { width:2.4375rem;height:2.4375rem;top:3.5rem;left:28.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MopITTSiU8PfqHP2a3bD4x1XpcMlxcEq { display:block; }#MopITTSiU8PfqHP2a3bD4x1XpcMlxcEq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbzJTL3dhQn42Q24qNJnreFVc4780eXn { width:30.0625rem;height:7.9375rem;top:0.0625rem;left:17.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5tZvR0gP8pdQBMXnXRnfgoCOhigTpJx { display:block; }#N5tZvR0gP8pdQBMXnXRnfgoCOhigTpJx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxml71lmh19OigzB1g7FVTrbMPyFikVM { display:block; }#gxml71lmh19OigzB1g7FVTrbMPyFikVM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLQOmlIMOlMcbWzdN1M1a9QeaTQ9tlTV { width:18.375rem;height:21.125rem;top:5.25rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrPZtd8T00KIraON7tf4bOAr6aUu6dTE { width:12.3125rem;height:21.1875rem;top:4.375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or13M4tS728CWqq5oNd9xxfC7X94vzki { width:13.9375rem;height:2.375rem;top:27.625rem;left:13.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clyC8FtVErMhB2XSgngzIGutkN30VZSW { width:21.1875rem;height:17.5rem;top:30.625rem;left:13.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmwg0hfHX7QJ0WW3xWVmFT49mehRMvSy { width:36.3125rem;height:13.125rem;top:5.1875rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTDwCV8CuSarP8tzEZUZfR0TxQKxshQq { width:21.1875rem;height:17.5rem;top:30.625rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obkFfW5Et1oWPnTDHQzeCsOaKW6ihkaV { width:18.375rem;height:21.125rem;top:5.25rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMJmFpFOAnAE3ZTUFoMvu7Ue6wPbgTWO { width:12.3125rem;height:21.1875rem;top:4.375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAZh86lnqBgzBCe9KSQmOUO2DQ08DTHG { width:13.9375rem;height:2.375rem;top:27.625rem;left:33.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo { display:block; }#iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRCtdSxeEt9ulAem4Azpus0Cz4O5JgAR { width:35.8125rem;height:23.625rem;top:2.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGRnRHbviiWMO38a6chcfmOFAwQlbWrM { width:18.6875rem;height:23.4375rem;top:4.375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqCpJp0ZTpTWsJac383xNF9hdtn5QOAa { width:34.1875rem;height:2.375rem;top:6.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppzEfkG4GZxdR5sKzvLgxpCl2AdlB0rD { width:31rem;height:4.75rem;top:9.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbEIovtOdMPTfIObbz9ldObfcOELS3B7 { width:14.9375rem;height:3.4375rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoCNS0pCyBAxGz1vQSycfP8TWeTEkdpA { display:block; }
 }@media only screen and (max-width: 763px) { #wKHMRhwsBpmN4b1rt5Z4k4ZiuqkqAklM { width:14.9375rem;height:3.4375rem;top:17.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5PnP9OcnV4e2rAzSb2KnJLsEsDcJgfw { display:block; }
 }@media only screen and (max-width: 763px) { #JuxAa8zP284KV0ZeHD0DGnnpLAkErThx { display:block; }#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6IDbwTz0R8DpaopfcUaWCUa0Gymg9s2 { width:31.8125rem;height:44rem;top:-6.1875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN9zvzOlWtiivn1nEFqlsOgCvHMXlh6m { width:37.5625rem;height:8.25rem;top:8.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuZIl5Fv73sDawrvOPRp1ruWKdBGSQpE { width:34.5rem;height:3.5rem;top:18.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKWMgqwTCnQhDicDh4RrxV16uH2Rmp3l { width:3.1875rem;height:13.75rem;top:6.25rem;left:0rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUvkSK1JJtz3QBDgt5kDClv4Gk4WSiQP { width:24.1875rem;height:5.0625rem;top:32.75rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uog7ydygRRSl3GAWNeSfUZeQMBG2P6yC { width:21.8125rem;height:4.375rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcTO1sTv4r0L3BoCaZTpdSPzVFd7PGJG { display:block; }
 }@media only screen and (max-width: 763px) { #CiEDtthPs4k5KyXB9B3F65FUhsnBW5yB { width:1.75rem;height:1.75rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLnbZPBeLaT4vtzVfI1EowsTPA9PGZnn { width:21.8125rem;height:4.375rem;top:27.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBsdmmT5I2NsS1mdGZmmsPTRyTim7iUG { display:block; }
 }@media only screen and (max-width: 763px) { #BESQIdE4Ca0hEtP4BSLWCyde52DTD6fU { width:21.75rem;height:2.8125rem;top:25rem;left:14.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 { display:block; }#GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLlzMH4w2LAT8VRtM5EmTPr4I9aWc6c4 { width:25.6875rem;height:11.8125rem;top:5.8125rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t81UyfWNHypG4TnP6FpTZTQd3EJGhQDf { width:17.875rem;height:6.1875rem;top:5.8125rem;left:29.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUVMSnC0aLTBTchaN7SRQM79I4kFvSFQ { width:1.1875rem;height:1.1875rem;top:5.875rem;left:41.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acyg041mrvb7dTV5oIPpEKtNODCKHxcg { width:1.1875rem;height:1.1875rem;top:8rem;left:41.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0IVkNhTvm2Lk3NVwdyZoJDes7IRkyo9 { width:1.1875rem;height:1.1875rem;top:10.0625rem;left:41.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqnf7Z6wzgbNto56o4O191Z5NLdKCS5M { width:15.25rem;height:2rem;top:12.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzusQhLlCX9sc3u5qP0RhWaLAnXlJZRZ { width:13.8125rem;height:6.5rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voHM0gkOeEDQu9l4Huxge7SIt6zCXx8B { width:13.0625rem;height:1.1875rem;top:14.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO7zFM09U1bWSpMIT1m66o6UVw7JWzCp { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #ZO7zFM09U1bWSpMIT1m66o6UVw7JWzCp > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb { display:block; }#RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQn9le2PhDNTi7t0bKOJwrT0ApXweCow { width:6rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb5iZy6ban8V4R85au8Po9Zn3cExbe3w { display:block; }
 }@media only screen and (max-width: 763px) { #m69n8bzvSrSTWGyt5rfwSTQt8Fr5AryW { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIdyTfZOt9wx4CkiSQPlx33nETIiCnBf { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuExMez7WTeo1p6M5mqnMAewytccaDfP { display:block; }
 }@media only screen and (max-width: 763px) { #QXKAxZE5FGk3sfpXiMpoaNLZkBgUEdQ8 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #DztB56sQIzqJ1Uuw1Q5GZ0AzeQf7FMqq { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WlXQkWB7Aidezkff1WhodxS8EqQh5XKr { background-color:#201d1e;background-image:none;display:block; }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row .container { background-color: transparent; background-image: none; }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row .container > .video-iframe-container { display: none; }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row > .video-iframe-container { display: none; }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .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); }#WlXQkWB7Aidezkff1WhodxS8EqQh5XKr > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR2DuVz1DqOPh4y2wySJKI8xX2hfmkGr { width:14.9375rem;height:3.4375rem;top:12.875rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcmsWOKxgnMXTllbP1fiDf6y4Szu51y9 { display:block; }
 }@media only screen and (max-width: 763px) { #mcErISrn3ZnMQGbCfuz9sNSu3dEZ5aVQ { width:7.4375rem;height:3.4375rem;top:1.8125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOyPD4HJuXkglK6zqc1SvZmsDF68kPdT { width:15.25rem;height:2.03125rem;top:5.8125rem;left:2.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #isxmmokaxLAkXNM6IhIBLaIrIq93p09q { width:13.0625rem;height:1.21875rem;top:7.625rem;left:3.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wacvoxH6dOfsrmfqTnP33laTgIGAmh5I { width:12.875rem;height:0.7558625rem;top:9.9375rem;left:3.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rn6hBQAsMWJb2Tc7CpvhQ0v4THX3M9ap { width:12.5rem;height:0.0625rem;top:9.03125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4baf4408-5e00-43a0-a4b3-3765fc3681a7/download20230804T120351138.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW.adaptive-delivery-prevent-bg, #yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW.lazyload, #yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW.lazyloading { background-image: none; }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW > .row .container { background-color: transparent; background-image: none; }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW > .row .container > .video-iframe-container { display: none; }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW > .row > .video-iframe-container { display: none; }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW > .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); }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW > .row .container { border-width: 0; border-radius: 0; }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yP7xdFyEKHKyUMfGCBv3VucR2ddVu6mW > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dI9diNwPQK6lmrEJzdoUe78CkxSfmk7e { top:0rem;left:11.3125rem;width:8.6875rem;height:12.5rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/aa9d1a51-6c1b-41e4-9ae4-5159dc22785d/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dI9diNwPQK6lmrEJzdoUe78CkxSfmk7e.adaptive-delivery-prevent-bg, #dI9diNwPQK6lmrEJzdoUe78CkxSfmk7e.lazyload, #dI9diNwPQK6lmrEJzdoUe78CkxSfmk7e.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke { display:block; }#H3kp91r7OIUz5h4iRO93Tx8EkZFZ9Mke > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDfdWT2pqK6vCph5l0HAJ8mg40IqQhnx { width:20rem;height:45.75rem;top:72.75976875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RicwTPVERe8GTwSqD5pwf7Q6Ln8WImUV { width:12.5rem;height:0.6875rem;top:33.28515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrhLnCBq4huRLrSOPAWiyoxCieAlXlHu { width:20rem;height:5.625rem;top:2.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hqllqNb0PKp8UZfQ0RU4eNg9Ib3UHvgJ { width:20rem;height:1.71875rem;top:8.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IH1AJPSfn434SL3fqiLvtL8AWQ0ViLmB { width:17.125rem;height:20rem;top:11.4375rem;left:1.625rem;font-size:1rem;line-height:1;color:rgba(255,255,255,0.76);display:block; }
 }@media only screen and (max-width: 763px) { #t5XGUKXRVQPkB8GaQwKfeFz2G9mrZEe7 { width:1.875rem;height:0;top:12.53515625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooG4Dz6R4ockNZblHtcJTOovvnbrwWSp { width:10.75rem;height:3.4375rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JykoaTiOJB6wozHiMlOHP99Myu7loeH0 { display:block; }
 }@media only screen and (max-width: 763px) { #MBi42FQoFnnAFJ9UX0Ps1TxyAHqaW9JK { display:flex;width:1.75rem;height:1.75rem;top:32rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #xnV8IG9TJIsTITX6ckfu6NHbTHSEJNMl { width:1.875rem;height:19rem;top:11.5625rem;left:0rem;font-size:1rem;z-index:15005;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #k8Rq8Lytf9cqkbXm2zT3UupfkWssfsGF { width:16.4375rem;height:0.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv59y2SI3Ew3PtFCsfB9Q7AgnDEtvxIN { width:20rem;height:35.3125rem;top:7.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV { display:block; }#TDkdQqy0LTZ6TCPGSz4Dp05yg0SOcadV > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2wtVXtoCyhLSkJocqhqk1WHySU9zS7Q { width:17.8125rem;height:30.9375rem;top:5.65625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNIBMkurDwyFhVKLd9IAbuNgoIut7Lwx { width:1.875rem;height:0;top:6.8984375rem;left:9.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AD93wXUdbnr3CgRuxv79no07GkiqWJfu { width:20rem;height:1.71875rem;top:2.5rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SUrrLEJ5v23Ticgr6iTvcTKyTdE6RWGM { width:1.875rem;height:29.90625rem;top:5.71875rem;left:0rem;font-size:0.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #F94EgV2LzsZlELCosGmNE2GS2EgNnNIX { width:1.875rem;height:22.6875rem;top:35.8125rem;left:0rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #GXLL1THT8HzcEMcGGXazbRaLT4t3G9R3 { width:17.3125rem;height:25.78125rem;top:35.6875rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9t53byDlgP7xelqqOfyAA1pHftMHV3o { width:1.875rem;height:auto;top:8.125rem;left:9.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xi38tRc3L48BgBk489iIJ9CgPRDqycPD { display:block; }#Xi38tRc3L48BgBk489iIJ9CgPRDqycPD > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yw0SVTPlSyXLn8oShTPZf5RTLq65tDTv { width:20rem;height:12rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6THnKpcOmTE8oQ6bdTBF4fbi7m9i0Mp { width:8.5rem;height:11.0625rem;top:3.6875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9IEe1NwinTpbCWxf2aarHR4xd1zrQzB { width:20rem;height:5.625rem;top:16.46875rem;left:0rem;font-size:1.5625rem;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RwXDI3RwLW4MW9A1oLlyBWWdnwJVBQZT { width:18.5rem;height:8.4375rem;top:23.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwbfKKfFDHKuUB68awEksEZbfsiGhztS { width:14.1875rem;height:3.4375rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6UFiSBiIh9oUUqW6BB8eyfOQ7uUiT49 { display:block; }
 }@media only screen and (max-width: 763px) { #O1XZy7eTOxmpteU08EdAXpHkFWbmFVed { display:flex;width:1.75rem;height:1.75rem;top:34.09375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m { display:block; }#ZVA0mOQCol4NHzQqbsPM8I8SbrlySc8m > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXax0cGyB0wwzSyzoPXCsuQatHL36DMg { width:20rem;height:12rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgAmnVer7FoTM3PCOQW3yFhXCo4xtDzl { width:8.5rem;height:11.0625rem;top:3.6875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #geXx5i7wvBQLQhTpLg5xlWPKQUcN2a4g { width:20rem;height:7.5rem;top:15.90625rem;left:0rem;font-size:1.5625rem;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sdwdZ9sHLnxQvT0agMlWeiLdnLQN3A5a { width:19.75rem;height:8.4375rem;top:24rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtkvAPDiWlFV8cT6cG5pBoxDK41SeefO { width:14.1875rem;height:3.4375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uerISxTvUmF7WcIPAidC9Mw6uycXTP3C { display:block; }
 }@media only screen and (max-width: 763px) { #EU4fMTPveq1QkbvwBvNfDKuTxWLA8fqn { display:flex;width:1.75rem;height:1.75rem;top:35.0625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 { display:block; }#eZDZxbPSXggFtX3IhrqFLenJkt5EuV81 > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy3JfqXqeJOZIR4BLxKy6LysRdCCK1ys { width:18.75rem;height:9.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e54Tqu3Pt2SSyJIxw688PU7gMZqBykdV { width:12.4375rem;height:3.25rem;top:2.5rem;left:5.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbh6hcwDtplzrTmNa5TnV3qHWK6BttNZ { width:12.1875rem;height:2.4375rem;top:6.375rem;left:5.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUsTu8mLZlbcA7a2gnGZIKJ5nsvPddTd { display:flex;width:3.125rem;height:3.125rem;top:2.5625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #u9dw5vWePJb7hdgdOeugLSVbsJCzvHmp { width:18.75rem;height:11.1875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKhAfwdgPZu4bOc1RW02GycSux0mB7Ky { width:11.3125rem;height:3.25rem;top:13.75rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkmRT492lMou41TxrHTz1ClqZHqcRcCS { width:11.5625rem;height:3.65625rem;top:17.625rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyC3eDGXqJynXKwNLTWf7S67mnDLbDmv { display:flex;width:3.5625rem;height:3.5625rem;top:13.5625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #RU2T7vO9gwhkATZEhLbe9I1RpCavmxJQ { width:18.75rem;height:11.375rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb1At3krgLeaplQhqpa8vrV2c0wOBJfT { width:11.25rem;height:3.25rem;top:26.0625rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE7xLRZwR2AI8cPrrzubDoMht8rgKN4x { width:10.6875rem;height:3.65625rem;top:29.9375rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIQozRtPJpuF3AfCyTSqAgt3hVeWEDdF { display:flex;width:3.375rem;height:3.375rem;top:26rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #vNZtSp5E2dT8UB2pl9ynr2DNcda3i1qE { display:none; }#vNZtSp5E2dT8UB2pl9ynr2DNcda3i1qE > .row .container { width:20rem;height:11.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CudX8cicma6uebVOLWp1gNecRvt30nMb { width:20rem;height:1.375rem;top:2.3125rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;color:#dcac69;display:block; }
 }@media only screen and (max-width: 763px) { #y9QTm93UWyzQlLIzA8EDTDnJtKwAB35z { width:17.125rem;height:5.625rem;top:4.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPXiceyXptUkoycUUgsAp9ELVW7FtUWd { width:2.4375rem;height:2.4375rem;top:8.75rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ixGQaGGDc36OdPDGKrLfNXGf3aNMSTkO { display:none; }#ixGQaGGDc36OdPDGKrLfNXGf3aNMSTkO > .row .container { width:20rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uKeSc2UIXfoWlrQEUKDZhBWz16T6xRE9 { width:20rem;height:8.92380625rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAhSSZkzuv7bAVnD3y2ACVoHOVsnuMOK { display:none; }#JAhSSZkzuv7bAVnD3y2ACVoHOVsnuMOK > .row .container { width:20rem;height:7.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wO3UlWs3EDAeIWx95y6zfAKgrCxE2Bt2 { width:15.25rem;height:6.375rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJiTizJ7OVzRQmWrbEcVnJTXhCwqitBB { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK81ath0LqD91G1zQCOcJ9T8GATLFVTi { width:2.4375rem;height:2.4375rem;top:5.25rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #MopITTSiU8PfqHP2a3bD4x1XpcMlxcEq { display:none; }#MopITTSiU8PfqHP2a3bD4x1XpcMlxcEq > .row .container { width:20rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XbzJTL3dhQn42Q24qNJnreFVc4780eXn { width:20rem;height:8.92380625rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5tZvR0gP8pdQBMXnXRnfgoCOhigTpJx { display:none; }#N5tZvR0gP8pdQBMXnXRnfgoCOhigTpJx > .row .container { width:20rem;height:3.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gxml71lmh19OigzB1g7FVTrbMPyFikVM { display:none; }#gxml71lmh19OigzB1g7FVTrbMPyFikVM > .row .container { width:20rem;height:78.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RLQOmlIMOlMcbWzdN1M1a9QeaTQ9tlTV { width:11.8125rem;height:13.625rem;top:4.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrPZtd8T00KIraON7tf4bOAr6aUu6dTE { width:9.3125rem;height:13.75rem;top:5.2109375rem;left:3.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Or13M4tS728CWqq5oNd9xxfC7X94vzki { width:13.9375rem;height:1.71875rem;top:19.5625rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #clyC8FtVErMhB2XSgngzIGutkN30VZSW { width:20rem;height:14.0625rem;top:21.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmwg0hfHX7QJ0WW3xWVmFT49mehRMvSy { width:20rem;height:2.3183625rem;top:1.25rem;left:0rem;font-size:3.3125rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #sTDwCV8CuSarP8tzEZUZfR0TxQKxshQq { width:20rem;height:14.0625rem;top:57.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obkFfW5Et1oWPnTDHQzeCsOaKW6ihkaV { width:11.8125rem;height:13.625rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMJmFpFOAnAE3ZTUFoMvu7Ue6wPbgTWO { width:9.3125rem;height:13.75rem;top:41.125rem;left:3.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #oAZh86lnqBgzBCe9KSQmOUO2DQ08DTHG { width:13.9375rem;height:1.71875rem;top:55.5rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo { display:block; }#iF7CaMsXW5ptLwz3ILcHponLKRIsm3Wo > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRCtdSxeEt9ulAem4Azpus0Cz4O5JgAR { width:20rem;height:11.125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGRnRHbviiWMO38a6chcfmOFAwQlbWrM { width:16.75rem;height:3.6875rem;top:2.5625rem;left:3.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pqCpJp0ZTpTWsJac383xNF9hdtn5QOAa { width:20rem;height:1.71875rem;top:15.3125rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ppzEfkG4GZxdR5sKzvLgxpCl2AdlB0rD { width:20rem;height:4.21875rem;top:17.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbEIovtOdMPTfIObbz9ldObfcOELS3B7 { width:9.5rem;height:3.4375rem;top:23.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoCNS0pCyBAxGz1vQSycfP8TWeTEkdpA { display:block; }
 }@media only screen and (max-width: 763px) { #wKHMRhwsBpmN4b1rt5Z4k4ZiuqkqAklM { width:9.625rem;height:3.4375rem;top:23.625rem;left:0rem;z-index:15009;background-color:#000000;background-image:none;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #P5PnP9OcnV4e2rAzSb2KnJLsEsDcJgfw { display:block; }
 }@media only screen and (max-width: 763px) { #JuxAa8zP284KV0ZeHD0DGnnpLAkErThx { display:block; }#JuxAa8zP284KV0ZeHD0DGnnpLAkErThx > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6IDbwTz0R8DpaopfcUaWCUa0Gymg9s2 { width:16.8125rem;height:22rem;top:1.9375rem;left:3.6875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e601c99b-cf3a-4f5d-8be4-8c520fead1d2/download61.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15022;display:block; }#o6IDbwTz0R8DpaopfcUaWCUa0Gymg9s2.adaptive-delivery-prevent-bg, #o6IDbwTz0R8DpaopfcUaWCUa0Gymg9s2.lazyload, #o6IDbwTz0R8DpaopfcUaWCUa0Gymg9s2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eN9zvzOlWtiivn1nEFqlsOgCvHMXlh6m { width:10.25rem;height:5.15625rem;top:17.5rem;left:1rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HuZIl5Fv73sDawrvOPRp1ruWKdBGSQpE { width:16.1875rem;height:3.9375rem;top:25.25rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKWMgqwTCnQhDicDh4RrxV16uH2Rmp3l { width:3.1875rem;height:0;top:26.1875rem;left:8.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUvkSK1JJtz3QBDgt5kDClv4Gk4WSiQP { width:18.625rem;height:8.75rem;top:23.9375rem;left:-0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uog7ydygRRSl3GAWNeSfUZeQMBG2P6yC { width:18rem;height:3.625rem;top:31rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcTO1sTv4r0L3BoCaZTpdSPzVFd7PGJG { display:block; }
 }@media only screen and (max-width: 763px) { #CiEDtthPs4k5KyXB9B3F65FUhsnBW5yB { display:flex;width:1.75rem;height:1.75rem;top:32rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #dLnbZPBeLaT4vtzVfI1EowsTPA9PGZnn { width:18rem;height:3.625rem;top:35.25rem;left:0.9375rem;font-size:1.0625rem;z-index:15008;background-color:transparent;background-image:none;border-top:0.0625rem solid #3d4144;border-left:0.0625rem solid #3d4144;border-right:0.0625rem solid #3d4144;border-bottom:0.0625rem solid #3d4144;color:#3d4144;display:block; }
 }@media only screen and (max-width: 763px) { #kBsdmmT5I2NsS1mdGZmmsPTRyTim7iUG { display:block; }
 }@media only screen and (max-width: 763px) { #BESQIdE4Ca0hEtP4BSLWCyde52DTD6fU { width:20rem;height:1.3808625rem;top:40.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 { display:block; }#GZ7M2oVbE5Gxy8Bw2Z6gvU42D8vihLy4 > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLlzMH4w2LAT8VRtM5EmTPr4I9aWc6c4 { width:20rem;height:9.44825rem;top:12rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t81UyfWNHypG4TnP6FpTZTQd3EJGhQDf { width:14.625rem;height:5.3613375rem;top:23.4375rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUVMSnC0aLTBTchaN7SRQM79I4kFvSFQ { display:flex;width:1.1875rem;height:1.1875rem;top:23.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #acyg041mrvb7dTV5oIPpEKtNODCKHxcg { display:flex;width:1.1875rem;height:1.1875rem;top:24.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g0IVkNhTvm2Lk3NVwdyZoJDes7IRkyo9 { display:flex;width:1.1875rem;height:1.1875rem;top:27rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Mqnf7Z6wzgbNto56o4O191Z5NLdKCS5M { width:15.25rem;height:2.03125rem;top:7.1875rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzusQhLlCX9sc3u5qP0RhWaLAnXlJZRZ { width:7.25rem;height:3.375rem;top:3.2412109375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voHM0gkOeEDQu9l4Huxge7SIt6zCXx8B { width:13.0625rem;height:1.21875rem;top:9.15625rem;left:3.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO7zFM09U1bWSpMIT1m66o6UVw7JWzCp { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #ZO7zFM09U1bWSpMIT1m66o6UVw7JWzCp > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#RpXG5Sl7WNTiDRM0UfbvgRUWnpMfTWVb > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQn9le2PhDNTi7t0bKOJwrT0ApXweCow { width:4.6875rem;height:1.5rem;top:0.5625rem;left:12.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb5iZy6ban8V4R85au8Po9Zn3cExbe3w { display:block; }
 }@media only screen and (max-width: 763px) { #m69n8bzvSrSTWGyt5rfwSTQt8Fr5AryW { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sIdyTfZOt9wx4CkiSQPlx33nETIiCnBf { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuExMez7WTeo1p6M5mqnMAewytccaDfP { display:block; }
 }@media only screen and (max-width: 763px) { #QXKAxZE5FGk3sfpXiMpoaNLZkBgUEdQ8 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DztB56sQIzqJ1Uuw1Q5GZ0AzeQf7FMqq { display:block; }
 }