.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:224,224,224;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:252,217,230;--color-tertiary-1:246,128,170;--color-tertiary-2:236,0,85;--color-tertiary-3:118,0,43;--color-tertiary-4:35,0,13;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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-primary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM > .row .container { background-color: transparent; background-image: none; }#f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM > .row .container > .video-iframe-container { display: none; }#f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM > .row > .video-iframe-container { display: none; }#f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM > .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); }#f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM > .row .container { border-width: 0; border-radius: 0; }#f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#waGFZe8nkRXTDpzGvgyke8V9s4yrdlTS { background-color:rgba(var(--color-primary-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; }#waGFZe8nkRXTDpzGvgyke8V9s4yrdlTS.adaptive-delivery-prevent-bg, #waGFZe8nkRXTDpzGvgyke8V9s4yrdlTS.lazyload, #waGFZe8nkRXTDpzGvgyke8V9s4yrdlTS.lazyloading { background-image: none; }
#V0Z9unXmxbDhaahxWt3h6Tnkg1KNVqZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qzL2lvM7IEOKUMWueDOxWXLUDTt7TWbc { color:rgba(var(--color-primary-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; }
#Ie4ugw7WEeJ3o0Av8Wpv3VtlW4BdzXHC { 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; }
#OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb { position:relative;display:block; }#OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb { background-color: transparent; background-image: none; }#OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb > .row .container > .video-iframe-container { display: none; }#OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb > .row > .video-iframe-container { display: none; }#OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb > .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); }#OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb { border-width: 0; border-radius: 0; }#OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g > .row .container { background-color: transparent; background-image: none; }#Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g > .row .container > .video-iframe-container { display: none; }#Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g > .row > .video-iframe-container { display: none; }#Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g > .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); }#Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g > .row .container { border-width: 0; border-radius: 0; }#Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#XFKTuViTuTvfyUS89G6tpSuD0zDbABKk { background-color:rgba(var(--color-primary-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; }#XFKTuViTuTvfyUS89G6tpSuD0zDbABKk.adaptive-delivery-prevent-bg, #XFKTuViTuTvfyUS89G6tpSuD0zDbABKk.lazyload, #XFKTuViTuTvfyUS89G6tpSuD0zDbABKk.lazyloading { background-image: none; }
#kpDmRP0NepNlzqRBPofa5VST3G98PxXf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tcpBz6xbSioGtpMkNpgfFIa7MKKGxzDD { color:rgba(var(--color-primary-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; }
#R3RAbcMyTZgrAVioCGObDyk9DqtzdDqP { 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; }
#Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT > .row .container { background-color: transparent; background-image: none; }#Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT > .row .container > .video-iframe-container { display: none; }#Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT > .row > .video-iframe-container { display: none; }#Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT > .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); }#Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT > .row .container { border-width: 0; border-radius: 0; }#Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#T1UA201FbsxSBQUn6KepbHqgqTehpXpe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:8.6875rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/48d835c5-987d-4ce4-a9a1-274922b270ff/Stars_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#Gm6xXQEgbKTnE2kabTS3W7wxFlmop5U4 { color:rgba(var(--color-primary-4),1);display:block;width:53.4375rem;position:absolute;font-family:dinamit;font-size:6.1875rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.25rem 1.3125rem rgba(var(--color-tertiary-2),0.92);top:0.5625rem;left:0rem;height:13.611375rem;display:block; }
#DfgiMwAdV1OoHodPCrUGpIudIMyQVt6e { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.5);top:15.625rem;left:0.875rem;height:7.0488125rem;display:block; }
#E5MZrogIFhqQPZ79m4ahqz1wiuDvlDqV { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-2),1) ;box-sizing:border-box;color:rgba(var(--color-primary-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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.25rem;left:0.875rem;display:block; }
#OIfDoJ9DK11AhCBd660lURorXGQrzc7f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S8aZ0ATiwel69pTVqIlDhdN401mGtc1X { color:rgba(var(--color-tertiary-2),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.8125rem;left:0.875rem;height:3.25rem;display:block; }
#cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M > .row .container { background-color: transparent; background-image: none; }#cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M > .row .container > .video-iframe-container { display: none; }#cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M > .row > .video-iframe-container { display: none; }#cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M > .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); }#cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M > .row .container { border-width: 0; border-radius: 0; }#cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#f4gNbXRg76LXrxKmCuNtTm0odPDFWukc { 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:34.5rem;width:34.5rem;top:2.0625rem;left:33.125rem;overflow:hidden;display:block; }
#TmKVsChRmgTXaFuVk76oH0EqfDzUqTtt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:8.0625rem;left:30.375rem;display:block; }
#xle8Kuh04xuyVTMB1EcMSNVZPK2vcApQ { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:transparent;background-image:none;top:5.3125rem;left:4.625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-2),1) ;display:block; }
#naoVbrt5eCTwOmGpSuKTFmFqZ36pGovL { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:6rem;left:4.8125rem;height:3.1625rem;text-align:center;text-align-last:center;display:block; }
#XRrsVA9gaZUzkm6HM0Wkz7Xa8UVtOSA7 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:6.6875rem;left:10.6875rem;height:1.7875rem;display:block; }
#rqlD8PmqpsMiXTlxaExuZSxvf4JVXVVs { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:9.1875rem;left:10.6875rem;height:3rem;display:block; }
#RQx9y0AezSMiyNtFnd19eBxV1cQ1ZA4m { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:transparent;background-image:none;top:15.25rem;left:4.625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-2),1) ;display:block; }
#gefpRCB7b0tW5hy8KmrabQo12KdWH3Xe { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:15.875rem;left:4.875rem;height:3.1625rem;text-align:center;text-align-last:center;display:block; }
#Xba10T4qrw4xfQkgAi7TnD119MRmMGDu { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:16.375rem;left:10.6875rem;height:1.7875rem;display:block; }
#gcqgLqAiBUvHpMgK5ZcUtB1hSVwWaNie { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:18.8125rem;left:10.6875rem;height:4.5rem;display:block; }
#PEiDpKu5bgdpqpgBDNcWd2npDp1FfwfA { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:transparent;background-image:none;top:25.3125rem;left:4.625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-2),1) ;display:block; }
#FpOvW6dsvGUUCntJ5gmcQvh2sqF7fRAE { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:26.0625rem;left:4.8125rem;height:3.1625rem;text-align:center;text-align-last:center;display:block; }
#NTnQ2WqnphZ1tNXfD9VgezQDqrJns6aK { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:26.6875rem;left:10.6875rem;height:1.7875rem;display:block; }
#xCBKtD5fbFVNvKTpKUtrWbzZOhwefcTF { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:29.1875rem;left:10.6875rem;height:4.5rem;display:block; }
#lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 > .row .container { background-color: transparent; background-image: none; }#lGieUKpJKH2feWTFEATKvGoKPHB2g5A3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 > .row .container > .video-iframe-container { display: none; }#lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 > .row > .video-iframe-container { display: none; }#lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 > .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); }#lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 > .row .container { border-width: 0; border-radius: 0; }#lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#MWhrkuPyuJy7OxfV5ldEGeap8CtdX9Hi { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-2),1) ;box-sizing:border-box;color:rgba(var(--color-primary-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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8rem;height:4.7375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.6875rem;left:40.75rem;display:block; }
#orAoRbvGez9mzenmQ63nDp2Vzi7T7RcH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qRsfuwBAG5iAhhfZecBsWu2mz2BTRVK9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:35.25rem;top:1.25rem;left:0.1875rem;overflow:hidden;display:block; }
#SGwX8l3szMN3sZJpziFUNEgDNAMWDg2F { color:#f8f8f8;display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:7.1875009536744rem;left:28.900001525879rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#NPWudX3MBT9IuypmChLQMU3PUPJeBRLI { color:#f8f8f8;display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:17.312500953674rem;left:30.525001525879rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#cbTqKVGsSC79uUynmCveXOx3bPNAaieV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#cbTqKVGsSC79uUynmCveXOx3bPNAaieV > .row .container { background-color: transparent; background-image: none; }#cbTqKVGsSC79uUynmCveXOx3bPNAaieV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbTqKVGsSC79uUynmCveXOx3bPNAaieV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbTqKVGsSC79uUynmCveXOx3bPNAaieV > .row .container > .video-iframe-container { display: none; }#cbTqKVGsSC79uUynmCveXOx3bPNAaieV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbTqKVGsSC79uUynmCveXOx3bPNAaieV > .row > .video-iframe-container { display: none; }#cbTqKVGsSC79uUynmCveXOx3bPNAaieV > .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); }#cbTqKVGsSC79uUynmCveXOx3bPNAaieV > .row .container { border-width: 0; border-radius: 0; }#cbTqKVGsSC79uUynmCveXOx3bPNAaieV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbTqKVGsSC79uUynmCveXOx3bPNAaieV > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#G9vokbQ97ZwXvLgvaUCIETTwuwSMOKho { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.8125rem;left:36.1875rem; }
#aE09PTptDzKtORemQ00KndXvoqKdltp8 { box-sizing:content-box;height:4.875rem;width:7.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0rem;left:33.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 1.25rem 2.875rem rgba(190,40,165,0.64) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qJETeW6tROyK6bhCgaHnIgKPynLl7S3O { color:rgba(var(--color-primary-4),1);display:block;width:74.1875rem;position:absolute;font-family:dinamit;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.25rem 1.3125rem rgba(var(--color-tertiary-2),0.92);top:5.4250011444092rem;left:0rem;height:1.2375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM { display:block; }#f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waGFZe8nkRXTDpzGvgyke8V9s4yrdlTS { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Z9unXmxbDhaahxWt3h6Tnkg1KNVqZv { display:block; }
 }@media only screen and (max-width: 763px) { #qzL2lvM7IEOKUMWueDOxWXLUDTt7TWbc { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie4ugw7WEeJ3o0Av8Wpv3VtlW4BdzXHC { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb { display:block; }#OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g { display:block; }#Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFKTuViTuTvfyUS89G6tpSuD0zDbABKk { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpDmRP0NepNlzqRBPofa5VST3G98PxXf { display:block; }
 }@media only screen and (max-width: 763px) { #tcpBz6xbSioGtpMkNpgfFIa7MKKGxzDD { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3RAbcMyTZgrAVioCGObDyk9DqtzdDqP { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT { display:block; }#Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1UA201FbsxSBQUn6KepbHqgqTehpXpe { top:1.1875rem;left:0rem;width:8.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gm6xXQEgbKTnE2kabTS3W7wxFlmop5U4 { top:0.5625rem;left:0rem;width:47.75rem;height:13.5625rem;font-size:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfgiMwAdV1OoHodPCrUGpIudIMyQVt6e { top:15.625rem;left:0rem;width:39.375rem;height:7rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5MZrogIFhqQPZ79m4ahqz1wiuDvlDqV { width:14.375rem;height:3.75rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIfDoJ9DK11AhCBd660lURorXGQrzc7f { display:block; }
 }@media only screen and (max-width: 763px) { #S8aZ0ATiwel69pTVqIlDhdN401mGtc1X { top:22.8125rem;left:0rem;width:42.3125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M { display:block; }#cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4gNbXRg76LXrxKmCuNtTm0odPDFWukc { top:2.0625rem;left:13.25rem;width:34.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKVsChRmgTXaFuVk76oH0EqfDzUqTtt { top:8.0625rem;left:7.75rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xle8Kuh04xuyVTMB1EcMSNVZPK2vcApQ { top:5.3125rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #naoVbrt5eCTwOmGpSuKTFmFqZ36pGovL { top:6rem;left:0rem;width:4.25rem;height:3.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRrsVA9gaZUzkm6HM0Wkz7Xa8UVtOSA7 { top:6.6875rem;left:0rem;width:7.875rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqlD8PmqpsMiXTlxaExuZSxvf4JVXVVs { top:9.1875rem;left:0rem;width:15.1875rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQx9y0AezSMiyNtFnd19eBxV1cQ1ZA4m { top:15.25rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gefpRCB7b0tW5hy8KmrabQo12KdWH3Xe { top:15.875rem;left:0rem;width:4.25rem;height:3.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xba10T4qrw4xfQkgAi7TnD119MRmMGDu { top:16.375rem;left:0rem;width:10.625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcqgLqAiBUvHpMgK5ZcUtB1hSVwWaNie { top:18.8125rem;left:0rem;width:13.625rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEiDpKu5bgdpqpgBDNcWd2npDp1FfwfA { top:25.3125rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpOvW6dsvGUUCntJ5gmcQvh2sqF7fRAE { top:26.0625rem;left:0rem;width:4.25rem;height:3.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTnQ2WqnphZ1tNXfD9VgezQDqrJns6aK { top:26.6875rem;left:0rem;width:10.625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCBKtD5fbFVNvKTpKUtrWbzZOhwefcTF { top:29.1875rem;left:0rem;width:13.9375rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 { display:block; }#lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWhrkuPyuJy7OxfV5ldEGeap8CtdX9Hi { width:21.75rem;height:4.6875rem;top:20.6875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #orAoRbvGez9mzenmQ63nDp2Vzi7T7RcH { display:block; }
 }@media only screen and (max-width: 763px) { #qRsfuwBAG5iAhhfZecBsWu2mz2BTRVK9 { top:1.25rem;left:0rem;width:35.25rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwX8l3szMN3sZJpziFUNEgDNAMWDg2F { top:7.1875rem;left:2.25rem;width:45.5rem;height:8.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPWudX3MBT9IuypmChLQMU3PUPJeBRLI { top:17.3125rem;left:5.5rem;width:42.25rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbTqKVGsSC79uUynmCveXOx3bPNAaieV { display:block; }#cbTqKVGsSC79uUynmCveXOx3bPNAaieV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9vokbQ97ZwXvLgvaUCIETTwuwSMOKho { top:0.8125rem;left:22.5625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE09PTptDzKtORemQ00KndXvoqKdltp8 { top:0rem;left:20.3125rem;width:7.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJETeW6tROyK6bhCgaHnIgKPynLl7S3O { top:5.375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM { position:relative;z-index:auto;display:block; }#f6DqhVq1bvMzKRD1zO1R1Th8Nfz7ZdBM > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waGFZe8nkRXTDpzGvgyke8V9s4yrdlTS { width:9.6875rem;height:3.125rem;top:10.54785rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Z9unXmxbDhaahxWt3h6Tnkg1KNVqZv { display:block; }
 }@media only screen and (max-width: 763px) { #qzL2lvM7IEOKUMWueDOxWXLUDTt7TWbc { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ie4ugw7WEeJ3o0Av8Wpv3VtlW4BdzXHC { width:20rem;height:4.798825rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb { display:block; }#OSUc6BhrfsUxPyXwSKvuomqUDEC7MrXb > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g { position:relative;z-index:auto;display:block; }#Q0fWV6K4sbdTXhSUgOy3WTZFlcJPgU0g > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFKTuViTuTvfyUS89G6tpSuD0zDbABKk { width:9.6875rem;height:3.125rem;top:8.1484375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpDmRP0NepNlzqRBPofa5VST3G98PxXf { display:block; }
 }@media only screen and (max-width: 763px) { #tcpBz6xbSioGtpMkNpgfFIa7MKKGxzDD { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3RAbcMyTZgrAVioCGObDyk9DqtzdDqP { width:20rem;height:2.3994125rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT { display:block; }#Dk8ZuKqCOybQUZFgUcgoFzT4GE4vo4CT > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1UA201FbsxSBQUn6KepbHqgqTehpXpe { width:7.0625rem;height:1rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/48d835c5-987d-4ce4-a9a1-274922b270ff/Stars_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gm6xXQEgbKTnE2kabTS3W7wxFlmop5U4 { width:20rem;height:4.949225rem;top:1.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfgiMwAdV1OoHodPCrUGpIudIMyQVt6e { width:15.625rem;height:7.19825rem;top:7.8125rem;left:0rem;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.5rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #E5MZrogIFhqQPZ79m4ahqz1wiuDvlDqV { width:13.6625rem;height:3.1rem;top:21.625rem;left:3.1687498092651rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OIfDoJ9DK11AhCBd660lURorXGQrzc7f { display:block; }
 }@media only screen and (max-width: 763px) { #S8aZ0ATiwel69pTVqIlDhdN401mGtc1X { width:14.875rem;height:4.3857375rem;top:15rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M { display:block; }#cGIGkpxHVT0CJrNQ0R86F3kA5XzBN48M > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4gNbXRg76LXrxKmCuNtTm0odPDFWukc { width:20rem;height:20rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKVsChRmgTXaFuVk76oH0EqfDzUqTtt { height:11.25rem;width:20rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xle8Kuh04xuyVTMB1EcMSNVZPK2vcApQ { width:3.125rem;height:3.125rem;top:1.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naoVbrt5eCTwOmGpSuKTFmFqZ36pGovL { width:3.25rem;height:2.2rem;top:2.2625007629394rem;left:0.42500019073486rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRrsVA9gaZUzkm6HM0Wkz7Xa8UVtOSA7 { width:15.4375rem;height:1.925rem;top:2.46875rem;left:4.5249996185303rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqlD8PmqpsMiXTlxaExuZSxvf4JVXVVs { width:13.625rem;height:2.7rem;top:4.9124984741211rem;left:4.5rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RQx9y0AezSMiyNtFnd19eBxV1cQ1ZA4m { width:3.125rem;height:3.125rem;top:9.3250007629394rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gefpRCB7b0tW5hy8KmrabQo12KdWH3Xe { width:3.125rem;height:2.2rem;top:9.8375015258787rem;left:0.48750019073486rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xba10T4qrw4xfQkgAi7TnD119MRmMGDu { width:14.875rem;height:1.925rem;top:10.043750762939rem;left:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcqgLqAiBUvHpMgK5ZcUtB1hSVwWaNie { width:15.3125rem;height:2.7rem;top:12.549999237061rem;left:4.5249996185303rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PEiDpKu5bgdpqpgBDNcWd2npDp1FfwfA { width:3.125rem;height:3.125rem;top:16.900001525879rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpOvW6dsvGUUCntJ5gmcQvh2sqF7fRAE { width:2.875rem;height:2.2rem;top:17.412498474121rem;left:0.61250019073486rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTnQ2WqnphZ1tNXfD9VgezQDqrJns6aK { width:10.625rem;height:1.925rem;top:17.618751525879rem;left:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCBKtD5fbFVNvKTpKUtrWbzZOhwefcTF { width:13.9375rem;height:4.048825rem;top:20.16250038147rem;left:4.5249996185303rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 { display:block; }#lGieUKpJKH2feWTFEATKvGoKPHB2g5A3 > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWhrkuPyuJy7OxfV5ldEGeap8CtdX9Hi { width:18.75rem;height:4.6875rem;top:36.761459350586rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orAoRbvGez9mzenmQ63nDp2Vzi7T7RcH { display:block; }
 }@media only screen and (max-width: 763px) { #qRsfuwBAG5iAhhfZecBsWu2mz2BTRVK9 { width:20rem;height:15.886524822695rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwX8l3szMN3sZJpziFUNEgDNAMWDg2F { width:20rem;height:11.9970625rem;top:18.3864375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPWudX3MBT9IuypmChLQMU3PUPJeBRLI { width:20rem;height:2.75rem;top:31.6364375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbTqKVGsSC79uUynmCveXOx3bPNAaieV { display:block; }#cbTqKVGsSC79uUynmCveXOx3bPNAaieV > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9vokbQ97ZwXvLgvaUCIETTwuwSMOKho { display:flex;width:2.625rem;height:2.625rem;top:0.9375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #aE09PTptDzKtORemQ00KndXvoqKdltp8 { width:7.125rem;height:4.875rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJETeW6tROyK6bhCgaHnIgKPynLl7S3O { width:20rem;height:1.2375rem;top:5.625rem;left:0rem;font-size:1.125rem;display:block; }
 }