.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row .container { background-color: transparent; background-image: none; }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row .container > .video-iframe-container { display: none; }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row > .video-iframe-container { display: none; }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .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); }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row .container { border-width: 0; border-radius: 0; }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#DPkwSzB9lo0CUZ9AzxPNAM68GbBFD2mn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.1875rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#zHGWgKL3tMz5KLgAlrpErrwqRD8awBbV { color:#313131;display:block;width:36.75rem;position:absolute;font-family:barlow;font-size:3.4375rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:18.875rem;left:0rem;height:7.5625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t2ovI2SyiDJuTZGvozbW4Ai7LB5S6gaM { position:absolute;display:block;z-index:14998;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:41.1875rem;width:37.8125rem;top:2rem;left:38.875001907349rem;overflow:hidden;display:block; }
#eLCJXyP56NCs6HeztMrPpaZfWxTGkWTT { color:#5a5a5a;display:block;width:23.8125rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:400;z-index:15038;line-height:.8;letter-spacing:0;top:27.75rem;left:2.8125rem;height:3.44824375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DuKMun9KG57M7zCHB3zXxTVWwUupzdfq { background-color:#01d332;background-image:none;border-top:0rem solid #ffffff;border-left:1.875rem solid rgba(0,0,0,0);border-right:0rem solid #ffffff;border-bottom:0rem solid #0f823a;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 2.5rem rgba(1,211,50,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:4.165625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.1875rem;left:0rem;display:block; }
#dHuPr1GgB4z9pRSCs7Jyzyd6n4xI8pl2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ursGUo6lmqxnAfGggRVFGbaQuOXZsk27 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:34.3125rem;left:2.5rem; }
#xXtUANu0oVAdfiTs5CGbnxMwUNg3EF5X { position:absolute;display:block;z-index:15043;background-color:#ed1c24;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:313.75rem;border-top-right-radius:313.75rem;border-bottom-left-radius:313.75rem;border-bottom-right-radius:313.75rem;box-shadow: 0rem 0rem 0.625rem #01d332 ;height:0.75rem;width:0.75rem;top:32.875rem;left:19.34765625rem;display:block; }
#VdDNQzqyoQEwCyW75kbzseWJkKIyD2dk { color:#6f6f6f;display:block;width:8.875rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:34.14453125rem;left:24.5rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vooQPZb7U3mspuWnnMMkbdBKNXl2bakz { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);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:2rem;width:19.4375rem;top:15.3125rem;left:13.194791793823rem;display:none; }
#TrziMWvppBpDUrUicCvmqHWMDhRv1IKQ { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);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:2rem;width:19.4375rem;top:15.3125rem;left:13.194791793823rem;display:none; }
#zzcOIAVx13LiQLnsZJnExwwwZpKpzcPE { color:#01d332;display:block;width:2.8125rem;position:absolute;font-family:"font awesome 2022";font-size:1.4375rem;font-weight:400;z-index:15039;line-height:.8;letter-spacing:0;top:27.75rem;left:0rem;height:3.44824375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#riZ0KbS4lMQKNOiuDqXxaMoTLF3htaoe { background-color:transparent;background-image:none;border-top:0.0625rem solid #e62e3d;border-left:0.0625rem solid #e62e3d;border-right:0.0625rem solid #e62e3d;border-bottom:0.0625rem solid #e62e3d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#e62e3d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:12.8125rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.1875rem;left:0rem;display:block; }
#JTIx0ilcf5HPCCxShcciDfRWCgizAwqE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XHKbhpeImzhQDUqREEBTZSAk0Z2fa0h7 { background-color:transparent;background-image:none;border-top:0.0625rem solid #e62e3d;border-left:0.0625rem solid #e62e3d;border-right:0.0625rem solid #e62e3d;border-bottom:0.0625rem solid #e62e3d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#e62e3d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:12.695833375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.125rem;left:13.375rem;display:block; }
#lPL2ZEdTEts3ExzCMTqA6VVMEFEqfvnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Plb92A2ENuItUnBBIoPuifwLhqIJNcog { box-sizing:content-box;height:43.0625rem;width:47.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/21cf82c7-2e9f-469b-a275-8fdd1569c0c0/077ad3b6ecPhotoroom.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.8125rem;left:34.0625rem;display:block; }#Plb92A2ENuItUnBBIoPuifwLhqIJNcog.adaptive-delivery-prevent-bg, #Plb92A2ENuItUnBBIoPuifwLhqIJNcog.lazyload, #Plb92A2ENuItUnBBIoPuifwLhqIJNcog.lazyloading { background-image: none; }
#DMEgyzADwEuInQ4NaAk4MggcMvt3TDoP { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#MGRxAO3pQ0gggrnXbxsdWSR6o2Ulm0XK { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:5.9375rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2rem;left:69.0546875rem;display:block; }
#dDmWl5QosFh9ZcNaT93xTuSmSpN8mRw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgBktGIB21gTnIAq7vaMa3fRPNHJhdOk { color:#ffd661;display:block;width:7.5625rem;position:absolute;font-family:"font awesome 2022";font-size:0.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:39.25rem;left:5.5625rem;height:0.75rem;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; }
#TIaNgwrx5FDDQspUIb3ZZc2TchTvzqMt { color:#000000;display:block;width:18.375rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:39.0625rem;left:12.125rem;height:1.19921875rem;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; }
#LqFovfx84rX3vBP8eEhnvVrb2BHTnp4Q { color:#000000;display:block;width:2.625rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:38.75rem;left:9.5rem;height:1.79980625rem;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; }
#FaQkfNmMLrQqAeUIE7Ve8T1Z8qMztXlx { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3e0082e9-de0b-41a2-a6d8-5079eb6975c5/download20250620T111930064.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.5625rem;left:2.875rem;border-top:0.125rem solid #c02631;border-left:0.125rem solid #c02631;border-right:0.125rem solid #c02631;border-bottom:0.125rem solid #c02631;display:block; }#FaQkfNmMLrQqAeUIE7Ve8T1Z8qMztXlx.adaptive-delivery-prevent-bg, #FaQkfNmMLrQqAeUIE7Ve8T1Z8qMztXlx.lazyload, #FaQkfNmMLrQqAeUIE7Ve8T1Z8qMztXlx.lazyloading { background-image: none; }
#tFgowg8OvhlP5WHgvwDPhHZbqZB7ZqEJ { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7eabaa10-9b8d-49fb-a4a3-09258e9bc895/download20250620T111956373.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.5625rem;left:1.8125rem;border-top:0.125rem solid #e84b56;border-left:0.125rem solid #e84b56;border-right:0.125rem solid #e84b56;border-bottom:0.125rem solid #e84b56;display:block; }#tFgowg8OvhlP5WHgvwDPhHZbqZB7ZqEJ.adaptive-delivery-prevent-bg, #tFgowg8OvhlP5WHgvwDPhHZbqZB7ZqEJ.lazyload, #tFgowg8OvhlP5WHgvwDPhHZbqZB7ZqEJ.lazyloading { background-image: none; }
#g5bqt17tFE5ctfVrlPfmnZl3AxZFeybo { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fb8d3577-de13-43d7-80b8-dfa233feadeb/download20250620T111917029.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.5625rem;left:0.6875rem;border-top:0.125rem solid #ffa0a7;border-left:0.125rem solid #ffa0a7;border-right:0.125rem solid #ffa0a7;border-bottom:0.125rem solid #ffa0a7;display:block; }#g5bqt17tFE5ctfVrlPfmnZl3AxZFeybo.adaptive-delivery-prevent-bg, #g5bqt17tFE5ctfVrlPfmnZl3AxZFeybo.lazyload, #g5bqt17tFE5ctfVrlPfmnZl3AxZFeybo.lazyloading { background-image: none; }
#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #171717, #333333);background-image: -moz-linear-gradient(90deg, #171717, #333333);background-image: -ms-linear-gradient(90deg, #171717, #333333);background-image: -o-linear-gradient(90deg, #171717, #333333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#333333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#333333' );";background-image: linear-gradient(90deg, #171717, #333333);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; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container { background-color: transparent; background-image: none; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container > .video-iframe-container { display: none; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row > .video-iframe-container { display: none; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .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); }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container { border-width: 0; border-radius: 0; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#EoQXyCsA039EJyRr1oAwNL7vB0F7Ts11 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.25rem;left:0rem; }
#lzHvZs8I34lqJdrxJBVErEmbWZiJ1Tdi { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:3.8125rem;left:3.5rem;height:3.1494125rem;font-style:normal;display:block; }
#CODH8HCTJLepleQwELIRudN4lPsQToJX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.1875rem;left:18.75rem; }
#y2UTEQguJPiNzSPwICMuWx308mI7uc2t { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:3.8125rem;left:22.4375rem;height:3.1494125rem;font-style:normal;display:block; }
#UTrcyRiudzykSMeJA8LMqCWhnkUFwexH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4.3125rem;left:37.5rem; }
#sBbs7k7z9KkbJ9KMyt7yrhwRtd6EU4yI { color:#ffffff;display:block;width:10rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:41rem;height:2.923825rem;font-style:normal;display:block; }
#KraQonxwVFnKmwcO12rBvPNcmbQUHofE { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:3.8125rem;left:59.75rem;height:3.1494125rem;font-style:normal;display:block; }
#UMgTAVVpqORrxlLGUtdiZdUB4WKN52se { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.1875rem;left:56.25rem; }
#rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm > .row .container { background-color: transparent; background-image: none; }#rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm > .row .container > .video-iframe-container { display: none; }#rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm > .row > .video-iframe-container { display: none; }#rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm > .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); }#rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm > .row .container { border-width: 0; border-radius: 0; }#rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#rWcoVfkEZpuwR96vGfhJIlc0XIA3phkQ { color:#3e3e3e;display:block;width:25.4375rem;position:absolute;font-family:barlow;font-size:3.75rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:7rem;left:0rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eT6kHXc8ZEzhEm9yEDTFbGeUImpy3TC1 { color:#6b6b6b;display:block;width:28.625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:17.125rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XKBQNkm1RGwI1reVzyJBOekmHqJoJBff { background-color:#e52f3b;background-image:none;border-top:0;border-left:1.5625rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:33.125rem;height:3.445833375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:6.3125rem;left:40.4375rem;display:block; }
#lnp2IihizLGpglCqPFUXeW0d6dv1QOed { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G50UV44EFA2FftfwTVlROvDxRNanCkOc { background-color:#e52f3b;background-image:none;border-top:0;border-left:1.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:33.125rem;height:3.44583125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.008333206177rem;left:40.4375rem;display:block; }
#rtk015r6fxU7aWsTHC5OUZ1a8ETGQGN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MALFutVkmFpomMU9cnw1WU3f3Oi3kTqS { background-color:#e52f3b;background-image:none;border-top:0;border-left:1.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:33.125rem;height:3.44583125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:15.704166412354rem;left:40.4375rem;display:block; }
#VlRlNLuFFhV20kOTJ9uevAi8uSsdmT7N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AgHJT39VPGzNdafaqCmBKt3gm7lJmfZI { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:11.293750762939rem;left:43.304168701172rem;height:;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;text-align:left;text-align-last:left;display:block; }
#BgFghK6lA63xlGwCFis5PQe1WIWRxOzK { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.9;letter-spacing:0;top:6.6104164123538rem;left:43.304168701172rem;height:;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;text-align:left;text-align-last:left;display:block; }
#c72GuG3f1z6aQdi5auShAXbKodxQ8ckm { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.9;letter-spacing:0;top:15.958332061767rem;left:43.116668701172rem;height:;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;text-align:left;text-align-last:left;display:block; }
#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c02631;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; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container { background-color: transparent; background-image: none; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container > .video-iframe-container { display: none; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row > .video-iframe-container { display: none; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .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); }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container { border-width: 0; border-radius: 0; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#RF7H8diV988Iwttcg23QPNBtqDhA9rT5 { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.5rem;width:20rem;top:7rem;left:2.4375rem;display:block; }
#JV8bu3AXM8ti9T7SRMfEidwa1yOIcTbB { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.5rem;left:6.125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KMnDsAagPxd6cECmsnD1ZtNigC5T1IT2 { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:21.25rem;left:4.1250019073486rem;height:7.4365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bVKxovHdh3lfRDsphbBxwv3UdGh6fwvZ { background-color:rgba(0,0,0,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.5625rem;left:3.7500019073486rem;display:block; }
#rxixgCeCl2OMSSMBl440nn6SGlh1RW6W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O66X1sN0s57ndIw3BT17xhkwgVUnqb4c { position:absolute;display:block;z-index:14989;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2b5c0130-e54d-4584-afb2-3abfb66df398/b2b5dfde61.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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.75rem;width:20.125rem;top:7rem;left:2.4375rem;display:block; }#O66X1sN0s57ndIw3BT17xhkwgVUnqb4c.adaptive-delivery-prevent-bg, #O66X1sN0s57ndIw3BT17xhkwgVUnqb4c.lazyload, #O66X1sN0s57ndIw3BT17xhkwgVUnqb4c.lazyloading { background-image: none; }
#RnrF0u4ihvTHw1fTidPcCDsJTu7Sw93c { position:absolute;display:block;z-index:14988;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.5625rem;width:20rem;top:6.9375rem;left:27.4375rem;display:block; }
#KrisoQSQFIl82mxa2LS8afTnWDDM5DXS { background-color:rgba(0,0,0,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.5625rem;left:28.75rem;display:block; }
#SdKgdRQ84dzrvwl6Iw2n7XqRcZThFNSs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DDHtJn97EAV7MLLayIZFMqo8oPSqlgGX { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:21.25rem;left:29.3125rem;height:5.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U9EpqVq5yByN94Ls8x9q3KPlNpa78Fsz { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.5rem;left:31.125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xg4NNbZlQq2mv3Nd9fDL6TQiG3w8yeun { position:absolute;display:block;z-index:14992;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/671ddf7d-f164-44f2-9cb1-52d7ad846195/8af42a0294.jpg");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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.75rem;width:20rem;top:7rem;left:27.5rem;display:block; }#Xg4NNbZlQq2mv3Nd9fDL6TQiG3w8yeun.adaptive-delivery-prevent-bg, #Xg4NNbZlQq2mv3Nd9fDL6TQiG3w8yeun.lazyload, #Xg4NNbZlQq2mv3Nd9fDL6TQiG3w8yeun.lazyloading { background-image: none; }
#aFpph7BaoV84G70u2SQkyF53q9nteist { position:absolute;display:block;z-index:14985;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.5rem;width:20rem;top:7rem;left:52.4375rem;display:block; }
#QCG7tOXQReaSs4l4sIuHwD1b6sQkOMPC { background-color:rgba(0,0,0,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.5625rem;left:53.75rem;display:block; }
#oKFJR6VVVgmsUrBwRtwWhDf4zi8XztHy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTDuJdst3Pw753UC8tdPUVewqJV5iV51 { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:21.25rem;left:54.3125rem;height:7.4365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daaL09nrG6RgBNBLyihpMqTvD5DsIcMZ { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.5rem;left:55.375001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AiI1Lx2gF5dlMxV7DZMesE0AXTHOiEzA { position:absolute;display:block;z-index:14984;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84b1bf75-af2e-4c0f-92f7-a537ab9ea5a7/008a5b052c.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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.75rem;width:20.125rem;top:7rem;left:52.4375rem;display:block; }#AiI1Lx2gF5dlMxV7DZMesE0AXTHOiEzA.adaptive-delivery-prevent-bg, #AiI1Lx2gF5dlMxV7DZMesE0AXTHOiEzA.lazyload, #AiI1Lx2gF5dlMxV7DZMesE0AXTHOiEzA.lazyloading { background-image: none; }
#pwcd6gwvB8FaGZcW7VDm58SyPCrK1x50 { box-sizing:content-box;height:10.5625rem;width:10.5625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15041;background-color:#e5b24e;background-image:none;top:2.125rem;left:67.0625rem;display:block; }
#x6EfuasrN8Pqf7R45pDVOr8aurZzMeUg { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:6.3125rem;left:68.3125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TR5MrCaaGoBR6d6Lve6gbmWXK1rXfdmX { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:barlow;font-size:0.6875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:9.4375rem;left:69.1875rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
#Z8N59Bmu5NPzQ5FJ2iaaXHZG3htRmcme { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:3.5rem;left:71.25rem; }
#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo { position:relative;display:none; }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo { border-width: 0; border-radius: 0; }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo > .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; }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8be52;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; }#NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 > .row .container { background-color: transparent; background-image: none; }#NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 > .row .container > .video-iframe-container { display: none; }#NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 > .row > .video-iframe-container { display: none; }#NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 > .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); }#NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 > .row .container { border-width: 0; border-radius: 0; }#NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K68GwrFrT3M86dlPD4UB5SBgCXgplu3y { color:#c71e28;display:block;width:39.4375rem;position:absolute;font-family:barlow;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.4375009536743rem;left:35.5625rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T5Hkrcf9U8Vlc10wWxV1r8FbJlCkcJ1z { color:#303030;display:block;width:23.75rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.75rem;left:39.9375rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cTbU5l3rlZitIhCJKi4nCSFJTT16NwtC { 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:15042;opacity:1;top:11.375rem;left:35.562501907349rem; }
#fHfGCKslgp5LnIds6eUTTVkhggdcISJU { 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:15043;opacity:1;top:17rem;left:35.562501907349rem; }
#LMsXFAgJ9NbLkgUgMR97B9tTdgLpBOAP { color:#303030;display:block;width:25rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.375rem;left:39.937501907349rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gzmEyiCGsIgUZsGeWhkp9wXdvmtkw3bh { color:#303030;display:block;width:21.5rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:22rem;left:39.9375rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zH7kqvdVThn7e1178fNwcBCS2IM2Tm6W { 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:15044;opacity:1;top:22.625rem;left:35.562501907349rem; }
#gtN24md7HSJrJhChr7wmPUSQW2IEoWrh { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);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:2rem;width:19.4375rem;top:15.3125rem;left:13.194791793823rem;display:none; }
#ncKV7aVVFQGZaSGwcvWQf1xaBZwxu04q { box-sizing:content-box;height:30.9375rem;width:44.375rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76ff3d9b-b440-4a71-99d7-72d69d7b0636/c93b09000bPhotoroom.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.1875rem;left:-8.75rem;display:block; }#ncKV7aVVFQGZaSGwcvWQf1xaBZwxu04q.adaptive-delivery-prevent-bg, #ncKV7aVVFQGZaSGwcvWQf1xaBZwxu04q.lazyload, #ncKV7aVVFQGZaSGwcvWQf1xaBZwxu04q.lazyloading { background-image: none; }
#ncKV7aVVFQGZaSGwcvWQf1xaBZwxu04q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row .container { background-color: transparent; background-image: none; }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row .container > .video-iframe-container { display: none; }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row > .video-iframe-container { display: none; }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .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); }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row .container { border-width: 0; border-radius: 0; }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#EXk6WGkFIJKOmR4vphGzkbVpB8ip5EH7 { color:#313131;display:block;width:13.6875rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:3.75rem;left:1.875rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kREcSWwKRMAW4xTaf6fADTyVGSAsFqZu { color:#313131;display:block;width:14.125rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:3.75rem;left:26.875rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vNgEUbiyss2vEixI8kfwStsOdD88wc0D { color:#313131;display:block;width:12.875rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:3.6875rem;left:51.875rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cDZZDr8zRfJ7rXnL11I58zxO0BHD62GT { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(49,49,49,0.4);background-image:none;top:3.4375rem;left:0rem;display:block; }
#PXDBw07LRD2ITBfTZTfeIb8UVydCavyU { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(49,49,49,0.4);background-image:none;top:3.4375rem;left:25rem;display:block; }
#qWKpSf92SZRpSpuJ0JJHIOuUzLRk0ENp { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(49,49,49,0.4);background-image:none;top:3.4375rem;left:50rem;display:block; }
#e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq > .row .container { background-color: transparent; background-image: none; }#e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq > .row .container > .video-iframe-container { display: none; }#e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq > .row > .video-iframe-container { display: none; }#e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq > .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); }#e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq > .row .container { border-width: 0; border-radius: 0; }#e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq > .row .container { font-size:0.875rem;font-family:arial;height:61.0625rem;width:75rem;position:relative;display:block; }#omfDHqWiIHCKUU1SIzmR1PBcpk5WuWFN { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/84b1bf75-af2e-4c0f-92f7-a537ab9ea5a7/008a5b052c.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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.625rem 0rem 1.5625rem rgba(0,0,0,0.15) ;height:18.75rem;width:18.75rem;top:11.5625rem;left:37.1875rem;display:block; }#omfDHqWiIHCKUU1SIzmR1PBcpk5WuWFN.adaptive-delivery-prevent-bg, #omfDHqWiIHCKUU1SIzmR1PBcpk5WuWFN.lazyload, #omfDHqWiIHCKUU1SIzmR1PBcpk5WuWFN.lazyloading { background-image: none; }
#omfDHqWiIHCKUU1SIzmR1PBcpk5WuWFN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#omfDHqWiIHCKUU1SIzmR1PBcpk5WuWFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOcrHnV4mziqD0S6xXiTHbX8ATeS78no { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab963172-871a-4356-9f3b-7abb1864b970/55convertio.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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.625rem 0rem 1.5625rem rgba(0,0,0,0.15) ;height:18.75rem;width:18.75rem;top:11.5625rem;left:19.0625rem;display:block; }#TOcrHnV4mziqD0S6xXiTHbX8ATeS78no.adaptive-delivery-prevent-bg, #TOcrHnV4mziqD0S6xXiTHbX8ATeS78no.lazyload, #TOcrHnV4mziqD0S6xXiTHbX8ATeS78no.lazyloading { background-image: none; }
#TOcrHnV4mziqD0S6xXiTHbX8ATeS78no::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#TOcrHnV4mziqD0S6xXiTHbX8ATeS78no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAHvW54cwZOOlMLuxLrBfhMgkNcA9X3N { color:#303030;display:block;width:47.5rem;position:absolute;font-family:barlow;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.8125019073486rem;left:13.750001907349rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WeeDKTvNcF0F53OZbO10IqWQbBrF8PVT { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,190,0,0.2), rgba(244,197,49,0.1));background-image: -moz-linear-gradient(90deg, rgba(255,190,0,0.2), rgba(244,197,49,0.1));background-image: -ms-linear-gradient(90deg, rgba(255,190,0,0.2), rgba(244,197,49,0.1));background-image: -o-linear-gradient(90deg, rgba(255,190,0,0.2), rgba(244,197,49,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe0033', endColorstr='#f4c53119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe0033', endColorstr='#f4c53119' );";background-image: linear-gradient(90deg, rgba(255,190,0,0.2), rgba(244,197,49,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.8125rem;width:24.1875rem;top:33.874998092651rem;left:12.125001907349rem;display:block; }
#tAnH4KXA5VXD66sKq6sTbecUuoZplpCR { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,190,0,0.2), rgba(244,197,49,0.1));background-image: -moz-linear-gradient(90deg, rgba(255,190,0,0.2), rgba(244,197,49,0.1));background-image: -ms-linear-gradient(90deg, rgba(255,190,0,0.2), rgba(244,197,49,0.1));background-image: -o-linear-gradient(90deg, rgba(255,190,0,0.2), rgba(244,197,49,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe0033', endColorstr='#f4c53119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe0033', endColorstr='#f4c53119' );";background-image: linear-gradient(90deg, rgba(255,190,0,0.2), rgba(244,197,49,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.8125rem;width:24.25rem;top:33.937498092651rem;left:38.625001907349rem;display:block; }
#p0AG2ziND2U42y2TFrqJcmRDqx7sBq7i { color:#303030;display:block;width:22.125rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:35.499998092651rem;left:13.687501907349rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KMzbzm0X4uuvt7o7TzODTzoZsiAaTwCG { color:#303030;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:38.999998092651rem;left:13.812501907349rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JiZpskHb8JzuhG6MzIZWFqUETT0ak5lq { color:#303030;display:block;width:22.125rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:35.499998092651rem;left:40.437501907349rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k955oRgFJIE4qPTWCroDO357leznf3hu { color:#303030;display:block;width:20.5rem;position:absolute;font-family:assistant;font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:38.999998092651rem;left:40.562501907349rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SIh5mqtvXVEoJMmyEmeNFRE3iWVew2Pe { position:absolute;display:block;z-index:14999;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.0625rem;width:50.75rem;top:48.624998092651rem;left:12.125001907349rem;display:block; }
#G6bpb1BIgtCJTFPbv0GeIbncsJ4OtUtX { color:#303030;display:block;width:25.625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:49.78125rem;left:13.750001907349rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xMyKV6rgE1IgGTKBFt1oIWxRCHVpPh19 { background-color:#01d332;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.48541625rem;height:3.73541625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:49.734373092651rem;left:43.132295608521rem;display:block; }
#UIDQF5nU7XHDi64aPNiPD4uBNIbhqAD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI > .row .container { background-color: transparent; background-image: none; }#WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI > .row .container > .video-iframe-container { display: none; }#WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI > .row > .video-iframe-container { display: none; }#WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI > .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); }#WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI > .row .container { border-width: 0; border-radius: 0; }#WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#TcMVCIkIdl6IUeax2J3o6O0TBANOioMc { color:#303030;display:block;width:47.5rem;position:absolute;font-family:barlow;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.125rem;left:13.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw { position:relative;display:block; }#hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw { background-color: transparent; background-image: none; }#hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw > .row .container > .video-iframe-container { display: none; }#hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw > .row > .video-iframe-container { display: none; }#hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw > .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); }#hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw { border-width: 0; border-radius: 0; }#hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw > .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; }#hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;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; }#szUtEiheshl0bgCOIIiLBolIMoOqP9Sm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:22.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#W9oCubCBLPwzkLM5tJDTx9UdqdpMK2Bi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:22.875rem;top:0rem;left:26.0625rem;overflow:hidden;display:block; }
#DTVQCogXXK98LbmfPPETl3upTzdD1rgd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:22.75rem;top:0rem;left:52.25rem;overflow:hidden;display:block; }
#DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima { position:relative;display:block; }#DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima { background-color: transparent; background-image: none; }#DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima > .row .container > .video-iframe-container { display: none; }#DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima > .row > .video-iframe-container { display: none; }#DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima > .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); }#DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima { border-width: 0; border-radius: 0; }#DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima > .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; }#DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.75rem;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; }#ze37ekKybMB5F6evqkAMmlcy13gbwbRl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:22.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TpmBbu0wE3kQsTaW2rMX7zsGi27oXhmn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:22.75rem;top:0rem;left:26.125rem;overflow:hidden;display:block; }
#r7ZNbwHrXDpLW5GsXTTu81ED4Q6h9CwS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:23rem;top:0.3125rem;left:52rem;overflow:hidden;display:block; }
#n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb { position:relative;display:block; }#n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb { background-color: transparent; background-image: none; }#n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb > .row .container > .video-iframe-container { display: none; }#n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb > .row > .video-iframe-container { display: none; }#n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb > .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); }#n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb { border-width: 0; border-radius: 0; }#n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb > .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; }#n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.8125rem;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; }#TnP89iTPnbxFFUSms360WAaTsAhpf1ci { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:22.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#o42HBqcF4p0nNsaU80ivMRIEGTGTxiH5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:23.0625rem;top:0rem;left:25.96875rem;overflow:hidden;display:block; }
#Ix35MyxfxyfRBpb9NgD2w0HVTA1cfrUW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:23rem;top:0.375rem;left:52rem;overflow:hidden;display:block; }
#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zNm5UjMv/Lens_production.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv.adaptive-delivery-prevent-bg, #i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv.lazyload, #i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv.lazyloading { background-image: none; }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv > .row .container { background-color: transparent; background-image: none; }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,33,33,0.9); }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv > .row .container > .video-iframe-container { display: none; }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,33,33,0.9); }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv > .row > .video-iframe-container { display: none; }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv > .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); }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv > .row .container { border-width: 0; border-radius: 0; }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#lMV53dwCbGhbPkc2ZnAvnEoLDGARkgL7 { color:#ffffff;display:block;width:58.6875rem;position:absolute;font-family:barlow;font-size:2.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:5.0000009536743rem;left:8.1562519073488rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OLtEqTzGTsRXxqcFbVTB1GuK8TtEPGKy { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.98541625rem;height:4.98541625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.125000953674rem;left:24.507291793823rem;display:block; }
#Jll6ayyoT6i47hPg6tyVTtIxWuwb8a9F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ckRIM885a11OydrSr2PuOi1k7Tp49Q6L { position:relative;display:none; }#ckRIM885a11OydrSr2PuOi1k7Tp49Q6L { border-width: 0; border-radius: 0; }#ckRIM885a11OydrSr2PuOi1k7Tp49Q6L > .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; }#ckRIM885a11OydrSr2PuOi1k7Tp49Q6L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.9375rem;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; }#uEch0BWZfeDT762OqKgxbVVrUL9NvQXF { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Q6MCluVB/ray_ban.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:6.8125rem;width:9.5rem;top:11.375rem;left:25.5rem;display:block; }#uEch0BWZfeDT762OqKgxbVVrUL9NvQXF.adaptive-delivery-prevent-bg, #uEch0BWZfeDT762OqKgxbVVrUL9NvQXF.lazyload, #uEch0BWZfeDT762OqKgxbVVrUL9NvQXF.lazyloading { background-image: none; }
#c2V7x42FwUEar5brhhcw2Vz1fZ88e9VE { color:#313131;display:block;width:45.9375rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4.8125rem;left:14.531251907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#TSsh1C8MHA0MVUcQJLILTIcWQVQrxCFR { position:absolute;display:block;z-index:15029;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.5rem;width:5.5rem;top:12.125rem;left:18.0625rem;overflow:hidden;display:block; }
#lhwFrHFuXXfTtC05UcvegNb79InUxRCp { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7c17df5-4550-4504-a6c6-bd327f1ad78c/mv.jpg");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:7.125rem;width:10.25rem;top:11.25rem;left:35.25rem;display:block; }#lhwFrHFuXXfTtC05UcvegNb79InUxRCp.adaptive-delivery-prevent-bg, #lhwFrHFuXXfTtC05UcvegNb79InUxRCp.lazyload, #lhwFrHFuXXfTtC05UcvegNb79InUxRCp.lazyloading { background-image: none; }
#lhwFrHFuXXfTtC05UcvegNb79InUxRCp::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; }#lhwFrHFuXXfTtC05UcvegNb79InUxRCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#btrA7yyVr6OBCmxBS9gVFcs2Bp5BqFA8 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8e45835f-784f-438d-956f-2dfe4fb3af34/SabrinaSato.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.375rem;width:10.25rem;top:11.125rem;left:46.75rem;display:block; }#btrA7yyVr6OBCmxBS9gVFcs2Bp5BqFA8.adaptive-delivery-prevent-bg, #btrA7yyVr6OBCmxBS9gVFcs2Bp5BqFA8.lazyload, #btrA7yyVr6OBCmxBS9gVFcs2Bp5BqFA8.lazyloading { background-image: none; }
#btrA7yyVr6OBCmxBS9gVFcs2Bp5BqFA8::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; }#btrA7yyVr6OBCmxBS9gVFcs2Bp5BqFA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 { position:relative;display:block; }#ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 { background-color: transparent; background-image: none; }#ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 > .row .container > .video-iframe-container { display: none; }#ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 > .row > .video-iframe-container { display: none; }#ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 > .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); }#ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 { border-width: 0; border-radius: 0; }#ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 > .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; }#ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.875rem;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; }#TposacQmuOvzMQkc5rfSxMXqgOQE5Gvn { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Q6MCluVB/ray_ban.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:6.8125rem;width:9.5rem;top:10.625rem;left:11.6875rem;display:block; }#TposacQmuOvzMQkc5rfSxMXqgOQE5Gvn.adaptive-delivery-prevent-bg, #TposacQmuOvzMQkc5rfSxMXqgOQE5Gvn.lazyload, #TposacQmuOvzMQkc5rfSxMXqgOQE5Gvn.lazyloading { background-image: none; }
#CgBtAUaQD7QEV36pJZiuTFvRvHNCnIxb { color:#313131;display:block;width:45.9375rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4.8125rem;left:14.531251907349rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#IsSeMGrTyumAPtTsg6M5sweKnkl7wG4J { position:absolute;display:block;z-index:15029;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.5rem;width:5.5rem;top:11.375rem;left:5rem;overflow:hidden;display:block; }
#f4OGVv88hrqBncQf4cCn6Z6LGnECU9dk { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7c17df5-4550-4504-a6c6-bd327f1ad78c/mv.jpg");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:7.125rem;width:10.25rem;top:10.5rem;left:20.3125rem;display:block; }#f4OGVv88hrqBncQf4cCn6Z6LGnECU9dk.adaptive-delivery-prevent-bg, #f4OGVv88hrqBncQf4cCn6Z6LGnECU9dk.lazyload, #f4OGVv88hrqBncQf4cCn6Z6LGnECU9dk.lazyloading { background-image: none; }
#f4OGVv88hrqBncQf4cCn6Z6LGnECU9dk::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; }#f4OGVv88hrqBncQf4cCn6Z6LGnECU9dk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#wUoimiW2WvBF3whe1seSoTm53OB1OHGt { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8e45835f-784f-438d-956f-2dfe4fb3af34/SabrinaSato.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.375rem;width:10.25rem;top:10.375rem;left:31.25rem;display:block; }#wUoimiW2WvBF3whe1seSoTm53OB1OHGt.adaptive-delivery-prevent-bg, #wUoimiW2WvBF3whe1seSoTm53OB1OHGt.lazyload, #wUoimiW2WvBF3whe1seSoTm53OB1OHGt.lazyloading { background-image: none; }
#wUoimiW2WvBF3whe1seSoTm53OB1OHGt::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; }#wUoimiW2WvBF3whe1seSoTm53OB1OHGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#C8KddiTsCAQVLT2bTqauTpZcZRCWWntG { position:absolute;display:block;z-index:15030;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:3.5625rem;width:6.6875rem;top:12.6875rem;left:44.625rem;overflow:hidden;display:block; }
#Ui77G1fC6Zlutuz5Ogr5ZDORUbVKMQi7 { position:absolute;display:block;z-index:14998;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.625rem;width:11.5rem;top:10.3125rem;left:51.25rem;overflow:hidden;display:block; }
#bI4GL6DLz9o7MwPUt1VSJnrrQ29QpmS6 { position:absolute;display:block;z-index:15032;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.25rem;width:6.25rem;top:10.875rem;left:62.9375rem;overflow:hidden;display:block; }
#aPmLVABL7s0SAIL0l3RDiEzvre5GdVFH { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:8.4375rem;top:21.5rem;left:5rem;overflow:hidden;display:block; }
#BxDTITJ7WwLcm23cqCJnmPd99mWHkwfV { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:8.25rem;top:21.1875rem;left:15.5rem;overflow:hidden;display:block; }
#DvdQLr0D1VoSdVUiStT8xl2EqqptSRZp { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.25rem;top:22.4375rem;left:25.9375rem;overflow:hidden;display:block; }
#CTkn8igaLxgXx9CeLROVT0NiFnXHH1PH { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.25rem;top:21.5rem;left:37.3125rem;overflow:hidden;display:block; }
#GL80LtgMbTTV9wVWZg9nWShLhIaGNrxW { position:absolute;display:block;z-index:15037;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.3125rem;width:6.3125rem;top:20.5rem;left:45.5rem;overflow:hidden;display:block; }
#AnV8r2ZFIPMNW0K1Dr8kTnUhsOKeF30D { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:20.9375rem;left:54.5rem;overflow:hidden;display:block; }
#bbaRufAgQu3JD1XLSX2DuigTXRWMWex6 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:7.25rem;top:21.3125rem;left:62.4375rem;overflow:hidden;display:block; }
#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container { background-color: transparent; background-image: none; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container > .video-iframe-container { display: none; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row > .video-iframe-container { display: none; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .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); }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container { border-width: 0; border-radius: 0; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#WlBUydg8pa7WauJXRRs4lxomPN6QTG5f { color:#2e2e2e;display:block;width:25.0625rem;position:absolute;font-family:barlow;font-size:3.125rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:10.875rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ybHs1kQXZoQQFO9EFCT8ggnWou5ye3cA { color:#303030;display:block;width:27.9375rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:15.75rem;left:0rem;height:4.3984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#czCnTmHEnwPQCoqEPf9b13bBwmfPFUNB { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:22.0625rem;left:0rem;display:block; }
#J7DiAT17AmBuG3vAKTwCLUtT3dEy3qHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOedPMbLB0I88zf1U2d1cXzii1d71Dee { background-color:#03e558;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.2);border-left:0.0625rem solid rgba(0,0,0,0.2);border-right:0.0625rem solid rgba(0,0,0,0.2);border-bottom:0.0625rem solid rgba(0,0,0,0.2);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#3a3a3a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.375000953674rem;left:39.750001907349rem;display:none; }
#XatwIx3gBsEZrn4GEqnLqd5TzrJcm8g4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVE7qb5Ro5cfvSmS8Mtpw86UNxauxKiQ { position:absolute;display:block;z-index:15047;height:25rem;width:37.5rem;top:4.3500003814697rem;left:37.5rem;display:block; }
#u8uy3VPAe3H0PqioR1i67AOG0EHDio9m { position:absolute;display:block;z-index:15047;height:25rem;width:37.5rem;top:4.3500003814697rem;left:37.5rem;display:none; }
#H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte > .row .container { background-color: transparent; background-image: none; }#H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte > .row .container > .video-iframe-container { display: none; }#H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte > .row > .video-iframe-container { display: none; }#H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte > .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); }#H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte > .row .container { border-width: 0; border-radius: 0; }#H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#kFshtISWT8PJO0DGfqqSgFknaCZg92vS { position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/99514efe-6230-47af-8d51-3928bce95af1/7convertio.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #01d332;border-left:0.1875rem solid #01d332;border-right:0rem solid #03e558;border-bottom:0rem solid #03e558;border-top-left-radius:0.625rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:26rem;width:31.5625rem;top:5.75rem;left:5rem;display:block; }#kFshtISWT8PJO0DGfqqSgFknaCZg92vS.adaptive-delivery-prevent-bg, #kFshtISWT8PJO0DGfqqSgFknaCZg92vS.lazyload, #kFshtISWT8PJO0DGfqqSgFknaCZg92vS.lazyloading { background-image: none; }
#AHsJwLVJl1Rxg4E8vFEIvhBgHZ7TV28X { color:#2e2e2e;display:block;width:25.0625rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:9.4375rem;left:39.875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h5yJgOhvBVL4kk2w22fg1HyVmBF9ifFV { color:#808080;display:block;width:21.5625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:300;z-index:15043;line-height:1.1;letter-spacing:0;top:12.75rem;left:39.875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JxbV7r9SRvo6KqFFoQJ7T3vSkKplAesE { color:#303030;display:block;width:30.0625rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:15.625rem;left:39.875rem;height:7.222625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JxbV7r9SRvo6KqFFoQJ7T3vSkKplAesE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JxbV7r9SRvo6KqFFoQJ7T3vSkKplAesE li:before{  }
#c783462W9KVQi2k52QbNOmHyRtC8T55U { background-color:#01d332;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.625rem;left:39.875rem;display:block; }
#AyBtIP34HOuC8UbKeHnvvotK4y0h3Sqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #171717, #303030);background-image: -moz-linear-gradient(90deg, #171717, #303030);background-image: -ms-linear-gradient(90deg, #171717, #303030);background-image: -o-linear-gradient(90deg, #171717, #303030);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#303030' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#303030' );";background-image: linear-gradient(90deg, #171717, #303030);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; }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row .container { background-color: transparent; background-image: none; }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row .container > .video-iframe-container { display: none; }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row > .video-iframe-container { display: none; }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .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); }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row .container { border-width: 0; border-radius: 0; }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#bxuqEotF4dEieRaDX7q3JaTE7ow5vou6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.25rem;top:6.8125rem;left:20.1875rem;overflow:hidden;display:block; }
#J2sTUhQcB0OIDceOSMqAnwRAt9sp54fU { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.9;letter-spacing:0;top:8rem;left:42.625rem;height:19rem;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; }
#eASN4DuJirMyOEwbCwab8fTpb7AZ0uKS { color:#01d332;display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(1,211,50,0.5);top:8rem;left:39.9375rem;height:19rem;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;text-align:left;text-align-last:left;display:block; }
#uuaagrbwc64I6qLFxD8vNFaxbVTi5FGv { position:absolute;display:block;z-index:15022;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:23.75rem;width:0.0625rem;top:5.625rem;left:37.0625rem;display:block; }
#IVBPXiASBDRWaitOz3priLzWksSB90vM { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.799999237061rem;left:20.1875rem;height:3.0859375rem;font-style:normal;display:block; }
#N2ERTecQD40tGoJvs2BZgpVgPhHK8pp0 { background-color:#01d332;background-image:none;border-top:0;border-left:1.5625rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#282828;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:25.0625rem;left:19.9375rem;display:block; }
#d9N0Hx8plNmCyx8gzVsvKGc6gyDPbTcC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CeiG8MGnPi3cOGF2x7yuBcXmaP38JSXt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:25.9375rem;left:21.375rem; }
#PgxNxRULMTKki2Vsq2bcHCDrBdEVntTm { position:absolute;display:block;z-index:15022;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:23.75rem;width:0.0625rem;top:5.6875rem;left:36.6875rem;display:none; }
#ot6bIhgdZNuz40Cbafc1trMmHtMuyJac { 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:15024;opacity:1;top:6.8125rem;left:71.875rem; }
#ot6bIhgdZNuz40Cbafc1trMmHtMuyJac > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#n8URg7uvHynXGs7pKqw4sCGkLo6rqoxA { color:#ffffff;display:block;width:75rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:33.5rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR { background-color: transparent; background-image: none; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row .container > .video-iframe-container { display: none; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row > .video-iframe-container { display: none; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .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); }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR { border-width: 0; border-radius: 0; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .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; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,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; }#FQTvx9q6my0tMkuKQZ1kqc73A2SE5lVM { background-color:#8b1921;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.6875rem;left:62.25rem;display:block; }
#GOrHh3q7Tx9s0LZNQ90Ktbx08sV0vLep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTzMlEghOikaWq08yEKWNOr9roNlOV7g { box-sizing:content-box;color:#8b1921;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; }
#TpT0CaQotAzeBPgmbQPPwow88tZwW7xH { background-color:#01d332;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:#ffffff;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; }
#Lb6GeV9XknVbRwgA5amIP3wTfxgoVysT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owzvFPaJmSbJ3l9eyVb7wikQuzfXy18N { 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(0,0,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; }
#pChgE408Lu4Ad7zE9D47NmQKRHW7r4r6 { 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) { #HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 { display:block; }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPkwSzB9lo0CUZ9AzxPNAM68GbBFD2mn { width:9.1875rem;height:9.8125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHGWgKL3tMz5KLgAlrpErrwqRD8awBbV { width:36.75rem;height:7.5625rem;top:18.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ovI2SyiDJuTZGvozbW4Ai7LB5S6gaM { width:37.8125rem;height:41.1875rem;top:2rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLCJXyP56NCs6HeztMrPpaZfWxTGkWTT { width:23.8125rem;height:3.4375rem;top:27.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuKMun9KG57M7zCHB3zXxTVWwUupzdfq { width:22.5625rem;height:4.125rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHuPr1GgB4z9pRSCs7Jyzyd6n4xI8pl2 { display:block; }
 }@media only screen and (max-width: 763px) { #ursGUo6lmqxnAfGggRVFGbaQuOXZsk27 { width:1.8125rem;height:1.8125rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXtUANu0oVAdfiTs5CGbnxMwUNg3EF5X { width:0.75rem;height:0.75rem;top:32.875rem;left:5.72265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdDNQzqyoQEwCyW75kbzseWJkKIyD2dk { width:8.875rem;height:;top:34.125rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vooQPZb7U3mspuWnnMMkbdBKNXl2bakz { width:19.4375rem;height:2rem;top:15.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrziMWvppBpDUrUicCvmqHWMDhRv1IKQ { width:19.4375rem;height:2rem;top:15.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzcOIAVx13LiQLnsZJnExwwwZpKpzcPE { width:2.8125rem;height:3.4375rem;top:27.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riZ0KbS4lMQKNOiuDqXxaMoTLF3htaoe { width:12.8125rem;height:2.4375rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTIx0ilcf5HPCCxShcciDfRWCgizAwqE { display:block; }
 }@media only screen and (max-width: 763px) { #XHKbhpeImzhQDUqREEBTZSAk0Z2fa0h7 { width:12.6875rem;height:2.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPL2ZEdTEts3ExzCMTqA6VVMEFEqfvnK { display:block; }
 }@media only screen and (max-width: 763px) { #Plb92A2ENuItUnBBIoPuifwLhqIJNcog { width:47.125rem;height:43.0625rem;top:0.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMEgyzADwEuInQ4NaAk4MggcMvt3TDoP { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGRxAO3pQ0gggrnXbxsdWSR6o2Ulm0XK { width:5.9375rem;height:2.5rem;top:2rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDmWl5QosFh9ZcNaT93xTuSmSpN8mRw0 { display:block; }
 }@media only screen and (max-width: 763px) { #TgBktGIB21gTnIAq7vaMa3fRPNHJhdOk { width:7.5625rem;height:0.75rem;top:39.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIaNgwrx5FDDQspUIb3ZZc2TchTvzqMt { width:18.375rem;height:1.1875rem;top:39.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqFovfx84rX3vBP8eEhnvVrb2BHTnp4Q { width:2.625rem;height:1.75rem;top:38.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaQkfNmMLrQqAeUIE7Ve8T1Z8qMztXlx { width:2rem;height:2rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFgowg8OvhlP5WHgvwDPhHZbqZB7ZqEJ { width:2rem;height:2rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5bqt17tFE5ctfVrlPfmnZl3AxZFeybo { width:2rem;height:2rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv { display:block; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoQXyCsA039EJyRr1oAwNL7vB0F7Ts11 { width:2.25rem;height:2.25rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzHvZs8I34lqJdrxJBVErEmbWZiJ1Tdi { width:11.1875rem;height:2.9746125rem;top:3.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CODH8HCTJLepleQwELIRudN4lPsQToJX { width:2.25rem;height:2.25rem;top:4.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2UTEQguJPiNzSPwICMuWx308mI7uc2t { width:12.375rem;height:2.9746125rem;top:3.8125rem;left:11.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTrcyRiudzykSMeJA8LMqCWhnkUFwexH { width:2.25rem;height:2.25rem;top:4.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBbs7k7z9KkbJ9KMyt7yrhwRtd6EU4yI { width:10rem;height:2.76171875rem;top:3.9375rem;left:23.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KraQonxwVFnKmwcO12rBvPNcmbQUHofE { width:12.1875rem;height:2.9746125rem;top:3.8125rem;left:35.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMgTAVVpqORrxlLGUtdiZdUB4WKN52se { width:2.25rem;height:2.25rem;top:4.1875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm { display:block; }#rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWcoVfkEZpuwR96vGfhJIlc0XIA3phkQ { width:25.4375rem;height:2.0625rem;top:7rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6kHXc8ZEzhEm9yEDTFbGeUImpy3TC1 { width:28.625rem;height:1.21875rem;top:17.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKBQNkm1RGwI1reVzyJBOekmHqJoJBff { width:33.125rem;height:3.4375rem;top:6.3125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnp2IihizLGpglCqPFUXeW0d6dv1QOed { display:block; }
 }@media only screen and (max-width: 763px) { #G50UV44EFA2FftfwTVlROvDxRNanCkOc { width:33.125rem;height:3.4375rem;top:11rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtk015r6fxU7aWsTHC5OUZ1a8ETGQGN0 { display:block; }
 }@media only screen and (max-width: 763px) { #MALFutVkmFpomMU9cnw1WU3f3Oi3kTqS { width:33.125rem;height:3.4375rem;top:15.6875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlRlNLuFFhV20kOTJ9uevAi8uSsdmT7N { display:block; }
 }@media only screen and (max-width: 763px) { #AgHJT39VPGzNdafaqCmBKt3gm7lJmfZI { width:1.875rem;height:;top:11.25rem;left:29.679168701172rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgFghK6lA63xlGwCFis5PQe1WIWRxOzK { width:1.875rem;height:;top:6.5625rem;left:29.679168701172rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c72GuG3f1z6aQdi5auShAXbKodxQ8ckm { width:1.875rem;height:;top:15.9375rem;left:29.491668701172rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq { display:block; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RF7H8diV988Iwttcg23QPNBtqDhA9rT5 { width:20rem;height:29.5rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV8bu3AXM8ti9T7SRMfEidwa1yOIcTbB { width:12.875rem;height:1.7871125rem;top:18.5rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnDsAagPxd6cECmsnD1ZtNigC5T1IT2 { width:16.75rem;height:7.4365rem;top:21.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVKxovHdh3lfRDsphbBxwv3UdGh6fwvZ { width:17.5rem;height:3.75rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxixgCeCl2OMSSMBl440nn6SGlh1RW6W { display:block; }
 }@media only screen and (max-width: 763px) { #O66X1sN0s57ndIw3BT17xhkwgVUnqb4c { width:20.125rem;height:9.75rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnrF0u4ihvTHw1fTidPcCDsJTu7Sw93c { width:20rem;height:29.5625rem;top:6.9375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrisoQSQFIl82mxa2LS8afTnWDDM5DXS { width:17.4375rem;height:3.6875rem;top:30.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdKgdRQ84dzrvwl6Iw2n7XqRcZThFNSs { display:block; }
 }@media only screen and (max-width: 763px) { #DDHtJn97EAV7MLLayIZFMqo8oPSqlgGX { width:16.375rem;height:7.4365rem;top:21.25rem;left:15.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9EpqVq5yByN94Ls8x9q3KPlNpa78Fsz { width:12.875rem;height:1.7871125rem;top:18.5rem;left:17.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg4NNbZlQq2mv3Nd9fDL6TQiG3w8yeun { width:20rem;height:9.75rem;top:7rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFpph7BaoV84G70u2SQkyF53q9nteist { width:20rem;height:29.5rem;top:7rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCG7tOXQReaSs4l4sIuHwD1b6sQkOMPC { width:17.4375rem;height:3.6875rem;top:30.5625rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKFJR6VVVgmsUrBwRtwWhDf4zi8XztHy { display:block; }
 }@media only screen and (max-width: 763px) { #wTDuJdst3Pw753UC8tdPUVewqJV5iV51 { width:16.375rem;height:7.4365rem;top:21.25rem;left:31.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daaL09nrG6RgBNBLyihpMqTvD5DsIcMZ { width:14.25rem;height:;top:18.5rem;left:32.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiI1Lx2gF5dlMxV7DZMesE0AXTHOiEzA { width:20.125rem;height:9.75rem;top:7rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwcd6gwvB8FaGZcW7VDm58SyPCrK1x50 { width:10.5625rem;height:10.5625rem;top:2.125rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6EfuasrN8Pqf7R45pDVOr8aurZzMeUg { width:8.125rem;height:1.94921875rem;top:6.3125rem;left:39.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR5MrCaaGoBR6d6Lve6gbmWXK1rXfdmX { width:6.5625rem;height:0.89355625rem;top:9.4375rem;left:41.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8N59Bmu5NPzQ5FJ2iaaXHZG3htRmcme { width:2.1875rem;height:2.1875rem;top:3.5rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo { display:none; }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 { display:block; }#NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K68GwrFrT3M86dlPD4UB5SBgCXgplu3y { width:39.4375rem;height:2.2744125rem;top:5.4375rem;left:8.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Hkrcf9U8Vlc10wWxV1r8FbJlCkcJ1z { width:23.75rem;height:3.1484375rem;top:10.75rem;left:22.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbU5l3rlZitIhCJKi4nCSFJTT16NwtC { width:3.125rem;height:3.125rem;top:11.375rem;left:21.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHfGCKslgp5LnIds6eUTTVkhggdcISJU { width:3.125rem;height:3.125rem;top:17rem;left:21.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMsXFAgJ9NbLkgUgMR97B9tTdgLpBOAP { width:25rem;height:3.1484375rem;top:16.375rem;left:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzmEyiCGsIgUZsGeWhkp9wXdvmtkw3bh { width:21.5rem;height:3.1484375rem;top:22rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH7kqvdVThn7e1178fNwcBCS2IM2Tm6W { width:3.125rem;height:3.125rem;top:22.625rem;left:21.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtN24md7HSJrJhChr7wmPUSQW2IEoWrh { width:19.4375rem;height:2rem;top:15.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncKV7aVVFQGZaSGwcvWQf1xaBZwxu04q { width:44.375rem;height:30.9375rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr { display:block; }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXk6WGkFIJKOmR4vphGzkbVpB8ip5EH7 { width:13.6875rem;height:3.5rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kREcSWwKRMAW4xTaf6fADTyVGSAsFqZu { width:14.125rem;height:3.5rem;top:3.75rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNgEUbiyss2vEixI8kfwStsOdD88wc0D { width:12.8125rem;height:4.3125rem;top:3.625rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDZZDr8zRfJ7rXnL11I58zxO0BHD62GT { width:0.0625rem;height:5rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXDBw07LRD2ITBfTZTfeIb8UVydCavyU { width:0.0625rem;height:5rem;top:3.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWKpSf92SZRpSpuJ0JJHIOuUzLRk0ENp { width:0.0625rem;height:5rem;top:3.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq { display:block; }#e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omfDHqWiIHCKUU1SIzmR1PBcpk5WuWFN { width:18.75rem;height:18.75rem;top:11.5625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOcrHnV4mziqD0S6xXiTHbX8ATeS78no { width:18.75rem;height:18.75rem;top:11.5625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAHvW54cwZOOlMLuxLrBfhMgkNcA9X3N { width:47.5rem;height:2.35546875rem;top:4.8125rem;left:0.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeeDKTvNcF0F53OZbO10IqWQbBrF8PVT { width:24.1875rem;height:12.8125rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAnH4KXA5VXD66sKq6sTbecUuoZplpCR { width:24.25rem;height:12.8125rem;top:33.875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0AG2ziND2U42y2TFrqJcmRDqx7sBq7i { width:22.125rem;height:1.875rem;top:35.4375rem;left:0.062501907348631rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMzbzm0X4uuvt7o7TzODTzoZsiAaTwCG { width:20.25rem;height:4.78125rem;top:38.9375rem;left:0.18750190734863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiZpskHb8JzuhG6MzIZWFqUETT0ak5lq { width:22.125rem;height:1.875rem;top:35.4375rem;left:25.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k955oRgFJIE4qPTWCroDO357leznf3hu { width:20.5rem;height:4.78125rem;top:38.9375rem;left:26.937501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIh5mqtvXVEoJMmyEmeNFRE3iWVew2Pe { width:47.75rem;height:6.0625rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6bpb1BIgtCJTFPbv0GeIbncsJ4OtUtX { width:25.625rem;height:2.8125rem;top:49.75rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMyKV6rgE1IgGTKBFt1oIWxRCHVpPh19 { width:17.4375rem;height:3.6875rem;top:49.6875rem;left:29.507295608521rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIDQF5nU7XHDi64aPNiPD4uBNIbhqAD3 { display:block; }
 }@media only screen and (max-width: 763px) { #WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI { display:block; }#WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcMVCIkIdl6IUeax2J3o6O0TBANOioMc { width:47.5rem;height:3.25rem;top:6.125rem;left:0.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw { display:block; }#hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szUtEiheshl0bgCOIIiLBolIMoOqP9Sm { width:22.75rem;height:18.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9oCubCBLPwzkLM5tJDTx9UdqdpMK2Bi { width:22.875rem;height:18.875rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVQCogXXK98LbmfPPETl3upTzdD1rgd { width:22.75rem;height:11.75rem;top:0rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima { display:block; }#DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ze37ekKybMB5F6evqkAMmlcy13gbwbRl { width:22.75rem;height:10.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpmBbu0wE3kQsTaW2rMX7zsGi27oXhmn { width:22.75rem;height:9.6875rem;top:0rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZNbwHrXDpLW5GsXTTu81ED4Q6h9CwS { width:23rem;height:12.0625rem;top:0.3125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb { display:block; }#n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnP89iTPnbxFFUSms360WAaTsAhpf1ci { width:22.875rem;height:9.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42HBqcF4p0nNsaU80ivMRIEGTGTxiH5 { width:23.0625rem;height:9.5625rem;top:0rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix35MyxfxyfRBpb9NgD2w0HVTA1cfrUW { width:23rem;height:9.1875rem;top:0.375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv { display:block; }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMV53dwCbGhbPkc2ZnAvnEoLDGARkgL7 { width:47.75rem;height:3.57421875rem;top:5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLtEqTzGTsRXxqcFbVTB1GuK8TtEPGKy { width:25.9375rem;height:4.9375rem;top:14.125rem;left:10.882291793823rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jll6ayyoT6i47hPg6tyVTtIxWuwb8a9F { display:block; }
 }@media only screen and (max-width: 763px) { #ckRIM885a11OydrSr2PuOi1k7Tp49Q6L { display:block; }#ckRIM885a11OydrSr2PuOi1k7Tp49Q6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEch0BWZfeDT762OqKgxbVVrUL9NvQXF { width:9.5rem;height:6.8125rem;top:11.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2V7x42FwUEar5brhhcw2Vz1fZ88e9VE { width:45.9375rem;height:2.4375rem;top:4.8125rem;left:0.90625190734863rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSsh1C8MHA0MVUcQJLILTIcWQVQrxCFR { width:5.5rem;height:5.5rem;top:12.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhwFrHFuXXfTtC05UcvegNb79InUxRCp { width:10.25rem;height:7.125rem;top:11.25rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btrA7yyVr6OBCmxBS9gVFcs2Bp5BqFA8 { width:10.25rem;height:7.375rem;top:11.125rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 { display:block; }#ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TposacQmuOvzMQkc5rfSxMXqgOQE5Gvn { width:9.5rem;height:6.8125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgBtAUaQD7QEV36pJZiuTFvRvHNCnIxb { width:45.9375rem;height:2.4375rem;top:4.8125rem;left:0.90625190734863rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsSeMGrTyumAPtTsg6M5sweKnkl7wG4J { width:5.5rem;height:5.5rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4OGVv88hrqBncQf4cCn6Z6LGnECU9dk { width:10.25rem;height:7.125rem;top:10.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUoimiW2WvBF3whe1seSoTm53OB1OHGt { width:10.25rem;height:7.375rem;top:10.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8KddiTsCAQVLT2bTqauTpZcZRCWWntG { width:6.6875rem;height:3.5625rem;top:12.6875rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui77G1fC6Zlutuz5Ogr5ZDORUbVKMQi7 { width:11.5rem;height:7.625rem;top:10.3125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI4GL6DLz9o7MwPUt1VSJnrrQ29QpmS6 { width:6.25rem;height:6.25rem;top:10.875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPmLVABL7s0SAIL0l3RDiEzvre5GdVFH { width:8.4375rem;height:4.3125rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxDTITJ7WwLcm23cqCJnmPd99mWHkwfV { width:8.25rem;height:4.9375rem;top:21.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvdQLr0D1VoSdVUiStT8xl2EqqptSRZp { width:8.25rem;height:2.4375rem;top:22.4375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTkn8igaLxgXx9CeLROVT0NiFnXHH1PH { width:4.25rem;height:4.375rem;top:21.5rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL80LtgMbTTV9wVWZg9nWShLhIaGNrxW { width:6.3125rem;height:6.3125rem;top:20.5rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnV8r2ZFIPMNW0K1Dr8kTnUhsOKeF30D { width:4.9375rem;height:4.9375rem;top:20.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbaRufAgQu3JD1XLSX2DuigTXRWMWex6 { width:7.25rem;height:4.6875rem;top:21.3125rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof { display:block; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlBUydg8pa7WauJXRRs4lxomPN6QTG5f { width:25.0625rem;height:3rem;top:10.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybHs1kQXZoQQFO9EFCT8ggnWou5ye3cA { width:27.9375rem;height:4.375rem;top:15.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czCnTmHEnwPQCoqEPf9b13bBwmfPFUNB { width:15.8125rem;height:3.75rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7DiAT17AmBuG3vAKTwCLUtT3dEy3qHQ { display:block; }
 }@media only screen and (max-width: 763px) { #mOedPMbLB0I88zf1U2d1cXzii1d71Dee { width:18.3125rem;height:3.6875rem;top:26.375rem;left:26.125001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #XatwIx3gBsEZrn4GEqnLqd5TzrJcm8g4 { display:block; }
 }@media only screen and (max-width: 763px) { #aVE7qb5Ro5cfvSmS8Mtpw86UNxauxKiQ { width:37.5rem;height:25rem;top:4.3125rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8uy3VPAe3H0PqioR1i67AOG0EHDio9m { width:37.5rem;height:25rem;top:4.3125rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte { display:block; }#H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFshtISWT8PJO0DGfqqSgFknaCZg92vS { width:31.5625rem;height:26rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHsJwLVJl1Rxg4E8vFEIvhBgHZ7TV28X { width:25.0625rem;height:2.25rem;top:9.4375rem;left:22.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5yJgOhvBVL4kk2w22fg1HyVmBF9ifFV { width:21.5625rem;height:1.16796875rem;top:12.75rem;left:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxbV7r9SRvo6KqFFoQJ7T3vSkKplAesE { width:30.0625rem;height:5.125rem;top:15.625rem;left:17.6875rem;font-size:0.9375rem;display:block; }#JxbV7r9SRvo6KqFFoQJ7T3vSkKplAesE li:before{  }
 }@media only screen and (max-width: 763px) { #c783462W9KVQi2k52QbNOmHyRtC8T55U { width:18.375rem;height:3.75rem;top:25.625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyBtIP34HOuC8UbKeHnvvotK4y0h3Sqg { display:block; }
 }@media only screen and (max-width: 763px) { #pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e { display:block; }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxuqEotF4dEieRaDX7q3JaTE7ow5vou6 { width:8.25rem;height:8.75rem;top:6.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2sTUhQcB0OIDceOSMqAnwRAt9sp54fU { width:13.75rem;height:19rem;top:8rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eASN4DuJirMyOEwbCwab8fTpb7AZ0uKS { width:1.875rem;height:19rem;top:8rem;left:26.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuaagrbwc64I6qLFxD8vNFaxbVTi5FGv { width:0.0625rem;height:23.75rem;top:5.625rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVBPXiASBDRWaitOz3priLzWksSB90vM { width:13.5625rem;height:2.5996125rem;top:18.75rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2ERTecQD40tGoJvs2BZgpVgPhHK8pp0 { width:14.3125rem;height:3.4375rem;top:25.0625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9N0Hx8plNmCyx8gzVsvKGc6gyDPbTcC { display:block; }
 }@media only screen and (max-width: 763px) { #CeiG8MGnPi3cOGF2x7yuBcXmaP38JSXt { width:1.5625rem;height:1.5625rem;top:25.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgxNxRULMTKki2Vsq2bcHCDrBdEVntTm { width:0.0625rem;height:23.75rem;top:5.6875rem;left:23.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ot6bIhgdZNuz40Cbafc1trMmHtMuyJac { width:3.125rem;height:3.125rem;top:6.8125rem;left:44.625rem;display:block; }
#ot6bIhgdZNuz40Cbafc1trMmHtMuyJac > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #n8URg7uvHynXGs7pKqw4sCGkLo6rqoxA { width:47.75rem;height:3.0625rem;top:33.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR { display:block; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQTvx9q6my0tMkuKQZ1kqc73A2SE5lVM { width:8.0625rem;height:2rem;top:0.6875rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOrHh3q7Tx9s0LZNQ90Ktbx08sV0vLep { display:block; }
 }@media only screen and (max-width: 763px) { #lTzMlEghOikaWq08yEKWNOr9roNlOV7g { 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) { #TpT0CaQotAzeBPgmbQPPwow88tZwW7xH { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6GeV9XknVbRwgA5amIP3wTfxgoVysT { display:block; }
 }@media only screen and (max-width: 763px) { #owzvFPaJmSbJ3l9eyVb7wikQuzfXy18N { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #pChgE408Lu4Ad7zE9D47NmQKRHW7r4r6 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 { background-color:#f8f8f8;background-image:none;display:block; }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row .container { background-color: transparent; background-image: none; }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row .container > .video-iframe-container { display: none; }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row > .video-iframe-container { display: none; }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .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); }#HrtVwRaQudlVuP9TMPF2cq751bLCvNT9 > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPkwSzB9lo0CUZ9AzxPNAM68GbBFD2mn { width:7.8125rem;height:8.3125rem;top:1.9375rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHGWgKL3tMz5KLgAlrpErrwqRD8awBbV { width:20rem;height:4.94921875rem;top:14.6875rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t2ovI2SyiDJuTZGvozbW4Ai7LB5S6gaM { width:13.8125rem;height:15.0625rem;top:26.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLCJXyP56NCs6HeztMrPpaZfWxTGkWTT { width:18.0625rem;height:4.048825rem;top:20.375rem;left:1.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DuKMun9KG57M7zCHB3zXxTVWwUupzdfq { width:20rem;height:4.4375rem;top:39.6875rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;border-top:0rem solid #ffffff;border-left:1.875rem solid rgba(0,0,0,0);border-right:0rem solid #ffffff;border-bottom:0rem solid #0f823a;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #dHuPr1GgB4z9pRSCs7Jyzyd6n4xI8pl2 { display:block; }
 }@media only screen and (max-width: 763px) { #ursGUo6lmqxnAfGggRVFGbaQuOXZsk27 { display:flex;width:1.4375rem;height:1.4375rem;top:41.25rem;left:1.9375rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #xXtUANu0oVAdfiTs5CGbnxMwUNg3EF5X { width:0.75rem;height:0.75rem;top:39.3125rem;left:16.9375rem;box-shadow: none;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #VdDNQzqyoQEwCyW75kbzseWJkKIyD2dk { width:20rem;height:1.125rem;top:48.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #vooQPZb7U3mspuWnnMMkbdBKNXl2bakz { width:6.125rem;height:2rem;top:29.625rem;left:2.5rem;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f8f8f8, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #f8f8f8, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #f8f8f8, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #f8f8f8, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #f8f8f8, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #TrziMWvppBpDUrUicCvmqHWMDhRv1IKQ { width:20rem;height:6.5rem;top:53.375rem;left:0rem;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zzcOIAVx13LiQLnsZJnExwwwZpKpzcPE { width:1.3125rem;height:4.048825rem;top:20.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #riZ0KbS4lMQKNOiuDqXxaMoTLF3htaoe { width:9.25rem;height:1.875rem;top:11.0625rem;left:0.625rem;font-size:0.6875rem;font-weight:400;font-style:normal;border-top:0.0625rem solid rgba(0,0,0,0.3);border-left:0.0625rem solid rgba(0,0,0,0.3);border-right:0.0625rem solid rgba(0,0,0,0.3);border-bottom:0.0625rem solid rgba(0,0,0,0.3);z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #JTIx0ilcf5HPCCxShcciDfRWCgizAwqE { display:block; }
 }@media only screen and (max-width: 763px) { #XHKbhpeImzhQDUqREEBTZSAk0Z2fa0h7 { width:9.008333375rem;height:1.875rem;top:11.0625rem;left:10.375rem;font-size:0.75rem;font-weight:400;font-style:normal;border-top:0.0625rem solid rgba(0,0,0,0.3);border-left:0.0625rem solid rgba(0,0,0,0.3);border-right:0.0625rem solid rgba(0,0,0,0.3);border-bottom:0.0625rem solid rgba(0,0,0,0.3);z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #lPL2ZEdTEts3ExzCMTqA6VVMEFEqfvnK { display:block; }
 }@media only screen and (max-width: 763px) { #Plb92A2ENuItUnBBIoPuifwLhqIJNcog { width:20rem;height:18rem;top:23.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/21cf82c7-2e9f-469b-a275-8fdd1569c0c0/077ad3b6ecPhotoroom.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Plb92A2ENuItUnBBIoPuifwLhqIJNcog.adaptive-delivery-prevent-bg, #Plb92A2ENuItUnBBIoPuifwLhqIJNcog.lazyload, #Plb92A2ENuItUnBBIoPuifwLhqIJNcog.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DMEgyzADwEuInQ4NaAk4MggcMvt3TDoP { top:30.3125rem;left:0rem;width:20rem;height:11.0625rem;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MGRxAO3pQ0gggrnXbxsdWSR6o2Ulm0XK { width:3.1875rem;height:1.25rem;top:0.6875rem;left:16.8125rem;font-size:0.625rem;font-weight:400;font-style:normal;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #dDmWl5QosFh9ZcNaT93xTuSmSpN8mRw0 { display:block; }
 }@media only screen and (max-width: 763px) { #TgBktGIB21gTnIAq7vaMa3fRPNHJhdOk { width:3.75rem;height:0.61816375rem;top:46.25rem;left:5.5625rem;font-size:0.5625rem;line-height:1.1;font-weight:700;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TIaNgwrx5FDDQspUIb3ZZc2TchTvzqMt { width:6.8125rem;height:1.51171875rem;top:45.8125rem;left:11.8125rem;font-size:0.6875rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #LqFovfx84rX3vBP8eEhnvVrb2BHTnp4Q { width:2.625rem;height:1.6494125rem;top:45.6875rem;left:9.3125rem;font-size:1.5rem;line-height:1.1;font-weight:700;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #FaQkfNmMLrQqAeUIE7Ve8T1Z8qMztXlx { width:2rem;height:2rem;top:45.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFgowg8OvhlP5WHgvwDPhHZbqZB7ZqEJ { width:2rem;height:2rem;top:45.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5bqt17tFE5ctfVrlPfmnZl3AxZFeybo { width:2rem;height:2rem;top:45.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv { display:block; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoQXyCsA039EJyRr1oAwNL7vB0F7Ts11 { display:flex;width:1.875rem;height:1.875rem;top:4.5rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lzHvZs8I34lqJdrxJBVErEmbWZiJ1Tdi { width:11.25rem;height:3.1875rem;top:4.125rem;left:3.125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CODH8HCTJLepleQwELIRudN4lPsQToJX { display:flex;width:1.875rem;height:1.875rem;top:9.8125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #y2UTEQguJPiNzSPwICMuWx308mI7uc2t { width:11.625rem;height:3.1875rem;top:9.4375rem;left:3.125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UTrcyRiudzykSMeJA8LMqCWhnkUFwexH { display:flex;width:1.875rem;height:1.875rem;top:15.125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #sBbs7k7z9KkbJ9KMyt7yrhwRtd6EU4yI { width:9.3125rem;height:2.975rem;top:14.75rem;left:3.125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KraQonxwVFnKmwcO12rBvPNcmbQUHofE { width:10.4375rem;height:2.975rem;top:19.875rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMgTAVVpqORrxlLGUtdiZdUB4WKN52se { display:flex;width:1.875rem;height:1.875rem;top:20.25rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm { display:block; }#rWC2lJ25Ul5KwINdb7gELre9SaH5hPHm > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWcoVfkEZpuwR96vGfhJIlc0XIA3phkQ { width:20rem;height:2.25rem;top:2.6874990463257rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eT6kHXc8ZEzhEm9yEDTFbGeUImpy3TC1 { width:20rem;height:1.125rem;top:5.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XKBQNkm1RGwI1reVzyJBOekmHqJoJBff { width:20rem;height:3.4375rem;top:9.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnp2IihizLGpglCqPFUXeW0d6dv1QOed { display:block; }
 }@media only screen and (max-width: 763px) { #G50UV44EFA2FftfwTVlROvDxRNanCkOc { width:20rem;height:3.4375rem;top:13.1875rem;left:0rem;font-size:1.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rtk015r6fxU7aWsTHC5OUZ1a8ETGQGN0 { display:block; }
 }@media only screen and (max-width: 763px) { #MALFutVkmFpomMU9cnw1WU3f3Oi3kTqS { width:20rem;height:3.4375rem;top:17.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlRlNLuFFhV20kOTJ9uevAi8uSsdmT7N { display:block; }
 }@media only screen and (max-width: 763px) { #AgHJT39VPGzNdafaqCmBKt3gm7lJmfZI { width:1.875rem;height:0;top:25.77499961853rem;left:7.9375rem;font-size:1.5rem;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #BgFghK6lA63xlGwCFis5PQe1WIWRxOzK { width:1.875rem;height:0;top:6.0500001907349rem;left:9.0625rem;font-size:1.5rem;line-height:1.9;color:#e52f3b;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #c72GuG3f1z6aQdi5auShAXbKodxQ8ckm { width:1.875rem;height:0;top:33.8125rem;left:9.0625rem;font-size:1.5rem;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq { display:block; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container { width:20rem;height:106.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RF7H8diV988Iwttcg23QPNBtqDhA9rT5 { width:19.875rem;height:29.5rem;top:4.125rem;left:0rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #JV8bu3AXM8ti9T7SRMfEidwa1yOIcTbB { width:12.875rem;height:1.7875rem;top:15.875rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnDsAagPxd6cECmsnD1ZtNigC5T1IT2 { width:16.8125rem;height:7.4365rem;top:18.8125rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVKxovHdh3lfRDsphbBxwv3UdGh6fwvZ { width:17.47085375rem;height:3.720835rem;top:27.5rem;left:1.3125rem;background-color:rgba(0,0,0,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rxixgCeCl2OMSSMBl440nn6SGlh1RW6W { display:block; }
 }@media only screen and (max-width: 763px) { #O66X1sN0s57ndIw3BT17xhkwgVUnqb4c { width:20rem;height:9.75rem;top:4.125rem;left:0rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #RnrF0u4ihvTHw1fTidPcCDsJTu7Sw93c { width:19.75rem;height:29.5rem;top:37.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrisoQSQFIl82mxa2LS8afTnWDDM5DXS { width:17.4375rem;height:3.6875rem;top:61.0625rem;left:1.375rem;background-color:rgba(0,0,0,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SdKgdRQ84dzrvwl6Iw2n7XqRcZThFNSs { display:block; }
 }@media only screen and (max-width: 763px) { #DDHtJn97EAV7MLLayIZFMqo8oPSqlgGX { width:16.375rem;height:7.4365rem;top:51.75rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9EpqVq5yByN94Ls8x9q3KPlNpa78Fsz { width:12.875rem;height:1.7875rem;top:49rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg4NNbZlQq2mv3Nd9fDL6TQiG3w8yeun { width:20rem;height:9.75rem;top:37.5rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #aFpph7BaoV84G70u2SQkyF53q9nteist { width:19.75rem;height:32.6875rem;top:69.1875rem;left:0.0625rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #QCG7tOXQReaSs4l4sIuHwD1b6sQkOMPC { width:17.4375rem;height:3.6875rem;top:96rem;left:1.3125rem;background-color:rgba(0,0,0,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oKFJR6VVVgmsUrBwRtwWhDf4zi8XztHy { display:block; }
 }@media only screen and (max-width: 763px) { #wTDuJdst3Pw753UC8tdPUVewqJV5iV51 { width:16.375rem;height:7.4365rem;top:86.6875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daaL09nrG6RgBNBLyihpMqTvD5DsIcMZ { width:14.25rem;height:1.7871125rem;top:83.9375rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiI1Lx2gF5dlMxV7DZMesE0AXTHOiEzA { width:20rem;height:9.75rem;top:69.3125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84b1bf75-af2e-4c0f-92f7-a537ab9ea5a7/008a5b052c.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:14979;display:block; }#AiI1Lx2gF5dlMxV7DZMesE0AXTHOiEzA.adaptive-delivery-prevent-bg, #AiI1Lx2gF5dlMxV7DZMesE0AXTHOiEzA.lazyload, #AiI1Lx2gF5dlMxV7DZMesE0AXTHOiEzA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pwcd6gwvB8FaGZcW7VDm58SyPCrK1x50 { width:8.9375rem;height:8.9375rem;top:74.1875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6EfuasrN8Pqf7R45pDVOr8aurZzMeUg { width:6.1875rem;height:1.95rem;top:77.681247711181rem;left:10.742708206177rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR5MrCaaGoBR6d6Lve6gbmWXK1rXfdmX { width:6.5625rem;height:0.89375rem;top:80.1875rem;left:10.495833396912rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8N59Bmu5NPzQ5FJ2iaaXHZG3htRmcme { display:flex;width:1.875rem;height:1.875rem;top:75.245834350588rem;left:12.84375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo { background-color:#d89f39;background-image:url("https://images.assets-landingi.com/uc/76ff3d9b-b440-4a71-99d7-72d69d7b0636/c93b09000bPhotoroom.webp");background-position:bottom 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; }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo.adaptive-delivery-prevent-bg, #CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo.lazyload, #CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo.lazyloading { background-image: none; }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo > .row .container { background-color: transparent; background-image: none; }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo > .row .container > .video-iframe-container { display: none; }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo > .row > .video-iframe-container { display: none; }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo > .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); }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo > .row .container { border-width: 0; border-radius: 0; }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSEA186Nae4FNtKM9DPl4RXBBZn4lOMo > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 { display:block; }#NXNbXwTbMc4VJwCwWNKFMQtgB6Cnp770 > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K68GwrFrT3M86dlPD4UB5SBgCXgplu3y { width:18rem;height:4.548825rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #T5Hkrcf9U8Vlc10wWxV1r8FbJlCkcJ1z { width:12.625rem;height:4.72265625rem;top:8.75rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbU5l3rlZitIhCJKi4nCSFJTT16NwtC { display:flex;width:3.125rem;height:3.125rem;top:9.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fHfGCKslgp5LnIds6eUTTVkhggdcISJU { display:flex;width:3.125rem;height:3.125rem;top:15.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LMsXFAgJ9NbLkgUgMR97B9tTdgLpBOAP { width:12rem;height:4.72265625rem;top:15.125rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzmEyiCGsIgUZsGeWhkp9wXdvmtkw3bh { width:14.25rem;height:3.1484375rem;top:22.112500190735rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH7kqvdVThn7e1178fNwcBCS2IM2Tm6W { display:flex;width:3.125rem;height:3.125rem;top:22.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gtN24md7HSJrJhChr7wmPUSQW2IEoWrh { width:12.875rem;height:3.9375rem;top:9.431640625rem;left:8.3134765625rem;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #e5b24e);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #e5b24e);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #e5b24e);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #e5b24e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e5b24e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e5b24e' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #e5b24e);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ncKV7aVVFQGZaSGwcvWQf1xaBZwxu04q { width:20rem;height:36.625rem;top:103.241666625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr { background-color:#e8e8e8;background-image:none;display:block; }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row .container { background-color: transparent; background-image: none; }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row .container > .video-iframe-container { display: none; }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row > .video-iframe-container { display: none; }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .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); }#rTTuGKVkIsDZBrDNu38ksHe6kHMZRvyr > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXk6WGkFIJKOmR4vphGzkbVpB8ip5EH7 { width:10.9375rem;height:3.5rem;top:2.875rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kREcSWwKRMAW4xTaf6fADTyVGSAsFqZu { width:11.125rem;height:3.5rem;top:9.25rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vNgEUbiyss2vEixI8kfwStsOdD88wc0D { width:11.375rem;height:3.5rem;top:15.75rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDZZDr8zRfJ7rXnL11I58zxO0BHD62GT { width:0.0625rem;height:5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXDBw07LRD2ITBfTZTfeIb8UVydCavyU { width:0.0625rem;height:5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWKpSf92SZRpSpuJ0JJHIOuUzLRk0ENp { width:0.0625rem;height:5rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq { display:block; }#e1AA509ORTAZgpNgVnvG0cKpUyt8E9Gq > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omfDHqWiIHCKUU1SIzmR1PBcpk5WuWFN { width:10rem;height:10rem;top:10.125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOcrHnV4mziqD0S6xXiTHbX8ATeS78no { width:10rem;height:10rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAHvW54cwZOOlMLuxLrBfhMgkNcA9X3N { width:17.5625rem;height:4.7109375rem;top:3.1250009536743rem;left:1.21875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeeDKTvNcF0F53OZbO10IqWQbBrF8PVT { width:19.75rem;height:12.1875rem;top:23.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAnH4KXA5VXD66sKq6sTbecUuoZplpCR { width:19.75rem;height:12.8125rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0AG2ziND2U42y2TFrqJcmRDqx7sBq7i { width:16.625rem;height:1.875rem;top:25.3125rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMzbzm0X4uuvt7o7TzODTzoZsiAaTwCG { width:17.125rem;height:4.78125rem;top:28.4375rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiZpskHb8JzuhG6MzIZWFqUETT0ak5lq { width:10.9375rem;height:1.875rem;top:39rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k955oRgFJIE4qPTWCroDO357leznf3hu { width:15.375rem;height:6.375rem;top:42.0625rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIh5mqtvXVEoJMmyEmeNFRE3iWVew2Pe { width:20rem;height:12.5625rem;top:51.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6bpb1BIgtCJTFPbv0GeIbncsJ4OtUtX { width:17.625rem;height:3.75rem;top:53.375rem;left:1.1875rem;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #xMyKV6rgE1IgGTKBFt1oIWxRCHVpPh19 { width:17.40835375rem;height:3.658335rem;top:58.3125rem;left:1.2885417938232rem;background-color:#01d332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UIDQF5nU7XHDi64aPNiPD4uBNIbhqAD3 { display:block; }
 }@media only screen and (max-width: 763px) { #WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI { display:block; }#WyiTRPCDpdPtHF6nwmysbsV2GtVcBOMI > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcMVCIkIdl6IUeax2J3o6O0TBANOioMc { width:15.1875rem;height:4.3496125rem;top:3.625rem;left:2.40625rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw { display:block; }#hWh5DGpTF8kXarnZAiBH53dXoGlaF0Mw > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szUtEiheshl0bgCOIIiLBolIMoOqP9Sm { width:20rem;height:16.538461538462rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9oCubCBLPwzkLM5tJDTx9UdqdpMK2Bi { width:20rem;height:16.502732240437rem;top:21.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVQCogXXK98LbmfPPETl3upTzdD1rgd { width:20rem;height:10.32967032967rem;top:39.8515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima { display:block; }#DfBWJRUVrKD8DCQw3BXevEq8uCW1Fima > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ze37ekKybMB5F6evqkAMmlcy13gbwbRl { width:20rem;height:9.5604395604396rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpmBbu0wE3kQsTaW2rMX7zsGi27oXhmn { width:20rem;height:8.5164835164835rem;top:14.43359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZNbwHrXDpLW5GsXTTu81ED4Q6h9CwS { width:20rem;height:10.489130434783rem;top:25.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb { display:block; }#n1JZJX1JtD9f6vqPbL5ZSxRGU40R4fvb > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnP89iTPnbxFFUSms360WAaTsAhpf1ci { width:20rem;height:8.6338797814208rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42HBqcF4p0nNsaU80ivMRIEGTGTxiH5 { width:20rem;height:8.2926829268293rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix35MyxfxyfRBpb9NgD2w0HVTA1cfrUW { width:20rem;height:7.9891304347826rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv { display:block; }#i3836hDgQeIJOBFxa1WtNwUlzO1ZgMBv > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMV53dwCbGhbPkc2ZnAvnEoLDGARkgL7 { width:17.6875rem;height:7.7rem;top:4.875rem;left:1.1875rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OLtEqTzGTsRXxqcFbVTB1GuK8TtEPGKy { width:16.695833375rem;height:4.195833375rem;top:14.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jll6ayyoT6i47hPg6tyVTtIxWuwb8a9F { display:block; }
 }@media only screen and (max-width: 763px) { #ckRIM885a11OydrSr2PuOi1k7Tp49Q6L { display:none; }#ckRIM885a11OydrSr2PuOi1k7Tp49Q6L > .row .container { width:20rem;height:24.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uEch0BWZfeDT762OqKgxbVVrUL9NvQXF { width:5.9375rem;height:5.5rem;top:10.25rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2V7x42FwUEar5brhhcw2Vz1fZ88e9VE { width:20rem;height:4.5rem;top:3.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TSsh1C8MHA0MVUcQJLILTIcWQVQrxCFR { width:4.375rem;height:4.375rem;top:10.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhwFrHFuXXfTtC05UcvegNb79InUxRCp { width:7rem;height:3.625rem;top:17.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btrA7yyVr6OBCmxBS9gVFcs2Bp5BqFA8 { width:10.25rem;height:7.375rem;top:15.6875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 { display:block; }#ded4TvUFKcuk5KX7pgm4nwRlmz3CIg09 > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TposacQmuOvzMQkc5rfSxMXqgOQE5Gvn { width:5.9375rem;height:5.5rem;top:10.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgBtAUaQD7QEV36pJZiuTFvRvHNCnIxb { width:20rem;height:4.5rem;top:3.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IsSeMGrTyumAPtTsg6M5sweKnkl7wG4J { width:4.375rem;height:4.375rem;top:10.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4OGVv88hrqBncQf4cCn6Z6LGnECU9dk { width:7rem;height:3.625rem;top:17.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUoimiW2WvBF3whe1seSoTm53OB1OHGt { width:9.6875rem;height:6.9375rem;top:16.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8KddiTsCAQVLT2bTqauTpZcZRCWWntG { width:6.0625rem;height:3.1875rem;top:23.9375rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui77G1fC6Zlutuz5Ogr5ZDORUbVKMQi7 { width:11.5rem;height:7.625rem;top:21.21875rem;left:8.03125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bI4GL6DLz9o7MwPUt1VSJnrrQ29QpmS6 { width:6.25rem;height:6.25rem;top:28.84375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPmLVABL7s0SAIL0l3RDiEzvre5GdVFH { width:7.8125rem;height:3.9375rem;top:30.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxDTITJ7WwLcm23cqCJnmPd99mWHkwfV { width:8.25rem;height:4.9375rem;top:36.78125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvdQLr0D1VoSdVUiStT8xl2EqqptSRZp { width:8.25rem;height:2.4375rem;top:38.03125rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTkn8igaLxgXx9CeLROVT0NiFnXHH1PH { width:4.25rem;height:4.375rem;top:44.34375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL80LtgMbTTV9wVWZg9nWShLhIaGNrxW { width:6.3125rem;height:6.3125rem;top:43.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnV8r2ZFIPMNW0K1Dr8kTnUhsOKeF30D { width:4.9375rem;height:4.9375rem;top:51.65625rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbaRufAgQu3JD1XLSX2DuigTXRWMWex6 { width:7.25rem;height:4.6875rem;top:51.78125rem;left:10.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof { display:block; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlBUydg8pa7WauJXRRs4lxomPN6QTG5f { width:20rem;height:3rem;top:3.5rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybHs1kQXZoQQFO9EFCT8ggnWou5ye3cA { width:16.625rem;height:3rem;top:6.7685546875rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czCnTmHEnwPQCoqEPf9b13bBwmfPFUNB { width:18.2833125rem;height:3.65833125rem;top:32.875000953674rem;left:0.8583335876465rem;background-color:transparent;background-image:none;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J7DiAT17AmBuG3vAKTwCLUtT3dEy3qHQ { display:block; }
 }@media only screen and (max-width: 763px) { #mOedPMbLB0I88zf1U2d1cXzii1d71Dee { width:18.26872875rem;height:3.6437475rem;top:39.4375rem;left:0rem;background-color:transparent;background-image:none;z-index:15014;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:none; }
 }@media only screen and (max-width: 763px) { #XatwIx3gBsEZrn4GEqnLqd5TzrJcm8g4 { display:block; }
 }@media only screen and (max-width: 763px) { #aVE7qb5Ro5cfvSmS8Mtpw86UNxauxKiQ { width:20rem;height:25rem;top:44.33125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8uy3VPAe3H0PqioR1i67AOG0EHDio9m { width:20rem;height:20rem;top:10.456249237061rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte { display:block; }#H4ttAgQTT9Tl9uiCniNT5cTBOUobRyte > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFshtISWT8PJO0DGfqqSgFknaCZg92vS { width:19.875rem;height:12.8125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHsJwLVJl1Rxg4E8vFEIvhBgHZ7TV28X { width:20rem;height:2.25rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5yJgOhvBVL4kk2w22fg1HyVmBF9ifFV { width:16.9375rem;height:1.16875rem;top:5.875rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxbV7r9SRvo6KqFFoQJ7T3vSkKplAesE { width:20rem;height:5.125rem;top:25.014575958252rem;left:0rem;font-size:0.9375rem;display:block; }#JxbV7r9SRvo6KqFFoQJ7T3vSkKplAesE li:before{  }
 }@media only screen and (max-width: 763px) { #c783462W9KVQi2k52QbNOmHyRtC8T55U { width:18.2833125rem;height:3.65833125rem;top:32.4375rem;left:0rem;background-color:#01d332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AyBtIP34HOuC8UbKeHnvvotK4y0h3Sqg { display:block; }
 }@media only screen and (max-width: 763px) { #pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #171717, #303030);background-image: -moz-linear-gradient(90deg, #171717, #303030);background-image: -ms-linear-gradient(90deg, #171717, #303030);background-image: -o-linear-gradient(90deg, #171717, #303030);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#303030' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#303030' );";background-image: linear-gradient(90deg, #171717, #303030);background-size:auto !important;display:block; }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row .container { background-color: transparent; background-image: none; }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row .container > .video-iframe-container { display: none; }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row > .video-iframe-container { display: none; }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .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); }#pmt4wq0DT0QF9Z2TuxGtiTGXM2XOsZ3e > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxuqEotF4dEieRaDX7q3JaTE7ow5vou6 { width:7.75rem;height:8.25rem;top:4rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2sTUhQcB0OIDceOSMqAnwRAt9sp54fU { width:12.3125rem;height:19rem;top:17.25rem;left:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eASN4DuJirMyOEwbCwab8fTpb7AZ0uKS { width:1.875rem;height:19rem;top:17.25rem;left:2.6875rem;font-size:1.25rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #uuaagrbwc64I6qLFxD8vNFaxbVTi5FGv { width:0.0625rem;height:23.75rem;top:23.34375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVBPXiASBDRWaitOz3priLzWksSB90vM { width:20rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2ERTecQD40tGoJvs2BZgpVgPhHK8pp0 { width:16.4375rem;height:3.8125rem;top:38.9375rem;left:1.8125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9N0Hx8plNmCyx8gzVsvKGc6gyDPbTcC { display:block; }
 }@media only screen and (max-width: 763px) { #CeiG8MGnPi3cOGF2x7yuBcXmaP38JSXt { display:flex;width:1.4375rem;height:1.4375rem;top:40.0625rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #PgxNxRULMTKki2Vsq2bcHCDrBdEVntTm { width:15.625rem;height:0.0625rem;top:13.062500953674rem;left:1.09375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #ot6bIhgdZNuz40Cbafc1trMmHtMuyJac { display:flex;width:3.125rem;height:3.125rem;top:47.8828125rem;left:8.4375rem; }
#ot6bIhgdZNuz40Cbafc1trMmHtMuyJac > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #n8URg7uvHynXGs7pKqw4sCGkLo6rqoxA { width:20rem;height:4.5rem;top:54.6328125rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQTvx9q6my0tMkuKQZ1kqc73A2SE5lVM { width:6.0625rem;height:1.5rem;top:0.5625rem;left:10.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOrHh3q7Tx9s0LZNQ90Ktbx08sV0vLep { display:block; }
 }@media only screen and (max-width: 763px) { #lTzMlEghOikaWq08yEKWNOr9roNlOV7g { 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) { #TpT0CaQotAzeBPgmbQPPwow88tZwW7xH { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6GeV9XknVbRwgA5amIP3wTfxgoVysT { display:block; }
 }@media only screen and (max-width: 763px) { #owzvFPaJmSbJ3l9eyVb7wikQuzfXy18N { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pChgE408Lu4Ad7zE9D47NmQKRHW7r4r6 { display:block; }
 }