.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:233,255,231;--color-primary-1:182,255,174;--color-primary-2:109,255,93;--color-primary-3:55,128,47;--color-primary-4:16,38,14;--color-secondary-0:237,237,237;--color-secondary-1:195,195,195;--color-secondary-2:134,134,134;--color-secondary-3:67,67,67;--color-secondary-4:20,20,20;--color-tertiary-0:255,255,255;--color-tertiary-1:188,187,211;--color-tertiary-2:33,29,109;--color-tertiary-3:17,15,55;--color-tertiary-4:3,3,11;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/165d7897-9d39-488d-92f8-20df37caaf04/noroot.crop_1536x657_0,365");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5.adaptive-delivery-prevent-bg, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyload, #bX6WACN0GOZlahgItZisnvBJTTGeeML5.lazyloading { background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { background-color: transparent; background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,27,65,0.4); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,27,65,0.4); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { border-width: 0; border-radius: 0; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:coco-gothic-pro;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:8.0625rem;left:2.353515625rem;height:12.375rem;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; }
#DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV { box-sizing:content-box;height:15.5rem;width:13.6875rem;position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-primary-2),0.2);background-image:url("https://images.assets-landingi.com/uc/78c8e0f7-e21d-4e23-8027-3563e24b5a9b/17492086249669_chatagoscinnalato.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.375rem;left:29.750001907349rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;border-top:0.125rem solid #fefbf5;border-left:0.125rem solid #fefbf5;border-right:0.125rem solid #fefbf5;border-bottom:0.125rem solid #fefbf5;display:block; }#DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV.adaptive-delivery-prevent-bg, #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV.lazyload, #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV.lazyloading { background-image: none; }
#fhI1rT8C8WJEctLTGoZDP8w9y3Pd9eX2 { color:rgba(var(--color-tertiary-0),0.97);display:block;width:11.3125rem;position:absolute;font-family:coco-gothic-pro;font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:22.974826812744rem;left:31.048612594604rem;height:2.11198125rem;font-style:normal;display:block; }
#rgCxgFDDQiGfhWO5Nb7xEnTyRfVrf6KC { color:rgba(var(--color-tertiary-0),0.8);display:block;width:8.184875rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:26.3125rem;left:31.625001907349rem;height:4.14258125rem;font-style:normal;display:block; }
#WcHKQSK8k1H4p98iJW0RkTq6ZARaOTv7 { box-sizing:content-box;height:15.875rem;width:14rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-size:cover !important;top:20.349609375rem;left:29.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0rem solid rgba(109,255,93,0.81);border-left:0rem solid rgba(109,255,93,0.81);border-right:0rem solid rgba(109,255,93,0.81);border-bottom:0rem solid rgba(109,255,93,0.81);box-shadow: 0.0625rem 0.25rem 0.4375rem #aeaa9b ;display:block; }
#q5uJFesWyKPnebv9vagpepr5TeKhQOqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:.8;top:31.360242843628rem;left:31.625001907349rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #aeaa9b); }
#q5uJFesWyKPnebv9vagpepr5TeKhQOqT > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.875rem; }#XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu { box-sizing:content-box;height:15.375rem;width:13.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/98a793ba-8082-4094-99d1-69d1cd8050cb/noroot.crop_1280x879_0,533");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.453993320465rem;left:44.739583969116rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;border-top:0.125rem solid #fefbf5;border-left:0.125rem solid #fefbf5;border-right:0.125rem solid #fefbf5;border-bottom:0.125rem solid #fefbf5;display:block; }#XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu.adaptive-delivery-prevent-bg, #XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu.lazyload, #XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu.lazyloading { background-image: none; }
#SLDFhuDd0buP6eLMb5b7ixvlQTDTWVc0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:coco-gothic-pro;font-size:1.625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:22.973958969116rem;left:46.320314407349rem;height:2.11198125rem;font-style:normal;display:block; }
#IFX1qqwbX9gZB7JXrEipSXXtL7TKZeVv { color:rgba(var(--color-tertiary-0),0.8);display:block;width:10.125rem;position:absolute;font-family:coco-gothic-pro;font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:26.3125rem;left:46.607641220093rem;height:3.8984375rem;font-style:normal;display:block; }
#Lww1ChgsKvVufepfO9AunBnCsGoa0bLn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:.8;top:31.360242843628rem;left:46.670141220093rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #aeaa9b); }
#Lww1ChgsKvVufepfO9AunBnCsGoa0bLn > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.875rem; }#eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2 { box-sizing:content-box;height:15.25rem;width:13.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-2),0.2);background-image:url("https://images.assets-landingi.com/uc/af212339-3644-462b-8f6d-55ebac8244ae/P1320399.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.4375rem;left:59.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 1.125rem 1.625rem rgba(45,30,99,0.33) ;border-top:0.125rem solid #fefbf5;border-left:0.125rem solid #fefbf5;border-right:0.125rem solid #fefbf5;border-bottom:0.125rem solid #fefbf5;display:block; }#eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2.adaptive-delivery-prevent-bg, #eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2.lazyload, #eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2.lazyloading { background-image: none; }
#MDpbLMzqVGllVTsHKVyE6wx4caowViLD { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:coco-gothic-pro;font-size:1.625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:22.974999427796rem;left:61.119373798371rem;height:2.11198125rem;font-style:normal;display:block; }
#WOyVwUfmcgusGQ1EafUw9NiaUqBcxe9o { color:rgba(var(--color-tertiary-0),0.8);display:block;width:8.1855625rem;position:absolute;font-family:coco-gothic-pro;font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:26.3125rem;left:61.625001907349rem;height:2.5989625rem;font-style:normal;display:block; }
#zr2JsnPfXR2Fl5sefuNg2p2b4bAExR0K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:.8;top:31.360242843628rem;left:61.118921279907rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #fefbf5); }
#zr2JsnPfXR2Fl5sefuNg2p2b4bAExR0K > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.875rem; }#dnuLCH0LSoIVrtgbkmJI5lIkAg3Z9yPV { position:absolute;display:block;z-index:15077;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:1.75rem;width:7.6875rem;top:0.9375rem;left:65.902780532837rem;overflow:hidden;display:block; }
#EseeRgXqmOHyaSyEdkmiiakpE5WC4gsP { box-sizing:content-box;height:15.9375rem;width:14.0625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-size:cover !important;top:20.16015625rem;left:44.7041015625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0rem solid rgba(109,255,93,0.81);border-left:0rem solid rgba(109,255,93,0.81);border-right:0rem solid rgba(109,255,93,0.81);border-bottom:0rem solid rgba(109,255,93,0.81);box-shadow: 0.0625rem 0.25rem 0.4375rem #aeaa9b ;display:block; }
#TsdX4xhclQcIXbXMFcJofP7LhcwPVIbe { box-sizing:content-box;height:16.5rem;width:14rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-size:cover !important;top:19.67361164093rem;left:59.704858779907rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0rem solid rgba(109,255,93,0.81);border-left:0rem solid rgba(109,255,93,0.81);border-right:0rem solid rgba(109,255,93,0.81);border-bottom:0rem solid rgba(109,255,93,0.81);box-shadow: 0.0625rem 0.25rem 0.4375rem #4b8444 ;display:block; }
#VwTFOMUJdpxdcxJlIMzG7SPP1nAai9yp { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:22.097223281861rem;left:2.3541679382324rem;height:9.6660375rem;display:block; }
#LXleiPTmVtDb9J6LFcbtql2MKHUD7i3S { box-sizing:content-box;height:16.5rem;width:14rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-size:cover !important;top:19.67361164093rem;left:59.704858779907rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0rem solid rgba(109,255,93,0.81);border-left:0rem solid rgba(109,255,93,0.81);border-right:0rem solid rgba(109,255,93,0.81);border-bottom:0rem solid rgba(109,255,93,0.81);box-shadow: 0.0625rem 0.25rem 0.4375rem #aeaa9b ;display:none; }
#wFQn2h3GbAmA1Za7pBaxqJ2Tf6P0tUlG { box-sizing:content-box;height:16.5rem;width:14rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-size:cover !important;top:19.67361164093rem;left:59.704858779907rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0rem solid rgba(109,255,93,0.81);border-left:0rem solid rgba(109,255,93,0.81);border-right:0rem solid rgba(109,255,93,0.81);border-bottom:0rem solid rgba(109,255,93,0.81);box-shadow: 0.0625rem 0.25rem 0.4375rem #aeaa9b ;display:none; }
#ZVWg6DMpT7T6KceZ7VrpKyCWCgWKdDQQ { box-sizing:content-box;height:16.5rem;width:14rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0.5));background-size:cover !important;top:19.67361164093rem;left:59.704858779907rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0rem solid rgba(109,255,93,0.81);border-left:0rem solid rgba(109,255,93,0.81);border-right:0rem solid rgba(109,255,93,0.81);border-bottom:0rem solid rgba(109,255,93,0.81);box-shadow: 0.0625rem 0.25rem 0.4375rem #aeaa9b ;display:none; }
#MSBaydhqR0lGmsEiBBwgsWctEBKF3Vvp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF > .row .container { background-color: transparent; background-image: none; }#zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF > .row .container > .video-iframe-container { display: none; }#zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF > .row > .video-iframe-container { display: none; }#zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF > .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); }#zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF > .row .container { border-width: 0; border-radius: 0; }#zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 { position:relative;display:block; }#wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 { background-color: transparent; background-image: none; }#wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 > .row .container > .video-iframe-container { display: none; }#wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 > .row > .video-iframe-container { display: none; }#wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 > .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); }#wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 { border-width: 0; border-radius: 0; }#wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 > .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; }#wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 > .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:10.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ML0tZdy7WFXzbNMWrGoJdnbEchIdz9BG { color:rgba(var(--color-tertiary-2),1);display:block;width:66.875rem;position:absolute;font-family:coco-gothic-pro;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.166015625rem;left:5.3125rem;height:;text-align:center;text-align-last:center;display:block; }
#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/f7e32f2a-27da-485e-b63b-5a263b04ffff/Projektbeznazwy10.png");background-position:top left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf.adaptive-delivery-prevent-bg, #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf.lazyload, #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf.lazyloading { background-image: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { background-color: transparent; background-image: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container > .video-iframe-container { display: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container { display: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .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); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { border-width: 0; border-radius: 0; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#P9NyxwpL10RvNVXwOJaN6OqFJpxmpe1f { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:coco-gothic-pro;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:14.51718711853rem;left:3.87109375rem;height:10.5rem;display:block; }
#wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.625rem;position:absolute;font-family:coco-gothic-pro;font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.7769060134887rem;left:3.8706607818604rem;height:5.5247375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #fefbf5;border-left:0.0625rem solid #fefbf5;border-right:0.0625rem solid #fefbf5;border-bottom:0.0625rem solid #fefbf5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:20.375rem;width:36.5rem;top:5.5224609375rem;left:36.349609375rem;overflow:hidden;display:block; }
#hHMW27pUJqTAk6VgouJyC44d83PMgMpt { color:rgba(var(--color-tertiary-2),1);display:block;width:24.5rem;position:absolute;font-family:coco-gothic-pro;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:8rem;left:3.87109375rem;height:1.3rem;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; }
#FOaDfNKcOPq1dXz6bnFoXNwOzlpERSKP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:10.125rem;left:3.75rem; }
#ZeNFifnxVS3R5RnBLAnM9FmzvkVRT597 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.5rem;position:absolute;font-family:coco-gothic-pro;font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:10.375rem;left:5.75rem;height:2.5989625rem;font-style:normal;display:block; }
#AiDf1wcJAXIKpvU78gwdADKyyTweyyJJ { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:coco-gothic-pro;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:28.8125rem;left:2.8819446563721rem;display:block; }
#OIEuXNQ1Mcb2hZilGNRwHCXywhu6ADNN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q5lTQKr2zutSRACU3294qyUAB7ViSRte { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.4);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; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container { background-color: transparent; background-image: none; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container > .video-iframe-container { display: none; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row > .video-iframe-container { display: none; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .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); }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container { border-width: 0; border-radius: 0; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#SWpbr6uEFNHgAOfN5QzzrblJTf3oxlJ4 { position:absolute;display:block;z-index:15006;border-top:0.125rem solid rgba(33,29,109,0.06);border-left:0.125rem solid rgba(33,29,109,0.06);border-right:0.125rem solid rgba(33,29,109,0.06);border-bottom:0.125rem solid rgba(33,29,109,0.06);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.1875rem;width:11.0625rem;top:1.9060745239257rem;left:1.2492885589599rem;overflow:hidden;display:block; }
#PvbWsLnGuZCp0pONHMbMREt9OkhOhW7R { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.18696875rem;width:11.25rem;top:2.2514209747314rem;left:13.6875rem;overflow:hidden;display:block; }
#MLHrn7JdANUdIsDkEN5wmcfeJzLbq6Bu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.3743125rem;width:10.3125rem;top:2.2514209747314rem;left:26.249109268189rem;overflow:hidden;display:block; }
#EKTC1SyXpKlz1pv2zlrEZSfS7LADt8Fv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.1875rem;width:11.25rem;top:2.2514209747314rem;left:48.874998092651rem;overflow:hidden;display:block; }
#dIeGRgTXTiQoAkp3LaDGTTCEWxPKddM9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.375rem;width:10.125rem;top:2.2514209747314rem;left:37.624998092651rem;overflow:hidden;display:block; }
#ocAz2JIT8WDe611lQ42dV1b3NOy3UM9V { position:absolute;display:block;z-index:15007;border-top:0.125rem solid rgba(33,29,109,0.06);border-left:0.125rem solid rgba(33,29,109,0.06);border-right:0.125rem solid rgba(33,29,109,0.06);border-bottom:0.125rem solid rgba(33,29,109,0.06);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.4373125rem;width:12.249625rem;top:2.0639209747314rem;left:61.374998092651rem;overflow:hidden;display:block; }
#MdctsRlu5z0130TgFctTOPlLbOwUyAEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7832b92d-aa73-48b9-80c4-c5c9de4f44f0/noroot.crop_297x800_503,0");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV.adaptive-delivery-prevent-bg, #MdctsRlu5z0130TgFctTOPlLbOwUyAEV.lazyload, #MdctsRlu5z0130TgFctTOPlLbOwUyAEV.lazyloading { background-image: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { background-color: transparent; background-image: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container > .video-iframe-container { display: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container { display: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .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); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { border-width: 0; border-radius: 0; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#iQrbbPo5z3lbMGdr8H2NLOvo0S0ZTatc { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:coco-gothic-pro;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.506939888001rem;left:3.8732643127441rem;height:15rem;display:block; }
#laAdvhuWqPXqHgKgFBi9RbNy9cyvInCi { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:coco-gothic-pro;font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4052734375rem;left:3.8740234375rem;height:2.76236875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DGmw05439pUUzGWHdPlcObAKC0p4sLaZ { position:absolute;display:block;z-index:15004;border-top:0.1875rem solid #fefbf5;border-left:0.1875rem solid #fefbf5;border-right:0.1875rem solid #fefbf5;border-bottom:0.1875rem solid #fefbf5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.5625rem;width:34.8125rem;top:5.341796875rem;left:37.522014925373rem;overflow:hidden;display:block; }
#UFM6e8SDCoIu6hpMgSXaV4W0iHotTvNp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:8.5625rem;left:3.125rem; }
#dgVSmhOz0VyP3xMi74nzxXO1M0smKqox { color:rgba(var(--color-tertiary-2),1);display:block;width:24.5rem;position:absolute;font-family:coco-gothic-pro;font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.8125rem;left:5.125rem;height:3.89844375rem;font-style:normal;display:block; }
#GwAHWLThqTxi8U5FN2w4f1E3CDPc7BiR { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:coco-gothic-pro;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.3818359375rem;left:4.9375rem;display:block; }
#TTmd87VTipS7i6NL3KV03KXfTza2RzSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BI8CRmTpVrBKcT2hhQcDSEy3rVzrRrMb { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#eoUz5Wks1tUWlBnTiQ0GW8S5CI4OiQ41 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa { position:relative;display:block; }#niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa { background-color: transparent; background-image: none; }#niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa > .row .container > .video-iframe-container { display: none; }#niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa > .row > .video-iframe-container { display: none; }#niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa > .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); }#niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa { border-width: 0; border-radius: 0; }#niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cbry7lvBIrVyalTldH6pRNb6NfXHeLER { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.4375rem;width:11.625rem;top:1.90625rem;left:16.749218940735rem;overflow:hidden;display:block; }
#Tv2e91S53TgKPMmS0PSNizImNtouTLck { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.125rem;width:13.3125rem;top:2.0625rem;left:29.468750953674rem;overflow:hidden;display:block; }
#nlVPyGO98ZEC192kek3MB1d4whDy5lq3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.5625rem;width:11.875rem;top:1.84375rem;left:3.8718748092651rem;overflow:hidden;display:block; }
#dGDSKRREMpPbdncKbKvwx3SHCVnPWDLz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.375rem;width:11.5rem;top:1.9375rem;left:43.625000953674rem;overflow:hidden;display:block; }
#LXhFuv07Anv0ruCRpwCfe9ILlTebrXJm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.125rem;width:11.0625rem;top:2.0625rem;left:56.375000953674rem;overflow:hidden;display:block; }
#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/2ea553ad-ef4d-443d-95dd-5f32b03f7a63/noroot.preview.mirror");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb.adaptive-delivery-prevent-bg, #WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb.lazyload, #WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb.lazyloading { background-image: none; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container { background-color: transparent; background-image: none; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container > .video-iframe-container { display: none; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row > .video-iframe-container { display: none; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .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); }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container { border-width: 0; border-radius: 0; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#pd99oxuE1wtuRFB3GJV9SgNpNF9CWUON { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:coco-gothic-pro;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:15.698778152466rem;left:3.8715286254883rem;height:10.5rem;display:block; }
#iEe0Fc0tMOIFTuOUf3uEnxwKUoKsvWyG { color:rgba(var(--color-tertiary-2),1);display:block;width:31.8125rem;position:absolute;font-family:coco-gothic-pro;font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4046878814697rem;left:3.8718748092651rem;height:2.76236875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G6hkik2CaLHqnJE5Zvm4aMVM6IlicopU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:22.25rem;width:33.4375rem;top:3.8940963745117rem;left:38.488714218139rem;overflow:hidden;display:block; }
#XdorNbw9qaoq3AOkITERmNq4AIeEpg95 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10.125rem;left:3.875rem; }
#XW51wI6FbF2Cn7pTzhOk9LHNbNv8ucqy { color:rgba(var(--color-tertiary-2),1);display:block;width:24.5rem;position:absolute;font-family:coco-gothic-pro;font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:10.125rem;left:5.9375rem;height:3.89844375rem;font-style:normal;display:block; }
#fyAuhxuhKO68Q9qCQeQp8Q0Qy6sBtuw3 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:coco-gothic-pro;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:30.1875rem;left:3.8125rem;display:block; }
#JE2uIcGWEDOnSazF5TDBgLhfk1sqsu0v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zc4RKPqMOIrdFJqRzpZKl6o3EBCMaMWE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt { position:relative;display:block; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt { background-color: transparent; background-image: none; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row .container > .video-iframe-container { display: none; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row > .video-iframe-container { display: none; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .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); }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt { border-width: 0; border-radius: 0; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qXd6LB4gQCITAcUwTfxdUT5TIQbn3W9Q { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.75rem;width:10.1875rem;top:1.6875rem;left:3.75rem;overflow:hidden;display:block; }
#uOad0aT4zsoeeI0cfaXy44iuC5zXTP06 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.625rem;width:9.9375rem;top:1.6875rem;left:26.625001907349rem;overflow:hidden;display:block; }
#ZQoxLIMlfEEkMonJEnN8lkHTuyrBqI7Z { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.75rem;width:10.1875rem;top:1.6875rem;left:37.812501907349rem;overflow:hidden;display:block; }
#WNFTPPlWtqpo1BAMZJvJgMRFFGp1brph { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.6875rem;width:10.0625rem;top:1.6875rem;left:15.1875rem;overflow:hidden;display:block; }
#N9AZaDr9VGaHLQU4Bkn7Eq6oXvDRLhEf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.6875rem;width:10.0625rem;top:1.6875rem;left:49.250001907349rem;overflow:hidden;display:block; }
#xKh8AVmb6QUMXSaD1GlV24ynVW9VB3IT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.625rem;width:10rem;top:1.6875rem;left:60.687501907349rem;overflow:hidden;display:block; }
#Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX > .row .container { background-color: transparent; background-image: none; }#Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX > .row .container > .video-iframe-container { display: none; }#Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX > .row > .video-iframe-container { display: none; }#Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX > .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); }#Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX > .row .container { border-width: 0; border-radius: 0; }#Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { top:8.0625rem;left:0rem;width:25.5625rem;height:12.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV { width:13.6875rem;height:15.5rem;top:6.375rem;left:16.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhI1rT8C8WJEctLTGoZDP8w9y3Pd9eX2 { top:22.9375rem;left:17.423612594604rem;width:11.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgCxgFDDQiGfhWO5Nb7xEnTyRfVrf6KC { top:26.3125rem;left:18.000001907349rem;width:8.125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcHKQSK8k1H4p98iJW0RkTq6ZARaOTv7 { width:14rem;height:15.875rem;top:20.3125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5uJFesWyKPnebv9vagpepr5TeKhQOqT { width:2.75rem;height:2.875rem;top:31.3125rem;left:18.000001907349rem;display:block; }
#q5uJFesWyKPnebv9vagpepr5TeKhQOqT > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu { width:13.75rem;height:15.375rem;top:6.4375rem;left:31.114583969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLDFhuDd0buP6eLMb5b7ixvlQTDTWVc0 { top:22.9375rem;left:32.695314407349rem;width:11.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFX1qqwbX9gZB7JXrEipSXXtL7TKZeVv { top:26.3125rem;left:32.982641220093rem;width:10.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lww1ChgsKvVufepfO9AunBnCsGoa0bLn { width:2.75rem;height:2.875rem;top:31.3125rem;left:33.045141220093rem;display:block; }
#Lww1ChgsKvVufepfO9AunBnCsGoa0bLn > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2 { width:13.4375rem;height:15.25rem;top:6.4375rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpbLMzqVGllVTsHKVyE6wx4caowViLD { top:22.9375rem;left:36.5625rem;width:11.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOyVwUfmcgusGQ1EafUw9NiaUqBcxe9o { top:26.3125rem;left:39.625rem;width:8.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr2JsnPfXR2Fl5sefuNg2p2b4bAExR0K { width:2.75rem;height:2.875rem;top:31.3125rem;left:45rem;display:block; }
#zr2JsnPfXR2Fl5sefuNg2p2b4bAExR0K > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #dnuLCH0LSoIVrtgbkmJI5lIkAg3Z9yPV { top:0.9375rem;left:40.0625rem;width:7.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EseeRgXqmOHyaSyEdkmiiakpE5WC4gsP { width:14.0625rem;height:15.9375rem;top:20.125rem;left:31.0791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsdX4xhclQcIXbXMFcJofP7LhcwPVIbe { width:14rem;height:16.5rem;top:19.625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwTFOMUJdpxdcxJlIMzG7SPP1nAai9yp { top:22.0625rem;left:0rem;width:21.75rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXleiPTmVtDb9J6LFcbtql2MKHUD7i3S { width:14rem;height:16.5rem;top:19.625rem;left:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFQn2h3GbAmA1Za7pBaxqJ2Tf6P0tUlG { width:14rem;height:16.5rem;top:19.625rem;left:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVWg6DMpT7T6KceZ7VrpKyCWCgWKdDQQ { width:14rem;height:16.5rem;top:19.625rem;left:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSBaydhqR0lGmsEiBBwgsWctEBKF3Vvp { display:none; }
 }@media only screen and (max-width: 763px) { #zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF { display:block; }#zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 { display:block; }#wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ML0tZdy7WFXzbNMWrGoJdnbEchIdz9BG { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9NyxwpL10RvNVXwOJaN6OqFJpxmpe1f { top:14.5rem;left:0rem;width:26.25rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { top:1.75rem;left:0rem;width:30.625rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { width:36.5rem;height:20.375rem;top:5.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHMW27pUJqTAk6VgouJyC44d83PMgMpt { top:8rem;left:0rem;width:24.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOaDfNKcOPq1dXz6bnFoXNwOzlpERSKP { width:1.8125rem;height:1.8125rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeNFifnxVS3R5RnBLAnM9FmzvkVRT597 { top:10.375rem;left:0rem;width:24.5rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiDf1wcJAXIKpvU78gwdADKyyTweyyJJ { width:23.1875rem;height:3.4375rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIEuXNQ1Mcb2hZilGNRwHCXywhu6ADNN { display:block; }
 }@media only screen and (max-width: 763px) { #Q5lTQKr2zutSRACU3294qyUAB7ViSRte { display:block; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWpbr6uEFNHgAOfN5QzzrblJTf3oxlJ4 { width:11.0625rem;height:6.1873532747798rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvbWsLnGuZCp0pONHMbMREt9OkhOhW7R { width:11.25rem;height:6.18696875rem;top:2.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLHrn7JdANUdIsDkEN5wmcfeJzLbq6Bu { width:10.3125rem;height:6.3743125rem;top:2.25rem;left:12.624109268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKTC1SyXpKlz1pv2zlrEZSfS7LADt8Fv { width:11.25rem;height:6.1875rem;top:2.25rem;left:35.249998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIeGRgTXTiQoAkp3LaDGTTCEWxPKddM9 { width:10.125rem;height:6.375rem;top:2.25rem;left:23.999998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocAz2JIT8WDe611lQ42dV1b3NOy3UM9V { width:12.1875rem;height:6.404665130055rem;top:2.0625rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdctsRlu5z0130TgFctTOPlLbOwUyAEV { display:block; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQrbbPo5z3lbMGdr8H2NLOvo0S0ZTatc { top:13.5rem;left:0rem;width:26.25rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laAdvhuWqPXqHgKgFBi9RbNy9cyvInCi { top:4.375rem;left:0rem;width:26.25rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGmw05439pUUzGWHdPlcObAKC0p4sLaZ { width:34.8125rem;height:21.5625rem;top:5.3125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFM6e8SDCoIu6hpMgSXaV4W0iHotTvNp { width:1.8125rem;height:1.8125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgVSmhOz0VyP3xMi74nzxXO1M0smKqox { top:8.8125rem;left:0rem;width:24.5rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwAHWLThqTxi8U5FN2w4f1E3CDPc7BiR { width:30rem;height:3.4375rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmd87VTipS7i6NL3KV03KXfTza2RzSO { display:block; }
 }@media only screen and (max-width: 763px) { #BI8CRmTpVrBKcT2hhQcDSEy3rVzrRrMb { display:none; }
 }@media only screen and (max-width: 763px) { #eoUz5Wks1tUWlBnTiQ0GW8S5CI4OiQ41 { display:none; }
 }@media only screen and (max-width: 763px) { #niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa { display:block; }#niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbry7lvBIrVyalTldH6pRNb6NfXHeLER { width:11.625rem;height:6.4375rem;top:1.875rem;left:3.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2e91S53TgKPMmS0PSNizImNtouTLck { width:13.3125rem;height:6.125rem;top:2.0625rem;left:15.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlVPyGO98ZEC192kek3MB1d4whDy5lq3 { width:11.875rem;height:6.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGDSKRREMpPbdncKbKvwx3SHCVnPWDLz { width:11.5rem;height:6.375rem;top:1.9375rem;left:30.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXhFuv07Anv0ruCRpwCfe9ILlTebrXJm { width:11.0625rem;height:6.125rem;top:2.0625rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb { display:block; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pd99oxuE1wtuRFB3GJV9SgNpNF9CWUON { top:15.6875rem;left:0rem;width:26.25rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEe0Fc0tMOIFTuOUf3uEnxwKUoKsvWyG { top:4.375rem;left:0rem;width:31.8125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6hkik2CaLHqnJE5Zvm4aMVM6IlicopU { width:33.4375rem;height:22.25rem;top:3.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdorNbw9qaoq3AOkITERmNq4AIeEpg95 { width:1.8125rem;height:1.8125rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW51wI6FbF2Cn7pTzhOk9LHNbNv8ucqy { top:10.125rem;left:0rem;width:24.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyAuhxuhKO68Q9qCQeQp8Q0Qy6sBtuw3 { width:22.8125rem;height:3.4375rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE2uIcGWEDOnSazF5TDBgLhfk1sqsu0v { display:block; }
 }@media only screen and (max-width: 763px) { #zc4RKPqMOIrdFJqRzpZKl6o3EBCMaMWE { display:none; }
 }@media only screen and (max-width: 763px) { #XzSHdUmoIPFA36DobuGsxWErpaOaBDWt { display:block; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXd6LB4gQCITAcUwTfxdUT5TIQbn3W9Q { width:10.1875rem;height:6.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOad0aT4zsoeeI0cfaXy44iuC5zXTP06 { width:9.9375rem;height:6.625rem;top:1.6875rem;left:13.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQoxLIMlfEEkMonJEnN8lkHTuyrBqI7Z { width:10.1875rem;height:6.75rem;top:1.6875rem;left:24.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNFTPPlWtqpo1BAMZJvJgMRFFGp1brph { width:10.0625rem;height:6.6875rem;top:1.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9AZaDr9VGaHLQU4Bkn7Eq6oXvDRLhEf { width:10.0625rem;height:6.6875rem;top:1.6875rem;left:35.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKh8AVmb6QUMXSaD1GlV24ynVW9VB3IT { width:10rem;height:6.625rem;top:1.6875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX { display:block; }#Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bX6WACN0GOZlahgItZisnvBJTTGeeML5 { background-color:rgba(174,170,155,0.31);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { background-color: transparent; background-image: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { display: none; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .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); }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bX6WACN0GOZlahgItZisnvBJTTGeeML5 > .row .container { width:20rem;height:95.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAFZbfOZNvRPWat2OHmbdlpbssA0RkbE { width:16.8125rem;height:4.46875rem;top:2.671875rem;left:2.8125rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.1;color:rgba(var(--color-tertiary-2),1);z-index:15080;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV { width:19.5625rem;height:10.5625rem;top:9.5625rem;left:0rem;border-top:0.125rem solid #fefbf5;border-left:0.125rem solid #fefbf5;border-right:0.125rem solid #fefbf5;border-bottom:0.1875rem solid #fefbf5;background-color:rgba(var(--color-primary-2),0.2);background-image:url("https://images.assets-landingi.com/uc/78c8e0f7-e21d-4e23-8027-3563e24b5a9b/17492086249669_chatagoscinnalato.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV.adaptive-delivery-prevent-bg, #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV.lazyload, #DH2hSahJ1mb2E76xNb2TkrIJUpH7t0cV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fhI1rT8C8WJEctLTGoZDP8w9y3Pd9eX2 { width:8.125rem;height:2.6rem;top:22rem;left:5.5625rem;font-size:2rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),0.97);display:block; }
 }@media only screen and (max-width: 763px) { #rgCxgFDDQiGfhWO5Nb7xEnTyRfVrf6KC { width:8.125rem;height:2.275rem;top:24.75rem;left:5.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),0.8);display:block; }
 }@media only screen and (max-width: 763px) { #WcHKQSK8k1H4p98iJW0RkTq6ZARaOTv7 { width:20rem;height:8.875rem;top:0rem;left:0rem;background-color:rgba(33,23,71,0.2);background-image:url("https://images.assets-landingi.com/uc/165d7897-9d39-488d-92f8-20df37caaf04/noroot.crop_1536x657_0,365");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#WcHKQSK8k1H4p98iJW0RkTq6ZARaOTv7.adaptive-delivery-prevent-bg, #WcHKQSK8k1H4p98iJW0RkTq6ZARaOTv7.lazyload, #WcHKQSK8k1H4p98iJW0RkTq6ZARaOTv7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #q5uJFesWyKPnebv9vagpepr5TeKhQOqT { display:flex;width:2.75rem;height:2.875rem;top:26.9375rem;left:8.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #aeaa9b); }
#q5uJFesWyKPnebv9vagpepr5TeKhQOqT > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #XFbtI7z6S6H38eU7hT5TDvh4kGXpefcu { width:19rem;height:10rem;top:31.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLDFhuDd0buP6eLMb5b7ixvlQTDTWVc0 { width:8.125rem;height:2.6rem;top:42.1875rem;left:4.8125rem;font-size:2rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #IFX1qqwbX9gZB7JXrEipSXXtL7TKZeVv { width:8.125rem;height:3.4125rem;top:44.8125rem;left:6rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),0.8);display:block; }
 }@media only screen and (max-width: 763px) { #Lww1ChgsKvVufepfO9AunBnCsGoa0bLn { display:flex;width:2.75rem;height:2.875rem;top:49.76237487793rem;left:8.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #aeaa9b); }
#Lww1ChgsKvVufepfO9AunBnCsGoa0bLn > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #eQNm4GNRx54UIu7W9hATzPkzFI9N3mD2 { width:18.75rem;height:10rem;top:54.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpbLMzqVGllVTsHKVyE6wx4caowViLD { width:11.1875rem;height:2.6rem;top:66.216796875rem;left:5.09375rem;font-size:2rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #WOyVwUfmcgusGQ1EafUw9NiaUqBcxe9o { width:8.125rem;height:2.275rem;top:68.81640625rem;left:5.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),0.8);display:block; }
 }@media only screen and (max-width: 763px) { #zr2JsnPfXR2Fl5sefuNg2p2b4bAExR0K { display:flex;width:2.75rem;height:2.875rem;top:71.090499877931rem;left:8.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #fefbf5); }
#zr2JsnPfXR2Fl5sefuNg2p2b4bAExR0K > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #dnuLCH0LSoIVrtgbkmJI5lIkAg3Z9yPV { width:5.1875rem;height:0.8125rem;top:0.6484375rem;left:13.741071428571rem;display:block; }
 }@media only screen and (max-width: 763px) { #EseeRgXqmOHyaSyEdkmiiakpE5WC4gsP { width:1.6875rem;height:0.25rem;top:88.838544845581rem;left:16.28125rem;background-color:#aeaa9b;background-image:none;border-top:0rem solid #6dff5d;border-left:0rem solid #6dff5d;border-right:0rem solid #6dff5d;border-bottom:0rem solid #6dff5d;display:block; }
 }@media only screen and (max-width: 763px) { #TsdX4xhclQcIXbXMFcJofP7LhcwPVIbe { width:19.875rem;height:15.375rem;top:15.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(174deg, rgba(0,0,0,0), rgba(109,255,93,0.5));background-image: -moz-linear-gradient(174deg, rgba(0,0,0,0), rgba(109,255,93,0.5));background-image: -ms-linear-gradient(174deg, rgba(0,0,0,0), rgba(109,255,93,0.5));background-image: -o-linear-gradient(174deg, rgba(0,0,0,0), rgba(109,255,93,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6dff5d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6dff5d7f' );";background-image: linear-gradient(174deg, rgba(0,0,0,0), rgba(109,255,93,0.5));background-size:cover !important;box-shadow: 0.0625rem 0.25rem 0.4375rem #4b8444 ;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0rem solid #211d6d;border-left:0rem solid #211d6d;border-right:0rem solid #211d6d;border-bottom:0rem solid #211d6d;display:block; }
 }@media only screen and (max-width: 763px) { #VwTFOMUJdpxdcxJlIMzG7SPP1nAai9yp { width:15.25rem;height:13.8125rem;top:78.550000190738rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #LXleiPTmVtDb9J6LFcbtql2MKHUD7i3S { width:20rem;height:2.5625rem;top:90.4375rem;left:1.3125rem;background-color:rgba(33,23,71,0.2);background-image:none;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:0.75rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFQn2h3GbAmA1Za7pBaxqJ2Tf6P0tUlG { width:19.1875rem;height:16.6875rem;top:60.443359375rem;left:0.40625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(109,255,93,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(109,255,93,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(109,255,93,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(109,255,93,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dff5d7f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dff5d7f', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(109,255,93,0.5), rgba(0,0,0,0));background-size:cover !important;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ZVWg6DMpT7T6KceZ7VrpKyCWCgWKdDQQ { width:19.3125rem;height:15.6875rem;top:37.9375rem;left:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(109,255,93,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(109,255,93,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(109,255,93,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(109,255,93,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dff5d7f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dff5d7f', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(109,255,93,0.5), rgba(0,0,0,0));background-size:cover !important;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MSBaydhqR0lGmsEiBBwgsWctEBKF3Vvp { top:1.84375rem;left:0rem;width:20rem;height:6.125rem;z-index:15078;background-color:rgba(var(--color-tertiary-0),0.71);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF { display:block; }#zrcZ2IpzVxbQv4nTKKVoBnStKI9F0bWF > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 { display:block; }#wlTO0o10vZCCvyWS21t5BwJgMpaTr4K5 > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ML0tZdy7WFXzbNMWrGoJdnbEchIdz9BG { width:18.3125rem;height:8.2875rem;top:1.125rem;left:0.84375rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9NyxwpL10RvNVXwOJaN6OqFJpxmpe1f { width:17.124375rem;height:14.4375rem;top:26.472655773163rem;left:1.4367187023163rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { width:19rem;height:4.225rem;top:13.000007629394rem;left:0.375rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { width:18.625rem;height:10.375rem;top:1.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHMW27pUJqTAk6VgouJyC44d83PMgMpt { width:20rem;height:1.38125rem;top:18.2373046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOaDfNKcOPq1dXz6bnFoXNwOzlpERSKP { display:flex;width:1.8125rem;height:1.8125rem;top:19.536709785461rem;left:9.09375rem; }
 }@media only screen and (max-width: 763px) { #ZeNFifnxVS3R5RnBLAnM9FmzvkVRT597 { width:14.6875rem;height:3.575rem;top:22.025000095367rem;left:2.65625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AiDf1wcJAXIKpvU78gwdADKyyTweyyJJ { width:16.625rem;height:2.3125rem;top:42.185937404632rem;left:1.6875rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIEuXNQ1Mcb2hZilGNRwHCXywhu6ADNN { display:block; }
 }@media only screen and (max-width: 763px) { #Q5lTQKr2zutSRACU3294qyUAB7ViSRte { display:block; }#Q5lTQKr2zutSRACU3294qyUAB7ViSRte > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWpbr6uEFNHgAOfN5QzzrblJTf3oxlJ4 { width:16.6868125rem;height:9.375rem;top:0.68536901474rem;left:1.5411931276321rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvbWsLnGuZCp0pONHMbMREt9OkhOhW7R { width:17.0623125rem;height:9.3119375rem;top:11.027876377106rem;left:1.4675070047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLHrn7JdANUdIsDkEN5wmcfeJzLbq6Bu { width:16.9375rem;height:10.3125rem;top:21.056640625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKTC1SyXpKlz1pv2zlrEZSfS7LADt8Fv { width:17rem;height:9.125rem;top:43.62158203125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIeGRgTXTiQoAkp3LaDGTTCEWxPKddM9 { width:16.875rem;height:10.4375rem;top:32.05712890625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocAz2JIT8WDe611lQ42dV1b3NOy3UM9V { width:16.8119375rem;height:8.6869375rem;top:53.8701171875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdctsRlu5z0130TgFctTOPlLbOwUyAEV { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7832b92d-aa73-48b9-80c4-c5c9de4f44f0/noroot.crop_297x800_503,0");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV.adaptive-delivery-prevent-bg, #MdctsRlu5z0130TgFctTOPlLbOwUyAEV.lazyload, #MdctsRlu5z0130TgFctTOPlLbOwUyAEV.lazyloading { background-image: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { background-color: transparent; background-image: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container > .video-iframe-container { display: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row > .video-iframe-container { display: none; }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .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); }#MdctsRlu5z0130TgFctTOPlLbOwUyAEV > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQrbbPo5z3lbMGdr8H2NLOvo0S0ZTatc { width:17.8125rem;height:15.75rem;top:3.4869794845581rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #laAdvhuWqPXqHgKgFBi9RbNy9cyvInCi { width:20rem;height:2.11198125rem;top:0.75000524520875rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGmw05439pUUzGWHdPlcObAKC0p4sLaZ { width:18.625rem;height:11.5rem;top:17.174479961395rem;left:0.51953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFM6e8SDCoIu6hpMgSXaV4W0iHotTvNp { display:flex;width:1.8125rem;height:1.8125rem;top:32.437490463257rem;left:9.09375rem; }
 }@media only screen and (max-width: 763px) { #dgVSmhOz0VyP3xMi74nzxXO1M0smKqox { width:20rem;height:6.90625rem;top:34.249218940735rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #GwAHWLThqTxi8U5FN2w4f1E3CDPc7BiR { width:17.5rem;height:2.625rem;top:42.34375rem;left:1.25rem;font-size:0.75rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #TTmd87VTipS7i6NL3KV03KXfTza2RzSO { display:block; }
 }@media only screen and (max-width: 763px) { #BI8CRmTpVrBKcT2hhQcDSEy3rVzrRrMb { top:3.3619766235351rem;left:0rem;width:20rem;height:13.5625rem;z-index:15040;background-color:rgba(var(--color-primary-0),0.52);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eoUz5Wks1tUWlBnTiQ0GW8S5CI4OiQ41 { top:28.974225997925rem;left:0rem;width:19.875rem;height:18.5rem;z-index:15040;background-color:rgba(var(--color-primary-0),0.52);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa { display:block; }#niI7tRoW7lDph78tVoc4tNQ2lRqlOfqa > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbry7lvBIrVyalTldH6pRNb6NfXHeLER { width:18.4375rem;height:10.0625rem;top:11.90625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2e91S53TgKPMmS0PSNizImNtouTLck { width:18.3125rem;height:8.1875rem;top:22.46875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlVPyGO98ZEC192kek3MB1d4whDy5lq3 { width:18.375rem;height:10.0625rem;top:1.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGDSKRREMpPbdncKbKvwx3SHCVnPWDLz { width:18.25rem;height:10rem;top:42.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXhFuv07Anv0ruCRpwCfe9ILlTebrXJm { width:18.25rem;height:9.9375rem;top:31.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/2ea553ad-ef4d-443d-95dd-5f32b03f7a63/noroot.preview.mirror");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb.adaptive-delivery-prevent-bg, #WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb.lazyload, #WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb.lazyloading { background-image: none; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container { background-color: transparent; background-image: none; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container > .video-iframe-container { display: none; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row > .video-iframe-container { display: none; }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .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); }#WXUp5Dss5NH4T5VBSPnpl6FICbXkHBQb > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pd99oxuE1wtuRFB3GJV9SgNpNF9CWUON { width:18.625rem;height:11.8125rem;top:29.923177719116rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iEe0Fc0tMOIFTuOUf3uEnxwKUoKsvWyG { width:20rem;height:4.225rem;top:15.125000715256rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G6hkik2CaLHqnJE5Zvm4aMVM6IlicopU { width:19.6875rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdorNbw9qaoq3AOkITERmNq4AIeEpg95 { display:flex;width:1.8125rem;height:1.8125rem;top:20.009766578674rem;left:9.09375rem; }
 }@media only screen and (max-width: 763px) { #XW51wI6FbF2Cn7pTzhOk9LHNbNv8ucqy { width:14.25rem;height:6.49739375rem;top:21.780599594116rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyAuhxuhKO68Q9qCQeQp8Q0Qy6sBtuw3 { width:15.9375rem;height:2.875rem;top:43.04140663147rem;left:2.03125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JE2uIcGWEDOnSazF5TDBgLhfk1sqsu0v { display:block; }
 }@media only screen and (max-width: 763px) { #zc4RKPqMOIrdFJqRzpZKl6o3EBCMaMWE { top:14.43684387207rem;left:0rem;width:20rem;height:20.3125rem;z-index:15003;background-color:rgba(var(--color-primary-0),0.52);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XzSHdUmoIPFA36DobuGsxWErpaOaBDWt { display:block; }#XzSHdUmoIPFA36DobuGsxWErpaOaBDWt > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXd6LB4gQCITAcUwTfxdUT5TIQbn3W9Q { width:17.6875rem;height:11.5625rem;top:0.75rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOad0aT4zsoeeI0cfaXy44iuC5zXTP06 { width:17.6875rem;height:11.6875rem;top:25.5625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQoxLIMlfEEkMonJEnN8lkHTuyrBqI7Z { width:17.9375rem;height:11.875rem;top:38.104167938233rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNFTPPlWtqpo1BAMZJvJgMRFFGp1brph { width:17.625rem;height:11.5625rem;top:13.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9AZaDr9VGaHLQU4Bkn7Eq6oXvDRLhEf { width:17.6875rem;height:11.6875rem;top:50.624349594116rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKh8AVmb6QUMXSaD1GlV24ynVW9VB3IT { width:17.875rem;height:11.8125rem;top:63.375011444094rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX { display:block; }#Xgr6hMMSkOsEyHk6z2XCcZCspMIF3CrX > .row .container { width:20rem;height:1rem;position:relative;display:block; } }