.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,246,220;--color-primary-1:250,227,138;--color-primary-2:245,198,20;--color-primary-3:123,99,10;--color-primary-4:37,30,3;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Futura-Medium-01";--paragraphs-font-family:"Futura-Medium-01"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4c903b1c-9539-42ba-bfcd-666f15c3c59b/hero_desktop2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ { border-width: 0; border-radius: 0; }#P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ > .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; }#P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);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; }#RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV > .row .container { border-width: 0; border-radius: 0; }#RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#bUmI7pfIr2K0PhX9d65OZWOySipUvxFq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #bUmI7pfIr2K0PhX9d65OZWOySipUvxFq > .row .container { border-width: 0; border-radius: 0; }#bUmI7pfIr2K0PhX9d65OZWOySipUvxFq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUmI7pfIr2K0PhX9d65OZWOySipUvxFq > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV > .row .container { border-width: 0; border-radius: 0; }#R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db > .row .container { background-color: transparent; background-image: none; }#aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db > .row .container > .video-iframe-container { display: none; }#aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db > .row > .video-iframe-container { display: none; }#aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db > .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); }#aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db > .row .container { border-width: 0; border-radius: 0; }#aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 > .row .container { background-color: transparent; background-image: none; }#CQn1eZDXwbCADaGgq9X79olI5WaAA9y6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 > .row .container > .video-iframe-container { display: none; }#CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 > .row > .video-iframe-container { display: none; }#CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 > .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); }#CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 > .row .container { border-width: 0; border-radius: 0; }#CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#F8zRnmVh6310AKlUTTbv9CE6Li6ioErS { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #F8zRnmVh6310AKlUTTbv9CE6Li6ioErS { background-color: transparent; background-image: none; }#F8zRnmVh6310AKlUTTbv9CE6Li6ioErS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8zRnmVh6310AKlUTTbv9CE6Li6ioErS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8zRnmVh6310AKlUTTbv9CE6Li6ioErS > .row .container > .video-iframe-container { display: none; }#F8zRnmVh6310AKlUTTbv9CE6Li6ioErS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8zRnmVh6310AKlUTTbv9CE6Li6ioErS > .row > .video-iframe-container { display: none; }#F8zRnmVh6310AKlUTTbv9CE6Li6ioErS > .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); }#F8zRnmVh6310AKlUTTbv9CE6Li6ioErS { border-width: 0; border-radius: 0; }#F8zRnmVh6310AKlUTTbv9CE6Li6ioErS > .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; }#F8zRnmVh6310AKlUTTbv9CE6Li6ioErS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI > .row .container { background-color: transparent; background-image: none; }#IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI > .row .container > .video-iframe-container { display: none; }#IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI > .row > .video-iframe-container { display: none; }#IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI > .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); }#IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI > .row .container { border-width: 0; border-radius: 0; }#IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI > .row .container { font-size:0.875rem;font-family:arial;height:112.5rem;width:75rem;position:relative;display:block; }#g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH { background-color: transparent; background-image: none; }#g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH > .row .container > .video-iframe-container { display: none; }#g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH > .row > .video-iframe-container { display: none; }#g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH > .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); }#g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH { border-width: 0; border-radius: 0; }#g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH > .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; }#g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.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; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container { background-color: transparent; background-image: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container > .video-iframe-container { display: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row > .video-iframe-container { display: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .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); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container { border-width: 0; border-radius: 0; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container { font-size:0.875rem;font-family:arial;height:88.8125rem;width:75rem;position:relative;display:block; }#qsTs8kvBwoQienpC92R09uIogHArtTW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.125rem #000000;top:3.66796875rem;left:54.0625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#kXFtMafocK3ZOCa6fnoH5AL5bM3wC73p { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:futura-bold-03;font-size:3.125rem;font-weight:400;z-index:15027;line-height:1;letter-spacing:0;top:0.625rem;left:1.0625rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aFepaChkKBV02ucfuJS2MuNplUWyvxXd { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:17.4375rem;top:37.9375rem;left:18.8125rem;overflow:hidden;display:none; }
#dk8n4NJdUqO6JTQQml4OMNlxOMrsdTaT { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:59.1875rem;top:48.25rem;left:6.0625rem;overflow:hidden;display:none; }
#p3S9WWndVdoT5l2hx5vgHTPfDEQDQ38C { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:16.9375rem;top:37.875rem;left:36.625rem;overflow:hidden;display:none; }
#BT3iF6aUXnpd7TWQ9g4pxpP0SwWOCwLO { box-sizing:content-box;height:5.25rem;width:19.0625rem;position:absolute;display:block;z-index:14998;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:55.625rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:none; }
#g3LfxRCv89hL1MDPcRBJzrO8hTiwpuE6 { box-sizing:content-box;height:4.625rem;width:27.875rem;position:absolute;display:block;z-index:14997;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#SpTE6Kh8n6PL9vBWLrRNyagcw4vfPCAZ { box-sizing:content-box;height:3.8125rem;width:15.125rem;position:absolute;display:block;z-index:14998;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#qTG1Jv2gHzqM1ruh8vJxEDTPJT0vaxre { color:rgba(var(--color-tertiary-0),1);display:block;width:50.625rem;position:absolute;font-family:futura-bold-03;font-size:3.125rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:75.125rem;left:11.375rem;height:10.3125rem;text-align:center;text-align-last:center;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; }
#NML4JmLSAUkl7MIMk06owuOpXnPXXvIy { box-sizing:content-box;height:3.8125rem;width:41.8125rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.375rem;left:15.6875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#b5T4OXtG6maPeTT9r3ox0JFxvLNUtdAF { box-sizing:content-box;height:3.875rem;width:38.625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.875rem;left:17.5625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#JiJDh6g0piE5bX6AmJuDc0gNCBgwAd1h { box-sizing:content-box;height:3.8125rem;width:50rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:81.6875rem;left:11.5625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#psIgot6cD8sa1TdAszPxnJsTmdOocTf5 { box-sizing:content-box;height:3.8125rem;width:48.5rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.0625rem;left:13.125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }
#fh07QTQJUskln8kezb7w3sQukk3v5iFV { box-sizing:content-box;height:3.8125rem;width:48.5rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.0625rem;left:13.125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }
#I9fxi0LVhWQ7JLSAgbqoADNG6ZPtWLTs { box-sizing:content-box;height:3.875rem;width:38.625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.25rem;left:18.375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }
#aMtiGReMcqWceDq1B6yomc9w6Nk0ka7p { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.0625rem;width:64.875rem;top:30.362489700318rem;left:5.0625rem;overflow:hidden;display:block; }
#sbBv56nByBGmd4sr2mN40bpVykOZz9pf { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:futura-bold-03;font-size:2.5rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:11.14999961853rem;left:18.78125rem;height:9rem;text-align:center;text-align-last:center;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; }
#m9UF9OZH725JLNe9gTueLcOdSsc2T5NS { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.0625rem #000000;top:21.875rem;left:16.59375rem;height:7.3125rem;text-align:center;text-align-last:center;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; }
#FZqdqVFocuDzRUXcK4kvyRFLqT6rpMxG { box-sizing:content-box;height:3.1875rem;width:22.625rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:26.187501907349rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#Dn7rPH8MamK9PfqMSLLe44iQqhbUVT3P { box-sizing:content-box;height:3.9375rem;width:36.75rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:19.125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#UJkTHAITmTRyKcgw9LV6HuzxvBroOI56 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:29.9375rem;top:55.862497329712rem;left:8.46875rem;overflow:hidden;display:none; }
#evBCxK9ttJGQfaZPyuDKaNnl1eUocMua { box-sizing:content-box;height:5.875rem;width:38.25rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.4375rem;left:18.5rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }
#ugEVFW96IkyzaQJ0QOwWpKLVswbTTXKA { box-sizing:content-box;height:5.875rem;width:38.25rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.4375rem;left:18.5rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }
#eb0mfJOEoZSLkdBdGGsLCgI2kJe3wAXP { box-sizing:content-box;height:3.9375rem;width:19.6875rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.387499809265rem;left:27.656251907349rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#lWU0LHJewwiFAM513Z5UZJkemEliRlwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row .container { background-color: transparent; background-image: none; }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row .container > .video-iframe-container { display: none; }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row > .video-iframe-container { display: none; }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .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); }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row .container { border-width: 0; border-radius: 0; }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#WR4F1Tv3P6pw7iKLQTEqKTDVieC720Hu { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:10.443359375rem;left:9.125rem;height:8.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#moXylJyewH9W3ihUG9RN4Rkslly2p8aG { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.6875rem;width:39.3125rem;top:0rem;left:35.6875rem;overflow:hidden;display:block; }
#gPaQUPHudTr4H7koJaHtGaarETHEwKfI { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:20.0625rem;left:9.125rem;height:4.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gPaQUPHudTr4H7koJaHtGaarETHEwKfI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gPaQUPHudTr4H7koJaHtGaarETHEwKfI li:before{  }
#RJWop5g7dbZRrfnfaUoSwggKW5a7FveK { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:25.9375rem;left:8.5rem;height:12.2685625rem;font-style:normal;display:block; }
#fwsBgOHQlT5spWopF9eqSsRLNoz7TVOQ { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:27.5rem;left:20.6875rem;height:5.6875rem;font-style:normal;display:block; }
#hQMTz0TNuIFJdEXDAB8KHT0f4W1uBPJc { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:32.3125rem;left:20.8125rem;height:2.35595625rem;font-style:normal;display:block; }
#coVU1bPXBBmoTaxS54sw0Wm9WwrNgtNk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:36.4375rem;left:8.875rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JJRPyciAQtNsOTgMueGJaVrADyPfkUvb { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:36.1875rem;left:8.5rem;display:block; }
#L0ZUTv9a3Fxg70IPbAJgEPAsX1oJDDEK { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.125rem;width:15.4375rem;top:0.875rem;left:27.125rem;overflow:hidden;display:block; }
#lIZGGO4PnU4egleqVGNGpP1UkKXr8oQi { box-sizing:content-box;height:38.5625rem;width:66.4375rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89ace1e5-6131-4eea-8393-a0a21ff67b28/bg4.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.126953125rem;left:6.6875rem;display:block; }#lIZGGO4PnU4egleqVGNGpP1UkKXr8oQi.adaptive-delivery-prevent-bg, #lIZGGO4PnU4egleqVGNGpP1UkKXr8oQi.lazyload, #lIZGGO4PnU4egleqVGNGpP1UkKXr8oQi.lazyloading { background-image: none; }
#yJ19AmhGsw1ufRGwkg3Vp49kPPG5nPfq { box-sizing:content-box;height:14.6875rem;width:21.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36277141-ef01-424c-b58f-494a445a7850/Rectangle12.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26rem;left:5.625rem;display:block; }#yJ19AmhGsw1ufRGwkg3Vp49kPPG5nPfq.adaptive-delivery-prevent-bg, #yJ19AmhGsw1ufRGwkg3Vp49kPPG5nPfq.lazyload, #yJ19AmhGsw1ufRGwkg3Vp49kPPG5nPfq.lazyloading { background-image: none; }
#OsD9tPyuAprE81pcHReCAEfOFIeoAeIV { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15081;line-height:1.1;letter-spacing:0;top:8.392578125rem;left:9.8125rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#regg0MH9UlUb2NrCKfF4eOlVFqErKxbK { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8544921875rem;left:9.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container { background-color: transparent; background-image: none; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container > .video-iframe-container { display: none; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row > .video-iframe-container { display: none; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .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); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container { border-width: 0; border-radius: 0; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#B3CZP1Z3EQZyQc3BxA1JHG4PkJ8Z8X57 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:10.375rem;left:46.3125rem;height:8.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nmiUZTD5VR8HqkGoWAoP29NdNUtAceNK { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:38.0625rem;top:3.3369140625rem;left:1.375rem;overflow:hidden;display:block; }
#cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:20.1875rem;left:46.3125rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK li:before{  }
#uJQoHo91J1LEak5s9Gm2q0b8smhe2mpd { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15083;line-height:.9;letter-spacing:0;top:22.375rem;left:46.3125rem;height:8.493625rem;font-style:normal;display:block; }
#a67xaC9gdHUwSoEzE73NK7cEKLSZ13Xy { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:22.375rem;left:58.6875rem;height:5.6875rem;font-style:normal;display:block; }
#Zt7uvVK5DOJXS6BTQsiE0tggOXlmAEQ2 { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:27.375rem;left:58.6875rem;height:2.35595625rem;font-style:normal;display:block; }
#IDOQSbRbVUnnoKP10Rler5KP9ffBQh6C { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:30.8125rem;left:47.25rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FyDSAP6rJimyHKtGeDugPhcUohaiOnKk { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:30.5625rem;left:47.0625rem;display:block; }
#JENAqF3p2S1PE8kiH0SO4Jlkmu33dWUM { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:39.75rem;top:15.2060546875rem;left:1.5625rem;overflow:hidden;display:block; }
#W65JTIriN0hQ5Qf8Wau5uWpd1dOP3KZw { box-sizing:content-box;height:31.5rem;width:63.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/19817c0d-8b9a-40a7-9062-14aa7ba73e1a/bg7.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:1.3125rem;display:block; }#W65JTIriN0hQ5Qf8Wau5uWpd1dOP3KZw.adaptive-delivery-prevent-bg, #W65JTIriN0hQ5Qf8Wau5uWpd1dOP3KZw.lazyload, #W65JTIriN0hQ5Qf8Wau5uWpd1dOP3KZw.lazyloading { background-image: none; }
#X87JfT9U7OSeiFRwZ3k6PU9MWUbknN3N { box-sizing:content-box;height:12.875rem;width:19.3125rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5rem;left:45.8125rem;display:block; }#X87JfT9U7OSeiFRwZ3k6PU9MWUbknN3N.adaptive-delivery-prevent-bg, #X87JfT9U7OSeiFRwZ3k6PU9MWUbknN3N.lazyload, #X87JfT9U7OSeiFRwZ3k6PU9MWUbknN3N.lazyloading { background-image: none; }
#WiXHRoFcipw2XczNNb6WulJCU6783lc9 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.125rem;width:25.875rem;top:8.40625rem;left:7.5rem;overflow:hidden;display:none; }
#TPWea5mhnnqgVgTSVaKpgD8nQfQiLe4K { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15083;line-height:1.1;letter-spacing:0;top:8.125rem;left:46.875rem;height:1.23730625rem;text-align:center;text-align-last:center;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; }
#QQOzDEXrkbVMDupIJP8vAdH60GJwBxpk { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:46.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container { background-color: transparent; background-image: none; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container > .video-iframe-container { display: none; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row > .video-iframe-container { display: none; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .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); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container { border-width: 0; border-radius: 0; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#N4zLymIAcTwdiGlgOvD4iGlMfGqCaD2Q { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:17.5rem;left:8.5625rem;height:8.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P8T12d1Ck7tHesCwC6KbXDBvKHEnvaXz { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.875rem;width:25.1875rem;top:0rem;left:42.625rem;overflow:hidden;display:block; }
#DgHWmyLG5rV8qswIIT6woySqVdSFXRko { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:27.6181640625rem;left:8.5625rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#DgHWmyLG5rV8qswIIT6woySqVdSFXRko li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DgHWmyLG5rV8qswIIT6woySqVdSFXRko li:before{  }
#UBAXL3HglGCV8sumUGWZvwQinGnnOOhZ { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:29.0625rem;left:8.5625rem;height:12.2685625rem;font-style:normal;display:block; }
#C2n0XrDBTG8SroxfqWmRCotNybzCxyIH { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:30.5rem;left:20.75rem;height:5.6875rem;font-style:normal;display:block; }
#hB7ld1k3b3JNftM972AqN4xCZJvQ79oB { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:35.3125rem;left:20.875rem;height:2.35595625rem;font-style:normal;display:block; }
#D2RpnDv69LtNgfuPToUoVmW7ZkEdngfs { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:39.5625rem;left:8.75rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJRnBBK4VTVq84vXismEhduzzg8P1hhH { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:39.3125rem;left:8.5625rem;display:block; }
#VoWxUyrivXClnkg64OTDSNZFN7Znhmgd { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.1875rem;width:17.4375rem;top:5.125rem;left:29.75rem;overflow:hidden;display:block; }
#w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G { box-sizing:content-box;height:37rem;width:68.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af284381-be16-4172-bed7-d01b0ded0e6e/bg_blue2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:6.25rem;display:block; }#w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G.adaptive-delivery-prevent-bg, #w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G.lazyload, #w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G.lazyloading { background-image: none; }
#u3F37DwIpeie1zp2lEJ5Ka21hRFIyOEO { box-sizing:content-box;height:14.6875rem;width:22rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36277141-ef01-424c-b58f-494a445a7850/Rectangle12.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.125rem;left:5.0625rem;display:block; }#u3F37DwIpeie1zp2lEJ5Ka21hRFIyOEO.adaptive-delivery-prevent-bg, #u3F37DwIpeie1zp2lEJ5Ka21hRFIyOEO.lazyload, #u3F37DwIpeie1zp2lEJ5Ka21hRFIyOEO.lazyloading { background-image: none; }
#eOOdLUK607OGnmSC8BILZM9RBEwFMehl { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.125rem;top:15.9375rem;left:65.8125rem;overflow:hidden;display:block; }
#QT5QsiznbkDVA878fT1KSHVOa5SDHIuO { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.9375rem;top:24.4931640625rem;left:69rem;overflow:hidden;display:block; }
#MZmtRezIgiEr03KpsR9qFMTn0iGTnAok { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#EquEmJgFLTKRJBZGrdvneFyLbz5SlKQu { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15083;line-height:1.1;letter-spacing:0;top:15.287109375rem;left:9.0625rem;height:1.23730625rem;text-align:center;text-align-last:center;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; }
#RPE6QepyUfnuFasB1NWxBPSztKrr31BC { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.8115234375rem;left:8.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container { background-color: transparent; background-image: none; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container > .video-iframe-container { display: none; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row > .video-iframe-container { display: none; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .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); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container { border-width: 0; border-radius: 0; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#SMQToCAgLQKtWD5cHAhF0XKa01D2sUqw { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:8.875rem;left:46.25rem;height:8.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RhBzahsOTVx6QZaKO7a7cZThcXhTzK1x { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38rem;width:34.625rem;top:2.25rem;left:2.875rem;overflow:hidden;display:block; }
#ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:18.6875rem;left:46.25rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw li:before{  }
#CTOGWOniRbS3L5T77kFTrzseNeCXxOxI { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15083;line-height:1.1;letter-spacing:0;top:21.5625rem;left:46.25rem;height:10.380875rem;font-style:normal;display:block; }
#iaBAmGMzbIxvdmgCPQIBrsd8nDbEJAM3 { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:21.5625rem;left:57.375rem;height:5.6875rem;font-style:normal;display:block; }
#bKKpzssanIHN9fOzl8n5KIOEX97XmRll { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:26.5625rem;left:57.375rem;height:2.35595625rem;font-style:normal;display:block; }
#yuwTutgae4wcuUG2syMWmfNG4QVXfmHU { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:30.5625rem;left:47.25rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fa6P8816FBhMIVK2Uy60OfDlsN2F37lt { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:30.3125rem;left:47rem;display:block; }
#fpXwCHPSSybbgxWWBTorOaBqDxb8Vp5K { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:44.3125rem;top:12.5rem;left:0rem;overflow:hidden;display:block; }
#K0Jsn7ZGsBGJynULCAsr2K3PhNvwD4pb { box-sizing:content-box;height:36.625rem;width:64.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/19817c0d-8b9a-40a7-9062-14aa7ba73e1a/bg7.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:0.3125rem;display:block; }#K0Jsn7ZGsBGJynULCAsr2K3PhNvwD4pb.adaptive-delivery-prevent-bg, #K0Jsn7ZGsBGJynULCAsr2K3PhNvwD4pb.lazyload, #K0Jsn7ZGsBGJynULCAsr2K3PhNvwD4pb.lazyloading { background-image: none; }
#Rwq6a2bbdHQ0GTLCoKA6z2S1hlKRaCS1 { box-sizing:content-box;height:13.3125rem;width:20.5rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:45.6875rem;display:block; }#Rwq6a2bbdHQ0GTLCoKA6z2S1hlKRaCS1.adaptive-delivery-prevent-bg, #Rwq6a2bbdHQ0GTLCoKA6z2S1hlKRaCS1.lazyload, #Rwq6a2bbdHQ0GTLCoKA6z2S1hlKRaCS1.lazyloading { background-image: none; }
#K6LzxLDs7n8N8ZXa8JagAqT3Dt1lhx21 { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.125rem;left:46.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#eK6U4lgogzRRtvH2wWRkrBCGPRg3KZCU { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:6.6875rem;left:46.875rem;height:1.23730625rem;text-align:center;text-align-last:center;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; }
#T7F8hgptCrazNKBbpGwgrOW095DOeDbM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container { background-color: transparent; background-image: none; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container > .video-iframe-container { display: none; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row > .video-iframe-container { display: none; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .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); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container { border-width: 0; border-radius: 0; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#Scmgio58qqwbQ5omTo6giutQFNNHWoGT { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:9.5625rem;left:8.9375rem;height:5.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qBVGk2wV9z0TXUyqmO6M7CpCJW8W0BVC { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:37.5rem;top:3.3125rem;left:35.5rem;overflow:hidden;display:block; }
#t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:21.8125rem;left:11.625rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }#t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns li:before{  }
#xFuenkTuV9faTJDnUyDTusBzZHxv0TCK { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:16.6875rem;left:8.125rem;height:12.2685625rem;font-style:normal;display:block; }
#SFQHC78DN00RHR6VRSf8FohOxtbxaDIO { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:18.1875rem;left:18.625rem;height:5.6875rem;font-style:normal;display:block; }
#E7o7bUmdBKVSVO9TO4MeaT0xGuL03i5g { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:23.125rem;left:18.75rem;height:2.35595625rem;font-style:normal;display:block; }
#pQWoNLT7U4wy91Q9lZQZiAHW7wMIAFxC { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:27.1875rem;left:9.625rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xe2rcQ0IpHxdrBVQpIywfy5rff1QJLqE { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:26.9375rem;left:9.375rem;display:block; }
#ZFwyWXMkpAUVxhtUTCQ6HGRiFwDGFZN4 { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:16.3125rem;top:8.875rem;left:32.71875rem;overflow:hidden;display:block; }
#JNnEbgUiib442fWp5286DdmSZ5P5hZI2 { box-sizing:content-box;height:35.125rem;width:68.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89ace1e5-6131-4eea-8393-a0a21ff67b28/bg4.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:6.0625rem;display:block; }#JNnEbgUiib442fWp5286DdmSZ5P5hZI2.adaptive-delivery-prevent-bg, #JNnEbgUiib442fWp5286DdmSZ5P5hZI2.lazyload, #JNnEbgUiib442fWp5286DdmSZ5P5hZI2.lazyloading { background-image: none; }
#pR1zAvEdKQx6Km78NfkJPqg3AkKpKLQr { box-sizing:content-box;height:14.1875rem;width:21rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36277141-ef01-424c-b58f-494a445a7850/Rectangle12.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.75rem;left:4.8125rem;display:block; }#pR1zAvEdKQx6Km78NfkJPqg3AkKpKLQr.adaptive-delivery-prevent-bg, #pR1zAvEdKQx6Km78NfkJPqg3AkKpKLQr.lazyload, #pR1zAvEdKQx6Km78NfkJPqg3AkKpKLQr.lazyloading { background-image: none; }
#cQEnxNPXtAQadSwOXTNAx44r5KUQiBfq { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.625rem;left:9.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Pb45dmLMh61Xq0k9bIQ7tf5vkMCT1vEu { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:7.125rem;left:9.75rem;height:1.23730625rem;text-align:center;text-align-last:center;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; }
#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container { background-color: transparent; background-image: none; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container > .video-iframe-container { display: none; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row > .video-iframe-container { display: none; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .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); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container { border-width: 0; border-radius: 0; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#ugG0MudkvMsUceStafyFfUWTQQUxgPvF { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:9.0498046875rem;left:46.1875rem;height:11.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eyOb8L8OQ059D1VFPGrHdfEioFTMuEs9 { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.8125rem;width:31.125rem;top:3.6875rem;left:2.0625rem;overflow:hidden;display:block; }
#QWKRCTkpfSPldER74hBU2HXTPzAeWrGC { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:22.0625rem;left:46.3125rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }#QWKRCTkpfSPldER74hBU2HXTPzAeWrGC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QWKRCTkpfSPldER74hBU2HXTPzAeWrGC li:before{  }
#U5fbcTo20JVZ685BAP6fp9bXxbf2gTER { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:20.75rem;left:46.5rem;height:12.2685625rem;font-style:normal;display:block; }
#EMVAI7pvG6WdJeW9MMoLnBWr74tbJgKH { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:22.1875rem;left:58.0625rem;height:5.6875rem;font-style:normal;display:block; }
#MrXx9Ava8XdXNVDTLSJp69XMqEC9I9xR { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:27.1875rem;left:58.0625rem;height:2.35595625rem;font-style:normal;display:block; }
#PI74CDm7WEBPMXzTDGWFNMaS7QRu8zml { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:31.1875rem;left:47.1875rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNGxekJlU9evFw1DKaSqzh0Ax2wxWl9I { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:30.9375rem;left:47rem;display:block; }
#plx8ks98hyLIGQvh2k6c6ZiRPI3dmbeQ { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:39.1875rem;top:23.818359375rem;left:3.125rem;overflow:hidden;display:block; }
#u48nZ5K3rGcyZHroTa6roAVRh7Zucz0F { box-sizing:content-box;height:36.625rem;width:67.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/19817c0d-8b9a-40a7-9062-14aa7ba73e1a/bg7.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.068359375rem;left:0rem;display:block; }#u48nZ5K3rGcyZHroTa6roAVRh7Zucz0F.adaptive-delivery-prevent-bg, #u48nZ5K3rGcyZHroTa6roAVRh7Zucz0F.lazyload, #u48nZ5K3rGcyZHroTa6roAVRh7Zucz0F.lazyloading { background-image: none; }
#FC9aQ8ZkDSM0C5g1rM6FsygM1G9HAHir { box-sizing:content-box;height:13.3125rem;width:22.6875rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21rem;left:45.6875rem;display:block; }#FC9aQ8ZkDSM0C5g1rM6FsygM1G9HAHir.adaptive-delivery-prevent-bg, #FC9aQ8ZkDSM0C5g1rM6FsygM1G9HAHir.lazyload, #FC9aQ8ZkDSM0C5g1rM6FsygM1G9HAHir.lazyloading { background-image: none; }
#mHCEcVsZpNLy4smqEqEZ0sTagOM1wV56 { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15087;line-height:1.1;letter-spacing:0;top:6.625rem;left:46.875rem;height:1.23730625rem;text-align:center;text-align-last:center;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; }
#czw9Bx5H5D1a5HSi5T45CPTDhcMcOS5C { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.125rem;left:46.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container { background-color: transparent; background-image: none; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container > .video-iframe-container { display: none; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row > .video-iframe-container { display: none; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .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); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container { border-width: 0; border-radius: 0; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#mG0SpTaP0FTuD2F6yTL6uvF9w6JHrCbB { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:39.3125rem;left:22.75rem;height:11.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RW45eTmxibK6XsQZIe1f21D6KdFfxnsD { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:52.75rem;left:22.75rem;height:2.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#RW45eTmxibK6XsQZIe1f21D6KdFfxnsD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RW45eTmxibK6XsQZIe1f21D6KdFfxnsD li:before{  }
#UXZG5gUgJ8tWT3EuCToultoIkWDvS99B { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:40.3125rem;left:1.6875rem;height:12.2685625rem;font-style:normal;display:block; }
#q2foUvGU4FbfSSzqQr6ewBhkKv6FItmx { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:42.0625rem;left:13.8125rem;height:5.6875rem;font-style:normal;display:block; }
#ybHD4xA2FbhWPxA29gpI7Ek81dWVVoac { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:47.3125rem;left:13.8125rem;height:2.35595625rem;font-style:normal;display:block; }
#DzxCKTuHTSTe5whrWBKmR5LaFZ0Cor3R { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:50.0625rem;left:1.8125rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Km2mFqyN3KsT7Dd5KZbo4gduAurc8Xr8 { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:49.8125rem;left:1.4375rem;display:block; }
#aHg6RE1RFIEbuv7yW44GGIvf4dZt4G6l { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:19.625rem;top:29.25rem;left:48.4375rem;overflow:hidden;display:block; }
#OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt { box-sizing:content-box;height:63.375rem;width:48.4375rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d199234-e643-428a-85a6-9ba99afe0e42/bg_skarp.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0.625rem;display:block; }#OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt.adaptive-delivery-prevent-bg, #OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt.lazyload, #OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt.lazyloading { background-image: none; }
#Ro1MP0DFT7BXCUDBxfbDNUTpQSwBLHnH { box-sizing:content-box;height:12.125rem;width:20.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36277141-ef01-424c-b58f-494a445a7850/Rectangle12.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.375rem;left:0rem;display:block; }#Ro1MP0DFT7BXCUDBxfbDNUTpQSwBLHnH.adaptive-delivery-prevent-bg, #Ro1MP0DFT7BXCUDBxfbDNUTpQSwBLHnH.lazyload, #Ro1MP0DFT7BXCUDBxfbDNUTpQSwBLHnH.lazyloading { background-image: none; }
#AmRzQFUrJeztSgaTFsqG2k8DXx1Cs4y8 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.0625rem;width:12.75rem;top:3.1875rem;left:60.5rem;overflow:hidden;display:block; }
#vPif3VpRqJ2q9JgLWCVPOET7MzQ1O8Ul { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:31rem;top:3.1875rem;left:0.8125rem;overflow:hidden;display:block; }
#g7i9PKaIPTyosHU8dwWK9iaybvZnknru { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:17.8125rem;left:44rem;height:12.2685625rem;font-style:normal;display:block; }
#bEK0FoMpkAPgiJS4aBWFvSdshpSr1mFT { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:19.5625rem;left:49.3125rem;height:5.6875rem;font-style:normal;display:block; }
#V7GI6X1meevWNNOyedenvaTk4rxdI4dI { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:24.8125rem;left:49.3125rem;height:2.35595625rem;font-style:normal;display:block; }
#T7kgRQQT1vny3Zib3SDd70abAaGO1mkt { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;top:27.5625rem;left:42.3125rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8fWtbnr4oVTPb5203JEInrapoJ8xbTU { box-sizing:content-box;height:12.125rem;width:16.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.625rem;display:block; }#q8fWtbnr4oVTPb5203JEInrapoJ8xbTU.adaptive-delivery-prevent-bg, #q8fWtbnr4oVTPb5203JEInrapoJ8xbTU.lazyload, #q8fWtbnr4oVTPb5203JEInrapoJ8xbTU.lazyloading { background-image: none; }
#zrU3pktxglP2NrbuEhqz7b1F6DvDV9Pp { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15078;line-height:1.1;letter-spacing:0;top:6.625rem;left:39.75rem;height:11.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p7Eb05kEKEwplTptizKx8ruduzENQOon { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:19.25rem;left:35.5rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }#p7Eb05kEKEwplTptizKx8ruduzENQOon li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p7Eb05kEKEwplTptizKx8ruduzENQOon li:before{  }
#shVvEfB9I6HXgvsTTB2zGdF9qhzlAszO { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:27.3125rem;left:42.125rem;display:block; }
#BImp0blySKGTxhC5m8TqhTJ3k3f7PQdL { box-sizing:content-box;height:59.5rem;width:39.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9a3712ce-51d3-43d1-b941-cadd655eb4b3/bg_smycz2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:34.8125rem;display:block; }#BImp0blySKGTxhC5m8TqhTJ3k3f7PQdL.adaptive-delivery-prevent-bg, #BImp0blySKGTxhC5m8TqhTJ3k3f7PQdL.lazyload, #BImp0blySKGTxhC5m8TqhTJ3k3f7PQdL.lazyloading { background-image: none; }
#fGcLhoNiIyWn9k4imzVpAVcV0kh6dozg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#sv6nqT7roFPq4nkRtc9RPlZboW4mi0nB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Mow1PCUSvQzO2S1LPwnA3uLseUahKMqx { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:28.125rem;top:8.5rem;left:0rem;overflow:hidden;display:block; }
#sPcDIh6Ad1ousKHfG5SOfBUUTryAyXrl { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:4.4375rem;left:40.3125rem;height:1.23730625rem;text-align:center;text-align-last:center;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; }
#dZ1skUdkrD0xF5olXqaEX9EqZhmeqk9L { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:39.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#iL1eqv8laofhvhIVRO4r0ueVJXLxZT3O { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.625rem;left:22.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#fTTMVw9BQ4TK6iBrsNHsz96zqZq9Mtb1 { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.1;letter-spacing:0;top:37.125rem;left:23.375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EIteULEGXrQtxzqsWzHcPRE59C7JHakr { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:20.5rem;left:41.3125rem;height:2.35595625rem;font-style:normal;display:block; }
#kdM9I257ulXJRW0oE5PGFgAamVSS42iG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container { background-color: transparent; background-image: none; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container > .video-iframe-container { display: none; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row > .video-iframe-container { display: none; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .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); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container { border-width: 0; border-radius: 0; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#CG5aUaeRzpXOsgnzwJ26O2WqaLbED8ZR { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:8.595703125rem;left:22.25rem;height:5.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:15.6435546875rem;left:22.25rem;height:8.6738125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U li:before{  }
#Ur1IAtLrbArPF5q7sq75QXyMFTybcwAG { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:1.9921875rem;left:1.625rem;height:12.2685625rem;font-style:normal;display:block; }
#DW5Sn93aaXbqNB6lHcIR3hRy5elvfu8h { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:3.875rem;left:13.8125rem;height:5.6875rem;font-style:normal;display:block; }
#e1DrMReEO9tJDfGRqXJOAM4Zq1l07WTf { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:8.572265625rem;left:13.8125rem;height:2.35595625rem;font-style:normal;display:block; }
#c8wBCzuioyrNPeCl6bnLq13WyDWiqbee { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#orGuIJuJNuhfhvtD0ChlTi5c2u9duGfW { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:11.48046875rem;left:1.375rem;display:block; }
#Oh47LBQS6lpE6A3K5Sl7T1339O45FT24 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:23.6875rem;top:3.875rem;left:51.3125rem;overflow:hidden;display:block; }
#yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs { box-sizing:content-box;height:48.5625rem;width:46.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a75c1a42-eb1b-493f-9464-374edfd30814/bg_powerbank.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:2.9375rem;display:block; }#yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs.adaptive-delivery-prevent-bg, #yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs.lazyload, #yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs.lazyloading { background-image: none; }
#PC2lcKBESU07bvbsMTQTDbayLT86IlUK { box-sizing:content-box;height:12.125rem;width:19.6875rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36277141-ef01-424c-b58f-494a445a7850/Rectangle12.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:0rem;display:block; }#PC2lcKBESU07bvbsMTQTDbayLT86IlUK.adaptive-delivery-prevent-bg, #PC2lcKBESU07bvbsMTQTDbayLT86IlUK.lazyload, #PC2lcKBESU07bvbsMTQTDbayLT86IlUK.lazyloading { background-image: none; }
#iAANCCVtcTAwUkQLpPcJssb4wwGiyi1V { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:19.4375rem;top:9.5625rem;left:46.6875rem;overflow:hidden;display:block; }
#WvZO1LvCKlk4EuVhOLi0AznJUhKNkzgH { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:20.75rem;top:17.1875rem;left:5.9375rem;overflow:hidden;display:block; }
#h2D7VpvTRvs9fIqiOD7TkT8ahvs7at6b { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:30.875rem;left:33.9375rem;height:12.2685625rem;font-style:normal;display:block; }
#db31IfiOAsoXMQx8pF8Kkt9ZcbXVT8TZ { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:32.5625rem;left:44.25rem;height:5.6875rem;font-style:normal;display:block; }
#nhpk9k5gcKPgD8HG3nwJ9utyiRgkfMht { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:37.5rem;left:44.375rem;height:2.35595625rem;font-style:normal;display:block; }
#kgNCOT0LXJNromLzOpxTNB4arJ46ftGL { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;top:40.875rem;left:34.9375rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iewTmoUPqGPNQPedfPFrFnEHSZiNKQkJ { box-sizing:content-box;height:12.125rem;width:16.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.1875rem;left:33.25rem;display:block; }#iewTmoUPqGPNQPedfPFrFnEHSZiNKQkJ.adaptive-delivery-prevent-bg, #iewTmoUPqGPNQPedfPFrFnEHSZiNKQkJ.lazyload, #iewTmoUPqGPNQPedfPFrFnEHSZiNKQkJ.lazyloading { background-image: none; }
#IQlTHoBagzR1cel9ZhqkLbg62fI9Pk9C { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15078;line-height:1.1;letter-spacing:0;top:36.5439453125rem;left:52.0625rem;height:5.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:19.25rem;left:35.5rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }#rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u li:before{  }
#SJuQGq4LtwKWM8KIkogm25LlRHSv1u3q { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:40.6875rem;left:34.6875rem;display:block; }
#JGbagZWFhtEskADI5uC5DxFkspWPJN4r { box-sizing:content-box;height:43.625rem;width:50rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c142e228-a8e0-43bb-88f6-b53eb8144b6e/bg_magnes.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0625rem;left:25rem;display:block; }#JGbagZWFhtEskADI5uC5DxFkspWPJN4r.adaptive-delivery-prevent-bg, #JGbagZWFhtEskADI5uC5DxFkspWPJN4r.lazyload, #JGbagZWFhtEskADI5uC5DxFkspWPJN4r.lazyloading { background-image: none; }
#zdvkUMCtK1WsQaUcukEIQBCltoKIKbu7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#WSrMRuBRzCxrSehGEm18hPwf8tBEMzlq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#drUDGyLU86nBBawqEmc4y7NTUvv55WXb { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:24.25rem;top:32.5rem;left:4.1875rem;overflow:hidden;display:block; }
#unxhEcNJOgDAGwArg7dKHaWBoqAnZ2AW { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:22.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#of0rFAHIdsvV3Hcf2Jt45OpZ5xb9DFiZ { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.1;letter-spacing:0;top:5.75rem;left:22.8125rem;height:1.23730625rem;text-align:center;text-align-last:center;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; }
#MULCHtCufppVvp7dV9VMFx6WSftkqQip { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.8125rem;left:52.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#FOaeRzzKQWq6qik8rkVBoSyAFVlUxGtB { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.1;letter-spacing:0;top:34.3125rem;left:52.5625rem;height:1.23730625rem;text-align:center;text-align-last:center;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; }
#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000026', endColorstr='#0000004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000026', endColorstr='#0000004c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));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; }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row .container { background-color: transparent; background-image: none; }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row .container > .video-iframe-container { display: none; }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row > .video-iframe-container { display: none; }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .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); }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row .container { border-width: 0; border-radius: 0; }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#zn4FHldnGOePRfimu1UhQAArr822bvFM { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:10.6875rem;left:42.125rem;height:8.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VhTeo6nkb2RMdH9G5AypVnWOKeVD8KCK { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:34.625rem;top:6.662109375rem;left:4.40625rem;overflow:hidden;display:block; }
#QkbTt56niGUKvWZx9ADF1Xe4b0OlvCuy { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15083;line-height:1.1;letter-spacing:0;top:20.9375rem;left:47.5rem;height:10.380875rem;font-style:normal;display:block; }
#AX2UD7IHi3O6kQ7vpk72HW06CqRGNrgh { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:20.9375rem;left:59.75rem;height:5.6875rem;font-style:normal;display:block; }
#HJ87aDTDbKeXEdEJ5vonOafmqyRLQ8em { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:25.9375rem;left:59.75rem;height:2.35595625rem;font-style:normal;display:block; }
#T19Ud5vBZt4edITdpcxPZ5rHFcCp7wNO { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:29.9375rem;left:48.5rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qHnRw6akMczm0kaNM7WrxBiKAK8GWPon { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"cera pro";font-size:1rem;font-weight:400;z-index:15087;line-height:1.4;letter-spacing:0;top:30.375rem;left:21.5rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TlSSPLWtTFeEFha3WO2vWpt6i8Uk7vcR { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:29.6875rem;left:48.25rem;display:block; }
#xJBXwtRGHNUX2wTFBzoeQTJC5qmM1Lk1 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:27.625rem;top:13.9375rem;left:0rem;overflow:hidden;display:block; }
#o2y5fMysWH6sxz9BEbvdA1y4yJuC4KFJ { box-sizing:content-box;height:36.625rem;width:65.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f4e42f2d-c93d-49d9-a7f3-abbf28db70fe/bg_apteczka2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:0.3125rem;display:block; }#o2y5fMysWH6sxz9BEbvdA1y4yJuC4KFJ.adaptive-delivery-prevent-bg, #o2y5fMysWH6sxz9BEbvdA1y4yJuC4KFJ.lazyload, #o2y5fMysWH6sxz9BEbvdA1y4yJuC4KFJ.lazyloading { background-image: none; }
#TxEOmk2XzeE5qsv06MGX5B78fwV02kpT { box-sizing:content-box;height:13.3125rem;width:20rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.1875rem;left:46.9375rem;display:block; }#TxEOmk2XzeE5qsv06MGX5B78fwV02kpT.adaptive-delivery-prevent-bg, #TxEOmk2XzeE5qsv06MGX5B78fwV02kpT.lazyload, #TxEOmk2XzeE5qsv06MGX5B78fwV02kpT.lazyloading { background-image: none; }
#nTMxUm86U9J2ubpbmu09auGZVZmmE4xE { color:rgba(var(--color-tertiary-0),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.77);top:43.125rem;left:10.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#TqyOtBfKM2F95zGTlpmxXVdKJT7Vew1X { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:10rem;top:43.125rem;left:65rem;overflow:hidden;display:block; }
#xq80LweUPmrgeguq1i0EzkWDT3eKoFDR { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:8.9375rem;top:45.2373046875rem;left:0rem;overflow:hidden;display:block; }
#lkE0VoT6v1tOunNTJLVNwbHuGIlntJbI { box-sizing:content-box;height:4.6875rem;width:23.5rem;position:absolute;display:block;z-index:15086;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:29.25rem;left:19.1875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#svCisLbDzwEADuROfIh4Gz1Nt9w69Oep { box-sizing:content-box;height:3.0625rem;width:2.75rem;position:absolute;display:block;z-index:15087;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:28.3125rem;left:17.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#qiOTTP7pNVyy3VTq4Ny7wTWk2OPT1EIu { 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:15088;opacity:1;top:29.0625rem;left:18.1875rem; }
#TUSDEetgkFE6KWcgSftC340qnZyDUazS { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:42.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#OKtu8M9Q8NpDv50OdprtXo2ndKwToJAC { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15095;line-height:1.1;letter-spacing:0;top:8.3125rem;left:42.6875rem;height:1.23730625rem;text-align:center;text-align-last:center;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; }
#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2e74;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; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container { background-color: transparent; background-image: none; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container > .video-iframe-container { display: none; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row > .video-iframe-container { display: none; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .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); }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container { border-width: 0; border-radius: 0; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#UTgpLu8aknPXaUTSzQM8IWAKNrAkciaW { 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:15.25rem;width:18.375rem;top:4.625rem;left:43rem;overflow:hidden;display:block; }
#DMV09RB8ytrNsiP5eOwBGh1aZunNOWcF { 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:8.25rem;width:18rem;top:6.5625rem;left:13.0625rem;overflow:hidden;display:block; }
#U0nFTkJG6iIXkF6FOdTpJ15TSHmfWKFR { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.875rem;left:11.1875rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#R9SOXqWbDEeyN1OnNbmGkMMZD1ZmaavH { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:0.125rem;top:4.625rem;left:37.4375rem;display:block; }
#y4Lfdx06bSmGTEeMTcEBLdJdDecUcSfp { color:rgba(var(--color-tertiary-0),1);display:block;width:62.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.125rem;left:6.3125rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#xve06QedqczoK1rMDs1BuwhdiOupGQJC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#xve06QedqczoK1rMDs1BuwhdiOupGQJC.adaptive-delivery-prevent-bg, #xve06QedqczoK1rMDs1BuwhdiOupGQJC.lazyload, #xve06QedqczoK1rMDs1BuwhdiOupGQJC.lazyloading { background-image: none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #xve06QedqczoK1rMDs1BuwhdiOupGQJC > .row .container { background-color: transparent; background-image: none; }#xve06QedqczoK1rMDs1BuwhdiOupGQJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xve06QedqczoK1rMDs1BuwhdiOupGQJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xve06QedqczoK1rMDs1BuwhdiOupGQJC > .row .container > .video-iframe-container { display: none; }#xve06QedqczoK1rMDs1BuwhdiOupGQJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xve06QedqczoK1rMDs1BuwhdiOupGQJC > .row > .video-iframe-container { display: none; }#xve06QedqczoK1rMDs1BuwhdiOupGQJC > .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); }#xve06QedqczoK1rMDs1BuwhdiOupGQJC > .row .container { border-width: 0; border-radius: 0; }#xve06QedqczoK1rMDs1BuwhdiOupGQJC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xve06QedqczoK1rMDs1BuwhdiOupGQJC > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs.adaptive-delivery-prevent-bg, #FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs.lazyload, #FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs.lazyloading { background-image: none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs > .row .container { border-width: 0; border-radius: 0; }#FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#poTOqu4gC23G9ghn22ZnpafSVSUAntxU { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #poTOqu4gC23G9ghn22ZnpafSVSUAntxU { border-width: 0; border-radius: 0; }#poTOqu4gC23G9ghn22ZnpafSVSUAntxU > .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; }#poTOqu4gC23G9ghn22ZnpafSVSUAntxU > .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:2.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:none; }#b0KLbQd2uC9psM4tFPQB208TH8vISsp3 { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #b0KLbQd2uC9psM4tFPQB208TH8vISsp3 { border-width: 0; border-radius: 0; }#b0KLbQd2uC9psM4tFPQB208TH8vISsp3 > .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; }#b0KLbQd2uC9psM4tFPQB208TH8vISsp3 > .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:2.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:none; }#Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R.adaptive-delivery-prevent-bg, #Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R.lazyload, #Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R.lazyloading { background-image: none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R > .row .container { border-width: 0; border-radius: 0; }#Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#g2BohT6cbPHEToafXLRhgksDaDDXLGgb { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #g2BohT6cbPHEToafXLRhgksDaDDXLGgb { border-width: 0; border-radius: 0; }#g2BohT6cbPHEToafXLRhgksDaDDXLGgb > .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; }#g2BohT6cbPHEToafXLRhgksDaDDXLGgb > .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:2.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:none; }#yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk { border-width: 0; border-radius: 0; }#yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk > .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; }#yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk > .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:2.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:none; }#XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE.adaptive-delivery-prevent-bg, #XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE.lazyload, #XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE.lazyloading { background-image: none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE > .row .container { border-width: 0; border-radius: 0; }#XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;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; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs > .row .container { background-color: transparent; background-image: none; }#Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs > .row .container > .video-iframe-container { display: none; }#Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs > .row > .video-iframe-container { display: none; }#Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs > .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); }#Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs > .row .container { border-width: 0; border-radius: 0; }#Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bUmI7pfIr2K0PhX9d65OZWOySipUvxFq { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #bUmI7pfIr2K0PhX9d65OZWOySipUvxFq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8zRnmVh6310AKlUTTbv9CE6Li6ioErS { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #F8zRnmVh6310AKlUTTbv9CE6Li6ioErS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q { display:block; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsTs8kvBwoQienpC92R09uIogHArtTW4 { top:3.625rem;left:28.1875rem;width:19.5625rem;height:4.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXFtMafocK3ZOCa6fnoH5AL5bM3wC73p { top:0.625rem;left:0rem;width:25.75rem;height:6.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFepaChkKBV02ucfuJS2MuNplUWyvxXd { top:37.9375rem;left:5.1875rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk8n4NJdUqO6JTQQml4OMNlxOMrsdTaT { top:48.25rem;left:0rem;width:47.75rem;height:8.4205385427666rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3S9WWndVdoT5l2hx5vgHTPfDEQDQ38C { top:37.875rem;left:23rem;width:16.9375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT3iF6aUXnpd7TWQ9g4pxpP0SwWOCwLO { top:3.0625rem;left:28.5rem;width:19.0625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3LfxRCv89hL1MDPcRBJzrO8hTiwpuE6 { top:0rem;left:0rem;width:27.875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpTE6Kh8n6PL9vBWLrRNyagcw4vfPCAZ { top:3.5625rem;left:0rem;width:15.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTG1Jv2gHzqM1ruh8vJxEDTPJT0vaxre { top:75.125rem;left:0rem;width:47.75rem;height:10.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NML4JmLSAUkl7MIMk06owuOpXnPXXvIy { top:78.375rem;left:2.0625rem;width:41.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5T4OXtG6maPeTT9r3ox0JFxvLNUtdAF { top:74.875rem;left:3.9375rem;width:38.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiJDh6g0piE5bX6AmJuDc0gNCBgwAd1h { top:81.6875rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psIgot6cD8sa1TdAszPxnJsTmdOocTf5 { top:69.0625rem;left:0rem;width:47.75rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fh07QTQJUskln8kezb7w3sQukk3v5iFV { top:69.0625rem;left:0rem;width:47.75rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9fxi0LVhWQ7JLSAgbqoADNG6ZPtWLTs { top:62.25rem;left:4.75rem;width:38.625rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMtiGReMcqWceDq1B6yomc9w6Nk0ka7p { top:30.3125rem;left:0rem;width:47.75rem;height:35.375481695568rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbBv56nByBGmd4sr2mN40bpVykOZz9pf { top:11.125rem;left:5.15625rem;width:37.4375rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9UF9OZH725JLNe9gTueLcOdSsc2T5NS { top:21.875rem;left:2.96875rem;width:41.8125rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZqdqVFocuDzRUXcK4kvyRFLqT6rpMxG { top:10.625rem;left:12.562501907349rem;width:22.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn7rPH8MamK9PfqMSLLe44iQqhbUVT3P { top:13.375rem;left:5.5rem;width:36.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJkTHAITmTRyKcgw9LV6HuzxvBroOI56 { top:55.8125rem;left:0rem;width:29.9375rem;height:41.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #evBCxK9ttJGQfaZPyuDKaNnl1eUocMua { top:41.4375rem;left:4.875rem;width:38.25rem;height:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugEVFW96IkyzaQJ0QOwWpKLVswbTTXKA { top:41.4375rem;left:4.875rem;width:38.25rem;height:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eb0mfJOEoZSLkdBdGGsLCgI2kJe3wAXP { top:16.375rem;left:14.031251907349rem;width:19.6875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWU0LHJewwiFAM513Z5UZJkemEliRlwS { display:block; }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR4F1Tv3P6pw7iKLQTEqKTDVieC720Hu { top:10.4375rem;left:0rem;width:18.75rem;height:8.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moXylJyewH9W3ihUG9RN4Rkslly2p8aG { top:0rem;left:8.4375rem;width:39.3125rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPaQUPHudTr4H7koJaHtGaarETHEwKfI { top:20.0625rem;left:0rem;width:17rem;height:4rem;font-size:1rem;display:block; }#gPaQUPHudTr4H7koJaHtGaarETHEwKfI li:before{  }
 }@media only screen and (max-width: 763px) { #RJWop5g7dbZRrfnfaUoSwggKW5a7FveK { top:25.9375rem;left:0rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwsBgOHQlT5spWopF9eqSsRLNoz7TVOQ { top:27.5rem;left:7.0625rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQMTz0TNuIFJdEXDAB8KHT0f4W1uBPJc { top:32.3125rem;left:7.1875rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coVU1bPXBBmoTaxS54sw0Wm9WwrNgtNk { top:36.4375rem;left:0rem;width:12.6875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJRPyciAQtNsOTgMueGJaVrADyPfkUvb { top:36.1875rem;left:0rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0ZUTv9a3Fxg70IPbAJgEPAsX1oJDDEK { top:0.875rem;left:13.5rem;width:15.4375rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIZGGO4PnU4egleqVGNGpP1UkKXr8oQi { top:3.125rem;left:0rem;width:47.75rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ19AmhGsw1ufRGwkg3Vp49kPPG5nPfq { top:26rem;left:0rem;width:21.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsD9tPyuAprE81pcHReCAEfOFIeoAeIV { top:8.375rem;left:0rem;width:8.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #regg0MH9UlUb2NrCKfF4eOlVFqErKxbK { top:7.8125rem;left:0rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln { display:block; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3CZP1Z3EQZyQc3BxA1JHG4PkJ8Z8X57 { top:10.375rem;left:29rem;width:18.75rem;height:8.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmiUZTD5VR8HqkGoWAoP29NdNUtAceNK { top:3.3125rem;left:0rem;width:38.0625rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK { top:20.1875rem;left:30.75rem;width:17rem;height:1.1875rem;font-size:1rem;display:block; }#cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK li:before{  }
 }@media only screen and (max-width: 763px) { #uJQoHo91J1LEak5s9Gm2q0b8smhe2mpd { top:22.375rem;left:32.6875rem;width:13.375rem;height:8.4375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a67xaC9gdHUwSoEzE73NK7cEKLSZ13Xy { top:22.375rem;left:42.75rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt7uvVK5DOJXS6BTQsiE0tggOXlmAEQ2 { top:27.375rem;left:40.625rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDOQSbRbVUnnoKP10Rler5KP9ffBQh6C { top:30.8125rem;left:33.625rem;width:13.0625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyDSAP6rJimyHKtGeDugPhcUohaiOnKk { top:30.5625rem;left:33.4375rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JENAqF3p2S1PE8kiH0SO4Jlkmu33dWUM { top:15.1875rem;left:0rem;width:39.75rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W65JTIriN0hQ5Qf8Wau5uWpd1dOP3KZw { top:4.25rem;left:0rem;width:47.75rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X87JfT9U7OSeiFRwZ3k6PU9MWUbknN3N { top:21.5rem;left:28.4375rem;width:19.3125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiXHRoFcipw2XczNNb6WulJCU6783lc9 { top:8.375rem;left:0rem;width:25.875rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWea5mhnnqgVgTSVaKpgD8nQfQiLe4K { top:8.125rem;left:33.25rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQOzDEXrkbVMDupIJP8vAdH60GJwBxpk { top:7.5625rem;left:32.6875rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J { display:block; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4zLymIAcTwdiGlgOvD4iGlMfGqCaD2Q { top:17.5rem;left:0rem;width:21.1875rem;height:8.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8T12d1Ck7tHesCwC6KbXDBvKHEnvaXz { top:0rem;left:22.5625rem;width:25.1875rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgHWmyLG5rV8qswIIT6woySqVdSFXRko { top:27.5625rem;left:0rem;width:17rem;height:1.1875rem;font-size:1rem;display:block; }#DgHWmyLG5rV8qswIIT6woySqVdSFXRko li:before{  }
 }@media only screen and (max-width: 763px) { #UBAXL3HglGCV8sumUGWZvwQinGnnOOhZ { top:29.0625rem;left:0rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2n0XrDBTG8SroxfqWmRCotNybzCxyIH { top:30.5rem;left:7.125rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB7ld1k3b3JNftM972AqN4xCZJvQ79oB { top:35.3125rem;left:7.25rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2RpnDv69LtNgfuPToUoVmW7ZkEdngfs { top:39.5625rem;left:0rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJRnBBK4VTVq84vXismEhduzzg8P1hhH { top:39.3125rem;left:0rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoWxUyrivXClnkg64OTDSNZFN7Znhmgd { top:5.125rem;left:16.125rem;width:17.4375rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G { top:7.75rem;left:0rem;width:47.75rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3F37DwIpeie1zp2lEJ5Ka21hRFIyOEO { top:29.125rem;left:0rem;width:22rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOOdLUK607OGnmSC8BILZM9RBEwFMehl { top:15.9375rem;left:41.625rem;width:6.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT5QsiznbkDVA878fT1KSHVOa5SDHIuO { top:24.4375rem;left:43.8125rem;width:3.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZmtRezIgiEr03KpsR9qFMTn0iGTnAok { display:none; }
 }@media only screen and (max-width: 763px) { #EquEmJgFLTKRJBZGrdvneFyLbz5SlKQu { top:15.25rem;left:0rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPE6QepyUfnuFasB1NWxBPSztKrr31BC { top:14.75rem;left:0rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt { display:block; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMQToCAgLQKtWD5cHAhF0XKa01D2sUqw { top:8.875rem;left:25.375rem;width:22.375rem;height:8.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhBzahsOTVx6QZaKO7a7cZThcXhTzK1x { top:2.25rem;left:0rem;width:34.625rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw { top:18.6875rem;left:30.75rem;width:17rem;height:1.1875rem;font-size:1rem;display:block; }#ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw li:before{  }
 }@media only screen and (max-width: 763px) { #CTOGWOniRbS3L5T77kFTrzseNeCXxOxI { top:21.5625rem;left:32.625rem;width:13.375rem;height:10.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBAmGMzbIxvdmgCPQIBrsd8nDbEJAM3 { top:21.5625rem;left:42.75rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKKpzssanIHN9fOzl8n5KIOEX97XmRll { top:26.5625rem;left:40.625rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuwTutgae4wcuUG2syMWmfNG4QVXfmHU { top:30.5625rem;left:33.625rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa6P8816FBhMIVK2Uy60OfDlsN2F37lt { top:30.3125rem;left:33.375rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpXwCHPSSybbgxWWBTorOaBqDxb8Vp5K { top:12.5rem;left:0rem;width:44.3125rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Jsn7ZGsBGJynULCAsr2K3PhNvwD4pb { top:2.25rem;left:0rem;width:47.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwq6a2bbdHQ0GTLCoKA6z2S1hlKRaCS1 { top:20.8125rem;left:27.25rem;width:20.5rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6LzxLDs7n8N8ZXa8JagAqT3Dt1lhx21 { top:6.125rem;left:32.625rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK6U4lgogzRRtvH2wWRkrBCGPRg3KZCU { top:6.6875rem;left:33.25rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7F8hgptCrazNKBbpGwgrOW095DOeDbM { display:block; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Scmgio58qqwbQ5omTo6giutQFNNHWoGT { top:9.5625rem;left:0rem;width:21.1875rem;height:5.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBVGk2wV9z0TXUyqmO6M7CpCJW8W0BVC { top:3.3125rem;left:10.25rem;width:37.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns { top:21.8125rem;left:0rem;width:17rem;height:;font-size:1rem;display:block; }#t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns li:before{  }
 }@media only screen and (max-width: 763px) { #xFuenkTuV9faTJDnUyDTusBzZHxv0TCK { top:16.6875rem;left:0rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFQHC78DN00RHR6VRSf8FohOxtbxaDIO { top:18.1875rem;left:5rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7o7bUmdBKVSVO9TO4MeaT0xGuL03i5g { top:23.125rem;left:5.125rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQWoNLT7U4wy91Q9lZQZiAHW7wMIAFxC { top:27.1875rem;left:0rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe2rcQ0IpHxdrBVQpIywfy5rff1QJLqE { top:26.9375rem;left:0rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFwyWXMkpAUVxhtUTCQ6HGRiFwDGFZN4 { top:8.875rem;left:19.09375rem;width:16.3125rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNnEbgUiib442fWp5286DdmSZ5P5hZI2 { top:0.875rem;left:0rem;width:47.75rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR1zAvEdKQx6Km78NfkJPqg3AkKpKLQr { top:16.75rem;left:0rem;width:21rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQEnxNPXtAQadSwOXTNAx44r5KUQiBfq { top:6.625rem;left:0rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb45dmLMh61Xq0k9bIQ7tf5vkMCT1vEu { top:7.125rem;left:0rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt { display:block; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugG0MudkvMsUceStafyFfUWTQQUxgPvF { top:9rem;left:26.1875rem;width:21.5625rem;height:11.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyOb8L8OQ059D1VFPGrHdfEioFTMuEs9 { top:3.6875rem;left:0rem;width:31.125rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWKRCTkpfSPldER74hBU2HXTPzAeWrGC { top:22.0625rem;left:30.75rem;width:17rem;height:;font-size:1rem;display:block; }#QWKRCTkpfSPldER74hBU2HXTPzAeWrGC li:before{  }
 }@media only screen and (max-width: 763px) { #U5fbcTo20JVZ685BAP6fp9bXxbf2gTER { top:20.75rem;left:32.875rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMVAI7pvG6WdJeW9MMoLnBWr74tbJgKH { top:22.1875rem;left:42.75rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrXx9Ava8XdXNVDTLSJp69XMqEC9I9xR { top:27.1875rem;left:40.625rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI74CDm7WEBPMXzTDGWFNMaS7QRu8zml { top:31.1875rem;left:33.5625rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNGxekJlU9evFw1DKaSqzh0Ax2wxWl9I { top:30.9375rem;left:33.375rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plx8ks98hyLIGQvh2k6c6ZiRPI3dmbeQ { top:23.8125rem;left:0rem;width:39.1875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u48nZ5K3rGcyZHroTa6roAVRh7Zucz0F { top:3.0625rem;left:0rem;width:47.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC9aQ8ZkDSM0C5g1rM6FsygM1G9HAHir { top:21rem;left:25.0625rem;width:22.6875rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHCEcVsZpNLy4smqEqEZ0sTagOM1wV56 { top:6.625rem;left:33.25rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czw9Bx5H5D1a5HSi5T45CPTDhcMcOS5C { top:6.125rem;left:32.625rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF { display:block; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mG0SpTaP0FTuD2F6yTL6uvF9w6JHrCbB { top:39.3125rem;left:9.125rem;width:18.5rem;height:11.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW45eTmxibK6XsQZIe1f21D6KdFfxnsD { top:52.75rem;left:9.125rem;width:17rem;height:2.75rem;font-size:1rem;display:block; }#RW45eTmxibK6XsQZIe1f21D6KdFfxnsD li:before{  }
 }@media only screen and (max-width: 763px) { #UXZG5gUgJ8tWT3EuCToultoIkWDvS99B { top:40.3125rem;left:0rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2foUvGU4FbfSSzqQr6ewBhkKv6FItmx { top:42.0625rem;left:0.1875rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybHD4xA2FbhWPxA29gpI7Ek81dWVVoac { top:47.3125rem;left:0.1875rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzxCKTuHTSTe5whrWBKmR5LaFZ0Cor3R { top:50.0625rem;left:0rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km2mFqyN3KsT7Dd5KZbo4gduAurc8Xr8 { top:49.8125rem;left:0rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHg6RE1RFIEbuv7yW44GGIvf4dZt4G6l { top:29.25rem;left:28.125rem;width:19.625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt { top:0rem;left:0rem;width:47.75rem;height:63.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro1MP0DFT7BXCUDBxfbDNUTpQSwBLHnH { top:41.375rem;left:0rem;width:20.8125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmRzQFUrJeztSgaTFsqG2k8DXx1Cs4y8 { top:3.1875rem;left:35rem;width:12.75rem;height:52.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPif3VpRqJ2q9JgLWCVPOET7MzQ1O8Ul { top:3.1875rem;left:0rem;width:31rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7i9PKaIPTyosHU8dwWK9iaybvZnknru { top:17.8125rem;left:30.375rem;width:5.5rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEK0FoMpkAPgiJS4aBWFvSdshpSr1mFT { top:19.5625rem;left:35.6875rem;width:10.875rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7GI6X1meevWNNOyedenvaTk4rxdI4dI { top:24.8125rem;left:35.6875rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7kgRQQT1vny3Zib3SDd70abAaGO1mkt { top:27.5625rem;left:28.6875rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8fWtbnr4oVTPb5203JEInrapoJ8xbTU { top:18.875rem;left:27rem;width:16.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrU3pktxglP2NrbuEhqz7b1F6DvDV9Pp { top:6.625rem;left:25.3125rem;width:22.4375rem;height:11.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Eb05kEKEwplTptizKx8ruduzENQOon { top:19.25rem;left:21.875rem;width:17rem;height:2.75rem;font-size:1rem;display:block; }#p7Eb05kEKEwplTptizKx8ruduzENQOon li:before{  }
 }@media only screen and (max-width: 763px) { #shVvEfB9I6HXgvsTTB2zGdF9qhzlAszO { top:27.3125rem;left:28.5rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BImp0blySKGTxhC5m8TqhTJ3k3f7PQdL { top:1.125rem;left:8.5rem;width:39.25rem;height:59.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGcLhoNiIyWn9k4imzVpAVcV0kh6dozg { display:none; }
 }@media only screen and (max-width: 763px) { #sv6nqT7roFPq4nkRtc9RPlZboW4mi0nB { display:none; }
 }@media only screen and (max-width: 763px) { #Mow1PCUSvQzO2S1LPwnA3uLseUahKMqx { top:8.5rem;left:0rem;width:28.125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPcDIh6Ad1ousKHfG5SOfBUUTryAyXrl { top:4.4375rem;left:26.6875rem;width:8.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ1skUdkrD0xF5olXqaEX9EqZhmeqk9L { top:3.875rem;left:26.125rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL1eqv8laofhvhIVRO4r0ueVJXLxZT3O { top:36.625rem;left:9.125rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTMVw9BQ4TK6iBrsNHsz96zqZq9Mtb1 { top:37.125rem;left:9.75rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIteULEGXrQtxzqsWzHcPRE59C7JHakr { top:20.5rem;left:27.6875rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdM9I257ulXJRW0oE5PGFgAamVSS42iG { display:block; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG5aUaeRzpXOsgnzwJ26O2WqaLbED8ZR { top:8.5625rem;left:8.625rem;width:18.5rem;height:5.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U { top:15.625rem;left:8.625rem;width:17rem;height:8.625rem;font-size:1rem;display:block; }#vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U li:before{  }
 }@media only screen and (max-width: 763px) { #Ur1IAtLrbArPF5q7sq75QXyMFTybcwAG { top:1.9375rem;left:0rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW5Sn93aaXbqNB6lHcIR3hRy5elvfu8h { top:3.875rem;left:0.1875rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1DrMReEO9tJDfGRqXJOAM4Zq1l07WTf { top:8.5625rem;left:0.1875rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wBCzuioyrNPeCl6bnLq13WyDWiqbee { top:11.875rem;left:0rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orGuIJuJNuhfhvtD0ChlTi5c2u9duGfW { top:11.4375rem;left:0rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh47LBQS6lpE6A3K5Sl7T1339O45FT24 { top:3.875rem;left:24.0625rem;width:23.6875rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs { top:1.625rem;left:0rem;width:46.625rem;height:48.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC2lcKBESU07bvbsMTQTDbayLT86IlUK { top:3.1875rem;left:0rem;width:19.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAANCCVtcTAwUkQLpPcJssb4wwGiyi1V { top:9.5625rem;left:28.3125rem;width:19.4375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvZO1LvCKlk4EuVhOLi0AznJUhKNkzgH { top:17.1875rem;left:0rem;width:20.75rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2D7VpvTRvs9fIqiOD7TkT8ahvs7at6b { top:30.875rem;left:20.3125rem;width:7.6875rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #db31IfiOAsoXMQx8pF8Kkt9ZcbXVT8TZ { top:32.5625rem;left:30.625rem;width:6.6875rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhpk9k5gcKPgD8HG3nwJ9utyiRgkfMht { top:37.5rem;left:30.75rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgNCOT0LXJNromLzOpxTNB4arJ46ftGL { top:40.875rem;left:21.3125rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iewTmoUPqGPNQPedfPFrFnEHSZiNKQkJ { top:32.1875rem;left:19.625rem;width:16.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQlTHoBagzR1cel9ZhqkLbg62fI9Pk9C { top:36.5rem;left:33.5rem;width:14.25rem;height:5.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u { top:19.25rem;left:21.875rem;width:17rem;height:2.75rem;font-size:1rem;display:block; }#rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u li:before{  }
 }@media only screen and (max-width: 763px) { #SJuQGq4LtwKWM8KIkogm25LlRHSv1u3q { top:40.6875rem;left:21.0625rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGbagZWFhtEskADI5uC5DxFkspWPJN4r { top:5.0625rem;left:0rem;width:47.75rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdvkUMCtK1WsQaUcukEIQBCltoKIKbu7 { display:none; }
 }@media only screen and (max-width: 763px) { #WSrMRuBRzCxrSehGEm18hPwf8tBEMzlq { display:none; }
 }@media only screen and (max-width: 763px) { #drUDGyLU86nBBawqEmc4y7NTUvv55WXb { top:32.5rem;left:0rem;width:24.25rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unxhEcNJOgDAGwArg7dKHaWBoqAnZ2AW { top:5.25rem;left:8.625rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #of0rFAHIdsvV3Hcf2Jt45OpZ5xb9DFiZ { top:5.75rem;left:9.1875rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MULCHtCufppVvp7dV9VMFx6WSftkqQip { top:33.8125rem;left:38.375rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOaeRzzKQWq6qik8rkVBoSyAFVlUxGtB { top:34.3125rem;left:38.9375rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi { display:block; }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zn4FHldnGOePRfimu1UhQAArr822bvFM { top:10.6875rem;left:26.1875rem;width:21.5625rem;height:8.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhTeo6nkb2RMdH9G5AypVnWOKeVD8KCK { top:6.625rem;left:0rem;width:34.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkbTt56niGUKvWZx9ADF1Xe4b0OlvCuy { top:20.9375rem;left:33.875rem;width:13.375rem;height:10.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX2UD7IHi3O6kQ7vpk72HW06CqRGNrgh { top:20.9375rem;left:42.75rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ87aDTDbKeXEdEJ5vonOafmqyRLQ8em { top:25.9375rem;left:40.625rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T19Ud5vBZt4edITdpcxPZ5rHFcCp7wNO { top:29.9375rem;left:34.75rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHnRw6akMczm0kaNM7WrxBiKAK8GWPon { top:30.375rem;left:7.875rem;width:20.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSSPLWtTFeEFha3WO2vWpt6i8Uk7vcR { top:29.6875rem;left:34.25rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJBXwtRGHNUX2wTFBzoeQTJC5qmM1Lk1 { top:13.9375rem;left:0rem;width:27.625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2y5fMysWH6sxz9BEbvdA1y4yJuC4KFJ { top:2.25rem;left:0rem;width:47.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxEOmk2XzeE5qsv06MGX5B78fwV02kpT { top:20.1875rem;left:27.75rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTMxUm86U9J2ubpbmu09auGZVZmmE4xE { top:43.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqyOtBfKM2F95zGTlpmxXVdKJT7Vew1X { top:43.125rem;left:37.75rem;width:10rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq80LweUPmrgeguq1i0EzkWDT3eKoFDR { top:45.1875rem;left:0rem;width:8.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkE0VoT6v1tOunNTJLVNwbHuGIlntJbI { top:29.25rem;left:5.5625rem;width:23.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svCisLbDzwEADuROfIh4Gz1Nt9w69Oep { top:28.3125rem;left:3.9375rem;width:2.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiOTTP7pNVyy3VTq4Ny7wTWk2OPT1EIu { top:29.0625rem;left:4.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUSDEetgkFE6KWcgSftC340qnZyDUazS { top:7.8125rem;left:28.5rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKtu8M9Q8NpDv50OdprtXo2ndKwToJAC { top:8.3125rem;left:29.0625rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR { display:block; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTgpLu8aknPXaUTSzQM8IWAKNrAkciaW { top:4.625rem;left:29.375rem;width:18.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMV09RB8ytrNsiP5eOwBGh1aZunNOWcF { top:6.5625rem;left:0rem;width:18rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0nFTkJG6iIXkF6FOdTpJ15TSHmfWKFR { top:15.875rem;left:0rem;width:21.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9SOXqWbDEeyN1OnNbmGkMMZD1ZmaavH { top:4.625rem;left:23.8125rem;width:0.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Lfdx06bSmGTEeMTcEBLdJdDecUcSfp { top:24.125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xve06QedqczoK1rMDs1BuwhdiOupGQJC { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #xve06QedqczoK1rMDs1BuwhdiOupGQJC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #poTOqu4gC23G9ghn22ZnpafSVSUAntxU { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #poTOqu4gC23G9ghn22ZnpafSVSUAntxU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b0KLbQd2uC9psM4tFPQB208TH8vISsp3 { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #b0KLbQd2uC9psM4tFPQB208TH8vISsp3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g2BohT6cbPHEToafXLRhgksDaDDXLGgb { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #g2BohT6cbPHEToafXLRhgksDaDDXLGgb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b06bc9a4-a2fb-4631-966d-90e5b98a6cd0/bg_mob3.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#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.15); }#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); } }@media only screen and (max-width: 763px) { #P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ { background-color:#fcfaf9;background-image:none;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; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ > .row .container { background-color: transparent; background-image: none; }#P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ > .row .container > .video-iframe-container { display: none; }#P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ > .row > .video-iframe-container { display: none; }#P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ > .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); }#P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ > .row .container { border-width: 0; border-radius: 0; }#P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0uRBHcGfMr3hZbCmRX4h8BMV8TsfvaZ > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV { background-color:#fcfaf9;background-image:none;display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV > .row .container { background-color: transparent; background-image: none; }#RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV > .row .container > .video-iframe-container { display: none; }#RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV > .row > .video-iframe-container { display: none; }#RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV > .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); }#RKTuvJ9xI99d8TpM19WKeoV2wwKPhcdV > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUmI7pfIr2K0PhX9d65OZWOySipUvxFq { background-color:#fcfaf9;background-image:none;display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #bUmI7pfIr2K0PhX9d65OZWOySipUvxFq > .row .container { background-color: transparent; background-image: none; }#bUmI7pfIr2K0PhX9d65OZWOySipUvxFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUmI7pfIr2K0PhX9d65OZWOySipUvxFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUmI7pfIr2K0PhX9d65OZWOySipUvxFq > .row .container > .video-iframe-container { display: none; }#bUmI7pfIr2K0PhX9d65OZWOySipUvxFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUmI7pfIr2K0PhX9d65OZWOySipUvxFq > .row > .video-iframe-container { display: none; }#bUmI7pfIr2K0PhX9d65OZWOySipUvxFq > .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); }#bUmI7pfIr2K0PhX9d65OZWOySipUvxFq > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV { background-color: transparent; background-image: none; }#R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV > .row .container > .video-iframe-container { display: none; }#R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV > .row > .video-iframe-container { display: none; }#R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV > .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); }#R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV { border-width: 0; border-radius: 0; }#R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8ltbe3ATqe6WWHN5HtmawVM1qPGTDAV > .row .container { width:20rem;height:16.9375rem;background-color:#79d7dc;background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #aEoKG7akkxyBk4QTrL9fx1h1C8Ddr4Db > .row .container { width:20rem;height:78.856245422363rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #CQn1eZDXwbCADaGgq9X79olI5WaAA9y6 > .row .container { width:20rem;height:17.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F8zRnmVh6310AKlUTTbv9CE6Li6ioErS { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #F8zRnmVh6310AKlUTTbv9CE6Li6ioErS > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #IOePW4khG1t1xgfeBZpNNHMuK9V0M3XI > .row .container { width:20rem;height:124.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #g2TdeQ5UlZ9D6dScDTkI9qHixDXkI0gH > .row .container { width:20rem;height:17.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2419c8e0-4f9a-446b-a14d-aea38c0d1080/bg_mob_hero2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q.adaptive-delivery-prevent-bg, #CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q.lazyload, #CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q.lazyloading { background-image: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container { background-color: transparent; background-image: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container > .video-iframe-container { display: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row > .video-iframe-container { display: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .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); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsTs8kvBwoQienpC92R09uIogHArtTW4 { width:13.3125rem;height:3.298825rem;top:39.875rem;left:3.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kXFtMafocK3ZOCa6fnoH5AL5bM3wC73p { width:17.25rem;height:4rem;top:1.9375rem;left:0.625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aFepaChkKBV02ucfuJS2MuNplUWyvxXd { width:6.9375rem;height:6.9375rem;top:38.5625rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #dk8n4NJdUqO6JTQQml4OMNlxOMrsdTaT { width:20rem;height:3.52636875rem;top:38.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3S9WWndVdoT5l2hx5vgHTPfDEQDQ38C { width:5.75rem;height:5.9375rem;top:31.125rem;left:14.25rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #BT3iF6aUXnpd7TWQ9g4pxpP0SwWOCwLO { width:15.1875rem;height:5rem;top:38.9375rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3LfxRCv89hL1MDPcRBJzrO8hTiwpuE6 { width:17.75rem;height:2.8125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpTE6Kh8n6PL9vBWLrRNyagcw4vfPCAZ { width:9.9375rem;height:2.5625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTG1Jv2gHzqM1ruh8vJxEDTPJT0vaxre { width:20rem;height:12.375rem;top:52.125rem;left:0rem;font-size:1.875rem;line-height:1.1;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #NML4JmLSAUkl7MIMk06owuOpXnPXXvIy { width:14.625rem;height:2.4375rem;top:62.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5T4OXtG6maPeTT9r3ox0JFxvLNUtdAF { width:14.625rem;height:2.1875rem;top:53.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiJDh6g0piE5bX6AmJuDc0gNCBgwAd1h { width:15.0625rem;height:2.3125rem;top:55.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psIgot6cD8sa1TdAszPxnJsTmdOocTf5 { width:16.5rem;height:2.3125rem;top:60.4375rem;left:1.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fh07QTQJUskln8kezb7w3sQukk3v5iFV { width:12.5rem;height:2.3125rem;top:58.1875rem;left:3.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #I9fxi0LVhWQ7JLSAgbqoADNG6ZPtWLTs { width:11.625rem;height:2.1875rem;top:52.125rem;left:4.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #aMtiGReMcqWceDq1B6yomc9w6Nk0ka7p { width:19.0625rem;height:14.125rem;top:49.299999237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbBv56nByBGmd4sr2mN40bpVykOZz9pf { width:16.9375rem;height:8.8rem;top:9.375rem;left:1.65625rem;font-size:2rem;line-height:1.1;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #m9UF9OZH725JLNe9gTueLcOdSsc2T5NS { width:20rem;height:6.875rem;top:20.499982833863rem;left:0rem;font-size:1.5625rem;line-height:1.1;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #FZqdqVFocuDzRUXcK4kvyRFLqT6rpMxG { width:17.375rem;height:3.3125rem;top:9rem;left:1.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Dn7rPH8MamK9PfqMSLLe44iQqhbUVT3P { width:18.875rem;height:2.75rem;top:11.25rem;left:0.6875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #UJkTHAITmTRyKcgw9LV6HuzxvBroOI56 { width:16.0625rem;height:22.1875rem;top:27.875rem;left:2rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #evBCxK9ttJGQfaZPyuDKaNnl1eUocMua { width:17.9375rem;height:2.75rem;top:13.5625rem;left:1.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ugEVFW96IkyzaQJ0QOwWpKLVswbTTXKA { width:12.375rem;height:2.75rem;top:15.75rem;left:3.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #eb0mfJOEoZSLkdBdGGsLCgI2kJe3wAXP { width:19.6875rem;height:3.9375rem;top:16.312503814698rem;left:0.3125rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #lWU0LHJewwiFAM513Z5UZJkemEliRlwS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23fcd183-e767-4838-9488-2d6524fd0e75/bg_mob2.crop_2029x5538_0,128.webp");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS.adaptive-delivery-prevent-bg, #lWU0LHJewwiFAM513Z5UZJkemEliRlwS.lazyload, #lWU0LHJewwiFAM513Z5UZJkemEliRlwS.lazyloading { background-image: none; }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row .container { background-color: transparent; background-image: none; }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row .container > .video-iframe-container { display: none; }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row > .video-iframe-container { display: none; }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .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); }#lWU0LHJewwiFAM513Z5UZJkemEliRlwS > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR4F1Tv3P6pw7iKLQTEqKTDVieC720Hu { width:17.0625rem;height:4.3496125rem;top:7.875rem;left:2.125rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #moXylJyewH9W3ihUG9RN4Rkslly2p8aG { width:20rem;height:21.214875rem;top:26.240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPaQUPHudTr4H7koJaHtGaarETHEwKfI { width:14.375rem;height:3.9125rem;top:12.5625rem;left:2.25rem;font-size:1rem;line-height:1.2;display:block; }#gPaQUPHudTr4H7koJaHtGaarETHEwKfI li:before{  }
 }@media only screen and (max-width: 763px) { #RJWop5g7dbZRrfnfaUoSwggKW5a7FveK { width:6.125rem;height:6.5rem;top:17.0625rem;left:2.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwsBgOHQlT5spWopF9eqSsRLNoz7TVOQ { width:5rem;height:2.92480625rem;top:17.8125rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQMTz0TNuIFJdEXDAB8KHT0f4W1uBPJc { width:7.125rem;height:1.4624rem;top:19.0625rem;left:8.6875rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #coVU1bPXBBmoTaxS54sw0Wm9WwrNgtNk { width:9.125rem;height:1.5rem;top:23.1875rem;left:2.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JJRPyciAQtNsOTgMueGJaVrADyPfkUvb { width:9.125rem;height:2rem;top:22.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0ZUTv9a3Fxg70IPbAJgEPAsX1oJDDEK { width:7.6875rem;height:19.1875rem;top:14.84765625rem;left:12.3125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #lIZGGO4PnU4egleqVGNGpP1UkKXr8oQi { width:19.25rem;height:45.0625rem;top:2.3310546875rem;left:0.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yJ19AmhGsw1ufRGwkg3Vp49kPPG5nPfq { width:12.9375rem;height:8.625rem;top:17.0185546875rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #OsD9tPyuAprE81pcHReCAEfOFIeoAeIV { width:8.1875rem;height:1.19970625rem;top:5.4375rem;left:2.8125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #regg0MH9UlUb2NrCKfF4eOlVFqErKxbK { width:8.5rem;height:2.1875rem;top:4.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln { background-color:transparent;background-image:none;display:block; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container { background-color: transparent; background-image: none; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container > .video-iframe-container { display: none; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row > .video-iframe-container { display: none; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .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); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3CZP1Z3EQZyQc3BxA1JHG4PkJ8Z8X57 { width:17.0625rem;height:6.525rem;top:5.8564453125rem;left:2.125rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nmiUZTD5VR8HqkGoWAoP29NdNUtAceNK { width:16.875rem;height:13.375rem;top:22.96875rem;left:0.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK { width:14.375rem;height:1.19970625rem;top:13.005859375rem;left:2.125rem;font-size:1rem;line-height:1.2;display:block; }#cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK li:before{  }
 }@media only screen and (max-width: 763px) { #uJQoHo91J1LEak5s9Gm2q0b8smhe2mpd { width:6.125rem;height:4.5rem;top:15.7939453125rem;left:2.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a67xaC9gdHUwSoEzE73NK7cEKLSZ13Xy { width:5rem;height:2.92480625rem;top:16.4306640625rem;left:8.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt7uvVK5DOJXS6BTQsiE0tggOXlmAEQ2 { width:7.125rem;height:1.4624rem;top:19.2939453125rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDOQSbRbVUnnoKP10Rler5KP9ffBQh6C { width:9.125rem;height:1.5rem;top:21.6689453125rem;left:2.125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FyDSAP6rJimyHKtGeDugPhcUohaiOnKk { width:9.125rem;height:2rem;top:21.4189453125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JENAqF3p2S1PE8kiH0SO4Jlkmu33dWUM { width:15.9375rem;height:9.0625rem;top:34.6689453125rem;left:2.1875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #W65JTIriN0hQ5Qf8Wau5uWpd1dOP3KZw { width:19.4375rem;height:44.375rem;top:0rem;left:0.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #X87JfT9U7OSeiFRwZ3k6PU9MWUbknN3N { width:13.875rem;height:8.875rem;top:14.8876953125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #WiXHRoFcipw2XczNNb6WulJCU6783lc9 { width:17.4375rem;height:21.6875rem;top:24.9814453125rem;left:0.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TPWea5mhnnqgVgTSVaKpgD8nQfQiLe4K { width:8.1875rem;height:1.19970625rem;top:3.7314453125rem;left:2.1875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QQOzDEXrkbVMDupIJP8vAdH60GJwBxpk { width:8.5rem;height:2.1875rem;top:3.1689453125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J { background-color:transparent;background-image:none;display:block; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container { background-color: transparent; background-image: none; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container > .video-iframe-container { display: none; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row > .video-iframe-container { display: none; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .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); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4zLymIAcTwdiGlgOvD4iGlMfGqCaD2Q { width:17.0625rem;height:6.525rem;top:4.5439453125rem;left:2.125rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P8T12d1Ck7tHesCwC6KbXDBvKHEnvaXz { width:15.3125rem;height:27.125rem;top:17.7060546875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgHWmyLG5rV8qswIIT6woySqVdSFXRko { width:14.375rem;height:1.19970625rem;top:11.9814453125rem;left:2.125rem;font-size:1rem;line-height:1.2;display:block; }#DgHWmyLG5rV8qswIIT6woySqVdSFXRko li:before{  }
 }@media only screen and (max-width: 763px) { #UBAXL3HglGCV8sumUGWZvwQinGnnOOhZ { width:6.125rem;height:6.5rem;top:14.4814453125rem;left:2.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2n0XrDBTG8SroxfqWmRCotNybzCxyIH { width:5rem;height:2.92480625rem;top:15.2314453125rem;left:8.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB7ld1k3b3JNftM972AqN4xCZJvQ79oB { width:7.125rem;height:1.4624rem;top:17.9814453125rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2RpnDv69LtNgfuPToUoVmW7ZkEdngfs { width:9.125rem;height:1.5rem;top:20.5439453125rem;left:2.3125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pJRnBBK4VTVq84vXismEhduzzg8P1hhH { width:9.125rem;height:2rem;top:20.3564453125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoWxUyrivXClnkg64OTDSNZFN7Znhmgd { width:8.625rem;height:19.75rem;top:24.1435546875rem;left:-0.1806640625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G { width:19.25rem;height:44.375rem;top:0.1875rem;left:0.75rem;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af284381-be16-4172-bed7-d01b0ded0e6e/bg_blue2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G.adaptive-delivery-prevent-bg, #w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G.lazyload, #w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u3F37DwIpeie1zp2lEJ5Ka21hRFIyOEO { width:12.9375rem;height:10.5625rem;top:13.8125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #eOOdLUK607OGnmSC8BILZM9RBEwFMehl { width:2.6875rem;height:2.6875rem;top:41.2685546875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT5QsiznbkDVA878fT1KSHVOa5SDHIuO { width:3.9375rem;height:3.5rem;top:39.662109375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZmtRezIgiEr03KpsR9qFMTn0iGTnAok { top:0.3564453125rem;left:0rem;width:19.875rem;height:44.5rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8f5bd46d-29d4-4cb5-8851-777b50d605c2/bg_mob_torba.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MZmtRezIgiEr03KpsR9qFMTn0iGTnAok.adaptive-delivery-prevent-bg, #MZmtRezIgiEr03KpsR9qFMTn0iGTnAok.lazyload, #MZmtRezIgiEr03KpsR9qFMTn0iGTnAok.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EquEmJgFLTKRJBZGrdvneFyLbz5SlKQu { width:8.1875rem;height:1.19970625rem;top:2.375rem;left:2.1875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RPE6QepyUfnuFasB1NWxBPSztKrr31BC { width:8.5rem;height:2.1875rem;top:1.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt { background-color:transparent;background-image:none;display:block; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container { background-color: transparent; background-image: none; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container > .video-iframe-container { display: none; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row > .video-iframe-container { display: none; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .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); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMQToCAgLQKtWD5cHAhF0XKa01D2sUqw { width:17.0625rem;height:6.525rem;top:5.75rem;left:2.125rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RhBzahsOTVx6QZaKO7a7cZThcXhTzK1x { width:16.75rem;height:18.4375rem;top:24.0751953125rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw { width:14.375rem;height:1.19970625rem;top:13.1875rem;left:2.125rem;font-size:1rem;line-height:1.2;display:block; }#ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw li:before{  }
 }@media only screen and (max-width: 763px) { #CTOGWOniRbS3L5T77kFTrzseNeCXxOxI { width:6.125rem;height:5.5rem;top:15.7314453125rem;left:2.5625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBAmGMzbIxvdmgCPQIBrsd8nDbEJAM3 { width:5rem;height:2.92480625rem;top:15.8681640625rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKKpzssanIHN9fOzl8n5KIOEX97XmRll { width:7.125rem;height:1.4624rem;top:18.7314453125rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuwTutgae4wcuUG2syMWmfNG4QVXfmHU { width:9.125rem;height:1.5rem;top:21.1064453125rem;left:2.125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fa6P8816FBhMIVK2Uy60OfDlsN2F37lt { width:9.125rem;height:2rem;top:20.8564453125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpXwCHPSSybbgxWWBTorOaBqDxb8Vp5K { width:15.9375rem;height:9.0625rem;top:19.21875rem;left:4.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #K0Jsn7ZGsBGJynULCAsr2K3PhNvwD4pb { width:19.375rem;height:47.125rem;top:0rem;left:0.478515625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Rwq6a2bbdHQ0GTLCoKA6z2S1hlKRaCS1 { width:13.125rem;height:8.25rem;top:14.9501953125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #K6LzxLDs7n8N8ZXa8JagAqT3Dt1lhx21 { width:8.5rem;height:2.1875rem;top:2.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK6U4lgogzRRtvH2wWRkrBCGPRg3KZCU { width:7.25rem;height:1.19970625rem;top:3.375rem;left:2.75rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T7F8hgptCrazNKBbpGwgrOW095DOeDbM { background-color:transparent;background-image:none;display:block; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container { background-color: transparent; background-image: none; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container > .video-iframe-container { display: none; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row > .video-iframe-container { display: none; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .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); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Scmgio58qqwbQ5omTo6giutQFNNHWoGT { width:17.0625rem;height:4.3496125rem;top:4.5439453125rem;left:2.125rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBVGk2wV9z0TXUyqmO6M7CpCJW8W0BVC { width:20rem;height:18.875rem;top:18.8408203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns { width:14.375rem;height:3.91015625rem;top:10.9375rem;left:2.375rem;font-size:1rem;line-height:1.2;display:none; }#t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns li:before{  }
 }@media only screen and (max-width: 763px) { #xFuenkTuV9faTJDnUyDTusBzZHxv0TCK { width:6.125rem;height:6.5rem;top:9.4814453125rem;left:2.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFQHC78DN00RHR6VRSf8FohOxtbxaDIO { width:3.875rem;height:2.92480625rem;top:10.2314453125rem;left:8.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7o7bUmdBKVSVO9TO4MeaT0xGuL03i5g { width:3.1875rem;height:1.4624rem;top:12.9814453125rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQWoNLT7U4wy91Q9lZQZiAHW7wMIAFxC { width:9.125rem;height:1.5rem;top:15.375rem;left:2.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xe2rcQ0IpHxdrBVQpIywfy5rff1QJLqE { width:9.125rem;height:2rem;top:15.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFwyWXMkpAUVxhtUTCQ6HGRiFwDGFZN4 { width:7.625rem;height:11.6875rem;top:15.5625rem;left:12.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #JNnEbgUiib442fWp5286DdmSZ5P5hZI2 { width:19.25rem;height:36.4375rem;top:0rem;left:0.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #pR1zAvEdKQx6Km78NfkJPqg3AkKpKLQr { width:12.625rem;height:8.5rem;top:9.4375rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #cQEnxNPXtAQadSwOXTNAx44r5KUQiBfq { width:8.5rem;height:2.1875rem;top:1.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb45dmLMh61Xq0k9bIQ7tf5vkMCT1vEu { width:8.1875rem;height:1.19970625rem;top:2.4375rem;left:2.3125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt { background-color:transparent;background-image:none;display:block; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container { background-color: transparent; background-image: none; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container > .video-iframe-container { display: none; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row > .video-iframe-container { display: none; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .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); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugG0MudkvMsUceStafyFfUWTQQUxgPvF { width:17.0625rem;height:8.7rem;top:5.8125rem;left:2.125rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eyOb8L8OQ059D1VFPGrHdfEioFTMuEs9 { width:16.875rem;height:20.625rem;top:25rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QWKRCTkpfSPldER74hBU2HXTPzAeWrGC { width:14.375rem;height:1.19921875rem;top:12.1494140625rem;left:2.125rem;font-size:1rem;line-height:1.2;display:none; }#QWKRCTkpfSPldER74hBU2HXTPzAeWrGC li:before{  }
 }@media only screen and (max-width: 763px) { #U5fbcTo20JVZ685BAP6fp9bXxbf2gTER { width:6.125rem;height:6.5rem;top:15.125rem;left:2.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMVAI7pvG6WdJeW9MMoLnBWr74tbJgKH { width:5rem;height:2.92480625rem;top:15.75rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrXx9Ava8XdXNVDTLSJp69XMqEC9I9xR { width:7.125rem;height:1.4624rem;top:18.625rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI74CDm7WEBPMXzTDGWFNMaS7QRu8zml { width:9.125rem;height:1.5rem;top:21.125rem;left:2.125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HNGxekJlU9evFw1DKaSqzh0Ax2wxWl9I { width:9.125rem;height:2rem;top:20.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plx8ks98hyLIGQvh2k6c6ZiRPI3dmbeQ { width:15.6875rem;height:6.3125rem;top:23.625rem;left:4.3125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #u48nZ5K3rGcyZHroTa6roAVRh7Zucz0F { width:19.4375rem;height:43.6875rem;top:0rem;left:0.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FC9aQ8ZkDSM0C5g1rM6FsygM1G9HAHir { width:12.75rem;height:8.8125rem;top:14.8125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #mHCEcVsZpNLy4smqEqEZ0sTagOM1wV56 { width:8.1875rem;height:1.19970625rem;top:3.6875rem;left:2.3125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #czw9Bx5H5D1a5HSi5T45CPTDhcMcOS5C { width:8.5rem;height:2.1875rem;top:3.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF { background-color:transparent;background-image:none;display:block; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container { background-color: transparent; background-image: none; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container > .video-iframe-container { display: none; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row > .video-iframe-container { display: none; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .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); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container { width:20rem;height:135.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mG0SpTaP0FTuD2F6yTL6uvF9w6JHrCbB { width:14.1875rem;height:8.7rem;top:5.625rem;left:2.09375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RW45eTmxibK6XsQZIe1f21D6KdFfxnsD { width:16.5625rem;height:2.7125rem;top:15.3837890625rem;left:2.09375rem;font-size:1rem;line-height:1.2;display:block; }#RW45eTmxibK6XsQZIe1f21D6KdFfxnsD li:before{  }
 }@media only screen and (max-width: 763px) { #UXZG5gUgJ8tWT3EuCToultoIkWDvS99B { width:6.125rem;height:6.5rem;top:19.0439453125rem;left:1.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2foUvGU4FbfSSzqQr6ewBhkKv6FItmx { width:5rem;height:2.92480625rem;top:19.9814453125rem;left:8.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybHD4xA2FbhWPxA29gpI7Ek81dWVVoac { width:4.0625rem;height:1.4624rem;top:22.7939453125rem;left:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzxCKTuHTSTe5whrWBKmR5LaFZ0Cor3R { width:9.125rem;height:1.5rem;top:25.0439453125rem;left:1.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Km2mFqyN3KsT7Dd5KZbo4gduAurc8Xr8 { width:9.125rem;height:2rem;top:24.8564453125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHg6RE1RFIEbuv7yW44GGIvf4dZt4G6l { width:15.1875rem;height:25.5625rem;top:87.1064453125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt { width:20rem;height:33.8125rem;top:1.3125rem;left:0rem;z-index:15020;background-color:#ffed00;background-image:url("https://images.assets-landingi.com/uc/f317804b-1a77-4d21-a657-170983c3d636/bg_skarp.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt.adaptive-delivery-prevent-bg, #OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt.lazyload, #OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ro1MP0DFT7BXCUDBxfbDNUTpQSwBLHnH { width:12.9375rem;height:8.125rem;top:19.3125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #AmRzQFUrJeztSgaTFsqG2k8DXx1Cs4y8 { width:12.5rem;height:50.4375rem;top:74.6689453125rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPif3VpRqJ2q9JgLWCVPOET7MzQ1O8Ul { width:18.0625rem;height:21.75rem;top:27.6064453125rem;left:1.3505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7i9PKaIPTyosHU8dwWK9iaybvZnknru { width:5.5rem;height:6.5rem;top:66.375rem;left:2.5625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEK0FoMpkAPgiJS4aBWFvSdshpSr1mFT { width:3.5625rem;height:2.92480625rem;top:67.0625rem;left:6rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7GI6X1meevWNNOyedenvaTk4rxdI4dI { width:3.9375rem;height:1.4624rem;top:69.9375rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7kgRQQT1vny3Zib3SDd70abAaGO1mkt { width:8.8125rem;height:1.5rem;top:72.125rem;left:0.6875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q8fWtbnr4oVTPb5203JEInrapoJ8xbTU { width:10.0625rem;height:8.0625rem;top:66.75rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zrU3pktxglP2NrbuEhqz7b1F6DvDV9Pp { width:15.3125rem;height:8.7rem;top:57.7373046875rem;left:2.34375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p7Eb05kEKEwplTptizKx8ruduzENQOon { width:17rem;height:0;top:63.0625rem;left:3rem;font-size:1rem;line-height:1.2;display:none; }#p7Eb05kEKEwplTptizKx8ruduzENQOon li:before{  }
 }@media only screen and (max-width: 763px) { #shVvEfB9I6HXgvsTTB2zGdF9qhzlAszO { width:9.125rem;height:2rem;top:71.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BImp0blySKGTxhC5m8TqhTJ3k3f7PQdL { width:20rem;height:61.875rem;top:57rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #fGcLhoNiIyWn9k4imzVpAVcV0kh6dozg { top:-0.2685546875rem;left:0.75rem;width:19.25rem;height:51.4375rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89ace1e5-6131-4eea-8393-a0a21ff67b28/bg4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fGcLhoNiIyWn9k4imzVpAVcV0kh6dozg.adaptive-delivery-prevent-bg, #fGcLhoNiIyWn9k4imzVpAVcV0kh6dozg.lazyload, #fGcLhoNiIyWn9k4imzVpAVcV0kh6dozg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sv6nqT7roFPq4nkRtc9RPlZboW4mi0nB { top:49.75rem;left:0rem;width:19.25rem;height:80.8125rem;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19817c0d-8b9a-40a7-9062-14aa7ba73e1a/bg7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sv6nqT7roFPq4nkRtc9RPlZboW4mi0nB.adaptive-delivery-prevent-bg, #sv6nqT7roFPq4nkRtc9RPlZboW4mi0nB.lazyload, #sv6nqT7roFPq4nkRtc9RPlZboW4mi0nB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Mow1PCUSvQzO2S1LPwnA3uLseUahKMqx { width:20rem;height:11.287125rem;top:30rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sPcDIh6Ad1ousKHfG5SOfBUUTryAyXrl { width:8.25rem;height:1.19970625rem;top:3.25rem;left:2.125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dZ1skUdkrD0xF5olXqaEX9EqZhmeqk9L { width:8.5rem;height:2.1875rem;top:2.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL1eqv8laofhvhIVRO4r0ueVJXLxZT3O { width:8.5rem;height:2.1875rem;top:54.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTMVw9BQ4TK6iBrsNHsz96zqZq9Mtb1 { width:8.1875rem;height:1.19970625rem;top:55.4375rem;left:2.375rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EIteULEGXrQtxzqsWzHcPRE59C7JHakr { width:7.125rem;height:1.4624rem;top:67.59375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdM9I257ulXJRW0oE5PGFgAamVSS42iG { background-color:transparent;background-image:none;display:block; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container { background-color: transparent; background-image: none; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container > .video-iframe-container { display: none; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row > .video-iframe-container { display: none; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .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); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG5aUaeRzpXOsgnzwJ26O2WqaLbED8ZR { width:14.1875rem;height:4.3496125rem;top:5.6875rem;left:2.375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U { width:15.375rem;height:8.45rem;top:10.787109375rem;left:2.375rem;font-size:1rem;line-height:1.2;display:block; }#vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U li:before{  }
 }@media only screen and (max-width: 763px) { #Ur1IAtLrbArPF5q7sq75QXyMFTybcwAG { width:6.125rem;height:6.5rem;top:20.5rem;left:1.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW5Sn93aaXbqNB6lHcIR3hRy5elvfu8h { width:3.375rem;height:2.92480625rem;top:21.625rem;left:8.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1DrMReEO9tJDfGRqXJOAM4Zq1l07WTf { width:3.1875rem;height:1.4624rem;top:24.1875rem;left:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wBCzuioyrNPeCl6bnLq13WyDWiqbee { width:9.125rem;height:1.5rem;top:26.375rem;left:1.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #orGuIJuJNuhfhvtD0ChlTi5c2u9duGfW { width:9.125rem;height:2rem;top:26.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh47LBQS6lpE6A3K5Sl7T1339O45FT24 { width:10.8125rem;height:12.0625rem;top:27.875rem;left:7rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs { width:20rem;height:33.8125rem;top:1.3125rem;left:0rem;z-index:15020;background-color:#ffed00;background-image:url("https://images.assets-landingi.com/uc/f317804b-1a77-4d21-a657-170983c3d636/bg_skarp.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs.adaptive-delivery-prevent-bg, #yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs.lazyload, #yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PC2lcKBESU07bvbsMTQTDbayLT86IlUK { width:12.3125rem;height:8.125rem;top:20.625rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #iAANCCVtcTAwUkQLpPcJssb4wwGiyi1V { width:14.625rem;height:16.25rem;top:65.8984375rem;left:5.375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #WvZO1LvCKlk4EuVhOLi0AznJUhKNkzgH { width:14.1875rem;height:20.8125rem;top:30.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2D7VpvTRvs9fIqiOD7TkT8ahvs7at6b { width:5.5rem;height:6.5rem;top:61.375rem;left:1rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #db31IfiOAsoXMQx8pF8Kkt9ZcbXVT8TZ { width:2.375rem;height:2.92480625rem;top:62.375rem;left:6.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhpk9k5gcKPgD8HG3nwJ9utyiRgkfMht { width:2.625rem;height:1.4624rem;top:64.8125rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgNCOT0LXJNromLzOpxTNB4arJ46ftGL { width:8.8125rem;height:1.5rem;top:67.1875rem;left:0.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iewTmoUPqGPNQPedfPFrFnEHSZiNKQkJ { width:10.5625rem;height:8.1875rem;top:61.625rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #IQlTHoBagzR1cel9ZhqkLbg62fI9Pk9C { width:15.3125rem;height:2.17480625rem;top:58.6376953125rem;left:2.34375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u { width:17rem;height:0;top:63.0625rem;left:3rem;font-size:1rem;line-height:1.2;display:none; }#rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u li:before{  }
 }@media only screen and (max-width: 763px) { #SJuQGq4LtwKWM8KIkogm25LlRHSv1u3q { width:9.125rem;height:2rem;top:67rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGbagZWFhtEskADI5uC5DxFkspWPJN4r { width:20rem;height:61.875rem;top:57rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #zdvkUMCtK1WsQaUcukEIQBCltoKIKbu7 { top:-0.0810546875rem;left:0.75rem;width:19.25rem;height:52.1875rem;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89ace1e5-6131-4eea-8393-a0a21ff67b28/bg4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zdvkUMCtK1WsQaUcukEIQBCltoKIKbu7.adaptive-delivery-prevent-bg, #zdvkUMCtK1WsQaUcukEIQBCltoKIKbu7.lazyload, #zdvkUMCtK1WsQaUcukEIQBCltoKIKbu7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WSrMRuBRzCxrSehGEm18hPwf8tBEMzlq { top:53.375rem;left:0.75rem;width:19.25rem;height:32.25rem;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19817c0d-8b9a-40a7-9062-14aa7ba73e1a/bg7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WSrMRuBRzCxrSehGEm18hPwf8tBEMzlq.adaptive-delivery-prevent-bg, #WSrMRuBRzCxrSehGEm18hPwf8tBEMzlq.lazyload, #WSrMRuBRzCxrSehGEm18hPwf8tBEMzlq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #drUDGyLU86nBBawqEmc4y7NTUvv55WXb { width:14.8125rem;height:11.3125rem;top:70.8984375rem;left:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #unxhEcNJOgDAGwArg7dKHaWBoqAnZ2AW { width:8.5rem;height:2.1875rem;top:2.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #of0rFAHIdsvV3Hcf2Jt45OpZ5xb9DFiZ { width:8.1875rem;height:1.19970625rem;top:3.3125rem;left:2.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MULCHtCufppVvp7dV9VMFx6WSftkqQip { width:8.5rem;height:2.1875rem;top:55.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOaeRzzKQWq6qik8rkVBoSyAFVlUxGtB { width:8.1875rem;height:1.19970625rem;top:56.4375rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi { background-color:transparent;background-image:none;display:block; }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row .container { background-color: transparent; background-image: none; }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row .container > .video-iframe-container { display: none; }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row > .video-iframe-container { display: none; }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .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); }#hJ5vsggZiCbIo9DVkRATFm89FQlOkqQi > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zn4FHldnGOePRfimu1UhQAArr822bvFM { width:17.0625rem;height:6.525rem;top:5.4814453125rem;left:2.09375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VhTeo6nkb2RMdH9G5AypVnWOKeVD8KCK { width:17.4375rem;height:10.25rem;top:22.4375rem;left:2.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QkbTt56niGUKvWZx9ADF1Xe4b0OlvCuy { width:6.125rem;height:5.5rem;top:13.2314453125rem;left:2.5625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX2UD7IHi3O6kQ7vpk72HW06CqRGNrgh { width:2.9375rem;height:2.92480625rem;top:13.3681640625rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ87aDTDbKeXEdEJ5vonOafmqyRLQ8em { width:4.0625rem;height:1.4624rem;top:16.2314453125rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T19Ud5vBZt4edITdpcxPZ5rHFcCp7wNO { width:9.125rem;height:1.5rem;top:18.6064453125rem;left:2.125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qHnRw6akMczm0kaNM7WrxBiKAK8GWPon { width:12.5rem;height:4.8rem;top:37.0625rem;left:7.0625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TlSSPLWtTFeEFha3WO2vWpt6i8Uk7vcR { width:9.125rem;height:2rem;top:18.3564453125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJBXwtRGHNUX2wTFBzoeQTJC5qmM1Lk1 { width:7.75rem;height:6.375rem;top:27.73046875rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #o2y5fMysWH6sxz9BEbvdA1y4yJuC4KFJ { width:19.4375rem;height:41.5rem;top:0rem;left:0.5625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TxEOmk2XzeE5qsv06MGX5B78fwV02kpT { width:12.6875rem;height:8.375rem;top:12.8251953125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #nTMxUm86U9J2ubpbmu09auGZVZmmE4xE { width:16.875rem;height:3.9rem;top:45.55078125rem;left:1.5625rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 2.4375rem rgba(0,0,0,0.99);display:block; }
 }@media only screen and (max-width: 763px) { #TqyOtBfKM2F95zGTlpmxXVdKJT7Vew1X { width:10rem;height:15.5625rem;top:130.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xq80LweUPmrgeguq1i0EzkWDT3eKoFDR { width:8.9375rem;height:9.9375rem;top:51.5rem;left:2.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkE0VoT6v1tOunNTJLVNwbHuGIlntJbI { width:15.6875rem;height:7.125rem;top:35.6875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svCisLbDzwEADuROfIh4Gz1Nt9w69Oep { width:2.75rem;height:3.0625rem;top:34.9375rem;left:3.125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiOTTP7pNVyy3VTq4Ny7wTWk2OPT1EIu { display:flex;width:1.8125rem;height:1.8125rem;top:35.6875rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #TUSDEetgkFE6KWcgSftC340qnZyDUazS { width:8.5rem;height:2.1875rem;top:2.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKtu8M9Q8NpDv50OdprtXo2ndKwToJAC { width:8.1875rem;height:1.19970625rem;top:2.6875rem;left:2.1875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR { display:block; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTgpLu8aknPXaUTSzQM8IWAKNrAkciaW { width:8.375rem;height:6.9375rem;top:1.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMV09RB8ytrNsiP5eOwBGh1aZunNOWcF { width:7.8125rem;height:3.5rem;top:3.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0nFTkJG6iIXkF6FOdTpJ15TSHmfWKFR { width:8.875rem;height:1.05625rem;top:7.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9SOXqWbDEeyN1OnNbmGkMMZD1ZmaavH { width:0.125rem;height:6.875rem;top:2.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Lfdx06bSmGTEeMTcEBLdJdDecUcSfp { width:20rem;height:13.65rem;top:12.625rem;left:0rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 2.4375rem rgba(0,0,0,0.99);display:block; }
 }@media only screen and (max-width: 763px) { #xve06QedqczoK1rMDs1BuwhdiOupGQJC { background-color:#1a1b24;background-image:none;display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #xve06QedqczoK1rMDs1BuwhdiOupGQJC > .row .container { width:20rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs { background-color:#1a1b24;background-image:none;display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs > .row .container { background-color: transparent; background-image: none; }#FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs > .row .container > .video-iframe-container { display: none; }#FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs > .row > .video-iframe-container { display: none; }#FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs > .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); }#FNKP76fAz4qVGIq0zPeRgMftPxlb6Rrs > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poTOqu4gC23G9ghn22ZnpafSVSUAntxU { background-color:#1a1b24;background-image:none;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; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #poTOqu4gC23G9ghn22ZnpafSVSUAntxU > .row .container { background-color: transparent; background-image: none; }#poTOqu4gC23G9ghn22ZnpafSVSUAntxU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poTOqu4gC23G9ghn22ZnpafSVSUAntxU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poTOqu4gC23G9ghn22ZnpafSVSUAntxU > .row .container > .video-iframe-container { display: none; }#poTOqu4gC23G9ghn22ZnpafSVSUAntxU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poTOqu4gC23G9ghn22ZnpafSVSUAntxU > .row > .video-iframe-container { display: none; }#poTOqu4gC23G9ghn22ZnpafSVSUAntxU > .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); }#poTOqu4gC23G9ghn22ZnpafSVSUAntxU > .row .container { border-width: 0; border-radius: 0; }#poTOqu4gC23G9ghn22ZnpafSVSUAntxU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#poTOqu4gC23G9ghn22ZnpafSVSUAntxU > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0KLbQd2uC9psM4tFPQB208TH8vISsp3 { background-color:#1a1b24;background-image:none;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; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #b0KLbQd2uC9psM4tFPQB208TH8vISsp3 > .row .container { background-color: transparent; background-image: none; }#b0KLbQd2uC9psM4tFPQB208TH8vISsp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0KLbQd2uC9psM4tFPQB208TH8vISsp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0KLbQd2uC9psM4tFPQB208TH8vISsp3 > .row .container > .video-iframe-container { display: none; }#b0KLbQd2uC9psM4tFPQB208TH8vISsp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0KLbQd2uC9psM4tFPQB208TH8vISsp3 > .row > .video-iframe-container { display: none; }#b0KLbQd2uC9psM4tFPQB208TH8vISsp3 > .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); }#b0KLbQd2uC9psM4tFPQB208TH8vISsp3 > .row .container { border-width: 0; border-radius: 0; }#b0KLbQd2uC9psM4tFPQB208TH8vISsp3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b0KLbQd2uC9psM4tFPQB208TH8vISsp3 > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R { background-color:#1a1b24;background-image:none;display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R > .row .container { background-color: transparent; background-image: none; }#Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R > .row .container > .video-iframe-container { display: none; }#Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R > .row > .video-iframe-container { display: none; }#Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R > .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); }#Td8wXGHyu6s3Fg2cJcDPnnPNkG9kXE2R > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2BohT6cbPHEToafXLRhgksDaDDXLGgb { background-color:#1a1b24;background-image:none;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; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #g2BohT6cbPHEToafXLRhgksDaDDXLGgb > .row .container { background-color: transparent; background-image: none; }#g2BohT6cbPHEToafXLRhgksDaDDXLGgb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2BohT6cbPHEToafXLRhgksDaDDXLGgb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2BohT6cbPHEToafXLRhgksDaDDXLGgb > .row .container > .video-iframe-container { display: none; }#g2BohT6cbPHEToafXLRhgksDaDDXLGgb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2BohT6cbPHEToafXLRhgksDaDDXLGgb > .row > .video-iframe-container { display: none; }#g2BohT6cbPHEToafXLRhgksDaDDXLGgb > .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); }#g2BohT6cbPHEToafXLRhgksDaDDXLGgb > .row .container { border-width: 0; border-radius: 0; }#g2BohT6cbPHEToafXLRhgksDaDDXLGgb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2BohT6cbPHEToafXLRhgksDaDDXLGgb > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk { background-color:#1a1b24;background-image:none;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; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk > .row .container { background-color: transparent; background-image: none; }#yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk > .row .container > .video-iframe-container { display: none; }#yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk > .row > .video-iframe-container { display: none; }#yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk > .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); }#yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk > .row .container { border-width: 0; border-radius: 0; }#yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yeXDvnRt3Kcroo90RnxkwwQLU5dTQTTk > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE { background-color:#1a1b24;background-image:none;display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE > .row .container { background-color: transparent; background-image: none; }#XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE > .row .container > .video-iframe-container { display: none; }#XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE > .row > .video-iframe-container { display: none; }#XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE > .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); }#XaNsXkxPWosAURA4TnqM5zZVp1zZ4aXE > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #Pc02zTZDXe7OErLK9QhZ3fnP2evNREQs > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }