.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:252,225,231;--color-primary-1:244,154,177;--color-primary-2:232,53,98;--color-primary-3:116,27,49;--color-primary-4:35,8,15;--color-secondary-0:242,219,241;--color-secondary-1:213,137,209;--color-secondary-2:171,18,163;--color-secondary-3:86,9,82;--color-secondary-4:26,3,24;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@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); }#ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW > .row .container { background-color: transparent; background-image: none; }#ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW > .row .container > .video-iframe-container { display: none; }#ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW > .row > .video-iframe-container { display: none; }#ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW > .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); }#ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW > .row .container { border-width: 0; border-radius: 0; }#ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#nTH8cZCgQpHE2JvXB6SDok53MS4GCoou { background-color:rgba(var(--color-tertiary-4),0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#nTH8cZCgQpHE2JvXB6SDok53MS4GCoou.adaptive-delivery-prevent-bg, #nTH8cZCgQpHE2JvXB6SDok53MS4GCoou.lazyload, #nTH8cZCgQpHE2JvXB6SDok53MS4GCoou.lazyloading { background-image: none; }
#LCCc9ezlMXtIUNpkB8FhQhMKh4hGbyrL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0hk00ABG8L9w1tDTNJFZ9plfe6T17vm { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#p4XOLGKrF0y7Ui2VQpocFBKZecusm0SK { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M > .row .container { background-color: transparent; background-image: none; }#ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M > .row .container > .video-iframe-container { display: none; }#ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M > .row > .video-iframe-container { display: none; }#ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M > .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); }#ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M > .row .container { border-width: 0; border-radius: 0; }#ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#PsVNtJls6TPzaVJADTDDJlFyMqEIToiB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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;z-index:auto;display:block; }#PsVNtJls6TPzaVJADTDDJlFyMqEIToiB > .row .container { background-color: transparent; background-image: none; }#PsVNtJls6TPzaVJADTDDJlFyMqEIToiB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsVNtJls6TPzaVJADTDDJlFyMqEIToiB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsVNtJls6TPzaVJADTDDJlFyMqEIToiB > .row .container > .video-iframe-container { display: none; }#PsVNtJls6TPzaVJADTDDJlFyMqEIToiB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsVNtJls6TPzaVJADTDDJlFyMqEIToiB > .row > .video-iframe-container { display: none; }#PsVNtJls6TPzaVJADTDDJlFyMqEIToiB > .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); }#PsVNtJls6TPzaVJADTDDJlFyMqEIToiB > .row .container { border-width: 0; border-radius: 0; }#PsVNtJls6TPzaVJADTDDJlFyMqEIToiB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PsVNtJls6TPzaVJADTDDJlFyMqEIToiB > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#uLv9K5AdewgNVepXtBntQ3CrR8S4bwOF { background-color:rgba(var(--color-tertiary-4),0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#uLv9K5AdewgNVepXtBntQ3CrR8S4bwOF.adaptive-delivery-prevent-bg, #uLv9K5AdewgNVepXtBntQ3CrR8S4bwOF.lazyload, #uLv9K5AdewgNVepXtBntQ3CrR8S4bwOF.lazyloading { background-image: none; }
#ScasSo4EGkJ2cRmJFAEEP4X8TpVJAKHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iBoaN8XXUMromFF5fxzmZXyCIZI3UQTt { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#BkAOpTNqQzt6IvLqdtpVloSpE0WHv3Xh { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/9ec030e7-b00d-449c-8076-d1a12e52f8c2/BG_PP.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.adaptive-delivery-prevent-bg, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyload, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyloading { background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { background-color: transparent; background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .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); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { border-width: 0; border-radius: 0; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:dinamit;font-size:5.8125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.0625rem rgba(var(--color-tertiary-4),1);top:7.125rem;left:0rem;height:11.625rem;text-align:center;text-align-last:center;display:block; }
#t5XFVkrWdXLevGh622ww6sH7mlRmbVOu { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:8.875rem;top:1.5625004768372rem;left:33.0625rem;overflow:hidden;display:block; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.604375rem;padding-right:0.515rem;padding-bottom:0.604375rem;padding-left:0.515rem;display:block;align-items:center;width:3.09rem;min-width:3.09rem;height:3.250625rem;position:relative;font-family:dinamit;font-size:2.419375rem;font-weight:700;line-height:52.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.37875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.11875rem;height:1.284375rem;position:relative;font-family:"open sans";font-size:0.908125rem;font-weight:400;line-height:20.55px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.9375rem;height:5.5625rem;padding-top:0.755625rem;padding-right:0.734375rem;padding-bottom:0.755625rem;padding-left:0.734375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:34.182291984558rem;left:26.296875rem;z-index:15019; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #FeX6BItK5WphdRdnxrO9DBPHXqImAORQ { display:flex;position:relative;top:0rem;left:0rem; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #TKLrKlVtugocRmvtOmH8wIG49b3ifKsI { width:auto; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #gtpSH0GOG9syeI6JcsN3I4suJWHH1NQ2 {  }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #i10NxU4pgr0KEgoZVXts6Ov6yTRdvake { display:flex;position:relative;top:0rem;left:0rem; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #HvM9t03ktDFuF7RGQNrNTLVCB5c8U1OG {  }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #tUd2kJPMChPEbDNLW0gbFPtOd9JRWMWu {  }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #ZsiqhCmtEwgtoJHIfTRH0TR3dipb9VVJ { display:flex;position:relative;top:0rem;left:0rem; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #WyoKATxLfLTCaNJT3dXkcWIDL7woWf3S {  }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #lSfszZRc49Uv47vwi9RkqENp2ZztMPiN {  }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #TeWTc0ATs3g8MhfFMm0At9XUXvwgEvDz { display:flex;position:relative;top:0rem;left:0rem; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #DildivzBhW27XArozEdc01POl5Pedy5u {  }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #WBI7FBsyHFJuCyRT4wKBBJgLZt5unK1b {  }
#w5PivpHPkrkIZUcW4IQQOab4TGH1g6ay { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:dinamit;font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),1);top:19.4375rem;left:0rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z > .row .container { background-color: transparent; background-image: none; }#ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z > .row .container > .video-iframe-container { display: none; }#ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z > .row > .video-iframe-container { display: none; }#ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z > .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); }#ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z > .row .container { border-width: 0; border-radius: 0; }#ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#fUBbuEbFdWwLSohRIc5PEr39nyzL2M6d { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#sv9ghTg0OcQ8WI36HgHR1P7U71iC0v70 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:dinamit;font-size:2.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;display:block; }
#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { background-color: transparent; background-image: none; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container > .video-iframe-container { display: none; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row > .video-iframe-container { display: none; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .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); }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { border-width: 0; border-radius: 0; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#dabQoPhENG7n7fb5bICvAJaDks0WIWTt { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.0625rem;left:6.875rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#dcTr4OX8GUmfZceQCDVuc5NzkpvhZ2wT { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:dinamit;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.3125rem;left:6.875rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#nPC7nMZmbsWx6IwTO0f6ZVsO8WHdeExN { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:22.8125rem;top:28.500000953674rem;left:44.1875rem;display:block; }
#t0yAzVW41lKVE7fPuTJxggKHTigiToBg { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.062497138977rem;left:44.125rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#DTAwdTcTDuEN01vtByLL1avQhcC3liBp { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.81176875rem;width:5.874025rem;top:4.1875rem;left:24.125rem;display:block; }
#JsAyosaHdtE1CVUUfF0bKZ21FAOzGJbd { color:rgba(var(--color-tertiary-0),1);display:block;width:4.56176875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:5.1875rem;left:24.75rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#KNxIwOWKpqFlm5X9TgGvlZzJl3X4eoSc { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.81176875rem;width:5.874025rem;top:5.1875rem;left:62.3125rem;display:block; }
#kEEgQTZz5KC2M7mBqyDoc8tzZ1vTLOP2 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.56176875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:6.1875rem;left:62.9375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#Eif4AGPPAyTsmnnOqoOVTiDdxcfqOsaI { background-color:transparent;background-image: -webkit-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:34.498959541321rem;left:6.875rem;display:block; }
#sWJINtMUweKoQ7WJ1m4BdgvLXge213DJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssJTGp1JtPeqzmpKKmNCEMPR6IFqI1T7 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.125rem;top:6.0625rem;left:24.9375rem;display:block; }
#wmF8Irg0QB3upC9MWWp0rFDq3tiwUF0e { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:4.12475625rem;top:7.0625rem;left:63.0625rem;display:block; }
#UNz371QcRnJhImP15SSJf8KTibN0vkOi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:17.3125rem;top:3.4250001907349rem;left:9.625rem;overflow:hidden;display:block; }
#WKzOah0RsWIPeMTEE4L4kRDfoTV8vxfu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:17.3125rem;top:2.6749992370606rem;left:47.5625rem;overflow:hidden;display:block; }
#HegzM5xueUTDmqupLvBKrcpc6iATwTbq { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:dinamit;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.312499046326rem;left:44.1875rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#G300mtvolvol54B0aD6HlZO9JnwySmTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:29.58749961853rem;left:6.875rem; }
#CM7eCZD1lAqQMS50txdO2l0TpJMOGJV2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:29.58749961853rem;left:9.375rem; }
#LHE7GWIVInt6pM5KwKucPTRdxlfi4mWd { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:29.46249961853rem;left:12.0625rem; }
#BkQLl9w1XOqDbq30x7kg7Izr1f2dgXxu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:29.587500572204rem;left:44.1875rem; }
#s3EVEg6yZpu9IFFPc6WeE25rD4LgLdz7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:29.587500572204rem;left:47.0625rem; }
#ITPsGKzMo4TcIetEARKpaJWHEuTLP611 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:29.587500572204rem;left:49.9375rem; }
#PWZEiAr0Si7qUrODsnuCCAGy7Inm4UNC { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:22.8125rem;top:28.500000953674rem;left:6.9375rem;display:block; }
#hIPxReH8opb0uUDLCpQLuTUQNsgvGwCh { background-color:transparent;background-image: -webkit-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.498959541321rem;left:44.1875rem;display:block; }
#iXJNmWLAXMTBbyU28TNW0vwIR2BJbnmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP > .row .container { background-color: transparent; background-image: none; }#e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP > .row .container > .video-iframe-container { display: none; }#e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP > .row > .video-iframe-container { display: none; }#e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP > .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); }#e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP > .row .container { border-width: 0; border-radius: 0; }#e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#RatblcsRFZ1T2EnwFngogqVywItzU1yf { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.0625rem;left:6.875rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#QnkGEkH49SNRfBT9e7zdB5R8O0IWC0c2 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:dinamit;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.3125rem;left:6.875rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#T2UoDJV13Totwo7bEMgqS45Mcms3dILE { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:22.8125rem;top:28.500000953674rem;left:44.1875rem;display:block; }
#C6DCvqaKmk7vqoWKN9KJTqvaFiVBxMsb { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.062497138977rem;left:44.125rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#On1yNav4ZgxkG8hbQx9I4kgNVb5mydiV { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.81176875rem;width:5.874025rem;top:4.1875rem;left:24.125rem;display:block; }
#nStkFxfuLsXbrKcImmu3dMsLI0aTnVrw { color:rgba(var(--color-tertiary-0),1);display:block;width:4.56176875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:5.1875rem;left:24.75rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#QsHFvl8HBiTGvMsd925m5Lk9BeiwXSlR { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.81176875rem;width:5.874025rem;top:5.1875rem;left:62.3125rem;display:block; }
#A1td6viL7cMlnDgPywCJk5UGJTAeN1vd { color:rgba(var(--color-tertiary-0),1);display:block;width:4.56176875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:6.1875rem;left:62.9375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#krnKSbC6tnTa0rMO3AMNkRVrur2u4KTk { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.125rem;top:6.0625rem;left:24.9375rem;display:block; }
#aEVn3raNtPs9QUbqfmvWrGTCNUKFswOU { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:4.12475625rem;top:7.0625rem;left:63.0625rem;display:block; }
#MOAMdUiRuBFbwdOyqfEqDq5HRaMtZFu7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:17.3125rem;top:3.4250001907349rem;left:9.625rem;overflow:hidden;display:block; }
#vmQVNza7euSWhOgmtXSxkuK3h2bR9ZUo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:17.3125rem;top:2.6749992370606rem;left:47.5625rem;overflow:hidden;display:block; }
#MlhFtmEF4wx5sxXBGFlpWL2comDLoOSK { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:dinamit;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.312499046326rem;left:44.1875rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#QZrJgb4GAnmrMMgJFXTcCmLWsEuoywii { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:29.58749961853rem;left:6.875rem; }
#iEDxDPXHv9134VWgNNrNsPm9drDCn8Ht { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:29.462501525879rem;left:9.375rem; }
#eS5F4nlHrIsWwGx2aTf01e6yOPdnbzZl { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:29.587501525879rem;left:12.375rem; }
#Bs7Uz163BOs5KGTSi97PmC9flNZ4RtLC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:29.587500572204rem;left:44.1875rem; }
#eOK5IEhpJZZbda7MSzDHuFrlN63nSG1m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:29.587500572204rem;left:47.0625rem; }
#fPTGWycxLoqBTTRnprTsgWuvQMfyLs7q { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:29.525001525879rem;left:49.75rem; }
#bIK62QpBCumnsw8p94OncqeEI5xfMTNg { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:22.8125rem;top:28.500000953674rem;left:6.9375rem;display:block; }
#AJQssFZcemn8X8RcnSPJh3e8H2LVl1bm { background-color:transparent;background-image: -webkit-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:34.248960494995rem;left:44.1875rem;display:block; }
#EQ4Ai79u4VlQF8HtHeSZzEitUgnlSSMw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3sM0vIMs38JGEqzh5M7guHWVu1MqR5E { background-color:transparent;background-image: -webkit-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:34.248958587646rem;left:6.875rem;display:block; }
#lXuQTNT40w2ThJZgRxg84tvWgBGxPdKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dW2peC9lqTHgOo7DihrlN1vxacFtIwut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/960e8a5b-611b-4596-996f-ae267792651b/40827.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut.adaptive-delivery-prevent-bg, #dW2peC9lqTHgOo7DihrlN1vxacFtIwut.lazyload, #dW2peC9lqTHgOo7DihrlN1vxacFtIwut.lazyloading { background-image: none; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row .container { background-color: transparent; background-image: none; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.54); }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row .container > .video-iframe-container { display: none; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.54); }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row > .video-iframe-container { display: none; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .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); }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row .container { border-width: 0; border-radius: 0; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#weUNRM3TPh4HL2s68y7Q1G1p1J129vM1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:14.625rem;left:10.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.65)); }
#z3bUwfQTuxVAcyrL2Ct9q2fOQpPEVuQU { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:dinamit;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.065624237061rem;left:1.40625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#sLsceM3adZgXQWSNNO0WStJm6v7pr3aT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.5rem;left:1.40625rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#c28xSLJEU598n3JV963WvyvB8tZcmNTa { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:dinamit;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.1875rem;left:26.40625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#wJ7NB015lL0teP8iVJWosKc0I1K1XPiO { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.5rem;left:26.40625rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#D8AJ4ugJFR8RkVpIbcS7cTrAcePdlemZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:14.625rem;left:35.3125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#tcVC74X4eRXnssPMw0u91qnvweD7rnq7 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:dinamit;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.1875rem;left:51.40625rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#C0yXkrW77TcTMTDfOW0hPH3XcZwIKqKC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.5rem;left:51.40625rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#LPrVWmgOTbQI4U7NqIHVG39PxprL9kuW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.875rem;left:60.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#CsHi4l58ICoyPTiOA6FGlKMQ5nmBS2wT { background-color:transparent;background-image: -webkit-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(68deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:34.6875rem;left:29.5625rem;display:block; }
#xh7RvsTC3a3ArXBeXAMFpeluC5mAEy2x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZFtu1eFEVd3LCBT782WxePkPqOgl3tf { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.237506866455rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#VpoAKkaAbUUJRpRw4tUOCLGBN134krX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:dinamit;font-size:2.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8750057220459rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;display:block; }
#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { background-color: transparent; background-image: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .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); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { border-width: 0; border-radius: 0; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#NUrX7UZBWXHlJtV2e28EPQbn0JA1PQUu { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:5.0625rem;top:1.1874961853027rem;left:0rem;overflow:hidden;display:block; }
#gTTNLFcO7PdJWouMAahKuT2OmcLhIGJE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:1rem;left:70.75rem; }
#zZ94XDuWhQQ5Aco3va5M5li4i8Itc3ZD { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.0625rem;left:73.375rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW { display:block; }#ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTH8cZCgQpHE2JvXB6SDok53MS4GCoou { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCCc9ezlMXtIUNpkB8FhQhMKh4hGbyrL { display:block; }
 }@media only screen and (max-width: 763px) { #d0hk00ABG8L9w1tDTNJFZ9plfe6T17vm { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4XOLGKrF0y7Ui2VQpocFBKZecusm0SK { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M { display:block; }#ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsVNtJls6TPzaVJADTDDJlFyMqEIToiB { display:block; }#PsVNtJls6TPzaVJADTDDJlFyMqEIToiB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLv9K5AdewgNVepXtBntQ3CrR8S4bwOF { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScasSo4EGkJ2cRmJFAEEP4X8TpVJAKHp { display:block; }
 }@media only screen and (max-width: 763px) { #iBoaN8XXUMromFF5fxzmZXyCIZI3UQTt { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkAOpTNqQzt6IvLqdtpVloSpE0WHv3Xh { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { top:7.125rem;left:0rem;width:47.75rem;height:11.625rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5XFVkrWdXLevGh622ww6sH7mlRmbVOu { top:1.5625rem;left:19.4375rem;width:8.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA { display:flex;width:20.9375rem;height:5.5625rem;top:34.125rem;left:12.671875rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #FeX6BItK5WphdRdnxrO9DBPHXqImAORQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #TKLrKlVtugocRmvtOmH8wIG49b3ifKsI {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #gtpSH0GOG9syeI6JcsN3I4suJWHH1NQ2 {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #i10NxU4pgr0KEgoZVXts6Ov6yTRdvake { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #HvM9t03ktDFuF7RGQNrNTLVCB5c8U1OG {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #tUd2kJPMChPEbDNLW0gbFPtOd9JRWMWu {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #ZsiqhCmtEwgtoJHIfTRH0TR3dipb9VVJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #WyoKATxLfLTCaNJT3dXkcWIDL7woWf3S {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #lSfszZRc49Uv47vwi9RkqENp2ZztMPiN {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #TeWTc0ATs3g8MhfFMm0At9XUXvwgEvDz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #DildivzBhW27XArozEdc01POl5Pedy5u {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #WBI7FBsyHFJuCyRT4wKBBJgLZt5unK1b {  }
 }@media only screen and (max-width: 763px) { #w5PivpHPkrkIZUcW4IQQOab4TGH1g6ay { top:19.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z { display:block; }#ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUBbuEbFdWwLSohRIc5PEr39nyzL2M6d { top:9.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv9ghTg0OcQ8WI36HgHR1P7U71iC0v70 { top:4.75rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L { display:block; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dabQoPhENG7n7fb5bICvAJaDks0WIWTt { top:22.0625rem;left:0rem;width:25.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcTr4OX8GUmfZceQCDVuc5NzkpvhZ2wT { top:19.3125rem;left:0rem;width:25.9375rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPC7nMZmbsWx6IwTO0f6ZVsO8WHdeExN { top:28.5rem;left:23.875rem;width:22.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0yAzVW41lKVE7fPuTJxggKHTigiToBg { top:22.0625rem;left:21.8125rem;width:25.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTAwdTcTDuEN01vtByLL1avQhcC3liBp { top:4.1875rem;left:17.3125rem;width:5.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsAyosaHdtE1CVUUfF0bKZ21FAOzGJbd { top:5.1875rem;left:17.9375rem;width:4.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNxIwOWKpqFlm5X9TgGvlZzJl3X4eoSc { top:5.1875rem;left:41.875rem;width:5.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEEgQTZz5KC2M7mBqyDoc8tzZ1vTLOP2 { top:6.1875rem;left:42.5rem;width:4.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eif4AGPPAyTsmnnOqoOVTiDdxcfqOsaI { width:15.8125rem;height:3.75rem;top:34.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWJINtMUweKoQ7WJ1m4BdgvLXge213DJ { display:block; }
 }@media only screen and (max-width: 763px) { #ssJTGp1JtPeqzmpKKmNCEMPR6IFqI1T7 { width:4.125rem;height:0.125rem;top:6.0625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmF8Irg0QB3upC9MWWp0rFDq3tiwUF0e { width:4.125rem;height:0.125rem;top:7.0625rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNz371QcRnJhImP15SSJf8KTibN0vkOi { top:3.375rem;left:2.8125rem;width:17.3125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKzOah0RsWIPeMTEE4L4kRDfoTV8vxfu { top:2.625rem;left:27.125rem;width:17.3125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HegzM5xueUTDmqupLvBKrcpc6iATwTbq { top:19.3125rem;left:21.4375rem;width:25.9375rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G300mtvolvol54B0aD6HlZO9JnwySmTT { top:29.5625rem;left:0.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM7eCZD1lAqQMS50txdO2l0TpJMOGJV2 { top:29.5625rem;left:2.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHE7GWIVInt6pM5KwKucPTRdxlfi4mWd { top:29.4375rem;left:5.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkQLl9w1XOqDbq30x7kg7Izr1f2dgXxu { top:29.5625rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3EVEg6yZpu9IFFPc6WeE25rD4LgLdz7 { top:29.5625rem;left:26.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITPsGKzMo4TcIetEARKpaJWHEuTLP611 { top:29.5625rem;left:29.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWZEiAr0Si7qUrODsnuCCAGy7Inm4UNC { top:28.5rem;left:0.125rem;width:22.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIPxReH8opb0uUDLCpQLuTUQNsgvGwCh { width:15.8125rem;height:3.75rem;top:34.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXJNmWLAXMTBbyU28TNW0vwIR2BJbnmf { display:block; }
 }@media only screen and (max-width: 763px) { #e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP { display:block; }#e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RatblcsRFZ1T2EnwFngogqVywItzU1yf { top:22.0625rem;left:0.0625rem;width:25.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnkGEkH49SNRfBT9e7zdB5R8O0IWC0c2 { top:19.3125rem;left:0rem;width:25.9375rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2UoDJV13Totwo7bEMgqS45Mcms3dILE { top:28.5rem;left:23.875rem;width:22.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6DCvqaKmk7vqoWKN9KJTqvaFiVBxMsb { top:22.0625rem;left:21.8125rem;width:25.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #On1yNav4ZgxkG8hbQx9I4kgNVb5mydiV { top:4.1875rem;left:17.3125rem;width:5.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nStkFxfuLsXbrKcImmu3dMsLI0aTnVrw { top:5.1875rem;left:17.9375rem;width:4.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsHFvl8HBiTGvMsd925m5Lk9BeiwXSlR { top:5.1875rem;left:41.875rem;width:5.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1td6viL7cMlnDgPywCJk5UGJTAeN1vd { top:6.1875rem;left:42.5rem;width:4.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #krnKSbC6tnTa0rMO3AMNkRVrur2u4KTk { width:4.125rem;height:0.125rem;top:6.0625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEVn3raNtPs9QUbqfmvWrGTCNUKFswOU { width:4.125rem;height:0.125rem;top:7.0625rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOAMdUiRuBFbwdOyqfEqDq5HRaMtZFu7 { top:3.375rem;left:2.8125rem;width:17.3125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmQVNza7euSWhOgmtXSxkuK3h2bR9ZUo { top:2.625rem;left:27.125rem;width:17.3125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlhFtmEF4wx5sxXBGFlpWL2comDLoOSK { top:19.3125rem;left:21.4375rem;width:25.9375rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZrJgb4GAnmrMMgJFXTcCmLWsEuoywii { top:29.5625rem;left:0.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEDxDPXHv9134VWgNNrNsPm9drDCn8Ht { top:29.4375rem;left:2.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS5F4nlHrIsWwGx2aTf01e6yOPdnbzZl { top:29.5625rem;left:5.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs7Uz163BOs5KGTSi97PmC9flNZ4RtLC { top:29.5625rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOK5IEhpJZZbda7MSzDHuFrlN63nSG1m { top:29.5625rem;left:26.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPTGWycxLoqBTTRnprTsgWuvQMfyLs7q { top:29.5rem;left:29.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIK62QpBCumnsw8p94OncqeEI5xfMTNg { top:28.5rem;left:0.125rem;width:22.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJQssFZcemn8X8RcnSPJh3e8H2LVl1bm { width:15.8125rem;height:3.75rem;top:34.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ4Ai79u4VlQF8HtHeSZzEitUgnlSSMw { display:block; }
 }@media only screen and (max-width: 763px) { #Z3sM0vIMs38JGEqzh5M7guHWVu1MqR5E { width:15.8125rem;height:3.75rem;top:34.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXuQTNT40w2ThJZgRxg84tvWgBGxPdKP { display:block; }
 }@media only screen and (max-width: 763px) { #dW2peC9lqTHgOo7DihrlN1vxacFtIwut { display:block; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weUNRM3TPh4HL2s68y7Q1G1p1J129vM1 { top:14.625rem;left:5.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3bUwfQTuxVAcyrL2Ct9q2fOQpPEVuQU { top:21.0625rem;left:0rem;width:22.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLsceM3adZgXQWSNNO0WStJm6v7pr3aT { top:23.5rem;left:0rem;width:22.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28xSLJEU598n3JV963WvyvB8tZcmNTa { top:20.1875rem;left:9.5625rem;width:22.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ7NB015lL0teP8iVJWosKc0I1K1XPiO { top:23.5rem;left:9.5625rem;width:22.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8AJ4ugJFR8RkVpIbcS7cTrAcePdlemZ { top:14.625rem;left:21.625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcVC74X4eRXnssPMw0u91qnvweD7rnq7 { top:20.1875rem;left:25.4375rem;width:22.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0yXkrW77TcTMTDfOW0hPH3XcZwIKqKC { top:23.5rem;left:25.4375rem;width:22.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPrVWmgOTbQI4U7NqIHVG39PxprL9kuW { top:13.875rem;left:37.6875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsHi4l58ICoyPTiOA6FGlKMQ5nmBS2wT { width:15.8125rem;height:3.75rem;top:34.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh7RvsTC3a3ArXBeXAMFpeluC5mAEy2x { display:block; }
 }@media only screen and (max-width: 763px) { #kZFtu1eFEVd3LCBT782WxePkPqOgl3tf { top:7.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpoAKkaAbUUJRpRw4tUOCLGBN134krX8 { top:2.875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUrX7UZBWXHlJtV2e28EPQbn0JA1PQUu { top:1.125rem;left:0rem;width:5.0625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTNLFcO7PdJWouMAahKuT2OmcLhIGJE { top:1rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ94XDuWhQQ5Aco3va5M5li4i8Itc3ZD { top:1.0625rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW { position:relative;z-index:auto;display:block; }#ivNqqDcFPdmUCHOVisoAfctwrOHw1NeW > .row .container { width:20rem;height:12.5234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTH8cZCgQpHE2JvXB6SDok53MS4GCoou { width:9.6875rem;height:3.125rem;top:8.1484375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCCc9ezlMXtIUNpkB8FhQhMKh4hGbyrL { display:block; }
 }@media only screen and (max-width: 763px) { #d0hk00ABG8L9w1tDTNJFZ9plfe6T17vm { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4XOLGKrF0y7Ui2VQpocFBKZecusm0SK { width:20rem;height:0;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M { display:block; }#ZD6EV7J2mdWfrhTo4WGJsTDvoiTRwu3M > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsVNtJls6TPzaVJADTDDJlFyMqEIToiB { position:relative;z-index:auto;display:block; }#PsVNtJls6TPzaVJADTDDJlFyMqEIToiB > .row .container { width:20rem;height:12.5234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLv9K5AdewgNVepXtBntQ3CrR8S4bwOF { width:9.6875rem;height:3.125rem;top:8.1484375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScasSo4EGkJ2cRmJFAEEP4X8TpVJAKHp { display:block; }
 }@media only screen and (max-width: 763px) { #iBoaN8XXUMromFF5fxzmZXyCIZI3UQTt { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BkAOpTNqQzt6IvLqdtpVloSpE0WHv3Xh { width:20rem;height:0;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { width:20rem;height:7.15rem;top:3.4375rem;left:0rem;font-size:3.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t5XFVkrWdXLevGh622ww6sH7mlRmbVOu { width:4.875rem;height:1.4375rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .widget-text.counter-number { padding-top:0.436875rem;padding-right:0.38125rem;padding-bottom:0.436875rem;padding-left:0.38125rem;width:2.2875rem;min-width:2.2875rem;height:2.348125rem;font-size:1.7475rem;line-height:37.57px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.273125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.05rem;height:0.928125rem;font-size:0.655625rem;line-height:14.85px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA { display:flex;width:15.5625rem;height:4.3125rem;top:25.179166793823rem;left:1.5791664123535rem;padding-top:0.66rem;padding-right:0.64rem;padding-bottom:0.66rem;padding-left:0.64rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #FeX6BItK5WphdRdnxrO9DBPHXqImAORQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #TKLrKlVtugocRmvtOmH8wIG49b3ifKsI {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #gtpSH0GOG9syeI6JcsN3I4suJWHH1NQ2 {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #i10NxU4pgr0KEgoZVXts6Ov6yTRdvake { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #HvM9t03ktDFuF7RGQNrNTLVCB5c8U1OG {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #tUd2kJPMChPEbDNLW0gbFPtOd9JRWMWu {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #ZsiqhCmtEwgtoJHIfTRH0TR3dipb9VVJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #WyoKATxLfLTCaNJT3dXkcWIDL7woWf3S {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #lSfszZRc49Uv47vwi9RkqENp2ZztMPiN {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #TeWTc0ATs3g8MhfFMm0At9XUXvwgEvDz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #DildivzBhW27XArozEdc01POl5Pedy5u {  }
 }@media only screen and (max-width: 763px) { #oTvVAt4WwAKny8CyOUxddkTbR5KTJ9TA #WBI7FBsyHFJuCyRT4wKBBJgLZt5unK1b {  }
 }@media only screen and (max-width: 763px) { #w5PivpHPkrkIZUcW4IQQOab4TGH1g6ay { width:18.3125rem;height:4.125rem;top:11.625rem;left:0.84375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z { display:block; }#ZL7XKWJyOw3TdJLWacbPEpA3Fy3fsh3Z > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUBbuEbFdWwLSohRIc5PEr39nyzL2M6d { width:19.6875rem;height:3.0875rem;top:5.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv9ghTg0OcQ8WI36HgHR1P7U71iC0v70 { width:20rem;height:5.2rem;top:0.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L { display:block; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dabQoPhENG7n7fb5bICvAJaDks0WIWTt { width:17.8125rem;height:5.525rem;top:20.5625rem;left:0.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dcTr4OX8GUmfZceQCDVuc5NzkpvhZ2wT { width:17.8125rem;height:3.7375rem;top:16.25rem;left:0.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPC7nMZmbsWx6IwTO0f6ZVsO8WHdeExN { width:17.37425rem;height:0.124511875rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0yAzVW41lKVE7fPuTJxggKHTigiToBg { width:17.8125rem;height:5.525rem;top:60.874996185302rem;left:0.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DTAwdTcTDuEN01vtByLL1avQhcC3liBp { width:5.8125rem;height:5.8125rem;top:2.705078125rem;left:13.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsAyosaHdtE1CVUUfF0bKZ21FAOzGJbd { width:4.4995125rem;height:3.9rem;top:3.7353515625rem;left:14.560546875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNxIwOWKpqFlm5X9TgGvlZzJl3X4eoSc { width:5.8125rem;height:5.75rem;top:41.75rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEEgQTZz5KC2M7mBqyDoc8tzZ1vTLOP2 { width:4.4995125rem;height:3.9rem;top:42.8125rem;left:14.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eif4AGPPAyTsmnnOqoOVTiDdxcfqOsaI { width:15rem;height:3.75rem;top:32.000000953674rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWJINtMUweKoQ7WJ1m4BdgvLXge213DJ { display:block; }
 }@media only screen and (max-width: 763px) { #ssJTGp1JtPeqzmpKKmNCEMPR6IFqI1T7 { width:4.12475625rem;height:0.124511875rem;top:4.640380859375rem;left:14.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmF8Irg0QB3upC9MWWp0rFDq3tiwUF0e { width:4.0625rem;height:0.062255875rem;top:43.6875rem;left:15.0625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #UNz371QcRnJhImP15SSJf8KTibN0vkOi { width:16.125rem;height:13.8125rem;top:2.4875011444092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKzOah0RsWIPeMTEE4L4kRDfoTV8vxfu { width:16.125rem;height:13.75rem;top:41.737499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HegzM5xueUTDmqupLvBKrcpc6iATwTbq { width:17.8125rem;height:3.7375rem;top:56.612503051757rem;left:0.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G300mtvolvol54B0aD6HlZO9JnwySmTT { display:flex;width:1.875rem;height:1.875rem;top:27.9375rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #CM7eCZD1lAqQMS50txdO2l0TpJMOGJV2 { display:flex;width:1.875rem;height:1.875rem;top:27.9375rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #LHE7GWIVInt6pM5KwKucPTRdxlfi4mWd { display:flex;width:2rem;height:2rem;top:27.8125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #BkQLl9w1XOqDbq30x7kg7Izr1f2dgXxu { display:flex;width:1.875rem;height:1.875rem;top:68.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s3EVEg6yZpu9IFFPc6WeE25rD4LgLdz7 { display:flex;width:1.875rem;height:1.875rem;top:68.5rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #ITPsGKzMo4TcIetEARKpaJWHEuTLP611 { display:flex;width:1.875rem;height:1.875rem;top:68.4375rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #PWZEiAr0Si7qUrODsnuCCAGy7Inm4UNC { width:16.875rem;height:0.125rem;top:67.274997711181rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIPxReH8opb0uUDLCpQLuTUQNsgvGwCh { width:15.8125rem;height:3.75rem;top:72.106247901919rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXJNmWLAXMTBbyU28TNW0vwIR2BJbnmf { display:block; }
 }@media only screen and (max-width: 763px) { #e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP { display:block; }#e16oQb2ddAKGPa1N1WTwEPNkefDEOsQP > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RatblcsRFZ1T2EnwFngogqVywItzU1yf { width:17.8125rem;height:5.525rem;top:21.428121566773rem;left:0.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QnkGEkH49SNRfBT9e7zdB5R8O0IWC0c2 { width:17.8125rem;height:3.7375rem;top:17.128128051757rem;left:0.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2UoDJV13Totwo7bEMgqS45Mcms3dILE { width:17.3739375rem;height:0.125rem;top:27.876037597656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6DCvqaKmk7vqoWKN9KJTqvaFiVBxMsb { width:17.7489375rem;height:5.525rem;top:59rem;left:0.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #On1yNav4ZgxkG8hbQx9I4kgNVb5mydiV { width:5.8125rem;height:5.8125rem;top:2.65416431427rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nStkFxfuLsXbrKcImmu3dMsLI0aTnVrw { width:4.4995125rem;height:3.9rem;top:3.7354125976562rem;left:14.747916221619rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsHFvl8HBiTGvMsd925m5Lk9BeiwXSlR { width:5.8125rem;height:5.75rem;top:40.5625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1td6viL7cMlnDgPywCJk5UGJTAeN1vd { width:4.4995125rem;height:3.9rem;top:41.625rem;left:14.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #krnKSbC6tnTa0rMO3AMNkRVrur2u4KTk { width:4.12475625rem;height:0.124511875rem;top:4.640625rem;left:15.060417175293rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEVn3raNtPs9QUbqfmvWrGTCNUKFswOU { width:4.0625rem;height:0.0625rem;top:42.5rem;left:15.0625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #MOAMdUiRuBFbwdOyqfEqDq5HRaMtZFu7 { width:16.125rem;height:13.8125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmQVNza7euSWhOgmtXSxkuK3h2bR9ZUo { width:16.125rem;height:13.75rem;top:39.675000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlhFtmEF4wx5sxXBGFlpWL2comDLoOSK { width:16.8125rem;height:3.7375rem;top:54.612503051757rem;left:0.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZrJgb4GAnmrMMgJFXTcCmLWsEuoywii { display:flex;width:1.875rem;height:1.875rem;top:29.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iEDxDPXHv9134VWgNNrNsPm9drDCn8Ht { display:flex;width:2.1875rem;height:2.1875rem;top:28.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #eS5F4nlHrIsWwGx2aTf01e6yOPdnbzZl { display:flex;width:1.875rem;height:1.875rem;top:29.0625rem;left:5.4375rem; }
 }@media only screen and (max-width: 763px) { #Bs7Uz163BOs5KGTSi97PmC9flNZ4RtLC { display:flex;width:1.875rem;height:1.875rem;top:66.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eOK5IEhpJZZbda7MSzDHuFrlN63nSG1m { display:flex;width:1.875rem;height:1.875rem;top:66.75rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #fPTGWycxLoqBTTRnprTsgWuvQMfyLs7q { display:flex;width:2.25rem;height:2.25rem;top:66.5625rem;left:5.125rem; }
 }@media only screen and (max-width: 763px) { #bIK62QpBCumnsw8p94OncqeEI5xfMTNg { width:17.375rem;height:0.125rem;top:65.774999618531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJQssFZcemn8X8RcnSPJh3e8H2LVl1bm { width:15.8125rem;height:3.75rem;top:70.356245040894rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ4Ai79u4VlQF8HtHeSZzEitUgnlSSMw { display:block; }
 }@media only screen and (max-width: 763px) { #Z3sM0vIMs38JGEqzh5M7guHWVu1MqR5E { width:15.8125rem;height:3.75rem;top:32.550013542175rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXuQTNT40w2ThJZgRxg84tvWgBGxPdKP { display:block; }
 }@media only screen and (max-width: 763px) { #dW2peC9lqTHgOo7DihrlN1vxacFtIwut { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/960e8a5b-611b-4596-996f-ae267792651b/40827.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut.adaptive-delivery-prevent-bg, #dW2peC9lqTHgOo7DihrlN1vxacFtIwut.lazyload, #dW2peC9lqTHgOo7DihrlN1vxacFtIwut.lazyloading { background-image: none; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row .container { background-color: transparent; background-image: none; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row .container > .video-iframe-container { display: none; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row > .video-iframe-container { display: none; }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .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); }#dW2peC9lqTHgOo7DihrlN1vxacFtIwut > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weUNRM3TPh4HL2s68y7Q1G1p1J129vM1 { display:flex;width:3.3125rem;height:3.3125rem;top:12.774996757508rem;left:8.34375rem; }
 }@media only screen and (max-width: 763px) { #z3bUwfQTuxVAcyrL2Ct9q2fOQpPEVuQU { width:20rem;height:1.86875rem;top:16.675002098084rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLsceM3adZgXQWSNNO0WStJm6v7pr3aT { width:17.6875rem;height:5.525rem;top:19.181260108948rem;left:1.15625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c28xSLJEU598n3JV963WvyvB8tZcmNTa { width:20rem;height:1.86875rem;top:30.784376144409rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ7NB015lL0teP8iVJWosKc0I1K1XPiO { width:17.6875rem;height:5.525rem;top:33.375rem;left:1.15625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D8AJ4ugJFR8RkVpIbcS7cTrAcePdlemZ { display:flex;width:3.6875rem;height:3.6875rem;top:26.737493515014rem;left:7.96875rem; }
 }@media only screen and (max-width: 763px) { #tcVC74X4eRXnssPMw0u91qnvweD7rnq7 { width:20rem;height:1.86875rem;top:45.062488555908rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0yXkrW77TcTMTDfOW0hPH3XcZwIKqKC { width:17.6875rem;height:5.525rem;top:47.8125rem;left:1.15625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LPrVWmgOTbQI4U7NqIHVG39PxprL9kuW { display:flex;width:4.5625rem;height:4.5625rem;top:40.375011444092rem;left:7.71875rem; }
 }@media only screen and (max-width: 763px) { #CsHi4l58ICoyPTiOA6FGlKMQ5nmBS2wT { width:15.8125rem;height:3.75rem;top:55.28750038147rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh7RvsTC3a3ArXBeXAMFpeluC5mAEy2x { display:block; }
 }@media only screen and (max-width: 763px) { #kZFtu1eFEVd3LCBT782WxePkPqOgl3tf { width:18.5rem;height:3.0875rem;top:6.699999809265rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpoAKkaAbUUJRpRw4tUOCLGBN134krX8 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUrX7UZBWXHlJtV2e28EPQbn0JA1PQUu { width:5.0625rem;height:1.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTNLFcO7PdJWouMAahKuT2OmcLhIGJE { display:flex;width:1.75rem;height:1.75rem;top:1.125rem;left:15.5rem; }
 }@media only screen and (max-width: 763px) { #zZ94XDuWhQQ5Aco3va5M5li4i8Itc3ZD { display:flex;width:1.625rem;height:1.625rem;top:1.1875rem;left:18.375rem; }
 }