.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,231,216;--color-primary-1:255,182,138;--color-primary-2:255,133,60;--color-primary-3:255,84,0;--color-primary-4:51,27,12;--color-secondary-0:255,255,255;--color-secondary-1:230,230,230;--color-secondary-2:216,216,216;--color-secondary-3:130,130,130;--color-secondary-4:43,43,43;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:79,79,79;--color-tertiary-4:0,0,0;--headlines-font-family:"Howdybun";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container { display: none; }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #fff7f0);background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #fff7f0);background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #fff7f0);background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #fff7f0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fff7f0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fff7f0' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #fff7f0);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { border-width: 0; border-radius: 0; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:75rem;height:73.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#kCwuii8Gy8QWc8QsyHndmqJlOcxlCrbb { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:16.0625rem;left:0.125rem;height:9.075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#u1pU6xH2TJTBUzy2QGyk4z4cB8Cacge3 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:55.875rem;left:1.4375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pl3JWn6EyaJRCK6fTXHtxqwwOH5Od5hA { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:15.3125rem;left:29.687503814698rem;height:5.0875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#enqqx3JDh2tBhNAFW7dtFtT9KV70pFTs { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:8.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:19.124999523163rem;left:7.875rem;height:8.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IBKvEpl2OTLwdGcLwTQ9V0L09ZKWuils { color:rgba(var(--color-tertiary-0),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:25.75rem;left:0.125rem;height:6.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mF6zgfX6tOZu4unzwOTRtWsryA429L4a { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:51rem;width:28.625rem;top:9.1875rem;left:45.75rem;display:block; }
#GAT9kXt8ILWctx1XAzR8o2JMFZW01wlp { color:rgba(var(--color-tertiary-0),1);display:block;width:39.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:35.0625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#GAT9kXt8ILWctx1XAzR8o2JMFZW01wlp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GAT9kXt8ILWctx1XAzR8o2JMFZW01wlp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e1cd629352a48299efff19db33ddcaa07e7fa61.svg); }
#aupsfkLP8gaWlTDDTyhy07tuiFCVAE3B { box-sizing:content-box;height:52.8125rem;width:29.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.3125rem;left:45.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#JO9Lm8NgbWIz3bdNkO7OfqKvnJZoTCNf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:10.5625rem;top:3.6525001525879rem;left:0rem;overflow:hidden;display:block; }
#SCfe6TJThhv9P1LsyAfHu8dnwDNoXFIk { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:8.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:19.249999523163rem;left:32.500003814698rem;height:8.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Po0LMdTrkqsA3zlnKwqh26chbmXusfDB { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:28.1875rem;top:49.8125rem;left:0rem;overflow:hidden;display:block; }
#xuQL9nrV7Q9Dp4PNTBVLXrlTgPoTMTTJ { box-sizing:content-box;height:5.125rem;width:13rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:49.8125rem;left:28.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#H8t5TPMdBTy2HTw7uoTumvzE6NnUndk5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:50.625rem;left:29.125rem;height:3.50625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#boKlm4J4TJ0neeT3Pa8OKMwGw5lUB1cm { color:rgba(var(--color-tertiary-4),1);display:block;width:72.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:65.125rem;left:1.5625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tD6I9TSl4BMXd8HUvaKlDD0cT4Q5yJRT { box-sizing:content-box;height:3.0625rem;width:74.375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:64.5rem;left:0.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);box-shadow: 0.125rem 0.125rem 0.125rem #ff853c ;display:block; }
#hD7rVzhfXX4ez6HnJ93XhSmTVkLk5m5I { box-sizing:content-box;height:5.125rem;width:13rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:50.5rem;left:28.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row .container { background-color: transparent; background-image: none; }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row .container > .video-iframe-container { display: none; }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row > .video-iframe-container { display: none; }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .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); }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row .container { border-width: 0; border-radius: 0; }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#O2GzPERfni0T7S4oe4hz6GvDNvcOzBO1 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:6.3125rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8t3cDGPP5HKodOSZaB4pCHC9nIDV5nm { 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:2.1875rem;width:19.375rem;display:none; }
#mu3lz8BeSm4E1lP6g5bF5GzVf5ysCZpq { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.1875rem;left:0rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h1fEhACwXvlT6SZ3qbwrqkn8vVWHxS0h { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:4.25rem;left:43.9375rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBKOL6UCMdGJepryDsD2reMbn81i49ti { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:6.3125rem;left:41.9375rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row .container { background-color: transparent; background-image: none; }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row .container > .video-iframe-container { display: none; }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row > .video-iframe-container { display: none; }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .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); }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row .container { border-width: 0; border-radius: 0; }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row .container { font-size:0.875rem;font-family:arial;height:89.375rem;width:75rem;position:relative;display:block; }#ifvPVbqau2STM06A0GGpTVf1yG5JTop0 { 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:2.1875rem;width:19.375rem;display:none; }
#S0v2f7o6FTMJ6QqDR65GStVZDvHXebnt { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:42.061635971069rem;left:5.25rem;height:3.85rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#bA0pK6sF5hGaqXryHKMkNG0uJvGNpQ2x { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:35.9375rem;top:2.3125rem;left:0.8125rem;overflow:hidden;display:block; }
#gXZVlbnEmuhzo2gPyOtipRulqacbqfnd { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:35.9375rem;top:2.3125rem;left:38.25rem;overflow:hidden;display:block; }
#Z7Xd0xernpdQFa6pk7F7kdI8Dcrl5ugO { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:35.9375rem;top:30.5rem;left:0.8125rem;overflow:hidden;display:block; }
#mgrNkRsV5unc30xOR9TrVfOoH0MFe4kQ { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:35.9375rem;top:30.5rem;left:38.25rem;overflow:hidden;display:block; }
#QuI06L0U3aqxBe02t1okF2FT9ZZrmETH { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:35.9375rem;top:58.8125rem;left:19.53125rem;overflow:hidden;display:block; }
#nbzfkV2OGKM5yXxh6401pgnfUJxOefyI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7f0;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; }#nbzfkV2OGKM5yXxh6401pgnfUJxOefyI > .row .container { background-color: transparent; background-image: none; }#nbzfkV2OGKM5yXxh6401pgnfUJxOefyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbzfkV2OGKM5yXxh6401pgnfUJxOefyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbzfkV2OGKM5yXxh6401pgnfUJxOefyI > .row .container > .video-iframe-container { display: none; }#nbzfkV2OGKM5yXxh6401pgnfUJxOefyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbzfkV2OGKM5yXxh6401pgnfUJxOefyI > .row > .video-iframe-container { display: none; }#nbzfkV2OGKM5yXxh6401pgnfUJxOefyI > .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); }#nbzfkV2OGKM5yXxh6401pgnfUJxOefyI > .row .container { border-width: 0; border-radius: 0; }#nbzfkV2OGKM5yXxh6401pgnfUJxOefyI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbzfkV2OGKM5yXxh6401pgnfUJxOefyI > .row .container { font-size:0.875rem;font-family:arial;height:62.125rem;width:75rem;position:relative;display:block; }#xNnNe0uxq18c5MTd7OX5dEukswPaQOiU { 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:46.5rem;width:37.1875rem;top:3.1484375rem;left:0rem;overflow:hidden;display:block; }
#ZGukH0duvdDBRThh2llGQgMiVDyQ2Lgw { position:absolute;display:block;z-index:15001;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:46.5rem;width:37.1875rem;top:3.1484375rem;left:37.811721801757rem;overflow:hidden;display:block; }
#tGKT7I8m3vqJMmSplDXPhTWkhlrJuKqD { color:rgba(var(--color-tertiary-4),1);display:block;width:72.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:51.5rem;left:1.375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NRdDZsxJK32Fg06uS64TAdREOJcEFQvm { box-sizing:content-box;height:3.0625rem;width:74.375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:50.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);box-shadow: 0.125rem 0.125rem 0.125rem #ff853c ;display:block; }
#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row .container { background-color: transparent; background-image: none; }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row .container > .video-iframe-container { display: none; }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row > .video-iframe-container { display: none; }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .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); }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row .container { border-width: 0; border-radius: 0; }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#LnVbSLEvO6DrMFP9r6mLPHcnyHPRhk9b { 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:2.1875rem;width:19.375rem;display:none; }
#E5H1PSroX8U6qsmKJ1uRsgSA2F0IiWVR { box-sizing:content-box;height:5rem;width:46.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:9.2859344482425rem;left:2.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#v5Rp4tgTA3eSduTtbdwsUGQghklLIT2z { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:11.035934448243rem;left:5.3125rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tzHRkeVISUToy0qeal8XI44w1nGiwgRN { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:11.035934448243rem;left:29.5rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VTUAtWUwyLulXltzsQSiHr9cVRlLfmuh { box-sizing:content-box;height:5rem;width:46.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.035934448243rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#lQopPSWZikVUNBT0X7xk7oHPHtyWykGz { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:16.785934448243rem;left:5.0625rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OiCRfN8GlZabscTAMvyeGgiUWIKOocbO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:16.785934448243rem;left:29.5rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zuGEuGn389aFvyuI54GyR3PzbyeEvRhT { box-sizing:content-box;height:5rem;width:46.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:26.28515625rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#tp9St1nL3VG7gXNz0ZHeAnD8oBiRraOz { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:28.03515625rem;left:5.3125rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rPVw9uL6hWVFRu9BflmV0A4t2N1Qvh4k { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:28.03515625rem;left:29.5rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N2kMyc5LAXzc8Nrx78Qcm094T1mqqAZ0 { box-sizing:content-box;height:5rem;width:46.875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:31.91015625rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#kLglSRmHeHrcxDN8IxqxyRE4ZGCyURUK { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:33.53515625rem;left:5.3125rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vNqPCLpMMIsIiq6nFGib9L7rh5arRu6K { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:33.66015625rem;left:29.5rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fUFxFrPpXxbGm5R7r08VNws1IeZQ2xvF { box-sizing:content-box;height:5rem;width:46.875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:37.53515625rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#DvPdmVe4KEMQLEzlTXKwB9fgvQ4K2qy2 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:39.28515625rem;left:5.3125rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eJdv4fRgCQpnqwhccUIBvKAs3SkT8y49 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:39.28515625rem;left:29.5rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LN2CWZr8Fu5Al6RBtPVbaxBvPd9fTsou { box-sizing:content-box;height:5rem;width:46.875rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20.660934448243rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#wcTotHmkQtEnycfn8b3u2tgeTeIKgXNR { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:22.410934448243rem;left:5.3125rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TUx01FMGl93AKle0ziawsERtQDv7WUm7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:22.410934448243rem;left:29.625rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#u2d7PZcJgDkRDQgnIBuItTrteHGCyUl1 { box-sizing:content-box;height:42.8125rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/1e88e01e-4a61-455c-9b14-31cc8eb186d8/d18aba_788c8589cc1e4a0da0ff6c290cb41e8bmv2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#u2d7PZcJgDkRDQgnIBuItTrteHGCyUl1.adaptive-delivery-prevent-bg, #u2d7PZcJgDkRDQgnIBuItTrteHGCyUl1.lazyload, #u2d7PZcJgDkRDQgnIBuItTrteHGCyUl1.lazyloading { background-image: none; }
#fPrrBREPSkJOLXfrmyl7UidG2Uouyv7B { box-sizing:content-box;height:2.5rem;width:0.0625rem;position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10.660934448243rem;left:26.9375rem;display:block; }
#AJPlx2mysun1Mq4Nff78SrdvtsBlzGTh { box-sizing:content-box;height:2.5rem;width:0.0625rem;position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.285934448243rem;left:26.9375rem;display:block; }
#wGTsTOgvGvRNTSzOEJivI2MmVL9dOW1P { box-sizing:content-box;height:2.5rem;width:0.0625rem;position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:21.910934448243rem;left:26.9375rem;display:block; }
#slTgUNuPDDJiGaZ3q7VxiLVDVxid1CcL { box-sizing:content-box;height:2.5rem;width:0.0625rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:27.535934448243rem;left:26.9375rem;display:block; }
#rLvHUbxJc1vd8QiGNsrVTw6JUCTbuckJ { box-sizing:content-box;height:2.5rem;width:0.0625rem;position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:33.160934448243rem;left:26.9375rem;display:block; }
#P0TXIPIxUA7Env74Zxz3Ey8qCMeGU1fE { box-sizing:content-box;height:2.5rem;width:0.0625rem;position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:38.785934448243rem;left:26.9375rem;display:block; }
#VcqqTLPgGN1iV6DQIPGpB3Dyu2tQPT8I { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:39rem;width:21.875rem;top:6.28125rem;left:50.625rem;display:block; }
#hlphpG2cttqQNpAzFnD3mTs2qs9Zhi37 { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.4375rem;top:10.487503051757rem;left:38.999221801757rem;overflow:hidden;display:block; }
#E5IL7xTQWNBdTrG1GVByTBiOWcQ0eTQ9 { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.4375rem;top:16.247665405274rem;left:38.999221801757rem;overflow:hidden;display:block; }
#mIG9vTpwNgAAfbSLFBuX1sGB9lFaz1V5 { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.4375rem;top:21.872665405274rem;left:38.999221801757rem;overflow:hidden;display:block; }
#xq9K67If3A6yanNSC35S3GeJKC5dkTdp { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.4375rem;top:27.497665405274rem;left:38.999221801757rem;overflow:hidden;display:block; }
#Jqbcn6K5oUNs3B4FcIQ2ayh0Cn4x4C3i { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.4375rem;top:33.125rem;left:38.999221801757rem;overflow:hidden;display:block; }
#nAdvswckbyelPvseTbnKuUF6rkzFGDuu { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.4375rem;top:38.749221801757rem;left:38.999221801757rem;overflow:hidden;display:block; }
#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row .container { background-color: transparent; background-image: none; }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row .container > .video-iframe-container { display: none; }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row > .video-iframe-container { display: none; }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .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); }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row .container { border-width: 0; border-radius: 0; }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#X7rbUhdWrGdpZfIGBS3vAQbI3MqvyTQ2 { 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:2.1875rem;width:19.375rem;display:none; }
#MTy35KU2CTAEm1axzZIzrHlct54WmKP3 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:5rem;left:46.3125rem;height:2.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ziUnLARwJ3DuEqgATvCrQJ82XkoSmvA0 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.1875rem;left:46.3125rem;height:12.68125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ziUnLARwJ3DuEqgATvCrQJ82XkoSmvA0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ziUnLARwJ3DuEqgATvCrQJ82XkoSmvA0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e1cd629352a48299efff19db33ddcaa07e7fa61.svg); }
#gFFq5vVGCXdcoW9QTbruIm68XQMTzFbw { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5625rem;left:46.3125rem;height:6.175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DsviO3GsOZNlUcDcmXuN00MsHXQsU4Ey { box-sizing:content-box;height:34.9375rem;width:74.875rem;position:absolute;display:block;z-index:15004;background-color:#fff7f0;background-image:none;top:1.75rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#Mr5AK5q9pTryoRJZLm17ruqtZ9mPq5sU { box-sizing:content-box;height:34.875rem;width:40.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/8cd88bba-fb0f-476d-af90-8891847ac58a/d18aba_805b52d8cf52412caf14d8b6411c1f67mv2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.0625rem;left:2.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }#Mr5AK5q9pTryoRJZLm17ruqtZ9mPq5sU.adaptive-delivery-prevent-bg, #Mr5AK5q9pTryoRJZLm17ruqtZ9mPq5sU.lazyload, #Mr5AK5q9pTryoRJZLm17ruqtZ9mPq5sU.lazyloading { background-image: none; }
#tT4t2fotNGQnMRQ2BQES7v2KSIvlMvM9 { position:absolute;display:block;z-index:15048;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:4rem;width:21.5625rem;top:30.25rem;left:46.3125rem;overflow:hidden;display:block; }
#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row .container { background-color: transparent; background-image: none; }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row .container > .video-iframe-container { display: none; }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row > .video-iframe-container { display: none; }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .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); }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row .container { border-width: 0; border-radius: 0; }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row .container { font-size:0.875rem;font-family:arial;height:72.4375rem;width:75rem;position:relative;display:block; }#Wawd2qBPMT7EEtAeeahOVrK32lgcWgau { 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:2.1875rem;width:19.375rem;display:none; }
#Ww1hct0d7PilJG13Ef6JAFn0muno2yT3 { color:rgba(var(--color-tertiary-0),1);display:block;width:62.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:4.875rem;left:3.625rem;height:2.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#auEtcTm5L42EKuykIl2XRnXowtmKlCXB { color:rgba(var(--color-tertiary-0),1);display:block;width:67.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.5625rem;left:3.625rem;height:30.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#oBH5dpTkFbnfhHEhTW9w3A5u0Q5o5K83 { box-sizing:content-box;height:67.0625rem;width:74.875rem;position:absolute;display:block;z-index:15004;background-color:#fff7f0;background-image:none;top:1.75rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#TQxi4iagptZErhIoXIX5ZdCiqJssZGyD { color:rgba(var(--color-tertiary-0),1);display:block;width:62.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:42.75rem;left:3.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LFJTkAebbBWcT7eenq0xd7NLdpspRLQZ { color:rgba(var(--color-tertiary-0),1);display:block;width:67.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:46.4375rem;left:3.625rem;height:18.525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { background-color: transparent; background-image: none; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container > .video-iframe-container { display: none; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row > .video-iframe-container { display: none; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .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); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { border-width: 0; border-radius: 0; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#KZNxLkI5mn84vS5cpVToTiHyCo8cpTd8 { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#PfZsgHQ8EwJ4PPC2DD0JtoLUWFZVusq9 { position:absolute;display:block;z-index:15018;height:11.8125rem;width:75rem;top:1rem;left:0rem;display:block; }
#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { background-color: transparent; background-image: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container > .video-iframe-container { display: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container { display: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .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); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { border-width: 0; border-radius: 0; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#ILhCbyz909T0JdD3sE346U9KLIqEceWT { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.8125rem;width:74.8125rem;top:3rem;left:0rem;display:block; }
#fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { color:#36c4b2;display:block;width:18.375rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:16.064998626709rem;left:52.686878204346rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:6.1875rem;left:52.687503814698rem;height:8.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:16.313751220703rem;left:50.811878204346rem; }
#M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:6.1875rem;left:50.562503814698rem; }
#FkRyXVPiXkRlck70RzghWXRgOuNclI2d { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:5.5625rem;left:1.5625rem;display:block; }
#f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:23.5625rem;left:50.875003814698rem; }
#tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { color:#36c4b2;display:block;width:15.875rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:23.0625rem;left:52.750003814698rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:26.977500915528rem;left:50.856878204346rem; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { color:#36c4b2;display:block;width:17.3125rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:26.864376068115rem;left:52.686252593994rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { background-color: transparent; background-image: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container > .video-iframe-container { display: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container { display: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .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); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { border-width: 0; border-radius: 0; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:1.0500030517578rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { position:relative;display:none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { border-width: 0; border-radius: 0; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yebXB06ETm9Z4GEzbzDuqT68QZlmz9zE { position:absolute;display:block;z-index:15047;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:4rem;width:21.5625rem;top:46.3125rem;left:0rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCwuii8Gy8QWc8QsyHndmqJlOcxlCrbb { width:39.1875rem;height:9.0625rem;top:16.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1pU6xH2TJTBUzy2QGyk4z4cB8Cacge3 { width:25.375rem;height:2.8125rem;top:55.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl3JWn6EyaJRCK6fTXHtxqwwOH5Od5hA { width:3.9375rem;height:5.0625rem;top:15.3125rem;left:16.062503814698rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enqqx3JDh2tBhNAFW7dtFtT9KV70pFTs { width:3.9375rem;height:8.9375rem;top:19.0625rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBKvEpl2OTLwdGcLwTQ9V0L09ZKWuils { width:39.25rem;height:;top:25.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF6zgfX6tOZu4unzwOTRtWsryA429L4a { width:28.625rem;height:51rem;top:9.1875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAT9kXt8ILWctx1XAzR8o2JMFZW01wlp { width:39.625rem;height:;top:35.0625rem;left:0rem;font-size:0.8125rem;display:block; }#GAT9kXt8ILWctx1XAzR8o2JMFZW01wlp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e1cd629352a48299efff19db33ddcaa07e7fa61.svg); }
 }@media only screen and (max-width: 763px) { #aupsfkLP8gaWlTDDTyhy07tuiFCVAE3B { width:29.875rem;height:52.8125rem;top:8.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO9Lm8NgbWIz3bdNkO7OfqKvnJZoTCNf { width:10.5625rem;height:8.4375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCfe6TJThhv9P1LsyAfHu8dnwDNoXFIk { width:3.9375rem;height:8.9375rem;top:19.1875rem;left:18.875003814698rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po0LMdTrkqsA3zlnKwqh26chbmXusfDB { width:28.1875rem;height:5.125rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuQL9nrV7Q9Dp4PNTBVLXrlTgPoTMTTJ { width:13rem;height:5.125rem;top:49.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8t5TPMdBTy2HTw7uoTumvzE6NnUndk5 { width:12.3125rem;height:3.5rem;top:50.625rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boKlm4J4TJ0neeT3Pa8OKMwGw5lUB1cm { width:47.75rem;height:2.0625rem;top:65.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD6I9TSl4BMXd8HUvaKlDD0cT4Q5yJRT { width:47.5rem;height:3.0625rem;top:64.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD7rVzhfXX4ez6HnJ93XhSmTVkLk5m5I { width:13rem;height:5.125rem;top:50.5rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW { display:block; }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2GzPERfni0T7S4oe4hz6GvDNvcOzBO1 { top:6.3125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8t3cDGPP5HKodOSZaB4pCHC9nIDV5nm { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mu3lz8BeSm4E1lP6g5bF5GzVf5ysCZpq { width:47.75rem;height:2.0625rem;top:10.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1fEhACwXvlT6SZ3qbwrqkn8vVWHxS0h { top:4.25rem;left:30.3125rem;width:4.1875rem;height:3.625rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBKOL6UCMdGJepryDsD2reMbn81i49ti { top:6.3125rem;left:28.3125rem;width:4.1875rem;height:3.625rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb { display:block; }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifvPVbqau2STM06A0GGpTVf1yG5JTop0 { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0v2f7o6FTMJ6QqDR65GStVZDvHXebnt { width:1.6875rem;height:3.8125rem;top:42rem;left:0rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bA0pK6sF5hGaqXryHKMkNG0uJvGNpQ2x { width:35.9375rem;height:26.5rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXZVlbnEmuhzo2gPyOtipRulqacbqfnd { width:35.9375rem;height:26.5rem;top:2.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Xd0xernpdQFa6pk7F7kdI8Dcrl5ugO { width:35.9375rem;height:26.5rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgrNkRsV5unc30xOR9TrVfOoH0MFe4kQ { width:35.9375rem;height:26.5rem;top:30.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuI06L0U3aqxBe02t1okF2FT9ZZrmETH { width:35.9375rem;height:26.5rem;top:58.8125rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbzfkV2OGKM5yXxh6401pgnfUJxOefyI { display:block; }#nbzfkV2OGKM5yXxh6401pgnfUJxOefyI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNnNe0uxq18c5MTd7OX5dEukswPaQOiU { width:37.1875rem;height:46.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGukH0duvdDBRThh2llGQgMiVDyQ2Lgw { width:37.1875rem;height:46.5rem;top:3.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGKT7I8m3vqJMmSplDXPhTWkhlrJuKqD { width:47.75rem;height:2.0625rem;top:51.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRdDZsxJK32Fg06uS64TAdREOJcEFQvm { width:47.5rem;height:3.0625rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG { display:block; }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnVbSLEvO6DrMFP9r6mLPHcnyHPRhk9b { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5H1PSroX8U6qsmKJ1uRsgSA2F0IiWVR { width:46.875rem;height:5rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Rp4tgTA3eSduTtbdwsUGQghklLIT2z { width:19.875rem;height:1.6875rem;top:11rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzHRkeVISUToy0qeal8XI44w1nGiwgRN { width:9.5rem;height:1.6875rem;top:11rem;left:15.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTUAtWUwyLulXltzsQSiHr9cVRlLfmuh { width:46.875rem;height:5rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQopPSWZikVUNBT0X7xk7oHPHtyWykGz { width:20.375rem;height:1.6875rem;top:16.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCRfN8GlZabscTAMvyeGgiUWIKOocbO { width:9.5rem;height:1.6875rem;top:16.75rem;left:15.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuGEuGn389aFvyuI54GyR3PzbyeEvRhT { width:46.875rem;height:5rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp9St1nL3VG7gXNz0ZHeAnD8oBiRraOz { width:17rem;height:1.6875rem;top:28rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPVw9uL6hWVFRu9BflmV0A4t2N1Qvh4k { width:9.5rem;height:1.6875rem;top:28rem;left:15.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2kMyc5LAXzc8Nrx78Qcm094T1mqqAZ0 { width:46.875rem;height:5rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLglSRmHeHrcxDN8IxqxyRE4ZGCyURUK { width:18.1875rem;height:1.6875rem;top:33.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNqPCLpMMIsIiq6nFGib9L7rh5arRu6K { width:9.5rem;height:1.6875rem;top:33.625rem;left:15.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUFxFrPpXxbGm5R7r08VNws1IeZQ2xvF { width:46.875rem;height:5rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvPdmVe4KEMQLEzlTXKwB9fgvQ4K2qy2 { width:16.875rem;height:1.6875rem;top:39.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJdv4fRgCQpnqwhccUIBvKAs3SkT8y49 { width:9.5rem;height:1.6875rem;top:39.25rem;left:15.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN2CWZr8Fu5Al6RBtPVbaxBvPd9fTsou { width:46.875rem;height:5rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcTotHmkQtEnycfn8b3u2tgeTeIKgXNR { width:19.6875rem;height:1.6875rem;top:22.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUx01FMGl93AKle0ziawsERtQDv7WUm7 { width:9.25rem;height:1.6875rem;top:22.375rem;left:16rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2d7PZcJgDkRDQgnIBuItTrteHGCyUl1 { width:47.75rem;height:42.8125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPrrBREPSkJOLXfrmyl7UidG2Uouyv7B { width:0.0625rem;height:2.5rem;top:10.625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJPlx2mysun1Mq4Nff78SrdvtsBlzGTh { width:0.0625rem;height:2.5rem;top:16.25rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGTsTOgvGvRNTSzOEJivI2MmVL9dOW1P { width:0.0625rem;height:2.5rem;top:21.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slTgUNuPDDJiGaZ3q7VxiLVDVxid1CcL { width:0.0625rem;height:2.5rem;top:27.5rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLvHUbxJc1vd8QiGNsrVTw6JUCTbuckJ { width:0.0625rem;height:2.5rem;top:33.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0TXIPIxUA7Env74Zxz3Ey8qCMeGU1fE { width:0.0625rem;height:2.5rem;top:38.75rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcqqTLPgGN1iV6DQIPGpB3Dyu2tQPT8I { width:21.875rem;height:39rem;top:6.25rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlphpG2cttqQNpAzFnD3mTs2qs9Zhi37 { width:9.4375rem;height:2.8125rem;top:10.4375rem;left:25.374221801757rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5IL7xTQWNBdTrG1GVByTBiOWcQ0eTQ9 { width:9.4375rem;height:2.8125rem;top:16.1875rem;left:25.374221801757rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIG9vTpwNgAAfbSLFBuX1sGB9lFaz1V5 { width:9.4375rem;height:2.8125rem;top:21.8125rem;left:25.374221801757rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq9K67If3A6yanNSC35S3GeJKC5dkTdp { width:9.4375rem;height:2.8125rem;top:27.4375rem;left:25.374221801757rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqbcn6K5oUNs3B4FcIQ2ayh0Cn4x4C3i { width:9.4375rem;height:2.8125rem;top:33.125rem;left:25.374221801757rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAdvswckbyelPvseTbnKuUF6rkzFGDuu { width:9.4375rem;height:2.8125rem;top:38.6875rem;left:25.374221801757rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 { display:block; }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7rbUhdWrGdpZfIGBS3vAQbI3MqvyTQ2 { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTy35KU2CTAEm1axzZIzrHlct54WmKP3 { width:26.5rem;height:2.4375rem;top:5rem;left:21.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziUnLARwJ3DuEqgATvCrQJ82XkoSmvA0 { width:25.8125rem;height:12.625rem;top:8.1875rem;left:21.9375rem;font-size:1.0625rem;display:block; }#ziUnLARwJ3DuEqgATvCrQJ82XkoSmvA0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e1cd629352a48299efff19db33ddcaa07e7fa61.svg); }
 }@media only screen and (max-width: 763px) { #gFFq5vVGCXdcoW9QTbruIm68XQMTzFbw { width:25.8125rem;height:6.125rem;top:22.5625rem;left:21.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsviO3GsOZNlUcDcmXuN00MsHXQsU4Ey { width:47.5rem;height:34.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr5AK5q9pTryoRJZLm17ruqtZ9mPq5sU { width:40.8125rem;height:34.875rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT4t2fotNGQnMRQ2BQES7v2KSIvlMvM9 { width:21.5625rem;height:4rem;top:30.25rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 { display:block; }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wawd2qBPMT7EEtAeeahOVrK32lgcWgau { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ww1hct0d7PilJG13Ef6JAFn0muno2yT3 { width:47.75rem;height:2.375rem;top:4.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #auEtcTm5L42EKuykIl2XRnXowtmKlCXB { width:47.75rem;height:30.8125rem;top:8.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBH5dpTkFbnfhHEhTW9w3A5u0Q5o5K83 { width:47.5rem;height:67.0625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQxi4iagptZErhIoXIX5ZdCiqJssZGyD { width:47.75rem;height:;top:42.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFJTkAebbBWcT7eenq0xd7NLdpspRLQZ { width:47.75rem;height:18.5rem;top:46.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue { display:block; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZNxLkI5mn84vS5cpVToTiHyCo8cpTd8 { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfZsgHQ8EwJ4PPC2DD0JtoLUWFZVusq9 { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { display:block; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILhCbyz909T0JdD3sE346U9KLIqEceWT { width:47.5rem;height:28.8125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { width:18.375rem;height:5.5625rem;top:16.0625rem;left:29.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { width:19.5rem;height:8.375rem;top:6.1875rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { width:1.25rem;height:1.25rem;top:16.3125rem;left:37.186878204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { width:1.75rem;height:1.75rem;top:6.1875rem;left:36.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkRyXVPiXkRlck70RzghWXRgOuNclI2d { width:46.875rem;height:23.6875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { width:1.25rem;height:1.25rem;top:23.5625rem;left:37.250003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { width:15.875rem;height:2.75rem;top:23.0625rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { width:1.375rem;height:1.375rem;top:26.9375rem;left:37.231878204346rem;display:block; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { width:17.3125rem;height:1.5625rem;top:26.8125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { width:47.75rem;height:1.25rem;top:1rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { display:none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yebXB06ETm9Z4GEzbzDuqT68QZlmz9zE { width:21.5625rem;height:4rem;top:46.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );";background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { border-width: 0; border-radius: 0; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCwuii8Gy8QWc8QsyHndmqJlOcxlCrbb { width:20rem;height:8.55rem;top:7.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u1pU6xH2TJTBUzy2QGyk4z4cB8Cacge3 { width:20rem;height:0;top:17.114999771118rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Pl3JWn6EyaJRCK6fTXHtxqwwOH5Od5hA { width:3.9375rem;height:4.125rem;top:9.8125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:3.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #enqqx3JDh2tBhNAFW7dtFtT9KV70pFTs { width:3.9375rem;height:4.4rem;top:9.75rem;left:12.75rem;text-align:center;text-align-last:center;font-size:4rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IBKvEpl2OTLwdGcLwTQ9V0L09ZKWuils { width:20rem;height:3.3rem;top:16.731250762939rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mF6zgfX6tOZu4unzwOTRtWsryA429L4a { width:20rem;height:35.8125rem;top:21.62343788147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAT9kXt8ILWctx1XAzR8o2JMFZW01wlp { width:18.4375rem;height:5.71875rem;top:64.287498474119rem;left:0.78046876192094rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.1;display:block; }#GAT9kXt8ILWctx1XAzR8o2JMFZW01wlp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e1cd629352a48299efff19db33ddcaa07e7fa61.svg); }
 }@media only screen and (max-width: 763px) { #aupsfkLP8gaWlTDDTyhy07tuiFCVAE3B { width:20rem;height:35.25rem;top:19.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JO9Lm8NgbWIz3bdNkO7OfqKvnJZoTCNf { width:6rem;height:4.8125rem;top:0.625rem;left:6.9999996423719rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCfe6TJThhv9P1LsyAfHu8dnwDNoXFIk { width:3.9375rem;height:4.60625rem;top:12.75rem;left:11.125rem;text-align:center;text-align-last:center;font-size:4.1875rem;line-height:1.1;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Po0LMdTrkqsA3zlnKwqh26chbmXusfDB { width:20rem;height:3.7101449275363rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuQL9nrV7Q9Dp4PNTBVLXrlTgPoTMTTJ { width:20rem;height:4.625rem;top:72rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8t5TPMdBTy2HTw7uoTumvzE6NnUndk5 { width:14.1875rem;height:2.8875rem;top:72.875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #boKlm4J4TJ0neeT3Pa8OKMwGw5lUB1cm { width:20rem;height:1.7875rem;top:78rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tD6I9TSl4BMXd8HUvaKlDD0cT4Q5yJRT { width:19.75rem;height:3.0625rem;top:77.25rem;left:0.0625rem;box-shadow: 0.125rem 0.125rem 0.125rem #ff853c ;display:block; }
 }@media only screen and (max-width: 763px) { #hD7rVzhfXX4ez6HnJ93XhSmTVkLk5m5I { width:20rem;height:8.125rem;top:63.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW { background-color:rgba(255,255,255,0.9);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row .container { background-color: transparent; background-image: none; }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row .container > .video-iframe-container { display: none; }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row > .video-iframe-container { display: none; }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .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); }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#cu7Hm9vLAbboq7hDMNuHM9qHdKx9c0KW > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2GzPERfni0T7S4oe4hz6GvDNvcOzBO1 { width:20rem;height:2.475rem;top:4.125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #k8t3cDGPP5HKodOSZaB4pCHC9nIDV5nm { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mu3lz8BeSm4E1lP6g5bF5GzVf5ysCZpq { width:16.625rem;height:2.475rem;top:6.625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #h1fEhACwXvlT6SZ3qbwrqkn8vVWHxS0h { width:4.1875rem;height:2.2rem;top:3.125rem;left:13.125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CBKOL6UCMdGJepryDsD2reMbn81i49ti { width:4.1875rem;height:2.2rem;top:4.1875rem;left:11.9375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb { background-color:rgba(255,255,255,0.9);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row .container { background-color: transparent; background-image: none; }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row .container > .video-iframe-container { display: none; }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row > .video-iframe-container { display: none; }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .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); }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#ZMxAlSWr64pkwHTsDhURnAoUL5oSfSrb > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifvPVbqau2STM06A0GGpTVf1yG5JTop0 { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0v2f7o6FTMJ6QqDR65GStVZDvHXebnt { width:1.6875rem;height:0;top:113.3125rem;left:5.625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #bA0pK6sF5hGaqXryHKMkNG0uJvGNpQ2x { width:20rem;height:14.747826086957rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXZVlbnEmuhzo2gPyOtipRulqacbqfnd { width:20rem;height:14.747826086957rem;top:17.247625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Xd0xernpdQFa6pk7F7kdI8Dcrl5ugO { width:20rem;height:14.747826086957rem;top:33.24525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgrNkRsV5unc30xOR9TrVfOoH0MFe4kQ { width:20rem;height:14.747826086957rem;top:49.242875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuI06L0U3aqxBe02t1okF2FT9ZZrmETH { width:20rem;height:14.747826086957rem;top:65.2405rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbzfkV2OGKM5yXxh6401pgnfUJxOefyI { display:block; }#nbzfkV2OGKM5yXxh6401pgnfUJxOefyI > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNnNe0uxq18c5MTd7OX5dEukswPaQOiU { width:20rem;height:25.008403361345rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGukH0duvdDBRThh2llGQgMiVDyQ2Lgw { width:20rem;height:25.008403361345rem;top:27.5078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGKT7I8m3vqJMmSplDXPhTWkhlrJuKqD { width:20rem;height:1.7875rem;top:54.390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NRdDZsxJK32Fg06uS64TAdREOJcEFQvm { width:19.75rem;height:3.0625rem;top:53.765625rem;left:0.0625rem;box-shadow: 0.125rem 0.125rem 0.125rem #ff853c ;display:block; }
 }@media only screen and (max-width: 763px) { #JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG { background-color:rgba(255,255,255,0.9);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row .container { background-color: transparent; background-image: none; }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row .container > .video-iframe-container { display: none; }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row > .video-iframe-container { display: none; }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .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); }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#JKy3TqkWk1pst6MXttlLlnJhn2dAMwOG > .row .container { width:20rem;height:76.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnVbSLEvO6DrMFP9r6mLPHcnyHPRhk9b { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5H1PSroX8U6qsmKJ1uRsgSA2F0IiWVR { width:19.8125rem;height:5.3125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Rp4tgTA3eSduTtbdwsUGQghklLIT2z { width:20rem;height:1.58125rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tzHRkeVISUToy0qeal8XI44w1nGiwgRN { width:9.5rem;height:1.58125rem;top:3.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VTUAtWUwyLulXltzsQSiHr9cVRlLfmuh { width:19.75rem;height:5.3125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQopPSWZikVUNBT0X7xk7oHPHtyWykGz { width:20rem;height:1.58125rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OiCRfN8GlZabscTAMvyeGgiUWIKOocbO { width:9.5rem;height:1.58125rem;top:9.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zuGEuGn389aFvyuI54GyR3PzbyeEvRhT { width:19.75rem;height:5.3125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp9St1nL3VG7gXNz0ZHeAnD8oBiRraOz { width:20rem;height:1.58125rem;top:20.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rPVw9uL6hWVFRu9BflmV0A4t2N1Qvh4k { width:9.5rem;height:1.58125rem;top:22.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #N2kMyc5LAXzc8Nrx78Qcm094T1mqqAZ0 { width:19.75rem;height:5.3125rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLglSRmHeHrcxDN8IxqxyRE4ZGCyURUK { width:20rem;height:1.58125rem;top:26.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vNqPCLpMMIsIiq6nFGib9L7rh5arRu6K { width:9.5rem;height:1.58125rem;top:28.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fUFxFrPpXxbGm5R7r08VNws1IeZQ2xvF { width:19.75rem;height:5.3125rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvPdmVe4KEMQLEzlTXKwB9fgvQ4K2qy2 { width:20rem;height:1.58125rem;top:32.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eJdv4fRgCQpnqwhccUIBvKAs3SkT8y49 { width:9.5rem;height:1.58125rem;top:34.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LN2CWZr8Fu5Al6RBtPVbaxBvPd9fTsou { width:19.75rem;height:5.3125rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcTotHmkQtEnycfn8b3u2tgeTeIKgXNR { width:20rem;height:1.58125rem;top:13.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TUx01FMGl93AKle0ziawsERtQDv7WUm7 { width:9.25rem;height:1.58125rem;top:16.0625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u2d7PZcJgDkRDQgnIBuItTrteHGCyUl1 { width:20rem;height:16.0625rem;top:0.60187458992004rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPrrBREPSkJOLXfrmyl7UidG2Uouyv7B { width:0.0625rem;height:2.5rem;top:2.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJPlx2mysun1Mq4Nff78SrdvtsBlzGTh { width:0.0625rem;height:2.5rem;top:8.99rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGTsTOgvGvRNTSzOEJivI2MmVL9dOW1P { width:0.0625rem;height:2.5rem;top:15.48rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slTgUNuPDDJiGaZ3q7VxiLVDVxid1CcL { width:0.0625rem;height:2.5rem;top:21.97rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLvHUbxJc1vd8QiGNsrVTw6JUCTbuckJ { width:0.0625rem;height:2.5rem;top:28.46rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0TXIPIxUA7Env74Zxz3Ey8qCMeGU1fE { width:0.0625rem;height:2.5rem;top:34.95rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcqqTLPgGN1iV6DQIPGpB3Dyu2tQPT8I { width:20rem;height:35.8125rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlphpG2cttqQNpAzFnD3mTs2qs9Zhi37 { width:7.3125rem;height:2.1875rem;top:3.3931179046631rem;left:11.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5IL7xTQWNBdTrG1GVByTBiOWcQ0eTQ9 { width:7.3125rem;height:2.1875rem;top:9.3931255340575rem;left:11.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIG9vTpwNgAAfbSLFBuX1sGB9lFaz1V5 { width:7.3125rem;height:2.1875rem;top:15.579999923706rem;left:11.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq9K67If3A6yanNSC35S3GeJKC5dkTdp { width:7.3125rem;height:2.1875rem;top:21.831249952316rem;left:11.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqbcn6K5oUNs3B4FcIQ2ayh0Cn4x4C3i { width:7.3125rem;height:2.1875rem;top:28.018749237061rem;left:11.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAdvswckbyelPvseTbnKuUF6rkzFGDuu { width:7.3125rem;height:2.1875rem;top:34.142498016358rem;left:11.187500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 { background-color:rgba(255,255,255,0.9);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row .container { background-color: transparent; background-image: none; }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row .container > .video-iframe-container { display: none; }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row > .video-iframe-container { display: none; }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .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); }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#LlrKsATe5Dkn7oUy6hhQ1gOMV5M3DW92 > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7rbUhdWrGdpZfIGBS3vAQbI3MqvyTQ2 { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTy35KU2CTAEm1axzZIzrHlct54WmKP3 { width:20rem;height:1.65rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ziUnLARwJ3DuEqgATvCrQJ82XkoSmvA0 { width:17.3125rem;height:10.05625rem;top:4.125rem;left:1.3124998807907rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.1;display:block; }#ziUnLARwJ3DuEqgATvCrQJ82XkoSmvA0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e1cd629352a48299efff19db33ddcaa07e7fa61.svg); }
 }@media only screen and (max-width: 763px) { #gFFq5vVGCXdcoW9QTbruIm68XQMTzFbw { width:17.4375rem;height:5.84375rem;top:15.375rem;left:1.2499998807907rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DsviO3GsOZNlUcDcmXuN00MsHXQsU4Ey { width:20rem;height:22.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr5AK5q9pTryoRJZLm17ruqtZ9mPq5sU { width:20rem;height:14.5rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tT4t2fotNGQnMRQ2BQES7v2KSIvlMvM9 { width:20rem;height:3.7101449275362rem;top:30.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 { background-color:rgba(255,255,255,0.9);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row .container { background-color: transparent; background-image: none; }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row .container > .video-iframe-container { display: none; }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row > .video-iframe-container { display: none; }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .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); }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#dcxKbZXTHuFXgpzaLAzipaxsXXbELqA2 > .row .container { width:20rem;height:94.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wawd2qBPMT7EEtAeeahOVrK32lgcWgau { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ww1hct0d7PilJG13Ef6JAFn0muno2yT3 { width:18.6875rem;height:6.6rem;top:3.3737497329712rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #auEtcTm5L42EKuykIl2XRnXowtmKlCXB { width:18.6875rem;height:40.95rem;top:10.928127288818rem;left:0.65546876192094rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oBH5dpTkFbnfhHEhTW9w3A5u0Q5o5K83 { width:19.875rem;height:90.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQxi4iagptZErhIoXIX5ZdCiqJssZGyD { width:20rem;height:6.6rem;top:56.125rem;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) { #LFJTkAebbBWcT7eenq0xd7NLdpspRLQZ { width:18.6875rem;height:26.1625rem;top:63.4375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue { display:block; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZNxLkI5mn84vS5cpVToTiHyCo8cpTd8 { width:20rem;height:20rem;top:28.75rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #PfZsgHQ8EwJ4PPC2DD0JtoLUWFZVusq9 { width:20rem;height:20.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { display:block; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILhCbyz909T0JdD3sE346U9KLIqEceWT { width:20rem;height:38.3125rem;top:2.6237487792969rem;left:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { width:16.375rem;height:5.25rem;top:5.125rem;left:2.5624998807907rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { width:16.5rem;height:9.1875rem;top:11.875rem;left:2.4999998807907rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { width:1.25rem;height:1.25rem;top:7rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { width:1.5625rem;height:1.5625rem;top:13.75rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkRyXVPiXkRlck70RzghWXRgOuNclI2d { width:20rem;height:23.6875rem;top:67.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { width:1.25rem;height:1.25rem;top:24.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { width:16.375rem;height:2.8rem;top:22.5rem;left:2.3743749856949rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { width:20rem;height:20rem;top:29.6875rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { display:flex;width:1.4375rem;height:1.4375rem;top:26.4375rem;left:1rem; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { width:13rem;height:1.6rem;top:26.375rem;left:2.5624998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { width:20rem;height:0.89375rem;top:0.864372253418rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { background-color: transparent; background-image: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container > .video-iframe-container { display: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container { display: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .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); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { border-width: 0; border-radius: 0; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yebXB06ETm9Z4GEzbzDuqT68QZlmz9zE { width:20rem;height:3.71rem;top:0rem;left:0rem;z-index:15048;display:block; }
 }