.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:244,247,221;--color-primary-1:223,230,154;--color-primary-2:202,213,87;--color-primary-3:189,202,45;--color-primary-4:132,143,14;--color-secondary-0:219,240,251;--color-secondary-1:135,205,242;--color-secondary-2:14,154,229;--color-secondary-3:7,77,115;--color-secondary-4:2,23,34;--color-tertiary-0:255,255,255;--color-tertiary-1:215,215,215;--color-tertiary-2:110,110,110;--color-tertiary-3:55,61,69;--color-tertiary-4:0,0,0;--headlines-font-family:"Advent Pro";--paragraphs-font-family:"Advent Pro"; }@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/r37IsG5P/foto_bg1_a.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/aeaYrafc/gorki3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:75rem;height:40.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { color:rgba(var(--color-primary-3),1);display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.3104386329651rem;left:2.1245660781861rem;height:8.2497875rem;font-style:normal;display:block; }
#g4yx8wo3h0QVEXDVvHrC29C1zD2aEzL0 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:14.148763656616rem;left:2.1245660781861rem;height:8.999575rem;display:block; }
#h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { z-index:15003;top:24.534505844116rem;left:9.1872844696044rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(178deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(178deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(178deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(178deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yeUWzl7gmS8J8Pl25P2M9dcvGyiAzqxg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1n3QZCNLpnPBmwWfEzpVoUUmexrvUhs { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:17.9375rem;top:21.875rem;left:54.75rem;display:block; }
#msLKDx9q3RPTlz5OOi7pRPQaOMLht1p6 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:21.1875rem;left:51.9375rem;display:block; }
#IlchoVLoiNghZnpM2Wivbnwt6PkMAUBE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.9375rem;top:24.9375rem;left:54.75rem;overflow:hidden;display:block; }
#ewR9ma9Nx1W3BbnnQTSU6yGv8UAJCcF8 { color:rgba(var(--color-tertiary-1),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.125rem;left:57.5rem;height:1.625rem;font-style:normal;display:block; }
#RrzCO8uJ6C0HSwRkG9LiOss5SuFR135g { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.6875rem;top:22.125rem;left:52.8125rem;overflow:hidden;display:block; }
#g0aVBLUis1xLLPCFG7bd6Z2sLrETIOhk { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:25.9375rem;left:51.9375rem;display:block; }
#NcmdCZEegJKvR2kKIgf6bZfLHzKrFmyk { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:17.9375rem;top:26.625rem;left:54.75rem;display:block; }
#F7gdglvIZyBTaPk6VQ5xBv79ZUTqWtBd { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.625rem;left:56.4375rem;height:3.41145625rem;font-style:normal;display:block; }
#wXLyumuEw0HqFzPN7x1C3AGXcUW2WFTI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.9375rem;top:29.6875rem;left:54.75rem;overflow:hidden;display:block; }
#lUvpHIdeddcDR2XdgsQTn8gzGSxiBCCg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1rem;top:27rem;left:53.25rem;overflow:hidden;display:block; }
#Lu2AeP8q5wRWk9B7K1UiJxxBcA5lsGra { position:absolute;display:block;z-index:15000;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:100rem;width:75rem;display:none; }
#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/3bf3e644-d991-4a3c-9f77-e55b2a203548/PANO_20230507_120136.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC.adaptive-delivery-prevent-bg, #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC.lazyload, #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC.lazyloading { background-image: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { background-color: transparent; background-image: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .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); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { border-width: 0; border-radius: 0; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8115234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.6220703125rem;left:3.28125rem;height:4.78081875rem;display:block; }
#u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { color:rgba(var(--color-primary-0),1);display:block;width:21.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.9785159230231rem;left:46.491428375244rem;height:4.0375375rem;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; }
#pOtuLXnyKcg37s6yJNXbULcs6AI705IA { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:11.978515625rem;left:3.28125rem;height:9.3451875rem;display:block; }
#IClyw2oByLIgmxxRX83RJxOSpuMdyloO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.096138238907rem;left:48.329536437988rem;height:12.0545625rem;display:block; }#IClyw2oByLIgmxxRX83RJxOSpuMdyloO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IClyw2oByLIgmxxRX83RJxOSpuMdyloO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8c75503b8b7cba2570dfd0df1fa4f0ce.svg); }
#m2RN19nFA5xJ9HOyq2nXU4UEn1xQbCSI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.644315004349rem;left:48.517253875733rem;height:5.25553125rem;display:block; }#m2RN19nFA5xJ9HOyq2nXU4UEn1xQbCSI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m2RN19nFA5xJ9HOyq2nXU4UEn1xQbCSI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a962b810647c40d6cce8d0e86ed06b3a.svg); }
#nwJWslmDHku2WqT00QLAU3o065omLm9R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-3),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nwJWslmDHku2WqT00QLAU3o065omLm9R > .row .container { background-color: transparent; background-image: none; }#nwJWslmDHku2WqT00QLAU3o065omLm9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwJWslmDHku2WqT00QLAU3o065omLm9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwJWslmDHku2WqT00QLAU3o065omLm9R > .row .container > .video-iframe-container { display: none; }#nwJWslmDHku2WqT00QLAU3o065omLm9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwJWslmDHku2WqT00QLAU3o065omLm9R > .row > .video-iframe-container { display: none; }#nwJWslmDHku2WqT00QLAU3o065omLm9R > .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); }#nwJWslmDHku2WqT00QLAU3o065omLm9R > .row .container { border-width: 0; border-radius: 0; }#nwJWslmDHku2WqT00QLAU3o065omLm9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwJWslmDHku2WqT00QLAU3o065omLm9R > .row .container { font-size:0.875rem;font-family:arial;height:61.625rem;width:75rem;position:relative;display:block; }#EDpCvXtEIWTRycQ53eFfrhfCS3xHKgLi { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.2490234375rem;left:0rem;height:3.412rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
#yNCHEHUqyWvq6pcRSgFobvnUtfvJzGXc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.5rem;width:19.4375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.84375rem;left:31rem;overflow:hidden;display:block; }
#rFEpCg13xp4Oke3nRHRzdksGqxubqcXL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.8125rem;width:18.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.84375rem;left:54.6142578125rem;overflow:hidden;display:block; }
#cJ4EFIet1cIRDe4bVbTvVtdKJVmnvDyA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.562375rem;width:16.8120625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.530723571778rem;left:30.999893188476rem;overflow:hidden;display:block; }
#cTOrQpGlOfo6IluJTNhrTxZ1T3IdLwET { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:16.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:53.4375rem;overflow:hidden;display:block; }
#AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { 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:16.8125rem;width:25.5625rem;top:24.1865234375rem;left:0.9375rem;overflow:hidden;display:block; }
#Q5Bkgu9JlZywJAo5yTeF756716AE7Wkv { z-index:15004;top:40.562067031861rem;left:33.033855438233rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(178deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(178deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(178deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(178deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-tertiary-3),0.35) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rhRxV1FnDcENKI8u9QiG52SH5xaV3OhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdJAi0haswqgSS0OIaRlSABUykbTyLpU { 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:17.375rem;width:23.1875rem;top:6.2490234375rem;left:2.125rem;overflow:hidden;display:block; }
#iP7OMJvM57yUt1iBvTO4bKtdnyrtuH96 { position:absolute;display:block;z-index:15006;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.125rem;width:24.3125rem;top:39.125rem;left:50.6875rem;overflow:hidden;display:block; }
#c4rTT2a1FOlC1rULBsxd1yNgz07NUmtH { position:absolute;display:block;z-index:15007;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:11.125rem;width:27.875rem;top:42.6875rem;left:0.9375rem;overflow:hidden;display:block; }
#uKrsgFEs6BMonJM9CcX1mPFrIQgbT8Wn { position:absolute;display:block;z-index:15008;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:14.9375rem;width:19.9375rem;top:45.8740234375rem;left:29.5625rem;overflow:hidden;display:block; }
#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/1c6ad8cB/fotobg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.adaptive-delivery-prevent-bg, #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.lazyload, #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.lazyloading { background-image: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { background-color: transparent; background-image: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .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); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { border-width: 0; border-radius: 0; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/ce2e314a-6d86-4de4-ac78-d8c152cfbde3/IMG_20230507_191450.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:21.625rem;top:1.2802734375rem;left:2.30078125rem;display:block; }#n8vlHwVfvZ37RL6VTixTxoTxbNABJlah.adaptive-delivery-prevent-bg, #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah.lazyload, #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah.lazyloading { background-image: none; }
#ORVTT567tnlnanc3KACvMab6nm3KQzDL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9370715618134rem;left:4.2491321563721rem;height:2.03125rem;font-style:normal;display:block; }
#Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:7.4375rem;left:4.875rem;height:27.98825rem;font-style:normal;display:block; }#Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ li:before{  }
#ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/8a221bf4-431a-4482-8878-717d2306cbd7/tempImage74rslU.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.25rem;width:19.625rem;top:1.4990234375rem;left:53.462000345131rem;display:block; }#ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n.adaptive-delivery-prevent-bg, #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n.lazyload, #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n.lazyloading { background-image: none; }
#cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.7336163520813rem;left:57.280712127686rem;height:2.03125rem;font-style:normal;display:block; }
#EOCkyyuG6cibgXD5blDrk85AqRncBbJW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.8;letter-spacing:0;top:10.4365234375rem;left:57.0927734375rem;height:15.295125rem;font-style:normal;display:block; }
#VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/dc9fea6e-1ba8-4d34-968e-92ec7bdf48d5/tempImagesakZSj.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:21.875rem;top:1.1865234375rem;left:26.816196236559rem;display:block; }#VxUFtITUllTJLOZSkrvTHx03JZxk9rG2.adaptive-delivery-prevent-bg, #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2.lazyload, #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2.lazyloading { background-image: none; }
#NqOU5z56VLHZZH0Aqh8J2lE1y6nmwgCg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.7336163520813rem;left:30.812175750733rem;height:4.0625rem;font-style:normal;display:block; }
#uRNePBUoZ7IUNqCJt0gZzx2mebZ6inb1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.4997940063475rem;left:30.718318939209rem;height:17.2070375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { background-color: transparent; background-image: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .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); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { border-width: 0; border-radius: 0; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:2.03125rem;left:11.874458312988rem;height:;font-style:normal;display:block; }#FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 li:before{  }
#fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { position:absolute;display:block;z-index:15005;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:18rem;width:0.25rem;top:1.90625rem;left:10.6875rem;overflow:hidden;display:block; }
#IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { color:rgba(var(--color-primary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.9998931884766rem;left:1.5625rem;height:2.4375rem;font-style:normal;display:block; }
#CTtZkSts1yoo9pOHpOhSDDGwOexoaxeP { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:13.015409469604rem;left:11.874458312988rem;height:8.15975rem;font-style:normal;display:block; }#CTtZkSts1yoo9pOHpOhSDDGwOexoaxeP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CTtZkSts1yoo9pOHpOhSDDGwOexoaxeP li:before{  }
#ubqATHDgggwghTMg20dWg55ObA9Av3Ps { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:10.618490219116rem;left:11.874458312988rem;height:1.80555625rem;font-style:normal;display:block; }
#CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { 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:17.6875rem;width:14.5rem;top:2.03125rem;left:37.5rem;overflow:hidden;display:block; }
#X44KUAIDg59HZiTghQkdR1bWl9ACVqvu { position:absolute;display:block;z-index:15007;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.25rem;width:15.0625rem;top:1.34375rem;left:57.7119140625rem;overflow:hidden;display:block; }
#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { background-color: transparent; background-image: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .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); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { border-width: 0; border-radius: 0; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#wmsBMCOxFWzKixXJD4cr4fNtfzrFQyVq { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:0.9375rem;left:50.25rem;height:5.73730625rem;font-style:normal;display:block; }
#F7DRRUrZGWKemhvbJAXivV8OuNmXIyhu { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:12.375rem;left:50.25rem;height:1.9124375rem;font-style:normal;display:block; }
#nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { position:absolute;display:block;z-index:15005;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:18rem;width:0.25rem;top:2.5625rem;left:49.3125rem;overflow:hidden;display:block; }
#bsAcFKEOSgkVZHoTCCVvHZqhrMUZKZ3h { color:rgba(var(--color-primary-3),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:6.6248931884762rem;left:38.437175750733rem;height:10.1236875rem;font-style:normal;display:block; }
#oNzm7QLuvQ2LenAVmRVBSSPMlyy293GO { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:6.625rem;left:50.25rem;height:6.04166875rem;font-style:normal;display:block; }#oNzm7QLuvQ2LenAVmRVBSSPMlyy293GO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oNzm7QLuvQ2LenAVmRVBSSPMlyy293GO li:before{  }
#bMZLvTeyqRMIw09sCAwJy2VkwXpoGbUF { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:14.3125rem;left:50.25rem;height:8.15975rem;font-style:normal;display:block; }#bMZLvTeyqRMIw09sCAwJy2VkwXpoGbUF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bMZLvTeyqRMIw09sCAwJy2VkwXpoGbUF li:before{  }
#U3QZvClNyfCZwWl5OvETnd3BBFKLy2lG { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:22.673612594604rem;left:50.249027252198rem;height:3.6111125rem;font-style:normal;display:block; }
#FTkvAyzPQTlMbWMK983I7NyobuUtnZm6 { 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:17.6875rem;width:13.25rem;top:3.9365234375rem;left:1.3125rem;overflow:hidden;display:block; }
#mRswG5tKWZHqRdFPL8bDaqXIIXg2HO60 { position:absolute;display:block;z-index:15007;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:15rem;width:20.25rem;top:6.90625rem;left:15.3125rem;overflow:hidden;display:block; }
#z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC > .row .container { background-color: transparent; background-image: none; }#z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC > .row .container > .video-iframe-container { display: none; }#z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC > .row > .video-iframe-container { display: none; }#z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC > .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); }#z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC > .row .container { border-width: 0; border-radius: 0; }#z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#Q1LqsmlNAizihA1IR3xRccMnoycMrBx8 { 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:22.5rem;width:36rem;top:0rem;left:38.1875rem;overflow:hidden;display:block; }
#K9UBo3ih0iSgL4Z7zK8cmM9AMIwoboZT { position:absolute;display:block;z-index:15005;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:18rem;width:0.25rem;top:1.90625rem;left:10.6875rem;overflow:hidden;display:block; }
#mmEFGIbmG0VC61NuNvCyo1Za7SmnPx4t { color:rgba(var(--color-primary-2),1);display:block;width:8.3121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.6487684249875rem;left:1.4366321563721rem;height:2.4375rem;font-style:normal;display:block; }
#PTvJq17i2XxosaWkgV7xIlDQEE0cE7dv { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:3.6181640625rem;left:12.311740875244rem;height:9.02775rem;font-style:normal;display:block; }
#is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh > .row .container { background-color: transparent; background-image: none; }#is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh > .row .container > .video-iframe-container { display: none; }#is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh > .row > .video-iframe-container { display: none; }#is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh > .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); }#is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh > .row .container { border-width: 0; border-radius: 0; }#is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#RrEXaHmLC9CksymlME7uz0DoKAsVzDWX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:10.606011390686rem;left:50.249568939209rem;height:1.80555625rem;font-style:normal;display:block; }
#mbBUUQnZC4SUJVrnTqX02nLkDP1icPo5 { position:absolute;display:block;z-index:15005;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:18rem;width:0.25rem;top:2.5625rem;left:49.3125rem;overflow:hidden;display:block; }
#S2hyDRPzd7sBErF59DUeURPpUTT4KiuQ { color:rgba(var(--color-primary-3),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:6.6248931884762rem;left:38.437175750733rem;height:3.375rem;font-style:normal;display:block; }
#UOTMAadrwosJbrGpH2mxX6XzMBksFK9z { 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:17.75rem;width:13.3125rem;top:1.1728515625rem;left:2rem;overflow:hidden;display:block; }
#ByTLlasGZwIsS74XbQPcl8WAOXA0ThXr { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:2.5623922348023rem;left:50.249568939209rem;height:7.84725rem;font-style:normal;display:block; }#ByTLlasGZwIsS74XbQPcl8WAOXA0ThXr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ByTLlasGZwIsS74XbQPcl8WAOXA0ThXr li:before{  }
#bPx7Ew9mTRRp7VsHE2c6QXCy6edyDJLA { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:13.499348640442rem;left:50.249568939209rem;height:3.9236125rem;font-style:normal;display:block; }#bPx7Ew9mTRRp7VsHE2c6QXCy6edyDJLA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bPx7Ew9mTRRp7VsHE2c6QXCy6edyDJLA li:before{  }
#gGFUmpMWbmTgzakg0VwnX5ZUFXdiWny7 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:18.860676765442rem;left:50.249568939209rem;height:1.80555625rem;font-style:normal;display:block; }
#UeOAGQ1TXPPDy6JBuHPOxxcWE3mIMCVC { position:absolute;display:block;z-index:15007;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.0625rem;width:20.25rem;top:1.2490234375rem;left:17.197265625rem;overflow:hidden;display:block; }
#TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa > .row .container { background-color: transparent; background-image: none; }#TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa > .row .container > .video-iframe-container { display: none; }#TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa > .row > .video-iframe-container { display: none; }#TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa > .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); }#TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa > .row .container { border-width: 0; border-radius: 0; }#TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#waGFLwAh2TbdLJR4ys919GbbdH55AhA7 { 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:22rem;width:35.6875rem;top:0.09375rem;left:38.375rem;overflow:hidden;display:block; }
#G1uwMGKmur2WsReMcl1cbSCqplT3EMbc { position:absolute;display:block;z-index:15005;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:18rem;width:0.25rem;top:1.90625rem;left:10.6875rem;overflow:hidden;display:block; }
#pJdrQP16ialQqzPxrWJrwgsubgn8iCxs { color:rgba(var(--color-primary-2),1);display:block;width:8.3121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.6487684249875rem;left:1.4366321563721rem;height:2.4375rem;font-style:normal;display:block; }
#vTvdChVnezCykoT1ObFtFLJdK8UCu7rX { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:3.6181640625rem;left:12.311740875244rem;height:13.38705625rem;font-style:normal;display:block; }
#soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #27262e, #cccccc);background-image: -moz-linear-gradient(top, #27262e, #cccccc);background-image: -ms-linear-gradient(top, #27262e, #cccccc);background-image: -o-linear-gradient(top, #27262e, #cccccc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27262e', endColorstr='#cccccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27262e', endColorstr='#cccccc' );";background-image: linear-gradient(to bottom, #27262e, #cccccc);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; }#soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M > .row .container { background-color: transparent; background-image: none; }#soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M > .row .container > .video-iframe-container { display: none; }#soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M > .row > .video-iframe-container { display: none; }#soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M > .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); }#soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M > .row .container { border-width: 0; border-radius: 0; }#soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#ThSBiZCraJf8ooZN6frIpSi7htqeqzTm { position:absolute;display:block;z-index:15005;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:18rem;width:0.25rem;top:2.5625rem;left:49.3125rem;overflow:hidden;display:block; }
#QSIm42ToGPgRKlX0UIcTykxh1BsBeBam { color:rgba(var(--color-primary-3),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.0615234375rem;left:40.9990234375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QdOi3HmpXQHbz8bgLsAMgZoU3Pd8P0BQ { 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:23.625rem;width:36.4375rem;top:0.03125rem;left:0.875rem;overflow:hidden;display:block; }
#odtiSGTEWOdEQvAyfwU6zMhCLrPnV5Q5 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:5.2132167816162rem;left:50.249568939209rem;height:10.27775rem;font-style:normal;display:block; }#odtiSGTEWOdEQvAyfwU6zMhCLrPnV5Q5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#odtiSGTEWOdEQvAyfwU6zMhCLrPnV5Q5 li:before{  }
#kR5149gXW6IfnubvL8mVKo1b50d1E0Ru { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:17.259658813476rem;left:50.249568939209rem;height:3.9236125rem;font-style:normal;display:block; }#kR5149gXW6IfnubvL8mVKo1b50d1E0Ru li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kR5149gXW6IfnubvL8mVKo1b50d1E0Ru li:before{  }
#J5I98NViNkxR6bB2S3yONkwf8CdAW1Ni { color:rgba(var(--color-tertiary-0),1);display:block;width:24.311rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:15.560438156128rem;left:50.249568939209rem;height:1.80555625rem;font-style:normal;display:block; }
#W937ALInDN5NwTypacmznDsmXw9hqOpP { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:1.6021051406861rem;left:50.249568939209rem;height:3.824875rem;font-style:normal;display:block; }
#nwuTu5QgRQH0rEhgJHierZ44XucAVPuq { color:rgba(var(--color-tertiary-0),1);display:block;width:24.311rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:21.659072875976rem;left:50.249568939209rem;height:1.9124375rem;font-style:normal;display:block; }
#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cccccc;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; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { background-color: transparent; background-image: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .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); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { border-width: 0; border-radius: 0; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#yuqS2xRUgMWKAz7JfJCBgP6souneEheF { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5rem;left:7.5625rem;height:3.5747625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cccccc;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; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { background-color: transparent; background-image: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container > .video-iframe-container { display: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container { display: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .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); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { border-width: 0; border-radius: 0; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:20.0625rem;width:26.8125rem;top:2.5rem;left:7.5rem;overflow:hidden;display:block; }
#bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { color:#dfdcd6;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:7.625rem;left:40.3125rem;height:2.0625rem;font-style:normal;display:block; }
#kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.5rem;top:3.6875rem;left:61.75rem;overflow:hidden;display:block; }
#Wac64zXc58AEm8hzpbIDsOW7ksbvqiXe { 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:23.5625rem;width:31.5rem;top:0.9375rem;left:40.3125rem;overflow:hidden;display:block; }
#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #cccccc, #000000);background-image: -moz-linear-gradient(top, #cccccc, #000000);background-image: -ms-linear-gradient(top, #cccccc, #000000);background-image: -o-linear-gradient(top, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #cccccc, #000000);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; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { background-color: transparent; background-image: none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container > .video-iframe-container { display: none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container { display: none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .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); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { border-width: 0; border-radius: 0; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;position:relative;display:block; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5rem;top:0.03125rem;left:2.5rem;display:block; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.adaptive-delivery-prevent-bg, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyload, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyloading { background-image: none; }
#TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:2.6875rem;left:4.6875rem;height:8.4988125rem;font-style:normal;display:block; }
#kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5.1875rem;height:1.29936875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:30.75rem;height:1.29936875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.3125rem;left:56.125rem;height:1.29936875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5rem;top:0.0625rem;left:28.25rem;display:block; }#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.adaptive-delivery-prevent-bg, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyload, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyloading { background-image: none; }
#aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:2.6875rem;left:30.4375rem;height:8.4988125rem;font-style:normal;display:block; }
#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5rem;top:0.0625rem;left:53.5rem;display:block; }#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.adaptive-delivery-prevent-bg, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyload, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyloading { background-image: none; }
#n3zfn78fzpUu8SpDNexpdd1uytVED1nc { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:2.6875rem;left:55.6875rem;height:8.4988125rem;font-style:normal;display:block; }
#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { background-color: transparent; background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .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); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { border-width: 0; border-radius: 0; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:"advent pro";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7491221427918rem;left:0rem;height:3.90028125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #cccccc);background-image: -moz-linear-gradient(top, #000000, #cccccc);background-image: -ms-linear-gradient(top, #000000, #cccccc);background-image: -o-linear-gradient(top, #000000, #cccccc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cccccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cccccc' );";background-image: linear-gradient(to bottom, #000000, #cccccc);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; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { background-color: transparent; background-image: none; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container > .video-iframe-container { display: none; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row > .video-iframe-container { display: none; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .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); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { border-width: 0; border-radius: 0; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-form-header {  }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-text {padding-top: 0; padding-bottom: 0;}#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-select {padding-top: 0; padding-bottom: 0;}#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:rgba(var(--color-tertiary-3),1);width:22.5rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-3),0.5) ; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 [class*="-text"]:-moz-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 [class*="-text"]::-moz-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:lato;font-size:0.875rem; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:21.3125rem;overflow:hidden;font-style:normal; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-container:first-of-type{padding-top:0;}#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-container:last-of-type{padding-bottom:0;}#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.999027252198rem;top:2.3453674316406rem;z-index:15002;position:absolute; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 {display:block;}#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.999027252198rem;top:2.3453674316406rem;z-index:15002;position:absolute; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #xuzJ1apWoVLxL7uMIl5mUfBq0ETLd0UQ { position:relative; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #GiivsepvNZBEwlXIUGbFKlVQ5DrZv1yC { position:relative;display:block; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #KKpp2WcGrgU6exfpbirzZIwmRWoEyW1u { position:relative; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #ms135LngZPUzExtRyTicZ6el9FXiOKAg { position:relative; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #hBhA3vLUL9hlGiODeuifpEZ1APnGp3vV { position:relative;display:block; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #JV4DEN9fEuJT7TJMXDcJHJFfleyoWBmK { position:relative; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #rOqf8IWtUOCvnsOftEtG47SHlyVTJUUv { position:relative; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #kRNiGSa2l2KiEBRgwPhu9TGgAVHwuE9f { position:relative;display:block; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #ilKBxcif4kQ19cGTJQGOQ133i1QRpkNH { position:relative; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #kS1GGVlpuGMa1I3B6quVzd8deFL15hJK { position:relative; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #vlM5pHNeL9mnafKdGaBvJnpXHicF8oIy { position:relative;display:block; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #SFHIsdnSuPLwc7whWeJCLCiPvMBu2bzk { position:relative; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #fL5ZI9CSTs4dW3kdILpu5bTza8hUAnlh { position:relative; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #vZc7oOEGBxyxQETTbfnmGEbv5EBgzZz7 { position:relative; }
#Bb5wMunfFmNFZqnVULdK3rf99GdTtgLu { color:rgba(var(--color-primary-2),1);display:block;width:30.1248125rem;position:absolute;font-family:"advent pro";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.2493495941162rem;left:3.7038850784302rem;height:8.93554375rem;display:block; }
#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #cccccc, #000000);background-image: -moz-linear-gradient(top, #cccccc, #000000);background-image: -ms-linear-gradient(top, #cccccc, #000000);background-image: -o-linear-gradient(top, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #cccccc, #000000);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; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { background-color: transparent; background-image: none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container > .video-iframe-container { display: none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row > .video-iframe-container { display: none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .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); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { border-width: 0; border-radius: 0; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#blspO6qEa5Jw6ODJUCsO8COH93iJfz8n { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { width:43.9375rem;height:8.25rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4yx8wo3h0QVEXDVvHrC29C1zD2aEzL0 { width:35.5rem;height:9rem;top:14.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { top:24.5rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeUWzl7gmS8J8Pl25P2M9dcvGyiAzqxg { display:block; }
 }@media only screen and (max-width: 763px) { #V1n3QZCNLpnPBmwWfEzpVoUUmexrvUhs { width:17.875rem;height:3.75rem;top:21.875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLKDx9q3RPTlz5OOi7pRPQaOMLht1p6 { width:3.75rem;height:3.75rem;top:21.1875rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlchoVLoiNghZnpM2Wivbnwt6PkMAUBE { width:0.9375rem;height:0.74978125rem;top:24.9375rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewR9ma9Nx1W3BbnnQTSU6yGv8UAJCcF8 { width:13.125rem;height:1.5625rem;top:23.125rem;left:34.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrzCO8uJ6C0HSwRkG9LiOss5SuFR135g { width:1.625rem;height:1.6850906599004rem;top:22.125rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0aVBLUis1xLLPCFG7bd6Z2sLrETIOhk { width:3.75rem;height:3.75rem;top:25.9375rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcmdCZEegJKvR2kKIgf6bZfLHzKrFmyk { width:17.875rem;height:3.75rem;top:26.625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7gdglvIZyBTaPk6VQ5xBv79ZUTqWtBd { width:16.5625rem;height:3.375rem;top:26.625rem;left:31.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXLyumuEw0HqFzPN7x1C3AGXcUW2WFTI { width:0.9375rem;height:0.74978125rem;top:29.6875rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUvpHIdeddcDR2XdgsQTn8gzGSxiBCCg { width:0.9375rem;height:1.5234997624748rem;top:27rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu2AeP8q5wRWk9B7K1UiJxxBcA5lsGra { width:47.6875rem;height:63.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:47.75rem;height:4.75rem;top:0.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { width:21rem;height:4rem;top:7.9375rem;left:26.053928375244rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOtuLXnyKcg37s6yJNXbULcs6AI705IA { top:11.9375rem;left:0rem;width:30.9375rem;height:9.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IClyw2oByLIgmxxRX83RJxOSpuMdyloO { top:14.0625rem;left:27.892036437988rem;width:18.8125rem;height:12rem;font-size:1.1875rem;display:block; }#IClyw2oByLIgmxxRX83RJxOSpuMdyloO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8c75503b8b7cba2570dfd0df1fa4f0ce.svg); }
 }@media only screen and (max-width: 763px) { #m2RN19nFA5xJ9HOyq2nXU4UEn1xQbCSI { top:27.625rem;left:28.079753875733rem;width:18.4375rem;height:5.25rem;font-size:1.1875rem;display:block; }#m2RN19nFA5xJ9HOyq2nXU4UEn1xQbCSI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a962b810647c40d6cce8d0e86ed06b3a.svg); }
 }@media only screen and (max-width: 763px) { #nwJWslmDHku2WqT00QLAU3o065omLm9R { display:block; }#nwJWslmDHku2WqT00QLAU3o065omLm9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDpCvXtEIWTRycQ53eFfrhfCS3xHKgLi { width:47.75rem;height:3.375rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNCHEHUqyWvq6pcRSgFobvnUtfvJzGXc { width:19.4375rem;height:14.5rem;top:7.8125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFEpCg13xp4Oke3nRHRzdksGqxubqcXL { width:18.5rem;height:13.8125rem;top:7.8125rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ4EFIet1cIRDe4bVbTvVtdKJVmnvDyA { width:16.75rem;height:12.516000416368rem;top:24.5rem;left:17.374893188476rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOrQpGlOfo6IluJTNhrTxZ1T3IdLwET { width:16.8125rem;height:12.5625rem;top:24.1875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:25.5625rem;height:16.8125rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Bkgu9JlZywJAo5yTeF756716AE7Wkv { top:40.5rem;left:19.408855438233rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhRxV1FnDcENKI8u9QiG52SH5xaV3OhT { display:block; }
 }@media only screen and (max-width: 763px) { #KdJAi0haswqgSS0OIaRlSABUykbTyLpU { top:6.1875rem;left:0rem;width:23.1875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP7OMJvM57yUt1iBvTO4bKtdnyrtuH96 { top:39.125rem;left:23.4375rem;width:24.3125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4rTT2a1FOlC1rULBsxd1yNgz07NUmtH { top:42.6875rem;left:0rem;width:27.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKrsgFEs6BMonJM9CcX1mPFrIQgbT8Wn { top:45.8125rem;left:15.9375rem;width:19.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:21.625rem;height:37.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:15.4375rem;height:2rem;top:4.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:15.25rem;height:26.125rem;top:7.4375rem;left:0.3125rem;font-size:1.0625rem;display:block; }#Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ li:before{  }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:19.625rem;height:37.25rem;top:1.4375rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { width:14.125rem;height:2.0625rem;top:4.6875rem;left:33.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCkyyuG6cibgXD5blDrk85AqRncBbJW { width:14.5rem;height:15rem;top:10.375rem;left:33.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:21.875rem;height:37.375rem;top:1.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqOU5z56VLHZZH0Aqh8J2lE1y6nmwgCg { width:14.6875rem;height:4.0625rem;top:4.6875rem;left:17.124675750733rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNePBUoZ7IUNqCJt0gZzx2mebZ6inb1 { width:14.9375rem;height:15rem;top:9.4375rem;left:16.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 { width:20.4375rem;height:;top:2rem;left:3.4375rem;font-size:1.0625rem;display:block; }#FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 li:before{  }
 }@media only screen and (max-width: 763px) { #fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { width:0.25rem;height:18rem;top:1.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { width:8.3125rem;height:2.4375rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTtZkSts1yoo9pOHpOhSDDGwOexoaxeP { width:20.4375rem;height:8.125rem;top:13rem;left:3.4375rem;font-size:1.0625rem;display:block; }#CTtZkSts1yoo9pOHpOhSDDGwOexoaxeP li:before{  }
 }@media only screen and (max-width: 763px) { #ubqATHDgggwghTMg20dWg55ObA9Av3Ps { width:20.4375rem;height:1.75rem;top:10.5625rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { width:14.5rem;height:17.6875rem;top:2rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X44KUAIDg59HZiTghQkdR1bWl9ACVqvu { top:1.3125rem;left:32.6875rem;width:15.0625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmsBMCOxFWzKixXJD4cr4fNtfzrFQyVq { width:24.25rem;height:5.6875rem;top:0.9375rem;left:23.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7DRRUrZGWKemhvbJAXivV8OuNmXIyhu { width:20.4375rem;height:1.875rem;top:12.375rem;left:27.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { width:0.25rem;height:18rem;top:2.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsAcFKEOSgkVZHoTCCVvHZqhrMUZKZ3h { width:9.9375rem;height:10.125rem;top:6.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNzm7QLuvQ2LenAVmRVBSSPMlyy293GO { width:20.4375rem;height:6rem;top:6.5625rem;left:27.3125rem;font-size:1.0625rem;display:block; }#oNzm7QLuvQ2LenAVmRVBSSPMlyy293GO li:before{  }
 }@media only screen and (max-width: 763px) { #bMZLvTeyqRMIw09sCAwJy2VkwXpoGbUF { width:20.4375rem;height:8.125rem;top:14.25rem;left:27.3125rem;font-size:1.0625rem;display:block; }#bMZLvTeyqRMIw09sCAwJy2VkwXpoGbUF li:before{  }
 }@media only screen and (max-width: 763px) { #U3QZvClNyfCZwWl5OvETnd3BBFKLy2lG { width:24.25rem;height:3.5625rem;top:22.625rem;left:23.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTkvAyzPQTlMbWMK983I7NyobuUtnZm6 { width:13.25rem;height:17.6875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRswG5tKWZHqRdFPL8bDaqXIIXg2HO60 { top:6.875rem;left:1.625rem;width:20.25rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC { display:block; }#z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1LqsmlNAizihA1IR3xRccMnoycMrBx8 { width:36rem;height:22.5rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9UBo3ih0iSgL4Z7zK8cmM9AMIwoboZT { width:0.25rem;height:18rem;top:1.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmEFGIbmG0VC61NuNvCyo1Za7SmnPx4t { width:8.25rem;height:2.4375rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvJq17i2XxosaWkgV7xIlDQEE0cE7dv { width:20.4375rem;height:9rem;top:3.5625rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh { display:block; }#is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrEXaHmLC9CksymlME7uz0DoKAsVzDWX { width:20.4375rem;height:1.75rem;top:10.5625rem;left:27.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbBUUQnZC4SUJVrnTqX02nLkDP1icPo5 { width:0.25rem;height:18rem;top:2.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2hyDRPzd7sBErF59DUeURPpUTT4KiuQ { width:9.9375rem;height:3.375rem;top:6.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOTMAadrwosJbrGpH2mxX6XzMBksFK9z { width:13.3125rem;height:17.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByTLlasGZwIsS74XbQPcl8WAOXA0ThXr { width:20.4375rem;height:7.8125rem;top:2.5rem;left:27.3125rem;font-size:1.0625rem;display:block; }#ByTLlasGZwIsS74XbQPcl8WAOXA0ThXr li:before{  }
 }@media only screen and (max-width: 763px) { #bPx7Ew9mTRRp7VsHE2c6QXCy6edyDJLA { width:20.4375rem;height:3.875rem;top:13.4375rem;left:27.3125rem;font-size:1.0625rem;display:block; }#bPx7Ew9mTRRp7VsHE2c6QXCy6edyDJLA li:before{  }
 }@media only screen and (max-width: 763px) { #gGFUmpMWbmTgzakg0VwnX5ZUFXdiWny7 { width:24.25rem;height:1.75rem;top:18.8125rem;left:23.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeOAGQ1TXPPDy6JBuHPOxxcWE3mIMCVC { top:1.1875rem;left:4.9375rem;width:20.25rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa { display:block; }#TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waGFLwAh2TbdLJR4ys919GbbdH55AhA7 { width:35.6875rem;height:22rem;top:0.0625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1uwMGKmur2WsReMcl1cbSCqplT3EMbc { width:0.25rem;height:18rem;top:1.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJdrQP16ialQqzPxrWJrwgsubgn8iCxs { width:8.25rem;height:2.4375rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTvdChVnezCykoT1ObFtFLJdK8UCu7rX { width:21.125rem;height:11.5rem;top:3.5625rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M { display:block; }#soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThSBiZCraJf8ooZN6frIpSi7htqeqzTm { width:0.25rem;height:18rem;top:2.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSIm42ToGPgRKlX0UIcTykxh1BsBeBam { width:9.9375rem;height:;top:7rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdOi3HmpXQHbz8bgLsAMgZoU3Pd8P0BQ { width:36.4375rem;height:23.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odtiSGTEWOdEQvAyfwU6zMhCLrPnV5Q5 { width:20.4375rem;height:10.25rem;top:5.1875rem;left:27.3125rem;font-size:1.0625rem;display:block; }#odtiSGTEWOdEQvAyfwU6zMhCLrPnV5Q5 li:before{  }
 }@media only screen and (max-width: 763px) { #kR5149gXW6IfnubvL8mVKo1b50d1E0Ru { width:20.4375rem;height:3.875rem;top:17.25rem;left:27.3125rem;font-size:1.0625rem;display:block; }#kR5149gXW6IfnubvL8mVKo1b50d1E0Ru li:before{  }
 }@media only screen and (max-width: 763px) { #J5I98NViNkxR6bB2S3yONkwf8CdAW1Ni { width:24.25rem;height:1.75rem;top:15.5rem;left:23.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W937ALInDN5NwTypacmznDsmXw9hqOpP { width:20.4375rem;height:3.8125rem;top:1.5625rem;left:27.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwuTu5QgRQH0rEhgJHierZ44XucAVPuq { width:24.25rem;height:1.875rem;top:21.625rem;left:23.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:47.75rem;height:3.5625rem;top:0.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { display:block; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { width:26.8125rem;height:20.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:20.9375rem;height:2rem;top:7.5625rem;left:26.687503814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { width:4.5rem;height:4.25rem;top:3.6875rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wac64zXc58AEm8hzpbIDsOW7ksbvqiXe { top:0.9375rem;left:16.25rem;width:31.5rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:block; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:13.9375rem;height:8.4375rem;top:2.6875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.25rem;top:12.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.25rem;top:12.3125rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.25rem;top:12.3125rem;left:33.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15rem;top:0.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9375rem;height:8.4375rem;top:2.6875rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:15rem;top:0.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9375rem;height:8.4375rem;top:2.6875rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:47.75rem;height:3.875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA { display:block; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-regular-label { display:block;width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-text {padding-top: 0; padding-bottom: 0;}#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-select {padding-top: 0; padding-bottom: 0;}#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-button { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-checkbox-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69  { width:22.5rem;height:auto;top:2.3125rem;left:22.75rem; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 {display:block;}#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 { width:22.5rem;height:auto;top:2.3125rem;left:22.75rem; }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #xuzJ1apWoVLxL7uMIl5mUfBq0ETLd0UQ {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #GiivsepvNZBEwlXIUGbFKlVQ5DrZv1yC { display:block; }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #KKpp2WcGrgU6exfpbirzZIwmRWoEyW1u {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #ms135LngZPUzExtRyTicZ6el9FXiOKAg {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #hBhA3vLUL9hlGiODeuifpEZ1APnGp3vV { display:block; }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #JV4DEN9fEuJT7TJMXDcJHJFfleyoWBmK {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #rOqf8IWtUOCvnsOftEtG47SHlyVTJUUv {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #kRNiGSa2l2KiEBRgwPhu9TGgAVHwuE9f { display:block; }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #ilKBxcif4kQ19cGTJQGOQ133i1QRpkNH {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #kS1GGVlpuGMa1I3B6quVzd8deFL15hJK {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #vlM5pHNeL9mnafKdGaBvJnpXHicF8oIy { display:block; }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #SFHIsdnSuPLwc7whWeJCLCiPvMBu2bzk {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #fL5ZI9CSTs4dW3kdILpu5bTza8hUAnlh {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #vZc7oOEGBxyxQETTbfnmGEbv5EBgzZz7 {  }
 }@media only screen and (max-width: 763px) { #Bb5wMunfFmNFZqnVULdK3rf99GdTtgLu { top:2.1875rem;left:0rem;width:30.0625rem;height:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { display:block; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blspO6qEa5Jw6ODJUCsO8COH93iJfz8n { width:47.75rem;height:2.875rem;top:1.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a63213ce-fa43-4faa-b812-4cbea4bb3ef8/IMG_20230507_130100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:transparent;background-image: -webkit-linear-gradient(top, #cccccc, #000000);background-image: -moz-linear-gradient(top, #cccccc, #000000);background-image: -ms-linear-gradient(top, #cccccc, #000000);background-image: -o-linear-gradient(top, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #cccccc, #000000);background-size:cover !important;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { width:20rem;height:6.59830625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #g4yx8wo3h0QVEXDVvHrC29C1zD2aEzL0 { width:20rem;height:10.797525rem;top:10.719401359558rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { top:22.544488906861rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeUWzl7gmS8J8Pl25P2M9dcvGyiAzqxg { display:block; }
 }@media only screen and (max-width: 763px) { #V1n3QZCNLpnPBmwWfEzpVoUUmexrvUhs { width:15.062375rem;height:3.24978125rem;top:29.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLKDx9q3RPTlz5OOi7pRPQaOMLht1p6 { width:3.75rem;height:3.75rem;top:27.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlchoVLoiNghZnpM2Wivbnwt6PkMAUBE { width:0.9375rem;height:0.7492375rem;top:31.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewR9ma9Nx1W3BbnnQTSU6yGv8UAJCcF8 { width:13.186875rem;height:1.62489375rem;top:29.9375rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrzCO8uJ6C0HSwRkG9LiOss5SuFR135g { width:1.6867375rem;height:1.749675rem;top:29.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0aVBLUis1xLLPCFG7bd6Z2sLrETIOhk { width:3.75rem;height:3.75rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcmdCZEegJKvR2kKIgf6bZfLHzKrFmyk { width:15.8745625rem;height:3.37456875rem;top:39.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7gdglvIZyBTaPk6VQ5xBv79ZUTqWtBd { width:13.186875rem;height:3.41145625rem;top:39.3125rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXLyumuEw0HqFzPN7x1C3AGXcUW2WFTI { width:0.9375rem;height:0.625rem;top:42.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUvpHIdeddcDR2XdgsQTn8gzGSxiBCCg { width:0.99989375rem;height:1.62489375rem;top:40.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu2AeP8q5wRWk9B7K1UiJxxBcA5lsGra { top:0rem;left:0rem;width:19.9375rem;height:26.625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:20rem;height:6.7990625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { width:20rem;height:4.0375375rem;top:31.175125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOtuLXnyKcg37s6yJNXbULcs6AI705IA { width:20rem;height:13.08325rem;top:17.4658203125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IClyw2oByLIgmxxRX83RJxOSpuMdyloO { width:18.812375rem;height:12.0545625rem;top:36.462125rem;left:0.5625rem;font-size:1.1875rem;display:block; }#IClyw2oByLIgmxxRX83RJxOSpuMdyloO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8c75503b8b7cba2570dfd0df1fa4f0ce.svg); }
 }@media only screen and (max-width: 763px) { #m2RN19nFA5xJ9HOyq2nXU4UEn1xQbCSI { width:18.4375rem;height:5.25553125rem;top:49.7661875rem;left:0.75rem;font-size:1.1875rem;display:block; }#m2RN19nFA5xJ9HOyq2nXU4UEn1xQbCSI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a962b810647c40d6cce8d0e86ed06b3a.svg); }
 }@media only screen and (max-width: 763px) { #nwJWslmDHku2WqT00QLAU3o065omLm9R { display:block; }#nwJWslmDHku2WqT00QLAU3o065omLm9R > .row .container { width:20rem;height:145.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDpCvXtEIWTRycQ53eFfrhfCS3xHKgLi { width:20rem;height:5.19856875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNCHEHUqyWvq6pcRSgFobvnUtfvJzGXc { width:16.7496875rem;height:12.562375rem;top:23.93500625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFEpCg13xp4Oke3nRHRzdksGqxubqcXL { width:16.624875rem;height:12.4370625rem;top:37.74688125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ4EFIet1cIRDe4bVbTvVtdKJVmnvDyA { width:16.7496875rem;height:12.562375rem;top:71.87069375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOrQpGlOfo6IluJTNhrTxZ1T3IdLwET { width:16.7496875rem;height:12.562375rem;top:85.68256875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:14.375rem;height:19.1873125rem;top:51.43338125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Bkgu9JlZywJAo5yTeF756716AE7Wkv { top:108.72569375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhRxV1FnDcENKI8u9QiG52SH5xaV3OhT { display:block; }
 }@media only screen and (max-width: 763px) { #KdJAi0haswqgSS0OIaRlSABUykbTyLpU { width:20rem;height:14.9864375rem;top:7.69856875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP7OMJvM57yUt1iBvTO4bKtdnyrtuH96 { width:20rem;height:14.8746875rem;top:130.87457227707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4rTT2a1FOlC1rULBsxd1yNgz07NUmtH { width:20rem;height:7.98175rem;top:99.49444375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKrsgFEs6BMonJM9CcX1mPFrIQgbT8Wn { width:19.9370625rem;height:14.9370625rem;top:113.41319375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:20rem;height:33.0625rem;top:0.27072525024414rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:11.9998125rem;height:4.224175rem;top:2.2819008827209rem;left:3.0620661377907rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:15.1248125rem;height:24.8915rem;top:7.1620006561281rem;left:2.4370661377907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ li:before{  }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:20rem;height:22.9375rem;top:57.048070907593rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { width:11.9998125rem;height:4.224175rem;top:58.305126190186rem;left:4.3804257512093rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCkyyuG6cibgXD5blDrk85AqRncBbJW { width:14.6875rem;height:12.597125rem;top:64.257818222044rem;left:3.0620661377907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:20rem;height:23.1875rem;top:33.861240386963rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqOU5z56VLHZZH0Aqh8J2lE1y6nmwgCg { width:11.9998125rem;height:4.224175rem;top:36.095379829407rem;left:4.5681427121163rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNePBUoZ7IUNqCJt0gZzx2mebZ6inb1 { width:15.061875rem;height:14.396675rem;top:40.319013595581rem;left:2.4685330986977rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 { width:20rem;height:8.15975rem;top:3.798825rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 li:before{  }
 }@media only screen and (max-width: 763px) { #fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { width:0.25rem;height:18rem;top:20.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { width:4.6875rem;height:1.29936875rem;top:1.25rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTtZkSts1yoo9pOHpOhSDDGwOexoaxeP { width:20rem;height:8.15975rem;top:16.26413125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#CTtZkSts1yoo9pOHpOhSDDGwOexoaxeP li:before{  }
 }@media only screen and (max-width: 763px) { #ubqATHDgggwghTMg20dWg55ObA9Av3Ps { width:20rem;height:1.80555625rem;top:13.208575rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { width:9.1873125rem;height:12.3123125rem;top:25.67388125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X44KUAIDg59HZiTghQkdR1bWl9ACVqvu { width:15.062375rem;height:20.2495625rem;top:39.23619375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmsBMCOxFWzKixXJD4cr4fNtfzrFQyVq { width:20rem;height:5.73730625rem;top:42.89934375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7DRRUrZGWKemhvbJAXivV8OuNmXIyhu { width:20rem;height:1.9124375rem;top:49.88665rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { width:0.25rem;height:18rem;top:33.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsAcFKEOSgkVZHoTCCVvHZqhrMUZKZ3h { width:4.6875rem;height:5.3987625rem;top:36.251125rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNzm7QLuvQ2LenAVmRVBSSPMlyy293GO { width:20rem;height:6.04166875rem;top:53.0490875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#oNzm7QLuvQ2LenAVmRVBSSPMlyy293GO li:before{  }
 }@media only screen and (max-width: 763px) { #bMZLvTeyqRMIw09sCAwJy2VkwXpoGbUF { width:20rem;height:8.15975rem;top:60.34075625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#bMZLvTeyqRMIw09sCAwJy2VkwXpoGbUF li:before{  }
 }@media only screen and (max-width: 763px) { #U3QZvClNyfCZwWl5OvETnd3BBFKLy2lG { width:20rem;height:3.6111125rem;top:69.75050625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTkvAyzPQTlMbWMK983I7NyobuUtnZm6 { width:13.2498125rem;height:17.6871875rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRswG5tKWZHqRdFPL8bDaqXIIXg2HO60 { width:20rem;height:14.8144375rem;top:20.1871875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC { display:block; }#z4eZM22QPhac8eNOIgc6KzIlQ0yVn1EC > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1LqsmlNAizihA1IR3xRccMnoycMrBx8 { width:16.3748125rem;height:12.249875rem;top:14.076075rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9UBo3ih0iSgL4Z7zK8cmM9AMIwoboZT { width:0.25rem;height:18rem;top:20.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmEFGIbmG0VC61NuNvCyo1Za7SmnPx4t { width:4.6875rem;height:1.29936875rem;top:1.25rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvJq17i2XxosaWkgV7xIlDQEE0cE7dv { width:20rem;height:9.02775rem;top:3.798825rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh { display:block; }#is3wPEiCR8TV0HrRNKhk3uDOsZ4qcbqh > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrEXaHmLC9CksymlME7uz0DoKAsVzDWX { width:20rem;height:1.80555625rem;top:43.08491875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbBUUQnZC4SUJVrnTqX02nLkDP1icPo5 { width:0.25rem;height:18rem;top:33.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2hyDRPzd7sBErF59DUeURPpUTT4KiuQ { width:4.6875rem;height:1.7995875rem;top:30.938625rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOTMAadrwosJbrGpH2mxX6XzMBksFK9z { width:9.1873125rem;height:12.3123125rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByTLlasGZwIsS74XbQPcl8WAOXA0ThXr { width:20rem;height:7.84725rem;top:33.98766875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#ByTLlasGZwIsS74XbQPcl8WAOXA0ThXr li:before{  }
 }@media only screen and (max-width: 763px) { #bPx7Ew9mTRRp7VsHE2c6QXCy6edyDJLA { width:20rem;height:3.9236125rem;top:46.140475rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#bPx7Ew9mTRRp7VsHE2c6QXCy6edyDJLA li:before{  }
 }@media only screen and (max-width: 763px) { #gGFUmpMWbmTgzakg0VwnX5ZUFXdiWny7 { width:20rem;height:1.80555625rem;top:51.3140875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeOAGQ1TXPPDy6JBuHPOxxcWE3mIMCVC { width:20rem;height:14.8763125rem;top:14.8123125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa { display:block; }#TAZvFgAnVSaxqsZpT7U2xmxznURaLIUa > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waGFLwAh2TbdLJR4ys919GbbdH55AhA7 { width:16.3748125rem;height:12.249875rem;top:18.4358875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1uwMGKmur2WsReMcl1cbSCqplT3EMbc { width:0.25rem;height:18rem;top:20.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJdrQP16ialQqzPxrWJrwgsubgn8iCxs { width:4.6875rem;height:1.29936875rem;top:1.25rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTvdChVnezCykoT1ObFtFLJdK8UCu7rX { width:20rem;height:13.38705625rem;top:3.798825rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M { display:block; }#soXuhvdJMfksXJ2MptoRVDg3VTuv6c1M > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThSBiZCraJf8ooZN6frIpSi7htqeqzTm { width:0.25rem;height:18rem;top:33.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSIm42ToGPgRKlX0UIcTykxh1BsBeBam { width:4.6875rem;height:1.7995875rem;top:14.749375rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdOi3HmpXQHbz8bgLsAMgZoU3Pd8P0BQ { width:16.3748125rem;height:12.249875rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odtiSGTEWOdEQvAyfwU6zMhCLrPnV5Q5 { width:20rem;height:10.27775rem;top:20.372721672058rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#odtiSGTEWOdEQvAyfwU6zMhCLrPnV5Q5 li:before{  }
 }@media only screen and (max-width: 763px) { #kR5149gXW6IfnubvL8mVKo1b50d1E0Ru { width:20rem;height:3.9236125rem;top:34.4005375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#kR5149gXW6IfnubvL8mVKo1b50d1E0Ru li:before{  }
 }@media only screen and (max-width: 763px) { #J5I98NViNkxR6bB2S3yONkwf8CdAW1Ni { width:20rem;height:1.80555625rem;top:31.573894500733rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W937ALInDN5NwTypacmznDsmXw9hqOpP { width:20rem;height:3.824875rem;top:16.547865867615rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwuTu5QgRQH0rEhgJHierZ44XucAVPuq { width:20rem;height:3.82486875rem;top:40.442127227783rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:20rem;height:5.19856875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { display:block; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { width:18.5623125rem;height:13.8748125rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:17.7495625rem;height:1.875rem;top:23.062068359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { width:4.49978125rem;height:4.249675rem;top:19.124354736328rem;left:15.50021875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wac64zXc58AEm8hzpbIDsOW7ksbvqiXe { width:20rem;height:14.959875rem;top:16.3748125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:block; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.499875rem;height:15rem;top:1.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:13.9371875rem;height:8.4988125rem;top:3.90625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.29936875rem;top:13.531341552734rem;left:3.1246757507324rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.29936875rem;top:30.374877929688rem;left:2.9375038146973rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.29936875rem;top:47.249877929688rem;left:3.0622787475586rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.499875rem;height:15rem;top:18.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9371875rem;height:8.4988125rem;top:20.749786376953rem;left:2.6250038146973rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.499875rem;height:15rem;top:35rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9371875rem;height:8.4988125rem;top:37.624786376953rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { background-color: transparent; background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .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); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:20rem;height:4.39886875rem;top:2.0980834960938E-5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA { display:block; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-text {padding-top: 0; padding-bottom: 0;}#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-select {padding-top: 0; padding-bottom: 0;}#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69  { width:15rem;height:auto; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 {display:block;}#NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 { width:15rem;height:24.62025rem;top:16.796875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #xuzJ1apWoVLxL7uMIl5mUfBq0ETLd0UQ {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #GiivsepvNZBEwlXIUGbFKlVQ5DrZv1yC { display:block; }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #KKpp2WcGrgU6exfpbirzZIwmRWoEyW1u {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #ms135LngZPUzExtRyTicZ6el9FXiOKAg {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #hBhA3vLUL9hlGiODeuifpEZ1APnGp3vV { display:block; }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #JV4DEN9fEuJT7TJMXDcJHJFfleyoWBmK {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #rOqf8IWtUOCvnsOftEtG47SHlyVTJUUv {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #kRNiGSa2l2KiEBRgwPhu9TGgAVHwuE9f { display:block; }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #ilKBxcif4kQ19cGTJQGOQ133i1QRpkNH {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #kS1GGVlpuGMa1I3B6quVzd8deFL15hJK {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #vlM5pHNeL9mnafKdGaBvJnpXHicF8oIy { display:block; }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #SFHIsdnSuPLwc7whWeJCLCiPvMBu2bzk {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #fL5ZI9CSTs4dW3kdILpu5bTza8hUAnlh {  }
 }@media only screen and (max-width: 763px) { #NexdSICrfo8C1zKV1ERMPNCSpA2z6N69 #vZc7oOEGBxyxQETTbfnmGEbv5EBgzZz7 {  }
 }@media only screen and (max-width: 763px) { #Bb5wMunfFmNFZqnVULdK3rf99GdTtgLu { width:20rem;height:14.296875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { display:block; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blspO6qEa5Jw6ODJUCsO8COH93iJfz8n { width:20rem;height:4.39886875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2rem;display:block; }
 }